/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !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) ")";
  }

  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;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

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

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

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

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

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

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

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

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

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

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

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

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.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-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.16667%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 54.16667%;
}

.col-xs-14 {
  width: 58.33333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66667%;
}

.col-xs-17 {
  width: 70.83333%;
}

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

.col-xs-19 {
  width: 79.16667%;
}

.col-xs-20 {
  width: 83.33333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66667%;
}

.col-xs-23 {
  width: 95.83333%;
}

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

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 4.16667%;
}

.col-xs-pull-2 {
  right: 8.33333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.66667%;
}

.col-xs-pull-5 {
  right: 20.83333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.16667%;
}

.col-xs-pull-8 {
  right: 33.33333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.66667%;
}

.col-xs-pull-11 {
  right: 45.83333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.16667%;
}

.col-xs-pull-14 {
  right: 58.33333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66667%;
}

.col-xs-pull-17 {
  right: 70.83333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.16667%;
}

.col-xs-pull-20 {
  right: 83.33333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66667%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 4.16667%;
}

.col-xs-push-2 {
  left: 8.33333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.66667%;
}

.col-xs-push-5 {
  left: 20.83333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.16667%;
}

.col-xs-push-8 {
  left: 33.33333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.66667%;
}

.col-xs-push-11 {
  left: 45.83333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.16667%;
}

.col-xs-push-14 {
  left: 58.33333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66667%;
}

.col-xs-push-17 {
  left: 70.83333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.16667%;
}

.col-xs-push-20 {
  left: 83.33333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66667%;
}

.col-xs-push-23 {
  left: 95.83333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.16667%;
}

.col-xs-offset-2 {
  margin-left: 8.33333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.66667%;
}

.col-xs-offset-5 {
  margin-left: 20.83333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.16667%;
}

.col-xs-offset-8 {
  margin-left: 33.33333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.66667%;
}

.col-xs-offset-11 {
  margin-left: 45.83333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.16667%;
}

.col-xs-offset-14 {
  margin-left: 58.33333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.66667%;
}

.col-xs-offset-17 {
  margin-left: 70.83333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.16667%;
}

.col-xs-offset-20 {
  margin-left: 83.33333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.66667%;
}

.col-xs-offset-23 {
  margin-left: 95.83333%;
}

.col-xs-offset-24 {
  margin-left: 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-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }

  .col-sm-1 {
    width: 4.16667%;
  }

  .col-sm-2 {
    width: 8.33333%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-4 {
    width: 16.66667%;
  }

  .col-sm-5 {
    width: 20.83333%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-7 {
    width: 29.16667%;
  }

  .col-sm-8 {
    width: 33.33333%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-10 {
    width: 41.66667%;
  }

  .col-sm-11 {
    width: 45.83333%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-13 {
    width: 54.16667%;
  }

  .col-sm-14 {
    width: 58.33333%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-16 {
    width: 66.66667%;
  }

  .col-sm-17 {
    width: 70.83333%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-19 {
    width: 79.16667%;
  }

  .col-sm-20 {
    width: 83.33333%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-22 {
    width: 91.66667%;
  }

  .col-sm-23 {
    width: 95.83333%;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 4.16667%;
  }

  .col-sm-pull-2 {
    right: 8.33333%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-4 {
    right: 16.66667%;
  }

  .col-sm-pull-5 {
    right: 20.83333%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-7 {
    right: 29.16667%;
  }

  .col-sm-pull-8 {
    right: 33.33333%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-10 {
    right: 41.66667%;
  }

  .col-sm-pull-11 {
    right: 45.83333%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-13 {
    right: 54.16667%;
  }

  .col-sm-pull-14 {
    right: 58.33333%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-16 {
    right: 66.66667%;
  }

  .col-sm-pull-17 {
    right: 70.83333%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-19 {
    right: 79.16667%;
  }

  .col-sm-pull-20 {
    right: 83.33333%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-22 {
    right: 91.66667%;
  }

  .col-sm-pull-23 {
    right: 95.83333%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 4.16667%;
  }

  .col-sm-push-2 {
    left: 8.33333%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-4 {
    left: 16.66667%;
  }

  .col-sm-push-5 {
    left: 20.83333%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-7 {
    left: 29.16667%;
  }

  .col-sm-push-8 {
    left: 33.33333%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-10 {
    left: 41.66667%;
  }

  .col-sm-push-11 {
    left: 45.83333%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-13 {
    left: 54.16667%;
  }

  .col-sm-push-14 {
    left: 58.33333%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-16 {
    left: 66.66667%;
  }

  .col-sm-push-17 {
    left: 70.83333%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-19 {
    left: 79.16667%;
  }

  .col-sm-push-20 {
    left: 83.33333%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-22 {
    left: 91.66667%;
  }

  .col-sm-push-23 {
    left: 95.83333%;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .col-sm-offset-6 {
    margin-left: 25%;
  }

  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .col-sm-offset-12 {
    margin-left: 50%;
  }

  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .col-sm-offset-18 {
    margin-left: 75%;
  }

  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .col-sm-offset-24 {
    margin-left: 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, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }

  .col-md-1 {
    width: 4.16667%;
  }

  .col-md-2 {
    width: 8.33333%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-4 {
    width: 16.66667%;
  }

  .col-md-5 {
    width: 20.83333%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-7 {
    width: 29.16667%;
  }

  .col-md-8 {
    width: 33.33333%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-10 {
    width: 41.66667%;
  }

  .col-md-11 {
    width: 45.83333%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-13 {
    width: 54.16667%;
  }

  .col-md-14 {
    width: 58.33333%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-16 {
    width: 66.66667%;
  }

  .col-md-17 {
    width: 70.83333%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-19 {
    width: 79.16667%;
  }

  .col-md-20 {
    width: 83.33333%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-22 {
    width: 91.66667%;
  }

  .col-md-23 {
    width: 95.83333%;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 4.16667%;
  }

  .col-md-pull-2 {
    right: 8.33333%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-4 {
    right: 16.66667%;
  }

  .col-md-pull-5 {
    right: 20.83333%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-7 {
    right: 29.16667%;
  }

  .col-md-pull-8 {
    right: 33.33333%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-10 {
    right: 41.66667%;
  }

  .col-md-pull-11 {
    right: 45.83333%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-13 {
    right: 54.16667%;
  }

  .col-md-pull-14 {
    right: 58.33333%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-16 {
    right: 66.66667%;
  }

  .col-md-pull-17 {
    right: 70.83333%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-19 {
    right: 79.16667%;
  }

  .col-md-pull-20 {
    right: 83.33333%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-22 {
    right: 91.66667%;
  }

  .col-md-pull-23 {
    right: 95.83333%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 4.16667%;
  }

  .col-md-push-2 {
    left: 8.33333%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-4 {
    left: 16.66667%;
  }

  .col-md-push-5 {
    left: 20.83333%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-7 {
    left: 29.16667%;
  }

  .col-md-push-8 {
    left: 33.33333%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-10 {
    left: 41.66667%;
  }

  .col-md-push-11 {
    left: 45.83333%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-13 {
    left: 54.16667%;
  }

  .col-md-push-14 {
    left: 58.33333%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-16 {
    left: 66.66667%;
  }

  .col-md-push-17 {
    left: 70.83333%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-19 {
    left: 79.16667%;
  }

  .col-md-push-20 {
    left: 83.33333%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-22 {
    left: 91.66667%;
  }

  .col-md-push-23 {
    left: 95.83333%;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .col-md-offset-6 {
    margin-left: 25%;
  }

  .col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .col-md-offset-12 {
    margin-left: 50%;
  }

  .col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .col-md-offset-18 {
    margin-left: 75%;
  }

  .col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }

  .col-lg-1 {
    width: 4.16667%;
  }

  .col-lg-2 {
    width: 8.33333%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-4 {
    width: 16.66667%;
  }

  .col-lg-5 {
    width: 20.83333%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-7 {
    width: 29.16667%;
  }

  .col-lg-8 {
    width: 33.33333%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-10 {
    width: 41.66667%;
  }

  .col-lg-11 {
    width: 45.83333%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-13 {
    width: 54.16667%;
  }

  .col-lg-14 {
    width: 58.33333%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-16 {
    width: 66.66667%;
  }

  .col-lg-17 {
    width: 70.83333%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-19 {
    width: 79.16667%;
  }

  .col-lg-20 {
    width: 83.33333%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-22 {
    width: 91.66667%;
  }

  .col-lg-23 {
    width: 95.83333%;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 4.16667%;
  }

  .col-lg-pull-2 {
    right: 8.33333%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-4 {
    right: 16.66667%;
  }

  .col-lg-pull-5 {
    right: 20.83333%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-7 {
    right: 29.16667%;
  }

  .col-lg-pull-8 {
    right: 33.33333%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-10 {
    right: 41.66667%;
  }

  .col-lg-pull-11 {
    right: 45.83333%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-13 {
    right: 54.16667%;
  }

  .col-lg-pull-14 {
    right: 58.33333%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-16 {
    right: 66.66667%;
  }

  .col-lg-pull-17 {
    right: 70.83333%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-19 {
    right: 79.16667%;
  }

  .col-lg-pull-20 {
    right: 83.33333%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-22 {
    right: 91.66667%;
  }

  .col-lg-pull-23 {
    right: 95.83333%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 4.16667%;
  }

  .col-lg-push-2 {
    left: 8.33333%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-4 {
    left: 16.66667%;
  }

  .col-lg-push-5 {
    left: 20.83333%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-7 {
    left: 29.16667%;
  }

  .col-lg-push-8 {
    left: 33.33333%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-10 {
    left: 41.66667%;
  }

  .col-lg-push-11 {
    left: 45.83333%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-13 {
    left: 54.16667%;
  }

  .col-lg-push-14 {
    left: 58.33333%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-16 {
    left: 66.66667%;
  }

  .col-lg-push-17 {
    left: 70.83333%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-19 {
    left: 79.16667%;
  }

  .col-lg-push-20 {
    left: 83.33333%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-22 {
    left: 91.66667%;
  }

  .col-lg-push-23 {
    left: 95.83333%;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 0px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

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

input[type="range"] {
  display: block;
  width: 100%;
}

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

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

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

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

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

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

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

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

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

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

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

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

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

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.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("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/bootstrap/css/bootstrap/glyphicons-halflings-regular.eot");
  src: url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/bootstrap/css/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/bootstrap/css/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/bootstrap/css/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/bootstrap/css/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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-plus: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-lock:before {
  content: "\e033";
}

.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-bookmark:before {
  content: "\e044";
}

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

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

.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-fire:before {
  content: "\e104";
}

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

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

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

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

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

.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-bell:before {
  content: "\e123";
}

.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-wrench:before {
  content: "\e136";
}

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

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

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

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

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

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

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

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

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

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

.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";
}

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

.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;
  list-style: none;
  font-size: 14px;
  background-color: white;
  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);
  -moz-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;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  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;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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 {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.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-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[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[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.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;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.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;
  background-color: transparent;
  cursor: not-allowed;
}
.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.42857;
  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;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: white;
  background-color: #428bca;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  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 {
  content: " ";
  display: table;
}
.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-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

.navbar-static-top {
  z-index: 1000;
  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;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.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 -10px;
}
.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;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}

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

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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);
  -moz-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);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}

.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-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.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: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@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: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  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: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
.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: white;
}
.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 {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .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: white;
    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: white;
    background-color: #090909;
  }
  .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: white;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #428bca;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  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 {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.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;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

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

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

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

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

  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-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;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-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;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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-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-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-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 {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  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: whitesmoke;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  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-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  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;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: black;
  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 {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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 {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-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;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

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

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

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  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-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  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);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -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;
  max-width: 100%;
  height: auto;
  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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  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: 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 {
  left: auto;
  right: 0;
  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: 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 {
  outline: none;
  color: white;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

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

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

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

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.7.0 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('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/css/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/css/fonts/fontawesome-webfont.svg?v=4.7.0#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: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=84bb16138e91486ca043)
 * Config saved to config.json and https://gist.github.com/84bb16138e91486ca043
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-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-default.disabled,.btn-primary.disabled,.btn-success.disabled,.btn-info.disabled,.btn-warning.disabled,.btn-danger.disabled,.btn-default[disabled],.btn-primary[disabled],.btn-success[disabled],.btn-info[disabled],.btn-warning[disabled],.btn-danger[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-info,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}.btn-default .badge,.btn-primary .badge,.btn-success .badge,.btn-info .badge,.btn-warning .badge,.btn-danger .badge{text-shadow:none}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-o-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-o-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));background-image:linear-gradient(to bottom, #337ab7 0, #265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#245580}.btn-primary:hover,.btn-primary:focus{background-color:#265a88;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#c12e2a;background-image:none}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-color:#2e6da4}.navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-o-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-o-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-o-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-o-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));background-image:linear-gradient(to bottom, #337ab7 0, #286090 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.progress-bar-striped{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:-o-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)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));background-image:linear-gradient(to bottom, #337ab7 0, #2b669a 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:hover .badge,.list-group-item.active:focus .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-o-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
/*Label product*/
/*Setting padding for template*/
/*Spacing for each area*/
/*@mixin abs-stylebg($_bkgcolor, $_bkgurl, $_bkgname, $_bkgposition: 0 0, $_bkgrepeat: no-repeat){
	background-color:$_bkgcolor;
	background-image:url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/css/${_bkgurl}${_bkgname}");
	background-position:$_bkgposition;
	background-repeat:$_bkgrepeat;
}
*/
/*Core*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 3px;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font: 500 22px/1.35 Tahoma, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font: 500 20px/1.35 Tahoma, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #df280a;
}

.availability-only {
  color: #df280a;
  margin-bottom: 10px;
}

/* Content Columns */
.col2-set {
  float: left;
  width: 100%;
}

.dashboard .box-account {
  overflow: hidden;
  height: 100%;
}

.col2-set .box-content {
  float: left;
  width: 100%;
}

.col2-set .col-1 {
  float: left;
  width: 49%;
}

.col2-set .col-2 {
  float: right;
  width: 49%;
}

.col2-set .col-narrow {
  width: 33%;
}

.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* Content Columns no margin*/
.columns-3 .col-1 {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
  padding: 20px 20px;
}

.columns-3 .col-2 {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
}

.columns-3 .col-3 {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
  padding: 20px 20px;
}

.columns-2 .col-1 {
  float: left;
  width: 50%;
}

.columns-2 .col-2 {
  float: left;
  width: 50%;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  padding-bottom: 3px;
  margin-bottom: 15px;
}

/* -------------------------------------------- *
 * Block Module
 */
/*.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}
*/
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #e1e1e1;
}

.block-title small {
  font-size: 100%;
  font-weight: normal;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}

.block .actions:after {
  content: '';
  display: table;
  clear: both;
}

.block .actions a {
  float: left;
}

.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

.sidebar .block-banner img {
  max-width: 100%;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}

.block-account li,
.block-cms-menu li {
  font-family: Tahoma, Arial, sans-serif;
  margin: 7px 0;
}

.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #282828;
}

.block-account li a,
.block-cms-menu li a {
  color: #636363;
}

.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #282828;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/*.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: $btn_secondary_background;
  color: $btn_secondary_text;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}
*/
/* Primary Buttons */
/*.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: $btn_default_background;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: $btn_default_text;
  font:$f_h6;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
   background-color: lighten( $btn_default_background, 20% );
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background-color: lighten( $btn_default_background, 20% );
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: lighten( $btn_default_background, 20% );
  outline: none;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color:$btn_hover_text;
}
*/
/* Disabled - class for anchor, state for form elements */
/*.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}*/
/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

/*.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #282828;
  font-family: Tahoma, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}
*/
@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .col2-set .buttons-set .back-link {
    display: none;
  }

  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }

  .buttons-set .back-link {
    display: none;
  }

  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
  
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: right;
}

.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}

.buttons-set .back-link {
  float: right;
  margin: 0;
  line-height: 33px;
}

.buttons-set .required {
  display: none;
}

.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}

.buttons-set button.button {
  float: left;
  margin-right: 5px;
  min-width: 140px;
}

.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  /*background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;*/
}

/*	
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
*/
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}

.btn-remove:hover,
.btn-previous:hover {
  background-color: #282828;
  border-color: #282828;
}

.btn-remove:after,
.btn-remove2:after {
  content: 'X';
  color: #282828;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
}

.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #282828;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}

.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  /*position: relative; */
  margin: 0 auto;
}

.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

/*.main-container {
	z-index: 1;
}*/

.footer-container {
  padding-top: 0px;
  box-shadow: 0px -375px 125px #000000;
  z-index: 0;
}

/* -------------------------------------------- *
 * Top Container
 */
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}

.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}

.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #282828;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: Tahoma, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}

.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}

.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #282828;
  font-size: 16px;
}

.price-box .price,
.price {
  font-family: Tahoma, Arial, sans-serif;
}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  font-family: Tahoma, Arial, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #282828;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}

.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}

.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #282828;
  padding-left: 1em;
}

.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  border: 2px solid #c5420e;
  margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 12px;
  font-family: Tahoma, Arial, sans-serif;
}

.item-options:after {
  content: '';
  display: table;
  clear: both;
}

.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}

.item-options dt:after {
  content: ': ';
}

.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}

.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #282828;
  background-color: #37402f;
  top: 21px;
  left: -100px;
}

.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #282828;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }

  .truncated a.details {
    display: none;
  }

  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }

  .truncated .truncated_full_value .item-options p {
    float: none;
  }

  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  /*border: 1px solid #ededed;*/
  overflow: hidden;
}

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border-color: #ededed;
  }
}
.no-touch .product-image:hover {
  border-color: #282828;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}
.std ul.messages {
  list-style: none;
  margin-bottom: 10px;
}
.std ul.messages ul {
  margin: 0;
  list-style: none;
}
.std ul.messages li {
  margin-left: 0;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 5px 10px 0px 10px;
}

.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: Tahoma, Arial, sans-serif;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter label {
  float: left;
  margin-right: 5px;
}

.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}

.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}

.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}

.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}

.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}

.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
  background: none !important;
}

.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}

.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}

.sorter > .view-mode .list {
  background-position: 11px -517px;
}

.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}

.pager > .count-container {
  float: left;
}

.pager .amount {
  float: left;
  font-family: Tahoma, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}

.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}

.pager .limiter > label {
  padding-right: 5px;
}

.pager .limiter > label:after {
  content: ':';
}

.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}

.pages strong {
  display: none;
}

.pages li {
  float: left;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }

  .col1-layout .pager {
    float: left;
    clear: both;
  }

  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }

  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }

  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}

#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #282828;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #282828;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}

.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}

.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #df280a;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background: #FFFFFF;
  font-size: 12px;
}

.input-text:focus {
  border: 1px solid #282828;
}

.input-text.validation-failed {
  border-color: #df280a;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 40px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  max-width: 100%;
  background-color: #ffffff;
  border-color: #e1e1e1;
  color: #282828;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}

.form-list select {
  margin-top: 4px;
  width: 100%;
  max-width: 100%;
}

.form-list .input-range .input-text {
  width: 74px;
}

.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}

.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}

.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 0px;
}

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  display: inline-block;
  width: auto;
  max-width: none;
  float: none;
  padding: 6px 10px 6px 20px;
}

.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}

.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}

.form-list .control label {
  float: none;
}

.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}

.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: white;
  text-transform: uppercase;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #e1e1e1;
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}

.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #e1e1e1;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #e1e1e1;
}

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #e1e1e1;
  padding: 6px;
  background-color: transparent;
}

.zebra-table tr {
  background-color: #eeeded;
}

.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }

  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }

  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }

  .linearize-table thead th.lin-hide {
    display: none;
  }

  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }

  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }

  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  .linearize-table tbody td.lin-hide {
    display: none;
  }

  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }

  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .linearize-table tfoot td {
    display: block;
    float: left;
  }

  .linearize-table tfoot td.lin-hide {
    display: none;
  }

  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  .linearize-table .linearize-hide {
    display: none;
  }

  .linearize-table .linearize-unpad {
    padding: 0;
  }

  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }

  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }

  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }

  .linearize-table-large thead th.lin-hide {
    display: none;
  }

  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }

  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }

  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  .linearize-table-large tbody td.lin-hide {
    display: none;
  }

  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }

  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }

  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }

  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  .linearize-table-large .linearize-hide {
    display: none;
  }

  .linearize-table-large .linearize-unpad {
    padding: 0;
  }

  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
	z-index: 2;
  }

  .page-header-container {
    position: relative;
  }
}
.header-language-container,
.page-header {
  font-family: Tahoma, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #282828;
  text-transform: uppercase;
}

.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}

.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}

.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  /*padding: 13px 15px 10px 10px;*/
}

.page-header-container .store-language-container label {
  display: none;
}

.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }

  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  /* width: 65%;
   min-width: 100px;
   min-height: 44px;*/
  text-align: center;
}

.logo img {
  max-width: 100%;
}

.logo .small {
  display: block;
}

.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 771px) {
  /*.logo {
    max-width: 300px;
    min-height: 90px;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }*/
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  /*overflow: hidden;*/
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  /*width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;*/
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/*.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
*/
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
}
/*.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 770px) {
  .account-cart-wrapper {
    position: static;
  }
}
*/
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: Tahoma, Arial, sans-serif;
}

.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}

.footer .block-title strong {
  font-weight: normal;
}

.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}

.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}

.footer .links a {
  color: #636363;
}

.footer .links a:hover {
  color: #282828;
}

.footer .form-subscribe-header {
  display: none;
}

.footer .links.social-media em {
  background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}

.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}

.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}

.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}

.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}

.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}

.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}

.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}

.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}

.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}

.footer .bugs,
.footer address {
  clear: both;
}

.footer .bugs {
  display: none;
}

.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}

.footer .form-language,
.footer .currency-switcher {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }

  .footer .links:nth-child(4) {
    margin-right: 0;
  }

  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }

  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }

  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}

.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/*.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}
*/
@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }

  /*.products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }*/
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /*.products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }*/
  /* Set column config */
  /*.products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }*/
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /*.products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /*.products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }*/
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /*.products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }*/
  /* Set column config */
  /*.products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }*/
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}

.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}

.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}

.products-list .product-shop .product-name {
  margin-bottom: 0;
}

.products-list .product-shop .ratings {
  margin: 0;
}

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}

.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}

.products-list .product-shop .price-box {
  margin-top: 0;
}

.products-list .product-shop .price-box .price {
  font-size: 18px;
}

.products-list .product-shop .action {
  margin: 7px 0;
}

.products-list .product-shop .desc {
  margin-top: 7px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}

.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }

  .cdz-product-wrapper .products-list .product-name a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }

  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 100px;
  margin-bottom: 0;
}

.mini-products-list .product-details {
  margin-left: 110px;
}

.mini-products-list .product-details .product-name {
  padding-top: 10px;
}

.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}

.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
  display: block;
}

.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}

.category-image img {
  width: 100%;
  max-width: 100%;
}

.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}

.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #282828;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}

.block-layered-nav .block-content .block-subtitle {
  display: none;
}
.block-layered-nav .block-content .currently {
  border: 1px solid #282828;
  padding: 10px;
}
.block-layered-nav .block-content .currently ol {
  padding: 0;
  margin: 0;
}
.block-layered-nav .block-content .currently ol li .label {
  display: none;
}
.block-layered-nav .block-content .actions {
  margin-bottom: 20px;
}
.block-layered-nav .block-content .actions a {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  background: #282828;
  color: white;
  padding: 5px 10px;
}

.block-layered-nav .block-content dl dt {
  margin: 0;
  margin-bottom: 10px;
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 700;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0;
  position: relative;
  display: block;
}

.block-layered-nav .block-content dl dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #282828;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content dl dt:hover {
  background-color: transparent;
}

.block-layered-nav .block-content dl dd {
  padding: 0 0 20px;
  margin: 0;
}

.block-layered-nav .block-content dl dd li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 14px;
  padding-right: 10px;
}
.cdz-rtl .block-layered-nav .block-content dl dd li:before {
  padding-right: 0px;
  padding-left: 10px;
}

.block-layered-nav .block-content .configurable-swatch-list li:before {
  display: none;
  font-size: 0;
}

.block-layered-nav .block-content dl dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}

.block-layered-nav dl dd ol li span, .block-layered-nav dl dd ol li a {
  padding: 5px 0px;
  display: inline-block;
}

.block-layered-nav dl dd ol li a .count {
  color: #a0a0a0;
  font-size: 9px;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }

  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  .block-layered-nav .block-content > dl > dt:hover {
    color: #282828;
  }

  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #282828;
    border-right: none;
  }

  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content > dl > dd {
    display: none;
  }

  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #282828;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #282828;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }

  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }

  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2e8ab8;
    color: #FFFFFF;
  }

  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
  }

  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ececec;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}

.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}

.block-layered-nav .currently ol li .label {
  font-weight: bold;
}

.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}

.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}

.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #282828;
  font-size: 24px;
}

.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}

.product-view .product-shop .price-box .special-price span.weee {
  color: #636363;
}

.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}

.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}

.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}

.product-view .price-box.map-info a {
  display: inherit;
}

.product-view .old-price .price-label {
  display: none;
}

.product-view .add-to-cart-wrapper {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }

  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }

  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-image-gallery {
  position: relative;
}

.product-image-gallery .gallery-image {
  display: none;
}

.product-image-gallery .gallery-image.visible {
  display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.product-image-gallery:after {
  background-image: url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.product-image-gallery.loading {
  position: relative;
}

.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}

.product-image-thumbs li:first-child {
  margin-left: -1px;
}

.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }

  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }

  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }

  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }

  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }

  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #282828;
  }

  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }

  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }

  .product-collateral > dl {
    width: 100%;
  }

  .product-collateral > dl > dt {
    display: none;
  }

  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }

  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }

  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }

  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #282828;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .product-collateral > dl > dt:hover {
    background-color: #ececec;
  }

  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }

  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }

  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  .product-collateral > dl > dt:hover {
    color: #282828;
  }

  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #282828;
    border-right: none;
  }

  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }

  .product-collateral > dl > dd {
    display: none;
  }

  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }

  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #282828;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #e1e1e1;
  margin:auto;
}

#product-attribute-specs-table th {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}
.grouped-items-table .name-wrapper {
  color: #282828;
  font-family: Tahoma, Arial, sans-serif;
}

.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}

.grouped-items-table .qty-label {
  margin-left: 7px;
}

.grouped-items-table td {
  padding: 4px;
}

.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}

.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
	white-space: inherit;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}

@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }

  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}

.block-related .block-title {
  border-bottom: none;
}

.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}

.block-related .block-subtitle {
  margin-bottom: 7px;
}

.block-related .product {
  position: relative;
}

.block-related .checkbox {
  float: right;
  margin-top: 20px;
}

.block-related .product-details {
  margin-left: 90px;
}

.block-related .product-name {
  margin-bottom: 3px;
}

.block-related .product-details .price-box {
  margin: 2px 0 3px;
}

.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}

.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}

.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}

.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }

  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}

.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}

.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout span {
  display: block;
}

.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}

.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }

  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }

  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }

  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-price {
  padding: 10px 0;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}

.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}

.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}

.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}

.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}

.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }

  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }

  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }

  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }

  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}

.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}

.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}

.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}

.checkout-types li img {
  display: inline;
  vertical-align: top;
}

.checkout-types li:first-child {
  margin-left: 0;
}

.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}

.checkout-types.top li {
  display: inline-block;
}

.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}

.checkout-types.top .bml_button img {
  display: block;
}

.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}

.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}

.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }

  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: Tahoma, Arial, sans-serif;
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: middle;
}

.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: Tahoma, Arial, sans-serif;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}

.cart-table tr {
  border-bottom: 1px solid #e1e1e1;
}

.cart-table tfoot tr {
  background: none;
}

.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}

.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: Tahoma, Arial, sans-serif;
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}

.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}

.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}

.cart-table .product-cart-image a.cart-edit {
  display: none;
}

.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}

.cart-table .product-cart-sku .label {
  font-weight: 600;
}

.cart-table .btn-empty {
  float: left;
}

.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}

.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}

.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #282828;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #282828;
  border-bottom: none;
  right: -15px;
  top: 6px;
}

.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}

.cart-table .cart-links > li > a {
  display: block;
}

.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}

.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}

.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}

.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}

.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }

  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }

  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }

  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .cart-table tr:last-child {
    margin-bottom: 0;
  }

  .cart-table tfoot tr {
    padding-bottom: 0;
  }

  .cart-table td {
    border: none;
    display: block;
  }

  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }

  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .cart-table td.product-cart-price {
    text-align: left;
  }

  .cart-table h2 {
    font-size: 12px;
  }

  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }

  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }

  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }

  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }

  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }

  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }

  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }

  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }

  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }

  .cart-table .product-cart-actions .button {
    display: none;
  }

  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }

  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }

  .cart-table .product-cart-actions {
    text-align: left;
  }

  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: Tahoma, Arial, sans-serif;
  }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }

  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }

  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}

.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #e1e1e1;
}

.shipping select.validation-failed {
  border-color: #df280a;
}

.shipping .shipping-desc {
  display: none;
}

.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}

.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}

.shipping .form-list li {
  float: none;
  margin: 5px 0 10px 0;
}

.shipping .form-list .shipping-country {
  width: 37%;
}

.shipping .form-list .shipping-region {
  width: 41%;
}

.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}

.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}

.shipping .form-list .input-box {
  padding-top: 0;
}

.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}

.shipping .form-list label {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}

.shipping .sp-methods dd {
  margin-bottom: 10px;
}

.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}

.shipping .sp-methods label span {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}

.shipping #co-shipping-method-form .sp-methods dd label {
  background-color: #e1e1e1;
  min-width: 220px;
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #8c8f8f;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }

  .shipping .shipping-form .form-list > li label {
    display: block;
  }

  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}

.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}

.cart .cart-totals table {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

.cart .cart-totals table td {
  padding: 2px 0px;
}

.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}

.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}

.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: Tahoma, Arial, sans-serif;
}

.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}

#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}

#discount-coupon-form label,
.cart .giftcard label {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}

#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}

.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #282828;
}

.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }

  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }

  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }

  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }

  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }

  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }

  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }

  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }

  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #282828;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #282828;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}

.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}
.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}

.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}

.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}

.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}

.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}

.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}

.sp-methods dt:first-child {
  margin: 0 0 5px;
}

.sp-methods dd li {
  margin: 5px 0;
}

.sp-methods label img {
  float: left;
}

.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods .form-list {
  padding-left: 20px;
}

.sp-methods .form-list li {
  margin: 0 0 8px;
}

.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods input.cvv {
  width: 4em !important;
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}

.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}

.sp-methods .checkmo-list address {
  float: left;
}

@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }

  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}

.block-progress .block-content {
  font-size: 13px;
}

.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}

.block-progress dt.complete {
  color: #636363;
}

.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}

.block-progress dd address {
  font-style: italic;
}

.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}

.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}

.block-progress .payment-info dt:after {
  content: ': ';
}

.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}

.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#review-buttons-container .btn-checkout {
  min-width: 220px;
}

#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}

#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}

#checkout-step-review .opc-block-progress .block-title {
  display: none;
}

#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}

#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}

#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}

.gift-messages-form .item h5 {
  font-weight: bold;
}

.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}

.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}

.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}

.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}

.gift-message-form .gift-wrapping-form img {
  float: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}

.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}

.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-item .product-img-box {
  width: 200px;
}

.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}

.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }

  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }

  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }

  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}

.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}

.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}

.swatch-link img {
  border-radius: 2px;
}

.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none !important;
  margin: 0;
  vertical-align: top;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #282828;
}

#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 0;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 2px 8px;
  white-space: nowrap;
  border-radius: 0;
}

#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}

.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}

.currently .swatch-current span {
  display: block;
  float: left;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #282828;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #c5420e;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}

.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}

.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #282828;
  padding-left: 5px;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-view .product-options .select-label {
  display: none;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}

.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}

.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}

@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }

  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }

  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }

  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }

  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}
.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}

.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}

.remember-me-popup.show {
  display: block;
}

.remember-me-popup p {
  font-family: Tahoma, Arial, sans-serif;
}

.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}

.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}

@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}

.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}

@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}

body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}

body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}

body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}

body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}

body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}

body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}

body.customer-account .data-table {
  margin-top: 5px;
}

body.customer-account .data-table td a {
  font-family: Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}

body.customer-account .data-table span.nobr {
  white-space: normal;
}

body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}

body.customer-account .data-table td.view a {
  display: block;
}

body.customer-account .data-table .separator {
  display: none;
}

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}

body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}

.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}

.dashboard .box-head a {
  padding: 10px;
}

.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 11px;
  float: right;
  padding: 5px 0;
}
.cdz-rtl .dashboard .box-title a, .cdz-rtl
.dashboard .box-head a {
  float: left;
}

.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}

.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 0%;
  padding-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}

.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}

.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}

.dashboard .box-reviews li:first-child {
  border-top: 0;
}

.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}

.dashboard .box-reviews li .details {
  margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}

.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}

.my-account .addresses-list .item p {
  margin-top: 10px;
}

@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}
/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

.order-info dt {
  margin-right: 20px;
}

.order-info li {
  margin: 0 0 0 20px;
}

.order-info li.current {
  font-weight: 600;
}

.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}

.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}

.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}

.order-info-box .col-2 {
  width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}

.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.order-info-box .box-title h2:after {
  content: ':';
}

.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}

.order-info-box .box-content th {
  padding-top: 10px;
}

.order-info-box .box-content td {
  padding-left: 15px;
}

.order-info-box .box-content strong {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}

#my-orders-table .option-value {
  margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }

  #my-orders-table .option-value {
    margin-left: 35px;
  }

  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }

  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }

  #my-orders-table tr.bundle {
    border-color: #ededed;
  }

  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }

  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }

  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }

  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }

  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }

  .dashboard .page-title h1 {
    margin-top: 0;
  }

  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }

  .dashboard .welcome-msg .hello {
    font-style: italic;
  }

  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }

  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }

  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }

  body.customer-account .my-account .title-buttons {
    text-align: center;
  }

  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }

  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }

  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }

  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }

  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }

  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }

  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }

  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }

  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }

  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}

body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}

body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set p.required {
  float: right;
}

@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }

  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }

  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}
/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}

.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}

@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }

  .paypal-review-order .field.inactive {
    display: none;
  }
}
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}

.top-container .bml-ad span {
  display: inline-block;
}

.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}

.bml-ad span {
  display: block;
  line-height: 0;
}

.bml-ad a {
  display: inline-block;
  max-width: 100%;
}

.bml-ad a:hover {
  opacity: 0.7;
}

.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}

div.paypal-logo span {
  display: block;
  width: 100%;
}

div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}

div.paypal-logo span a img {
  max-width: 100%;
}

div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}

.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}

.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}

.sidebar .paypal-logo > a img {
  display: block;
}

.sidebar .paypal-logo .label {
  margin-top: 4px;
}

.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}

#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}

#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}

#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}

#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}

#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}

#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

#customer-reviews .review-heading .pager .amount {
  display: none;
}

#customer-reviews h2 {
  color: #282828;
  font-size: 12px;
  text-transform: uppercase;
}

#customer-reviews h2 span {
  color: #636363;
}

#customer-reviews h3 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

#customer-reviews h3 span {
  color: #282828;
}

#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}

#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#customer-reviews .fieldset h4 em {
  display: none;
}

#customer-reviews .fieldset .form-list {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}

#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}

#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}

#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}

#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}

#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}

#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}

#customer-reviews dl {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}

#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}

#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}

#customer-reviews dl dd .ratings-table {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}

#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}

#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}

#customer-reviews dl dd table {
  margin: 15px 0;
}

#customer-reviews dl dd .review-meta {
  color: #282828;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}

.review-summary-table thead {
  background: transparent;
}

.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}

.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}

.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}

.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}

.review-summary-table .rating-box .rating-number {
  display: none;
}

.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.ratings-table th {
  padding-right: 10px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }

  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }

  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }

  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }

  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }

  #customer-reviews .fieldset .form-list {
    width: 100%;
  }

  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }

  #customer-reviews .buttons-set {
    width: 100%;
  }

  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }

  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }

  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }

  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }

  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }

  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}

.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}

.review-product-view .product-review .product-img-box > a {
  width: 100%;
}

.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
}

.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}

.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}

.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}

.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}

.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}

.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}

.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}

.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}

.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}

.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}

.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}

.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}

.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}

.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}

#wishlist-table.clean-table {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}

#wishlist-table.clean-table th {
  border-bottom: 1px solid #e1e1e1;
}

#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}

#wishlist-table.clean-table thead th {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#wishlist-table .product-name {
  font-size: 16px;
  font-family: Tahoma, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

#wishlist-table .product-name a {
  color: #282828;
}

#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  margin: 5px 0;
}

#wishlist-table textarea {
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
}

#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:focus {
  border: 1px solid #282828;
}

#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}

#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}

#wishlist-table .cart-cell {
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}

#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}

#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}

#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}

#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}

#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}

#wishlist-table .price-box {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

#wishlist-table .price-box .price {
  color: #636363;
}

#wishlist-table .giftregisty-add {
  margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
  display: none;
}

#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #282828;
  margin-bottom: 3px;
}

#wishlist-table .truncated .details {
  background: none;
  color: #282828;
}

#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }

  #wishlist-table.clean-table td textarea {
    height: 100px;
  }

  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }

  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }

  #wishlist-table .product-name {
    font-size: 16px;
  }

  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }

  #wishlist-table .item-manage {
    max-width: 100%;
  }

  #wishlist-table tr {
    position: relative;
  }

  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }

  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }

  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }

  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }

  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }

  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }

  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }

  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }

  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }

  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }

  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }

  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }

  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }

  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }

  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }

  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }

  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }

  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }

  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }

  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}

.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}

.block-wishlist .price-box {
  float: left;
  margin: 0;
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}

.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}

@media only screen and (max-width: 770px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}

.header-minicart .empty {
  padding: 10px;
  text-align: center;
}

.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}

.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.header-minicart .minicart-wrapper.loading {
  position: relative;
}

.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}

.header-minicart .block-cart {
  display: none;
}

.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -6px;
  right: -3px;
  display: none;
}

.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}

.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px dashed #DDDDDD;
  position: relative;
}

.header-minicart .mini-products-list li.last {
  border: none;
}

.header-minicart .mini-products-list li .product-details {
  position: relative;
}

.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}

.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}

.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}

.header-minicart .info-wrapper td {
  color: #282828;
  clear: right;
}

.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}

.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}

.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}

.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}

.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}

.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}

.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}

.header-minicart .subtotal .price {
  color: #282828;
}

.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}

.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}

.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}

.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #636363;
  }

  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }

  .header-minicart .quantity-button {
    float: none;
  }

  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }

  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }

  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }

  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}

.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #282828;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #282828;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}

.search-autocomplete ul li:hover {
  color: #2e8ab8;
}

.search-autocomplete ul li.selected {
  background-color: #282828;
  color: white;
}

.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}

.search-autocomplete ul li:last-child {
  border-bottom: none;
}

.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #282828;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}

.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: Tahoma, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-review .product-img-box .rating-box {
  margin: 15px 0;
}

.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  font-family: Tahoma, Arial, sans-serif;
  padding-bottom: 10px;
}

.product-review .ratings-table {
  font-family: Tahoma, Arial, sans-serif;
}

.product-review .ratings-table th {
  padding-right: 10px;
}

.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}

.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: Tahoma, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.product-review .ratings-description dd {
  color: #737373;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}

.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}

.cms-page-view .std p,
.cms-no-route .std p {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.cms-page-view .std li,
.cms-no-route .std li {
  font-style: italic;
  line-height: 24px;
}

.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}

.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}

.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}

#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}

#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #282828;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

#accordion > dl > dt:hover {
  background-color: #ececec;
}

#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}

#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

#accordion li {
  position: relative;
  overflow: hidden;
}

#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}

.page-sitemap .links a {
  position: relative;
}

.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm h2 {
  display: none;
}

#contactForm:after {
  content: '';
  display: table;
  clear: both;
}

#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #c5420e;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}

.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}

.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}

.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}

.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}

.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }

  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }

  .notice-cookie .notice-inner {
    background-position: left 10px;
  }

  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }

  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }

  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}
#addTagForm .form-add .wrapper-tags {
  position: relative;
}
#addTagForm .form-add .wrapper-tags .input-box {
  padding: 0;
}
#addTagForm .form-add .wrapper-tags button.button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 3px 15px;
}

.product-tags {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}

.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}

.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }

  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}

#recurring_profile_list_view th span {
  white-space: inherit;
}

@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }

  #recurring_profile_list_view a {
    font-size: inherit;
  }

  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}
.recurring-profiles-title {
  float: left;
}

.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}

.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}

.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}

.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}

.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}

@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}

@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}
.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}

@media only screen and (min-width: 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}
.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f4f4f4;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
  font-family: Tahoma, Arial, sans-serif;
}

body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}

body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}

body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}

body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}

body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}

body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}

body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}

body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}

body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}

body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}

.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}

.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}

.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}

.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}

.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
  margin-left: 15px;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }

  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }

  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }

  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }

  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }

  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }

  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }

  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}

div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* Sorter */
.pager label,
.sort-by label,
.sorter label {
  margin-right: 10px;
  margin-top: 10px;
  float: left;
  text-transform: uppercase;
  font-weight: normal;
}

.sorter .view-mode {
  float: left;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 9px;
  margin-top: 18px;
}

.sorter .sort-by {
  float: right;
}

.pager select,
.sorter select {
  width: 100px;
  padding: 5px 10px;
  height: 35px;
  line-height: 30px;
  float: left;
}

/*toolbar-switch*/
.toolbar-title {
  float: left;
}

.toolbar-dropdown {
  position: relative;
  width: 100px;
  float: left;
}
.toolbar-dropdown span.current {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid;
}
.toolbar-dropdown span.current:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 13px;
  float: right;
}
.toolbar-dropdown ul {
  margin: 0;
  border: 1px solid;
  position: absolute;
  right: 0;
  top: 26px;
  width: 100px;
  z-index: 2;
}
.toolbar-dropdown li {
  padding: 5px;
  background-color: #fff;
}
.toolbar-dropdown li:hover {
  background-color: #f9efe2;
}
.toolbar-dropdown li a {
  text-decoration: none;
  display: block;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer;
}

tr.show-details .summary-collapse {
  background-position: 0 -53px;
}

tr.summary-details td {
  font-size: 90%;
  background-color: #dae1e4;
  color: #626465;
}

tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
  font-style: italic;
}

/*=======Home Page - Custum Box-Wide============*/
.box-layout .page {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .box-layout .page {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .box-layout .page {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .box-layout .page {
    max-width: 1200px;
  }
}
button,
a.action.primary {
  border-radius: 0;
}

body:not(._keyfocus) button:focus {
  box-shadow: none;
}

a.action.primary {
  display: inline-block;
  text-decoration: none;
}

a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}

.action.primary, button.button {
  background-image: none;
  border: 3px solid;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
}

.action.primary:focus,
.action.primary:active {
  border: 3px solid;
}

.action.primary:hover {
  border: 3px solid;
}

.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

a.action.primary,
button {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cdz-buttons-container button.btn-cart {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 3px solid;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cdz-buttons-container button.btn-cart:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f291";
  font-size: 16px;
  line-height: 34px;
}

.cdz-buttons-container button.btn-cart span:before {
  display: none;
}

.actions-secondary:not(.cdz-product-wishlist &) .action {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 3px solid;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.actions-secondary:not(.cdz-product-wishlist &) .action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f012";
  font-size: 16px;
  line-height: 34px;
}

.actions-secondary:not(.cdz-product-wishlist &) .link-wishlist:before {
  content: "\f05b";
}

.cdz-buttons-container .action,
.addto-hover-container .action {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 3px solid;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cdz-buttons-container .action:before,
.addto-hover-container .action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f012";
  font-size: 16px;
  line-height: 34px;
}

.cdz-buttons-container .link-wishlist:before,
.addto-hover-container .link-wishlist:before {
  content: "\f05b";
}

.product-addto-links .action {
  float: left;
  width: 50%;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-addto-links .action:visited {
  text-decoration: none;
}

.product-addto-links .action:hover {
  text-decoration: none;
}

.product-addto-links .action:active {
  text-decoration: none;
}

.product-addto-links .action span {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 11px 20px;
  border: 1px solid;
  float: left;
  width: 96.5%;
  text-transform: uppercase;
}

.product-addto-links .action span:before {
  display: none;
}

.product-addto-links .link-compare span {
  float: right;
}

.cdz-product-wishlist {
  position: absolute;
  left: 15px;
  top: 15px;
}

.cdz-product-wishlist a.link-compare {
  display: none;
}

.cdz-product-wishlist a.link-wishlist {
  position: relative;
  color: #282828;
  text-decoration: none;
  font-size: 0px;
}

.cdz-product-wishlist a.link-wishlist:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05b";
  font-size: 18px;
  width: 20px;
}

.cdz-product-wishlist a.link-wishlist:visited {
  text-decoration: none;
}

.cdz-product-wishlist a.link-wishlist:hover {
  text-decoration: none;
}

.cdz-product-wishlist a.link-wishlist:active {
  text-decoration: none;
}

.cdz-product-wishlist a.link-wishlist span {
  position: absolute;
  top: 30px;
  left: 50%;
  color: #fff;
  background: #000;
  padding: 3px 5px;
  border-radius: 3px;
  white-space: nowrap;
  display: none;
}

.cdz-product-wishlist a.link-wishlist:hover:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05b";
  font-size: 18px;
}

.ui-tooltip.cdz-tooltip {
  border: 0;
  background: #000;
  padding: 2px 10px;
  color: #fff;
  border-radius: 5px;
}

.ui-tooltip.cdz-tooltip:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  font-size: 20px;
  position: absolute;
  bottom: -12px;
  left: 42%;
  color: #000;
}

.ajax-load-wrapper .ajax-load-button {
  margin-top: 0px;
  display: block;
  vertical-align: top;
  text-align: center;
  clear: both;
}

.ajax-load-wrapper .ajax-load-button a.cdz-ajax-trigger,
.products-grid .ajax-load-wrapper .ajax-load-button .ajax-loader,
.products-grid .ajax-load-wrapper .ajax-load-button a {
  margin-top: 20px;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader,
.ajax-load-wrapper .ajax-load-button a {
  min-width: 300px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  background-image: none;
  border: 3px solid;
  cursor: pointer;
  display: inline-block;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 600;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader:focus,
.ajax-load-wrapper .ajax-load-button a:focus,
.ajax-load-wrapper .ajax-load-button .ajax-loader:active,
.ajax-load-wrapper .ajax-load-button a:active {
  border: 3px solid;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  border: 3px solid;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader.disabled,
.ajax-load-wrapper .ajax-load-button a.disabled,
.ajax-load-wrapper .ajax-load-button .ajax-loader[disabled],
.ajax-load-wrapper .ajax-load-button a[disabled],
fieldset[disabled] .ajax-load-wrapper .ajax-load-button .ajax-loader,
fieldset[disabled] .ajax-load-wrapper .ajax-load-button a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f1ce';
  font-size: 16px;
  margin-right: 5px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

#back-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

#back-top a {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: none;
  border: 3px solid;
  cursor: pointer;
  display: inline-block;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0;
}

a.action.primary,
.qs-button,
button {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.qs-button,
button {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.qs-button {
  background-image: none;
  cursor: pointer;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 3px solid;
}

.qs-button:focus,
.qs-button:active {
  border: 3px solid;
}

.btn-link {
  background-image: none;
  cursor: pointer;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 40px;
  margin: 0;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid;
}

.btn-link {
  background-image: none;
  cursor: pointer;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 40px;
  margin: 0;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid;
}

.btn-link:focus,
.btn-link:active {
  border: 1px solid;
}

.btn-link:hover {
  border: 1px solid;
}

.qs-button.disabled,
.qs-button[disabled],
fieldset[disabled] .qs-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.qs-button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06e";
  font-size: 16px;
  line-height: 34px;
}

.qs-button:hover {
  border: 3px solid;
}

#back-top a.disabled,
#back-top a[disabled],
fieldset[disabled] #back-top a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

#back-top a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f176';
  font-size: 16px;
  font-weight: bold;
}

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
/*product label*/
.cdz-product-lbs {
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
}
.cdz-product-lbs .lb-item {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 1.35;
  display: table;
  font-size: 11px;
  margin-bottom: 5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.cdz-product-lbs .lb-item .lb-content {
  display: table-cell;
  vertical-align: middle;
}

/*========== Data Table ==========*/
#wishlist-table {
  display: inline-block;
  overflow: inherit;
}

table colgroup, .data-table colgroup {
  width: 100%;
}

.data-table {
  width: 100%;
}
.data-table th {
  white-space: nowrap;
  padding: 14px 10px;
  border-width: 1px;
  border-style: solid;
}
.data-table tr td {
  border-color: #e1e1e1;
  padding: 14px 10px;
  border-width: 1px;
  border-style: solid;
}
.data-table tr td em {
  font-style: normal;
}
.data-table tr td button.button {
  white-space: nowrap;
}
.data-table thead th {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  border-color: #e1e1e1;
}
.data-table tbody .label {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.data-table tbody th {
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.customer-account-index .my-account .data-table tr th,
.sales-order-history .my-account .data-table tr th {
  border-left-width: 0;
  border-right-width: 0;
}
.customer-account-index .my-account .data-table tr th:first-child,
.sales-order-history .my-account .data-table tr th:first-child {
  border-left-width: 1px;
}
.cdz-rtl .customer-account-index .my-account .data-table tr th:first-child, .cdz-rtl
.sales-order-history .my-account .data-table tr th:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
.customer-account-index .my-account .data-table tr th.last,
.sales-order-history .my-account .data-table tr th.last {
  border-right-width: 1px;
}
.cdz-rtl .customer-account-index .my-account .data-table tr th.last, .cdz-rtl
.sales-order-history .my-account .data-table tr th.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
.customer-account-index .my-account .data-table tr td,
.sales-order-history .my-account .data-table tr td {
  border-width: 0;
}
.customer-account-index .my-account .data-table tr td:first-child,
.sales-order-history .my-account .data-table tr td:first-child {
  border-left-width: 1px;
}
.cdz-rtl .customer-account-index .my-account .data-table tr td:first-child, .cdz-rtl
.sales-order-history .my-account .data-table tr td:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
.customer-account-index .my-account .data-table tr td.last,
.sales-order-history .my-account .data-table tr td.last {
  border-right-width: 1px;
}
.cdz-rtl .customer-account-index .my-account .data-table tr td.last, .cdz-rtl
.sales-order-history .my-account .data-table tr td.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
.customer-account-index .my-account .data-table tr.last td,
.sales-order-history .my-account .data-table tr.last td {
  border-bottom-width: 1px;
}

#checkout-step-review .data-table tr th {
  border-left-width: 0;
  border-right-width: 0;
}
#checkout-step-review .data-table tr th:first-child {
  border-left-width: 1px;
}
.cdz-rtl #checkout-step-review .data-table tr th:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
#checkout-step-review .data-table tr th.last {
  border-right-width: 1px;
}
.cdz-rtl #checkout-step-review .data-table tr th.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
#checkout-step-review .data-table tr td {
  border-width: 0;
}
#checkout-step-review .data-table tr td:first-child {
  border-left-width: 1px;
}
.cdz-rtl #checkout-step-review .data-table tr td:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
#checkout-step-review .data-table tr td.last {
  border-right-width: 1px;
}
.cdz-rtl #checkout-step-review .data-table tr td.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
#checkout-step-review .data-table tr.last td {
  border-bottom-width: 1px;
}
#checkout-step-review .data-table tr td, #checkout-step-review .data-table th {
  padding-left: 10px;
  padding-right: 10px;
}
#checkout-step-review .data-table td {
  /*padding:34px 10px 10px;*/
}
#checkout-step-review .data-table tr.last td {
  /*padding-bottom:34px;*/
}
#checkout-step-review .data-table tfoot tr td {
  border: none;
  padding: 0 10px 5px 20px;
}
#checkout-step-review .data-table tfoot tr td.last {
  text-align: left !important;
}
#checkout-step-review .data-table tfoot tr td .price {
  display: block;
  margin-top: 0px;
}
#checkout-step-review .data-table tfoot tr.first td {
  padding-top: 21px;
}
#checkout-step-review .data-table tfoot tr.last td {
  padding-top: 0px;
  padding-bottom: 16px;
}
#checkout-step-review .data-table tfoot tr.last td .price {
  margin-top: 0px;
}
#checkout-step-review .data-table .cart-price {
  /*display:block;
  margin-top:-6px;*/
}

.cart .data-table tr th {
  border-left-width: 0;
  border-right-width: 0;
}
.cart .data-table tr th:first-child {
  border-left-width: 1px;
}
.cdz-rtl .cart .data-table tr th:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
.cart .data-table tr th.last {
  border-right-width: 1px;
}
.cdz-rtl .cart .data-table tr th.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
.cart .data-table tr td {
  border-width: 0;
}
.cart .data-table tr td:first-child {
  border-left-width: 1px;
}
.cdz-rtl .cart .data-table tr td:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
.cart .data-table tr td.last {
  border-right-width: 1px;
}
.cdz-rtl .cart .data-table tr td.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
.cart .data-table tr.last td {
  border-bottom-width: 1px;
}

/*============== Hover Alternative Images ===============*/
.item a.product-image .alternative-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.item a.product-image:hover img {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.item a.product-image:hover img.alternative-img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.cdz-best-seller-wrap .item:not(.width-2) .alternative-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-best-seller-wrap .item:not(.width-2):hover img {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-best-seller-wrap .item:not(.width-2):hover img.alternative-img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.cdz-best-seller-wrap.cdz-best-seller-wrap-hover .item .alternative-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-best-seller-wrap.cdz-best-seller-wrap-hover .item:hover img {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-best-seller-wrap.cdz-best-seller-wrap-hover .item:hover img.alternative-img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

@media (min-width: 992px) {
  /*button show01 Home Sport*/
  .cdz-button-show01 .products-grid .product-item-info .product-item-details {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .configurable-swatch-list {
    height: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container {
    height: 0;
    margin-top: 0;
    display: block;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container .cdz-buttons-inner {
    display: inline-block;
  }
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container .action,
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container button.btn-cart,
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container .qs-button {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .cdz-button-show01 .products-grid .product-item-info:hover .product-item-details {
    margin-top: -85px;
    /*.product-name{
    	margin-bottom: 12px;
    }*/
  }
  .cdz-button-show01 .products-grid .product-item-info:hover .product-item-details .cdz-buttons-container {
    height: 40px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .cdz-button-show01 .products-grid .product-item-info:hover .product-item-details .configurable-swatch-list {
    height: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .products-grid .product-item-info .cdz-product-bottom {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    width: 100%;
    height: 100%;
    z-index: 2;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .products-grid .product-item-info .cdz-buttons-container {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .products-grid .product-item-info .cdz-buttons-container form {
    display: inline-block;
  }
  .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner .configurable-swatch-list {
    display: block;
  }
  .products-grid .product-item-info:hover .cdz-product-bottom {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .products-grid .product-item-info:hover .cdz-product-bottom .cdz-buttons-container .qs-button {
    transform: translate(0, 0);
  }
  .products-grid .product-item-info:hover .cdz-product-bottom .cdz-buttons-container button.tocart.primary {
    transform: translate(0, 0);
  }

  /*button show 02 Home Outdoor*/
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container {
    position: relative;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart {
    width: 100%;
    font-size: inherit;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart:before {
    display: none;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button {
    position: absolute;
    left: 0;
    top: 0;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .cdz-best-seller-wrap .products-grid .cdz-product-bottom {
    padding-top: 10px;
  }
}
.products-grid .product-item-info .cdz-buttons-inner .configurable-swatch-list {
  display: none;
}

.products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions {
  font-size: 0;
}
.products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions a, .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions button.button {
  margin: 0 3px;
}

/*Default Header*/
/* ============================================ *
 * Header
 * ============================================ */
.page-header .cdz-header-top {
  padding-bottom: 5px;
  padding-top: 5px;
}

.cdz-col-left {
  float: left;
}

.header .cdz-header-top .cdz-dropdown {
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
}

.cdz-top-login.cdz-dropdown .cdz-dropdown-content {
  width: 320px;
  right: 0;
  left: auto;
}
.cdz-top-login.cdz-dropdown .cdz-dropdown-content .block-login .block-content {
  min-width: 1px;
}
.cdz-top-login.cdz-dropdown .cdz-dropdown-content .form-list .control label {
  min-width: 200px;
}

.cdz-top-login .cdz-dropdown-content {
  padding: 20px;
  color: #282828;
}

.cdz-top-login .block-login, #login-form .block-login {
  padding: 0;
  margin: 0 !important;
}
.cdz-top-login #remember-me-box, #login-form #remember-me-box {
  margin: 0;
}
.cdz-top-login .block-login .block-content, #login-form .block-login .block-content {
  padding: 0 !important;
  min-width: 300px;
}
.cdz-top-login .block-login .block-content input, #login-form .block-login .block-content input {
  margin-bottom: 0px;
}
.cdz-top-login .block-login .block-content .input-text, #login-form .block-login .block-content .input-text {
  width: 100%;
}
.cdz-top-login .block-login .block-content .field, #login-form .block-login .block-content .field {
  margin-bottom: 20px;
}
.cdz-top-login .block-login .block-content .field label, #login-form .block-login .block-content .field label {
  position: absolute;
}
.cdz-top-login .block-login .block-content .form-list .field.active label, #login-form .block-login .block-content .form-list .field.active label {
  top: 8px;
}
.cdz-top-login .block-login .block-content button.button, #login-form .block-login .block-content button.button {
  background: #282828;
  color: white;
}
.cdz-top-login .block-login .block-content button.button:hover, #login-form .block-login .block-content button.button:hover {
  background: white;
  color: #282828;
}
.cdz-top-login .block-login.block .actions .button, #login-form .block-login.block .actions .button {
  float: none;
  width: 100%;
}
.cdz-top-login .block-login.block .forgot-password, #login-form .block-login.block .forgot-password {
  text-align: center;
  padding: 0px 0 0;
}
.cdz-top-login .block-login.block .forgot-password a, #login-form .block-login.block .forgot-password a {
  padding: 0 !important;
}
.cdz-top-login .block-login.block .forgot-password a:before, #login-form .block-login.block .forgot-password a:before {
  display: none;
}
.cdz-top-login .block-login.block .block-title, #login-form .block-login.block .block-title {
  display: none;
}

.header {
  border: 0;
  margin-bottom: 0;
  background-color: white;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.header .logo {
  margin: 0;
}
.header .logo img {
  max-height: inherit;
  max-width: 100%;
}
.header .cdz-header-top {
  border-bottom: 1px solid #e7e7e7;
  background-color: #f1f1f1;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #999999;
}
.header .cdz-header-top .cdz-col-right .cdz-dropdown {
  margin-right: 0;
}
.header .cdz-header-top .cdz-dropdown {
  position: relative;
}
.header .cdz-header-top .cdz-top-link {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none none;
  float: right;
  margin-left: auto;
}
.header .cdz-header-top .cdz-top-link .link {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.header .cdz-header-top .cdz-top-link .link a {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}
.header .cdz-header-top .cdz-top-link .compare {
  display: none;
}
.header .cdz-header-top .cdz-top-link li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
}
.header .cdz-header-top .cdz-top-link li a {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-decoration: none;
}
.header .cdz-header-top .cdz-top-link li a:visited, .header .cdz-header-top .cdz-top-link li a:hover, .header .cdz-header-top .cdz-top-link li a:active {
  color: white;
  text-decoration: none;
}
.header .cdz-header-top .cdz-top-link li.welcome {
  display: none;
}
.header .cdz-header-top .cdz-top-link li.welcome a {
  color: #ffffff;
  padding-left: 5px;
}
.header .cdz-header-top .cdz-top-link .authorization-link:after {
  content: attr(data-label);
  display: inline-block;
  margin: 0 -5px 0 5px;
}
.header .cdz-header-top .cdz-top-link .customer-welcome + .authorization-link {
  display: none;
}
.header .cdz-header-top .cdz-top-link {
  margin: 0;
  padding-right: 28px;
  list-style: none none;
}
.header .cdz-header-top .cdz-top-link li {
  display: inline-block;
  vertical-align: top;
}
.header .cdz-header-top .cdz-top-link li a {
  position: relative;
}
.header .cdz-header-top .cdz-top-link li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  font-size: 12px;
  margin-right: 5px;
}
.header .cdz-header-top .cdz-top-link .cdz-top-login .cdz-trigger:before {
  content: "\f090";
}
.header .cdz-header-top .cdz-top-link .cdz-top-login .cdz-trigger:after {
  padding-left: 5px;
}
.header .cdz-header-top .cdz-top-link li.greet.welcome {
  display: none;
}
.header .cdz-header-top .cdz-top-link li.wishlist a:before {
  content: "\f05b";
}
.header .cdz-header-top .cdz-top-link li.compare a:before {
  content: "\f012";
}
.header .cdz-header-top .cdz-top-link li #authorization-trigger:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f090";
  font-size: 12px;
  margin-right: 5px;
}
.header .cdz-header-top .cdz-top-link li.compare .qty {
  display: inline-block;
}
.header .cdz-header-top .cdz-top-link li.logout a:before {
  content: "\f08b";
}
.header #cdz-pc-stores .cdz-dropdown-content {
  padding: 0;
}
.header #cdz-pc-stores .cdz-dropdown-content a {
  padding: 10px 10px;
  display: block;
}
.header #cdz-pc-stores .cdz-dropdown-content a:hover {
  background: #f8f8f8;
  color: #282828;
}
.header #cdz-pc-stores .cdz-trigger {
  color: #999999;
}
.header .form-language .cdz-trigger .lang-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header .form-language #select-language li,
.header .form-language .cdz-dropdown-content li {
  float: left;
  width: 100%;
  line-height: 15px;
}
.header .form-language #select-language li a,
.header .form-language .cdz-dropdown-content li a {
  overflow: hidden;
  height: 100%;
}
.header .form-language #select-language li a span,
.header .form-language .cdz-dropdown-content li a span {
  float: left;
  margin-right: 5px;
  line-height: 12px;
}
.header .cdz-col-left {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}

.header-bottom {
  clear: both;
}

.cdz-content-search {
  float: right;
}

/*Logo and Cart area*/
/*Search box area*/
.block-search {
  margin-bottom: 0 !important;
  position: relative;
  float: right;
  width: 250px;
  z-index: 4;
}
.block-search .block-title {
  display: none;
}
.block-search .search-icon span {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\f002 ';
  font-family: FontAwesome;
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #282828;
}
.block-search .label:active:before {
  color: #282828;
}
.block-search .button {
  display: none;
}
.block-search .control {
  border-top: 1px solid #e1e1e1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.block-search .form-search label {
  display: none !important;
}
.block-search .search-form-container {
  position: relative;
}
.block-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
  background-color: #282828;
}
.block-search input {
  position: static;
  padding-right: 40px;
  margin: 0;
}
.block-search input[type="text"] {
  color: #999999;
  background-color: #282828;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  border-color: #000000;
  font-style: italic;
  height: 40px;
  border-top-width: 0;
  border-bottom-width: 0;
  text-transform: uppercase;
}
.block-search .button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 0;
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.block-search .button span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .button:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  content: '\f002 ';
  font-family: FontAwesome;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .button:hover:before {
  color: #282828;
}
.block-search .button:active:before {
  color: inherit;
}
.block-search .button:focus,
.block-search .button:active {
  background: none;
  border: none;
}
.block-search .button:hover {
  background: none;
  border: none;
}
.block-search .button.disabled,
.block-search .button:focus:before {
  color: #282828;
}
.block-search .button:before {
  color: #999999;
}
.sticky-menu:not(.active) .block-search .cat-search-enable {
  border-style: solid;
  border-width: 3px;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.sticky-menu:not(.active) .block-search .cat-search-enable .cat-input {
  float: left;
  width: 35%;
}
.sticky-menu:not(.active) .block-search .cat-search-enable .cat-input .current-cat {
  display: block;
  padding: 9px 10px 8px;
  min-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right-style: solid;
  border-right-width: 2px;
  cursor: pointer;
}
.sticky-menu:not(.active) .block-search .cat-search-enable .cat-input .cat-tree {
  padding: 15px 10px;
}
.sticky-menu:not(.active) .block-search .cat-search-enable .cat-input .cat-tree li {
  cursor: pointer;
}
.sticky-menu:not(.active) .block-search .cat-search-enable input[type="text"] {
  float: right;
  width: 65%;
  border: none;
  border-radius: 0;
  height: 35px !important;
  line-height: 36px;
  text-transform: none;
}
.sticky-menu:not(.active) .block-search .cat-search-enable .button {
  width: 35px;
  height: 35px;
}
.sticky-menu:not(.active) .block-search .cat-search-enable .button:before {
  line-height: 35px;
}

.block-search .button[disabled],
fieldset[disabled] .block-search .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.block-search input ::-webkit-input-placeholder {
  color: #999999;
}

.block-search input :-moz-placeholder {
  color: #999999;
}

.block-search input ::-moz-placeholder {
  color: #999999;
}

.block-search input :-ms-input-placeholder {
  color: #999999;
}

/*----- Codazon Search box*/
.block-search .label.active + .control input {
  position: static;
}

.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 5px 40px 5px 10px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}

.form.search.advanced .fields.range .field:first-child {
  position: relative;
}

.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}

.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}

.form.search.advanced .fields.range .field:last-child {
  position: relative;
}

.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}

.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}

.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-terms {
  line-height: 2em;
}

.search-terms li {
  display: inline-block;
  margin-right: 10px;
}

.search-autocomplete {
  margin-top: 0;
}

.mobile-search-wrapper .block-search {
  width: inherit;
  margin: 0;
  padding: 0;
  position: relative;
}

.mobile-search-wrapper .block-search input[type="text"] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.mobile-search-wrapper .block-search .mobile-search-icon {
  color: #999999;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.mobile-search-wrapper .block-search .mobile-search-icon span {
  font-size: 0;
}

.mobile-search-wrapper .block-search .mobile-search-icon span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 20px;
  line-height: 40px;
}

.mobile-search-wrapper .ui-dialog {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 10px;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0 3px 3px #e1e1e1;
  -moz-box-shadow: 0 3px 3px #e1e1e1;
  -webkit-box-shadow: 0 3px 3px #e1e1e1;
  -o-box-shadow: 0 3px 3px #e1e1e1;
  -ms-box-shadow: 0 3px 3px #e1e1e1;
  width: 280px;
}

.mobile-search-wrapper .ui-dialog .label {
  display: none;
}

.mobile-search-wrapper .ui-dialog .minisearch {
  position: relative;
  border: 1px solid #999999;
}

.mobile-search-wrapper .ui-dialog .control {
  padding-right: 40px;
}

.mobile-search-wrapper .ui-dialog .actions {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.mobile-search-wrapper .ui-dialog input[type="text"] {
  border: 0px solid;
  color: #999999;
  background-color: transparent;
  border-color: #999999;
  font-style: italic;
  height: 40px;
  text-transform: uppercase;
  font-size: 10px;
}

.mobile-search-wrapper .ui-dialog .button {
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}

.mobile-search-wrapper .ui-dialog .button span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mobile-search-wrapper .ui-dialog .button:before {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 40px;
  color: #999999;
  content: '\f002 ';
  font-family: FontAwesome;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.mobile-search-wrapper .ui-dialog .button:hover:before {
  color: #282828;
}

.mobile-search-wrapper .ui-dialog .button:active:before {
  color: inherit;
}

.mobile-search-wrapper .ui-dialog .button:focus,
.mobile-search-wrapper .ui-dialog .button:active {
  background: none;
  border: none;
}

.mobile-search-wrapper .ui-dialog .button:hover {
  background: none;
  border: none;
}

.mobile-search-wrapper .ui-dialog .button.disabled,
.mobile-search-wrapper .ui-dialog .button[disabled],
fieldset[disabled] .mobile-search-wrapper .ui-dialog .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.mobile-search-wrapper .ui-dialog .button:focus:before {
  color: #282828;
}

.mobile-search-wrapper .ui-dialog .button:before {
  color: #999999;
}

/*------Search area*/
.header .cdz-bottom-logo-cart {
  padding: 30px 10px 30px;
  z-index: 1;
}
.header .cdz-bottom-logo-cart .logo strong {
  display: none;
}
.header .cdz-bottom-logo-cart .cdz-header-cart {
  float: right !important;
  width: auto;
}
.cdz-rtl .header .cdz-bottom-logo-cart .cdz-header-cart {
  float: left !important;
}

.cart-icon:before {
  background-color: transparent;
  background-image: url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/icon.png");
  background-position: 7px 8px;
  background-repeat: no-repeat;
  border-right: 0 solid #e7e7e7;
  content: "";
  display: inline-block;
  min-height: 41px;
  padding: 7px 10px;
  vertical-align: top;
  width: 40px;
}

.cdz-top-cart.cdz-dropdown .cdz-trigger::after {
  display: none;
}

.cart-icon .cart-qty {
  background: #c5420e none repeat scroll 0 0;
  border: 0 solid #999999;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  height: 18px;
  left: 27px;
  line-height: 19px;
  margin: 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  top: -3px;
  vertical-align: top;
  white-space: normal;
  font-size: 12px;
  font-weight: bold;
}
.cdz-rtl .cart-icon .cart-qty {
  left: auto;
  right: 0px;
}

.cart-label {
  display: none;
}

.cart-icon .cart-subtotal .price {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  min-height: 40px;
  padding: 10px 0 10px 15px;
  vertical-align: middle;
}

.block-cart.cdz-dropdown-content {
  right: 0;
  left: auto;
  min-width: 350px;
}

.block-cart.cdz-dropdown-content .empty {
  text-align: center;
}

.block-cart.cdz-dropdown-content .block-title {
  display: none;
}

.block-cart .button {
  float: none;
  width: 100%;
  background: #282828;
  color: white;
}

.header .block-cart, .header .block:not(.block-static-block) {
  padding: 0;
}
.header .block-cart .cdz-dropdown-content, .header .block:not(.block-static-block) .cdz-dropdown-content {
  padding: 20px 0 0;
}
.header .block-cart .block-content, .header .block:not(.block-static-block) .block-content {
  padding: 15px 0 0;
  margin: 0;
}
.header .block-cart .summary, .header .block:not(.block-static-block) .summary {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 20px;
}
.header .block-cart .summary .cart-total-title, .header .block:not(.block-static-block) .summary .cart-total-title {
  float: left;
}
.header .block-cart .summary .cart-total-title h4, .header .block:not(.block-static-block) .summary .cart-total-title h4 {
  margin-bottom: 10px;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: white;
}
.header .block-cart .summary .cart-total-title p, .header .block:not(.block-static-block) .summary .cart-total-title p {
  margin: 0;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: white;
  font-weight: 600;
}
.header .block-cart .summary .subtotal, .header .block:not(.block-static-block) .summary .subtotal {
  float: right;
  text-align: right;
}
.header .block-cart .summary .subtotal .sub-total-label, .header .block:not(.block-static-block) .summary .subtotal .sub-total-label {
  margin-bottom: 10px;
  font-weight: 600;
}
.header .block-cart .summary .subtotal .price, .header .block:not(.block-static-block) .summary .subtotal .price {
  display: block;
}
.header .block-cart .actions, .header .block:not(.block-static-block) .actions {
  clear: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 20px 20px;
}
.header .block-cart .actions .button, .header .block:not(.block-static-block) .actions .button {
  float: none;
  width: 100%;
}
.header .block-cart .block-subtitle, .header .block:not(.block-static-block) .block-subtitle {
  display: none;
}
.header .block-cart .mini-products-list, .header .block:not(.block-static-block) .mini-products-list {
  clear: left;
  margin-bottom: 0px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 20px 10px;
}
.header .block-cart .mini-products-list li.item, .header .block:not(.block-static-block) .mini-products-list li.item {
  margin: 0 0 10px 0px;
}
.header .block-cart .cart-viewcart a, .header .block:not(.block-static-block) .cart-viewcart a {
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
  line-height: 20x;
  padding: 10px 20px;
  display: block;
  text-align: center;
}
.header .block-cart .btn-edit, .header .block:not(.block-static-block) .btn-edit {
  font-size: 0;
}
.header .block-cart .btn-edit:before, .header .block:not(.block-static-block) .btn-edit:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F044";
  font-size: 18px;
  margin-right: 0px;
  position: absolute;
  right: 0px;
  top: 30px;
  color: #282828;
}
.header .block-cart .btn-remove, .header .block:not(.block-static-block) .btn-remove {
  font-size: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.header .block-cart .btn-remove:before, .header .block:not(.block-static-block) .btn-remove:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 15px;
  margin-right: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #282828;
  padding: 0 2px;
  border: 1px solid #282828;
  border-radius: 2px;
}
.header .block-cart .btn-remove:after, .header .block:not(.block-static-block) .btn-remove:after {
  display: none;
}
.header .block-cart .mini-products-list .product-image, .header .block:not(.block-static-block) .mini-products-list .product-image {
  min-width: 50px;
}
.header .block-cart .mini-products-list .product-details, .header .block:not(.block-static-block) .mini-products-list .product-details {
  position: relative;
  margin-left: 70px;
}
.header .block-cart .product-details-name, .header .block:not(.block-static-block) .product-details-name {
  float: left;
  margin-right: 30px;
}
.header .block-cart .mini-products-list .product-details .product-name, .header .block:not(.block-static-block) .mini-products-list .product-details .product-name {
  padding: 0;
  margin: 0;
}
.header .block-cart .mini-products-list li.item, .header .block:not(.block-static-block) .mini-products-list li.item {
  margin-bottom: 20px;
}
.header .block-cart .mini-products-list li.item.last, .header .block:not(.block-static-block) .mini-products-list li.item.last {
  margin-bottom: 0;
}

.header .block-login .actions {
  border-bottom: 0px solid #e1e1e1 !important;
  padding: 0px !important;
}

/*Logo and Cart area*/
/*================ CdzCart Bottom ===================*/
.footer-cart {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}
.footer-cart:before {
  content: '';
  position: absolute;
  width: 100%;
  top: -3px;
  left: 0;
  height: 3px;
  box-shadow: 0 2px 3px #e1e1e1;
}
.footer-cart .cart-trigger {
  position: absolute;
  background: #4d4d4d;
  color: #fff;
  top: -34px;
  left: 0;
  font-size: 85%;
  text-transform: uppercase;
  padding: 10px 20px 7px;
  z-index: 200;
  cursor: pointer;
  text-decoration: none;
}
.footer-cart .cart-trigger:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  font-size: 16px;
  margin: 0 5px;
  float: right;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: -1px;
}
.footer-cart.active .cart-trigger:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer-cart .cart-content {
  background: #fff;
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 85px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.footer-cart .cart-content .cart-icon {
  width: 0;
  height: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.footer-cart .cart-content .check-out {
  float: right;
  padding: 20px;
  width: 421px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dfdfdf;
}
.footer-cart .cart-content .check-out .summary {
  float: left;
  width: 190px;
}
.footer-cart .cart-content .check-out .summary .cart-total-title {
  display: inline-block;
  width: 100%;
}
.footer-cart .cart-content .check-out .summary .cart-total-title h4 {
  float: left;
  margin: 0;
  margin-right: 10px;
}
.footer-cart .cart-content .check-out .summary .cart-total-title .amount {
  float: right;
  margin: 0;
}
.footer-cart .cart-content .check-out .summary .subtotal {
  display: inline-block;
  width: 100%;
}
.footer-cart .cart-content .check-out .summary .subtotal .sub-total-label {
  float: left;
  margin-right: 10px;
}
.footer-cart .cart-content .check-out .summary .subtotal .price {
  float: right;
  font-weight: 700;
}
.footer-cart .cart-content .check-out .actions {
  float: right;
  height: 100px;
  margin: -20px 0;
  border-left: 1px solid #dfdfdf;
  padding: 20px 0;
  padding-left: 20px;
}
.footer-cart .cart-content .check-out .actions button.button {
  padding: 10px 20px;
}
.footer-cart .cart-content .check-out .actions button.button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-size: 16px;
  margin-right: 10px;
}
.footer-cart .cart-content .cart-items {
  float: left;
  padding-left: 20px;
  width: calc(100% - 420px);
  overflow-x: auto;
}
.footer-cart .cart-content .cart-items .cart-items-inner {
  display: block;
  overflow-x: auto;
}
.footer-cart .cart-content .cart-items .cart-products-list {
  float: left;
  white-space: nowrap;
  font-size: 0;
}
.footer-cart .cart-content .cart-items .product {
  position: relative;
  cursor: pointer;
}
.footer-cart .cart-content .cart-items .product strong {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  background: #c5420e;
  color: #fff;
  display: block;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
}
.footer-cart .cart-content .cart-items .product:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14b";
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 1;
}
.footer-cart .cart-content .cart-items .cart-item {
  position: relative;
  width: 80px;
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  padding: 10px 0;
}
.footer-cart .cart-content .cart-items .cart-item input.item-qty {
  height: 23px;
  width: 40px;
  text-align: center;
}
.footer-cart .cart-content .cart-items .cart-item .btn-remove {
  border: none;
  background: none;
  display: block;
  float: none;
  clear: both;
  font-size: 10px;
  width: auto;
  color: #f86532;
  line-height: 1.35;
  margin-top: 17px;
  text-decoration: underline;
  text-transform: uppercase;
}
.footer-cart .cart-content .cart-items .cart-item .btn-remove:after {
  display: none;
}
.footer-cart .cart-content .cart-items .cart-item .btn-edit {
  font-size: 11px;
  float: right;
  padding: 3px 5px 2px;
}
.footer-cart .cart-content .cart-items .cart-item .btn-edit:before {
  display: none;
}
.footer-cart .cart-content .cart-items .cart-item .product-details {
  position: absolute;
  left: 100%;
  top: 0;
  float: left;
  height: 100%;
  padding: 5px 10px;
  background: #F4F4F4;
  width: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -o-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  z-index: 2;
}
.footer-cart .cart-content .cart-items .cart-item .product-details .product-hover-container {
  display: table;
  width: 100%;
  height: 100%;
}
.footer-cart .cart-content .cart-items .cart-item .product-details .product-hover-container .product-hover-inner {
  display: table-cell;
  vertical-align: middle;
}
.footer-cart .cart-content .cart-items .cart-item.active .product-details {
  width: 100px;
  padding: 5px 10px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: inherit;
}
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'],
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'].owl-next,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-].owl-next {
  left: -35px;
  top: 10px;
  right: auto;
}
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'].owl-next:before,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-].owl-next:before {
  line-height: 21px;
  font-size: 25px;
}
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'].owl-prev,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -35px;
  top: 45px;
  right: auto;
}
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'].owl-prev:before,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-].owl-prev:before {
  line-height: 21px;
  font-size: 25px;
}

/*Custom RTL*/
.cdz-rtl .cdz-top-login.cdz-dropdown .cdz-dropdown-content,
.cdz-rtl .block-cart.cdz-dropdown-content {
  left: 0;
  right: auto;
}
.cdz-rtl .block-search {
  float: left;
}
.cdz-rtl .block-search .button {
  float: left;
  left: 0;
  right: auto;
}
.cdz-rtl .sticky-menu:not(.active) .cat-search-enable .cat-input {
  float: right;
}
.cdz-rtl .sticky-menu:not(.active) .cat-search-enable .cat-input .current-cat {
  border-left-style: solid;
  border-left-width: 2px;
  border-right-width: 0px;
}
.cdz-rtl .sticky-menu:not(.active) .cat-search-enable .cat-input .cdz-dropdown-content {
  left: auto;
  right: 0;
}
.cdz-rtl .sticky-menu:not(.active) .cat-search-enable input[type="text"] {
  float: left;
  padding-left: 40px;
  padding-right: 10px;
}
.cdz-rtl .header .cdz-header-top .cdz-dropdown {
  margin-left: 15px;
  margin-right: 0px;
}
.cdz-rtl .header .cdz-header-top .cdz-top-link {
  float: left;
}
.cdz-rtl .header .cdz-header-top .cdz-top-link .link {
  margin-left: 0px;
  margin-right: 20px;
}
.cdz-rtl .header .cdz-header-top .cdz-top-link li a:before {
  margin-right: 0px;
  margin-left: 5px;
}

/*Header 02*/
.cms-index-index
.cdz-header-style-02 {
  margin-bottom: 20px;
}

.cdz-header-style-02 .header .cdz-header-top {
  border: 0;
  margin-top: 20px;
  border-radius: 5px 5px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
  float: right;
  margin-right: 195px;
}
.cdz-header-style-02 .header .cdz-header-top .cdz-top-link .link a {
  padding: 8px 0px;
}
.cdz-header-style-02 .header .cdz-header-top .cdz-col-left .cdz-trigger {
  padding: 8px 0px;
  display: inline-block;
}
.cdz-header-style-02 .header .cdz-header-top .cdz-col-left .store-switcher {
  padding-left: 10px;
}
.cdz-header-style-02 .header .cdz-header-top .cdz-col-right .cdz-top-cart {
  margin-right: -10px;
  margin-top: -5px;
}
.cdz-header-style-02 .header .cdz-header-bottom {
  border-radius: 0px 0px 5px 5px;
}
.cdz-header-style-02 .header .block-search input[type="text"] {
  border: 0;
  height: 30px !important;
  line-height: 30px;
  border-radius: 15px;
  float: right;
}
.cdz-header-style-02 .header .block-search input[type="text"]:focus {
  border: 0;
  outline: none;
}
.cdz-header-style-02 .header .block-search .button {
  height: 30px;
  width: 40px;
}
.cdz-header-style-02 .header .block-search .button:before {
  line-height: 30px;
}
.cdz-header-style-02 .header .block-search .button:hover {
  background: transparent !important;
}
.cdz-header-style-02 .header .cdz-header-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
}
.cdz-header-style-02 .header .cdz-header-bottom .cdz-header-menu {
  padding-right: 10px;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart {
  padding: 0;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart h1.logo {
  padding-left: 10px;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link {
  padding: 5px 15px;
  margin: 0 0 10px;
  border-radius: 15px;
  border: 2px solid;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link:hover {
  border: 2px solid;
  border-radius: 15px;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu .parent:hover:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  font-size: 21px;
  bottom: -7px;
}
.cdz-header-style-02 .header .sticky-menu:not(.active) .block-search {
  width: 100%;
}
.cdz-rtl .cdz-header-style-02 .header .sticky-menu:not(.active) .block-search input[type="text"] {
  padding-right: 8px;
  padding-left: 40px;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  position: absolute;
  top: -68px;
  right: -11px;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  float: right;
  width: auto;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 0 5px 0 0;
  height: 38px;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
  font-family: arial;
  font-weight: bold;
  padding: 10px 0 0px 5px;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-qty {
  left: -10px;
  border-radius: 5px;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-label {
  display: inherit;
  padding: 10px 0 0px;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon:before {
  background: none;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f291";
  font-size: 21px;
  padding: 7px 0 0;
  min-height: 35px;
  width: 30px;
}
.cdz-header-style-02 .header .sticky-menu.active {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-header-logo {
  display: none;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-header-menusearch {
  width: 100%;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart {
  position: absolute;
  top: -3px;
  right: 0;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link {
  margin: 0;
}
.cdz-header-style-02 .header .sticky-menu.active .logo {
  width: 100%;
}
.cdz-header-style-02 .header .sticky-menu.active .block-search input[type="text"] {
  padding: 0;
  margin: 0;
}
.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover input[type="text"] {
  border: 0;
  padding: 0 10px;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart {
  background-color: transparent;
  float: right;
  width: auto;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 0 5px 0 0;
  height: 38px;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-subtotal, .cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-label {
  display: none !important;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon .cart-subtotal .price {
  font-family: arial;
  font-weight: bold;
  padding: 10px 0 0px 5px;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon .cart-qty {
  left: auto;
  right: 0px;
  border-radius: 5px;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-label {
  display: inherit;
  padding: 10px 0 0px;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon:before {
  background: none;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f291";
  font-size: 21px;
  padding: 7px 0 0;
  min-height: 35px;
  width: 30px;
}

@media (min-width: 992px) {
  .cdz-header-style-02 .header .cdz-bottom-logo-cart h1.logo {
    margin-top: -7px;
  }
}
/*============RTL HEADER 02=============*/
.cdz-rtl .cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
  float: left;
  margin-right: 0 !important;
  margin-left: 160px;
}
.cdz-rtl .cdz-header-style-02 .header .cdz-header-top .cdz-col-left .store-switcher {
  padding-left: 0;
}
.cdz-rtl .cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  left: 0;
  right: auto;
}
.cdz-rtl .cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-qty {
  left: auto;
  right: -10px;
}
.cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search {
  float: right;
}

/*Default Footer*/
.footer-top-ads {
  color: #282828;
}
.footer-top-ads .ftop-ads-title {
  font-size: 250%;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-top-ads .ftop-ads-small {
  font-size: 90%;
  clear: left;
  margin: 0;
}
.footer-top-ads .ftop-newsletter {
  margin: 0;
}
.footer-top-ads .block.block-subscribe {
  margin-bottom: 0;
}
.footer-top-ads .block.block-subscribe .block-title {
  display: none;
}

.ftop-newsletter .block.block-subscribe .block-content, .cdz-popup-newsletter .block.block-subscribe .block-content {
  float: none;
  width: 50%;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.cdz-popup-newsletter .block.block-subscribe .input-box {
  float: left;
  padding: 0;
  margin: 0;
}
.cdz-popup-newsletter .block.block-subscribe .block-content {
  width: 100%;
}
.cdz-popup-newsletter .block.block-subscribe .block-content .input-box {
  display: inline-block;
  text-decoration: none;
  display: block;
  width: 344px;
}

.ftop-newsletter .block.block-subscribe .block-content {
  margin: 15px auto;
  padding: 0;
}
.ftop-newsletter .block.block-subscribe .block-content .input-box {
  display: inline-block;
  text-decoration: none;
  display: block;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.ftop-newsletter .block.block-subscribe .actions {
  margin: 0;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}
.cdz-rtl .ftop-newsletter .block.block-subscribe .actions {
  float: right;
  right: auto;
  left: 0;
}
.ftop-newsletter .block.block-subscribe .actions button {
  padding: 6px 20px 7px;
  margin: 0;
}

.block.block-subscribe {
  margin-bottom: 20px;
}
.block.block-subscribe .title {
  display: none;
}
.block.block-subscribe .form.subscribe {
  display: table;
  width: 100%;
}
.block.block-subscribe .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.block-subscribe .block-content .input-box:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 40px;
  color: white;
  content: '\f0e0';
  font-family: FontAwesome;
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.cdz-rtl .block.block-subscribe .block-content .input-box:before {
  margin: 0 8px 0 0px;
}
.block.block-subscribe .block-content input {
  padding-left: 35px;
  height: 40px !important;
  border: 3px solid;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}
.cdz-rtl .block.block-subscribe .block-content input {
  padding-left: 10px;
  padding-right: 35px;
}
.block.block-subscribe .block-content input[type="email"] {
  background: #ffffff;
  color: #646464;
}
.block.block-subscribe .field {
  margin: 0 0 10px;
}
.block.block-subscribe .actions button {
  padding: 8px 20px;
  float: none;
  margin-top: 10px;
}
.block.block-subscribe .action.subscribe {
  min-height: 41px;
}

/* Codazon_Footer*/
.page-footer ul, .page-footer li {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.page-footer .top-footer-wrapper {
  padding: 30px 0;
}
.page-footer .footer-container-wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}
.page-footer .footer-content-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-footer .footer-content-top .block-static-block.widget {
  margin-bottom: 0;
}
.page-footer .footer-bottom {
  padding: 30px 0;
}
.page-footer p.h5 {
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.page-footer .footer-link {
  margin-top: -10px;
}
.page-footer .footer-link li a {
  display: block;
  padding: 10px 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-footer .footer-link li.last a {
  border-bottom: none;
}
.page-footer .item_tag {
  margin: 0 -5px;
}
.page-footer .item_tag li a {
  float: left;
  padding: 10px;
  border: 1px solid;
  margin: 5px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-rtl .page-footer .item_tag li a {
  float: right;
}
.page-footer .footer-social {
  overflow: hidden;
  margin: 0 -5px;
  padding-top: 50px;
}
.page-footer .footer-social a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  float: left;
  margin: 0 10px 5px 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid;
}
.cdz-rtl .page-footer .footer-social a {
  margin: 0 0px 5px 10px;
  float: right;
}
.page-footer .footer-social a span {
  font-size: 0;
}
.page-footer .footer-social a span:before {
  font-size: 14px;
}
.page-footer .bottom-footer-wrapper {
  padding: 30px 0 20px;
  overflow: hidden;
  border-top: 2px solid;
}
.page-footer .bottom-footer-wrapper .block-static-block.widget {
  margin-bottom: 0;
}
.page-footer .copyright {
  float: left;
}
.page-footer address {
  margin-top: 5px;
}
.page-footer .footer-custom-block {
  float: right;
}
.page-footer .footer-bottom-link {
  margin: 0 -10px 10px;
  text-align: right;
}
.page-footer .footer-bottom-link li {
  display: inline-block;
  margin: 0 10px;
}
.page-footer .links {
  display: none;
}
.page-footer .cdz-footer-bottom-payment {
  display: block;
  float: right;
}
.page-footer .footer address {
  border: 0;
}

.newsletter-style02 .block.block-subscribe {
  margin-bottom: 20px;
}

.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content {
  margin: 0;
  width: auto;
}
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
  width: 75%;
}
.cdz-rtl .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
  float: right;
}
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
  border: 1px solid;
  border-radius: 3px;
}
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions {
  float: right;
}
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions .button {
  border-radius: 5px;
}
.footer-newsletter-02 .social {
  text-align: right;
  margin: 20px 0 0;
}
.footer-newsletter-02 .social a {
  display: inline-block;
  border: 2px solid;
  min-width: 34px;
  min-height: 30px;
  border-radius: 6px;
  line-height: 30px;
  padding: 0;
  margin: 0px 5px 0 0;
  text-align: center;
}
.footer-newsletter-02 .social a .fa {
  font-size: 0;
}
.footer-newsletter-02 .social a .fa:before {
  font-size: 14px;
}

.page-footer .footer-newsletter-02.top-footer-wrapper {
  padding: 20px 0;
}

.fototer-contact span.fa {
  padding-right: 10px;
}
.cdz-rtl .fototer-contact span.fa {
  padding-right: 0px;
  padding-left: 10px;
}

.footer-style-02 .bottom-footer-wrapper {
  border-top: 1px solid;
}
.footer-style-02 .footer-link li.last {
  border: 0;
}

.cdz-footer-style-02 .footer-newsletter-02 .social {
  margin-top: 3px;
}

/*Page*/
.toolbar {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  /*z-index:1;*/
  border: 0;
}
.toolbar .pager,
.toolbar .to-top {
  display: none;
}
.toolbar .pager .amount {
  display: none;
  text-transform: uppercase;
}
.toolbar .pager .pages {
  display: none;
}
.toolbar .pager .pages a {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.toolbar .i-previous,
.toolbar .i-next {
  display: inline-block;
  padding: 2px 8px 3px !important;
  border: 1px solid !important;
  min-width: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.toolbar .toolbar-switch, .toolbar .sort-by {
  margin: 10px 0;
  display: inline-block;
  float: right;
}
.toolbar .toolbar-dropdown {
  width: 150px;
}
.toolbar .toolbar-dropdown span.current {
  padding: 7px 10px;
}
.toolbar .toolbar-dropdown span.current:after {
  margin-top: 3px;
}
.toolbar .toolbar-dropdown ul {
  width: 150px;
  top: 35px;
}
.toolbar .limiter {
  margin-right: 10px;
}
.toolbar .sort-by > a {
  position: relative;
  float: right;
  margin-top: 7px;
  margin-left: 20px;
}
.toolbar .sort-by > a img {
  display: none;
}
.toolbar .sort-by .sort-desc:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f175";
  font-size: 14px;
}
.toolbar .sort-by .sort-asc:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f176";
  font-size: 14px;
}
.toolbar .sort-by .v-middle {
  display: none;
}
.toolbar .pager label, .toolbar .sort-by label, .toolbar .sorter label {
  margin-top: 5px;
}

.toolbar-bottom .toolbar {
  margin-top: 0;
}
.toolbar-bottom .pager .amount {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
}
.toolbar-bottom .pager .pages {
  display: inline;
  margin: 0;
  background: transparent;
  float: right;
}
.toolbar-bottom .toolbar .sorter, .toolbar-bottom .toolbar .pager .limiter {
  display: none;
}
.toolbar-bottom .pager {
  padding: 10px 0;
  display: block;
  margin: 0;
  float: none;
}
.toolbar-bottom .pager li {
  height: 34px;
  line-height: 34px !important;
  min-width: 34px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  border: 0;
  border-radius: 0;
}
.toolbar-bottom .pager li a {
  background: transparent;
  padding: 0 5px;
  border-radius: 0;
  border: none;
  display: block;
  line-height: 34px;
}
.toolbar-bottom .pager li.current a {
  padding: 0 5px;
  border-radius: 0;
  border: none;
  display: block;
}
.toolbar-bottom .pager a.next, .toolbar-bottom .pager a.previous {
  line-height: 32px;
  height: 34px;
}
.toolbar-bottom .pager a.next:before, .toolbar-bottom .pager a.previous:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 21px;
}
.toolbar-bottom .pager a:focus, .toolbar-bottom .pager a:hover {
  background: transparent;
}
.toolbar-bottom .sorter {
  display: none;
}

/*View mode*/
.view-mode label {
  display: none;
}
.view-mode .list {
  font-size: 0;
  display: inline-block;
  text-indent: -44499px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 0;
}
.view-mode .list:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03a";
  font-size: 21px;
}
.view-mode .grid {
  font-size: 0;
  display: inline-block;
  text-indent: -44499px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 0;
  margin-right: 3px;
}
.view-mode .grid:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00a";
  font-size: 21px;
}

/*Product list type*/
.products-list li.item {
  padding: 0;
  border: 0;
}
.widget.widget-static-block .products-list li.item .cdz-product-left {
  position: relative;
}
.widget.widget-static-block .products-list li.item .cdz-product-left .qs-button {
  position: absolute;
  right: 10px;
  top: 0;
  display: none;
  border: none;
  width: 20px;
  height: 20px;
  line-height: 1;
  color: #000;
  background: none;
}
.widget.widget-static-block .products-list li.item .cdz-product-left .qs-button:before {
  content: "\f0b2";
  line-height: 1;
}
.widget.widget-static-block .products-list li.item:hover .cdz-product-left .qs-button {
  display: block;
}
.products-list .product-item-info {
  float: left;
  width: 100%;
  padding: 10px;
}
.products-list .product-shop .desc {
  float: none;
  width: 100%;
  margin: 20px 0;
}
.products-list .add-to-links {
  display: inline-block;
}
.products-list .add-to-links li {
  border: 3px solid;
  cursor: pointer;
  display: inline-block;
  padding: 9px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0px;
}
.products-list .add-to-links .compare:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f012";
  font-size: 16px;
}
.products-list .add-to-links .wishlist:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05b";
  font-size: 16px;
}
.products-list .btn-cart {
  width: 100%;
}
.category-products .products-list .btn-cart {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 3px solid;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.category-products .products-list .btn-cart:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f291";
  font-size: 16px;
  line-height: 34px;
}

.category-products .configurable-swatch-list {
  margin-bottom: 10px;
}

/* Filter navigation ------------*/
.block-layered-nav dd ol li a {
  color: #282828;
  padding: 5px 0;
}
.block-layered-nav dd ol li label {
  display: inline-block;
  height: 15px;
  line-height: 13px;
  font-size: 10px;
  padding: 0 2px;
  margin-left: 2px;
  border: 1px solid;
  border-radius: 2px;
  vertical-align: text-bottom;
  opacity: 0.5;
  font-family: arial;
  min-width: 15px;
  text-align: center;
}
.block-layered-nav .price-btn {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.block-layered-nav .configurable-swatch-list .block-content dl dd li:before {
  display: none;
  font-size: 0;
}
.block-layered-nav .configurable-swatch-list .swatch-link {
  position: relative;
}
.block-layered-nav .configurable-swatch-list .swatch-link .count {
  display: inline-block;
  font-size: 10px;
  padding: 0 1px;
  color: #ccc;
  border-radius: 100px;
  margin-left: 2px;
  border: 1px solid;
  vertical-align: text-bottom;
  position: absolute;
  top: -2px;
  right: -5px;
  background: #fff;
  display: block;
  min-width: 15px;
  line-height: 13px;
  min-height: 13px;
  text-align: center;
  font-family: arial;
}
.block-layered-nav .price-btn {
  border: 1px solid;
}
.block-layered-nav .block-content > dl > dd {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid;
}
.block-layered-nav .block-content > dl > dd.last {
  border: 0;
  padding: 0;
}
.block-layered-nav .slider-handle {
  top: 0px;
}
.block-layered-nav .price-form-container {
  padding: 20px 0 0;
}
.block-layered-nav .slider.slider-horizontal .slider-tick, .block-layered-nav .slider.slider-horizontal .slider-handle {
  margin: 0 0 0 -3px;
}
.block-layered-nav .slider-handle {
  width: 10px;
  height: 10px;
}

.catalog-category-view .col1-layout .page-title {
  float: left;
  width: 100%;
}
.catalog-category-view .col1-layout .page-title h1 {
  float: left;
  width: 70%;
}
.catalog-category-view .col1-layout .category-products {
  clear: left;
}

#cdz-filter-bar .block-title {
  border: 0;
  text-align: right;
}
#cdz-filter-bar .block-title strong {
  margin: 0;
  border: 3px solid;
  padding: 5px 10px;
  cursor: pointer;
}
#cdz-filter-bar .block-title strong:hover {
  margin: 0;
  border: 3px solid;
}
#cdz-filter-bar .block-title strong:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0b0";
  font-size: 14px;
  margin-right: 10px;
}
.cdz-rtl #cdz-filter-bar .block-title strong:before {
  margin-right: 0px;
  margin-left: 10px;
}
#cdz-filter-bar .block-content #narrow-by-list dt {
  margin-bottom: 10px;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#cdz-filter-bar .block-content #narrow-by-list .slider.slider-horizontal {
  width: 160px;
}
#cdz-filter-bar .block-content #narrow-by-list .price-btn {
  border: 1px solid;
}
#cdz-filter-bar .block-layered-nav .block-content dl dt:after {
  display: none;
}
#cdz-filter-bar .filter-content {
  display: none;
}
#cdz-filter-bar dd ol li a {
  color: #282828;
  padding: 5px 0;
  display: inline-block;
}
#cdz-filter-bar dd ol li label {
  display: inline-block;
  height: 15px;
  line-height: 13px;
  font-size: 10px;
  padding: 0 2px;
  margin-left: 2px;
  border: 1px solid;
  border-radius: 2px;
  vertical-align: text-bottom;
  opacity: 0.5;
  font-family: arial;
  min-width: 15px;
  text-align: center;
}
#cdz-filter-bar .configurable-swatch-list .block-content dl dd li:before {
  display: none;
  font-size: 0;
}
#cdz-filter-bar .configurable-swatch-list .swatch-link {
  position: relative;
}
#cdz-filter-bar .configurable-swatch-list .swatch-link .count {
  display: inline-block;
  font-size: 9px !important;
  padding: 0 1px;
  border-radius: 100px;
  margin-left: 2px;
  border: 1px solid;
  vertical-align: text-bottom;
  position: absolute;
  top: -2px;
  right: -5px;
  background: #fff;
  display: block;
  min-width: 15px;
  line-height: 13px !important;
  min-height: 13px;
  font-family: arial;
  text-align: center;
}
#cdz-filter-bar .block-content > dl > dd {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid;
}
#cdz-filter-bar .block-content > dl > dd.last {
  border: 0;
  padding: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #282828;
}

#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 0;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 2px 6px 0px;
  white-space: nowrap;
  border-radius: 0;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}

#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* ------------Filter navigation */
/* ------------Grid product for PC and Mobile */
.category-products .products-grid li.item {
  padding: 0 10px;
}

.category-products .products-grid .col-desktop-1 {
  width: 100%;
}

.category-products .products-grid .col-desktop-2 {
  width: 50%;
}

.category-products .products-grid .col-desktop-3 {
  width: 33.33333%;
}

.category-products .products-grid .col-desktop-4 {
  width: 25%;
}

.category-products .products-grid .col-desktop-5 {
  width: 20%;
}

.category-products .products-grid .col-desktop-6 {
  width: 16.66667%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category-products .products-grid .col-tablet-l-1 {
    width: 100%;
  }

  .category-products .products-grid .col-tablet-l-2 {
    width: 50%;
  }

  .category-products .products-grid .col-tablet-l-3 {
    width: 33.33333%;
  }

  .category-products .products-grid .col-tablet-l-4 {
    width: 25%;
  }

  .category-products .products-grid .col-tablet-l-5 {
    width: 20%;
  }

  .category-products .products-grid .col-tablet-l-6 {
    width: 16.66667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-products .products-grid .col-tablet-p-1 {
    width: 100%;
  }

  .category-products .products-grid .col-tablet-p-2 {
    width: 50%;
  }

  .category-products .products-grid .col-tablet-p-3 {
    width: 33.33333%;
  }

  .category-products .products-grid .col-tablet-p-4 {
    width: 25%;
  }

  .category-products .products-grid .col-tablet-p-5 {
    width: 20%;
  }

  .category-products .products-grid .col-tablet-p-6 {
    width: 16.66667%;
  }
}
@media (max-width: 767px) {
  .category-products .products-grid .col-mobile-1 {
    width: 100%;
  }

  .category-products .products-grid .col-mobile-2 {
    width: 50%;
  }

  .category-products .products-grid .col-mobile-3 {
    width: 33.33333%;
  }

  .category-products .products-grid .col-mobile-4 {
    width: 25%;
  }

  .category-products .products-grid .col-mobile-5 {
    width: 20%;
  }

  .category-products .products-grid .col-mobile-6 {
    width: 16.66667%;
  }
}
/* ------------Grid product for PC and Mobile */
.themeframework-category-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
.themeframework-category-index .col-main-containter .col-main .toolbar {
  margin-bottom: 10px;
}

.cat-list .cat-item {
  margin-bottom: 0px;
  padding: 10px;
}
.cat-list .cat-item .product-item-info {
  padding: 10px;
  border-radius: 5px;
}

.product-view .product-shop-stock-avai {
  margin-bottom: 30px;
}
.product-view .product-shop-wrap {
  margin-bottom: 30px;
  clear: left;
  float: left;
  width: 100%;
}
.product-view .product-shop-wrap.product-shop-desc {
  margin-bottom: 0;
}
.product-view .old-price {
  margin: 0;
}
.product-view .product-shop {
  width: auto;
  float: none;
}
.product-view .product-shop-title {
  margin-bottom: 5px;
}
.product-view .product-name {
  margin: 0 0 10px;
}
.product-view .product-img-box {
  width: inherit;
  min-width: 100%;
}
.product-view .product-name h1 {
  border: 0;
  margin: 0px;
  padding: 0;
  line-height: 28px;
  text-transform: inherit;
}
.product-view .product-shop-sku {
  clear: left;
  font-weight: 400;
  margin: 0;
}
.product-view .product-shop-sku strong {
  font-weight: 400;
}
.product-view .grouped-items-table {
  margin: 20px 0 0;
}
.product-view .grouped-items-table tr td {
  padding: 4px 5px;
  vertical-align: middle;
}
.product-view .availability label {
  display: none;
}
.product-view .availability.in-stock {
  font-weight: 400;
}
.product-view .product-options p.note {
  padding-top: 5px;
}
.product-view #downloadable-links-list {
  margin: 0;
}
.product-view #downloadable-links-list .label {
  display: inline-block;
}
.product-view .availability.in-stock strong {
  font-weight: 400;
}
.product-view .product-shop .ratings {
  text-align: right;
  margin: 0;
}
.product-view .ratings .rating-links {
  clear: none;
  float: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.product-view .ratings .rating-links a {
  font-weight: 400;
}
.product-view .no-rating {
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  font-weight: 400;
}
.product-view .price-box {
  margin: 0;
}
.product-view .product-shop-button, .product-view .product-shop-option {
  margin-bottom: 0;
}
.product-view .product-shop-button .or, .product-view .product-shop-option .or {
  display: none;
}
.product-view .qty_cart input.qty {
  width: 100%;
  margin: 0;
  border-right: 0;
  border-left: 0;
}
.product-view .add-to-cart {
  padding: 0;
  margin: 0;
  border: 0;
}
.product-view .product-shop .button.btn-cart,
.product-view .product-options-bottom .button.btn-cart {
  width: 100%;
}
.product-view .cdz-social-listing li {
  float: left;
  margin-right: 20px;
}
.cdz-rtl .product-view .cdz-social-listing li {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.product-view p.required, .product-view .validation-advice {
  display: none;
}
.product-view .product-button-top {
  margin-bottom: 20px;
  float: left;
}
.product-view .product-options dl.last dd.last {
  margin-bottom: 0;
}
.product-view .product-options dl {
  margin-bottom: 30px;
}
.product-view .product-options dl dt label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-view .action.primary, .product-view button.button {
  line-height: 28px;
}
.product-view .add-to-links {
  margin-top: 20px;
  float: left;
  display: block;
  width: 100%;
}
.product-view .add-to-links li {
  float: left;
  width: 50%;
}
.product-view .add-to-links li a {
  padding: 10px;
  display: block;
  margin: 0 5px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
.product-view .add-to-links li.compare a {
  margin: 0 0 0 10px;
}
.product-view .product-shop-social {
  margin-top: 15px;
}
.product-view .size-chart-btn {
  background: transparent;
  border: 0;
  text-decoration: underline;
}
.product-view .nav-tab-content {
  padding: 15px 0 0;
}

.product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related {
  padding: 0;
}

/**/
/*Start Product media*/
.product-view-media .more-views h2 {
  display: none;
}
.product-view-media .more-views li {
  margin-bottom: 10px;
}
.product-view-media .product-img-box .product-image {
  padding: 0 30px;
}
.product-view-media .product-img-box .product-image #image {
  width: 100%;
}

.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-collateral,
.product-view .block-related,
.product-view .block-upsell {
  margin-bottom: 20px;
  padding: 20px;
}
.product-view .product-essential .product-item,
.product-view .product-detail-tab .product-item,
.product-view .box-collateral .product-item,
.product-view .block-related .product-item,
.product-view .block-upsell .product-item {
  margin: 0;
}
.product-view .product-essential .product-item-info,
.product-view .product-detail-tab .product-item-info,
.product-view .box-collateral .product-item-info,
.product-view .block-related .product-item-info,
.product-view .block-upsell .product-item-info {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.product-view .product-detail-tab .box-collateral {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
.product-view .product-detail-tab .box-collateral h2 {
  display: none;
}
.product-view .product-detail-tab .nav-tabs .nav-tab-item .switch,
.product-view .product-detail-tab .nav.nav-tabs .nav-tab-item .switch {
  background: transparent !important;
}
.product-view .box-reviews .form-list {
  width: 60%;
}
.product-view .box-reviews .form-list textarea {
  min-height: 200px;
}
.product-view .box-tags input.input-text {
  margin-bottom: 10px;
}

/*End Product media*/
.product-view .box-collateral h2, .block-related .block-title {
  display: block;
  padding-bottom: 0px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

/*.product-view .product-shop, .product-collateral, .product-view .block-related, .product-view.block-related {margin-bottom:60px;}*/
.product-view .box-collateral h2 strong, .product-view .block-related .block-title strong {
  left: 0;
  transition: all 250ms ease 0s;
  font-weight: 500;
  display: block;
  float: left;
  padding-bottom: 5px;
}

.product-collateral .product-tabs li a::before, .product-collateral .product-tabs li a::after {
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transition: all 250ms ease 0s;
  width: 50%;
}

.product-button-top label {
  display: none;
}

.qty-ctl {
  float: left;
  height: auto;
  line-height: normal;
  margin: 0px !important;
  padding: 0px !important;
}

.qty-ctl button {
  font-size: 0;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: 1px solid;
  text-indent: 0;
  width: 40px;
  height: 40px;
  padding: 0 13px;
  position: relative;
  z-index: 1;
}

.qty-ctl button.decrease:before {
  content: "-";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding-left: 4px;
}

.qty-ctl button.increase:before {
  content: "+";
  font-size: 20px;
  line-height: 0.5;
}

.qty_cart input.qty {
  float: left;
  height: 40px;
  width: 120px !important;
  text-align: center;
  margin: 0 -1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*More view images and Slider ---*/
.rsThumbsArrow {
  background-color: rgba(0, 0, 0, 0.6);
}

.product-img-box .rsUni .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 20%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: none !important;
  display: inline-block;
  text-align: center;
  font-size: 0px;
}
.product-img-box .rsUni .rsThumbsArrowLeft .rsThumbsArrowIcn {
  top: 60%;
}
.product-img-box .rsUni .rsThumbsArrowRight .rsThumbsArrowIcn:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0dd";
  font-size: 21px;
  color: #fff;
}
.product-img-box .rsUni .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0de";
  font-size: 21px;
  color: #fff;
}
.product-img-box .rsUni.rsWithThumbsHor .rsThumbsArrowIcn {
  top: 45%;
}
.product-img-box .rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn:before {
  content: "\f0da";
}
.product-img-box .rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  content: "\f0d9";
}

/*.rsMainSlideImage{float:right}*/
.magnify {
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 100%;
  /*Multiple box shadows to achieve the glass effect*/
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /*hide the glass by default*/
  display: none;
}

.more-views .rsUni .rsThumbsVer {
  z-index: 0;
}

.rsUni .rsThumbsHor {
  margin-top: 10px;
}

/*--More view images and Slider*/
/*product review*/
#product-review-table {
  margin-bottom: 20px;
}

/* ============================================ *
 * Codazon_Blog
 * ============================================ */
.cdz_wapper-blog01 .cdz-post {
  background-color: #ffffff;
}
.cdz_wapper-blog01 .blog-title {
  margin: 0px 0 10px;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.cdz_wapper-blog01 .blog-title a {
  color: #282828;
  text-decoration: none;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.cdz_wapper-blog01 .blog-title a:visited {
  color: #282828;
  text-decoration: none;
}
.cdz_wapper-blog01 .blog-title a:hover, .cdz_wapper-blog01 .blog-title a:active {
  color: #c5420e;
  text-decoration: none;
}
.cdz_wapper-blog01 .blog-text-link a {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.cdz_wapper-blog01 .blog-text-link a:before {
  margin-right: 5px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  font-size: 12px;
}
.cdz_wapper-blog01 .cdz-blog-bottom {
  padding: 20px;
}
.cdz_wapper-blog01 .cdz-blog-bottom .blog-author {
  display: none;
}
.cdz_wapper-blog01 .blog-desc {
  color: #999999;
  font: 400 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz_wapper-blog01 .blog-text-link {
  margin: 0;
}
.cdz_wapper-blog01 .cdz-blog-top {
  position: relative;
  overflow: hidden;
}
.cdz_wapper-blog01 .cdz-blog-top .blog-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  color: #333333;
  padding: 7px 10px;
  color: #999999;
  font: 400 12px/1.55 Tahoma, Arial, sans-serif;
  float: left;
}
.cdz_wapper-blog01 .cdz-blog-top .blog-date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  font-size: 16px;
  margin-right: 5px;
}
.cdz_wapper-blog01 .cdz-blog-top a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz_wapper-blog01 .cdz-blog-top:hover a img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-controls {
  margin: 0;
}
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  margin-top: 0;
}
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0;
  margin: 0 5px !important;
  padding: 0;
  border: 2px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  left: calc((100% - 100px)/2);
  left: -webkit-calc((100% - 100px)/2);
  left: -o-calc((100% - 100px)/2);
  left: -moz-calc((100% - 100px)/2);
  right: auto;
  top: auto;
}
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-']:before {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 34px;
  content: '\f104';
  font-family: FontAwesome;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-next {
  left: calc((100% - 0px)/2);
  left: -webkit-calc((100% - 0px)/2);
  left: -o-calc((100% - 0px)/2);
  left: -moz-calc((100% - 0px)/2);
}
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-next:before {
  content: '\f105';
}
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.cdz_wapper-blog01 {
  background-color: transparent;
}

.cdz_wapper-blog01 .owl-carousel .owl-stage-outer {
  padding-top: 50px;
}

/*AW Blog List and Post detail*/
.postTitle {
  border: 0 !important;
  overflow: hidden;
}
.postTitle h2 {
  text-transform: uppercase;
}
.postTitle h2 a {
  color: #282828;
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}
.postTitle .postTitle-blog {
  float: left;
  width: 80%;
}
.postTitle .addthis_toolbox {
  float: right;
}
.postTitle .blog-date {
  color: #999999;
}

.post-image {
  position: relative;
}
.post-image .blog-date {
  position: absolute;
  bottom: 10px;
  left: 20px;
  background: #fff;
  color: #8c8f8f;
  font: 600 12px/1.55 Tahoma, Arial, sans-serif;
  float: left;
  text-align: center;
}

.postContent .aw-blog-read-more {
  display: block;
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: underline;
}

.postDetails {
  color: #282828;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  color: #999999;
  clear: left;
}

.block-blog .block-content .menu-recent UL LI,
.block-blog .block-content .menu-categories UL LI {
  margin-left: 0;
}

.block-blog .block-title strong {
  background: none !important;
  padding-left: 0 !important;
}

.block-blog .block-content .menu-categories ul li, .block-blog .block-content .menu-recent ul li {
  border-top: 1px dashed #e1e1e1;
  padding-top: 10px;
  margin-top: 10px;
}
.block-blog .block-content .menu-categories ul li a, .block-blog .block-content .menu-recent ul li a {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.block-blog .block-content .menu-categories ul li:first-child, .block-blog .block-content .menu-recent ul li:first-child {
  padding-top: 0;
  border: 0;
  margin-top: 0;
}

.postContent img {
  max-width: 100%;
  height: auto;
}

.menu-tags, .menu-categories, .menu-recent {
  padding: 0;
  margin: 0 !important;
}

.blog-post-view .post-image {
  margin-bottom: 20px;
}
.blog-post-view .post-image img {
  width: 100%;
}
.blog-post-view .post-image .blog-date {
  position: absolute;
  bottom: auto;
  top: 10px;
  left: 10px;
}
.blog-post-view .postDetails {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.blog-post-view .postDetails h4 {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  color: #c5420e;
}
.blog-post-view .postDetails a {
  line-height: normal;
}
.blog-post-view .postContent {
  clear: left;
}
.blog-post-view .postTitle {
  overflow: hidden;
}

.blog-index-list .toolbar {
  display: none;
}

.postWrapper:last-child {
  padding-bottom: 0;
}

/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
.cdz-wapper-blog-02 .post-items .owl-nav {
  margin: 0;
  display: none;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-wapper-blog-02 .post-items:hover .owl-nav {
  margin: 0;
  display: block;
}
.cdz-wapper-blog-02 .owl-item h5.blog-title {
  padding: 20px 10px 0;
}
.cdz-wapper-blog-02 .owl-item .cdz-blog-right {
  text-align: left;
}
.cdz-rtl .cdz-wapper-blog-02 .owl-item .cdz-blog-right {
  text-align: right;
}
.cdz-wapper-blog-02 .owl-item .blog-author {
  font-size: 80%;
  padding: 0 10px 20px;
}
.cdz-wapper-blog-02 .owl-item .blog-desc {
  padding: 0 10px 20px;
}
.cdz-wapper-blog-02 .owl-item .blog-date {
  position: absolute;
  height: 45px;
  width: 45px;
  right: 10px;
  top: 0;
  padding: 5px 10px;
  font-size: 11px;
}
.cdz-wapper-blog-02 .owl-item .blog-text-link {
  text-align: center;
  margin: 0 0 10px -10px;
}
.cdz-wapper-blog-02 .owl-item .blog-text-link a {
  border: 1px solid;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 20px;
}
.cdz-wapper-blog-02 .owl-item .blog-text-link a span {
  text-transform: uppercase;
  font-size: 80%;
}

/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
/* ============================================ *
* Codazon_Blog style 3 - Home Outdoor
* ============================================ */
.cdz-wapper-blog-03 .cdz-block-title {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 50px;
}
.cdz-wapper-blog-03 .cdz-post {
  text-align: center;
}
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top {
  padding: 2rem;
}
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top .blog-date {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.shipping .sp-methods {
  padding: 30px 0 20px;
  margin: 0;
}
.shipping .sp-methods dd {
  margin: 0 0 20px;
}

.cart .page-title h1 {
  border: 0;
  border-bottom: none;
  margin-top: 10px;
  margin-right: 10px;
  line-height: 30px;
  margin-bottom: 0;
}

.cart .page-title {
  border: 0;
  border-bottom: none;
  margin: 0 -10px;
  padding: 10px 10px 15px;
}

.cart form fieldset {
  margin-bottom: 20px;
  padding: 20px;
}

.cart-table {
  margin-bottom: 0;
}

.cart-collaterals {
  overflow: hidden;
  height: 100%;
}
.cart-collaterals #discount-coupon-form, .cart-collaterals .cart .giftcard, .cart-collaterals .shipping, .cart-collaterals .totals-content {
  /* width: 100%; */
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px;
  min-height: 380px;
  margin-bottom: 20px;
}
.cart-collaterals .form-list .field-select-box label {
  top: 7px;
}
.cart-collaterals .col-sm-16.first, .cart-collaterals .col-sm-16.last {
  padding: 0;
}
.cart-collaterals #discount-coupon-form .input-text, .cart-collaterals .cart .giftcard .input-text {
  width: 100%;
  margin: 4px 0px 0 0;
}
.cart-collaterals #shopping-cart-totals-table td {
  padding: 10px 0 10px 10px;
}
.cart-collaterals .totals {
  padding: 0 0 0 20px;
}
.cdz-rtl .cart-collaterals .totals {
  padding: 0 20px 0 0px;
}
.cart-collaterals .totals .checkout-types {
  float: none;
}
.cart-collaterals .totals .checkout-types .button {
  width: 100%;
}
.cart-collaterals tfoot strong {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}
.cart-collaterals .buttons-set button.button {
  float: none;
  margin: 0;
}
.cart-collaterals .buttons-set {
  text-align: left;
  margin: 20px 0 0;
}
.cdz-rtl .cart-collaterals .buttons-set {
  text-align: right;
}
.cart-collaterals .shipping .buttons-set {
  margin: 20px 0 0;
}

.cart-collaterals #discount-coupon-form .input-text, .cart-collaterals .cart .giftcard .input-text {
  padding: 0 10px;
}

.block-crosssell .block-content li.item {
  width: 100%;
  margin: 0;
}

/*Custom Checkout form ------*/
.checkout-onepage-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}

.checkout-onepage-index .col-main {
  float: none;
  width: 70%;
  padding: 0;
  margin: 0 auto;
}
.checkout-onepage-index .col-main .page-title {
  display: none;
}

#checkout-progress-wrapper {
  margin: 30px 0 60px;
}

.cdz-onestepcheckout {
  margin: 0px 0 60px;
}
.cdz-onestepcheckout li.section {
  width: 70%;
  margin: 0 auto;
  display: none;
}
.cdz-onestepcheckout li.section .step {
  padding: 20px !important;
}
.cdz-onestepcheckout li.section.active {
  display: block;
}
.cdz-onestepcheckout .section .step-title {
  border: 0;
}
.cdz-onestepcheckout .section .step-title h2 {
  text-align: center !important;
  float: none;
  padding: 0;
  margin: 0 0 20px;
  height: auto;
}
.cdz-onestepcheckout .section .step-title span.number {
  display: none !important;
}
.cdz-onestepcheckout .buttons-set {
  margin: 0 -20px -20px;
  background: #f4f4f4;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cdz-onestepcheckout .buttons-set p.required {
  position: absolute;
  right: 10px;
  top: 10px;
  float: none;
}
.cdz-onestepcheckout .buttons-set button.button {
  float: none;
  width: 40%;
}
.cdz-onestepcheckout #opc-login {
  width: 40%;
}
.cdz-onestepcheckout #opc-login #checkout-step-login .col-1 {
  float: none;
  width: 100%;
}
.cdz-onestepcheckout #opc-login #checkout-step-login .col-2 {
  float: none;
  width: 100%;
}
.cdz-onestepcheckout #opc-login .buttons-set {
  padding: 40px 20px;
}
.cdz-onestepcheckout .please-wait {
  display: block;
}
.cdz-onestepcheckout .please-wait {
  display: block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  width: 200px;
  margin: 30px auto 0;
}
.cdz-onestepcheckout #checkout-review-table-wrapper {
  padding-bottom: 20px;
}
.cdz-onestepcheckout #review-buttons-container .f-left {
  float: none;
}
.cdz-onestepcheckout #review-buttons-container .please-wait {
  float: none;
  margin: 30px auto 0;
}
.cdz-onestepcheckout #review-buttons-container {
  margin: 0 -20px -20px;
  width: auto;
}

#remember-me-box label {
  min-width: inherit;
}

.form-list .field label {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  color: #999999;
}
.form-list .field.active label {
  background: #e1e1e1;
}
.form-list select {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  color: #999999;
}
.form-list .validation-advice {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.form-list .field.active .validation-advice {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.form-list .field-select-box label {
  background: #e1e1e1;
}

.form-list .field {
  position: relative;
  clear: left;
}
.form-list .field label {
  top: 0px;
  right: auto;
  bottom: 0px;
  position: absolute;
  left: 10px;
  -webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  -moz-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  line-height: 44px;
  margin: 0;
}
.form-list .field.active label {
  right: 10px;
  left: auto;
  padding: 3px 10px;
  color: white;
  border-radius: 3px;
  top: 10px;
  line-height: 20px;
  height: 24px;
}
.cdz-rtl .form-list .field.active label {
  right: auto;
  left: 10px;
}
.form-list select {
  max-width: inherit;
  padding: 9px 5px;
}
.form-list .validation-advice {
  position: absolute;
  top: 10px;
  font-style: italic;
  right: 10px;
}
.form-list .field.active .validation-advice {
  position: absolute;
  top: 10px;
  font-style: italic;
  right: 10px;
  display: none;
}
.form-list .fields {
  clear: left;
}
.form-list .fields .field:last-child {
  margin-right: 0;
}
.form-list .field-select-box label {
  right: 30px;
  left: auto;
  padding: 3px 10px;
  color: white;
  border-radius: 3px;
  top: 16px;
  line-height: 20px;
  height: 24px;
}
.cdz-rtl .form-list .field-select-box label {
  right: auto;
  left: 30px;
}
.form-list .wide.field-select-box label {
  display: none;
}
.form-list .wide.field-select-box select {
  padding: 5px;
}

.customer-account-index .block.block-banner,
.customer-account-index .block.block-reorder {
  display: none;
}

.form-list .wide {
  position: relative;
  clear: left;
}
.form-list .wide label {
  top: 0px;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  right: auto;
  bottom: 0px;
  position: absolute;
  left: 10px;
  -webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  -moz-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  line-height: 40px;
}
.form-list .wide.active label {
  right: 10px;
  left: auto;
  padding: 3px 10px;
  color: white;
  border-radius: 3px;
  top: 10px;
  line-height: 20px;
  height: 24px;
}

.opc-block-progress {
  padding: 0;
}
.opc-block-progress .block-title {
  border: 0 !important;
  text-align: center;
}
.opc-block-progress .block-title strong {
  border: 0 !important;
  font: 500 20px/1.35 Tahoma, Arial, sans-serif !important;
}
.opc-block-progress .block-content {
  padding: 40px 0 0 !important;
  text-align: center !important;
}
.opc-block-progress .block-content div {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
}
.opc-block-progress .block-content dd.complete {
  display: none;
}
.opc-block-progress .block-content dt.complete:after {
  background: #c5420e;
  z-index: 1;
}
.opc-block-progress .changelink a {
  font-size: 0px;
}
.opc-block-progress .changelink a:before {
  font-family: FontAwesome;
  content: '\f044';
  position: absolute;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  font-size: 16px;
  top: 2px;
}

#shipping-progress-opcheckout:before, #shipping_method-progress-opcheckout:before, #payment-progress-opcheckout:before, .checkout-progress li:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: -11px;
  right: 54%;
  margin-right: 4px;
}

#payment-progress-opcheckout dt:after {
  display: none;
}

.opc-block-progress .block-content dt:before, .checkout-progress li span:before {
  font-family: FontAwesome;
  content: '\f111';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  top: -19px;
  left: 41%;
  font-size: 12px;
  z-index: 1;
}

.opc-block-progress .block-content dt:before {
  left: 41%;
}

.opc-block-progress .block-content dt.complete:before, .checkout-progress li.active span:before {
  content: '\f00c';
  color: #fff;
  height: 16px;
  width: 16px;
  border-radius: 100px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.opc-block-progress .block-content dt:after, .checkout-progress li span:after {
  content: "";
  position: absolute;
  display: block;
  width: 97%;
  height: 2px;
  margin-left: 7px;
  top: -11px;
  left: 45%;
}

/*Custom Step by Step checkout*/
.cdz-stepbystep .section .step {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px !important;
}
.cdz-stepbystep li.section {
  display: none;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50%;
  margin: 0 auto;
}
.cdz-stepbystep li.section.active {
  display: block;
}
.cdz-stepbystep .form-list .fields .field {
  position: relative;
}
.cdz-stepbystep .form-list .fields .field label {
  position: absolute;
  top: 13px;
  left: 10px;
}

.checkout-onepage-index .col-main-containter .col-main {
  float: none;
  width: 100%;
  padding-right: 0;
}
.checkout-onepage-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/*Custom Step by Step checkout-----------*/
.customer-account-forgotpassword .page-main,
.customer-account-create .account-create, .customer-account-login .account-login {
  width: 520px;
}

.login-container .block.login .actions-toolbar > .primary {
  margin-bottom: 0;
  margin-right: 30px;
}

.login-container .block.login .actions-toolbar > .secondary {
  float: left;
}

.login-container .fieldset > .field > .control {
  width: 100%;
}

.form-create-account .fieldset-fullname .fields .field {
  float: left;
  margin: 0 10px 10px 0;
}

.form-create-account .fieldset-fullname .field-name-prefix,
.form-create-account .fieldset-fullname .field-name-suffix {
  width: 50px;
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  min-width: 500px;
}

.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  width: 22.3%;
}

.account.page-layout-2columns-left .column.main {
  width: 77.7%;
}

.account .data.table {
  margin-bottom: 0;
}

.account .data.table .col.actions {
  white-space: nowrap;
}

.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  display: none;
}

.customer-account-login .sticky-menu.active,
.customer-account-create .sticky-menu.active {
  display: none;
}

.account-login,
.account-create {
  width: 100%;
  margin: 40px auto;
}

.login-container .block-customer-login,
#register-form-now .block-customer-login,
.login-container .block-register-account,
#register-form-now .block-register-account {
  margin: 0 0 30px !important;
}

.account-login .page-title h1,
.account-create .page-title h1 {
  display: block;
  text-align: center;
  padding: 0;
  border-width: 0;
  margin-bottom: 5px;
}

.account-login .page-title,
.account-create .page-title {
  text-align: center;
  padding-bottom: 35px;
}

.account-create form .legend,
.account-login form .legend {
  border: 0;
  padding: 0;
}

.account-login .page-title strong,
.account-create .page-title strong {
  padding: 0;
  border-width: 0;
}

.account-login .page-title .field.note,
.account-create .page-title .field.note {
  text-transform: initial;
}

.account-login #login-form,
.account-create #form-validate,
.customer-account-forgotpassword .col-main #form-validate,
.sales-guest-form .search-form {
  padding: 20px !important;
  max-width: 520px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 auto;
}

.sales-guest-form .page-title {
  text-align: center;
}

.account-create .form-list li#remember-me-box label {
  display: inline-block;
  min-width: inherit;
}

.account-login #login-form .new-users {
  display: none;
}
.account-login #login-form .registered-users {
  float: none;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
.account-login #login-form .registered-users .buttons-set .button {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.account-login #login-form .registered-users .forgot-password-link {
  text-align: center;
}
.account-login #login-form .registered-users .form-list li#remember-me-box label {
  display: inline-block;
  min-width: inherit;
}
.account-login #login-form .registered-users p.required {
  display: none;
}

.account-login .fieldset .fields,
.account-create .fieldset .fields,
.customer-account-forgotpassword .col-main .form-list li {
  margin-bottom: 10px;
}

.account-login .buttons-set,
.account-create .buttons-set,
.customer-account-forgotpassword .col-main .fieldset .buttons-set {
  text-align: center;
  border: 0;
}

.account-login #login-form .registered-users .forgot-password-link {
  text-transform: uppercase;
}

.account-login .buttons-set .required,
.account-create .buttons-set .required,
.account-login .buttons-set .back-link,
.account-create .buttons-set .back-link {
  display: none;
}

.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set {
  max-width: inherit;
  margin: 0;
}

.customer-account-forgotpassword .col-main {
  padding: 40px 0 60px;
}
.customer-account-forgotpassword .col-main .page-title {
  padding: 30px !important;
  max-width: 520px;
  margin: 0 auto;
}
.customer-account-forgotpassword .col-main .page-title h1 {
  text-align: center;
  padding-bottom: 0px;
  border: 0;
  margin: 0;
}
.customer-account-forgotpassword .col-main #form-validate {
  margin: 0 auto 40px auto;
}
.customer-account-forgotpassword .col-main #form-validate .buttons-set {
  max-width: inherit;
  margin: 0;
  text-align: center;
}
.customer-account-forgotpassword .col-main #form-validate .buttons-set .required {
  display: none;
}
.customer-account-forgotpassword .col-main #form-validate .buttons-set .back-link {
  display: none;
}
.customer-account-forgotpassword .col-main #form-validate .buttons-set button.button {
  float: none;
  min-width: 100%;
  margin: 0;
}

.account-create .buttons-set button.button {
  float: none;
  min-width: 100%;
  margin: 0;
}

.account-create .buttons-set button.button:hover {
  float: none;
  min-width: 100%;
  margin: 0;
}

.account-login .buttons-set button.button {
  float: none;
  min-width: 100%;
  margin: 0;
}

.account-login .buttons-set button.button:hover {
  float: none;
  min-width: 100%;
  margin: 0;
}

.customer-account-forgotpassword .buttons-set button.button {
  float: none;
  min-width: 100%;
  margin: 0;
}

.customer-account-forgotpassword .buttons-set button.button:hover {
  float: none;
  min-width: 100%;
  margin: 0;
}

.customer-account-create .fieldset, .customer-account-create .buttons-set {
  margin: 0;
}

.account-create .buttons-set button.button {
  float: none;
  min-width: 100%;
}

.customer-account-create .fieldset, .customer-account-create .buttons-set {
  margin: 0;
  max-width: inherit;
}

/*------------------My account-----------------*/
/*nav bar*/
.block-account .block-content {
  padding-top: 11px;
  padding-bottom: 29px;
}
.block-account .block-content ul {
  margin-bottom: 0;
}
.block-account .block-content ul li {
  position: relative;
  padding: 7px 0 6px;
}
.block-account .block-content ul li a, .block-account .block-content ul li strong {
  display: inline-block;
  font-weight: normal;
}

/*dashboard*/
.dashboard .welcome-msg {
  padding: 2rem;
  margin-bottom: 2rem;
}
.dashboard .welcome-msg p.hello {
  margin: 0px 0 5px;
}
.dashboard .welcome-msg p.hello strong {
  font-weight: normal;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .box-account {
  clear: both;
  padding: 10px 0px 0;
  border: 0;
  margin: 0;
}
.dashboard .head {
  margin-top: 30px;
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
  padding-bottom: 7px;
}

.my-account-logo {
  display: none;
}

.manage-address, .change-pass {
  background-image: none;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  clear: left;
  border: 3px solid;
}

.customer-edit {
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: underline;
  line-height: 30px;
}

.box-account-content {
  padding: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

/*account info*/
.my-account .page-title {
  margin-bottom: 0;
}
.my-account .data-table {
  margin-bottom: 20px;
}
.my-account .data-table#my-orders-table tr td {
  padding: 20px;
}
.my-account .data-table#my-orders-table tr td .price {
  display: block;
}
.my-account .box {
  border: none;
  padding: 0;
}
.my-account .box address {
  margin-bottom: 17px;
  clear: both;
  width: 100%;
}
.my-account .col2-set:first-child {
  margin-bottom: 8px;
}
.my-account .box-content h3, .my-account .box-content h4,
.my-account .box-title h3,
.my-account .box-title h4 {
  margin: 8px 20px 8px 0;
  float: left;
  min-width: 250px;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 600;
}
.my-account .box-content h3.address-book,
.my-account .box-title h3.address-book {
  margin-bottom: 15px;
}
.my-account .box-content a.link-edit,
.my-account .box-title a.link-edit {
  float: left;
  margin: 8px 0;
}
.my-account .box-content p {
  margin-bottom: 16px;
}
.my-account .box-content p.change-pass {
  text-transform: uppercase;
}

/*RECENT REVIEWS - RECENT TAGS */
.dashboard .box-reviews .number,
.dashboard .box-tags .number {
  float: left;
  margin: 0px -20px 0 0;
}
.dashboard .box-reviews .details,
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item,
.dashboard .box-tags li.item {
  padding: 7px 0 10px;
}
.dashboard .box-reviews .ratings {
  display: inline-block;
  clear: both;
  margin-top: 0;
}
.dashboard .box-reviews .ratings strong {
  display: none;
}
.dashboard .box-tags li.item strong {
  font-weight: normal;
  float: left;
  display: inline;
}
.dashboard .box-tags li.item li {
  float: left;
  display: inline;
  padding-left: 5px;
}

/*Account Information*/
.customer-account-edit .my-account .fieldset {
  width: 100%;
}
.customer-account-edit .my-account .form-list li.control {
  margin: 15px 0 18px;
}
.customer-account-edit .my-account .buttons-set p.required {
  float: left;
  clear: none;
  margin-top: 6px;
}

.customer-address-info .box-title {
  margin-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.customer-address-info .box-title h3 {
  float: none;
  margin-bottom: 10px;
  font-weight: 600;
}
.customer-address-info .customer-edit {
  float: right;
}

/*Address Book*/
.customer-address-index .my-account .em-box-02 {
  display: none;
}
.customer-address-index .my-account .box-account-content {
  padding-bottom: 9px;
}
.customer-address-index .my-account .col2-set .col-2,
.customer-address-index .my-account .col2-set .col-1 {
  padding-top: 7px;
}
.customer-address-index .my-account .col2-set .col-2 address,
.customer-address-index .my-account .col2-set .col-1 address {
  margin-bottom: 8px;
}
.customer-address-index .my-account .addresses-primary ol {
  margin-bottom: 0;
  oveflow: hidden;
}
.customer-address-index .my-account .addresses-primary ol li.item {
  display: block;
}
.customer-address-index .my-account .addresses-primary ol li.item:first-child {
  padding-bottom: 13px;
}

/*MY ORDERS*/
.sales-order-history .my-account .box-account-content {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

/*Account Page*/
.my-account .pager {
  margin: 10px 0 10px;
}
.my-account .pager .amount {
  margin: 7px 10px 0 0;
  font-weight: normal;
}
.my-account .pager .amount strong {
  font-weight: 500;
}
.my-account .pager .limiter {
  margin: 0;
}
.my-account .pager .limiter label {
  font-size: 100%;
}

/*Account wishlist*/
.my-wishlist .data-table tr td {
  padding: 20px;
}
.my-wishlist textarea {
  width: 90%;
  margin-top: 5px;
}
.my-wishlist .cart-cell {
  display: inline-block;
  margin-top: -8px;
}
.my-wishlist .cart-cell .price-box {
  margin-bottom: 10px;
}
.my-wishlist .cart-cell button.button {
  margin-bottom: 5px;
  margin-top: 2px;
}

/*Account button set*/
/*.customer-address-index,
.sales-order-history{
	.my-account{
		.buttons-set{
			padding-left:20px;
		}
	}
}*/
.customer-address-form .fieldset {
  width: 100%;
}

/*My wishlist*/
.data-table a.product-image img {
  width: auto;
  height: auto;
}

#wishlist-table .cart-cell .link-edit {
  float: left;
  clear: both;
  margin-top: 10px;
}
#wishlist-table .cart-cell input.qty {
  height: 34px;
  line-height: 34px;
}

.my-account .title-buttons {
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
}

.title-buttons {
  overflow: hidden;
  height: 100%;
  text-align: right;
  margin-bottom: 20px;
}
.title-buttons h1 {
  float: left;
  margin-bottom: 0;
}
.title-buttons .button {
  float: right;
}

/*Custom my account full width*/
.my-account {
  padding: 20px;
}

.my-account-logo {
  display: block;
}

.customer-account-index .header-container, .customer-account-index .footer,
.customer-account-edit .header-container,
.customer-account-edit .footer,
.wishlist-index-index .header-container,
.wishlist-index-index .footer,
.customer-address-form .header-container,
.customer-address-form .footer,
.sales-order-history .header-container,
.sales-order-history .footer,
.sales-billing-agreement-index .header-container,
.sales-billing-agreement-index .footer,
.sales-recurring-profile-index .header-container,
.sales-recurring-profile-index .footer,
.review-customer-index .header-container,
.review-customer-index .footer,
.oauth-customer-token-index .header-container,
.oauth-customer-token-index .footer,
.newsletter-manage-index .header-container,
.newsletter-manage-index .footer,
.downloadable-customer-products .header-container,
.downloadable-customer-products .footer,
.customer-address-index .header-container,
.customer-address-index .footer,
.sales-order-view .header-container,
.sales-order-view .footer,
.tag-customer-index .header-container,
.tag-customer-index .footer {
  display: none;
}
.customer-account-index .main-container .col-main-containter,
.customer-account-edit .main-container .col-main-containter,
.wishlist-index-index .main-container .col-main-containter,
.customer-address-form .main-container .col-main-containter,
.sales-order-history .main-container .col-main-containter,
.sales-billing-agreement-index .main-container .col-main-containter,
.sales-recurring-profile-index .main-container .col-main-containter,
.review-customer-index .main-container .col-main-containter,
.oauth-customer-token-index .main-container .col-main-containter,
.newsletter-manage-index .main-container .col-main-containter,
.downloadable-customer-products .main-container .col-main-containter,
.customer-address-index .main-container .col-main-containter,
.sales-order-view .main-container .col-main-containter,
.tag-customer-index .main-container .col-main-containter {
  padding-top: 0;
}
.customer-account-index .col-main-containter,
.customer-account-edit .col-main-containter,
.wishlist-index-index .col-main-containter,
.customer-address-form .col-main-containter,
.sales-order-history .col-main-containter,
.sales-billing-agreement-index .col-main-containter,
.sales-recurring-profile-index .col-main-containter,
.review-customer-index .col-main-containter,
.oauth-customer-token-index .col-main-containter,
.newsletter-manage-index .col-main-containter,
.downloadable-customer-products .col-main-containter,
.customer-address-index .col-main-containter,
.sales-order-view .col-main-containter,
.tag-customer-index .col-main-containter {
  width: 100%;
}
.customer-account-index .col-left.sidebar,
.customer-account-edit .col-left.sidebar,
.wishlist-index-index .col-left.sidebar,
.customer-address-form .col-left.sidebar,
.sales-order-history .col-left.sidebar,
.sales-billing-agreement-index .col-left.sidebar,
.sales-recurring-profile-index .col-left.sidebar,
.review-customer-index .col-left.sidebar,
.oauth-customer-token-index .col-left.sidebar,
.newsletter-manage-index .col-left.sidebar,
.downloadable-customer-products .col-left.sidebar,
.customer-address-index .col-left.sidebar,
.sales-order-view .col-left.sidebar,
.tag-customer-index .col-left.sidebar {
  width: 18%;
  right: 80%;
  padding: 20px 20px;
  position: absolute;
  left: 0;
  right: auto;
}
.customer-account-index .col-main,
.customer-account-edit .col-main,
.wishlist-index-index .col-main,
.customer-address-form .col-main,
.sales-order-history .col-main,
.sales-billing-agreement-index .col-main,
.sales-recurring-profile-index .col-main,
.review-customer-index .col-main,
.oauth-customer-token-index .col-main,
.newsletter-manage-index .col-main,
.downloadable-customer-products .col-main,
.customer-address-index .col-main,
.sales-order-view .col-main,
.tag-customer-index .col-main {
  width: 78%;
  padding: 20px 0;
  left: 20%;
  float: left;
  right: auto;
}
.customer-account-index .sidebar .block:not(.block-static-block),
.customer-account-edit .sidebar .block:not(.block-static-block),
.wishlist-index-index .sidebar .block:not(.block-static-block),
.customer-address-form .sidebar .block:not(.block-static-block),
.sales-order-history .sidebar .block:not(.block-static-block),
.sales-billing-agreement-index .sidebar .block:not(.block-static-block),
.sales-recurring-profile-index .sidebar .block:not(.block-static-block),
.review-customer-index .sidebar .block:not(.block-static-block),
.oauth-customer-token-index .sidebar .block:not(.block-static-block),
.newsletter-manage-index .sidebar .block:not(.block-static-block),
.downloadable-customer-products .sidebar .block:not(.block-static-block),
.customer-address-index .sidebar .block:not(.block-static-block),
.sales-order-view .sidebar .block:not(.block-static-block),
.tag-customer-index .sidebar .block:not(.block-static-block) {
  border: 0;
}
.customer-account-index .block-banner, .customer-account-index .block-reorder,
.customer-account-edit .block-banner,
.customer-account-edit .block-reorder,
.wishlist-index-index .block-banner,
.wishlist-index-index .block-reorder,
.customer-address-form .block-banner,
.customer-address-form .block-reorder,
.sales-order-history .block-banner,
.sales-order-history .block-reorder,
.sales-billing-agreement-index .block-banner,
.sales-billing-agreement-index .block-reorder,
.sales-recurring-profile-index .block-banner,
.sales-recurring-profile-index .block-reorder,
.review-customer-index .block-banner,
.review-customer-index .block-reorder,
.oauth-customer-token-index .block-banner,
.oauth-customer-token-index .block-reorder,
.newsletter-manage-index .block-banner,
.newsletter-manage-index .block-reorder,
.downloadable-customer-products .block-banner,
.downloadable-customer-products .block-reorder,
.customer-address-index .block-banner,
.customer-address-index .block-reorder,
.sales-order-view .block-banner,
.sales-order-view .block-reorder,
.tag-customer-index .block-banner,
.tag-customer-index .block-reorder {
  display: none;
}
.customer-account-index .block-account,
.customer-account-edit .block-account,
.wishlist-index-index .block-account,
.customer-address-form .block-account,
.sales-order-history .block-account,
.sales-billing-agreement-index .block-account,
.sales-recurring-profile-index .block-account,
.review-customer-index .block-account,
.oauth-customer-token-index .block-account,
.newsletter-manage-index .block-account,
.downloadable-customer-products .block-account,
.customer-address-index .block-account,
.sales-order-view .block-account,
.tag-customer-index .block-account {
  clear: left;
}
.customer-account-index .block-account .block-content,
.customer-account-edit .block-account .block-content,
.wishlist-index-index .block-account .block-content,
.customer-address-form .block-account .block-content,
.sales-order-history .block-account .block-content,
.sales-billing-agreement-index .block-account .block-content,
.sales-recurring-profile-index .block-account .block-content,
.review-customer-index .block-account .block-content,
.oauth-customer-token-index .block-account .block-content,
.newsletter-manage-index .block-account .block-content,
.downloadable-customer-products .block-account .block-content,
.customer-address-index .block-account .block-content,
.sales-order-view .block-account .block-content,
.tag-customer-index .block-account .block-content {
  padding: 0;
}
.customer-account-index .block-account .block-content li,
.customer-account-edit .block-account .block-content li,
.wishlist-index-index .block-account .block-content li,
.customer-address-form .block-account .block-content li,
.sales-order-history .block-account .block-content li,
.sales-billing-agreement-index .block-account .block-content li,
.sales-recurring-profile-index .block-account .block-content li,
.review-customer-index .block-account .block-content li,
.oauth-customer-token-index .block-account .block-content li,
.newsletter-manage-index .block-account .block-content li,
.downloadable-customer-products .block-account .block-content li,
.customer-address-index .block-account .block-content li,
.sales-order-view .block-account .block-content li,
.tag-customer-index .block-account .block-content li {
  margin: 0 -20px;
  padding: 0px;
}
.customer-account-index .block-account .block-content li a,
.customer-account-edit .block-account .block-content li a,
.wishlist-index-index .block-account .block-content li a,
.customer-address-form .block-account .block-content li a,
.sales-order-history .block-account .block-content li a,
.sales-billing-agreement-index .block-account .block-content li a,
.sales-recurring-profile-index .block-account .block-content li a,
.review-customer-index .block-account .block-content li a,
.oauth-customer-token-index .block-account .block-content li a,
.newsletter-manage-index .block-account .block-content li a,
.downloadable-customer-products .block-account .block-content li a,
.customer-address-index .block-account .block-content li a,
.sales-order-view .block-account .block-content li a,
.tag-customer-index .block-account .block-content li a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
}
.customer-account-index .block-account .block-content li a:hover,
.customer-account-edit .block-account .block-content li a:hover,
.wishlist-index-index .block-account .block-content li a:hover,
.customer-address-form .block-account .block-content li a:hover,
.sales-order-history .block-account .block-content li a:hover,
.sales-billing-agreement-index .block-account .block-content li a:hover,
.sales-recurring-profile-index .block-account .block-content li a:hover,
.review-customer-index .block-account .block-content li a:hover,
.oauth-customer-token-index .block-account .block-content li a:hover,
.newsletter-manage-index .block-account .block-content li a:hover,
.downloadable-customer-products .block-account .block-content li a:hover,
.customer-address-index .block-account .block-content li a:hover,
.sales-order-view .block-account .block-content li a:hover,
.tag-customer-index .block-account .block-content li a:hover {
  background: #333;
}
.customer-account-index .block-account .block-content li strong,
.customer-account-edit .block-account .block-content li strong,
.wishlist-index-index .block-account .block-content li strong,
.customer-address-form .block-account .block-content li strong,
.sales-order-history .block-account .block-content li strong,
.sales-billing-agreement-index .block-account .block-content li strong,
.sales-recurring-profile-index .block-account .block-content li strong,
.review-customer-index .block-account .block-content li strong,
.oauth-customer-token-index .block-account .block-content li strong,
.newsletter-manage-index .block-account .block-content li strong,
.downloadable-customer-products .block-account .block-content li strong,
.customer-address-index .block-account .block-content li strong,
.sales-order-view .block-account .block-content li strong,
.tag-customer-index .block-account .block-content li strong {
  padding: 10px 20px;
  display: block;
}
.customer-account-index .block-account .block-content li:first-child a,
.customer-account-edit .block-account .block-content li:first-child a,
.wishlist-index-index .block-account .block-content li:first-child a,
.customer-address-form .block-account .block-content li:first-child a,
.sales-order-history .block-account .block-content li:first-child a,
.sales-billing-agreement-index .block-account .block-content li:first-child a,
.sales-recurring-profile-index .block-account .block-content li:first-child a,
.review-customer-index .block-account .block-content li:first-child a,
.oauth-customer-token-index .block-account .block-content li:first-child a,
.newsletter-manage-index .block-account .block-content li:first-child a,
.downloadable-customer-products .block-account .block-content li:first-child a,
.customer-address-index .block-account .block-content li:first-child a,
.sales-order-view .block-account .block-content li:first-child a,
.tag-customer-index .block-account .block-content li:first-child a {
  display: block;
  padding: 10px 20px;
}
.customer-account-index .block-account .block-content li:first-child strong,
.customer-account-edit .block-account .block-content li:first-child strong,
.wishlist-index-index .block-account .block-content li:first-child strong,
.customer-address-form .block-account .block-content li:first-child strong,
.sales-order-history .block-account .block-content li:first-child strong,
.sales-billing-agreement-index .block-account .block-content li:first-child strong,
.sales-recurring-profile-index .block-account .block-content li:first-child strong,
.review-customer-index .block-account .block-content li:first-child strong,
.oauth-customer-token-index .block-account .block-content li:first-child strong,
.newsletter-manage-index .block-account .block-content li:first-child strong,
.downloadable-customer-products .block-account .block-content li:first-child strong,
.customer-address-index .block-account .block-content li:first-child strong,
.sales-order-view .block-account .block-content li:first-child strong,
.tag-customer-index .block-account .block-content li:first-child strong {
  padding: 10px 20px;
  display: block;
}
.customer-account-index .block:not(.block-static-block) .block-content,
.customer-account-edit .block:not(.block-static-block) .block-content,
.wishlist-index-index .block:not(.block-static-block) .block-content,
.customer-address-form .block:not(.block-static-block) .block-content,
.sales-order-history .block:not(.block-static-block) .block-content,
.sales-billing-agreement-index .block:not(.block-static-block) .block-content,
.sales-recurring-profile-index .block:not(.block-static-block) .block-content,
.review-customer-index .block:not(.block-static-block) .block-content,
.oauth-customer-token-index .block:not(.block-static-block) .block-content,
.newsletter-manage-index .block:not(.block-static-block) .block-content,
.downloadable-customer-products .block:not(.block-static-block) .block-content,
.customer-address-index .block:not(.block-static-block) .block-content,
.sales-order-view .block:not(.block-static-block) .block-content,
.tag-customer-index .block:not(.block-static-block) .block-content {
  padding: 0px 0px 15px;
}
.customer-account-index .block:not(.block-static-block) .block-title,
.customer-account-edit .block:not(.block-static-block) .block-title,
.wishlist-index-index .block:not(.block-static-block) .block-title,
.customer-address-form .block:not(.block-static-block) .block-title,
.sales-order-history .block:not(.block-static-block) .block-title,
.sales-billing-agreement-index .block:not(.block-static-block) .block-title,
.sales-recurring-profile-index .block:not(.block-static-block) .block-title,
.review-customer-index .block:not(.block-static-block) .block-title,
.oauth-customer-token-index .block:not(.block-static-block) .block-title,
.newsletter-manage-index .block:not(.block-static-block) .block-title,
.downloadable-customer-products .block:not(.block-static-block) .block-title,
.customer-address-index .block:not(.block-static-block) .block-title,
.sales-order-view .block:not(.block-static-block) .block-title,
.tag-customer-index .block:not(.block-static-block) .block-title {
  border: 0;
}
.customer-account-index .block:not(.block-static-block) .block-title strong,
.customer-account-edit .block:not(.block-static-block) .block-title strong,
.wishlist-index-index .block:not(.block-static-block) .block-title strong,
.customer-address-form .block:not(.block-static-block) .block-title strong,
.sales-order-history .block:not(.block-static-block) .block-title strong,
.sales-billing-agreement-index .block:not(.block-static-block) .block-title strong,
.sales-recurring-profile-index .block:not(.block-static-block) .block-title strong,
.review-customer-index .block:not(.block-static-block) .block-title strong,
.oauth-customer-token-index .block:not(.block-static-block) .block-title strong,
.newsletter-manage-index .block:not(.block-static-block) .block-title strong,
.downloadable-customer-products .block:not(.block-static-block) .block-title strong,
.customer-address-index .block:not(.block-static-block) .block-title strong,
.sales-order-view .block:not(.block-static-block) .block-title strong,
.tag-customer-index .block:not(.block-static-block) .block-title strong {
  border: 0;
}
.customer-account-index .my-account-logo,
.customer-account-edit .my-account-logo,
.wishlist-index-index .my-account-logo,
.customer-address-form .my-account-logo,
.sales-order-history .my-account-logo,
.sales-billing-agreement-index .my-account-logo,
.sales-recurring-profile-index .my-account-logo,
.review-customer-index .my-account-logo,
.oauth-customer-token-index .my-account-logo,
.newsletter-manage-index .my-account-logo,
.downloadable-customer-products .my-account-logo,
.customer-address-index .my-account-logo,
.sales-order-view .my-account-logo,
.tag-customer-index .my-account-logo {
  margin: -20px -20px 20px;
  padding: 20px;
  text-align: center;
  float: left;
  width: calc(100% + 40px);
}
.customer-account-index .my-account-logo .logo-myaccount,
.customer-account-edit .my-account-logo .logo-myaccount,
.wishlist-index-index .my-account-logo .logo-myaccount,
.customer-address-form .my-account-logo .logo-myaccount,
.sales-order-history .my-account-logo .logo-myaccount,
.sales-billing-agreement-index .my-account-logo .logo-myaccount,
.sales-recurring-profile-index .my-account-logo .logo-myaccount,
.review-customer-index .my-account-logo .logo-myaccount,
.oauth-customer-token-index .my-account-logo .logo-myaccount,
.newsletter-manage-index .my-account-logo .logo-myaccount,
.downloadable-customer-products .my-account-logo .logo-myaccount,
.customer-address-index .my-account-logo .logo-myaccount,
.sales-order-view .my-account-logo .logo-myaccount,
.tag-customer-index .my-account-logo .logo-myaccount {
  display: block;
  float: left;
  margin: 0 0 0 30%;
}
.customer-account-index .my-account-logo .logo-myaccount a,
.customer-account-edit .my-account-logo .logo-myaccount a,
.wishlist-index-index .my-account-logo .logo-myaccount a,
.customer-address-form .my-account-logo .logo-myaccount a,
.sales-order-history .my-account-logo .logo-myaccount a,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a,
.review-customer-index .my-account-logo .logo-myaccount a,
.oauth-customer-token-index .my-account-logo .logo-myaccount a,
.newsletter-manage-index .my-account-logo .logo-myaccount a,
.downloadable-customer-products .my-account-logo .logo-myaccount a,
.customer-address-index .my-account-logo .logo-myaccount a,
.sales-order-view .my-account-logo .logo-myaccount a,
.tag-customer-index .my-account-logo .logo-myaccount a {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}
.customer-account-index .my-account-logo .logo-myaccount a:before,
.customer-account-edit .my-account-logo .logo-myaccount a:before,
.wishlist-index-index .my-account-logo .logo-myaccount a:before,
.customer-address-form .my-account-logo .logo-myaccount a:before,
.sales-order-history .my-account-logo .logo-myaccount a:before,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:before,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:before,
.review-customer-index .my-account-logo .logo-myaccount a:before,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:before,
.newsletter-manage-index .my-account-logo .logo-myaccount a:before,
.downloadable-customer-products .my-account-logo .logo-myaccount a:before,
.customer-address-index .my-account-logo .logo-myaccount a:before,
.sales-order-view .my-account-logo .logo-myaccount a:before,
.tag-customer-index .my-account-logo .logo-myaccount a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
  font-size: 21px;
  padding: 9px 10px;
  margin: 0 10px;
  border-radius: 100px;
}
.customer-account-index .my-account-logo .logo-myaccount strong,
.customer-account-edit .my-account-logo .logo-myaccount strong,
.wishlist-index-index .my-account-logo .logo-myaccount strong,
.customer-address-form .my-account-logo .logo-myaccount strong,
.sales-order-history .my-account-logo .logo-myaccount strong,
.sales-billing-agreement-index .my-account-logo .logo-myaccount strong,
.sales-recurring-profile-index .my-account-logo .logo-myaccount strong,
.review-customer-index .my-account-logo .logo-myaccount strong,
.oauth-customer-token-index .my-account-logo .logo-myaccount strong,
.newsletter-manage-index .my-account-logo .logo-myaccount strong,
.downloadable-customer-products .my-account-logo .logo-myaccount strong,
.customer-address-index .my-account-logo .logo-myaccount strong,
.sales-order-view .my-account-logo .logo-myaccount strong,
.tag-customer-index .my-account-logo .logo-myaccount strong {
  display: none;
}
.customer-account-index .my-account-logo .logo-myaccount img,
.customer-account-edit .my-account-logo .logo-myaccount img,
.wishlist-index-index .my-account-logo .logo-myaccount img,
.customer-address-form .my-account-logo .logo-myaccount img,
.sales-order-history .my-account-logo .logo-myaccount img,
.sales-billing-agreement-index .my-account-logo .logo-myaccount img,
.sales-recurring-profile-index .my-account-logo .logo-myaccount img,
.review-customer-index .my-account-logo .logo-myaccount img,
.oauth-customer-token-index .my-account-logo .logo-myaccount img,
.newsletter-manage-index .my-account-logo .logo-myaccount img,
.downloadable-customer-products .my-account-logo .logo-myaccount img,
.customer-address-index .my-account-logo .logo-myaccount img,
.sales-order-view .my-account-logo .logo-myaccount img,
.tag-customer-index .my-account-logo .logo-myaccount img {
  margin: 0 auto;
}
.customer-account-index .my-account-logo .logo-myaccount a:hover,
.customer-account-edit .my-account-logo .logo-myaccount a:hover,
.wishlist-index-index .my-account-logo .logo-myaccount a:hover,
.customer-address-form .my-account-logo .logo-myaccount a:hover,
.sales-order-history .my-account-logo .logo-myaccount a:hover,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:hover,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:hover,
.review-customer-index .my-account-logo .logo-myaccount a:hover,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:hover,
.newsletter-manage-index .my-account-logo .logo-myaccount a:hover,
.downloadable-customer-products .my-account-logo .logo-myaccount a:hover,
.customer-address-index .my-account-logo .logo-myaccount a:hover,
.sales-order-view .my-account-logo .logo-myaccount a:hover,
.tag-customer-index .my-account-logo .logo-myaccount a:hover {
  color: #c5420e;
}
.customer-account-index .my-account-logo .logout-link,
.customer-account-edit .my-account-logo .logout-link,
.wishlist-index-index .my-account-logo .logout-link,
.customer-address-form .my-account-logo .logout-link,
.sales-order-history .my-account-logo .logout-link,
.sales-billing-agreement-index .my-account-logo .logout-link,
.sales-recurring-profile-index .my-account-logo .logout-link,
.review-customer-index .my-account-logo .logout-link,
.oauth-customer-token-index .my-account-logo .logout-link,
.newsletter-manage-index .my-account-logo .logout-link,
.downloadable-customer-products .my-account-logo .logout-link,
.customer-address-index .my-account-logo .logout-link,
.sales-order-view .my-account-logo .logout-link,
.tag-customer-index .my-account-logo .logout-link {
  display: block;
  font-size: 0;
  float: left;
}
.customer-account-index .my-account-logo .logout-link a,
.customer-account-edit .my-account-logo .logout-link a,
.wishlist-index-index .my-account-logo .logout-link a,
.customer-address-form .my-account-logo .logout-link a,
.sales-order-history .my-account-logo .logout-link a,
.sales-billing-agreement-index .my-account-logo .logout-link a,
.sales-recurring-profile-index .my-account-logo .logout-link a,
.review-customer-index .my-account-logo .logout-link a,
.oauth-customer-token-index .my-account-logo .logout-link a,
.newsletter-manage-index .my-account-logo .logout-link a,
.downloadable-customer-products .my-account-logo .logout-link a,
.customer-address-index .my-account-logo .logout-link a,
.sales-order-view .my-account-logo .logout-link a,
.tag-customer-index .my-account-logo .logout-link a {
  display: inline-block;
}
.customer-account-index .my-account-logo .logout-link a:before,
.customer-account-edit .my-account-logo .logout-link a:before,
.wishlist-index-index .my-account-logo .logout-link a:before,
.customer-address-form .my-account-logo .logout-link a:before,
.sales-order-history .my-account-logo .logout-link a:before,
.sales-billing-agreement-index .my-account-logo .logout-link a:before,
.sales-recurring-profile-index .my-account-logo .logout-link a:before,
.review-customer-index .my-account-logo .logout-link a:before,
.oauth-customer-token-index .my-account-logo .logout-link a:before,
.newsletter-manage-index .my-account-logo .logout-link a:before,
.downloadable-customer-products .my-account-logo .logout-link a:before,
.customer-address-index .my-account-logo .logout-link a:before,
.sales-order-view .my-account-logo .logout-link a:before,
.tag-customer-index .my-account-logo .logout-link a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08b";
  font-size: 21px;
  padding: 9px 10px;
  border-radius: 100px;
}
.customer-account-index .col2-set .col-1 h2,
.customer-account-index .col2-set .col-2 h2,
.customer-account-edit .col2-set .col-1 h2,
.customer-account-edit .col2-set .col-2 h2,
.wishlist-index-index .col2-set .col-1 h2,
.wishlist-index-index .col2-set .col-2 h2,
.customer-address-form .col2-set .col-1 h2,
.customer-address-form .col2-set .col-2 h2,
.sales-order-history .col2-set .col-1 h2,
.sales-order-history .col2-set .col-2 h2,
.sales-billing-agreement-index .col2-set .col-1 h2,
.sales-billing-agreement-index .col2-set .col-2 h2,
.sales-recurring-profile-index .col2-set .col-1 h2,
.sales-recurring-profile-index .col2-set .col-2 h2,
.review-customer-index .col2-set .col-1 h2,
.review-customer-index .col2-set .col-2 h2,
.oauth-customer-token-index .col2-set .col-1 h2,
.oauth-customer-token-index .col2-set .col-2 h2,
.newsletter-manage-index .col2-set .col-1 h2,
.newsletter-manage-index .col2-set .col-2 h2,
.downloadable-customer-products .col2-set .col-1 h2,
.downloadable-customer-products .col2-set .col-2 h2,
.customer-address-index .col2-set .col-1 h2,
.customer-address-index .col2-set .col-2 h2,
.sales-order-view .col2-set .col-1 h2,
.sales-order-view .col2-set .col-2 h2,
.tag-customer-index .col2-set .col-1 h2,
.tag-customer-index .col2-set .col-2 h2 {
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.customer-account-index .col2-set .col-1.addresses-primary p a,
.customer-account-index .col2-set .col-2.addresses-primary p a,
.customer-account-edit .col2-set .col-1.addresses-primary p a,
.customer-account-edit .col2-set .col-2.addresses-primary p a,
.wishlist-index-index .col2-set .col-1.addresses-primary p a,
.wishlist-index-index .col2-set .col-2.addresses-primary p a,
.customer-address-form .col2-set .col-1.addresses-primary p a,
.customer-address-form .col2-set .col-2.addresses-primary p a,
.sales-order-history .col2-set .col-1.addresses-primary p a,
.sales-order-history .col2-set .col-2.addresses-primary p a,
.sales-billing-agreement-index .col2-set .col-1.addresses-primary p a,
.sales-billing-agreement-index .col2-set .col-2.addresses-primary p a,
.sales-recurring-profile-index .col2-set .col-1.addresses-primary p a,
.sales-recurring-profile-index .col2-set .col-2.addresses-primary p a,
.review-customer-index .col2-set .col-1.addresses-primary p a,
.review-customer-index .col2-set .col-2.addresses-primary p a,
.oauth-customer-token-index .col2-set .col-1.addresses-primary p a,
.oauth-customer-token-index .col2-set .col-2.addresses-primary p a,
.newsletter-manage-index .col2-set .col-1.addresses-primary p a,
.newsletter-manage-index .col2-set .col-2.addresses-primary p a,
.downloadable-customer-products .col2-set .col-1.addresses-primary p a,
.downloadable-customer-products .col2-set .col-2.addresses-primary p a,
.customer-address-index .col2-set .col-1.addresses-primary p a,
.customer-address-index .col2-set .col-2.addresses-primary p a,
.sales-order-view .col2-set .col-1.addresses-primary p a,
.sales-order-view .col2-set .col-2.addresses-primary p a,
.tag-customer-index .col2-set .col-1.addresses-primary p a,
.tag-customer-index .col2-set .col-2.addresses-primary p a {
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: underline;
  line-height: 30px;
}
.customer-account-index .col2-set .col-1 h3,
.customer-account-index .col2-set .col-2 h3,
.customer-account-edit .col2-set .col-1 h3,
.customer-account-edit .col2-set .col-2 h3,
.wishlist-index-index .col2-set .col-1 h3,
.wishlist-index-index .col2-set .col-2 h3,
.customer-address-form .col2-set .col-1 h3,
.customer-address-form .col2-set .col-2 h3,
.sales-order-history .col2-set .col-1 h3,
.sales-order-history .col2-set .col-2 h3,
.sales-billing-agreement-index .col2-set .col-1 h3,
.sales-billing-agreement-index .col2-set .col-2 h3,
.sales-recurring-profile-index .col2-set .col-1 h3,
.sales-recurring-profile-index .col2-set .col-2 h3,
.review-customer-index .col2-set .col-1 h3,
.review-customer-index .col2-set .col-2 h3,
.oauth-customer-token-index .col2-set .col-1 h3,
.oauth-customer-token-index .col2-set .col-2 h3,
.newsletter-manage-index .col2-set .col-1 h3,
.newsletter-manage-index .col2-set .col-2 h3,
.downloadable-customer-products .col2-set .col-1 h3,
.downloadable-customer-products .col2-set .col-2 h3,
.customer-address-index .col2-set .col-1 h3,
.customer-address-index .col2-set .col-2 h3,
.sales-order-view .col2-set .col-1 h3,
.sales-order-view .col2-set .col-2 h3,
.tag-customer-index .col2-set .col-1 h3,
.tag-customer-index .col2-set .col-2 h3 {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 600;
}

/*Contact form*/
.contacts-index-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
.contacts-index-index .col-main-containter .col-main .col-wrapper-main #contactForm {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.contacts-index-index .col-main-containter .col-main .col-wrapper-main #contactForm textarea.input-text {
  min-height: 300px;
}
.contacts-index-index #cdz-google-map {
  height: 458px !important;
}
.contacts-index-index .contact-adress {
  margin-top: 20px;
  padding: 20px 20px 1px;
  background: white;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
}

/*Layout*/
.col-main .widget .products-grid .item:not(.owl-carousel) {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  background: white;
}
.col-main .widget .products-grid .item {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  float: left;
}
.col-main .widget .widget-title {
  text-align: center;
  margin-bottom: 20px;
}
.col-main .widget .widget-title h2 {
  padding: 0 30px 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 310px;
  text-transform: uppercase !important;
  border-bottom: 1px solid #282828;
  color: #282828 !important;
  font: 500 20px/1.35 Tahoma, Arial, sans-serif !important;
}
.col-main .widget .widget-title h2:before {
  position: absolute;
  bottom: -11px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f219';
  font-size: 14px;
  left: 40%;
  left: calc(50% - 20px);
  -webkit-left: calc(50% - 20px);
  -o-left: calc(50% - 20px);
  -moz-left: calc(50% - 20px);
}

/* ============================================ *
 * Content
 * ============================================ */
body {
  color: #282828;
  font: 400 13px/1.55 Tahoma,Arial,sans-serif;
}

/* .wrapper {
   display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }*/
.cdz-dropdown {
  position: relative;
}

.cdz-dropdown-content {
  left: 0;
  top: 12px;
  border: 1px solid;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  background: white;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-top: 4px;
  min-width: 160px;
  display: none;
  padding: 10px;
}

.cdz-trigger:after {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  line-height: 1;
  color: inherit;
  content: '\f107';
  font-family: FontAwesome;
  margin: 0 3px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  line-height: 14px;
}

/*2 Column Right & Left*/
.col-main {
  padding-bottom: 20px;
}

.main-container .col-main-containter {
  padding-top: 20px;
}

.cms-index-index .main-container .col-main-containter {
  padding-top: 0;
}

.col-main-containter .col-main .col-wrapper-main {
  margin-bottom: 20px;
}

.catalog-product-view .col-main-containter .col-main,
.cms-index-index .col-main-containter .col-main,
.catalog-product-view .col-main-containter .col-main,
.checkout-cart-index .col-main-containter .col-main,
.catalog-category-view .col-main-containter .col-main,
.customer-account-create .col-main-containter .col-main,
.customer-account-login .col-main-containter .col-main,
.customer-account-forgotpassword .col-main-containter .col-main {
  padding-bottom: 0;
}

.checkout-cart-index .col-main-containter .col-main {
  padding-bottom: 20px;
}

.cms-page-view .col-wrapper-main {
  float: left;
  width: 100%;
}

/*=================box/wide setting====================*/
.page {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  body.cdz-boxed .page {
    width: 1200px;
  }
}
.cdz-menu-toggle {
  display: none;
}

.cdz-mobile-nav {
  left: -100%;
}

.cdz-navbar-toggle {
  float: left;
}

.mobile-logo {
  float: left;
}

.mobile-nav-tabs {
  display: none;
}

.active.mobile-nav-tabs {
  display: block;
}

/*.cdz-main-menu .groupmenu li.level0:hover {
  overflow: inherit;
}*/
.cdz-main-menu .groupmenu li.level0:hover .groupmenu-drop {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: inherit;
}

.cms-index-index .cdz-main-menu .groupmenu li.level0.nav-home > a.menu-link {
  cursor: pointer;
}

.cdz-main-menu .groupmenu li.level0.parent:hover:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0dd';
  font-size: 24px;
  color: #525252;
  position: absolute;
  bottom: -9px;
  left: 42%;
  left: calc((100% - 14px) / 2);
  -webkit-left: calc((100% - 14px) / 2);
  -o-left: calc((100% - 14px) / 2);
  -moz-left: calc((100% - 14px) / 2);
  z-index: 100;
}

.cdz-main-menu .groupmenu-drop {
  position: absolute;
  top: 100%;
  z-index: 99;
  left: -9999px;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -o-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.cdz-main-menu .groupmenu-drop-content .groupdrop-banner-pos {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  z-index: 0;
  overflow: hidden;
}

.cdz-main-menu .groupmenu-drop-content .groupdrop-banner-pos img {
  float: right;
}

/* ============================================ */
[class*='cdz-menu-icon-']:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f108";
  font-size: 14px;
  margin-right: 10px;
  min-width: 15px;
}

.cdz-menu-icon-1:before {
  content: "\f1b9";
}

.cdz-menu-icon-2:before {
  content: "\f108";
}

.cdz-menu-icon-3:before {
  content: "\f030";
}

.cdz-menu-icon-4:before {
  content: "\f03d";
}

.cdz-menu-icon-5:before {
  content: "\f19c";
}

.cdz-menu-icon-6:before {
  content: "\f06c";
}

.cdz-menu-icon-7:before {
  content: "\f0e4";
}

.cdz-menu-icon-8:before {
  content: "\f000";
}

.cdz-menu-icon-9:before {
  content: "\f02c";
}

/* ===========Megamenu ================================= */
.header-main-menu .nav-sections {
  float: left;
  clear: both;
}

.header-main-menu .block-static-block.widget {
  float: left;
  margin-bottom: 0;
}

.cdz-main-menu ul,
.cdz-main-menu ul ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}

.cdz-main-menu .groupmenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.cdz-main-menu .groupmenu li {
  margin: 0;
}
.cdz-main-menu .groupmenu li.level0 {
  position: relative;
  display: inline-block;
  float: left;
}
.cdz-main-menu .groupmenu li.level0 a.menu-link {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px;
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  text-decoration: none;
  color: white;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited, .cdz-main-menu .groupmenu li.level0 a.menu-link:hover, .cdz-main-menu .groupmenu li.level0 a.menu-link:active {
  color: white;
  text-decoration: none;
}
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  cursor: pointer;
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop {
  z-index: 99;
  background-color: white;
  box-shadow: 0 1px 3px #e1e1e1;
  -moz-box-shadow: 0 1px 3px #e1e1e1;
  -webkit-box-shadow: 0 1px 3px #e1e1e1;
  -o-box-shadow: 0 1px 3px #e1e1e1;
  -ms-box-shadow: 0 1px 3px #e1e1e1;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  padding: 10px;
  color: #282828;
  font: 400 12px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  text-transform: uppercase;
  color: #282828;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  color: #282828;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover, .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
  color: #c5420e;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li {
  margin: 0;
  padding: 6px 0;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a {
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 7px;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover {
  padding-left: 15px;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  width: 10px;
  background-color: #c5420e;
}

/*Sticky menu------*/
.logo .small-logo {
  display: none;
}

.sticky-menu.active .logo .small-logo {
  display: inline-block;
}

.sticky-menu.active .logo .main-logo {
  display: none;
}

@media (min-width: 767px) {
  .header .sticky-menu.active {
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    background: #282828;
    width: 100%;
    max-width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 889;
    margin: 0 auto;
    position: fixed !important;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  .header .sticky-menu.active .cdz-bottom-logo-cart {
    padding: 0 70px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header .sticky-menu.active .header-wrapper-bottom {
    padding: 4px 0;
  }
  .header .sticky-menu.active .cdz-bottom-logo-cart {
    padding: 0;
  }
  .header .sticky-menu.active .cdz-header-logo {
    margin: 0;
    left: 10px;
    top: 0;
    height: 40px;
    z-index: 5;
    display: none;
  }
  .header .sticky-menu.active .search-wrapper,
  .header .sticky-menu.active .cart-wrapper {
    position: static;
    padding: 0;
    width: auto;
    min-height: 0;
  }
  .header .sticky-menu.active .cdz-header-menu-content {
    position: relative;
  }
  .header .sticky-menu.active .cdz-header-cart {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 5;
  }
  .header .sticky-menu.active .cdz-header-cart .price-label {
    display: none;
  }
  .header .sticky-menu.active .cdz-header-cart .cdz-dropdown {
    position: initial;
  }
  .header .sticky-menu.active .cdz-header-cart .cart-icon {
    background-color: transparent;
    color: #8c8f8f;
  }
  .header .sticky-menu.active .cdz-header-cart .cart-icon:before {
    color: #fff;
    height: 42px;
    width: 42px;
    background-position: 9px -34px;
  }
  .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-label {
    display: none !important;
  }
  .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
    top: 0;
    right: 0;
    left: auto;
    background-color: #c5420e;
    color: #fff;
  }
  .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-subtotal {
    display: none;
  }
  .header .sticky-menu.active .cdz-header-cart .cdz-dropdown-content {
    margin: 0;
  }
  .header .sticky-menu.active .block-search {
    position: absolute;
    right: 50px;
    top: 0;
  }
  .header .sticky-menu.active .block-search .form-search .cat-input {
    display: none;
  }
  .header .sticky-menu.active .block-search .form-search input[type="text"] {
    width: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-width: 0;
    float: right;
    padding: 0 10px;
    margin: 0;
  }
  .cdz-rtl .header .sticky-menu.active .block-search .form-search input[type="text"] {
    float: left;
  }
  .header .sticky-menu.active .block-search .form-search .button:before {
    color: white;
  }
  .header .sticky-menu.active .block-search .form-search:hover input[type="text"] {
    width: 100%;
    border-left-width: 1px;
  }
  .header .sticky-menu.active .block-search .form-search:hover .button:before {
    color: white;
  }
}
@-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;
  }
}
/* ============================================ */
[class*='cdz-menu-icon-']:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f108";
  font-size: 14px;
  margin-right: 10px;
  min-width: 15px;
}

.cdz-menu-icon-1:before {
  content: "\f1b9";
}

.cdz-menu-icon-2:before {
  content: "\f108";
}

.cdz-menu-icon-3:before {
  content: "\f030";
}

.cdz-menu-icon-4:before {
  content: "\f03d";
}

.cdz-menu-icon-5:before {
  content: "\f19c";
}

.cdz-menu-icon-6:before {
  content: "\f06c";
}

.cdz-menu-icon-7:before {
  content: "\f0e4";
}

.cdz-menu-icon-8:before {
  content: "\f000";
}

.cdz-menu-icon-9:before {
  content: "\f02c";
}

/* ============================================ */
.header-main-menu .nav-sections {
  float: left;
  clear: both;
}

.header-main-menu .block-static-block.widget {
  float: left;
  margin-bottom: 0;
}

.cdz-main-menu ul,
.cdz-main-menu ul ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}

.cdz-main-menu .groupmenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.cdz-main-menu .groupmenu li {
  margin: 0;
}
.cdz-main-menu .groupmenu li.level0 {
  position: relative;
  display: inline-block;
  float: left;
}
.cdz-main-menu .groupmenu li.level0 > .dropdown-toggle {
  display: none;
}
.cdz-main-menu .groupmenu li.level0 a.menu-link {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px;
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  text-decoration: none;
  color: white;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu li.level0 a.menu-link:hover,
.cdz-main-menu .groupmenu li.level0 a.menu-link:active,
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited {
  color: white;
  text-decoration: none;
}
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  cursor: pointer;
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop {
  z-index: 99;
  background-color: white;
  box-shadow: 0 1px 3px #e1e1e1;
  -moz-box-shadow: 0 1px 3px #e1e1e1;
  -webkit-box-shadow: 0 1px 3px #e1e1e1;
  -o-box-shadow: 0 1px 3px #e1e1e1;
  -ms-box-shadow: 0 1px 3px #e1e1e1;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  padding: 10px;
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  text-transform: uppercase;
  color: #282828;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  color: #282828;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:visited {
  color: #282828;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover,
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:visited {
  color: #c5420e;
  text-decoration: none;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li {
  margin: 0;
  padding: 6px 0;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a {
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 7px;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover {
  padding-left: 15px;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  width: 10px;
  background-color: #c5420e;
}

/* ============================================ */
@-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;
  }
}
.groupmenu-drop-content.groupmenu-1 {
  width: 124.66666667px;
}

.groupmenu-drop-content.groupmenu-2 {
  width: 249.33333333px;
}

.groupmenu-drop-content.groupmenu-3 {
  width: 374px;
}

.groupmenu-drop-content.groupmenu-4 {
  width: 498.66666667px;
}

.groupmenu-drop-content.groupmenu-5 {
  width: 623.33333333px;
}

.groupmenu-drop-content.groupmenu-6 {
  width: 748px;
}

@media all and (min-width: 1440px), print {
  .groupmenu-drop-content.groupmenu-1 {
    width: 196.66666667px;
  }

  .groupmenu-drop-content.groupmenu-2 {
    width: 393.33333333px;
  }

  .groupmenu-drop-content.groupmenu-3 {
    width: 590px;
  }

  .groupmenu-drop-content.groupmenu-4 {
    width: 786.66666667px;
  }

  .groupmenu-drop-content.groupmenu-5 {
    width: 983.33333333px;
  }

  .groupmenu-drop-content.groupmenu-6 {
    width: 1180px;
  }

  .cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'] {
    left: -15px;
  }

  .cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'].owl-next {
    right: -15px;
  }

  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@media (max-width: 767px) {
  .groupmenu-drop-content.groupmenu-1,
  .groupmenu-drop-content.groupmenu-2,
  .groupmenu-drop-content.groupmenu-3,
  .groupmenu-drop-content.groupmenu-4,
  .groupmenu-drop-content.groupmenu-5,
  .groupmenu-drop-content.groupmenu-6 {
    width: auto;
  }
}
/*Sticky menu-----*/
/*Custom RTL*/
.cdz-rtl .cdz-main-menu .groupmenu li.level0 {
  float: right;
}
.cdz-rtl .header .sticky-menu.active .cdz-header-cart {
  left: 0;
  right: auto;
}
.cdz-rtl .header .sticky-menu.active .block-search {
  left: 60px;
  right: auto;
}
.cdz-rtl .cdz-main-menu .groupmenu-drop-content .groupdrop-banner-pos img {
  float: left;
}

.menu-vertical-title {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 8px 10px 8px 20px;
  margin-bottom: -2px;
  position: relative;
  z-index: 3;
}
.menu-vertical-title h3 {
  margin: 0;
  padding: 0;
}
.menu-vertical-title h3:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03a";
  font-size: 17px;
  margin-right: 10px;
  line-height: 18px;
}

.menu-vertical {
  position: relative;
  z-index: 2;
}
.menu-vertical .cdz-nav-wrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] .dropdown-toggle {
  display: none !important;
}
.menu-vertical .cdz-nav-wrap li.first.vertical-level1 a.menu-link {
  -moz-border-radius: 5px 0.5px 0 0;
  -webkit-border-radius: 5px 0.5px 0 0;
  border-radius: 5px 0.5px 0 0;
}
.menu-vertical .cdz-nav-wrap li.last.vertical-level1 a {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1:hover a.menu-link {
  margin: 0 -1px;
}
.menu-vertical .cdz-nav-wrap li.first.vertical-level1:hover a.menu-link {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.menu-vertical .cdz-nav-wrap .parent {
  position: relative;
}
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] a.menu-link {
  padding: 12px 17px;
  line-height: 17px;
  display: block;
}
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat {
  right: 0;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  display: none;
  padding: 0;
  -moz-border-radius: 0px 5px 5px 0;
  -webkit-border-radius: 0px 5px 5px 0;
  border-radius: 0px 5px 5px 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-bottom: 0;
}
.cdz-rtl .menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat {
  right: auto;
  left: -100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.menu-vertical-right .menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat {
  right: auto;
  left: -100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat li [class*='vertical-level'] {
  display: block;
  position: relative;
}
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat li.parent:after {
  top: 7px;
}
.menu-vertical .cdz-nav-wrap .parent:hover > .cdz-sub-cat {
  display: block;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu-vertical .cdz-nav-wrap .parent:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 15px;
}
.menu-vertical-right .menu-vertical .cdz-nav-wrap .parent:after {
  content: "\f053";
}
.menu-vertical .cdz-nav-wrap .parent .parent .cdz-sub-cat {
  top: -5px;
}
.menu-vertical .cdz-nav-wrap .view-all a {
  padding: 12px 17px;
  line-height: 17px;
  display: block;
}
.menu-vertical .cdz-nav-wrap .view-all a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f196";
  font-size: 17px;
  float: right;
}

@media (max-width: 991px) {
  .menu-vertical-title h3 {
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  }
  .menu-vertical-title h3:before {
    display: none;
  }

  .menu-vertical .cdz-nav-wrap [class*='vertical-level'] a.menu-link {
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
    padding: 10px 17px;
  }
  .menu-vertical .cdz-nav-wrap li.view-all a {
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  }
  .menu-vertical .cdz-nav-wrap li.view-all a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f196";
    font-size: 12px;
  }
}
/*menu vertical style home Sportwear*/
.menu-vertical-style02 .nav.nav-tabs {
  border: none;
}
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item {
  margin: 0;
  float: left;
  width: 50%;
}
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item .switch {
  padding: 15px 10px !important;
  height: auto;
  margin: 0;
  border: none !important;
  text-transform: uppercase;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: 700;
}
.menu-vertical-style02 .nav-tab-content {
  padding: 1px 0 0;
}
.menu-vertical-style02 .nav-tab-content .cdz-nav-wrap li.vertical-level1 a.vertical-level1 {
  padding: 11px 17px;
}

/*Sub page*/
.menu-vertical-subpage {
  position: relative;
  z-index: 1;
}
.menu-vertical-subpage .menu-vertical-title {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.menu-vertical-subpage .menu-vertical-title h3:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 23px;
  float: right;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu-vertical-subpage .space-base {
  margin: 0;
}
.menu-vertical-subpage .menu-vertical-dropdown .menu-vertical-content {
  position: absolute;
  display: none;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.menu-vertical-subpage .menu-vertical-dropdown.dd-open .menu-vertical-content {
  position: absolute;
}
.menu-vertical-subpage .menu-vertical-dropdown.dd-open .menu-vertical-title {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.menu-vertical-subpage .menu-vertical-dropdown.dd-open .menu-vertical-title h3:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 23px;
}

.menu-breadcrumbs .breadcrumbs {
  background: #f9f9f9;
  display: block;
  border: 0;
  padding: 10px 10px 0 30px;
  height: 35px;
  -moz-border-radius: 0 5px 5px 0px;
  -webkit-border-radius: 0 5px 5px 0px;
  border-radius: 0 5px 5px 0px;
  margin: 0 0 0 -30px;
}

/*=================== RTL ==================*/
.cdz-rtl .menu-vertical .cdz-nav-wrap .parent:after {
  left: 10px;
  right: auto;
  content: "\f053";
}
.cdz-rtl .menu-vertical .cdz-nav-wrap .view-all a:before {
  float: left;
}
.cdz-rtl .menu-vertical-title h3:before {
  float: left;
}

/* ============================================ *
 * Content
 * ============================================ */
/*three block*/
/*Background parallax*/
.groupbanner-text {
  position: relative;
}

.groupbanner-text .banner-border img {
  width: 100%;
}

.groupbanner-text .groupinfo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
}

.groupbanner-text .groupinfo .groupinfo-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title {
  padding: 10px 0;
  color: #fff;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link {
  color: #ffffff;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link:visited {
  color: #ffffff;
  text-decoration: none;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link:active {
  color: #ffffff;
  text-decoration: none;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link:hover {
  text-decoration: underline;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link span:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  font-size: 14px;
  padding-left: 5px;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828;
}

.wrapper-ads02 {
  color: #ffffff;
  border-top: 3px solid #e1e1e1;
  padding: 60px 0;
}

.wrapper-ads02 .cdz-item-types {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.wrapper-ads02 ul.items {
  padding-bottom: 30px;
  display: inline-block;
}

.wrapper-ads02 ul.items li {
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrapper-ads02 ul.items li:hover {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
}

.wrapper-ads02 .statement {
  padding-bottom: 30px;
}

.wrapper-ads02 .statement p {
  margin-bottom: 0;
}

.wrapper-ads02 .newsletter-style02 .block.newsletter input[type="email"] {
  background-color: transparent;
}

.wrapper-ads02 .newsletter-style02 .block.newsletter .action.subscribe {
  width: auto;
  min-width: 200px;
}

.wrapper-ads02 .action.primary {
  padding: 10px 30px;
}

/* ============================================ *
 * Codazon_Banner_Effect
 * ============================================ */
/*Zoom Banner*/
.eff-zoombanner {
  overflow: hidden;
  position: relative;
}

.eff-zoombanner .banner-zoom img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.eff-zoombanner:hover .banner-zoom img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}

/*Banner Border*/
.banner-border {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
}

.banner-border:before,
.banner-border:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.banner-border:before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 15px;
}

.banner-border:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  top: 15px;
  right: 30px;
  bottom: 15px;
  left: 30px;
}

.banner-border:hover:before,
.banner-border:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner-border img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.banner-border:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}

.banner-border.style2:after {
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}

.banner-border.style2:before {
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

/* ============================================ *
 * Codazon_BlockSidebar
 * ============================================ */
.cdz-block-title {
  text-align: center;
  margin-bottom: 20px;
}

.cdz-block-title .b-title {
  padding: 0 30px 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 310px;
  text-transform: uppercase !important;
  font-weight: 400;
  border-bottom: 1px solid;
}

.cdz-block-title .b-title strong {
  font-size: 100%;
}

.cdz-block-title .b-title:before {
  position: absolute;
  bottom: -11px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f219';
  font-size: 14px;
  left: 40%;
  left: calc(50% - 20px);
  -webkit-left: calc(50% - 20px);
  -o-left: calc(50% - 20px);
  -moz-left: calc(50% - 20px);
}

/*Block Sidebar*/
.block:not(.block-static-block) {
  margin-bottom: 2rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.block:not(.block-static-block) .block-collapsible-nav-title,
.block:not(.block-static-block) .block-title {
  background-color: transparent;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  min-width: 100%;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-bottom: 1px solid;
}

.block-title {
  border-top: 0;
}

.block:not(.block-static-block) .block-collapsible-nav-title:before,
.block:not(.block-static-block) .block-title:before {
  display: none;
}

.block:not(.block-static-block) .block-collapsible-nav-title strong,
.block:not(.block-static-block) .block-title strong {
  border: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}

.block:not(.block-static-block) .block-content {
  padding: 15px 0;
  text-align: left;
  clear: left;
}

.block:not(.block-static-block) .block-content .empty {
  padding: 0;
}

.block:not(.block-static-block) .block-content.filter-content {
  padding-top: 0;
}

.block:not(.block-static-block) .empty {
  padding: 15px 0 0;
}

.block.review-add .block-content {
  padding-top: 0 !important;
}

.sidebar .block-currency select {
  width: 100%;
}

.sidebar .block-banner .block-content {
  padding: 0;
}

.sidebar .block:not(.block-static-block) .block-content {
  padding-bottom: 0;
}

.sidebar .block .actions .button {
  padding: 3px 5px;
}
.sidebar .block dl {
  margin: 0;
}

/*Box Style Home Sport*/
.box-style01 {
  margin-bottom: 20px;
  /*.box-content{overflow:hidden;}*/
  /*RTL*/
}
.box-style01 .cdz-block-title {
  padding: 20px 20px 7px;
  margin-bottom: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: inherit;
  display: inline-block;
  width: 100%;
}
.box-style01 .cdz-block-title .h2 {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}
.box-style01 .cdz-block-title a.view-all {
  text-transform: lowercase;
  font-style: italic;
  font-size: 70%;
  float: right;
  margin-top: 3px;
  margin-right: -15px;
}
.box-style01 .cdz-block-title a.view-all:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  font-size: 14px;
  margin: 0 15px;
}
.box-style01 .codazon-filter {
  padding: 0;
}
.box-style01 .products-grid {
  border-left: 1px solid;
}
.box-style01 .products-grid .owl-carousel {
  margin: 0;
}
.box-style01 .products-grid .owl-carousel .owl-stage-outer {
  clear: both;
}
.box-style01 .products-grid .product-item {
  padding: 0 !important;
  margin: 0 0 -1px;
}
.box-style01 .products-grid .product-item .product-item-info {
  border: 1px solid;
  border-left: none;
}
.box-style01 .products-grid:after {
  display: none;
}
.box-style01 .products-list .product-item-info {
  padding: 0 10px;
}
.box-style01 .products-list .cdz-buttons-container button.btn-cart {
  width: auto;
  height: auto;
  padding: 7px 10px 4px;
}
.box-style01 .products-list .cdz-buttons-container button.btn-cart:before {
  display: none;
}
.box-style01 .mobile-nav-tab-dropdown {
  margin: 0 0 -1px;
}
.box-style01 .nav.nav-tabs {
  text-align: inherit;
  margin: 0 0 -1px;
}
.box-style01 .nav.nav-tabs .nav-tab-item .switch {
  height: 60px;
  padding: 19px 20px;
  text-transform: uppercase;
  border: none !important;
}
.box-style01 .nav-tab-content {
  padding: 0;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content {
  padding: 20px;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .cdz-blog-bottom {
  padding: 20px 0;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-carousel .owl-stage-outer {
  padding: 0;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme.owl-carousel .owl-nav {
  position: static;
  left: auto;
  width: auto;
  top: auto;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  top: -65px;
  position: absolute;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 4px 7px;
  margin: 0;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0px;
  left: auto;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-next:before {
  content: "\f178";
  line-height: 21px;
  font-size: 14px;
}
.cdz-rtl .box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-next {
  left: 35px;
  right: auto;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-prev {
  right: 40px;
  left: auto;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-prev:before {
  content: "\f177";
  line-height: 21px;
  font-size: 14px;
}
.cdz-rtl .box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -5px;
  right: auto;
}
.cdz-rtl .box-style01 .cdz-block-title a.view-all {
  float: left;
  margin-left: -15px;
  margin-right: 0;
}

@media (min-width: 767px) {
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'],
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    top: -45px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-next,
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-next {
    right: 10px;
  }
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-next:before,
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-next:before {
    content: "\f178";
    line-height: 21px;
    font-size: 14px;
  }
  .cdz-rtl .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-next, .cdz-rtl
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-next {
    left: 50px;
    right: auto;
  }
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-prev,
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-prev {
    right: 50px;
    left: auto;
  }
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-prev:before,
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-prev:before {
    content: "\f177";
    line-height: 21px;
    font-size: 14px;
  }
  .cdz-rtl .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-prev, .cdz-rtl
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 10px;
    right: auto;
  }
}
/*Product style 02 - Product name fixed left & price fixed right*/
@media (min-width: 767px) {
  .product-style02 .products-grid .product-item-info {
    text-align: inherit;
  }
  .product-style02 .products-grid .product-item-info .product-name-price {
    position: relative;
  }
  .product-style02 .products-grid .product-item-info .product-name-price .product-name {
    padding-right: 100px;
  }
  .product-style02 .products-grid .product-item-info .product-name-price .price-box {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0;
    width: 95px;
    text-align: right;
  }
}
/*Style Home Outdoor*/
.line-style01 .cdz-block-title {
  text-align: inherit;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.line-style01 .cdz-block-title .b-title {
  padding: 10px 20px;
  min-width: 1px;
  border: 1px solid;
  margin-bottom: -2px;
}
.line-style01 .cdz-block-title .b-title:before {
  display: none;
}
.line-style01 .nav-tabs {
  border-bottom-width: 2px !important;
  text-align: inherit;
}
.line-style01 .nav-tabs .nav-tab-item .switch {
  text-transform: uppercase;
  border-radius: 0;
  height: 45px;
  padding: 12px 10px;
  margin-bottom: -2px;
}
.line-style01 .products-grid .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ============================================ *
 * Codazon_Slider
 * ============================================ */
.cdz-brand-slider .owl-theme.owl-carousel .owl-item > [class*='cdz-sm-'] {
  padding: 0;
}

.cdz-brand-slider .owl-theme.owl-carousel .owl-item .item {
  width: 100%;
}

.cdz-slider-banners {
  padding-top: 0 !important;
}

.cdz-brand-slider .owl-theme.owl-carousel .owl-nav {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  margin-top: 0;
}

.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  font-size: 0;
  margin: 0 5px;
  padding: 0;
  border: 2px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}

.cdz-brand-slider .owl-theme.owl-carousel .owl-controls {
  margin: 0;
}

.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-']:before {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 34px;
  content: '\f104';
  font-family: FontAwesome;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-next:before {
  content: '\f105';
}

.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.cdz-brand-slider-wrap {
  background-color: transparent;
}

.cdz-brand-slider-wrap .cdz-banners-item {
  padding: 5px;
  border: 1px solid;
}

.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav {
  position: static;
}

.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'] {
  left: 0;
  top: 10px;
  position: absolute;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: 0;
  left: auto;
}

.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel:hover .owl-nav [class*='owl-'] {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  cursor: pointer;
}

.owl-nav [class*='owl-'], .owl-theme .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  font-size: 0;
  margin: 0 5px;
  cursor: pointer;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 20px;
  top: 45%;
  top: calc((100% - 50px)/2);
  -webkit-top: calc((100% - 50px)/2);
  -o-top: calc((100% - 50px)/2);
  -moz-top: calc((100% - 50px)/2);
  border: 2px solid;
  color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0;
}
.cdz-product-wrapper .owl-nav [class*='owl-'], .cdz-product-wrapper .owl-theme .owl-nav [class*=owl-] {
  top: 20%;
}

.owl-nav [class*='owl-']:before {
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: 39px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  content: '\f104';
  font-family: FontAwesome;
  text-align: center;
}

.owl-nav [class*='owl-'].owl-next {
  right: 20px;
  left: auto;
}

.owl-nav [class*='owl-'].owl-next:before {
  content: '\f105';
}

.owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.slideshow-content .owl-theme .owl-nav {
  margin: 0;
}

/* ============================================ */
.ft-options .slider.slider-horizontal {
  width: 100%;
}

/* ============================================ *
 * Codazon_Slideshow
 * ============================================ */
.cdz-slideshow {
  z-index: 1;
}

.cdz-slideshow .slider-item {
  position: relative;
}

.cdz-slideshow .owl-carousel {
  padding-top: 0;
  margin: 0;
}

.cdz-slideshow .owl-carousel .owl-item {
  padding: 0;
}
.cdz-slideshow .owl-carousel .owl-theme .owl-nav {
  margin-top: 0;
  position: static;
}
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  position: relative;
  font-size: 0;
  margin: 0 5px;
  color: #282828;
  cursor: pointer;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 20px;
  top: 45%;
  top: calc(50% - 15px);
  -webkit-top: calc(50% - 15px);
  -o-top: calc(50% - 15px);
  -moz-top: calc(50% - 15px);
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-color: white;
  cursor: pointer;
}
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:hover {
  color: transparent;
  background-color: #ffffff;
  border-color: #c5420e;
}
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:before {
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: 45px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  content: '\f104';
  font-family: FontAwesome;
  text-align: center;
}
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: 20px;
  left: auto;
}
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].owl-next:before {
  content: '\f105';
}
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.cdz-slideshow .owl-carousel .owl-dots {
  position: absolute;
  left: 48%;
  bottom: 10px;
}
.cdz-slideshow .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  color: #a1a1a1;
}
.cdz-slideshow .owl-carousel .owl-dot span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f192';
  font-size: 14px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #000;
}

.slide-caption {
  width: 100%;
  max-width: 100%;
  top: 25%;
  position: absolute;
  color: #282828;
  left: 0%;
}

.slide-caption.cls-white {
  color: #ffffff;
}
.slide-caption.cls-white .slide-title {
  color: #ffffff;
}
.slide-caption.cls-white .slide-title span {
  border-color: #fff;
}
.slide-caption.cls-white .slide-btn a {
  background: #ffffff;
  color: #282828;
}

.slide-caption .slide-text {
  font-size: 16px;
  margin-bottom: 15px;
}

.slide-caption .slide-title {
  margin-bottom: 10px;
}

.slide-caption .slide-title span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #282828;
  padding: 5px 20px;
  font-weight: 600;
}

.slide-caption .slide-btn a {
  display: inline-block;
  padding: 5px 15px;
  background: #282828;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
  font-size: 100%;
}

.slide-caption {
  max-width: 600px;
  top: 25%;
  left: 30%;
}

.slide-caption.slide-right {
  left: auto;
  right: 10%;
}

.slide-caption.slide-left {
  left: 10%;
  right: auto;
}

.slide-caption .slide-title {
  margin-bottom: 40px;
}

.slide-caption .slide-title span {
  font-size: 180%;
  border-width: 5px;
  padding: 5px 50px;
}

.active .slide-caption .slide-title {
  -webkit-animation: slideBounceInDown 800ms ease-in-out;
  -moz-animation: slideBounceInDown 800ms ease-in-out;
  animation: slideBounceInDown 800ms ease-in-out;
}

.active .slide-caption .slide-text {
  -webkit-animation: slideBounceInDown 1400ms ease-in-out;
  -moz-animation: slideBounceInDown 1400ms ease-in-out;
  animation: slideBounceInDown 1400ms ease-in-out;
}

.active .slide-caption .slide-btn {
  -webkit-animation: slideBounceInDown 2000ms ease-in-out;
  -moz-animation: slideBounceInDown 2000ms ease-in-out;
  animation: slideBounceInDown 2000ms ease-in-out;
}

@-webkit-keyframes slideBounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideBounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }

  80% {
    -moz-transform: translateY(-10px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideBounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }

  80% {
    -o-transform: translateY(-10px);
  }

  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideBounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
.active .slideBounceInDown {
  -webkit-animation-name: slideBounceInDown;
  -moz-animation-name: slideBounceInDown;
  -o-animation-name: slideBounceInDown;
  animation-name: slideBounceInDown;
}

.block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cdz-slideshow .owl-theme .owl-dots .owl-dot.active span, .cdz-slideshow .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
}

#ajaxloading_container {
  position: relative;
  padding: 20px;
  text-align: center;
  border: 10px solid #a1a1a1;
  background-color: white;
  z-index: 99999;
  max-height: 660px;
}

#ajaxloading_container {
  min-width: 350px;
  max-width: 500px;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0px;
}

#bg_fade {
  background-color: #000;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 998;
  height: 1000px;
  opacity: 0.5;
}

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.modals-overlay {
  z-index: 899;
}

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}

.modal-slide {
  left: 44px;
  z-index: 900;
}

.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}

.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}

.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}

.modal-popup {
  left: 0;
  overflow-y: auto;
  z-index: 900;
}

.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 5rem auto;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%;
}

.modal-popup._inner-scroll {
  overflow-y: visible;
}

.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}

.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.modal-popup .modal-footer-actions {
  text-align: right;
}

@media (max-width: 768px) {
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }

  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
  }

  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.cdz-rtl .modal-custom .action-close, .cdz-rtl
.modal-popup .action-close, .cdz-rtl
.modal-slide .action-close {
  left: 0;
  right: auto;
}

.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}

.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}

.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}

.modal-custom .action-close {
  margin: 25px;
}

.modal-popup .modal-title {
  color: #000000;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  min-height: 1em;
  word-wrap: break-word;
}

.modal-popup .action-close,
.modal-slide .action-close {
  padding: 0;
  width: 44px;
  height: 44px;
  background: #000 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 1;
}

.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #fff !important;
  line-height: 33px !important;
}

.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: #000 !important;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.modal-popup .page-main-actions,
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}

.modal-popup .modal-content {
  padding-bottom: 3rem;
}

#ajaxloading_container {
  position: relative;
  padding: 20px;
  text-align: center;
  border: 10px solid #a1a1a1;
  background-color: white;
  z-index: 99999;
  max-height: 660px;
}

#ajaxloading_container {
  min-width: 350px;
  max-width: 500px;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0px;
}

#bg_fade {
  background-color: #000;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 998;
  height: 1000px;
  opacity: 0.5;
}

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.modals-overlay {
  z-index: 899;
}

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}

.modal-slide {
  left: 44px;
  z-index: 900;
}

.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}

.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}

.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}

.modal-popup {
  left: 0;
  overflow-y: auto;
  z-index: 900;
}

.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 5rem auto;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%;
}

.modal-popup._inner-scroll {
  overflow-y: visible;
}

.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}

.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.modal-popup .modal-footer-actions {
  text-align: right;
}

@media (max-width: 768px) {
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }

  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
  }

  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
}
.modal-popup .modal-content {
  padding-bottom: 3rem;
}

.cdz-popup-wrapper .modal-popup .modal-header,
.cdz-popup-wrapper .modal-popup .modal-content,
.cdz-popup-wrapper .modal-popup .modal-footer {
  padding: 0 !important;
  border: 0;
}

.cdz-popup-wrapper .modal-popup .modal-footer {
  display: none;
}

.cdz-popup-wrapper .block-static-block.widget {
  margin: 0;
}

.cdz-popup-wrapper .modal-popup .close:before {
  font-weight: bold;
}

.cdz-popup-wrapper .cdz-popup-newsletter-left,
.cdz-popup-wrapper .cdz-popup-newsletter-right {
  width: 50%;
  float: left;
}
.cdz-rtl .cdz-popup-wrapper .cdz-popup-newsletter-left, .cdz-rtl
.cdz-popup-wrapper .cdz-popup-newsletter-right {
  float: right;
}

.cdz-popup-wrapper .cdz-popup-newsletter {
  background: #f5f5f5;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-title {
  padding: 10px 30px;
  background: #dddddd;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-title h3 {
  color: #121212;
  margin-bottom: 0;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content {
  padding: 40px 30px;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads {
  color: #282828;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-title {
  margin-bottom: 30px;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-desc {
  font-size: 90%;
  margin-bottom: 60px;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-small {
  font-size: 90%;
  color: #999999;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-newsletter {
  margin: 0;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe {
  margin-bottom: 20px;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .block-content {
  padding: 0;
  margin: 0;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .block-title, .cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .form-subscribe-header {
  display: none;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe input.input-text {
  width: 100%;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .input-box {
  float: none;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions {
  float: none;
  width: 100%;
  text-align: center;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button {
  float: none;
  width: 100%;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe input {
  border-width: 1px;
  border-color: #e1e1e1;
  text-align: center;
  padding-left: 10px;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .field {
  margin-bottom: 20px;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .field .control:before {
  display: none;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions {
  display: block;
  width: 100%;
}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .action.subscribe {
  width: 100%;
}

.popup-login .modal-popup .modal-inner-wrap {
  width: 40% !important;
}

.popup-login .modal-popup .modal-footer {
  display: none;
}

.qs-modal .qs-loader {
  text-align: center;
  padding: 20px;
}

.qs-modal .modal-popup .modal-header {
  padding: 0;
}

.qs-modal .modal-popup .modal-header .modal-title {
  display: none;
}

.qs-modal .modal-popup .modal-content {
  padding: 0;
}

.qs-modal .modal-popup .modal-content .quickshop-wrapper .quickshop-media.product.media {
  width: 50%;
}

.qs-modal .modal-popup .modal-content .quickshop-title .page-title {
  position: static;
  margin: 0 0 10px;
  width: auto;
  height: auto;
}

.qs-modal .modal-popup .modal-content .page-title-wrapper {
  display: block !important;
}

.qs-modal .modal-popup .modal-content .quickshop-wrapper .quickshop-tabs {
  width: 50%;
  padding: 30px;
}

.cdz-popup-wrapper .modal-popup .modal-inner-wrap {
  width: 80% !important;
}

@media all and (min-width: 1024px), print {
  .cdz-popup-wrapper .modal-popup .modal-inner-wrap {
    width: 840px !important;
  }
}
.cdz-popup-newsletter .block.block-subscribe .block-content .input-box {
  width: 100%;
  margin-bottom: 10px;
}
.cdz-popup-newsletter .block.block-subscribe .block-content {
  float: none;
}

.qs-modal .modal-body {
  padding-left: 0;
  padding-top: 0;
}
.cdz-rtl .qs-modal .modal-body {
  padding-left: 20px;
  padding-right: 0;
}
.qs-modal .modal-footer {
  display: none;
}
.qs-modal .modal-header {
  padding: 0;
  border: none;
}
.qs-modal .modal-header .modal-title {
  display: none;
}
.qs-modal .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 1;
  padding: 5px 9px;
  color: #fff;
  background: #000;
}
.cdz-rtl .qs-modal .modal-header .close {
  right: auto;
  left: 0;
}
.qs-modal .ajax-load-wrapper .ajax-load-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  top: -moz-calc((100% - 45px)/2);
  top: -webkit-calc((100% - 45px)/2);
  top: -o-calc((100% - 45px)/2);
  top: calc((100% - 45px)/2);
}
.qs-modal .product-view .product-img-box {
  padding-left: 0;
}
.qs-modal .product-view-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.qs-modal .tab-content {
  padding: 15px 0;
}
.qs-modal .tab-content .std {
  margin-bottom: 1rem;
}
.qs-modal .tab-content .product-shop .email-friend {
  float: left;
  margin-bottom: 5px;
}
.qs-modal .tab-content .product-shop .no-rating, .qs-modal .tab-content .product-shop .ratings {
  float: right;
  clear: none;
  margin-bottom: 2rem;
}
.qs-modal .tab-content .product-shop .short-description {
  clear: both;
  margin-bottom: 2rem;
}

#MB_window {
  top: 15%;
}
.cdz-rtl #MB_window {
  text-align: right;
}
#MB_window .qty_cart input.qty {
  width: 80px !important;
}

/*=========Breadcrumbs==========*/
.cms-index-index .content-breadcrums {
  display: none;
}

.content-breadcrums {
  padding: 0px 0 0;
}

.breadcrumbs {
  padding: 20px 0 0;
  overflow: hidden;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.breadcrumbs ul {
  margin-bottom: 0;
}

.breadcrumbs ul li {
  display: inline;
}

.breadcrumbs ul li strong {
  font-weight: 600;
}

.breadcrumbs ul li span {
  position: relative;
  font-size: 0;
  margin: 0 12px;
}

.breadcrumbs ul li span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  font-size: 11px;
}

.content-breadcrums {
  background-position: 0 0;
  background-repeat: repeat;
}

.nav-tabs,
.nav.nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-bottom: 1px solid;
}

.nav-tabs .item.content,
.nav.nav-tabs .item.content {
  margin-top: -6px;
  padding-left: 0;
  padding-right: 0;
}

.nav-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.nav-tabs .nav-tab-item {
  float: none;
  width: auto;
  display: inline-block;
}
.nav-tabs .item.content {
  margin-top: 20px;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
}
.nav-tabs .item.content:before,
.nav-tabs .item.content:after {
  content: '';
  display: table;
}
.nav-tabs .item.content:after {
  clear: both;
}
.nav-tabs .item.content.active {
  display: block;
}
.nav-tabs .nav-tab-item {
  margin: 0 5px 0 0;
}
.nav-tabs .nav-tab-item.active .switch {
  border: 0;
  border-bottom: 2px solid;
}
.nav-tabs .nav-tab-item .switch {
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  background: transparent;
  border: 0;
  height: 40px;
  padding: 10px 10px 10px 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.nav-tabs .nav-tab-item h2 {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.nav-tabs .nav-tab-item .switch:visited {
  text-decoration: none;
}
.nav-tabs .nav-tab-item .switch:hover {
  text-decoration: none;
}
.nav-tabs .nav-tab-item .switch:active {
  text-decoration: none;
}

.nav-tab-content {
  padding: 15px 0 0;
}

.nav-tabs:before,
.nav-tabs:after {
  content: '';
  display: table;
}

.nav-tabs:after {
  clear: both;
}

.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover,
.nav-tabs active.nav-tab-item:not(.disabled) .switch {
  background: transparent;
  border-bottom: 2px solid;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
}

.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  padding-bottom: 11px;
}

.nav-tabs .item.content {
  background: transparent;
  margin-top: 39px;
  padding: 10px 0 10px 0;
}

.nav-tabs .nav-tab-item a:after {
  display: none;
}

/*==============================
==== Deals categories Home Drug
===============================*/
.cdz-block-categories-deals .cdz-block-content {
  padding: 20px 0 0;
}
.cdz-block-categories-deals .block-categories-deals {
  text-align: center;
}
.cdz-block-categories-deals .block-categories-deals h3 {
  text-align: center;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: #66c916;
  min-height: 40px;
}
.cdz-block-categories-deals .block-categories-deals h3 a {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: #66c916;
}
.cdz-block-categories-deals .block-categories-deals .block-categories-images img {
  margin: 0 auto;
}
.cdz-block-categories-deals .block-categories-deals .block-categories-desc {
  border-radius: 3px;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  font-size: 90%;
}
.cdz-block-categories-deals .block-categories-deals .block-categories-desc p {
  margin: 0;
  position: relative;
  z-index: 2;
}
.cdz-block-categories-deals .block-categories-deals .block-categories-desc .block-categories-desc-content {
  clear: both;
  width: 100%;
  border: 1px solid;
  border-color: #e1e1e1;
  border-left: 3px solid #66c916;
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-block-categories-deals .block-categories-deals .block-categories-desc .block-categories-desc-content:before {
  content: '';
  width: 0;
  height: 100%;
  background: #66c916;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cdz-block-categories-deals .block-categories-deals .block-categories-desc .block-categories-desc-content:hover {
  color: #fff;
  border-color: #66c916;
}
.cdz-block-categories-deals .block-categories-deals .block-categories-desc .block-categories-desc-content:hover:before {
  width: 100%;
}
.cdz-block-categories-deals .red h3 a {
  color: #f86532;
}
.cdz-block-categories-deals .red h3 {
  color: #f86532;
}
.cdz-block-categories-deals .red .block-categories-desc .block-categories-desc-content {
  border-left-color: #f86532;
}
.cdz-block-categories-deals .red .block-categories-desc .block-categories-desc-content:hover {
  border-color: #f86532;
}
.cdz-block-categories-deals .red .block-categories-desc .block-categories-desc-content:before {
  background: #f86532;
}
.cdz-block-categories-deals .blue h3 a {
  color: #02adec;
}
.cdz-block-categories-deals .blue h3 {
  color: #02adec;
}
.cdz-block-categories-deals .blue .block-categories-desc .block-categories-desc-content {
  border-left-color: #02adec;
}
.cdz-block-categories-deals .blue .block-categories-desc .block-categories-desc-content:hover {
  border-color: #02adec;
}
.cdz-block-categories-deals .blue .block-categories-desc .block-categories-desc-content:before {
  background: #02adec;
}
.cdz-block-categories-deals .orange h3 a {
  color: #f3a52a;
}
.cdz-block-categories-deals .orange h3 {
  color: #f3a52a;
}
.cdz-block-categories-deals .orange .block-categories-desc .block-categories-desc-content {
  border-left-color: #f3a52a;
}
.cdz-block-categories-deals .orange .block-categories-desc .block-categories-desc-content:hover {
  border-color: #f3a52a;
}
.cdz-block-categories-deals .orange .block-categories-desc .block-categories-desc-content:before {
  background: #f3a52a;
}

/*==============================
==== Deals categories Home Drug
===============================*/
/*==============================
==== Ads 03 Home Handbag
===============================*/
.wrapper-ads03 .text-area {
  display: flex;
}
.wrapper-ads03 .text-area i {
  float: left;
  color: #fff;
  width: 14%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
.wrapper-ads03 .text-area h5 {
  float: left;
  color: #fff;
  width: 86%;
  text-align: center;
  padding: 16px 0;
  margin: 0;
}
.wrapper-ads03 .text-area:hover {
  box-shadow: 5px 5px 0px #b9baba;
  -moz-box-shadow: 5px 5px 0px #b9baba;
  -webkit-box-shadow: 5px 5px 0px #b9baba;
  -o-box-shadow: 5px 5px 0px #b9baba;
  -ms-box-shadow: 5px 5px 0px #b9baba;
}

.wrapper-ads04 .groupinfo {
  background: white;
  padding: 20px;
}
.wrapper-ads04 .groupinfo .grifo-title {
  margin-bottom: 30px;
}
.wrapper-ads04 .groupinfo .grifo-title a {
  color: #121212;
}
.wrapper-ads04 .groupinfo .grifo-title a:hover {
  color: #c5420e;
}

.wrapper-ads05 {
  padding: 10px 20px;
  background: white;
}
.wrapper-ads05 .newsletter-ads {
  background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/bkg-newsletter.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px 10px;
}
.wrapper-ads05 .newsletter-ads .h3 {
  margin-bottom: 10px;
}
.wrapper-ads05 .newsletter-container {
  font-size: 90%;
  padding: 10px 0;
}
.wrapper-ads05 .newsletter-container .block.block-subscribe {
  margin-bottom: 10px;
}
.wrapper-ads05 .newsletter-container .block.block-subscribe #newsletter {
  border: 0;
  background: #f5f5f5;
}
.wrapper-ads05 .newsletter-container .block.block-subscribe #newsletter:focus {
  outline: none;
}
.wrapper-ads05 .newsletter-container .block.block-subscribe .form-subscribe-header {
  display: none;
}
.wrapper-ads05 .newsletter-container .block.block-subscribe .block-title {
  display: none;
}
.wrapper-ads05 .newsletter-container .block.block-subscribe .input-box {
  padding-top: 2px;
  display: table-cell;
  width: 100%;
}
.wrapper-ads05 .newsletter-container .block.block-subscribe .actions {
  margin: 0;
  display: table-cell;
}
.wrapper-ads05 .newsletter-container .block.block-subscribe .actions .button {
  padding: 10px 20px;
  margin: 0;
  border: 1px solid;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: #282828;
  background-color: white;
  border-color: #282828;
}
.wrapper-ads05 .newsletter-container .block.block-subscribe .actions .button:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

.lazy-loading {
  min-height: 150px;
}

.wrapper-ads06 {
  padding: 20px;
  color: #fff;
}
.wrapper-ads06.bg-wrapper-ads {
  padding: 180px 0;
}
.wrapper-ads06 .ads-title {
  font-size: 30px;
  color: white;
}
.wrapper-ads06 .ads-desc {
  font-size: 14px;
  margin-bottom: 3rem;
}
.wrapper-ads06 .ads-img img {
  width: auto !important;
  display: inline-block !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.wrapper-ads06 .ads-author {
  text-transform: uppercase;
  margin-bottom: 0;
}
.wrapper-ads06 .ads-major {
  color: #f8b5ad;
}
.wrapper-ads06 .owl-carousel {
  padding-top: 0;
}
.wrapper-ads06 .owl-carousel .owl-nav {
  position: static;
}
.wrapper-ads06 .owl-carousel .owl-nav [class*='owl-'] {
  left: 0;
  top: calc(~'50% - 20px');
  position: absolute;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.wrapper-ads06 .owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: 0;
  left: auto;
}

/*==============================
==== Ads 03 Home Handbag
===============================*/
/*==============================
==== Ads 07 Home Outdoor
===============================*/
@media (min-width: 768px) {
  .wrapper-ads07 {
	margin-top: 10px;
    padding: 20px;
	padding-right: 20px;
	padding-left: 20px;
    background: #c5420e;
    position: relative;
    z-index: 1;
  }
}
/*==============================
==== End Ads 07 Home Outdoor
===============================*/
/*Product grid style*/
.codazon-loader-wrap .loader {
  margin-top: 10%;
}

.products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  width: 100%;
  height: 100%;
}

.products-grid .product-items:not(.owl-carousel) {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.products-grid .product-items:not(.owl-carousel) > .product-item {
  width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  width: 100%;
  height: 100%;
}

/*.products-grid .product-item {
	width: 24.439%;
	margin-left: calc(~"(100% - 4 * 24.439%) / 3");
	padding: 0;
	&:nth-child(4n+1) {
		margin-left: 0;
	}
}
*/
.col1-layout .products-grid .product-items:not(.owl-carousel) {
  overflow: inherit;
}

.col1-layout .products-grid .product-items:not(.owl-carousel) .product-item {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: inherit;
}

.products-grid .product-items.owl-carousel .product-item {
  width: 100%;
  /*padding-left: 10px;
  padding-right: 10px;*/
}

.col1-layout .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  width: 100%;
  height: 100%;
}

.page-layout-3columns .products-grid .product-items:not(.owl-carousel) {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.page-layout-3columns .products-grid .product-items:not(.owl-carousel) > .product-item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.page-layout-3columns .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  width: 100%;
  height: 100%;
}

.old-price {
  margin-left: 10px;
}

.old-price .price-wrapper {
  text-decoration: line-through;
}

.product-item {
  vertical-align: top;
}

.products-grid .product-item {
  display: inline-block;
  float: left;
}

.product-name {
  display: block;
  margin: 0 0 0.7rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: relative;
  text-transform: inherit;
}

.product-item-info {
  max-width: 100%;
  position: relative;
  height: 100%;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.cms-index-index .product-item-info {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.page-products .product-item-info {
  width: 240px;
}

.product-item-info .actions {
  padding-top: 10px;
}

.product-item-actions {
  display: none;
}

.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}

.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}

.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
  display: none;
}

.product-item .price-box {
  margin: 0 0 0.7rem;
}

.product-item .price-box .price {
  font-weight: bold;
}

.product-item .price-box .price-label {
  font-size: 12px;
  color: #7d7d7d;
}

.product-item .old-price {
  margin-left: 10px;
}

.product-item .old-price .price-label {
  display: none;
}

.product-item .minimal-price .price-container {
  display: block;
}

.product-item .minimal-price-link {
  margin-top: 5px;
}

.product-item .price-from,
.product-item .price-to {
  margin: 0;
}

.product-item .tocart {
  /*white-space: nowrap;
            border-radius: 0;
            .lib-font-size(13px);
            line-height: 1;
            padding-top: @indent__s;
            padding-bottom: @indent__s;*/
}

.column.main .product-items {
  /*margin-left: -20px;*/
}

.column.main .product-item {
  /*padding-left: 20px;*/
}

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}

.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}

.price-container .weee:after {
  content: ")";
}

.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}

.products-list .product-item {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
}
.products-list .product-item .product-item-info {
  width: 100%;
}

.products-grid .product-item {
  margin-bottom: 20px;
}
.products-grid .product-image {
  margin: 0;
}
.products-grid .product-item-info {
  text-align: center;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0px solid transparent;
	overflow: hidden;
}
.products-grid .product-item-info .product-item-details {
  padding: 10px 20px 10px;
  position: relative;
}
.products-grid .product-item-info .product-item-details .product-item-description {
  overflow: hidden;
  white-space: nowrap;
  /* Don't forget this one */
  text-overflow: ellipsis;
  padding: 0 0px 0.7rem;
  color: #999999;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 400;
}
.products-grid .product-item-info .cdz-product-wishlist .link-wishlist {
  display: block;
}
.products-grid .product-item-info .cdz-product-top, .products-grid .product-item-info .cdz-hover-section {
  position: relative;
}
.products-grid .product-item-info .cdz-buttons-container {
  margin-bottom: 10px;
}
.products-grid .product-item-info .cdz-buttons-container form {
  display: inline-block;
}
.products-grid .product-item-info .cdz-buttons-container .qs-button {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  font-size: 0;
}
.products-grid .product-item-info .cdz-buttons-container button.tocart.primary {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.products-grid .isotope .iso-item.product-item {
  position: relative;
}
.products-grid .isotope .iso-item.product-item .product-item-link {
  text-decoration: none;
}
.products-grid .isotope .iso-item.product-item .product-item-link:visited,
.products-grid .isotope .iso-item.product-item .product-item-link:hover,
.products-grid .isotope .iso-item.product-item .product-item-link:active {
  text-decoration: none;
}
.products-grid .isotope .iso-item.product-item .price-box {
  margin-bottom: 15px;
}
.products-grid .isotope .iso-item.product-item.width-1:not(.width-2) .cdz-buttons form {
  display: inline-block;
  vertical-align: top;
}

.col1-layout .products-grid .product-items.isotope {
  margin: 0 !important;
}

.col1-layout .products-grid .product-items.isotope .iso-item.product-item {
  position: relative;
  width: 20%;
  padding: 2px;
  margin-bottom: 0;
}

.col1-layout .products-grid .product-items.isotope .iso-item.product-item.width-2 {
  width: 40%;
}

.col1-layout .products-grid .product-items.isotope .iso-item.product-item .product-item-info .cdz-product-bottom {
  background: rgba(0, 0, 0, 0.22);
}

.cdz-best-seller-wrap .cdz-block-title {
  margin-bottom: 10px;
}

.codazon-filter {
  padding-top: 10px;
}

tabs-list.product.data.items .item.title {
  margin: 0 5px 0 6px;
}

/*rating----------*/
.no-rating, .ratings {
  overflow: hidden;
  clear: left;
}

.ratings {
  margin: 0 0 10px;
}

.no-display {
  display: none;
}

.rating-box {
  background: url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/bg_rating.png") repeat-x;
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: top;
  width: 70px;
  margin: 0;
  background-size: 1.45rem;
  margin-right: 5px;
  margin-top: 2px;
}
.rating-box .rating {
  background: url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/bg_rating.png") 0 100% repeat-x;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  background-size: 1.45rem;
}

/*----------rating*/
.cdz-block-newproduct .codazon-filter, .cdz-home-block .codazon-filter {
  padding: 0;
}
.cdz-block-newproduct .cdz-block-title, .cdz-home-block .cdz-block-title {
  text-align: left;
  margin-bottom: 0;
}
.cdz-block-newproduct .cdz-block-title p.b-title, .cdz-home-block .cdz-block-title p.b-title {
  background: #e8e8e8;
  display: block;
  display: block;
  border: 0;
  padding: 0;
  height: 40px;
  border-radius: 0 5px 0px 0px;
  margin: 0;
}
.cdz-block-newproduct .cdz-block-title p.b-title:before, .cdz-home-block .cdz-block-title p.b-title:before {
  display: none;
}
.cdz-block-newproduct .cdz-block-title p.b-title span, .cdz-home-block .cdz-block-title p.b-title span {
  display: inline-block;
  background: #c5420e;
  line-height: 42px;
  margin-top: -7px;
  padding: 5px 20px 0 20px;
  border-radius: 0px 5px 0 0;
  color: #fff;
}
.cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-home-block .cdz-block-title p.b-title span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -13px;
  left: 3px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fa0c0c;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cdz-block-newproduct .cdz-block-title p.b-title .view-all, .cdz-home-block .cdz-block-title p.b-title .view-all {
  float: right;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  line-height: 40px;
  margin-right: 20px;
}
.cdz-block-newproduct .cdz-block-title p.b-title .view-all label, .cdz-home-block .cdz-block-title p.b-title .view-all label {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-block-newproduct .cdz-block-title p.b-title .view-all:hover, .cdz-home-block .cdz-block-title p.b-title .view-all:hover {
  text-decoration: underline;
}

.col1-layout .codazon-filter-style-04 .products-grid {
  border-left: 1px solid;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
  margin: 0;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
  border-bottom: 1px solid;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
  border: 2px solid;
  border-radius: 0;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-hover-section {
  padding: 10px 10px 0 10px;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
  color: #c5420e;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  display: block;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-details {
  padding: 10px;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-details button.btn-cart, .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-details .action, .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-details .qs-button {
  border-radius: 3px;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
  border: 2px solid;
  border-color: #c5420e;
}

@media (min-width: 991px) {
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left: 1px solid;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
    margin: 0;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    width: 16.6666%;
    padding: 0;
    margin: 0;
    min-height: inherit;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }

  .col1-layout .codazon-filter-style-05 {
    padding: 0;
  }
  .col1-layout .codazon-filter-style-05 .products-grid {
    padding: 0 1px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-1 {
    width: 22%;
    padding: 2px 1px 1px 2px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 20px 10px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-name {
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 {
    width: 34%;
    min-height: 490px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info {
    min-height: 487px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info .product-name {
    padding-bottom: 11px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info .cdz-product-bottom {
    background: #fff;
    height: auto;
    bottom: 0;
    top: auto;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info .cdz-product-bottom .cdz-button-bot {
    display: none;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info .cdz-product-bottom .cdz-buttons-container {
    margin-bottom: 17px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-bottom .cdz-button-bot a {
    color: #fff;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-bottom .cdz-button-bot .price {
    color: #fff;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-bottom .cdz-button-bot .old-price .price {
    color: #ddd;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info {
    min-height: 62px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info a.product-item-link, .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info .product-item-description {
    color: #fff;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info .price {
    color: #fff;
  }

  .codazon-filter-style-05 .products-grid .isotope .width-1 .cdz-product-top .product-image {
    width: 206px;
    margin: 0 auto;
    padding: 10px 10px 11px;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .cdz-product-top .product-image {
    width: auto;
    margin: 0 auto;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-product-info .product-item-description {
    display: none;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-media-wrap {
    padding: 5px 0 9px;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-media-wrap .owl-item {
    float: none;
    display: inline-block;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-media-wrap .img-item {
    margin: 0 5px;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-media-wrap .img-item img {
    border: 1px solid #f1f1f1;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-product-info {
    min-height: 45px;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-bottom .cdz-button-bot a {
    color: #fff;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-bottom .cdz-button-bot .price {
    color: #fff;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-bottom .cdz-button-bot .old-price .price {
    color: #ddd;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-info {
    min-height: 45px !important;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-info a.product-item-link, .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-info .product-item-description {
    color: #fff;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-info .price {
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left: 1px solid;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
    margin: 0;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    width: 25%;
    padding: 0;
    margin: 0;
    min-height: 385px;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }

  .col1-layout .codazon-filter-style-05 {
    padding: 0;
  }
  .col1-layout .codazon-filter-style-05 .products-grid {
    padding: 0 1px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-1 {
    width: 22%;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 20px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-name a {
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 {
    width: 34%;
    min-height: 490px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info {
    min-height: 490px;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info {
    min-height: 65px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info a.product-item-link, .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info .product-item-description {
    font-size: 0 !important;
  }
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info .price {
    font-size: 0 !important;
  }

  .codazon-filter-style-05 .products-grid .isotope .width-1 .cdz-product-top .product-image {
    width: 155px;
    margin: 0 auto;
    padding: 10px 10px 11px;
  }
  .codazon-filter-style-05 .products-grid .isotope .width-2 .cdz-product-top .product-image {
    width: auto;
    margin: 0 auto;
  }
}
/*================ RTL ================*/
.cdz-rtl .cdz-block-newproduct .cdz-block-title, .cdz-rtl .cdz-home-block .cdz-block-title {
  text-align: right;
}
.cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span {
  border-radius: 5px 0px 0 0;
}
.cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:after {
  border-left: 6px solid #fa0c0c;
  border-bottom-color: transparent;
  right: 3px;
  left: auto;
}

/*Start Best seller tab*/
.cdz-best-seller-wrap .nav-tabs,
.cdz-best-seller-wrap .nav.nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  text-align: center;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .active.nav-tab-item .switch {
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .item.content,
.cdz-best-seller-wrap .nav.nav-tabs .item.content {
  margin-top: -6px;
  padding-left: 0;
  padding-right: 0;
}
.cdz-best-seller-wrap .nav-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.cdz-best-seller-wrap .nav-tabs:before,
.cdz-best-seller-wrap .nav-tabs:after {
  content: '';
  display: table;
}
.cdz-best-seller-wrap .nav-tabs:after {
  clear: both;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item {
  float: none;
  width: auto;
  display: inline-block;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  height: 20px;
  display: block;
  position: relative;
  z-index: 2;
}
.cdz-best-seller-wrap .nav-tabs .item.content {
  margin-top: 20px;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
}
.cdz-best-seller-wrap .nav-tabs .item.content:before,
.cdz-best-seller-wrap .nav-tabs .item.content:after {
  content: '';
  display: table;
}
.cdz-best-seller-wrap .nav-tabs .item.content:after {
  clear: both;
}
.cdz-best-seller-wrap .nav-tabs .item.content.active {
  display: block;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item {
  margin: 0 5px 0 0;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #999999;
  text-decoration: none;
  background: transparent;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  height: 40px;
  padding: 10px 10px 10px 10px;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:visited {
  color: #999999;
  text-decoration: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:hover {
  color: #c5420e;
  text-decoration: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  text-decoration: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:focus,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
  color: #282828;
}
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:focus,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:hover {
  padding-bottom: 11px;
}
.cdz-best-seller-wrap .nav-tabs .item.content {
  background: transparent;
  margin-top: 39px;
  padding: 10px 0 10px 0;
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item a:after {
  display: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cdz-best-seller-wrap .nav-tab-content {
  padding: 0px;
}
.cdz-best-seller-wrap .product-name a {
  color: white;
}

.nav-tabs .nav-tab-item .switch:hover {
  color: #282828;
  background-color: transparent;
  border-color: #282828;
  border-bottom-width: 0px;
}

.nav-tabs .active.nav-tab-item .switch {
  font-weight: 700;
  color: #282828;
  background-color: transparent;
  border-color: #282828;
}

.cdz-best-seller-wrap .nav-tab-content {
  background: transparent;
  border-width: 0;
  border-top-width: 1px;
}

.cdz-best-seller-wrap {
  min-height: 400px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.cdz-best-seller-wrap .nav-tab-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 16px;
}

.cdz-best-seller-wrap .nav-tab-item .switch {
  border-width: 0 !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
}

.cdz-best-seller-wrap .nav-tab-content {
  border-top-width: 0;
}

/*End Best seller tab*/
/*Start Grid Best seller*/
.col1-layout .products-grid .product-items.isotope {
  margin: 0 !important;
}

.col1-layout .products-grid .product-items.isotope .item.product-item {
  position: relative;
  width: 20%;
  padding: 2px;
  margin-bottom: 0;
}

.col1-layout .products-grid .product-items.isotope .item.product-item.width-2 {
  width: 40%;
}

.products-grid .isotope.product-item-info .product-item-details {
  padding: 0;
}

.cdz-best-seller-wrap .cdz-block-title {
  margin-bottom: 10px;
}

.products-grid .isotope .item.product-item.width-1:not(.width-2) .cdz-buttons form {
  display: inline-block;
  vertical-align: top;
}

.products-grid .isotope .item.product-item.width-1.width-2 .product-item-link {
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
}

.cdz-product-wishlist a.link-wishlist {
  font-size: 0px;
}

.products-grid .isotope .item.product-item .price-box {
  margin-bottom: 15px;
}

.products-grid .isotope .item.product-item .product-item-details {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 991px) {
  .cdz-best-seller-wrap .products-grid .product-items.isotope .item.product-item .cdz-product-bottom {
    background: rgba(0, 0, 0, 0.22);
  }

  .products-grid .isotope .item.product-item .out-of-stock span {
    color: white;
  }

  .products-grid .isotope .item.product-item .product-name a {
    color: white;
  }

  .products-grid .isotope .item.product-item .price {
    color: white;
  }

  .products-grid .isotope .item.product-item {
    color: white;
  }
}
/*Color Important*/
body {
  font: 400 13px/1.55 Tahoma, Arial, sans-serif;
  color: #282828;
  background: #f2f2f2;
}

body a {
  color: #8c8f8f;
  text-decoration: none;
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
  vertical-align: middle;
}

a:hover, a:focus {
  color: white;
}

.wrapper {
  font: 400 13px/1.55 Tahoma, Arial, sans-serif;
  color: #282828;
  background-color: #f2f2f2;
}

.pages {
  background: #f2f2f2;
}

.space-base {
  margin-bottom: 60px;
}

.space-small-base {
  margin-bottom: 20px;
}

.page-title h1,
.page-title h2 {
  text-transform: uppercase;
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 600;
  color: #282828;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cdz-dropdown-content {
  background: #37402f;
  border-color: #000000;
}

.breadcrumbs ul li {
  color: #282828;
}

.cdz-best-seller-wra .nav-tabs .nav-tab-item .switch:hover {
  color: #c5420e;
  text-decoration: none;
}

.cdz-best-seller-wra .nav-tabs .nav-tab-item .switch:active {
  color: #c5420e;
  text-decoration: none;
}

.cdz-best-seller-wra .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wra .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
}

/* ============================================ *
 * Content
 * ============================================ */
/*three block*/
/*Background parallax*/
.bg-wrapper-ads {
  background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/bg-parallax.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.bg-wrapper-ads .bg-parallax {
  background-size: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 5rem 0;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc {
  color: white;
}
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link :hover {
  text-decoration: underline;
  color: white;
}
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link :after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 14px;
}
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary {
  color: white;
  border-color: white;
  background: transparent;
}
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary :hover {
  color: #282828;
  border-color: #282828;
  background: white;
}

/* ============================================ *
 * Codazon_Footer style 1
 * ============================================ */
.footer-top-ads {
  color: #282828;
}
.footer-top-ads .ftop-ads-small {
  color: #282828;
}
.footer-top-ads .block.block-subscribe .actions .button {
  color: white;
  background-color: #282828;
  border-color: #282828;
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
}
.footer-top-ads .block.block-subscribe .actions .button:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}

.block.block-subscribe .block-content input {
  border-color: #282828;
}

.page-footer {
  background: white;
  color: #282828;
}
.page-footer .top-footer-wrapper {
  background-color: #fce0dd;
}
.page-footer .footer-bottom {
  background: white;
}
.page-footer a {
  color: #282828;
}
.page-footer a:hover {
  color: #c5420e;
}
.page-footer p.h5 {
  color: #282828;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.page-footer .item_tag li a {
  color: #282828;
  background-color: white;
  border-color: #282828;
}
.page-footer .item_tag li a:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
.page-footer .footer-social a {
  border: 1px solid;
  border-color: #282828;
}
.page-footer .footer-social a:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
.page-footer .bottom-footer-wrapper {
  background: white;
  border-top-color: #282828;
}
.page-footer .copyright {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.page-footer .footer-bottom-link li a {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}

.cdz-footer-style-03 .bottom-footer-wrapper address {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-footer-style-03 .footer-social a:hover {
  background: none;
  border-color: none;
}
.cdz-footer-style-03 .footer-social a:hover:before {
  border-color: #c5420e;
}
.cdz-footer-style-03 .footer-social a:hover span {
  color: #c5420e;
}
.cdz-footer-style-03 .footer-social a:before {
  border-color: #282828;
}

/* ============================================ *
 * End Codazon_Footer Style 1
 * ============================================ */
/* ============================================ *
 * End Codazon_Footer Style 2
 * ============================================ */
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
  border-color: #282828;
}
.footer-newsletter-02 .social a {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
.footer-newsletter-02 .social a:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.footer-style-02 .footer-link li {
  border-bottom: 1px solid #e1e1e1;
}

/* ============================================ *
 * End Codazon_Footer Style 2
 * ============================================ */
/* ============================================ *
* Codazon_Footer style 4
* ============================================ */
.page-footer.cdz-footer-style-04 .top-footer-wrapper {
  background-color: #fce0dd;
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-aboutus .box-content {
  background-color: white;
  color: #282828;
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-facebook .box-content {
  background-color: #4f70c2;
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets {
  color: #c5420e;
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets a {
  color: #c5420e;
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets a:hover {
  color: #0ba5c9;
}
.page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions button.button {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 400;
  background: #282828;
  color: white;
  border-color: #282828;
}

/* ============================================ *
 * End Codazon_Footer style 4
 * ============================================ */
/* ============================================ *
 * Codazon_Footer style 5
 * ============================================ */
.page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a {
  border-color: #282828;
  color: #282828;
  background: white;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a:hover {
  border-color: #282828;
  color: white;
  background: #282828;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content input {
  border-color: #282828;
  color: #282828;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions button.button {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 300;
  background: white;
  color: #282828;
  border-color: #282828;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions button.button:hover {
  border-color: #282828;
  color: white;
  background: #282828;
}
.page-footer.cdz-footer-style-05 .footer-links p.h5 {
  color: #282828;
}
.page-footer.cdz-footer-style-05 .footer-links ul li {
  border-color: #282828;
}

/* ============================================ *
 * End Codazon_Footer style 5
 * ============================================ */
/* ============================================ *
 * Codazon_Slider
 * ============================================ */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-']:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

.cdz-brand-slider-wrap .cdz-banners-item {
  background-color: white;
  border-color: #e1e1e1;
}

.owl-nav [class*='owl-']:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* ============================================ */
/*Block Home Jewelry*/
.wrapper-ads02 {
  color: white;
}

.wrapper-ads03 .text-area i {
  background: #424242;
}
.wrapper-ads03 .text-area h5 {
  background: #5b5b5b;
}

/*Default Input and Validate input --- */
input.input-text {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  width: 100%;
  height: 40px !important;
  color: #999999;
  border: 1px solid #e1e1e1;
}

textarea.input-text {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  width: 100%;
  color: #999999;
  border: 1px solid #e1e1e1;
  max-width: 100%;
}

.validate-select {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  width: 100%;
  height: 40px !important;
  color: #999999;
  border: 1px solid #e1e1e1;
  max-width: inherit;
}

.input-text:focus {
  border: 1px solid #282828;
  outline-color: #282828;
}

.input-text.validation-failed {
  border-color: #c5420e;
}

.validate-select.validation-failed {
  border-color: #c5420e;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

/*---Default Input and Validate input */
.popup-content-title.h3 {
  color: #282828;
}

/*Slideshow and Caption area----*/
.slide-caption .slide-title span {
  border: 2px solid #282828;
  font-weight: 600;
  color: #282828;
}

.slide-caption.cls-white .slide-title span {
  color: #fff;
}

/*Slideshow and Caption area----*/
/* ============================================ *
 * Codazon_Blog
 * ============================================ */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-next, .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-prev {
  background: white;
  font-size: 0px;
  color: #282828;
}
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-next:hover, .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-prev:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
.cdz_wapper-blog01 .blog-text-link a {
  color: #282828;
}
.cdz_wapper-blog01 .blog-text-link a:hover {
  color: #c5420e;
}

/* ============================================ *
 * Codazon_Blog
 * ============================================ */
/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
.cdz-wapper-blog-02 .owl-item {
  background: white;
}
.cdz-wapper-blog-02 .owl-item h5.blog-title a {
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  color: #666972;
}
.cdz-wapper-blog-02 .owl-item .cdz-blog-right {
  font: 500 12px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-wapper-blog-02 .owl-item .blog-author {
  color: #5b5b5b;
}
.cdz-wapper-blog-02 .owl-item .blog-desc {
  font: 500 12px/1.35 Tahoma, Arial, sans-serif;
  color: #282828;
}
.cdz-wapper-blog-02 .owl-item .blog-date {
  background: #282828;
  color: white;
}
.cdz-wapper-blog-02 .owl-item .blog-text-link a {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: #282828;
  background-color: white;
  border-color: #282828;
}
.cdz-wapper-blog-02 .owl-item .blog-text-link a:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
 /* ============================================ *
* Codazon_Blog style 3 - Home Outdoor
* ============================================ */
.cdz-wapper-blog-03 .cdz-block-title {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
  border-color: black;
}
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top {
  background: white;
}
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top .blog-date {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top h5.blog-title {
  font-weight: 700;
}

 /* ============================================ *
* End Codazon_Blog style 3 - Home Outdoor
* ============================================ */
/* ============================================ *
 * Header style 2
 * ============================================ */
.cdz-header-style-02 .header .cdz-header-bottom {
  background-color: white;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link {
  border-color: #282828;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link:hover {
  border-color: #282828;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu .parent:hover:after {
  color: white;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  background-color: white;
  color: #999999;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon {
  color: #999999;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
  color: #999999;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-label {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon:before {
  color: #999999;
}
.cdz-header-style-02 .header .sticky-menu.active .block-search .button:before {
  color: #999999;
}
.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover input[type="text"] {
  color: #999999;
}
.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover .button:before {
  color: #999999;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart {
  color: #999999;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon {
  color: #999999;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon .cart-subtotal .price {
  color: #999999;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-label {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon:before {
  color: #999999;
}

/* ============================================ *
 * Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 4
 * ============================================ */
.cdz-header-style-04 .header .cdz-bottom-logo-cart {
  background-color: white;
}
.cdz-header-style-04 .header .sticky-menu .cdz-header-cart .cdz-top-login .cdz-trigger:before {
  color: white;
  border-color: white;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart {
  color: #999999;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon {
  color: #999999;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
  color: white;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-qty {
  color: white;
  background-color: #282828;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon:before {
  color: white;
  border-color: white;
}

/* ============================================ *
 * End Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 5
 * ============================================ */
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger {
  color: #999999;
}
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger:hover {
  color: #222222;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart {
  background: white;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon {
  color: #999999;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon:hover {
  color: #222222;
}
.cdz-header-style-05 .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
  background: white;
}

/* ============================================ *
 * End Header style 5
 * ============================================ */
/* ============================================ *
 * Header
 * ============================================ */
.cdz-top-login .cdz-dropdown-content {
  color: #282828;
}

.cdz-top-login .block-login .block-content button.button, #login-form .block-login .block-content button.button {
  background: #282828;
  color: white;
  border-color: #282828;
}
.cdz-top-login .block-login .block-content button.button:hover, #login-form .block-login .block-content button.button:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}

.header .sticky-menu.active .form-search .button:hover {
  background: none;
  color: #282828;
}

.header {
  background-color: white;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.header .cdz-header-top {
  border-bottom: 1px solid #e7e7e7;
  background-color: #f1f1f1;
  color: #999999;
}
.header .cdz-header-top .cdz-top-link .link a {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.header .cdz-header-top .cdz-top-link li a {
  color: #999999;
}
.header .cdz-header-top .cdz-top-link li a:visited, .header .cdz-header-top .cdz-top-link li a:hover, .header .cdz-header-top .cdz-top-link li a:active {
  color: lignten(#999999, 10%);
}
.header .cdz-header-top .cdz-top-link li .forgot-password a {
  color: #999999;
}
.header #cdz-pc-stores .cdz-dropdown-content a:hover {
  background: #f8f8f8;
  color: #282828;
}
.header #cdz-pc-stores .cdz-trigger {
  color: #999999;
}
.header #cdz-pc-stores .cdz-trigger:hover {
  color: lignten(#999999, 10%);
}
.header .cdz-col-left {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}

.header-bottom {
  clear: both;
}

.cdz-content-search {
  float: right;
}

/*Search box area*/
.cdz-header-menu {
  background: #282828;
}

.block-search .label:hover:before {
  color: #282828;
}
.block-search .label:active:before {
  color: #282828;
}
.block-search .control {
  border-top: 1px solid #e1e1e1;
}
.block-search input[type="text"] {
  color: #999999;
  background-color: #282828;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.block-search .button:hover:before {
  color: #282828;
}
.block-search .button.disabled,
.block-search .button:focus:before {
  color: #282828;
}
.block-search .button:before {
  color: #999999;
}
.block-search .cat-search-enable {
  border-color: #020202;
  color: #999999;
  background-color: #1a1a1a;
}
.block-search .cat-search-enable .current-cat {
  border-color: #020202;
}
.block-search .cat-search-enable .button {
  background-color: #282828;
}
.block-search .cat-search-enable .button:before {
  color: white;
}
.block-search .cat-search-enable .button:hover {
  background-color: #282828;
}
.block-search .cat-search-enable .button:hover:before {
  color: white;
}

.block-search .button[disabled],
fieldset[disabled] .block-search .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.block-search input ::-webkit-input-placeholder {
  color: #999999;
}

.block-search input :-moz-placeholder {
  color: #999999;
}

.block-search input ::-moz-placeholder {
  color: #999999;
}

.block-search input :-ms-input-placeholder {
  color: #999999;
}

/*----- Codazon Search box*/
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
}
.search-autocomplete ul li .amount {
  color: #999999;
}

.mobile-search-wrapper .block-search .mobile-search-icon {
  color: #999999;
}

.mobile-search-wrapper .ui-dialog .minisearch {
  border: 1px solid #999999;
}

.mobile-search-wrapper .ui-dialog input[type="text"] {
  color: #999999;
  border-color: #999999;
}

.mobile-search-wrapper .ui-dialog .button:before {
  color: #999999;
}

.mobile-search-wrapper .ui-dialog .button:hover:before {
  color: #282828;
}

.mobile-search-wrapper .ui-dialog .button:focus:before {
  color: #282828;
}

.mobile-search-wrapper .ui-dialog .button:before {
  color: #999999;
}

/*------Search area*/
.block-cart.cdz-dropdown-content {
  right: 0;
  left: auto;
  min-width: 350px;
}

.block-cart.cdz-dropdown-content .empty {
  text-align: center;
}

.block-cart.cdz-dropdown-content .block-title {
  display: none;
}

.block-cart .button {
  float: none;
  width: 100%;
  background: #282828;
  color: white;
  border-color: #282828;
}

.cdz-top-cart .block-cart.cdz-dropdown-content {
  color: #282828;
}

.header .block-cart, .header .block:not(.block-static-block) {
  /*.button:hover{
  	background:$btn_primary_background;
  	color:$btn_primary_text
  }*/
}
.header .block-cart .summary, .header .block:not(.block-static-block) .summary {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: #282828;
}
.header .block-cart .summary h4, .header .block:not(.block-static-block) .summary h4 {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: #282828;
}
.header .block-cart .summary p, .header .block:not(.block-static-block) .summary p {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: #282828;
}
.header .block-cart .actions, .header .block:not(.block-static-block) .actions {
  border-bottom: 1px solid #e1e1e1;
  /*.button{
  	background:$btn_default_background;
  	color:$btn_default_text
  	}*/
}
.header .block-cart .block-subtitle, .header .block:not(.block-static-block) .block-subtitle {
  display: none;
}
.header .block-cart .mini-products-list, .header .block:not(.block-static-block) .mini-products-list {
}
.header .block-cart .cart-viewcart a, .header .block:not(.block-static-block) .cart-viewcart a {
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
}
.header .block-cart .btn-edit, .header .block:not(.block-static-block) .btn-edit {
  font-size: 0;
}
.header .block-cart .btn-edit:before, .header .block:not(.block-static-block) .btn-edit:before {
  color: #282828;
}
.header .block-cart .btn-remove, .header .block:not(.block-static-block) .btn-remove {
  font-size: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.header .block-cart .btn-remove:before, .header .block:not(.block-static-block) .btn-remove:before {
  color: #282828;
}

.footer-cart .cart-content .summary .subtotal .price {
  color: #282828;
}
.footer-cart .cart-content button.button {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
.footer-cart .cart-content button.button:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}
.footer-cart .cart-content .cart-item .btn-remove {
  color: #121212;
}
.footer-cart .cart-content .cart-item .btn-remove:hover {
  color: #c5420e;
}
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'],
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid black;
  background: white;
  color: black;
}
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-']:hover,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #c5420e;
  color: #c5420e;
}

/*Logo and Cart area*/
/* ============================================ *
 * Codazon_Header
 * ============================================ */
/* ============================================ *
 * Codazon_Product grid & List
 * ============================================ */
.codazon-filter-style-02 .products-grid .product-item-info .product-name a, .codazon-filter-style-05 .products-grid .product-item-info .product-name a {
  color: #282828;
}

.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .active.nav-tab-item .switch {
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  color: #999999;
  background: transparent;
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:visited {
  color: #999999;
  text-decoration: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:hover {
  color: #c5420e;
  text-decoration: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  text-decoration: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:focus,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
  color: #282828;
}
.cdz-best-seller-wrap .nav-tabs .item.content {
  background: transparent;
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-best-seller-wrap .product-name a {
  color: white;
}

.isotope-wrap .products-grid .product-item-info .product-name {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.isotope-wrap .products-grid .product-item-info .cdz-product-wishlist .action:before {
  color: white;
}
.isotope-wrap .products-grid .product-item-info .cdz-buttons-container .cdz-buttons button.btn-cart, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .qs-button, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .action {
  color: #282828;
  background-color: white;
  border-color: #282828;
}
.isotope-wrap .products-grid .product-item-info .cdz-buttons-container .cdz-buttons button.btn-cart:hover, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .qs-button:hover, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .action:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

.toolbar {
  background: white;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.toolbar-bottom .pager li {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.toolbar-bottom .pager li.current {
  background: #282828;
  color: white;
}
.toolbar-bottom .pager a.next, .toolbar-bottom .pager a.previous {
  border: 1px solid #e1e1e1;
}

.product-name a {
  color: #282828;
}

.price {
  color: #282828;
}

.old-price {
  margin-left: 10px;
  color: #999999;
}

.old-price .price {
  color: #999999;
}

.products-list .product-item {
  background: white;
  border: 1px solid #e1e1e1;
}

.products-grid .isotope .item.product-item .out-of-stock span {
  color: white;
}

.products-grid .product-item-info .product-item-details .product-item-description {
  color: #999999;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.products-grid .product-item .product-item-info .cdz-product-bottom {
  background: white;
}

.products-grid .product-items:not(.owl-carousel) {
  background: white;
}

.product-item .price {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: #282828;
}

.product-name a {
  color: #282828;
}
.product-name a:hover {
  color: #c5420e;
}

.product-item-info {
  background: white;
}
.product-item-info .product-name {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}

.products-list .product-item {
  background: white;
  border: 1px solid #e1e1e1;
}

.products-grid .product-item-info .product-item-details .product-item-description {
  color: #999999;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.products-grid .product-item-info .cdz-product-bottom {
  background: white;
}
.products-grid .isotope .iso-item.product-item {
  color: white;
}
.products-grid .isotope .iso-item.product-item .product-item-link {
  color: white;
}
.products-grid .isotope .iso-item.product-item .product-item-link:visited,
.products-grid .isotope .iso-item.product-item .product-item-link:hover,
.products-grid .isotope .iso-item.product-item .product-item-link:active {
  color: white;
}
.products-grid .isotope .iso-item.product-item .price {
  color: white;
}
.products-grid .isotope .iso-item.product-item.width-1.width-2 .product-item-link {
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
}

/* ============================================ *
 * Codazon_Product grid & List
 * ============================================ */
/* ============================================ *
 * Codazon_Button style
 * ============================================ */
.action.primary, button.button, .btn {
  background: white;
  border-color: #282828;
  color: #282828;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  outline: none;
}

.action.primary:focus, button.button:focus, .btn:focus,
.action.primary:active, button.button:active.btn:active, .btn:hover {
  background: #282828;
  border-color: #282828;
  color: white;
  outline: none;
}

.action.primary:hover, button.button:hover {
  background: #282828;
  border-color: #282828;
  color: white;
  border: 3px solid;
}

button {
  color: white;
  background-color: #282828;
  border-color: #282828;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  outline: none;
}

button:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.cdz-buttons-container button.btn-cart {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

.cdz-buttons-container button.btn-cart:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.cdz-buttons-container .qs-button {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

.cdz-buttons-container .qs-button:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.actions-secondary:not(.cdz-product-wishlist &) .action {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.actions-secondary:not(.cdz-product-wishlist &) .action:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

.cdz-buttons-container .action,
.addto-hover-container .action {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

.cdz-buttons-container .action:hover,
.addto-hover-container .action:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.product-addto-links .action {
  color: #282828;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}

.product-addto-links .action:visited {
  color: #282828;
}

.product-addto-links .action:hover {
  color: #282828;
}

.product-addto-links .action:active {
  color: #282828;
}

.product-addto-links .action span {
  border-color: #e1e1e1;
}

.product-addto-links .action:hover span {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.cdz-product-wishlist a.link-wishlist {
  color: #282828;
}

.cdz-product-wishlist a.link-wishlist:visited {
  color: #c5420e;
}

.cdz-product-wishlist a.link-wishlist:hover {
  color: #c5420e;
}

.cdz-product-wishlist a.link-wishlist:active {
  color: #c5420e;
}

.cdz-product-wishlist a.link-wishlist:hover:before {
  color: #c5420e;
}

.product-item-info:hover .cdz-product-wishlist a.link-wishlist {
  color: #c5420e;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader:focus,
.ajax-load-wrapper .ajax-load-button a:focus,
.ajax-load-wrapper .ajax-load-button .ajax-loader:active,
.ajax-load-wrapper .ajax-load-button a:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

#back-top a {
  background: white;
  border-color: #282828;
  color: #282828;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  font-size: 0;
}

#back-top a:focus,
#back-top a:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

#back-top a:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

.qs-button {
  background: white;
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.qs-button:focus,
.qs-button:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

.btn-link {
  background: white;
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.btn-link:focus,
.btn-link:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

.btn-link:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

.btn-link-readmore {
  background: white;
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.btn-link-readmore:focus,
.btn-link-readmore:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

.btn-link-readmore:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

.qs-button:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

.btn {
  border-radius: 0;
}

.ajax-load-button .ajax-loader,
.ajax-load-button a {
  background: white;
  border: 3px solid #282828;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  box-sizing: border-box;
  vertical-align: middle;
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* ============================================ *
 * Codazon_Button style
 * ============================================ */
/* ============================================ *
 * Codazon_Product detail
 * ============================================ */
.product-shop .qty-ctl button {
  border-color: #e1e1e1;
  color: #282828;
}

.data-table .input-text.qty {
  min-width: 40px;
  padding: 0 8px;
  color: #282828;
}

.qty-ctl .increase:before {
  border-color: #e1e1e1;
  color: #282828;
}
.qty-ctl .decrease:before {
  border-color: #e1e1e1;
  color: #282828;
}

.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font: 500 22px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 600;
  color: #282828;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product-view .product-name h1 {
  font: 500 22px/1.35 Tahoma, Arial, sans-serif;
}
.product-view .product-shop-sku {
  clear: left;
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  margin: 0;
}
.product-view .product-shop-sku strong {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view #downloadable-links-list {
  margin: 0;
}
.product-view #downloadable-links-list .label {
  color: #282828;
}
.product-view .grouped-items-table .availability.out-of-stock span {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .grouped-items-table .price-box .regular-price .price {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif !important;
}
.product-view .availability label {
  display: none;
}
.product-view .availability.in-stock {
  font-weight: 400;
  color: #999999;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .availability.in-stock span {
  color: #c5420e;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .availability.in-stock strong {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .availability.out-of-stock span {
  color: #999999;
}
.product-view .availability.in-stock strong {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .ratings .rating-links {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .ratings .rating-links a {
  color: #999999;
}
.product-view .no-rating {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .cdz-social-listing li {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}
.product-view .cdz-social-listing li .trasition-all {
  color: #282828;
}
.product-view .action.primary, .product-view button.button {
  background: #282828;
  border: 3px solid #282828;
  color: white;
  line-height: 28px;
}
.product-view .product-essential .button.btn-cart {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.product-view button.button:hover {
  background: white;
  border: 3px solid #282828;
  color: #282828;
}
.product-view .add-to-links li a {
  border: 1px solid #e1e1e1;
  color: #282828;
}
.product-view .add-to-links li.compare a {
  border-right: 1px solid #e1e1e1 !important;
}
.product-view .add-to-links li a:hover {
  border: 1px solid #282828 !important;
}
.product-view .size-chart-btn {
  color: #282828;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .short-description h2 {
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .product-options .swatch-attr .select-label {
  color: #c5420e;
}
.product-view .rsUni .rsThumb.rsNavSelected .thumbIco {
  border-color: #c5420e;
}

.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
  color: #c5420e;
  font: 500 20px/1.35 Tahoma, Arial, sans-serif;
}

/**/
/*Start Product media*/
.product-view-media .more-views li a:hover img {
  border: 2px solid #282828;
}

.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-reviews,
.product-view .block-related,
.product-view .block-upsell {
  background: white;
}

/*End Product media*/
.product-view .box-collateral h2, .block-related .block-title {
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
  border-bottom: 1px solid #282828;
}

.product-view .box-collateral h2 strong, .product-view .block-related .block-title strong {
  border-bottom: 3px solid #282828;
}

.product-collateral .product-tabs li a::before, .product-collateral .product-tabs li a::after {
  background: #282828;
}

/* ============================================ *
 * Codazon_Product detail
 * ============================================ */
/* ============================================ *
 * Codazon_Checkout
 * ============================================ */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.cart form fieldset {
  background: white;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
}

.cart-collaterals #discount-coupon-form, .cart-collaterals .cart .giftcard, .cart-collaterals .shipping, .cart-collaterals .totals-content {
  /* width: 100%; */
  background: white;
  border: 1px solid #e1e1e1;
  border-top: 3px solid #e1e1e1;
}
.cart-collaterals tfoot strong {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}

.block.block-crosssell {
  background: white;
  border: 1px solid #e1e1e1;
  border-top: 3px solid #e1e1e1;
}

.cart-collaterals .totals .checkout-types .button {
  background: #282828;
  color: white;
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
}

.cart-collaterals .totals .checkout-types .button:hover {
  background: white;
  color: #282828;
}

/*Custom Checkout form ------*/
.cdz-onestepcheckout li.section .step {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.cdz-onestepcheckout .section .step-title {
  text-align: center !important;
  font: 500 20px/1.35 Tahoma, Arial, sans-serif !important;
  color: #282828 !important;
}
.cdz-onestepcheckout .buttons-set {
  background: #f4f4f4;
}
.cdz-onestepcheckout .buttons-set p.required {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  color: #999999;
}
.cdz-onestepcheckout .buttons-set button.button {
  background: #282828;
  color: white;
  border-color: #282828;
}
.cdz-onestepcheckout .buttons-set button.button:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}

.cart-empty {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 200px 20px;
  text-align: center;
}

.form-list .field label {
  color: #999999;
}
.form-list .field.active label {
  background: #e1e1e1;
  color: #999999;
}
.form-list select {
  color: #999999;
  border: 1px solid #e1e1e1;
}
.form-list .field-select-box label {
  background: #e1e1e1;
}

.opc h3, .opc h4 {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.form-list .wide label {
  color: #999999;
}
.form-list .wide.active label {
  background: #e1e1e1;
  color: white;
}

.opc-block-progress .block-title strong {
  font: 500 20px/1.35 Tahoma, Arial, sans-serif !important;
}
.opc-block-progress .block-content dt.complete:after {
  background: #c5420e;
}
.opc-block-progress .changelink a:before {
  color: #282828;
}

.opc-block-progress .block-content dt, .checkout-progress li span {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: #282828;
}

#shipping-progress-opcheckout:before, #shipping_method-progress-opcheckout:before, #payment-progress-opcheckout:before, .checkout-progress li:before {
  background: #424242;
}

.opc-block-progress .block-content dt:before, .checkout-progress li span:before {
  color: #424242;
}

.opc-block-progress .block-content dt.complete:before, .checkout-progress li.active span:before {
  background: #c5420e;
  color: white;
}

/* ============================================ *
 * Codazon_Checkout
 * ============================================ */
/* ============================================ *
 * Codazon_My Account
 * ============================================ */
.manage-address, .change-pass {
  background: white;
  border-color: #282828;
  color: #282828;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.manage-address a, .change-pass a {
  color: #282828;
}

.manage-address:hover, .change-pass:hover {
  background: #282828;
  border-color: #282828;
  color: white;
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.manage-address:hover a, .change-pass:hover a {
  color: white;
}

.dashboard .welcome-msg {
  border: 1px solid #e1e1e1;
}
.dashboard .head {
  border-bottom: 1px solid #e1e1e1;
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
}

.box-account-content {
  border: 1px solid #e1e1e1;
}

.customer-address-info .box-title {
  border-bottom: 1px solid #e1e1e1;
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
}
.customer-address-info .box-title h3 {
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
}

/*Custom my account full width*/
.my-account {
  background: white;
}
.my-account .page-title h1, .my-account .page-title h2 {
  color: #282828;
}

.my-account-logo {
  display: block;
}

.customer-account-index .wrapper,
.customer-account-edit .wrapper,
.wishlist-index-index .wrapper,
.customer-address-form .wrapper,
.sales-order-history .wrapper,
.sales-billing-agreement-index .wrapper,
.sales-recurring-profile-index .wrapper,
.review-customer-index .wrapper,
.oauth-customer-token-index .wrapper,
.newsletter-manage-index .wrapper,
.downloadable-customer-products .wrapper,
.customer-address-index .wrapper,
.sales-order-view .wrapper,
.tag-customer-index .wrapper {
  background: white;
}
.customer-account-index .col-left.sidebar,
.customer-account-edit .col-left.sidebar,
.wishlist-index-index .col-left.sidebar,
.customer-address-form .col-left.sidebar,
.sales-order-history .col-left.sidebar,
.sales-billing-agreement-index .col-left.sidebar,
.sales-recurring-profile-index .col-left.sidebar,
.review-customer-index .col-left.sidebar,
.oauth-customer-token-index .col-left.sidebar,
.newsletter-manage-index .col-left.sidebar,
.downloadable-customer-products .col-left.sidebar,
.customer-address-index .col-left.sidebar,
.sales-order-view .col-left.sidebar,
.tag-customer-index .col-left.sidebar {
  background: #282828;
  color: white;
}
.customer-account-index .sidebar .block:not(.block-static-block), .customer-account-index .col-main-containter .col-main .col-wrapper-main,
.customer-account-edit .sidebar .block:not(.block-static-block),
.customer-account-edit .col-main-containter .col-main .col-wrapper-main,
.wishlist-index-index .sidebar .block:not(.block-static-block),
.wishlist-index-index .col-main-containter .col-main .col-wrapper-main,
.customer-address-form .sidebar .block:not(.block-static-block),
.customer-address-form .col-main-containter .col-main .col-wrapper-main,
.sales-order-history .sidebar .block:not(.block-static-block),
.sales-order-history .col-main-containter .col-main .col-wrapper-main,
.sales-billing-agreement-index .sidebar .block:not(.block-static-block),
.sales-billing-agreement-index .col-main-containter .col-main .col-wrapper-main,
.sales-recurring-profile-index .sidebar .block:not(.block-static-block),
.sales-recurring-profile-index .col-main-containter .col-main .col-wrapper-main,
.review-customer-index .sidebar .block:not(.block-static-block),
.review-customer-index .col-main-containter .col-main .col-wrapper-main,
.oauth-customer-token-index .sidebar .block:not(.block-static-block),
.oauth-customer-token-index .col-main-containter .col-main .col-wrapper-main,
.newsletter-manage-index .sidebar .block:not(.block-static-block),
.newsletter-manage-index .col-main-containter .col-main .col-wrapper-main,
.downloadable-customer-products .sidebar .block:not(.block-static-block),
.downloadable-customer-products .col-main-containter .col-main .col-wrapper-main,
.customer-address-index .sidebar .block:not(.block-static-block),
.customer-address-index .col-main-containter .col-main .col-wrapper-main,
.sales-order-view .sidebar .block:not(.block-static-block),
.sales-order-view .col-main-containter .col-main .col-wrapper-main,
.tag-customer-index .sidebar .block:not(.block-static-block),
.tag-customer-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
.customer-account-index .block-account .block-content li,
.customer-account-edit .block-account .block-content li,
.wishlist-index-index .block-account .block-content li,
.customer-address-form .block-account .block-content li,
.sales-order-history .block-account .block-content li,
.sales-billing-agreement-index .block-account .block-content li,
.sales-recurring-profile-index .block-account .block-content li,
.review-customer-index .block-account .block-content li,
.oauth-customer-token-index .block-account .block-content li,
.newsletter-manage-index .block-account .block-content li,
.downloadable-customer-products .block-account .block-content li,
.customer-address-index .block-account .block-content li,
.sales-order-view .block-account .block-content li,
.tag-customer-index .block-account .block-content li {
  color: white;
  border-bottom: 1px solid #5b5b5b;
}
.customer-account-index .block-account .block-content li a,
.customer-account-edit .block-account .block-content li a,
.wishlist-index-index .block-account .block-content li a,
.customer-address-form .block-account .block-content li a,
.sales-order-history .block-account .block-content li a,
.sales-billing-agreement-index .block-account .block-content li a,
.sales-recurring-profile-index .block-account .block-content li a,
.review-customer-index .block-account .block-content li a,
.oauth-customer-token-index .block-account .block-content li a,
.newsletter-manage-index .block-account .block-content li a,
.downloadable-customer-products .block-account .block-content li a,
.customer-address-index .block-account .block-content li a,
.sales-order-view .block-account .block-content li a,
.tag-customer-index .block-account .block-content li a {
  color: white;
  border-bottom: 1px solid #0e0e0e;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.customer-account-index .block-account .block-content li a:hover,
.customer-account-edit .block-account .block-content li a:hover,
.wishlist-index-index .block-account .block-content li a:hover,
.customer-address-form .block-account .block-content li a:hover,
.sales-order-history .block-account .block-content li a:hover,
.sales-billing-agreement-index .block-account .block-content li a:hover,
.sales-recurring-profile-index .block-account .block-content li a:hover,
.review-customer-index .block-account .block-content li a:hover,
.oauth-customer-token-index .block-account .block-content li a:hover,
.newsletter-manage-index .block-account .block-content li a:hover,
.downloadable-customer-products .block-account .block-content li a:hover,
.customer-address-index .block-account .block-content li a:hover,
.sales-order-view .block-account .block-content li a:hover,
.tag-customer-index .block-account .block-content li a:hover {
  background: #424242;
}
.customer-account-index .block-account .block-content li strong,
.customer-account-edit .block-account .block-content li strong,
.wishlist-index-index .block-account .block-content li strong,
.customer-address-form .block-account .block-content li strong,
.sales-order-history .block-account .block-content li strong,
.sales-billing-agreement-index .block-account .block-content li strong,
.sales-recurring-profile-index .block-account .block-content li strong,
.review-customer-index .block-account .block-content li strong,
.oauth-customer-token-index .block-account .block-content li strong,
.newsletter-manage-index .block-account .block-content li strong,
.downloadable-customer-products .block-account .block-content li strong,
.customer-address-index .block-account .block-content li strong,
.sales-order-view .block-account .block-content li strong,
.tag-customer-index .block-account .block-content li strong {
  color: white;
  border-bottom: 1px solid #0e0e0e;
  background: #424242;
}
.customer-account-index .block-account .block-content li:first-child,
.customer-account-edit .block-account .block-content li:first-child,
.wishlist-index-index .block-account .block-content li:first-child,
.customer-address-form .block-account .block-content li:first-child,
.sales-order-history .block-account .block-content li:first-child,
.sales-billing-agreement-index .block-account .block-content li:first-child,
.sales-recurring-profile-index .block-account .block-content li:first-child,
.review-customer-index .block-account .block-content li:first-child,
.oauth-customer-token-index .block-account .block-content li:first-child,
.newsletter-manage-index .block-account .block-content li:first-child,
.downloadable-customer-products .block-account .block-content li:first-child,
.customer-address-index .block-account .block-content li:first-child,
.sales-order-view .block-account .block-content li:first-child,
.tag-customer-index .block-account .block-content li:first-child {
  border-top: 1px solid #0e0e0e;
}
.customer-account-index .block-account .block-content li:first-child a,
.customer-account-edit .block-account .block-content li:first-child a,
.wishlist-index-index .block-account .block-content li:first-child a,
.customer-address-form .block-account .block-content li:first-child a,
.sales-order-history .block-account .block-content li:first-child a,
.sales-billing-agreement-index .block-account .block-content li:first-child a,
.sales-recurring-profile-index .block-account .block-content li:first-child a,
.review-customer-index .block-account .block-content li:first-child a,
.oauth-customer-token-index .block-account .block-content li:first-child a,
.newsletter-manage-index .block-account .block-content li:first-child a,
.downloadable-customer-products .block-account .block-content li:first-child a,
.customer-address-index .block-account .block-content li:first-child a,
.sales-order-view .block-account .block-content li:first-child a,
.tag-customer-index .block-account .block-content li:first-child a {
  color: white;
  border-top: 1px solid #424242;
}
.customer-account-index .block-account .block-content li:first-child a:hover,
.customer-account-edit .block-account .block-content li:first-child a:hover,
.wishlist-index-index .block-account .block-content li:first-child a:hover,
.customer-address-form .block-account .block-content li:first-child a:hover,
.sales-order-history .block-account .block-content li:first-child a:hover,
.sales-billing-agreement-index .block-account .block-content li:first-child a:hover,
.sales-recurring-profile-index .block-account .block-content li:first-child a:hover,
.review-customer-index .block-account .block-content li:first-child a:hover,
.oauth-customer-token-index .block-account .block-content li:first-child a:hover,
.newsletter-manage-index .block-account .block-content li:first-child a:hover,
.downloadable-customer-products .block-account .block-content li:first-child a:hover,
.customer-address-index .block-account .block-content li:first-child a:hover,
.sales-order-view .block-account .block-content li:first-child a:hover,
.tag-customer-index .block-account .block-content li:first-child a:hover {
  background: #424242;
}
.customer-account-index .block-account .block-content li:first-child strong,
.customer-account-edit .block-account .block-content li:first-child strong,
.wishlist-index-index .block-account .block-content li:first-child strong,
.customer-address-form .block-account .block-content li:first-child strong,
.sales-order-history .block-account .block-content li:first-child strong,
.sales-billing-agreement-index .block-account .block-content li:first-child strong,
.sales-recurring-profile-index .block-account .block-content li:first-child strong,
.review-customer-index .block-account .block-content li:first-child strong,
.oauth-customer-token-index .block-account .block-content li:first-child strong,
.newsletter-manage-index .block-account .block-content li:first-child strong,
.downloadable-customer-products .block-account .block-content li:first-child strong,
.customer-address-index .block-account .block-content li:first-child strong,
.sales-order-view .block-account .block-content li:first-child strong,
.tag-customer-index .block-account .block-content li:first-child strong {
  color: white;
  border-top: 1px solid #424242;
  background: #424242;
}
.customer-account-index .block:not(.block-static-block) .block-title,
.customer-account-edit .block:not(.block-static-block) .block-title,
.wishlist-index-index .block:not(.block-static-block) .block-title,
.customer-address-form .block:not(.block-static-block) .block-title,
.sales-order-history .block:not(.block-static-block) .block-title,
.sales-billing-agreement-index .block:not(.block-static-block) .block-title,
.sales-recurring-profile-index .block:not(.block-static-block) .block-title,
.review-customer-index .block:not(.block-static-block) .block-title,
.oauth-customer-token-index .block:not(.block-static-block) .block-title,
.newsletter-manage-index .block:not(.block-static-block) .block-title,
.downloadable-customer-products .block:not(.block-static-block) .block-title,
.customer-address-index .block:not(.block-static-block) .block-title,
.sales-order-view .block:not(.block-static-block) .block-title,
.tag-customer-index .block:not(.block-static-block) .block-title {
  color: white;
}
.customer-account-index .my-account-logo,
.customer-account-edit .my-account-logo,
.wishlist-index-index .my-account-logo,
.customer-address-form .my-account-logo,
.sales-order-history .my-account-logo,
.sales-billing-agreement-index .my-account-logo,
.sales-recurring-profile-index .my-account-logo,
.review-customer-index .my-account-logo,
.oauth-customer-token-index .my-account-logo,
.newsletter-manage-index .my-account-logo,
.downloadable-customer-products .my-account-logo,
.customer-address-index .my-account-logo,
.sales-order-view .my-account-logo,
.tag-customer-index .my-account-logo {
  background: #5b5b5b;
}
.customer-account-index .my-account-logo .logo-myaccount a:before,
.customer-account-edit .my-account-logo .logo-myaccount a:before,
.wishlist-index-index .my-account-logo .logo-myaccount a:before,
.customer-address-form .my-account-logo .logo-myaccount a:before,
.sales-order-history .my-account-logo .logo-myaccount a:before,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:before,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:before,
.review-customer-index .my-account-logo .logo-myaccount a:before,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:before,
.newsletter-manage-index .my-account-logo .logo-myaccount a:before,
.downloadable-customer-products .my-account-logo .logo-myaccount a:before,
.customer-address-index .my-account-logo .logo-myaccount a:before,
.sales-order-view .my-account-logo .logo-myaccount a:before,
.tag-customer-index .my-account-logo .logo-myaccount a:before {
  background: #424242;
  color: white;
}
.customer-account-index .my-account-logo .logo-myaccount a:hover,
.customer-account-edit .my-account-logo .logo-myaccount a:hover,
.wishlist-index-index .my-account-logo .logo-myaccount a:hover,
.customer-address-form .my-account-logo .logo-myaccount a:hover,
.sales-order-history .my-account-logo .logo-myaccount a:hover,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:hover,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:hover,
.review-customer-index .my-account-logo .logo-myaccount a:hover,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:hover,
.newsletter-manage-index .my-account-logo .logo-myaccount a:hover,
.downloadable-customer-products .my-account-logo .logo-myaccount a:hover,
.customer-address-index .my-account-logo .logo-myaccount a:hover,
.sales-order-view .my-account-logo .logo-myaccount a:hover,
.tag-customer-index .my-account-logo .logo-myaccount a:hover {
  color: white;
}
.customer-account-index .my-account-logo .logout-link,
.customer-account-edit .my-account-logo .logout-link,
.wishlist-index-index .my-account-logo .logout-link,
.customer-address-form .my-account-logo .logout-link,
.sales-order-history .my-account-logo .logout-link,
.sales-billing-agreement-index .my-account-logo .logout-link,
.sales-recurring-profile-index .my-account-logo .logout-link,
.review-customer-index .my-account-logo .logout-link,
.oauth-customer-token-index .my-account-logo .logout-link,
.newsletter-manage-index .my-account-logo .logout-link,
.downloadable-customer-products .my-account-logo .logout-link,
.customer-address-index .my-account-logo .logout-link,
.sales-order-view .my-account-logo .logout-link,
.tag-customer-index .my-account-logo .logout-link {
  color: white;
}
.customer-account-index .my-account-logo .logout-link a:hover,
.customer-account-edit .my-account-logo .logout-link a:hover,
.wishlist-index-index .my-account-logo .logout-link a:hover,
.customer-address-form .my-account-logo .logout-link a:hover,
.sales-order-history .my-account-logo .logout-link a:hover,
.sales-billing-agreement-index .my-account-logo .logout-link a:hover,
.sales-recurring-profile-index .my-account-logo .logout-link a:hover,
.review-customer-index .my-account-logo .logout-link a:hover,
.oauth-customer-token-index .my-account-logo .logout-link a:hover,
.newsletter-manage-index .my-account-logo .logout-link a:hover,
.downloadable-customer-products .my-account-logo .logout-link a:hover,
.customer-address-index .my-account-logo .logout-link a:hover,
.sales-order-view .my-account-logo .logout-link a:hover,
.tag-customer-index .my-account-logo .logout-link a:hover {
  color: #c5420e;
}
.customer-account-index .my-account-logo .logout-link a,
.customer-account-edit .my-account-logo .logout-link a,
.wishlist-index-index .my-account-logo .logout-link a,
.customer-address-form .my-account-logo .logout-link a,
.sales-order-history .my-account-logo .logout-link a,
.sales-billing-agreement-index .my-account-logo .logout-link a,
.sales-recurring-profile-index .my-account-logo .logout-link a,
.review-customer-index .my-account-logo .logout-link a,
.oauth-customer-token-index .my-account-logo .logout-link a,
.newsletter-manage-index .my-account-logo .logout-link a,
.downloadable-customer-products .my-account-logo .logout-link a,
.customer-address-index .my-account-logo .logout-link a,
.sales-order-view .my-account-logo .logout-link a,
.tag-customer-index .my-account-logo .logout-link a {
  color: white;
}
.customer-account-index .my-account-logo .logout-link a:before,
.customer-account-edit .my-account-logo .logout-link a:before,
.wishlist-index-index .my-account-logo .logout-link a:before,
.customer-address-form .my-account-logo .logout-link a:before,
.sales-order-history .my-account-logo .logout-link a:before,
.sales-billing-agreement-index .my-account-logo .logout-link a:before,
.sales-recurring-profile-index .my-account-logo .logout-link a:before,
.review-customer-index .my-account-logo .logout-link a:before,
.oauth-customer-token-index .my-account-logo .logout-link a:before,
.newsletter-manage-index .my-account-logo .logout-link a:before,
.downloadable-customer-products .my-account-logo .logout-link a:before,
.customer-address-index .my-account-logo .logout-link a:before,
.sales-order-view .my-account-logo .logout-link a:before,
.tag-customer-index .my-account-logo .logout-link a:before {
  background: #424242;
}
.customer-account-index .col2-set .col-1 h2,
.customer-account-index .col2-set .col-2 h2,
.customer-account-edit .col2-set .col-1 h2,
.customer-account-edit .col2-set .col-2 h2,
.wishlist-index-index .col2-set .col-1 h2,
.wishlist-index-index .col2-set .col-2 h2,
.customer-address-form .col2-set .col-1 h2,
.customer-address-form .col2-set .col-2 h2,
.sales-order-history .col2-set .col-1 h2,
.sales-order-history .col2-set .col-2 h2,
.sales-billing-agreement-index .col2-set .col-1 h2,
.sales-billing-agreement-index .col2-set .col-2 h2,
.sales-recurring-profile-index .col2-set .col-1 h2,
.sales-recurring-profile-index .col2-set .col-2 h2,
.review-customer-index .col2-set .col-1 h2,
.review-customer-index .col2-set .col-2 h2,
.oauth-customer-token-index .col2-set .col-1 h2,
.oauth-customer-token-index .col2-set .col-2 h2,
.newsletter-manage-index .col2-set .col-1 h2,
.newsletter-manage-index .col2-set .col-2 h2,
.downloadable-customer-products .col2-set .col-1 h2,
.downloadable-customer-products .col2-set .col-2 h2,
.customer-address-index .col2-set .col-1 h2,
.customer-address-index .col2-set .col-2 h2,
.sales-order-view .col2-set .col-1 h2,
.sales-order-view .col2-set .col-2 h2,
.tag-customer-index .col2-set .col-1 h2,
.tag-customer-index .col2-set .col-2 h2 {
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
}
.customer-account-index .col2-set .col-1 h3,
.customer-account-index .col2-set .col-2 h3,
.customer-account-edit .col2-set .col-1 h3,
.customer-account-edit .col2-set .col-2 h3,
.wishlist-index-index .col2-set .col-1 h3,
.wishlist-index-index .col2-set .col-2 h3,
.customer-address-form .col2-set .col-1 h3,
.customer-address-form .col2-set .col-2 h3,
.sales-order-history .col2-set .col-1 h3,
.sales-order-history .col2-set .col-2 h3,
.sales-billing-agreement-index .col2-set .col-1 h3,
.sales-billing-agreement-index .col2-set .col-2 h3,
.sales-recurring-profile-index .col2-set .col-1 h3,
.sales-recurring-profile-index .col2-set .col-2 h3,
.review-customer-index .col2-set .col-1 h3,
.review-customer-index .col2-set .col-2 h3,
.oauth-customer-token-index .col2-set .col-1 h3,
.oauth-customer-token-index .col2-set .col-2 h3,
.newsletter-manage-index .col2-set .col-1 h3,
.newsletter-manage-index .col2-set .col-2 h3,
.downloadable-customer-products .col2-set .col-1 h3,
.downloadable-customer-products .col2-set .col-2 h3,
.customer-address-index .col2-set .col-1 h3,
.customer-address-index .col2-set .col-2 h3,
.sales-order-view .col2-set .col-1 h3,
.sales-order-view .col2-set .col-2 h3,
.tag-customer-index .col2-set .col-1 h3,
.tag-customer-index .col2-set .col-2 h3 {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 600;
}

/* ============================================ *
 * Codazon_My Account
 * ============================================ */
/* ============================================ *
 * Codazon_Menu Megamenu
 * ============================================ */
.cms-index-index .cdz-main-menu .groupmenu li.level0.nav-home > a.menu-link {
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.35 Tahoma, Arial, sans-serif;
}

.cdz-main-menu .groupmenu li.level0 a.menu-link {
  color: white;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited, .cdz-main-menu .groupmenu li.level0 a.menu-link:hover, .cdz-main-menu .groupmenu li.level0 a.menu-link:active {
  color: white;
}
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  color: #282828;
  font: 400 12px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  color: #282828;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  color: #282828;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover, .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
  color: #c5420e;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  background-color: #c5420e;
}

/*Sticky menu------*/
@media (min-width: 767px) {
  .header .sticky-menu.active {
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    background: #282828;
  }
  .header .sticky-menu.active .cdz-header-cart .cdz-dropdown {
    position: initial;
  }
  .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
    background-color: #c5420e;
  }
  .header .sticky-menu.active .block-search .form-search input[type="text"] {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .header .sticky-menu.active .block-search .form-search .button:before {
    color: white;
  }
  .header .sticky-menu.active .block-search .form-search:hover .button:before {
    color: white;
  }
}
.cdz-main-menu .groupmenu li.level0 a.menu-link {
  color: white;
  font: 500 12px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu li.level0 a.menu-link:hover,
.cdz-main-menu .groupmenu li.level0 a.menu-link:active,
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited {
  color: white;
}
.cdz-main-menu .groupmenu li.level0.parent:hover:after {
  color: #525252;
}
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop {
  background-color: white;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  text-transform: uppercase;
  color: #282828;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  font: 400 12px/1.35 Tahoma, Arial, sans-serif;
  color: #282828;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:visited {
  color: #282828;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover,
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
  color: #c5420e;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  background-color: #c5420e;
}

/* ============================================ *
 * Codazon_Menu Megamenu
 * ============================================ */
/* ============================================ *
 * Codazon_Menu Vertical
 * ============================================ */
.menu-vertical-title {
  background: #b0d235;
  color: white;
}
.menu-vertical-title h3 {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.menu-vertical-title h3 a {
  color: white;
}
.menu-vertical-title h3:before {
  color: white;
}

.menu-vertical .cdz-nav-wrap {
  border: 1px solid #ebebeb;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 > a.menu-link {
  color: #282828;
  background-color: #fafafa;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1.view-all a {
  color: #282828;
  background-color: #fafafa;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1:hover > a.menu-link {
  background: #b0d235;
  color: white;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
  background: white;
  border-color: #ebebeb;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a {
  color: #282828;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a:hover, .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a:active {
  color: #b0d235;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li.level4 {
  border-bottom-color: #ebebeb;
  color: #282828;
}
.menu-vertical .cdz-nav-wrap .parent:after {
  color: #282828;
}
.menu-vertical .cdz-nav-wrap .parent:hover:after {
  color: white;
}
.menu-vertical .cdz-nav-wrap .cdz-sub-cat .parent:after {
  color: #282828;
}
.menu-vertical .cdz-nav-wrap .cdz-sub-cat .parent:hover:after {
  color: #b0d235;
}
.menu-vertical .cdz-nav-wrap .view-all a {
  color: #c5420e;
}

@media (max-width: 991px) {
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
    border-color: #b0d235;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.vertical-level2 {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
}
/*menu vertical style home Sportwear*/
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item .switch {
  background: #b0d235;
  color: white;
  font: 500 12px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 600;
}
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item:hover .switch, .menu-vertical-style02 .nav.nav-tabs .nav-tab-item.active .switch {
  background: #fafafa;
  color: #282828;
}
.menu-vertical-style02 .nav-tab-content {
  background: #fafafa;
  font: 500 12px/1.35 Tahoma, Arial, sans-serif;
}

/* ============================================ *
 * Codazon_Menu Vertical
 * ============================================ */
/* ============================================ *
* Codazon_BlockSidebar
* ============================================ */
.cdz-block-title .b-title {
  border-bottom-color: #121212;
  color: #121212;
  font: 500 20px/1.35 Tahoma, Arial, sans-serif;
}

.cdz-block-title .b-title:before {
  background: #f2f2f2;
}

/*Block Sidebar*/
.block:not(.block-static-block) {

}

.block:not(.block-static-block) .block-collapsible-nav-title,
.block:not(.block-static-block) .block-title {
  color: #282828;
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
  
}

.block:not(.block-static-block) .block-collapsible-nav-title strong,
.block:not(.block-static-block) .block-title strong {
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;

}

.block.review-add .block-content {
  padding-top: 0 !important;
}

.sidebar .block:not(.block-static-block) {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.sidebar .block .block-title {
  color: #282828;
}
.sidebar .block .actions .button {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  background: #282828;
  color: white;
}

.sidebar .product-name {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

/* ============================================ *
* Codazon_BlockSidebar
* ============================================ */
/* ============================================ *
* Codazon_Product Filter Drug store
* ============================================ */
.cdz-block-newproduct .cdz-block-title p.b-title, .cdz-home-block .cdz-block-title p.b-title {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-block-newproduct .cdz-block-title p.b-title span, .cdz-home-block .cdz-block-title p.b-title span {
  background: #c5420e;
}
.cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-home-block .cdz-block-title p.b-title span:after {
  border-bottom-color: #fa0c0c;
}
.cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:after {
  border-left-color: #fa0c0c;
  border-bottom-color: transparent;
}

.cdz-block-orange .cdz-block-title p.b-title span {
  background: #c97178;
}
.cdz-block-orange .cdz-block-title p.b-title span:before, .cdz-block-orange .cdz-block-title p.b-title span:after {
  border-bottom-color: #9a3a42;
}
.cdz-rtl .cdz-block-orange .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-orange .cdz-block-title p.b-title span:after {
  border-left-color: #9a3a42;
  border-bottom-color: transparent;
}

.col1-layout .codazon-filter-style-04 .products-grid {
  border-left-color: #e1e1e1;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
  margin: 0;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
  border-right-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
  border-color: white;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
  color: #c5420e;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
  border-color: #c5420e;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-buttons-inner .qs-button:hover {
  color: #282828;
}

/*==============================
================= Deals categories Home Drug
*/
.cdz-best-selling .products-grid .product-items .item .product-item-info {
  border-color: #e1e1e1;
}

@media (max-width: 767px) {
  .codazon-filter-style-05 .products-grid .product-items .item .product-item-info .cdz-product-bottom .product-name a.product-item-link {
    color: #c5420e;
  }
  .codazon-filter-style-05 .products-grid .product-items .item .product-item-info .cdz-product-bottom .price {
    color: #282828;
  }
}
@media (min-width: 767px) {
  .codazon-filter-style-05 .products-grid .product-items .item {
    box-shadow: 0 0 0 0px #e1e1e1, 0 1px 0 0 #e1e1e1, 1px 1px 0 0 #e1e1e1, 1px 0 0 0 #e1e1e1 inset, 0 1px 0 0 #e1e1e1 inset;
  }
  .codazon-filter-style-05 .products-grid .product-items .product-item-description {
    color: #999999;
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .product-name a {
    color: #c5420e;
  }
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .price {
    color: #282828;
  }
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .old-price .price {
    color: #999999;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left-color: #e1e1e1;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    border-right-color: #e1e1e1 !important;
    border-bottom-color: #e1e1e1 !important;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
    border-color: white;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
    color: #c5420e;
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
    border-color: transparent;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-buttons-inner .qs-button:hover {
    color: #282828;
  }
}
/* ============================================ *
* Codazon_Product Filter Drug store
* ============================================ */
/* ============================================ *
* Codazon_Popup newsletter
* ============================================ */
/* ============================================ *
* Codazon_Login and Register
* ============================================ */
.account-create form .legend,
.account-login form .legend,
form .legend {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: #282828;
  border: 0;
}

.account-login .page-title .field.note,
.account-create .page-title .field.note {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.account-login #login-form,
.account-create #form-validate,
.customer-account-forgotpassword .col-main #form-validate,
.sales-guest-form .col-main-containter .search-form {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.control.signup-newsletter label, .control#remember-me-box label, .link-tip, .forgot-password-link {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  color: #757575;
}

.account-create .buttons-set button.button {
  border-color: #282828;
  background: #282828;
  color: white;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
}

.account-create .buttons-set button.button:hover {
  background: white;
  color: #282828;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #282828;
}

.account-login .buttons-set button.button {
  background: #282828;
  color: white;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #282828;
}

.account-login .buttons-set button.button:hover {
  background: white;
  color: #282828;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #282828;
}

.customer-account-forgotpassword .buttons-set button.button {
  background: #282828;
  color: white;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #282828;
}

.customer-account-forgotpassword .buttons-set button.button:hover {
  background: white;
  color: #282828;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #282828;
}

/* ============================================ *
* Codazon_Login and Register
* ============================================ */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button {
  background: #282828;
  color: white;
  border-color: #282828;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}

/* ============================================ *
* Codazon_Login and Register
* ============================================ */
 /* ============================================ *
* Codazon_Categories default
* ============================================ */
/*Product list type*/
.rating-links {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.rating-links a {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.rating-links span {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}

.products-list .add-to-links li {
  background: white;
  border-color: #282828;
  color: #282828;
}
.products-list .add-to-links li:hover {
  background: #282828;
  color: white;
  border-color: #282828;
}
.products-list .btn-cart {
  background: #282828;
  border-color: #282828;
  color: white;
}
.category-products .products-list .btn-cart {
  background: white;
  border-color: #282828;
  color: #282828;
}
.category-products .products-list .btn-cart:hover {
  background: #282828;
  color: white;
  border-color: #282828;
}

/* Filter navigation ------------*/
/* ============================================ *
* Codazon_Categories default
* ============================================ */
.block-layered-nav dd ol li a {
  color: #282828;
}
.block-layered-nav dd ol li label {
  border-color: #959595;
}
.block-layered-nav dd ol li a:hover {
  color: #c5420e;
}
.block-layered-nav .price-btn {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
.block-layered-nav .block-content > dl > dd {
  border-bottom-color: #e1e1e1;
}

#cdz-filter-bar .block-title strong {
  background: #282828;
  color: white;
  border-color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
#cdz-filter-bar .block-title strong:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}
#cdz-filter-bar .block-content {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
#cdz-filter-bar .block-content #narrow-by-list dt {
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 700;
}
#cdz-filter-bar .block-content #narrow-by-list .slider.slider-horizontal {
  width: 160px;
}
#cdz-filter-bar .block-content #narrow-by-list .price-btn {
  font: 500 11px/1.55 Tahoma, Arial, sans-serif;
}
#cdz-filter-bar dd ol li a {
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
#cdz-filter-bar dd ol li label {
  border-color: #959595;
  color: #999999;
}
#cdz-filter-bar dd ol li a:hover {
  color: #c5420e;
}
#cdz-filter-bar .configurable-swatch-list .swatch-link .count {
  border-color: #aeaeae;
  color: #282828;
}
#cdz-filter-bar .block-content > dl > dd {
  border-bottom-color: #e1e1e1;
}

/* ------------Grid product for PC and Mobile */
/* ============================================ *
* Codazon_Categories default
* ============================================ */
 /* ============================================ *
* Codazon_Set layout for Col-main
* ============================================ */
.col-main-containter .col-main .col-wrapper-main,
.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-reviews,
.product-view .block-related,
.product-view .block-upsell,
.block-crosssell {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.catalog-product-view .col-main-containter .col-wrapper-main,
.cms-index-index .col-main-containter .col-wrapper-main,
.catalog-product-view .col-main-containter .col-wrapper-main,
.checkout-cart-index .col-main-containter .col-wrapper-main,
.catalog-category-view .col-main-containter .col-wrapper-main,
.customer-account-create .col-main-containter .col-wrapper-main,
.customer-account-login .col-main-containter .col-wrapper-main,
.customer-account-forgotpassword .col-main-containter .col-wrapper-main,
.sales-guest-form .col-main-containter .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}

.contacts-index-index .col-main-containter .col-main .col-wrapper-main, .catalog-product-view .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
.contacts-index-index .col-main-containter .col-main .col-wrapper-main #contactForm, .catalog-product-view .col-main-containter .col-main .col-wrapper-main #contactForm {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* ============================================ *
* Codazon_Set layout for Col-main
* ============================================ */
/* ============================================ *
* Codazon_Tab style
* ============================================ */
.nav-tabs,
.nav.nav-tabs {
  border-bottom-color: #e1e1e1;
}

.nav-tabs .nav-tab-item.active .switch {
  color: #282828;
}
.nav-tabs li a {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: #999999;
  border-color: #999999;
  background: #fbfbfb;
}
.nav-tabs li a:hover {
  color: #282828;
  background: #fbfbfb;
}
.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: #999999;
  background: #fbfbfb;
}
.nav-tabs .nav-tab-item .switch:visited, .nav-tabs .nav-tab-item .switch:hover, .nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  background: #fbfbfb;
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch,
.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
  border-bottom-color: #282828;
  color: #282828;
}
.nav-tabs .nav-tab-item:not(.disabled) .switch:active {
  color: #282828;
  background: transparent;
  border-bottom-color: black;
}
.nav-tabs .nav-tab-item.active .switch, .nav-tabs .nav-tab-item.active .switch:focus, .nav-tabs .nav-tab-item.active .switch:hover {
  color: #282828;
  background: transparent;
  border-bottom-color: black;
}
.nav-tabs .nav-tab-item h2 {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}

/* ============================================ *
* Codazon_Tab style
* ============================================ */
/*product label*/
.cdz-product-lbs .lb-item {
  background: black;
  color: white;
}
.cdz-product-lbs .lb-item.lb-sale {
  background: #c97178;
}

/*Box Style Home Sport*/
.box-style01 {
  background: white;
}
.box-style01 .cdz-block-title {
  color: #121212;
  border-color: #e1e1e1;
}
.box-style01 .cdz-block-title .lastcolor {
  color: #c5420e;
}
.box-style01 .products-grid {
  border-left: 1px solid #e1e1e1;
}
.box-style01 .products-grid .product-item .product-item-info {
  border: 1px solid #e1e1e1;
  border-left: none;
}
.box-style01 .products-list .cdz-buttons-container button.btn-cart {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.box-style01 .products-list .cdz-buttons-container button.btn-cart:before {
  display: none;
}
.box-style01 .nav.nav-tabs .nav-tab-item .switch {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}
.box-style01 .owl-nav [class*='owl-'],
.box-style01 .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid black;
  background: white;
  color: black;
}
.box-style01 .owl-nav [class*='owl-']:hover,
.box-style01 .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #c5420e;
  color: #c5420e;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-nav [class*='owl-'],
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid black;
  background: white;
  color: black;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-nav [class*='owl-']:hover,
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #c5420e;
  color: #c5420e;
}

/*button show01 Home Sport*/
.cdz-button-show01 .products-grid .product-item-info:hover {
  background: white;
}
.cdz-button-show01 .products-grid .product-item-info:hover .product-item-details {
  background: white;
}

/*button show01 Home Outdoor*/
@media (min-width: 992px) {
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart {
    background: #282828;
    color: white;
    border-color: #282828;
    border-bottom-color: #1b1b1b;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart:hover {
    background: white;
    color: #282828;
    border-color: #282828;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button,
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action {
    background: white;
    color: #282828;
    border-color: #282828;
    border-bottom-color: #1b1b1b;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button:hover,
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action:hover {
    background: white;
    color: #282828;
    border-color: #282828;
  }
}
.modal-content {
  border-radius: 0px;
}

@media (max-width: 767px) {
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch,
  .mobile-nav-tabs .nav-tab-item .switch {
    border: none;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch:hover,
  .mobile-nav-tabs .nav-tab-item .switch:hover {
    border-bottom-color: #999999;
  }
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item.active .switch,
  .mobile-nav-tabs .nav-tab-item.active .switch {
    border-bottom-color: #999999;
  }
}
/*outdoor*/
.line-style01 .cdz-block-title {
  border-color: black;
}
.line-style01 .cdz-block-title .b-title {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
  background: white;
  color: #282828;
  border-color: #f7f7f7;
}
.line-style01 .nav-tabs .nav-tab-item.active .switch {
  background: #fbfbfb;
  color: #999999;
  border-color: #fbfbfb;
}
.line-style01 .nav-tabs .nav-tab-item .switch {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
  background: #fbfbfb;
  color: #999999;
  border-color: #999999;
}
.line-style01 .nav-tabs .nav-tab-item .switch:hover, .line-style01 .nav-tabs .nav-tab-item .switch:focus {
  background: #fbfbfb;
  color: #999999;
  border-color: #fbfbfb;
}

/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
/*Label product*/
/*Setting padding for template*/
/*Spacing for each area*/
/*@mixin abs-stylebg($_bkgcolor, $_bkgurl, $_bkgname, $_bkgposition: 0 0, $_bkgrepeat: no-repeat){
	background-color:$_bkgcolor;
	background-image:url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/css/${_bkgurl}${_bkgname}");
	background-position:$_bkgposition;
	background-repeat:$_bkgrepeat;
}
*/
@media (max-width: 767px) {
  .cdz-mobile-header-menu {
    background: #fff;
  }
  .cdz-mobile-header-menu .navbar-default {
    min-height: inherit;
    margin: 0;
    background: transparent no-repeat;
    box-shadow: inherit;
    border-radius: 0;
    border: 0;
  }
  .cdz-mobile-header-menu .cdz-mobile-nav {
    background: #333;
    border: 0;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.9);
    width: 280px;
  }
  .cdz-mobile-header-menu .cdz-mobile-nav a {
    color: #fff;
  }
  .cdz-mobile-header-menu .cdz-menu-responsive {
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 50px;
    position: relative;
    width: 50px;
  }
  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar {
    display: block;
    background: #252525;
    position: absolute;
    top: 25px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    margin: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    -webkit-transition: top 0.2s 0.4s,left 0.2s 0.4s,opacity 0.2s 0.4s,-webkit-transform 0.2s 0.2s;
    -moz-transition: top 0.2s 0.4s,left 0.2s 0.4s,opacity 0.2s 0.4s,-moz-transform 0.2s 0.2s;
    transition: top 0.2s 0.4s, left 0.2s 0.4s, opacity 0.2s 0.4s, transform 0.2s 0.2s;
  }
  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar:first-child {
    top: 15px;
  }
  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar:last-child {
    top: 35px;
  }
  .cdz-mobile-header-menu .nav-tabs {
    background: #f8f8f8;
    border: 0;
  }
  .cdz-mobile-header-menu .nav-tabs li {
    margin: 0;
  }
  .cdz-mobile-header-menu .nav-tabs li a {
    background-color: #f8f8f8;
    border: 0;
    color: #282828;
    text-transform: uppercase;
    font-size: 11px;
  }
  .cdz-mobile-header-menu .nav-tabs > li.active > a, .cdz-mobile-header-menu .nav-tabs > li.active > a:hover, .cdz-mobile-header-menu .nav-tabs > li.active > a:focus, .cdz-mobile-header-menu .nav-tabs > li > a:hover {
    color: #fff;
    background-color: #333;
    border: 0px solid #e1e1e1;
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 0;
    cursor: pointer;
  }
  .cdz-mobile-header-menu .cdz-main-menu {
    padding: 20px 0 0;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 {
    float: none;
    display: block;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 a.menu-link {
    display: block;
    color: #fff;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 > a.menu-link {
    background: none !important;
    color: white !important;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    display: block;
    height: 40px;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .dropdown-toggle .caret {
    border: 0;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupdrop-banner {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupmenu-drop {
    display: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    position: static !important;
    width: 100%;
    background: #3c3a3a !important;
    font-size: 12px;
    box-shadow: none;
    padding-left: 20px;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupmenu-drop li a, .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupmenu-drop .groupdrop-title {
    color: #d6d5d5 !important;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0:hover:after {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0.parent.open .caret {
    border: 0;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0.parent.open .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }
  .cdz-mobile-header-menu .cdz-top-link {
    margin: 15px 0;
  }
  .cdz-mobile-header-menu .cdz-top-link li {
    display: block;
    vertical-align: top;
    margin: 15px 10px;
  }
  .cdz-mobile-header-menu .cdz-top-link li a {
    padding: 5px 0;
    display: block;
    clear: left;
    margin: 0;
  }
  .cdz-mobile-header-menu .cdz-top-link li a:hover {
    display: block;
  }
  .cdz-mobile-header-menu .cdz-top-link li .cdz-top-login .block-login .block-content {
    min-width: inherit;
    width: 100%;
  }
  .cdz-mobile-header-menu .cdz-top-link li .cdz-dropdown-content {
    background: none;
    border: 0;
    box-shadow: inherit;
    padding: 0;
  }
  .cdz-mobile-header-menu .cdz-top-link #remember-me-box a.link-tip {
    display: inline-block;
  }
  .cdz-mobile-header-menu .cdz-top-link #remember-me-box a.link-tip:hover {
    display: inline-block;
  }
  .cdz-mobile-header-menu .cdz-top-link .forgot-password {
    padding: 20px !important;
    font-size: 11px;
    text-transform: uppercase;
  }
  .cdz-mobile-header-menu .cdz-top-login .block-login .block-content, .cdz-mobile-header-menu #login-form .block-login .block-content {
    min-width: inherit;
    width: 100%;
    position: relative;
  }
  .cdz-mobile-header-menu .cdz-trigger:after {
    position: absolute;
    right: 10px;
    font-size: 22px;
    margin-top: 2px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cdz-rtl .cdz-mobile-header-menu .cdz-trigger:after {
    right: auto;
    left: 10px;
  }
  .cdz-mobile-header-menu .cdz-trigger.active:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cdz-mobile-header-menu .cdz-mobile-stores {
    margin: 15px 0;
  }
  .cdz-mobile-header-menu .cdz-mobile-stores div.cdz-dropdown {
    display: block;
    vertical-align: top;
  }
  .cdz-mobile-header-menu .cdz-mobile-stores div.cdz-dropdown a {
    padding: 10px 17px;
    display: block;
    clear: left;
    margin: 0;
    color: #fff;
  }
  .cdz-mobile-header-menu .cdz-mobile-stores div.cdz-dropdown a:hover {
    display: block;
  }
  .cdz-mobile-header-menu .cdz-mobile-nav .cdz-dropdown-content {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #3C3A3A;
    font-size: 12px;
    border: none;
  }
  .cdz-mobile-header-menu .cdz-mobile-nav .cdz-dropdown-content a {
    color: #d6d5d5 !important;
  }
  .cdz-mobile-header-menu .lang-flag {
    display: inline-block;
  }
  .cdz-mobile-header-menu .navbar-nav li .dropdown-toggle {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .cdz-mobile-header-menu .cdz-navbar-toggle {
    margin: 0 30px 0 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cdz-mobile-header-menu .navbar-default .navbar-toggle:hover, .cdz-mobile-header-menu .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .cdz-mobile-header-menu .cdz-mobile-logo {
    padding: 10px 80px 10px 40px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .cdz-mobile-header-menu .cdz-mobile-logo a {
    display: inline-block;
  }
  .cdz-mobile-header-menu .cdz-mobile-logo img {
    max-width: 100%;
  }
  .cdz-mobile-header-menu .cdz-mobile-search {
    float: right;
    margin-right: 10px;
    padding: 15px 0 0;
    position: absolute;
    right: 40px;
    top: 0;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-search-trigger {
    background: none;
    width: 22px;
    height: 19px;
    display: block;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-search-trigger:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-size: 20px;
    color: #282828;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content {
    min-width: 310px;
    right: -50px;
    top: 43px;
    left: auto;
    margin: 0;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content label {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content .input-text {
    width: 64%;
    height: 34px !important;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content button.button {
    padding: 6px 15px 6px;
    width: 30%;
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .cdz-rtl .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content button.button {
    right: auto;
    left: 10px;
  }
  .cdz-mobile-header-menu .cdz-top-cart {
    float: right;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .cart-subtotal {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-top-cart .cart-icon .cart-qty {
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    font-size: 10px;
    border-radius: 30px;
  }
  .cdz-mobile-header-menu .cart-icon:before {
    background-size: 400%;
    background-position: 12px 8px;
  }
  .cdz-mobile-header-menu .cdz-search-trigger .fa-search:before {
    font-size: 18px;
    color: #282828;
  }
  .cdz-mobile-header-menu .block-cart.cdz-dropdown-content {
    right: 0;
    left: auto;
    min-width: 350px;
  }
  .cdz-mobile-header-menu .block-cart.cdz-dropdown-content .empty {
    text-align: center;
  }
  .cdz-mobile-header-menu .block-cart.cdz-dropdown-content .block-title {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-top-cart .cdz-dropdown-content {
    padding: 20px 0 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .block-content {
    padding: 0;
    margin: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary {
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
    color: #282828;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .cart-total-title {
    float: left;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .cart-total-title h4 {
    margin-bottom: 10px;
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
    color: #282828;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .cart-total-title p {
    margin: 0;
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
    color: #282828;
    font-weight: 600;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .subtotal {
    float: right;
    text-align: right;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .subtotal .sub-total-label {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .subtotal .price {
    display: block;
  }
  .cdz-mobile-header-menu .cdz-top-cart .actions {
    clear: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px 20px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .actions .button {
    float: none;
    width: 100%;
  }
  .cdz-mobile-header-menu .cdz-top-cart .block-subtitle {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list {
    clear: left;
    margin-bottom: 0px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px 10px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list li.item {
    margin: 0 0 10px 0px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .cart-viewcart a {
    font: 500 16px/1.35 Tahoma, Arial, sans-serif;
    line-height: 20x;
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-edit {
    font-size: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-edit:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F044";
    font-size: 18px;
    margin-right: 0px;
    position: absolute;
    right: 0px;
    top: 30px;
    color: #282828;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-remove {
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-remove:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-size: 15px;
    margin-right: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #282828;
    padding: 0 2px;
    border: 1px solid #282828;
    border-radius: 2px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-remove:after {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list .product-image {
    min-width: 50px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list .product-details {
    position: relative;
    margin-left: 70px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .product-details-name {
    float: left;
    margin-right: 30px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list .product-details .product-name {
    padding: 0;
    margin: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list li.item {
    margin-bottom: 20px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list li.item.last {
    margin-bottom: 0;
  }

  #MB_window {
    top: 2% !important;
    width: 96% !important;
    left: 2% !important;
  }
  #MB_window .product-view .product-shop {
    margin-top: 0;
  }
  #MB_window .product-view .product-options dl {
    margin-bottom: 10px;
  }
}
/*----------------------------------------*/
/*-------Codazon Responsive Menu Default----------------*/
@media (max-width: 767px) {
  .cdz-mobile-nav li.menu-item a {
    color: #fff;
    text-shadow: none;
  }
  .cdz-mobile-nav .navbar {
    padding: 20px 0 0;
    margin: 0;
  }
  .cdz-mobile-nav .navbar .navbar-nav {
    margin: 0;
  }
  .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle {
    position: absolute;
    right: 1px;
    top: 0px;
    width: 40px;
    display: block;
    height: 40px;
    padding: 0;
    cursor: pointer;
  }
  .cdz-rtl .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle {
    right: auto;
    left: 1px;
  }
  .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle .caret {
    border: 0;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 38px;
  }
  .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f196";
    font-size: 15px;
  }
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item {
    float: none;
    display: block;
    position: relative;
  }
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item a.menu-link {
    display: block;
    padding: 10px 17px;
  }
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item.level-1 > .dropdown-toggle .caret:before {
    content: "\f107";
    font-size: 22px;
    margin-top: 7px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item.level-1.open > .dropdown-toggle .caret:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cdz-mobile-nav .navbar .navbar-nav .cdz-sub-cat {
    padding-left: 10px;
    background: #3C3A3A;
    font-size: 12px;
  }
  .cdz-mobile-nav .navbar .navbar-nav .cdz-sub-cat li.menu-item a {
    color: #D6D5D5;
  }
  .cdz-mobile-nav .navbar .navbar-nav .cdz-sub-cat li.menu-item.open > .dropdown-toggle .caret:before {
    content: "\f147";
  }
}
/*----------------------------------------*/
/*-------Codazon Responsive Menu Default----------------*/
@media (max-width: 767px) {
  body.canvas-slid .main-menu-container:before {
    opacity: 0.8;
    transition: opacity 0.2s ease 0.5s;
    width: 100%;
  }

  body.canvas-slid .main-menu-container:before {
    background-color: #252525;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: -1;
  }

  body.canvas-slid .mobile-menu-bg {
    background-color: #252525;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: -1;
  }

  body.canvas-slid .main-menu-container:before {
    content: "";
    display: block;
    position: fixed;
    width: 0;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #252525;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s 0.5s,width 0 1s;
    -moz-transition: opacity 0.5s 0.5s,width 0 1s;
    transition: opacity 0.5s 0.5s, width 0 1s;
  }

  body.canvas-slid .main-menu-container:before {
    transition: width 0.2s ease 0s;
    width: 100%;
  }

  body.canvas-slid .cdz-mobile-header-menu .icon-bar {
    left: 0px;
    opacity: 0;
    -webkit-transition: top 0.2s 0.2s,left 0.2s 0.2s,opacity 0.2s 0.2s,-webkit-transform 0.2s 0.4s;
    -moz-transition: top 0.2s 0.2s,left 0.2s 0.2s,opacity 0.2s 0.2s,-moz-transform 0.2s 0.4s;
    transition: top 0.2s 0.2s, left 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s;
  }
  body.canvas-slid .cdz-mobile-header-menu .icon-bar:first-child {
    left: 0px;
    opacity: 1;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.canvas-slid .cdz-mobile-header-menu .icon-bar:last-child {
    left: 0px;
    opacity: 1;
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-vertical-area .space-base {
    margin: 0;
  }
  .menu-vertical-area .menu-vertical-title {
    padding: 8px 10px;
  }
  .menu-vertical-area .menu-vertical-title h3:after {
    font-size: 18px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f039";
    font-size: 20px;
    float: right;
  }
}
@media (max-width: 767px) {
  /*Footer----*/
  .page-footer .footer-bottom {
    padding: 20px 10px;
  }

  .footer-top-ads .ftop-ads-title {
    font-size: 100%;
  }

  .footer-top-ads .ftop-ads-desc {
    font-size: 90%;
    display: none;
  }

  .footer-top-ads .ftop-newsletter {
    margin: 0;
  }

  .ftop-newsletter .block.block-subscribe {
    position: relative;
  }
  .ftop-newsletter .block.block-subscribe .block-content {
    position: relative;
    padding: 0 0 10px;
    width: auto;
    display: block;
    margin: 0 40px;
  }
  .ftop-newsletter .block.block-subscribe .block-content .input-box {
    width: 100% !important;
  }
  .ftop-newsletter .block.block-subscribe .block-content .actions {
    position: absolute;
    right: 3px;
    top: 4px;
    width: 35px;
  }
  .cdz-rtl .ftop-newsletter .block.block-subscribe .block-content .actions {
    right: auto;
    left: 3px;
  }
  .ftop-newsletter .block.block-subscribe .block-content .actions .button {
    background: transparent;
    border: 0;
    padding: 3px 15px;
  }
  .ftop-newsletter .block.block-subscribe .block-content .actions .button span {
    font-size: 0;
  }
  .ftop-newsletter .block.block-subscribe .block-content .actions .button:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #282828;
    content: '\f105';
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .footer-top-ads .ftop-ads-small {
    font-size: 80%;
  }

  .page-footer .footer-social {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .page-footer .footer-social .social {
    margin: 0;
    text-align: center;
  }
  .page-footer .footer-social .social a {
    float: none;
  }

  .footer-bottom .col-sm-6 {
    margin: 0 0 15px;
  }
  .footer-bottom .col-sm-6 .footer-box {
    padding-bottom: 0px;
  }

  .page-footer p.h5 {
    margin-bottom: 0px;
    padding: 5px 0;
  }

  .bottom-footer-wrapper .footer-payment-logo {
    float: none !important;
    text-align: center;
  }

  .page-footer .cdz-footer-bottom-payment {
    float: none;
  }

  .page-footer .cdz-footer-bottom-payment img {
    margin: 0 auto;
  }

  .page-footer .footer address {
    text-align: center;
    margin-top: 0;
  }

  .footer-bottom .fototer-tags {
    margin: 0;
  }
  .footer-bottom .fototer-tags li {
    display: inline-block;
  }

  .footer-bottom .col-sm-6 h5 {
    margin-bottom: 0;
    line-height: 30px;
  }

  .footer-box .footer-link {
    padding: 15px 0 0;
  }
  .footer-box .footer-link.showhide {
    display: none;
  }
  .footer-box .cdz-toggle-title {
    cursor: pointer;
    margin: 0;
  }
  .footer-box .cdz-toggle-title:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 22px;
    margin-right: 0px;
    float: right;
    cursor: pointer;
  }
  .cdz-rtl .footer-box .cdz-toggle-title:before {
    float: left;
  }
  .footer-box .cdz-toggle-title.active:before {
    content: "\f107";
  }

  /*--- Footer*/
}
@media (max-width: 767px) {
  /*Slideshow*/
  .slide-caption .slide-text {
    margin: 0;
    font-size: 12px;
  }

  .slide-caption .slide-title {
    margin: 0;
  }
  .slide-caption .slide-title span {
    border: 0 none;
    font-size: 18px;
    padding: 0;
  }

  .slide-caption .slide-btn {
    margin: 0;
  }

  .slide-caption .slide-btn a {
    font-size: 12px;
  }

  .cdz-slideshow .slider-wrapper .owl-dots {
    display: none !important;
  }

  .cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*="owl-"] {
    top: -3px;
    height: 39px;
    margin: 0;
  }

  .slide-caption {
    width: inherit;
    left: 25%;
  }

  /*Home main content ----*/
}
@media (max-width: 767px) {
  /*Block bestseller product*/
  .cdz-best-seller-wrap {
    min-height: auto;
  }
  .cdz-best-seller-wrap .nav-tab-content {
    margin: 20px 0 0;
  }

  .mobile-nav-tab-dropdown {
    border: 1px solid #e1e1e1;
    display: block;
    line-height: 40px;
    margin: 10px 40px 0px;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-nav-tab-dropdown:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #282828;
    content: '\f0c9';
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    speak: none;
    text-align: center;
    float: right;
    line-height: 40px;
  }

  .mobile-nav-tabs.active {
    border: 1px solid;
    background: #fff;
    display: block;
    line-height: 40px;
    margin: 0 40px;
    padding: 0 10px;
    text-align: left;
  }

  .codazon-filter-style-02 .owl-nav [class*='owl-'], .codazon-filter-style-05 .owl-nav [class*='owl-'] {
    color: #fefefe;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    height: 60px;
    width: 35px;
    top: calc(40% - 15px);
  }
  .codazon-filter-style-02 .owl-nav [class*='owl-'].owl-next, .codazon-filter-style-05 .owl-nav [class*='owl-'].owl-next {
    right: 0;
  }
  .codazon-filter-style-02 .owl-nav [class*='owl-'].owl-prev, .codazon-filter-style-05 .owl-nav [class*='owl-'].owl-prev {
    left: 0;
    margin: 0 0 0 2px;
  }
  .codazon-filter-style-02 .owl-nav [class*='owl-']:before, .codazon-filter-style-05 .owl-nav [class*='owl-']:before {
    line-height: 60px;
  }
  .codazon-filter-style-02 .cdz-media-wrap, .codazon-filter-style-05 .cdz-media-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .cdz-best-seller-wrap .nav-tabs, .cdz-best-seller-wrap .nav.nav-tabs {
    margin: 0 40px;
  }

  .cdz-buttons-container .tooltip {
    display: none !important;
  }

  .mobile-nav-tabs .active.nav-tab-item .switch {
    font-weight: 500;
  }

  .cdz-best-seller-wrap .nav-tab-item {
    display: block;
    text-align: left;
    margin: 0;
  }

  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item {
    margin: 7px 0;
    clear: left;
    display: block;
  }

  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch,
  .mobile-nav-tabs .nav-tab-item .switch {
    height: auto;
    font: 400 12px/24px Tahoma, Arial, sans-serif;
    text-transform: inherit;
    padding: 0;
  }

  .mobile-nav-tabs .active.nav-tab-item .switch, .mobile-nav-tabs.active.nav-tab-item .switch:focus, .mobile-nav-tabs .active.nav-tab-item .switch:hover {
    padding: 0;
  }

  .col1-layout .products-grid .product-items.isotope .item.product-item.width-2 {
    width: 98%;
  }

  .col1-layout .products-grid .product-items.isotope .item.product-item.width-1 {
    width: 98%;
  }

  .cdz-best-seller-wrap .products-grid .product-items.isotope .item.product-item {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  .col1-layout .products-grid .product-items:not(.owl-carousel) > .product-item {
    width: 50%;
  }

  .cdz-best-seller-wra .mobile-nav-tab-dropdown {
    margin-bottom: 20px;
  }

  .cdz-best-seller-wrap .codazon-filter {
    padding: 0;
  }

  .col-main-containter .col-main {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .cms-index-index .col-main-containter .col-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-grid .isotope .item.product-item.width-1.width-2 .product-item-link {
    font-size: 12px;
  }

  .codazon-ajax-wrap .product-items:not(.owl-carousel) > .product-item {
    min-height: inherit;
  }

  .col1-layout .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
    height: inherit;
  }
}
/*----Home main content */
/*Main content layout ---------*/
/*--------- Product detail*/
@media (max-width: 767px) {
  .product-view .rsOverflow {
    float: none !important;
    display: inline-block;
  }
  .product-view .rsUni .rsThumbsHor {
    height: auto;
  }
  .product-view .product-shop {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #addTagForm .form-add {
    width: 60%;
  }
}
/*--------- End Product detail*/
/*--------- Main content*/
/* Popup Newsletter ----*/
@media (max-width: 767px) {
  .cdz-popup-wrapper .cdz-popup-newsletter-left {
    float: none;
    width: 100%;
    height: 50%;
    display: none;
  }
  .cdz-popup-wrapper .cdz-popup-newsletter-right {
    float: none;
    width: 100%;
  }
}
/* ----Popup Newsletter*/
/* Slideshow ----*/
@media (max-width: 767px) {
  .cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
    left: 0;
    top: calc(40% - 15px);
  }

  .cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].owl-next {
    right: 0;
  }
}
/* ---- Slideshow */
/*Product page ---------*/
@media (max-width: 767px) {
  .product-image-moreview img.rsImg {
    max-width: none;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }

  .product-view .product-rating-sku .no-rating {
    text-align: left;
  }
  .product-view .product-rating-sku .product-shop-sku {
    margin-bottom: 10px;
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .product-view .product-rating-sku .product-shop-sku strong {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .product-view .product-rating-sku .pull-right {
    float: none !important;
  }
  .product-view .product-rating-sku .ratings {
    margin-bottom: 10px;
    text-align: left;
  }
  .product-view .product-rating-sku .ratings .rating-links {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .product-view .availability .in-stock strong {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }

  .product-view-media {
    padding: 0;
  }
}
/*--------- Product page*/
/*Categories page*/
@media (max-width: 767px) {
  .category-products .product-grid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-layered-nav .block-content dl dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #282828;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .products-grid .product-item {
    width: 50%;
  }
}
/*Shopping cart & Checkout page*/
@media (max-width: 767px) {
  .cart-empty {
    background: white;
    padding: 20px;
    -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 50px;
  }

  .cart-table {
    border: 0;
  }
  .cart-table tr td {
    display: table-cell;
    padding: 10px 5px;
  }
  .cart-table tr td .item-options {
    padding: 0;
    margin: 10px 0 0;
  }
  .cart-table tr td .item-options dd {
    padding-left: 5px;
  }
  .cart-table .shoppingcart-name .product-name {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .cart-table .shoppingcart-edit {
    display: none;
  }
  .cart-table .shoppingcart-unittax {
    display: none;
  }
  .cart-table .qty {
    width: 40px;
    height: 35px !important;
  }

  .cart-collaterals .totals {
    padding: 0;
    margin: 0 0 20px;
  }

  #discount-coupon-form {
    margin: 0 0 20px;
  }

  .cart .page-title h1 {
    margin: 0;
  }

  .cart .page-title {
    padding: 0px 10px 15px;
  }

  .cart .data-table tr td {
    border: 0 !important;
  }

  .cart-collaterals {
    margin: 0 0 20px;
  }

  .cart form fieldset {
    margin: 0 0 20px;
    padding: 0;
  }

  .cart-collaterals .buttons-set {
    margin: 0;
    width: 40%;
  }

  .cart-collaterals .buttons-set button.button {
    font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  }

  .cdz-onestepcheckout #opc-login {
    width: auto;
  }
  .cdz-onestepcheckout li.section {
    width: auto;
    margin: 0 10px;
  }
}
/* ============================================ *
 * Codazon_Drug homepages Responsive
 * ============================================ */
@media (max-width: 1200px) and (min-width: 992px) {
  .header-container.cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
    margin-right: 150px;
  }
}
@media (max-width: 991px) {
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
    margin-right: 100px !important;
  }
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link .link {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
  }
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link .link a {
    font-size: 0 !important;
  }
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link .compare {
    display: none;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
  }
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart {
    border-radius: 0;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-qty {
    right: 0;
    left: auto !important;
  }
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-qty {
    left: 0 !important;
    right: auto !important;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-subtotal {
    display: none;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-label {
    display: none;
  }
  .cdz-header-style-02 .header .sticky-menu .cdz-content-megamenu {
    width: 100%;
    float: right;
  }
  .cdz-header-style-02 .header .sticky-menu .cdz-content-megamenu .groupmenu li.level0 a.menu-link {
    padding: 5px 8px;
  }
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search input[type="text"] {
    padding: 0;
    margin: 0;
  }
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search .button:before {
    color: #999999;
  }
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search .form-search:hover input[type="text"] {
    border: 0;
    padding: 0 10px;
    color: #999999;
  }
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search .form-search:hover .button:before {
    color: #999999;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper {
    position: absolute;
    top: -69px;
    right: -10px;
    width: auto;
  }
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper {
    right: auto;
    left: -10px;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search {
    width: auto !important;
    float: left;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search input[type="text"] {
    width: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-width: 0;
    height: 38px !important;
    border-radius: 5px 0 0 0;
    background: #68696d;
    color: #fff;
  }
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search input[type="text"] {
    float: left;
    border-radius: 0px 5px 0 0;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search .button {
    height: 38px;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search .button:before {
    color: #fff;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search:hover input[type="text"] {
    width: 100%;
    border-left-width: 1px;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search:hover .button:before {
    color: white;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cdz-block-categories-deals {
    display: block;
  }
  .cdz-block-categories-deals h3 {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .cdz-block-categories-deals h3 a {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .cdz-block-categories-deals {
    display: none;
  }
  .cdz-block-categories-deals h3 {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .cdz-block-categories-deals h3 a {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }

  .menu-breadcrumbs .breadcrumbs {
    margin: 0;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left-color: #e1e1e1;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
    margin: 0;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    padding: 0 0 10px;
    margin: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
    border: 0px solid;
  }

  .cdz-buttons-inner .qs-button {
    display: none;
  }

  .products-grid .isotope .item.product-item .availability.out-of-stock {
    /* color: #df280a; */
    display: inline-block;
  }

  .products-grid .isotope .item.product-item .out-of-stock span {
    color: #c5420e !important;
    width: 40px;
    display: block;
    font-size: 10px;
    border: 2px solid #c5420e;
    padding: 3px;
    text-transform: lowercase;
  }

  /*.codazon-filter-style-01{
  	.products-grid{
  		.product-item-info{
  			.cdz-product-bottom{
  				position:inherit;
  				background:none;
  				padding-top:10px;
  				-webkit-transform: scale(1, 1);
  				-moz-transform: scale(1, 1);
  				-ms-transform: scale(1, 1);
  				-o-transform: scale(1, 1);
  				.cdz-buttons-container {
  					.qs-button {
  						transform: translate(0, 0);
  					}
  					button.tocart.primary {
  						transform: translate(0, 0);
  					}
  				}
  			}
  			&:hover{
  				
  			}
  		}
  	}
  }*/
  .codazon-filter-style-02 .products-grid .product-item-info .cdz-product-bottom .ratings {
    display: none;
  }

  /*.codazon-filter-style-03{
  	.products-grid{
  		.product-item-info{
  			.cdz-product-bottom{
  				position:inherit;
  				background:none;
  				padding-top:10px;
  				-webkit-transform: scale(1, 1);
  				-moz-transform: scale(1, 1);
  				-ms-transform: scale(1, 1);
  				-o-transform: scale(1, 1);
  				.cdz-buttons-container {
  					.qs-button {
  						transform: translate(0, 0);
  					}
  					button.tocart.primary {
  						transform: translate(0, 0);
  					}
  				}
  			}
  			&:hover{
  				
  			}
  		}
  	}
  }*/
  /*.codazon-filter-style-04{
  	.products-grid{
  		.product-item-info{
  			.cdz-product-bottom{
  				position:inherit;
  				background:none;
  				padding-top:10px;
  				-webkit-transform: scale(1, 1);
  				-moz-transform: scale(1, 1);
  				-ms-transform: scale(1, 1);
  				-o-transform: scale(1, 1);
  				.cdz-buttons-container {
  					.qs-button {
  						transform: translate(0, 0);
  					}
  					button.tocart.primary {
  						transform: translate(0, 0);
  					}
  				}
  			}
  			&:hover{
  				
  			}
  		}
  	}
  }*/
  .codazon-filter-style-05 .products-grid .owl-theme .owl-nav {
    margin: 0;
  }
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-info {
    display: none;
  }
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-bottom {
    position: inherit;
    background: none !important;
    padding-top: 10px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-bottom .cdz-buttons-container .qs-button {
    transform: translate(0, 0);
  }
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-bottom .cdz-buttons-container button.tocart.primary {
    transform: translate(0, 0);
  }
}
/* ============================================ *
* Codazon_Drug homepages Responsive
* ============================================ */
/* ============================================ *
* Codazon_Menu Vertical Responsive
* ============================================ */
@media (max-width: 991px) {
  .menu-vertical-subpage {
    padding: 0;
    margin: 0 10px;
  }

  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
    position: inherit;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.menu-link {
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.menu-link:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    font-size: 13px;
    margin-right: 10px;
  }
  .cdz-rtl .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.menu-link:before {
    margin-right: 0px;
    margin-left: 10px;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .cdz-sub-cat {
    padding-left: 20px;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 37px;
    display: block;
    height: 37px;
  }
  .cdz-rtl .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle {
    right: auto;
    left: 0px;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle .caret {
    border: 0;
    width: 37px;
    display: block;
    height: 37px;
    text-align: center;
    cursor: pointer;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f196";
    font-size: 15px;
    color: #282828;
    line-height: 37px;
  }
  .menu-vertical .cdz-nav-wrap [class*='vertical-level']:hover a.menu-link {
    background: #fff;
    color: inherit !important;
  }
  .menu-vertical .cdz-nav-wrap .parent:hover > .cdz-sub-cat {
    display: inherit;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu-vertical .cdz-nav-wrap .parent .open.cdz-sub-cat {
    display: inherit;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu-vertical .cdz-nav-wrap .parent:after {
    display: none;
  }
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle {
    display: block !important;
  }
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 37px;
    display: block;
    height: 37px;
  }
  .cdz-rtl .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle {
    right: auto;
    left: 0px;
  }
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle .caret {
    border: 0;
    width: 37px;
    display: block;
    height: 37px;
    text-align: center;
    cursor: pointer;
  }
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 20px;
    color: #282828;
    line-height: 37px;
  }
}
/* ============================================ *
* Codazon_Menu Vertical Responsive
* ============================================ */
/* ============================================ *
* Codazon_Footer 2
* ============================================ */
@media (min-width: 767px) and (max-width: 991px) {
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
    width: 70%;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
    height: 34px !important;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input:before {
    line-height: 34px;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions {
    width: 28%;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions .button {
    padding: 6px 10px 5px;
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .footer-newsletter-02 .social {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
    width: 100% !important;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
    height: 34px !important;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input:before {
    line-height: 34px;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions {
    width: 35px !important;
    text-align: center !important;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions .button {
    padding: 0px 10px 0px;
    font: 500 11px/1.55 Tahoma, Arial, sans-serif;
  }
  .footer-newsletter-02 .footer02-social {
    clear: left;
  }
  .footer-newsletter-02 .social {
    margin: 15px 0;
    text-align: center !important;
  }
}
/* ============================================ *
* Codazon_Footer 2
* ============================================ */
/* ============================================ *
* Codazon_Login & Register
* ============================================ */
@media (max-width: 767px) {
  .customer-account-forgotpassword .page-main, .customer-account-create .account-create, .customer-account-login .account-login {
    width: auto;
  }

  .account-login #login-form, .account-create #form-validate, .customer-account-forgotpassword .col-main #form-validate {
    min-width: inherit;
  }
}
/* ============================================ *
* Codazon_Login & Register
* ============================================ */
/* ============================================ *
* Codazon_Account
* ============================================ */
@media (max-width: 767px) {
  .customer-account-index .header-container, .customer-account-index .footer,
  .customer-account-edit .header-container,
  .customer-account-edit .footer,
  .wishlist-index-index .header-container,
  .wishlist-index-index .footer,
  .customer-address-form .header-container,
  .customer-address-form .footer,
  .sales-order-history .header-container,
  .sales-order-history .footer,
  .sales-billing-agreement-index .header-container,
  .sales-billing-agreement-index .footer,
  .sales-recurring-profile-index .header-container,
  .sales-recurring-profile-index .footer,
  .review-customer-index .header-container,
  .review-customer-index .footer,
  .oauth-customer-token-index .header-container,
  .oauth-customer-token-index .footer,
  .newsletter-manage-index .header-container,
  .newsletter-manage-index .footer,
  .downloadable-customer-products .header-container,
  .downloadable-customer-products .footer,
  .customer-address-index .header-container,
  .customer-address-index .footer,
  .sales-order-view .header-container,
  .sales-order-view .footer,
  .tag-customer-index .header-container,
  .tag-customer-index .footer {
    display: block;
  }
  .customer-account-index .col-left.sidebar,
  .customer-account-edit .col-left.sidebar,
  .wishlist-index-index .col-left.sidebar,
  .customer-address-form .col-left.sidebar,
  .sales-order-history .col-left.sidebar,
  .sales-billing-agreement-index .col-left.sidebar,
  .sales-recurring-profile-index .col-left.sidebar,
  .review-customer-index .col-left.sidebar,
  .oauth-customer-token-index .col-left.sidebar,
  .newsletter-manage-index .col-left.sidebar,
  .downloadable-customer-products .col-left.sidebar,
  .customer-address-index .col-left.sidebar,
  .sales-order-view .col-left.sidebar,
  .tag-customer-index .col-left.sidebar {
    width: auto;
    height: auto;
    position: static;
    margin: 0 10px 20px;
    padding-bottom: 0;
  }
  .customer-account-index .col-left.sidebar .my-account-logo,
  .customer-account-edit .col-left.sidebar .my-account-logo,
  .wishlist-index-index .col-left.sidebar .my-account-logo,
  .customer-address-form .col-left.sidebar .my-account-logo,
  .sales-order-history .col-left.sidebar .my-account-logo,
  .sales-billing-agreement-index .col-left.sidebar .my-account-logo,
  .sales-recurring-profile-index .col-left.sidebar .my-account-logo,
  .review-customer-index .col-left.sidebar .my-account-logo,
  .oauth-customer-token-index .col-left.sidebar .my-account-logo,
  .newsletter-manage-index .col-left.sidebar .my-account-logo,
  .downloadable-customer-products .col-left.sidebar .my-account-logo,
  .customer-address-index .col-left.sidebar .my-account-logo,
  .sales-order-view .col-left.sidebar .my-account-logo,
  .tag-customer-index .col-left.sidebar .my-account-logo {
    display: none;
  }
  .customer-account-index .col-left.sidebar .block.block-account,
  .customer-account-edit .col-left.sidebar .block.block-account,
  .wishlist-index-index .col-left.sidebar .block.block-account,
  .customer-address-form .col-left.sidebar .block.block-account,
  .sales-order-history .col-left.sidebar .block.block-account,
  .sales-billing-agreement-index .col-left.sidebar .block.block-account,
  .sales-recurring-profile-index .col-left.sidebar .block.block-account,
  .review-customer-index .col-left.sidebar .block.block-account,
  .oauth-customer-token-index .col-left.sidebar .block.block-account,
  .newsletter-manage-index .col-left.sidebar .block.block-account,
  .downloadable-customer-products .col-left.sidebar .block.block-account,
  .customer-address-index .col-left.sidebar .block.block-account,
  .sales-order-view .col-left.sidebar .block.block-account,
  .tag-customer-index .col-left.sidebar .block.block-account {
    margin-bottom: 0;
  }
  .customer-account-index .col-main,
  .customer-account-edit .col-main,
  .wishlist-index-index .col-main,
  .customer-address-form .col-main,
  .sales-order-history .col-main,
  .sales-billing-agreement-index .col-main,
  .sales-recurring-profile-index .col-main,
  .review-customer-index .col-main,
  .oauth-customer-token-index .col-main,
  .newsletter-manage-index .col-main,
  .downloadable-customer-products .col-main,
  .customer-address-index .col-main,
  .sales-order-view .col-main,
  .tag-customer-index .col-main {
    width: auto;
    float: none;
    position: static;
  }
}
/* ============================================ *
* Codazon_Account
* ============================================ */
 /* ============================================ *
* LuPa custom
* ============================================ */
/*========box/wide custom===========*/
@media (min-width: 768px) {
  .cdz-boxed .page {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .cdz-boxed .page {
    width: 980px;
  }
}
/*========custom layout===========*/
@media (min-width: 767px) and (max-width: 991px) {
  .cdz-header-style-04.header-container .header .cart-icon .cart-label {
    display: none;
  }
  .cdz-header-style-04.header-container .header .cart-icon .cart-subtotal {
    display: none;
  }
  .cdz-header-style-04.header-container .sticky-menu:not(.active) .cdz-top-cart .cart-icon {
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe {
    margin-left: 0px !important;
  }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content input {
    padding-right: 10px;
  }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions {
    position: static;
    margin-top: 10px;
  }

  .page-footer .item_tag li a {
    padding: 0;
    border: none;
  }
}
@media (max-width: 766px) {
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe {
    margin-left: 0px !important;
  }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
    float: left;
    margin: 5px 10px 5px 0;
  }
  .cdz-rtl .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
    float: right;
    margin: 5px 0px 5px 10px;
  }

  /*cart bottom*/
  .footer-cart.cdz-dropdown .cart-trigger {
    min-width: 55px;
    padding: 16px 10px;
    top: -61px;
    text-align: center;
    left: 5px;
    border-radius: 100px;
  }
  .footer-cart.cdz-dropdown .cart-trigger span.amount {
    display: none !important;
  }
  .footer-cart.cdz-dropdown .cart-trigger:after {
    content: "\f291";
    font-size: 22px;
    margin: 0;
    float: none;
  }
  .footer-cart.cdz-dropdown.active .cart-trigger {
    border-radius: 0px;
    top: -56px;
    left: 0;
  }
  .footer-cart.cdz-dropdown.active .cart-trigger:after {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    content: "\f00d";
  }
  .footer-cart.cdz-dropdown .cart-content {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items {
    padding-right: 10px;
    position: static;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list {
    border: none;
    padding: 10px 10px 0;
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list .cart-item {
    width: 50px;
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list .cart-item .product-image img {
    max-width: 100%;
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list .cart-item .btn-remove {
    margin-top: 7px;
  }
  .footer-cart.cdz-dropdown .cart-content .check-out {
    position: static;
    padding: 0;
    width: 100%;
    padding: 20px 10px 0;
  }
  .footer-cart.cdz-dropdown .cart-content .check-out .summary {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  .footer-cart.cdz-dropdown .cart-content .check-out .actions {
    float: none;
    height: auto;
    margin: 0;
    border-left: none;
    border-top: 1px solid #dfdfdf;
    padding: 20px;
  }
  .footer-cart.cdz-dropdown .cart-content .check-out .actions button.button {
    width: 100%;
  }
}
/*Custom RTL*/
.cdz-rtl {
  /*custom rtl default*/
  /*codazon menu*/
}
.cdz-rtl .cdz-col-left {
  float: right;
}
.cdz-rtl .cdz-col-right {
  float: left;
}
.cdz-rtl .cdz-main-menu .groupmenu-drop {
  right: -9999px;
  left: auto;
}
.cdz-rtl .block:not(.block-static-block) .block-content {
  text-align: right;
  clear: right;
}
.cdz-rtl .logo {
  float: right;
}
.cdz-rtl .configurable-swatch-list li {
  float: right;
}

.cdz-product-promo {
	position: absolute;
	z-index: 98;
	-webkit-transform: rotate(-45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: rotate(-45deg); /* IE 9 */
	transform: rotate(-45deg);
	width: 150px;
	padding: 10px;
	left: -35px;
	top: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	pointer-events: none;
}
.cdz-product-discount {
	position: absolute;
	z-index: 98;
	padding: 3px 5px;
	color: #c5420e;
	font-weight: 700;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	bottom: 44%;
	bottom: calc(100% - 197px);
	right: 5px;
	background-color: #fff;
	border: 1px solid #c5420e;
	pointer-events: none;
	margin-left: 5px;
}
@media (max-width: 1200px) {
	.cdz-product-discount {
		bottom: 50%;
    bottom: calc(100% - 157.25px);
	}
}
@media (max-width: 767px) {
	.cdz-product-discount {
		top: 5px;
		bottom: auto;
	}
}

.subcategory-header {
	font-weight: 700;
	border-bottom: 1px solid #000;
	text-transform: initial;
}

.page .lead-times {
	padding: 3px 5px;
	text-align: center;
	color: #fff;
	background-color: #c5420e;
}

.rfk-rw .rfk_product .rfk_pimage img.rfk_image {
	transition: all 500ms ease;
}

.footer-cart .cart-content .cart-items .cart-item .giftcard-price {
	font-weight: bold;
	position: absolute;
	top: -5px;
	left: -5px;
	line-height: 1.1;
}
/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
/*Label product*/
/*Setting padding for template*/
/*Spacing for each area*/
/*@mixin abs-stylebg($_bkgcolor, $_bkgurl, $_bkgname, $_bkgposition: 0 0, $_bkgrepeat: no-repeat){
	background-color:$_bkgcolor;
	background-image:url("https://www.ar500armor.com/skin/frontend/codazon_fastest/default/css/${_bkgurl}${_bkgname}");
	background-position:$_bkgposition;
	background-repeat:$_bkgrepeat;
}
*/
@media (max-width: 767px) {
  .cdz-mobile-header-menu {
    background: #fff;
  }
  .cdz-mobile-header-menu .navbar-default {
    min-height: inherit;
    margin: 0;
    background: transparent no-repeat;
    box-shadow: inherit;
    border-radius: 0;
    border: 0;
  }
  .cdz-mobile-header-menu .cdz-mobile-nav {
    background: #333;
    border: 0;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.9);
    width: 280px;
  }
  .cdz-mobile-header-menu .cdz-mobile-nav a {
    color: #fff;
  }
  .cdz-mobile-header-menu .cdz-menu-responsive {
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 50px;
    position: relative;
    width: 50px;
  }
  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar {
    display: block;
    background: #252525;
    position: absolute;
    top: 25px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    margin: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    -webkit-transition: top 0.2s 0.4s,left 0.2s 0.4s,opacity 0.2s 0.4s,-webkit-transform 0.2s 0.2s;
    -moz-transition: top 0.2s 0.4s,left 0.2s 0.4s,opacity 0.2s 0.4s,-moz-transform 0.2s 0.2s;
    transition: top 0.2s 0.4s, left 0.2s 0.4s, opacity 0.2s 0.4s, transform 0.2s 0.2s;
  }
  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar:first-child {
    top: 15px;
  }
  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar:last-child {
    top: 35px;
  }
  .cdz-mobile-header-menu .nav-tabs {
    background: #f8f8f8;
    border: 0;
  }
  .cdz-mobile-header-menu .nav-tabs li {
    margin: 0;
  }
  .cdz-mobile-header-menu .nav-tabs li a {
    background-color: #f8f8f8;
    border: 0;
    color: #282828;
    text-transform: uppercase;
    font-size: 11px;
  }
  .cdz-mobile-header-menu .nav-tabs > li.active > a, .cdz-mobile-header-menu .nav-tabs > li.active > a:hover, .cdz-mobile-header-menu .nav-tabs > li.active > a:focus, .cdz-mobile-header-menu .nav-tabs > li > a:hover {
    color: #fff;
    background-color: #333;
    border: 0px solid #e1e1e1;
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 0;
    cursor: pointer;
  }
  .cdz-mobile-header-menu .cdz-main-menu {
    padding: 20px 0 0;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 {
    float: none;
    display: block;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 a.menu-link {
    display: block;
    color: #fff;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 > a.menu-link {
    background: none !important;
    color: white !important;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    display: block;
    height: 40px;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .dropdown-toggle .caret {
    border: 0;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupdrop-banner {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupmenu-drop {
    display: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    position: static !important;
    width: 100%;
    background: #3c3a3a !important;
    font-size: 12px;
    box-shadow: none;
    padding-left: 20px;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupmenu-drop li a, .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupmenu-drop .groupdrop-title {
    color: #d6d5d5 !important;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0:hover:after {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0.parent.open .caret {
    border: 0;
  }
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0.parent.open .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }
  .cdz-mobile-header-menu .cdz-top-link {
    margin: 15px 0;
  }
  .cdz-mobile-header-menu .cdz-top-link li {
    display: block;
    vertical-align: top;
    margin: 15px 10px;
  }
  .cdz-mobile-header-menu .cdz-top-link li a {
    padding: 5px 0;
    display: block;
    clear: left;
    margin: 0;
  }
  .cdz-mobile-header-menu .cdz-top-link li a:hover {
    display: block;
  }
  .cdz-mobile-header-menu .cdz-top-link li .cdz-top-login .block-login .block-content {
    min-width: inherit;
    width: 100%;
  }
  .cdz-mobile-header-menu .cdz-top-link li .cdz-dropdown-content {
    background: none;
    border: 0;
    box-shadow: inherit;
    padding: 0;
  }
  .cdz-mobile-header-menu .cdz-top-link #remember-me-box a.link-tip {
    display: inline-block;
  }
  .cdz-mobile-header-menu .cdz-top-link #remember-me-box a.link-tip:hover {
    display: inline-block;
  }
  .cdz-mobile-header-menu .cdz-top-link .forgot-password {
    padding: 20px !important;
    font-size: 11px;
    text-transform: uppercase;
  }
  .cdz-mobile-header-menu .cdz-top-login .block-login .block-content, .cdz-mobile-header-menu #login-form .block-login .block-content {
    min-width: inherit;
    width: 100%;
    position: relative;
  }
  .cdz-mobile-header-menu .cdz-trigger:after {
    position: absolute;
    right: 10px;
    font-size: 22px;
    margin-top: 2px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cdz-rtl .cdz-mobile-header-menu .cdz-trigger:after {
    right: auto;
    left: 10px;
  }
  .cdz-mobile-header-menu .cdz-trigger.active:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cdz-mobile-header-menu .cdz-mobile-stores {
    margin: 15px 0;
  }
  .cdz-mobile-header-menu .cdz-mobile-stores div.cdz-dropdown {
    display: block;
    vertical-align: top;
  }
  .cdz-mobile-header-menu .cdz-mobile-stores div.cdz-dropdown a {
    padding: 10px 17px;
    display: block;
    clear: left;
    margin: 0;
    color: #fff;
  }
  .cdz-mobile-header-menu .cdz-mobile-stores div.cdz-dropdown a:hover {
    display: block;
  }
  .cdz-mobile-header-menu .cdz-mobile-nav .cdz-dropdown-content {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #3C3A3A;
    font-size: 12px;
    border: none;
  }
  .cdz-mobile-header-menu .cdz-mobile-nav .cdz-dropdown-content a {
    color: #d6d5d5 !important;
  }
  .cdz-mobile-header-menu .lang-flag {
    display: inline-block;
  }
  .cdz-mobile-header-menu .navbar-nav li .dropdown-toggle {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .cdz-mobile-header-menu .cdz-navbar-toggle {
    margin: 0 30px 0 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cdz-mobile-header-menu .navbar-default .navbar-toggle:hover, .cdz-mobile-header-menu .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .cdz-mobile-header-menu .cdz-mobile-logo {
    padding: 10px 80px 10px 40px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .cdz-mobile-header-menu .cdz-mobile-logo a {
    display: inline-block;
  }
  .cdz-mobile-header-menu .cdz-mobile-logo img {
    max-width: 100%;
  }
  .cdz-mobile-header-menu .cdz-mobile-search {
    float: right;
    margin-right: 10px;
    padding: 15px 0 0;
    position: absolute;
    right: 40px;
    top: 0;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-search-trigger {
    background: none;
    width: 22px;
    height: 19px;
    display: block;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-search-trigger:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-size: 20px;
    color: #282828;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content {
    min-width: 310px;
    right: -50px;
    top: 43px;
    left: auto;
    margin: 0;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content label {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content .input-text {
    width: 64%;
    height: 34px !important;
  }
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content button.button {
    padding: 6px 15px 6px;
    width: 30%;
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .cdz-rtl .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content button.button {
    right: auto;
    left: 10px;
  }
  .cdz-mobile-header-menu .cdz-top-cart {
    float: right;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .cart-subtotal {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-top-cart .cart-icon .cart-qty {
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    font-size: 10px;
    border-radius: 30px;
  }
  .cdz-mobile-header-menu .cart-icon:before {
    background-size: 400%;
    background-position: 12px 8px;
  }
  .cdz-mobile-header-menu .cdz-search-trigger .fa-search:before {
    font-size: 18px;
    color: #282828;
  }
  .cdz-mobile-header-menu .block-cart.cdz-dropdown-content {
    right: 0;
    left: auto;
    min-width: 350px;
  }
  .cdz-mobile-header-menu .block-cart.cdz-dropdown-content .empty {
    text-align: center;
  }
  .cdz-mobile-header-menu .block-cart.cdz-dropdown-content .block-title {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-top-cart .cdz-dropdown-content {
    padding: 20px 0 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .block-content {
    padding: 0;
    margin: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #282828;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .cart-total-title {
    float: left;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .cart-total-title h4 {
    margin-bottom: 10px;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #282828;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .cart-total-title p {
    margin: 0;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #282828;
    font-weight: 600;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .subtotal {
    float: right;
    text-align: right;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .subtotal .sub-total-label {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .cdz-mobile-header-menu .cdz-top-cart .summary .subtotal .price {
    display: block;
  }
  .cdz-mobile-header-menu .cdz-top-cart .actions {
    clear: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px 20px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .actions .button {
    float: none;
    width: 100%;
  }
  .cdz-mobile-header-menu .cdz-top-cart .block-subtitle {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list {
    clear: left;
    margin-bottom: 0px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px 10px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list li.item {
    margin: 0 0 10px 0px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .cart-viewcart a {
    font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    line-height: 20x;
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-edit {
    font-size: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-edit:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F044";
    font-size: 18px;
    margin-right: 0px;
    position: absolute;
    right: 0px;
    top: 30px;
    color: #282828;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-remove {
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-remove:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-size: 15px;
    margin-right: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #282828;
    padding: 0 2px;
    border: 1px solid #282828;
    border-radius: 2px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .btn-remove:after {
    display: none;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list .product-image {
    min-width: 50px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list .product-details {
    position: relative;
    margin-left: 70px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .product-details-name {
    float: left;
    margin-right: 30px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list .product-details .product-name {
    padding: 0;
    margin: 0;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list li.item {
    margin-bottom: 20px;
  }
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list li.item.last {
    margin-bottom: 0;
  }

  #MB_window {
    top: 2% !important;
    width: 96% !important;
    left: 2% !important;
  }
  #MB_window .product-view .product-shop {
    margin-top: 0;
  }
  #MB_window .product-view .product-options dl {
    margin-bottom: 10px;
  }
}
/*----------------------------------------*/
/*-------Codazon Responsive Menu Default----------------*/
@media (max-width: 767px) {
  .cdz-mobile-nav li.menu-item a {
    color: #fff;
    text-shadow: none;
  }
  .cdz-mobile-nav .navbar {
    padding: 20px 0 0;
    margin: 0;
  }
  .cdz-mobile-nav .navbar .navbar-nav {
    margin: 0;
  }
  .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle {
    position: absolute;
    right: 1px;
    top: 0px;
    width: 40px;
    display: block;
    height: 40px;
    padding: 0;
    cursor: pointer;
  }
  .cdz-rtl .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle {
    right: auto;
    left: 1px;
  }
  .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle .caret {
    border: 0;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 38px;
  }
  .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f196";
    font-size: 15px;
  }
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item {
    float: none;
    display: block;
    position: relative;
  }
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item a.menu-link {
    display: block;
    padding: 10px 17px;
  }
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item.level-1 > .dropdown-toggle .caret:before {
    content: "\f107";
    font-size: 22px;
    margin-top: 7px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item.level-1.open > .dropdown-toggle .caret:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cdz-mobile-nav .navbar .navbar-nav .cdz-sub-cat {
    padding-left: 10px;
    background: #3C3A3A;
    font-size: 12px;
  }
  .cdz-mobile-nav .navbar .navbar-nav .cdz-sub-cat li.menu-item a {
    color: #D6D5D5;
  }
  .cdz-mobile-nav .navbar .navbar-nav .cdz-sub-cat li.menu-item.open > .dropdown-toggle .caret:before {
    content: "\f147";
  }
}
/*----------------------------------------*/
/*-------Codazon Responsive Menu Default----------------*/
@media (max-width: 767px) {
  body.canvas-slid .main-menu-container:before {
    opacity: 0.8;
    transition: opacity 0.2s ease 0.5s;
    width: 100%;
  }

  body.canvas-slid .main-menu-container:before {
    background-color: #252525;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: -1;
  }

  body.canvas-slid .mobile-menu-bg {
    background-color: #252525;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: -1;
  }

  body.canvas-slid .main-menu-container:before {
    content: "";
    display: block;
    position: fixed;
    width: 0;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #252525;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s 0.5s,width 0 1s;
    -moz-transition: opacity 0.5s 0.5s,width 0 1s;
    transition: opacity 0.5s 0.5s, width 0 1s;
  }

  body.canvas-slid .main-menu-container:before {
    transition: width 0.2s ease 0s;
    width: 100%;
  }

  body.canvas-slid .cdz-mobile-header-menu .icon-bar {
    left: 0px;
    opacity: 0;
    -webkit-transition: top 0.2s 0.2s,left 0.2s 0.2s,opacity 0.2s 0.2s,-webkit-transform 0.2s 0.4s;
    -moz-transition: top 0.2s 0.2s,left 0.2s 0.2s,opacity 0.2s 0.2s,-moz-transform 0.2s 0.4s;
    transition: top 0.2s 0.2s, left 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s;
  }
  body.canvas-slid .cdz-mobile-header-menu .icon-bar:first-child {
    left: 0px;
    opacity: 1;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.canvas-slid .cdz-mobile-header-menu .icon-bar:last-child {
    left: 0px;
    opacity: 1;
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-vertical-area .space-base {
    margin: 0;
  }
  .menu-vertical-area .menu-vertical-title {
    padding: 8px 10px;
  }
  .menu-vertical-area .menu-vertical-title h3:after {
    font-size: 18px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f039";
    font-size: 20px;
    float: right;
  }
}
@media (max-width: 767px) {
  /*Footer----*/
  .page-footer .footer-bottom {
    padding: 20px 10px;
  }

  .footer-top-ads .ftop-ads-title {
    font-size: 100%;
  }

  .footer-top-ads .ftop-ads-desc {
    font-size: 90%;
    display: none;
  }

  .footer-top-ads .ftop-newsletter {
    margin: 0;
  }

  .ftop-newsletter .block.block-subscribe {
    position: relative;
  }
  .ftop-newsletter .block.block-subscribe .block-content {
    position: relative;
    padding: 0 0 10px;
    width: auto;
    display: block;
    margin: 0 40px;
  }
  .ftop-newsletter .block.block-subscribe .block-content .input-box {
    width: 100% !important;
  }
  .ftop-newsletter .block.block-subscribe .block-content .actions {
    position: absolute;
    right: 3px;
    top: 4px;
    width: 35px;
  }
  .cdz-rtl .ftop-newsletter .block.block-subscribe .block-content .actions {
    right: auto;
    left: 3px;
  }
  .ftop-newsletter .block.block-subscribe .block-content .actions .button {
    background: transparent;
    border: 0;
    padding: 3px 15px;
  }
  .ftop-newsletter .block.block-subscribe .block-content .actions .button span {
    font-size: 0;
  }
  .ftop-newsletter .block.block-subscribe .block-content .actions .button:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #282828;
    content: '\f105';
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .footer-top-ads .ftop-ads-small {
    font-size: 80%;
  }

  .page-footer .footer-social {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .page-footer .footer-social .social {
    margin: 0;
    text-align: center;
  }
  .page-footer .footer-social .social a {
    float: none;
  }

  .footer-bottom .col-sm-6 {
    margin: 0 0 15px;
  }
  .footer-bottom .col-sm-6 .footer-box {
    padding-bottom: 0px;
  }

  .page-footer p.h5 {
    margin-bottom: 0px;
    padding: 5px 0;
  }

  .bottom-footer-wrapper .footer-payment-logo {
    float: none !important;
    text-align: center;
  }

  .page-footer .cdz-footer-bottom-payment {
    float: none;
  }

  .page-footer .cdz-footer-bottom-payment img {
    margin: 0 auto;
  }

  .page-footer .footer address {
    text-align: center;
    margin-top: 0;
  }

  .footer-bottom .fototer-tags {
    margin: 0;
  }
  .footer-bottom .fototer-tags li {
    display: inline-block;
  }

  .footer-bottom .col-sm-6 h5 {
    margin-bottom: 0;
    line-height: 30px;
  }

  .footer-box .footer-link {
    padding: 15px 0 0;
  }
  .footer-box .footer-link.showhide {
    display: none;
  }
  .footer-box .cdz-toggle-title {
    cursor: pointer;
    margin: 0;
  }
  .footer-box .cdz-toggle-title:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 22px;
    margin-right: 0px;
    float: right;
    cursor: pointer;
  }
  .cdz-rtl .footer-box .cdz-toggle-title:before {
    float: left;
  }
  .footer-box .cdz-toggle-title.active:before {
    content: "\f107";
  }

  /*--- Footer*/
}
@media (max-width: 767px) {
  /*Slideshow*/
  .slide-caption .slide-text {
    margin: 0;
    font-size: 12px;
  }

  .slide-caption .slide-title {
    margin: 0;
  }
  .slide-caption .slide-title span {
    border: 0 none;
    font-size: 18px;
    padding: 0;
  }

  .slide-caption .slide-btn {
    margin: 0;
  }

  .slide-caption .slide-btn a {
    font-size: 12px;
  }

  .cdz-slideshow .slider-wrapper .owl-dots {
    display: none !important;
  }

  .cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*="owl-"] {
    top: -3px;
    height: 39px;
    margin: 0;
  }

  .slide-caption {
    width: inherit;
    left: 25%;
  }

  /*Home main content ----*/
}
@media (max-width: 767px) {
  /*Block bestseller product*/
  .cdz-best-seller-wrap {
    min-height: auto;
  }
  .cdz-best-seller-wrap .nav-tab-content {
    margin: 20px 0 0;
  }

  .mobile-nav-tab-dropdown {
    border: 1px solid #e1e1e1;
    display: block;
    line-height: 40px;
    margin: 10px 40px 0px;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-nav-tab-dropdown:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #282828;
    content: '\f0c9';
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    speak: none;
    text-align: center;
    float: right;
    line-height: 40px;
  }

  .mobile-nav-tabs.active {
    border: 1px solid;
    background: #fff;
    display: block;
    line-height: 40px;
    margin: 0 40px;
    padding: 0 10px;
    text-align: left;
  }

  .codazon-filter-style-02 .owl-nav [class*='owl-'], .codazon-filter-style-05 .owl-nav [class*='owl-'] {
    color: #fefefe;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    height: 60px;
    width: 35px;
    top: calc(40% - 15px);
  }
  .codazon-filter-style-02 .owl-nav [class*='owl-'].owl-next, .codazon-filter-style-05 .owl-nav [class*='owl-'].owl-next {
    right: 0;
  }
  .codazon-filter-style-02 .owl-nav [class*='owl-'].owl-prev, .codazon-filter-style-05 .owl-nav [class*='owl-'].owl-prev {
    left: 0;
    margin: 0 0 0 2px;
  }
  .codazon-filter-style-02 .owl-nav [class*='owl-']:before, .codazon-filter-style-05 .owl-nav [class*='owl-']:before {
    line-height: 60px;
  }
  .codazon-filter-style-02 .cdz-media-wrap, .codazon-filter-style-05 .cdz-media-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .cdz-best-seller-wrap .nav-tabs, .cdz-best-seller-wrap .nav.nav-tabs {
    margin: 0 40px;
  }

  .cdz-buttons-container .tooltip {
    display: none !important;
  }

  .mobile-nav-tabs .active.nav-tab-item .switch {
    font-weight: 500;
  }

  .cdz-best-seller-wrap .nav-tab-item {
    display: block;
    text-align: left;
    margin: 0;
  }

  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item {
    margin: 7px 0;
    clear: left;
    display: block;
  }

  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch,
  .mobile-nav-tabs .nav-tab-item .switch {
    height: auto;
    font: 400 12px/24px Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: inherit;
    padding: 0;
  }

  .mobile-nav-tabs .active.nav-tab-item .switch, .mobile-nav-tabs.active.nav-tab-item .switch:focus, .mobile-nav-tabs .active.nav-tab-item .switch:hover {
    padding: 0;
  }

  .col1-layout .products-grid .product-items.isotope .item.product-item.width-2 {
    width: 98%;
  }

  .col1-layout .products-grid .product-items.isotope .item.product-item.width-1 {
    width: 98%;
  }

  .cdz-best-seller-wrap .products-grid .product-items.isotope .item.product-item {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  .col1-layout .products-grid .product-items:not(.owl-carousel) > .product-item {
    width: 50%;
  }

  .cdz-best-seller-wra .mobile-nav-tab-dropdown {
    margin-bottom: 20px;
  }

  .cdz-best-seller-wrap .codazon-filter {
    padding: 0;
  }

  .col-main-containter .col-main {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .cms-index-index .col-main-containter .col-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-grid .isotope .item.product-item.width-1.width-2 .product-item-link {
    font-size: 12px;
  }

  .codazon-ajax-wrap .product-items:not(.owl-carousel) > .product-item {
    min-height: inherit;
  }

  .col1-layout .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
    height: inherit;
  }
}
/*----Home main content */
/*Main content layout ---------*/
/*--------- Product detail*/
@media (max-width: 767px) {
  .product-view .rsOverflow {
    float: none !important;
    display: inline-block;
  }
  .product-view .rsUni .rsThumbsHor {
    height: auto;
  }
  .product-view .product-shop {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #addTagForm .form-add {
    width: 60%;
  }
}
/*--------- End Product detail*/
/*--------- Main content*/
/* Popup Newsletter ----*/
@media (max-width: 767px) {
  .cdz-popup-wrapper .cdz-popup-newsletter-left {
    float: none;
    width: 100%;
    height: 50%;
    display: none;
  }
  .cdz-popup-wrapper .cdz-popup-newsletter-right {
    float: none;
    width: 100%;
  }
}
/* ----Popup Newsletter*/
/* Slideshow ----*/
@media (max-width: 767px) {
  .cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
    left: 0;
    top: calc(40% - 15px);
  }

  .cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].owl-next {
    right: 0;
  }
}
/* ---- Slideshow */
/*Product page ---------*/
@media (max-width: 767px) {
  .product-image-moreview img.rsImg {
    max-width: none;
    width: auto !important;
    height: 100% !important;
    margin: 0 !important;
  }

  .product-view .product-rating-sku .no-rating {
    text-align: left;
  }
  .product-view .product-rating-sku .product-shop-sku {
    margin-bottom: 10px;
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .product-view .product-rating-sku .product-shop-sku strong {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .product-view .product-rating-sku .pull-right {
    float: none !important;
  }
  .product-view .product-rating-sku .ratings {
    margin-bottom: 10px;
    text-align: left;
  }
  .product-view .product-rating-sku .ratings .rating-links {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .product-view .availability .in-stock strong {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }

  .product-view-media {
    padding: 0;
  }
}
@media (max-width: 488px) {
	.product-image-moreview img.rsImg {
		width: 100% !important;
	}
}
/*--------- Product page*/
/*Categories page*/
@media (max-width: 767px) {
  .category-products .product-grid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-layered-nav .block-content dl dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #282828;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .products-grid .product-item {
    width: 50%;
  }
}
/*Shopping cart & Checkout page*/
@media (max-width: 767px) {
  .cart-empty {
    background: white;
    padding: 20px;
    -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 50px;
  }

  .cart-table {
    border: 0;
  }
  .cart-table tr td {
    display: table-cell;
    padding: 10px 5px;
  }
  .cart-table tr td .item-options {
    padding: 0;
    margin: 10px 0 0;
  }
  .cart-table tr td .item-options dd {
    padding-left: 5px;
  }
  .cart-table tfoot .button {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    margin: 0 20px 0 0;
  }
  .cart-table .shoppingcart-name .product-name {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cart-table .shoppingcart-edit {
    display: none;
  }
  .cart-table .shoppingcart-unittax {
    display: none;
  }
  .cart-table .qty {
    width: 40px;
    height: 35px !important;
  }

  .cart-collaterals .totals {
    padding: 0;
    margin: 0 0 20px;
  }

  #discount-coupon-form {
    margin: 0 0 20px;
  }

  .cart .page-title h1 {
    margin: 0;
  }

  .cart .page-title {
    padding: 0px 10px 15px;
  }

  .cart .data-table tr td {
    border: 0 !important;
  }

  .cart-collaterals {
    margin: 0 0 20px;
  }

  .cart form fieldset {
    margin: 0 0 20px;
    padding: 0;
  }

  .cart-collaterals .buttons-set {
    margin: 0;
    width: 40%;
  }

  .cart-collaterals .buttons-set button.button {
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }

  .cdz-onestepcheckout #opc-login {
    width: auto;
  }
  .cdz-onestepcheckout li.section {
    width: auto;
    margin: 0 10px;
  }
}
/* ============================================ *
 * Codazon_Drug homepages Responsive
 * ============================================ */
@media (max-width: 1200px) and (min-width: 992px) {
  .header-container.cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
    margin-right: 150px;
  }
}
@media (max-width: 991px) {
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
    margin-right: 100px !important;
  }
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link .link {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
  }
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link .link a {
    font-size: 0 !important;
  }
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link .compare {
    display: none;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
  }
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart {
    border-radius: 0;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-qty {
    right: 0;
    left: auto !important;
  }
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-qty {
    left: 0 !important;
    right: auto !important;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-subtotal {
    display: none;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-label {
    display: none;
  }
  .cdz-header-style-02 .header .sticky-menu .cdz-content-megamenu {
    width: 100%;
    float: right;
  }
  .cdz-header-style-02 .header .sticky-menu .cdz-content-megamenu .groupmenu li.level0 a.menu-link {
    padding: 5px 8px;
  }
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search input[type="text"] {
    padding: 0;
    margin: 0;
  }
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search .button:before {
    color: #999999;
  }
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search .form-search:hover input[type="text"] {
    border: 0;
    padding: 0 10px;
    color: #999999;
  }
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search .form-search:hover .button:before {
    color: #999999;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper {
    position: absolute;
    top: -69px;
    right: -10px;
    width: auto;
  }
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper {
    right: auto;
    left: -10px;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search {
    width: auto !important;
    float: left;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search input[type="text"] {
    width: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-width: 0;
    height: 38px !important;
    border-radius: 5px 0 0 0;
    background: #68696d;
    color: #fff;
  }
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search input[type="text"] {
    float: left;
    border-radius: 0px 5px 0 0;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search .button {
    height: 38px;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search .button:before {
    color: #fff;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search:hover input[type="text"] {
    width: 100%;
    border-left-width: 1px;
  }
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search:hover .button:before {
    color: white;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cdz-block-categories-deals {
    display: block;
  }
  .cdz-block-categories-deals h3 {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cdz-block-categories-deals h3 a {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .cdz-block-categories-deals {
    display: none;
  }
  .cdz-block-categories-deals h3 {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cdz-block-categories-deals h3 a {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }

  .menu-breadcrumbs .breadcrumbs {
    margin: 0;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left-color: #e1e1e1;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
    margin: 0;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    padding: 0 0 10px;
    margin: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
    border: 0px solid;
  }

  .cdz-buttons-inner .qs-button {
    display: none;
  }

  .products-grid .isotope .item.product-item .availability.out-of-stock {
    /* color: #df280a; */
    display: inline-block;
  }

  .products-grid .isotope .item.product-item .out-of-stock span {
    color: #fc7070 !important;
    width: 40px;
    display: block;
    font-size: 10px;
    border: 2px solid #fc7070;
    padding: 3px;
    text-transform: lowercase;
  }

  /*.codazon-filter-style-01{
  	.products-grid{
  		.product-item-info{
  			.cdz-product-bottom{
  				position:inherit;
  				background:none;
  				padding-top:10px;
  				-webkit-transform: scale(1, 1);
  				-moz-transform: scale(1, 1);
  				-ms-transform: scale(1, 1);
  				-o-transform: scale(1, 1);
  				.cdz-buttons-container {
  					.qs-button {
  						transform: translate(0, 0);
  					}
  					button.tocart.primary {
  						transform: translate(0, 0);
  					}
  				}
  			}
  			&:hover{
  				
  			}
  		}
  	}
  }*/
  .codazon-filter-style-02 .products-grid .product-item-info .cdz-product-bottom .ratings {
    display: none;
  }

  /*.codazon-filter-style-03{
  	.products-grid{
  		.product-item-info{
  			.cdz-product-bottom{
  				position:inherit;
  				background:none;
  				padding-top:10px;
  				-webkit-transform: scale(1, 1);
  				-moz-transform: scale(1, 1);
  				-ms-transform: scale(1, 1);
  				-o-transform: scale(1, 1);
  				.cdz-buttons-container {
  					.qs-button {
  						transform: translate(0, 0);
  					}
  					button.tocart.primary {
  						transform: translate(0, 0);
  					}
  				}
  			}
  			&:hover{
  				
  			}
  		}
  	}
  }*/
  /*.codazon-filter-style-04{
  	.products-grid{
  		.product-item-info{
  			.cdz-product-bottom{
  				position:inherit;
  				background:none;
  				padding-top:10px;
  				-webkit-transform: scale(1, 1);
  				-moz-transform: scale(1, 1);
  				-ms-transform: scale(1, 1);
  				-o-transform: scale(1, 1);
  				.cdz-buttons-container {
  					.qs-button {
  						transform: translate(0, 0);
  					}
  					button.tocart.primary {
  						transform: translate(0, 0);
  					}
  				}
  			}
  			&:hover{
  				
  			}
  		}
  	}
  }*/
  .codazon-filter-style-05 .products-grid .owl-theme .owl-nav {
    margin: 0;
  }
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-info {
    display: none;
  }
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-bottom {
    position: inherit;
    background: none !important;
    padding-top: 10px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-bottom .cdz-buttons-container .qs-button {
    transform: translate(0, 0);
  }
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-bottom .cdz-buttons-container button.tocart.primary {
    transform: translate(0, 0);
  }
}
/* ============================================ *
* Codazon_Drug homepages Responsive
* ============================================ */
/* ============================================ *
* Codazon_Menu Vertical Responsive
* ============================================ */
@media (max-width: 991px) {
  .menu-vertical-subpage {
    padding: 0;
    margin: 0 10px;
  }

  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
    position: inherit;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.menu-link {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.menu-link:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    font-size: 13px;
    margin-right: 10px;
  }
  .cdz-rtl .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.menu-link:before {
    margin-right: 0px;
    margin-left: 10px;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .cdz-sub-cat {
    padding-left: 20px;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 37px;
    display: block;
    height: 37px;
  }
  .cdz-rtl .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle {
    right: auto;
    left: 0px;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle .caret {
    border: 0;
    width: 37px;
    display: block;
    height: 37px;
    text-align: center;
    cursor: pointer;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f196";
    font-size: 15px;
    color: #282828;
    line-height: 37px;
  }
  .menu-vertical .cdz-nav-wrap [class*='vertical-level']:hover a.menu-link {
    background: #fff;
    color: inherit !important;
  }
  .menu-vertical .cdz-nav-wrap .parent:hover > .cdz-sub-cat {
    display: inherit;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu-vertical .cdz-nav-wrap .parent .open.cdz-sub-cat {
    display: inherit;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu-vertical .cdz-nav-wrap .parent:after {
    display: none;
  }
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle {
    display: block !important;
  }
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 37px;
    display: block;
    height: 37px;
  }
  .cdz-rtl .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle {
    right: auto;
    left: 0px;
  }
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle .caret {
    border: 0;
    width: 37px;
    display: block;
    height: 37px;
    text-align: center;
    cursor: pointer;
  }
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 20px;
    color: #282828;
    line-height: 37px;
  }
}
/* ============================================ *
* Codazon_Menu Vertical Responsive
* ============================================ */
/* ============================================ *
* Codazon_Footer 2
* ============================================ */
@media (min-width: 767px) and (max-width: 991px) {
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
    width: 70%;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
    height: 34px !important;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input:before {
    line-height: 34px;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions {
    width: 28%;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions .button {
    padding: 6px 10px 5px;
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .footer-newsletter-02 .social {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
    width: 100% !important;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
    height: 34px !important;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input:before {
    line-height: 34px;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions {
    width: 35px !important;
    text-align: center !important;
  }
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions .button {
    padding: 0px 10px 0px;
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .footer-newsletter-02 .footer02-social {
    clear: left;
  }
  .footer-newsletter-02 .social {
    margin: 15px 0;
    text-align: center !important;
  }
}
/* ============================================ *
* Codazon_Footer 2
* ============================================ */
/* ============================================ *
* Codazon_Login & Register
* ============================================ */
@media (max-width: 767px) {
  .customer-account-forgotpassword .page-main, .customer-account-create .account-create, .customer-account-login .account-login {
    width: auto;
  }

  .account-login #login-form, .account-create #form-validate, .customer-account-forgotpassword .col-main #form-validate {
    min-width: inherit;
  }
}
/* ============================================ *
* Codazon_Login & Register
* ============================================ */
/* ============================================ *
* Codazon_Account
* ============================================ */
@media (max-width: 767px) {
  .customer-account-index .header-container, .customer-account-index .footer,
  .customer-account-edit .header-container,
  .customer-account-edit .footer,
  .wishlist-index-index .header-container,
  .wishlist-index-index .footer,
  .customer-address-form .header-container,
  .customer-address-form .footer,
  .sales-order-history .header-container,
  .sales-order-history .footer,
  .sales-billing-agreement-index .header-container,
  .sales-billing-agreement-index .footer,
  .sales-recurring-profile-index .header-container,
  .sales-recurring-profile-index .footer,
  .review-customer-index .header-container,
  .review-customer-index .footer,
  .oauth-customer-token-index .header-container,
  .oauth-customer-token-index .footer,
  .newsletter-manage-index .header-container,
  .newsletter-manage-index .footer,
  .downloadable-customer-products .header-container,
  .downloadable-customer-products .footer,
  .customer-address-index .header-container,
  .customer-address-index .footer,
  .sales-order-view .header-container,
  .sales-order-view .footer,
  .tag-customer-index .header-container,
  .tag-customer-index .footer {
    display: block;
  }
  .customer-account-index .col-left.sidebar,
  .customer-account-edit .col-left.sidebar,
  .wishlist-index-index .col-left.sidebar,
  .customer-address-form .col-left.sidebar,
  .sales-order-history .col-left.sidebar,
  .sales-billing-agreement-index .col-left.sidebar,
  .sales-recurring-profile-index .col-left.sidebar,
  .review-customer-index .col-left.sidebar,
  .oauth-customer-token-index .col-left.sidebar,
  .newsletter-manage-index .col-left.sidebar,
  .downloadable-customer-products .col-left.sidebar,
  .customer-address-index .col-left.sidebar,
  .sales-order-view .col-left.sidebar,
  .tag-customer-index .col-left.sidebar {
    width: auto;
    height: auto;
    position: static;
    margin: 0 10px 20px;
    padding-bottom: 0;
  }
  .customer-account-index .col-left.sidebar .my-account-logo,
  .customer-account-edit .col-left.sidebar .my-account-logo,
  .wishlist-index-index .col-left.sidebar .my-account-logo,
  .customer-address-form .col-left.sidebar .my-account-logo,
  .sales-order-history .col-left.sidebar .my-account-logo,
  .sales-billing-agreement-index .col-left.sidebar .my-account-logo,
  .sales-recurring-profile-index .col-left.sidebar .my-account-logo,
  .review-customer-index .col-left.sidebar .my-account-logo,
  .oauth-customer-token-index .col-left.sidebar .my-account-logo,
  .newsletter-manage-index .col-left.sidebar .my-account-logo,
  .downloadable-customer-products .col-left.sidebar .my-account-logo,
  .customer-address-index .col-left.sidebar .my-account-logo,
  .sales-order-view .col-left.sidebar .my-account-logo,
  .tag-customer-index .col-left.sidebar .my-account-logo {
    display: none;
  }
  .customer-account-index .col-left.sidebar .block.block-account,
  .customer-account-edit .col-left.sidebar .block.block-account,
  .wishlist-index-index .col-left.sidebar .block.block-account,
  .customer-address-form .col-left.sidebar .block.block-account,
  .sales-order-history .col-left.sidebar .block.block-account,
  .sales-billing-agreement-index .col-left.sidebar .block.block-account,
  .sales-recurring-profile-index .col-left.sidebar .block.block-account,
  .review-customer-index .col-left.sidebar .block.block-account,
  .oauth-customer-token-index .col-left.sidebar .block.block-account,
  .newsletter-manage-index .col-left.sidebar .block.block-account,
  .downloadable-customer-products .col-left.sidebar .block.block-account,
  .customer-address-index .col-left.sidebar .block.block-account,
  .sales-order-view .col-left.sidebar .block.block-account,
  .tag-customer-index .col-left.sidebar .block.block-account {
    margin-bottom: 0;
  }
  .customer-account-index .col-main,
  .customer-account-edit .col-main,
  .wishlist-index-index .col-main,
  .customer-address-form .col-main,
  .sales-order-history .col-main,
  .sales-billing-agreement-index .col-main,
  .sales-recurring-profile-index .col-main,
  .review-customer-index .col-main,
  .oauth-customer-token-index .col-main,
  .newsletter-manage-index .col-main,
  .downloadable-customer-products .col-main,
  .customer-address-index .col-main,
  .sales-order-view .col-main,
  .tag-customer-index .col-main {
    width: auto;
    float: none;
    position: static;
  }
}
/* ============================================ *
* Codazon_Account
* ============================================ */
 /* ============================================ *
* LuPa custom
* ============================================ */
/*========box/wide custom===========*/
@media (min-width: 768px) {
  .cdz-boxed .page {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .cdz-boxed .page {
    width: 980px;
  }
}
/*========custom layout===========*/
@media (min-width: 767px) and (max-width: 991px) {
  .cdz-header-style-04.header-container .header .cart-icon .cart-label {
    display: none;
  }
  .cdz-header-style-04.header-container .header .cart-icon .cart-subtotal {
    display: none;
  }
  .cdz-header-style-04.header-container .sticky-menu:not(.active) .cdz-top-cart .cart-icon {
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe {
    margin-left: 0px !important;
  }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content input {
    padding-right: 10px;
  }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions {
    position: static;
    margin-top: 10px;
  }

  .page-footer .item_tag li a {
    padding: 0;
    border: none;
  }
}
@media (max-width: 766px) {
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe {
    margin-left: 0px !important;
  }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
    float: left;
    margin: 5px 10px 5px 0;
  }
  .cdz-rtl .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
    float: right;
    margin: 5px 0px 5px 10px;
  }

  /*cart bottom*/
  .footer-cart.cdz-dropdown .cart-trigger {
    min-width: 55px;
    padding: 16px 10px;
    top: -61px;
    text-align: center;
    left: 5px;
    border-radius: 100px;
  }
  .footer-cart.cdz-dropdown .cart-trigger span.amount {
    display: none !important;
  }
  .footer-cart.cdz-dropdown .cart-trigger:after {
    content: "\f291";
    font-size: 22px;
    margin: 0;
    float: none;
  }
  .footer-cart.cdz-dropdown.active .cart-trigger {
    border-radius: 0px;
    top: -56px;
    left: 0;
  }
  .footer-cart.cdz-dropdown.active .cart-trigger:after {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    content: "\f00d";
  }
  .footer-cart.cdz-dropdown .cart-content {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items {
    padding-right: 10px;
    position: static;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list {
    border: none;
    padding: 10px 10px 0;
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list .cart-item {
    width: 50px;
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list .cart-item .product-image img {
    max-width: 100%;
  }
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list .cart-item .btn-remove {
    margin-top: 7px;
  }
  .footer-cart.cdz-dropdown .cart-content .check-out {
    position: static;
    padding: 0;
    width: 100%;
    padding: 20px 10px 0;
  }
  .footer-cart.cdz-dropdown .cart-content .check-out .summary {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  .footer-cart.cdz-dropdown .cart-content .check-out .actions {
    float: none;
    height: auto;
    margin: 0;
    border-left: none;
    border-top: 1px solid #dfdfdf;
    padding: 20px;
  }
  .footer-cart.cdz-dropdown .cart-content .check-out .actions button.button {
    width: 100%;
  }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.ar500armor.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.ar500armor.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.ar500armor.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.ar500armor.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.ar500armor.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.ar500armor.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.ar500armor.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.ar500armor.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.ar500armor.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-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{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/owl.carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */

.container-smooth{max-width:1170px}@media (min-width:1px){.container-smooth{width:auto}}.btn-labeled{padding-top:0;padding-bottom:0}.btn-label{position:relative;background:0 0;background:rgba(0,0,0,.15);display:inline-block;padding:6px 12px;left:-12px;border-radius:3px 0 0 3px}.btn-label.btn-label-right{left:auto;right:-12px;border-radius:0 3px 3px 0}.btn-lg .btn-label{padding:10px 16px;left:-16px;border-radius:5px 0 0 5px}.btn-lg .btn-label.btn-label-right{left:auto;right:-16px;border-radius:0 5px 5px 0}.btn-sm .btn-label{padding:5px 10px;left:-10px;border-radius:2px 0 0 2px}.btn-sm .btn-label.btn-label-right{left:auto;right:-10px;border-radius:0 2px 2px 0}.btn-xs .btn-label{padding:1px 5px;left:-5px;border-radius:2px 0 0 2px}.btn-xs .btn-label.btn-label-right{left:auto;right:-5px;border-radius:0 2px 2px 0}.nav-tabs-bottom{border-bottom:0;border-top:1px solid #ddd}.nav-tabs-bottom>li{margin-bottom:0;margin-top:-1px}.nav-tabs-bottom>li>a{border-radius:0 0 4px 4px}.nav-tabs-bottom>li>a:hover,.nav-tabs-bottom>li>a:focus,.nav-tabs-bottom>li.active>a,.nav-tabs-bottom>li.active>a:hover,.nav-tabs-bottom>li.active>a:focus{border:1px solid #ddd;border-top-color:transparent}.nav-tabs-left{border-bottom:0;border-right:1px solid #ddd}.nav-tabs-left>li{margin-bottom:0;margin-right:-1px;float:none}.nav-tabs-left>li>a{border-radius:4px 0 0 4px;margin-right:0;margin-bottom:2px}.nav-tabs-left>li>a:hover,.nav-tabs-left>li>a:focus,.nav-tabs-left>li.active>a,.nav-tabs-left>li.active>a:hover,.nav-tabs-left>li.active>a:focus{border:1px solid #ddd;border-right-color:transparent}.row>.nav-tabs-left{padding-right:0;padding-left:15px;margin-right:-1px;position:relative;z-index:1}.row>.nav-tabs-left+.tab-content{border-left:1px solid #ddd}.nav-tabs-right{border-bottom:0;border-left:1px solid #ddd}.nav-tabs-right>li{margin-bottom:0;margin-left:-1px;float:none}.nav-tabs-right>li>a{border-radius:0 4px 4px 0;margin-left:0;margin-bottom:2px}.nav-tabs-right>li>a:hover,.nav-tabs-right>li>a:focus,.nav-tabs-right>li.active>a,.nav-tabs-right>li.active>a:hover,.nav-tabs-right>li.active>a:focus{border:1px solid #ddd;border-left-color:transparent}.row>.nav-tabs-right{padding-left:0;padding-right:15px}.navmenu,.navbar-offcanvas{width:300px;height:auto;border-width:1px;border-style:solid;border-radius:4px}.navmenu-fixed-left,.navmenu-fixed-right,.navbar-offcanvas{position:fixed;z-index:1050;top:0;bottom:0;overflow-y:auto;border-radius:0}.navmenu-fixed-left,.navbar-offcanvas.navmenu-fixed-left{left:0;right:auto;border-width:0 1px 0 0}.navmenu-fixed-right,.navbar-offcanvas{left:auto;right:0;border-width:0 0 0 1px}.navmenu-nav{margin-bottom:10px}.navmenu-nav.dropdown-menu{position:static;margin:0;padding-top:0;float:none;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.navbar-offcanvas .navbar-nav{margin:0}@media (min-width:768px){.navbar-offcanvas{width:auto;border-top:0;box-shadow:none}.navbar-offcanvas.offcanvas{position:static;display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-offcanvas .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-offcanvas .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-offcanvas .navmenu-brand{display:none}}.navmenu-brand{display:block;font-size:18px;line-height:20px;padding:10px 15px;margin:10px 0}.navmenu-brand:hover,.navmenu-brand:focus{text-decoration:none}.navmenu-default,.navbar-default .navbar-offcanvas{background-color:#f8f8f8;border-color:#e7e7e7}.navmenu-default .navmenu-brand,.navbar-default .navbar-offcanvas .navmenu-brand{color:#777}.navmenu-default .navmenu-brand:hover,.navbar-default .navbar-offcanvas .navmenu-brand:hover,.navmenu-default .navmenu-brand:focus,.navbar-default .navbar-offcanvas .navmenu-brand:focus{color:#5e5e5e;background-color:transparent}.navmenu-default .navmenu-text,.navbar-default .navbar-offcanvas .navmenu-text{color:#777}.navmenu-default .navmenu-nav>.dropdown>a:hover .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,.navmenu-default .navmenu-nav>.dropdown>a:focus .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navmenu-default .navmenu-nav>.open>a,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a,.navmenu-default .navmenu-nav>.open>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover,.navmenu-default .navmenu-nav>.open>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus{background-color:#e7e7e7;color:#555}.navmenu-default .navmenu-nav>.open>a .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a .caret,.navmenu-default .navmenu-nav>.open>a:hover .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,.navmenu-default .navmenu-nav>.open>a:focus .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navmenu-default .navmenu-nav>.dropdown>a .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}.navmenu-default .navmenu-nav.dropdown-menu,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#e7e7e7}.navmenu-default .navmenu-nav.dropdown-menu>.divider,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider{background-color:#f8f8f8}.navmenu-default .navmenu-nav.dropdown-menu>.active>a,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,.navmenu-default .navmenu-nav.dropdown-menu>.active>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,.navmenu-default .navmenu-nav.dropdown-menu>.active>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus{background-color:#d7d7d7}.navmenu-default .navmenu-nav>li>a,.navbar-default .navbar-offcanvas .navmenu-nav>li>a{color:#777}.navmenu-default .navmenu-nav>li>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,.navmenu-default .navmenu-nav>li>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus{color:#333;background-color:transparent}.navmenu-default .navmenu-nav>.active>a,.navbar-default .navbar-offcanvas .navmenu-nav>.active>a,.navmenu-default .navmenu-nav>.active>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,.navmenu-default .navmenu-nav>.active>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navmenu-default .navmenu-nav>.disabled>a,.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a,.navmenu-default .navmenu-nav>.disabled>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:hover,.navmenu-default .navmenu-nav>.disabled>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navmenu-inverse,.navbar-inverse .navbar-offcanvas{background-color:#222;border-color:#080808}.navmenu-inverse .navmenu-brand,.navbar-inverse .navbar-offcanvas .navmenu-brand{color:#999}.navmenu-inverse .navmenu-brand:hover,.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,.navmenu-inverse .navmenu-brand:focus,.navbar-inverse .navbar-offcanvas .navmenu-brand:focus{color:#fff;background-color:transparent}.navmenu-inverse .navmenu-text,.navbar-inverse .navbar-offcanvas .navmenu-text{color:#999}.navmenu-inverse .navmenu-nav>.dropdown>a:hover .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,.navmenu-inverse .navmenu-nav>.dropdown>a:focus .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navmenu-inverse .navmenu-nav>.open>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a,.navmenu-inverse .navmenu-nav>.open>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover,.navmenu-inverse .navmenu-nav>.open>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus{background-color:#080808;color:#fff}.navmenu-inverse .navmenu-nav>.open>a .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a .caret,.navmenu-inverse .navmenu-nav>.open>a:hover .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,.navmenu-inverse .navmenu-nav>.open>a:focus .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navmenu-inverse .navmenu-nav>.dropdown>a .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navmenu-inverse .navmenu-nav.dropdown-menu,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#080808}.navmenu-inverse .navmenu-nav.dropdown-menu>.divider,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider{background-color:#222}.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus{background-color:#000}.navmenu-inverse .navmenu-nav>li>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a{color:#999}.navmenu-inverse .navmenu-nav>li>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:hover,.navmenu-inverse .navmenu-nav>li>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:focus{color:#fff;background-color:transparent}.navmenu-inverse .navmenu-nav>.active>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a,.navmenu-inverse .navmenu-nav>.active>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:hover,.navmenu-inverse .navmenu-nav>.active>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:focus{color:#fff;background-color:#080808}.navmenu-inverse .navmenu-nav>.disabled>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a,.navmenu-inverse .navmenu-nav>.disabled>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:hover,.navmenu-inverse .navmenu-nav>.disabled>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:focus{color:#444;background-color:transparent}.alert-fixed-top,.alert-fixed-bottom{position:fixed;width:100%;z-index:1035;border-radius:0;margin:0;left:0}@media (min-width:992px){.alert-fixed-top,.alert-fixed-bottom{width:992px;left:50%;margin-left:-496px}}.alert-fixed-top{top:0;border-width:0 0 1px}@media (min-width:992px){.alert-fixed-top{border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-width:0 1px 1px}}.alert-fixed-bottom{bottom:0;border-width:1px 0 0}@media (min-width:992px){.alert-fixed-bottom{border-top-right-radius:4px;border-top-left-radius:4px;border-width:1px 1px 0}}.offcanvas{display:none}.offcanvas.in{display:block}@media (max-width:767px){.offcanvas-xs{display:none}.offcanvas-xs.in{display:block}}@media (max-width:991px){.offcanvas-sm{display:none}.offcanvas-sm.in{display:block}}@media (max-width:1199px){.offcanvas-md{display:none}.offcanvas-md.in{display:block}}.offcanvas-lg{display:none}.offcanvas-lg.in{display:block}.canvas-sliding{-webkit-transition:top .35s,left .35s,bottom .35s,right .35s;transition:top .35s,left .35s,bottom .35s,right .35s}.offcanvas-clone{height:0!important;width:0!important;overflow:hidden!important;border:none!important;margin:0!important;padding:0!important;position:absolute!important;top:auto!important;left:auto!important;bottom:0!important;right:0!important;opacity:0!important}.table.rowlink td:not(.rowlink-skip),.table .rowlink td:not(.rowlink-skip){cursor:pointer}.table.rowlink td:not(.rowlink-skip) a,.table .rowlink td:not(.rowlink-skip) a{color:inherit;font:inherit;text-decoration:inherit}.table-hover.rowlink tr:hover td,.table-hover .rowlink tr:hover td{background-color:#cfcfcf}.btn-file{overflow:hidden;position:relative;vertical-align:middle}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);font-size:23px;height:100%;width:100%;direction:ltr;cursor:pointer}.fileinput{margin-bottom:9px;display:inline-block}.fileinput .form-control{padding-top:7px;padding-bottom:5px;display:inline-block;margin-bottom:0;vertical-align:middle;cursor:text}.fileinput .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center}.fileinput .thumbnail>img{max-height:100%}.fileinput .btn{vertical-align:middle}.fileinput-exists .fileinput-new,.fileinput-new .fileinput-exists{display:none}.fileinput-inline .fileinput-controls{display:inline}.fileinput-filename{vertical-align:middle;display:inline-block;overflow:hidden}.form-control .fileinput-filename{vertical-align:bottom}.fileinput.input-group{display:table}.fileinput.input-group>*{position:relative;z-index:2}.fileinput.input-group>.btn-file{z-index:1}.fileinput-new.input-group .btn-file,.fileinput-new .input-group .btn-file{border-radius:0 4px 4px 0}.fileinput-new.input-group .btn-file.btn-xs,.fileinput-new .input-group .btn-file.btn-xs,.fileinput-new.input-group .btn-file.btn-sm,.fileinput-new .input-group .btn-file.btn-sm{border-radius:0 3px 3px 0}.fileinput-new.input-group .btn-file.btn-lg,.fileinput-new .input-group .btn-file.btn-lg{border-radius:0 6px 6px 0}.form-group.has-warning .fileinput .fileinput-preview{color:#8a6d3b}.form-group.has-warning .fileinput .thumbnail{border-color:#faebcc}.form-group.has-error .fileinput .fileinput-preview{color:#a94442}.form-group.has-error .fileinput .thumbnail{border-color:#ebccd1}.form-group.has-success .fileinput .fileinput-preview{color:#3c763d}.form-group.has-success .fileinput .thumbnail{border-color:#d6e9c6}.input-group-addon:not(:first-child){border-left:0}


@charset "UTF-8";.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.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*@mixin abs-stylebg($_bkgcolor, $_bkgurl, $_bkgname, $_bkgposition: 0 0, $_bkgrepeat: no-repeat){
	background-color:$_bkgcolor;
	background-image:url("https://www.ar500armor.com/skin/frontend/codazon_fastest/outdoor/css/${_bkgurl}${_bkgname}");
	background-position:$_bkgposition;
	background-repeat:$_bkgrepeat;
}
*/
/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
/*Label product*/
/*Setting padding for template*/
/*Spacing for each area*/
/*update 04/14*/
/*Outdoor Homepage*/
.wrapper {
  background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/outdoor/images/bg-page.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*header*/
/*header logo color*/
.cdz-header-style-05.header-container .header h1.logo {
  background: #transparent;
}
.cdz-header-style-05.header-container .header h1.logo:before {
  border-left-color: #4d4d4d;
  border-bottom-color: #4d4d4d;
}

.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.cdz-slideshow .owl-carousel .owl-dots {
	right: 0;
	left: 0;
	margin: auto;
}
.cdz-slideshow .owl-carousel .owl-dots .owl-dot span {
	color: #666666;
}
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
	color: #666666;
	border-color: #666666;
	top: calc(100% - 70px);
}
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:hover {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
}

@media (min-width: 769px) {
  .cdz-header-style-05 .header .cdz-bottom-logo-cart .container,
  .cdz-header-style-05 .header .cdz-header-top .container {
  }

  .slideshow-content .slideshow-banner {
    margin: 0 -10px 0px;
  }
}
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.slideshow-content .container,
.main-container .container {
  background: #FFFFFF;
  position: relative;
}

.cdz-brand-slider-wrap {
  padding: 2rem;
}
.cdz-brand-slider-wrap .cdz-banners-item {
  border: none;
  padding: 0;
}

/*product tab*/
@media (min-width: 768px) {
  .product-view .product-detail-tab .nav-tabs .nav-tab-item .switch,
  .product-view .product-detail-tab .nav.nav-tabs .nav-tab-item .switch {
    background: #8c8f8f !important;
  }
  .product-view .product-detail-tab .nav-tabs .nav-tab-item:not(.disabled).active .switch, .product-view .product-detail-tab .nav-tabs .nav-tab-item:not(.disabled) .switch:focus, .product-view .product-detail-tab .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
    background: #4d4d4d !important;
    border-bottom-color: #c5420e;
  }

  .nav-tabs .nav-tab-item:not(.disabled).active .switch, .nav-tabs .nav-tab-item:not(.disabled) .switch:focus, .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
    background: #4d4d4d;
    border-bottom-color: #c5420e;
  }
}
@media (max-width: 767px) {
  .product-view .product-detail-tab .nav-tabs .nav-tab-item .switch,
  .product-view .product-detail-tab .nav.nav-tabs .nav-tab-item .switch {
    background: transparent !important;
    color: #282828;
  }
  .product-view .product-detail-tab .nav-tabs .nav-tab-item:not(.disabled).active .switch, .product-view .product-detail-tab .nav-tabs .nav-tab-item:not(.disabled) .switch:focus, .product-view .product-detail-tab .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
    color: #282828;
    background: transparent !important;
  }

  .nav-tabs .nav-tab-item:not(.disabled).active .switch, .nav-tabs .nav-tab-item:not(.disabled) .switch:focus, .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
    background: #282828;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .space-base {
    margin-bottom: 20px !important;
  }

  .cms-index-index .space-small-base {
    margin-bottom: 0px !important;
  }

  .slideshow-content .slideshow-banner {
    margin: 0 -10px;
  }

  .cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
    width: 37px;
    height: 37px;
    left: 10px;
		top: calc(100% - 47px);
  }
  .cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:before {
    font-size: 28px;
    line-height: 34px;
  }
  .cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].owl-next {
    right: 10px;
  }

  .cdz-mobile-header-menu {
    background: #1a1a1a;
  }

  .cdz-mobile-header-menu .cdz-mobile-search .cdz-search-trigger:before {
    color: #8c8f8f;
  }

  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar {
    background: #8c8f8f;
  }

  .cdz-mobile-header-menu .cart-icon:before {
    background-position: 12px -27px;
  }

  .mobile-nav-tab-dropdown,
  .mobile-nav-tabs.active {
    margin: 0;
  }
}
/*product label*/
.product-item-info .cdz-product-lbs .lb-item {
  width: 50px;
  height: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: white;
  color: #008ae2;
  border: 2px solid #008ae2;
}
.product-item-info .cdz-product-lbs .lb-item.lb-sale {
  background: white;
  border-color: #c5420e;
  color: #1b1e17;
}

/*Outdoor Header*/
/*Header 05 - Outdoor*/
.cdz-header-style-05 {
  position: absolute;
	width:100%;
	z-index: 500;
}
.header-fix {
	height: 178px;
}
@media (max-width: 1200px) {
	.header-fix {
		height: 202px;
	}
}
@media (max-width: 768px) {
	.header-fix {
		height: 0;
	}
	.cdz-header-style-05 {
		position: relative;
	}
	.owl-nav [class*='owl-'], .owl-theme .owl-nav [class*=owl-] {
		top:30%;
	}
}
.cdz-header-style-05 .header .cdz-col-left,
.cdz-header-style-05 .header .cdz-header-top .cdz-top-link .link a {
  text-transform: uppercase;
}
.cdz-header-style-05 .header .cdz-header-top {
  padding-top: 5px;
  padding-bottom: 0px;
  border: none;
  z-index: 1;
}
.cdz-header-style-05 .header .cdz-header-top .cdz-dropdown {
  margin-left: 20px;
}
.cdz-rtl .cdz-header-style-05 .header .cdz-header-top .cdz-dropdown {
  margin-right: 20px;
  margin-left: 0px;
}
.cdz-header-style-05 .header .cdz-header-logo {
  font-size: 0;
}
.cdz-header-style-05 .header h1.logo {
  display: inline-block;
  position: relative;
  padding: 10px 30px 0;
  overflow: hidden;
  float: none;
  background: #4d;
  min-height: 127px;
  margin-top: -28px;
}
.cdz-header-style-05 .header h1.logo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  border-width: 140px 194px 0px 0px;
  border-style: solid;
  border-color: #1a1a1a;
  z-index: 1;
}
.cdz-header-style-05 .header h1.logo a.logo {
  position: relative;
  z-index: 2;
}
.cdz-rtl .cdz-header-style-05 .header h1.logo a.logo {
  float: right;
}
.cdz-header-style-05 .header .cdz-bottom-logo-cart {
  padding: 0px;
}
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login {
  display: inline-block;
}
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger {
  text-align: center;
  text-transform: uppercase;
}
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  font-size: 26px;
  margin-left: 15px;
  height: 31px;
}
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger.cdz-account:before {
	margin-left: 22px;
}
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger:after {
  display: none;
}
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger .sign_in-label {
  display: block;
  font-size: 120%;
}
.cdz-header-style-05 .header .cart-icon {
  position: relative;
  display: inline-block;
}
.cdz-header-style-05 .header .cart-icon:before {
  background-position: 9px -34px;
}
.cdz-header-style-05 .header .cart-icon .cart-label {
  display: block;
  text-transform: uppercase;
  font-size: 120%;
}
.cdz-header-style-05 .header .cart-icon .cart-subtotal {
  display: none;
}
.cdz-header-style-05 .header .cart-icon .cart-qty {
  top: -2px;
  font-weight: normal;
  right: 5px;
  left: auto;
}
.cdz-header-style-05 .header .cdz-main-menu {
  font-size: 0;
}
.cdz-header-style-05 .header .cdz-main-menu .groupmenu {
  display: inline-block;
}
.cdz-header-style-05 .header .cdz-main-menu .groupmenu li.level0 a.menu-link {
  padding: 14px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-main-menu {
  text-align: center;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-main-menu .groupmenu li.level0 a.menu-link {
  padding: 10px 19px;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-main-menu .groupmenu .groupmenu-drop {
	top: 37px;
  text-align: left;
  background: #37402f;
}
.cdz-rtl .cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-main-menu .groupmenu .groupmenu-drop {
  text-align: right;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart {
  padding: 15px 15px;
  min-width: 115px;
  text-align: center;
  float: right;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-login {
  margin-right: 10px;
  padding: 25px 15px;
}
.cdz-rtl .cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-login {
  margin-right: 0px;
  margin-left: 10px;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .block-search {
  width: 100%;
  margin-top: 30px;
}
.cdz-header-style-05 .header .sticky-menu.active .cdz-header-menu .cdz-main-menu {
}
.cdz-rtl .cdz-header-style-05 .header .sticky-menu.active .cdz-header-menu .cdz-main-menu {
  padding-right: 0px;
  padding-left: 130px;
}
.cdz-header-style-05 .header .sticky-menu.active .block-search {
  right: 55px;
  top: 4px;
	display: none;
}
.cdz-rtl .cdz-header-style-05 .header .sticky-menu.active .block-search {
  right: auto;
  left: 59px;
}
.cdz-header-style-05 .header .sticky-menu.active .block-search .form-search .button:hover {
  background-color: white;
}
.cdz-header-style-05 .header .sticky-menu.active .block-search .form-search .button:hover:before {
  color: #4d4d4d;
}
.cdz-header-style-05 .header .sticky-menu.active .cdz-header-cart {
  right: 10px;
  top: 7px;
}
.cdz-rtl .cdz-header-style-05 .header .sticky-menu.active .cdz-header-cart {
  right: auto;
  left: 0;
}
.cdz-header-style-05 .header .sticky-menu.active .cdz-header-cart .cdz-top-login {
  display: none;
}
.cdz-header-style-05 .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
  top: -7px;
  right: -7px;
}
.cdz-rtl .cdz-header-style-05 .header .cdz-bottom-logo-cart .cdz-header-cart {
  float: left !important;
}

/*update 04/14*/
/*Outdoor Footer*/
.page-footer.cdz-footer-style-05 {
  background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/outdoor/images/bg-footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: 0px -275px 125px 125px #000000;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper {
  padding: 20px 0;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-title {
  display: none;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content {
  padding: 0;
  position: relative;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .input-box {
  padding: 0;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content input {
  border-width: 1px;
  padding-right: 80px;
  text-transform: none;
  text-transform: uppercase;
  background: transparent;
}
.cdz-rtl .page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content input {
  padding-right: 30px;
  padding-left: 80px;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.cdz-rtl .page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions {
  left: 0;
  right: auto;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions button.button {
  margin: 0;
  padding: 10px 15px;
  border-width: 1px;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social {
  padding: 0;
  margin: 0 -10px;
  margin-top: 10px;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a {
  margin-bottom: 10px;
  float: right;
}
.cdz-rtl .page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.page-footer.cdz-footer-style-05 .footer-links {
  padding: 15px 0px 20px;
}
.page-footer.cdz-footer-style-05 .footer-links p.h5 {
  margin-bottom: 22px;
}
.page-footer.cdz-footer-style-05 .footer-links ul li {
  border-top: 1px solid;
}
.page-footer.cdz-footer-style-05 .footer-links ul li:first-child {
  border-top: none;
}
.page-footer.cdz-footer-style-05 .bottom-footer-wrapper {
  border: none;
  padding: 30px 0 10px;
}

@media (max-width: 767px) {
  .footer02-social {
    text-align: center;
  }

  .page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social {
    display: inline-block;
  }
}
/*Color Important*/
body {
  font: 400 13px/1.55 Tahoma, Arial, sans-serif;
  color: #282828;
  background: #2d3227;
}

body a {
  color: #8c8f8f;
  text-decoration: none;
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
  vertical-align: middle;
}

a:hover, a:focus {
  color: #8c8f8f;
}

.wrapper {
  font: 400 13px/1.55 Tahoma, Arial, sans-serif;
  color: #282828;
  background-color: #000000;
}

.pages {
  background: #000000;
}

.space-base {
  margin-bottom: 60px;
}

.space-base.wrapper-ads07 {
	margin: 0 0 20px -10px;
	width: calc(100% + 20px);
}

.space-small-base {
  margin-bottom: 20px;
}
.slideshow-content .space-base.wrapper-ads07 a img {
   transition: all 0.5s ease;
}
.slideshow-content .space-base.wrapper-ads07 a img:hover {
    transform: scale(1.05);
}

.page-title h1,
.page-title h2 {
  text-transform: uppercase;
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 600;
  color: #282828;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cdz-dropdown-content {
  background: #1a1a1a;
  border-color: #000000;
}

.breadcrumbs ul li {
  color: #282828;
}

.cdz-best-seller-wra .nav-tabs .nav-tab-item .switch:hover {
  color: #c5420e;
  text-decoration: none;
}

.cdz-best-seller-wra .nav-tabs .nav-tab-item .switch:active {
  color: #c5420e;
  text-decoration: none;
}

.cdz-best-seller-wra .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wra .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
}

/* ============================================ *
 * Content
 * ============================================ */
/*three block*/
/*Background parallax*/
.bg-wrapper-ads {
  background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/outdoor/images/bg-parallax.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.bg-wrapper-ads .bg-parallax {
  background-size: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 5rem 0;
}

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc {
  color: white;
}
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link :hover {
  text-decoration: underline;
  color: white;
}
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link :after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased ;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 14px;
}
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary {
  color: white;
  border-color: white;
  background: transparent;
}
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary :hover {
  color: #282d23;
  border-color: #282d23;
  background: white;
}

.footer-cart .cart-content .hanger-promo {
	width: 200px;
	float: right;
	position: relative;
}
.footer-cart .cart-content .hanger-promo .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-transition: opacity 0.5s; /* Safari */
  transition: opacity 0.5s;
	opacity: 0;
}
.footer-cart .cart-content .hanger-promo:hover .overlay {
	opacity: 0.5;
}
/* ============================================ *
 * Codazon_Footer style 1
 * ============================================ */
.footer-top-ads {
  color: #282828;
}
.footer-top-ads .ftop-ads-small {
  color: #282828;
}
.footer-top-ads .block.block-subscribe .actions .button {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
}
.footer-top-ads .block.block-subscribe .actions .button:hover {
  background: white;
  color: #282d23;
  border-color: #282d23;
}

.block.block-subscribe .block-content input {
  border-color: #444444;
}

.page-footer {
  background: #222222;
  color: #777777;
}
.page-footer .top-footer-wrapper {
  background-color: rgba(71, 67, 81, 0.2);
	max-width: 1200px;
	margin: 0 auto;
}
.page-footer .footer-bottom {
  background: rgba(71, 67, 81, 0.2);
}
.page-footer .footer address {
	margin-top: 0;
}
.page-footer a {
  color: white;
}
.page-footer a:hover {
  color: white;
  text-decoration: underline;
}
.page-footer p.h5 {
  color: #777777;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.page-footer .item_tag li a {
  color: #777777;
  background-color: rgba(71, 67, 81, 0.2);
  border-color: #444444;
}
.page-footer .item_tag li a:hover {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
}
.page-footer .footer-social a {
  border: 1px solid;
  border-color: #444444;
}
.page-footer .footer-social a:hover {
  color: rgba(71, 67, 81, 0.2);
  background-color: #FFFFFF;
  border-color: #444444;
}
.page-footer .bottom-footer-wrapper {
  background: rgba(71, 67, 81, 0.2);
  border-top-color: #444444;
	max-width: 1200px;
	margin: 0 auto;
}
.page-footer .copyright {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.page-footer .footer-bottom-link li a {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}

.cdz-footer-style-03 .bottom-footer-wrapper address {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-footer-style-03 .footer-social a:hover {
  background: none;
  border-color: none;
}
.cdz-footer-style-03 .footer-social a:hover:before {
  border-color: white;
}
.cdz-footer-style-03 .footer-social a:hover span {
  color: white;
}
.cdz-footer-style-03 .footer-social a:before {
  border-color: #777777;
}

/* ============================================ *
 * End Codazon_Footer Style 1
 * ============================================ */
/* ============================================ *
 * End Codazon_Footer Style 2
 * ============================================ */
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
  border-color: #444444;
}
.footer-newsletter-02 .social a {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
}
.footer-newsletter-02 .social a:hover {
  color: #37402f;
  background-color: white;
  border-color: #37402f;
}

.footer-style-02 .footer-link li {
  border-bottom: 1px solid #e1e1e1;
}

/* ============================================ *
 * End Codazon_Footer Style 2
 * ============================================ */
/* ============================================ *
* Codazon_Footer style 4
* ============================================ */
.page-footer.cdz-footer-style-04 .top-footer-wrapper {
  background-color: rgba(71, 67, 81, 0.2);
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-aboutus .box-content {
  background-color: #222222;
  color: white;
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-facebook .box-content {
  background-color: #4f70c2;
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets {
  color: white;
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets a {
  color: white;
}
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets a:hover {
  color: #0ba5c9;
}
.page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions button.button {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 400;
  background: #37402f;
  color: white;
  border-color: #444444;
}

/* ============================================ *
 * End Codazon_Footer style 4
 * ============================================ */
/* ============================================ *
 * Codazon_Footer style 5
 * ============================================ */
.page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a {
  border-color: #c5420e;
  color: white;
  background: #222222;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a:hover {
  border-color: #c5420e;
  color: #222222;
  background: #c5420e;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content input {
  border-color: #c5420e;
  color: white;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions button.button {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 300;
  background: #222222;
  color: white;
  border-color: #c5420e;
}
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions button.button:hover {
  border-color: #c5420e;
  color: #222222;
  background: #c5420e;
}
.page-footer.cdz-footer-style-05 .footer-links p.h5 {
  color: white;
}
.page-footer.cdz-footer-style-05 .footer-links ul li {
  border-color: #444444;
}

/* ============================================ *
 * End Codazon_Footer style 5
 * ============================================ */
/* ============================================ *
 * Codazon_Slider
 * ============================================ */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-']:hover {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
}

.cdz-brand-slider-wrap .cdz-banners-item {
  background-color: white;
  border-color: #e1e1e1;
}

.owl-nav [class*='owl-']:hover {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
}

/* ============================================ */
/*Block Home Jewelry*/
.wrapper-ads02 {
  color: white;
}

.wrapper-ads03 .text-area i {
  background: #424242;
}
.wrapper-ads03 .text-area h5 {
  background: #5b5b5b;
}

/*Default Input and Validate input --- */
input.input-text {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  width: 100%;
  height: 40px !important;
  color: #999999;
  border: 1px solid #8c8f8f;
}

textarea.input-text {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  width: 100%;
  color: #999999;
  border: 1px solid #8c8f8f;
  max-width: 100%;
}

.validate-select {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  width: 100%;
  height: 40px !important;
  color: #999999;
  border: 1px solid #8c8f8f;
  max-width: inherit;
}

.input-text:focus {
  border: 1px solid #c5420e;
  outline-color: #000000;
}

.input-text.validation-failed {
  border-color: #fc0000;
}

.validate-select.validation-failed {
  border-color: #fc0000;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

/*---Default Input and Validate input */
.popup-content-title.h3 {
  color: #282828;
}

/*Slideshow and Caption area----*/
.slide-caption .slide-title span {
  border: 2px solid #282828;
  font-weight: 600;
  color: #282828;
}

.slide-caption.cls-white .slide-title span {
  color: #fff;
}

/*Slideshow and Caption area----*/
/* ============================================ *
 * Codazon_Blog
 * ============================================ */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-next, .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-prev {
  background: white;
  font-size: 0px;
  color: #282d23;
}
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-next:hover, .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-prev:hover {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
}
.cdz_wapper-blog01 .blog-text-link a {
  color: #282828;
}
.cdz_wapper-blog01 .blog-text-link a:hover {
  color: #37402f;
}

/* ============================================ *
 * Codazon_Blog
 * ============================================ */
/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
.cdz-wapper-blog-02 .owl-item {
  background: white;
}
.cdz-wapper-blog-02 .owl-item h5.blog-title a {
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  color: #666972;
}
.cdz-wapper-blog-02 .owl-item .cdz-blog-right {
  font: 500 12px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-wapper-blog-02 .owl-item .blog-author {
  color: #5b5b5b;
}
.cdz-wapper-blog-02 .owl-item .blog-desc {
  font: 500 12px/1.35 Tahoma, Arial, sans-serif;
  color: #282828;
}
.cdz-wapper-blog-02 .owl-item .blog-date {
  background: #37402f;
  color: white;
}
.cdz-wapper-blog-02 .owl-item .blog-text-link a {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: white;
  background-color: #282d23;
  border-color: #282d23;
}
.cdz-wapper-blog-02 .owl-item .blog-text-link a:hover {
  background: #282828;
  border-color: #282d23;
  color: white;
}

/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
 /* ============================================ *
* Codazon_Blog style 3 - Home Outdoor
* ============================================ */
.cdz-wapper-blog-03 .cdz-block-title {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
  border-color: #d3ced2;
}
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top {
  background: #f0eef0;
}
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top .blog-date {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top h5.blog-title {
  font-weight: 700;
}

 /* ============================================ *
* End Codazon_Blog style 3 - Home Outdoor
* ============================================ */
/* ============================================ *
 * Header style 2
 * ============================================ */
.cdz-header-style-02 .header .cdz-header-bottom {
  background-color: #4d4d4d;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link {
  border-color: white;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link:hover {
  border-color: #8c8f8f;
}
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu .parent:hover:after {
  color: white;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  background-color: white;
  color: 8c8f8f;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon {
  color: 8c8f8f;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
  color: 8c8f8f;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-label {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon:before {
  color: 8c8f8f;
}
.cdz-header-style-02 .header .sticky-menu.active .block-search .button:before {
  color: 8c8f8f;
}
.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover input[type="text"] {
  color: #8c8f8f;
}
.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover .button:before {
  color: #8c8f8f;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart {
  color: 8c8f8f;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon {
  color: 8c8f8f;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon .cart-subtotal .price {
  color: 8c8f8f;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-label {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon:before {
  color: 8c8f8f;
}

/* ============================================ *
 * Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 4
 * ============================================ */
.cdz-header-style-04 .header .cdz-bottom-logo-cart {
  background-color: white;
}
.cdz-header-style-04 .header .sticky-menu .cdz-header-cart .cdz-top-login .cdz-trigger:before {
  color: #37402f;
  border-color: #37402f;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart {
  color: white;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon {
  color: white;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
  color: #4d4d4d;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-qty {
  color: white;
  background-color: white;
}
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon:before {
  color: #4d4d4d;
  border-color: #4d4d4d;
}

/* ============================================ *
 * End Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 5
 * ============================================ */
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger {
  color: #8c8f8f;
}
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger:hover {
  color: white;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart {
  background: #1a1a1a;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon {
  color: #8c8f8f;
}
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon:hover {
  color: white;
}
.cdz-header-style-05 .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
  background: #c5420e;
}

/* ============================================ *
 * End Header style 5
 * ============================================ */
/* ============================================ *
 * Header
 * ============================================ */
.cdz-top-login .cdz-dropdown-content {
  color: #282828;
}

.cdz-top-login .block-login .block-content button.button, #login-form .block-login .block-content button.button {
  background: #c5420e;
  color: white;
  border-color: #c5420e;
}
.cdz-top-login .block-login .block-content button.button:hover, #login-form .block-login .block-content button.button:hover {
  background: white;
  color: #282d23;
  border-color: #282d23;
}

.header .sticky-menu.active .form-search .button:hover {
  background: none;
  color: #282d23;
}

.header {
  background-color: #1a1a1a;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.header .cdz-header-top {
  border-bottom: 1px solid #1d2c35;
  background-color: #1a1a1a;
  color: white;
}
.header .cdz-header-top .cdz-top-link .link a {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.header .cdz-header-top .cdz-top-link li a,
.header .cdz-header-top .cdz-top-link li a:visited {														
  color: #8b8b8b;			 
}
.header .cdz-header-top .cdz-top-link li a:hover, .header .cdz-header-top .cdz-top-link li a:active {
  color: white;
}
.header .cdz-header-top .cdz-pc-stores a:hover {
  color: white;
}
.header .cdz-header-top .cdz-top-link li .forgot-password a {
  color: #8b8b8b;
}
.header #cdz-pc-stores .cdz-dropdown-content a:hover {
  background: #f8f8f8;
  color: white;
}
.header #cdz-pc-stores .cdz-trigger {
  color: #8b8b8b;
}
.header #cdz-pc-stores .cdz-trigger:hover {
  color: white;
}
.header .cdz-col-left {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.header-bottom {
  clear: both;
}

.cdz-content-search {
  float: right;
}

/*Search box area*/
.cdz-header-menu {
  background: #37402f;
}

.block-search .label:hover:before {
  color: #282828;
}
.block-search .label:active:before {
  color: #282828;
}
.block-search .control {
  border-top: 1px solid #8c8f8f;
}
.block-search input[type="text"] {
  color: #999999;
  background-color: 2c2c2c;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.block-search .button:hover:before {
  color: #c5420e;
}
.block-search .button.disabled,
.block-search .button:focus:before {
  color: #282828;
}
.block-search .button:before {
  color: #999999;
}
.block-search .cat-search-enable {
  border-color: #8c8f8f;
  color: #8c8f8f;
}
.block-search .cat-search-enable .current-cat {
  border-color: #d9d9d9;
}
.block-search .cat-search-enable .button {
}
.block-search .cat-search-enable .button:before {
  color: #8c8f8f;
}
.block-search .cat-search-enable .button:hover {
  background-color: #c5420e;
}
.block-search .cat-search-enable .button:hover:before {
  color: white;
}

.block-search .button[disabled],
fieldset[disabled] .block-search .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.block-search input ::-webkit-input-placeholder {
  color: white;
}

.block-search input :-moz-placeholder {
  color: white;
}

.block-search input ::-moz-placeholder {
  color: white;
}

.block-search input :-ms-input-placeholder {
  color: white;
}

/*----- Codazon Search box*/
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
}
.search-autocomplete ul li .amount {
  color: white;
}

.mobile-search-wrapper .block-search .mobile-search-icon {
  color: white;
}

.mobile-search-wrapper .ui-dialog .minisearch {
  border: 1px solid white;
}

.mobile-search-wrapper .ui-dialog input[type="text"] {
  color: white;
  border-color: white;
}

.mobile-search-wrapper .ui-dialog .button:before {
  color: white;
}

.mobile-search-wrapper .ui-dialog .button:hover:before {
  color: #282828;
}

.mobile-search-wrapper .ui-dialog .button:focus:before {
  color: #282828;
}

.mobile-search-wrapper .ui-dialog .button:before {
  color: white;
}

/*------Search area*/
.block-cart.cdz-dropdown-content {
  right: 0;
  left: auto;
  min-width: 350px;
}

.block-cart.cdz-dropdown-content .empty {
  text-align: center;
}

.block-cart.cdz-dropdown-content .block-title {
  display: none;
}

.block-cart .button {
  float: none;
  width: 100%;
  background: #c5420e;
  color: white;
  border-color: #c5420e;
}

.cdz-top-cart .block-cart.cdz-dropdown-content {
  color: white;
}

.header .block-cart, .header .block:not(.block-static-block) {
  /*.button:hover{
  	background:$btn_primary_background;
  	color:$btn_primary_text
  }*/
}
.header .block-cart .summary, .header .block:not(.block-static-block) .summary {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: white;
}
.header .block-cart .summary h4, .header .block:not(.block-static-block) .summary h4 {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: white;
}
.header .block-cart .summary p, .header .block:not(.block-static-block) .summary p {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: white;
}
.header .block-cart .actions, .header .block:not(.block-static-block) .actions {
  /*.button{
  	background:$btn_default_background;
  	color:$btn_default_text
  	}*/
		text-align: center;
}
.header .block .actions a {
	float: none;
}
.header .block .actions a img {
	margin: 0 auto;
}
.header .block-cart .block-subtitle, .header .block:not(.block-static-block) .block-subtitle {
  display: none;
}
.header .block-cart .mini-products-list, .header .block:not(.block-static-block) .mini-products-list {
	
}
.header .block-cart .cart-viewcart a, .header .block:not(.block-static-block) .cart-viewcart a {
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
}
.header .block-cart .btn-edit, .header .block:not(.block-static-block) .btn-edit {
  font-size: 0;
}
.header .block-cart .btn-edit:before, .header .block:not(.block-static-block) .btn-edit:before {
  color: #8c8f8f;
}
.header .block-cart .btn-remove, .header .block:not(.block-static-block) .btn-remove {
  font-size: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.header .block-cart .btn-remove:before, .header .block:not(.block-static-block) .btn-remove:before {
  color: #8c8f8f;
}

.footer-cart .cart-content .summary .subtotal .price {
  color: black;
}
.footer-cart .cart-content button.button {
  color: white;
  background-color: #c5420e;
  border-color: #37402f;
}
.footer-cart .cart-content button.button:hover {
  color: white;
  background-color: #282d23;
  border-color: #282d23;
}
.footer-cart .cart-content .cart-item .btn-remove {
  color: #282828;
}
.footer-cart .cart-content .cart-item .btn-remove:hover {
  color: #37402f;
}
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'],
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #d3ced2;
  background: white;
  color: #d3ced2;
}
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-']:hover,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #37402f;
  color: #37402f;
}

/*Logo and Cart area*/
/* ============================================ *
 * Codazon_Header
 * ============================================ */
/* ============================================ *
 * Codazon_Product grid & List
 * ============================================ */
.codazon-filter-style-02 .products-grid .product-item-info .product-name a, .codazon-filter-style-05 .products-grid .product-item-info .product-name a {
  color: #282828;
}

.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .active.nav-tab-item .switch {
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  color: white;
  background: transparent;
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:visited {
  color: white;
  text-decoration: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:hover {
  color: #37402f;
  text-decoration: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:active {
  color: white;
  text-decoration: none;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:focus,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
  color: white;
}
.cdz-best-seller-wrap .nav-tabs .item.content {
  background: transparent;
  border: 1px solid #e1e1e1;
}
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-best-seller-wrap .product-name a {
  color: white;
}

.isotope-wrap .products-grid .product-item-info .product-name {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.isotope-wrap .products-grid .product-item-info .cdz-product-wishlist .action:before {
  color: white;
}
.isotope-wrap .products-grid .product-item-info .cdz-buttons-container .cdz-buttons button.btn-cart, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .qs-button, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .action {
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}
.isotope-wrap .products-grid .product-item-info .cdz-buttons-container .cdz-buttons button.btn-cart:hover, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .qs-button:hover, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .action:hover {
  color: #37402f;
  background-color: white;
  border-color: #37402f;
}

.toolbar {
  background: white;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.toolbar-bottom .pager li {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.toolbar-bottom .pager li.current {
  background: #37402f;
  color: white;
}
.toolbar-bottom .pager a.next, .toolbar-bottom .pager a.previous {
  border: 1px solid #e1e1e1;
}

.product-name a {
  color: #282828;
}

.price {
  color: #8c8f8f;
}

.old-price {
  margin-left: 10px;
  color: #d0d0d0;
}

.old-price .price {
  color: #d0d0d0;
}

.products-list .product-item {
  background: white;
  border: 1px solid #e1e1e1;
}

.products-grid .isotope .item.product-item .out-of-stock span {
  color: white;
}

.products-grid .product-item-info .product-item-details .product-item-description {
  color: #999999;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.products-grid .product-item .product-item-info .cdz-product-bottom {
  background: rgba(100,100,100,0.6);
	height: auto;
	top: -60px;
}
@media (max-width: 992px) {
	.products-grid .product-item .product-item-info .cdz-product-bottom {
		background: none;
		height: auto;
	}
}
.item:hover a.product-image img {
	opacity: 1 !important;
  transform: scale(1.1);
}
.item a.product-image img {
  transition: all 500ms ease;
}

.products-grid .product-items:not(.owl-carousel) {
  background: white;
}

.product-item .price {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: black;
}
.product-name a {
  color: #8c8f8f;
}
.product-name a:hover {
  color: #8c8f8f;
}

.product-item-info {
  background: white;
}
.product-item-info .product-name {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
	min-height: 38px;
}

.products-list .product-item {
  background: white;
  border: 1px solid #e1e1e1;
}
.pager select, .sorter select {
	width: auto;
}

.products-grid .product-item-info .product-item-details .product-item-description {
  color: #999999;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.products-grid .product-name-price {
	min-height: 90px;
}
.products-grid .product-item-info .cdz-product-bottom {
  background: white;
}
.products-grid .isotope .iso-item.product-item {
  color: white;
}
.products-grid .isotope .iso-item.product-item .product-item-link {
  color: white;
}
.products-grid .isotope .iso-item.product-item .product-item-link:visited,
.products-grid .isotope .iso-item.product-item .product-item-link:hover,
.products-grid .isotope .iso-item.product-item .product-item-link:active {
  color: white;
}
.products-grid .isotope .iso-item.product-item .price {
  color: white;
}
.products-grid .isotope .iso-item.product-item.width-1.width-2 .product-item-link {
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
}

/* ============================================ *
 * Codazon_Product grid & List
 * ============================================ */
/* ============================================ *
 * Codazon_Button style
 * ============================================ */
.action.primary, button.button, .btn {
  background: #37402f;
  border-color: #37402f;
  color: white;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  outline: none;
}

.action.primary:focus, button.button:focus, .btn:focus,
.action.primary:active, button.button:active.btn:active, .btn:hover {
  background: white;
  border-color: #282d23;
  color: #000000;
  outline: none;
}

.action.primary:hover, button.button:hover {
  background: white;
  border-color: #282d23;
  color: #000000;
  border: 3px solid;
}
.header .block-cart .actions .button,
.title-buttons button.btn-checkout {
	background: #c5420e;
	border-color: #37402f;
	color: #fff;
}
.header .block-cart .actions .button:hover,
.title-buttons button.btn-checkout:hover {
	background: #37402f;
}
.title-buttons .checkout-types li {
	display: inline-block;
}
.title-buttons button.btn-checkout {
	padding: 5px 12px;
}

button {
  color: white;
  background-color: #282d23;
  border-color: #282d23;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  outline: none;
}

button:hover {
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

.cdz-buttons-container button.btn-cart,
.cdz-buttons-container .qs-button,
.products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions a, .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions button.button {
  color: #37402f;
  background-color: #fff;
  border-color: #37402f;
}

.cdz-buttons-container button.btn-cart:hover,
.cdz-buttons-container .qs-button:hover,
.products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions a:hover, .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions button.button:hover {
  color: #fff;
  background-color: #37402f;
  border-color: #37402f;
}

.products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions a, .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions button.button {
	float: none;
}

.cdz-buttons-container button.btn-cart {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
}

.cdz-buttons-container button.btn-cart:hover {
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

.cdz-buttons-container .qs-button {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
}

.cdz-buttons-container .qs-button:hover {
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

.actions-secondary:not(.cdz-product-wishlist &) .action {
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

.actions-secondary:not(.cdz-product-wishlist &) .action:hover {
  color: white;
  background-color: #282d23;
  border-color: #282d23;
}

.cdz-buttons-container .action,
.addto-hover-container .action {
  color: white;
  background-color: #37402f;
  border-color: #37402f;
}

.cdz-buttons-container .action:hover,
.addto-hover-container .action:hover {
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

.product-addto-links .action {
  color: #282d23;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.product-addto-links .action:visited {
  color: #282d23;
}

.product-addto-links .action:hover {
  color: #282d23;
}

.product-addto-links .action:active {
  color: #282d23;
}

.product-addto-links .action span {
  border-color: #e1e1e1;
}

.product-addto-links .action:hover span {
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

.cdz-product-wishlist a.link-wishlist {
  color: #282d23;
}

.cdz-product-wishlist a.link-wishlist:visited {
  color: #37402f;
}

.cdz-product-wishlist a.link-wishlist:hover {
  color: #37402f;
}

.cdz-product-wishlist a.link-wishlist:active {
  color: #37402f;
}

.cdz-product-wishlist a.link-wishlist:hover:before {
  color: #37402f;
}

.product-item-info:hover .cdz-product-wishlist a.link-wishlist {
  color: #37402f;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader:focus,
.ajax-load-wrapper .ajax-load-button a:focus,
.ajax-load-wrapper .ajax-load-button .ajax-loader:active,
.ajax-load-wrapper .ajax-load-button a:active {
  background: #282828;
  border-color: #282d23;
  color: white;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  background: #282828;
  border-color: #282d23;
  color: white;
}

.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  color: white;
  background-color: #282d23;
  border-color: #282d23;
}

#back-top a {
  background: white;
  border-color: #282d23;
  color: #282d23;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-size: 0;
}

#back-top a:focus,
#back-top a:active {
  background: #282828;
  border-color: #282d23;
  color: white;
}

#back-top a:hover {
  background: #282828;
  border-color: #282d23;
  color: white;
}

.qs-button {
  background: white;
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

.qs-button:focus,
.qs-button:active {
  background: #282828;
  border-color: #282d23;
  color: white;
}

.btn-link {
  background: white;
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

.btn-link:focus,
.btn-link:active {
  background: #282828;
  border-color: #282d23;
  color: white;
}

.btn-link:hover {
  background: #282828;
  border-color: #282d23;
  color: white;
}

.btn-link-readmore {
  background: white;
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

.btn-link-readmore:focus,
.btn-link-readmore:active {
  background: #282828;
  border-color: #282d23;
  color: white;
}

.btn-link-readmore:hover {
  background: #282828;
  border-color: #282d23;
  color: white;
}

.qs-button:hover {
  color: white;
  background-color: #282d23;
  border-color: #282d23;
}

.btn {
  border-radius: 0;
}

.ajax-load-button .ajax-loader,
.ajax-load-button a {
  background: white;
  border: 3px solid #282d23;
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  box-sizing: border-box;
  vertical-align: middle;
  color: #282d23;
  background-color: white;
  border-color: #282d23;
}

/* ============================================ *
 * Codazon_Button style
 * ============================================ */
/* ============================================ *
 * Codazon_Product detail
 * ============================================ */
.product-shop .qty-ctl button {
  border-color: #37402f;
  color: #37402f;
}
.qty-ctl .increase:hover, .qty-ctl .decrease:hover {
    background-color: #37402f;
}
.product-view .qty_cart input.qty {
    border-color: #37402f;
    color: #37402f;
    font-weight: 700;
}

.data-table .input-text.qty {
  min-width: 40px;
  padding: 0 8px;
  color: #282d23;
}

.qty-ctl .increase:before {
  margin-left: -2px;
}
.qty-ctl .decrease:before {
  padding-left: 2px;
}
.qty-ctl .increase:hover, 
.qty-ctl .decrease:hover {
    background-color: #37402f;
}
.qty-ctl .increase:hover:before,
.qty-ctl .decrease:hover:before {
	color: #fff;
}

.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font: 500 22px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 600;
  color: #282828;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product-view .product-name h1 {
  font: 500 22px/1.35 Tahoma, Arial, sans-serif;
}
.product-view .product-shop-sku {
  clear: left;
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  margin: 0;
}
.product-view .product-shop-sku strong {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view #downloadable-links-list {
  margin: 0;
}
.product-view #downloadable-links-list .label {
  color: #282828;
}
.product-view .grouped-items-table .availability.out-of-stock span {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .grouped-items-table .price-box .regular-price .price {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif !important;
}
.product-view .availability label {
  display: none;
}
.product-view .availability.in-stock {
  font-weight: 400;
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .availability.in-stock span {
  color: #37402f;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .availability.in-stock strong {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .availability.out-of-stock span {
	color: #df280a;
	font-size: 20px;
	font-weight: 700;						
}
.product-view .availability.in-stock strong {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .ratings .rating-links {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .ratings .rating-links a {
  color: #999999;
}
.product-view .no-rating {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .price-box .minimal-price {
	display:none;
}
.product-view .cdz-social-listing li {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}
.product-view .cdz-social-listing li .trasition-all {
  color: #37402f;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.product-view .cdz-social-listing li:hover a {
  color: #888;
}
.product-view .action.primary, .product-view button.button {
  background: #37402f;
  border: 3px solid #37402f;
  color: white;
  line-height: 28px;
}
.product-view .action.primary, .product-view button.btn-cart {
	background: #c5420e;
	border: 3px solid #37402f;
	color: white;
}
.product-view .product-essential .button.btn-cart {
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;   
	font-weight: 700;
}
.product-view button.button:hover {
	background: #37402f;
	border: 3px solid #37402f;
	color: #fff;
}
.product-view .blispay-button {
	margin-top: 15px;
}
.product-view .blispay-button a {
	display: block;
  background: #37402f;
  color: #fff;
	border: 3px solid #37402f;
  line-height: 28px;
  font: 500 16px/1.35 Tahoma, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.product-view .blispay-button a:hover {
  background: #fff;
  color: #37402f;
}
.product-view .add-to-links li a {
  border: 1px solid #e1e1e1;
  color: #282828;
}
.product-view .add-to-links li.compare a {
  border-right: 1px solid #e1e1e1 !important;
}
.product-view .add-to-links li a:hover {
  border: 1px solid #282828 !important;
}
.product-view .size-chart-btn {
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .short-description h2 {
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.product-view .product-options .swatch-attr .select-label {
  color: #37402f;
}
.product-view .rsUni .rsThumb.rsNavSelected .thumbIco {
  border-color: #37402f;
}

.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
  color: #37402f;
  font: 500 20px/1.35 Tahoma, Arial, sans-serif;
}
.product-options dd.ob-above select.validation-failed {
	border: 1px solid red;
	margin-bottom: 0;
}
.product-view .validation-advice {
  display: block;
}
.product-view .product-shop-wrap.product-shop-price-stock {
    margin-bottom: 10px;
}
.product-view .product-shop-stock-avai {
    margin-bottom: 10px;
}

.product-view .advanced-description {
	text-align: center;
	margin: 20px 0;
}
.product-view .advanced-description button {
	min-width: 250px;
	padding: 10px;
}

/**/
/*Start Product media*/
.product-view-media .more-views li a:hover img {
  border: 2px solid #282828;
}

.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-reviews,
.product-view .block-related,
.product-view .block-upsell {
  background: white;
}

/*End Product media*/
.product-view .box-collateral h2, .block-related .block-title {
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
  border-bottom: 1px solid #282828;
}

.product-view .box-collateral h2 strong, .product-view .block-related .block-title strong {
  border-bottom: 3px solid #282828;
}

.product-collateral .product-tabs li a::before, .product-collateral .product-tabs li a::after {
  background: #282828;
}

/* ============================================ *
 * Codazon_Product detail
 * ============================================ */
/* ============================================ *
 * Codazon_Checkout
 * ============================================ */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
	color: #000;					 
}

.cart form fieldset {
  background: white;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
}

.cart-collaterals #discount-coupon-form, .cart-collaterals .cart .giftcard, .cart-collaterals .shipping, .cart-collaterals .totals-content {
  /* width: 100%; */
  background: white;
}
.cart-collaterals tfoot strong {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}

.block.block-crosssell {
  background: white;
  border: 1px solid #e1e1e1;
  border-top: 3px solid #e1e1e1;
}

.cart-collaterals .totals .checkout-types .button {
  background: #c5420e;
  border-color: #37402f;
  color: white;
	font: 600 16px/1.35 Tahoma, Arial, sans-serif;
}

.cart-collaterals .totals .checkout-types .button:hover {
  background: #37402f;
	color: #fff;
}

.cart-collaterals .totals .checkout-types .button {
  background: #c5420e;
  border-color: #c5420e;
  color: white;
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
}

.cart-collaterals .totals .checkout-types .button:hover {
  background: white;
  color: #282d23;
  
}

.cart-table tr.blispay-promo a {
	display: inline-block;
	position: relative;
}
.cart-table tr.blispay-promo .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}
.cart-table tr.blispay-promo a:hover .overlay {
	opacity: 0.5;
}

/*Custom Checkout form ------*/
.cdz-onestepcheckout li.section .step {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.cdz-onestepcheckout .section .step-title {
  text-align: center !important;
  font: 500 20px/1.35 Tahoma, Arial, sans-serif !important;
  color: #282828 !important;
}
.cdz-onestepcheckout .buttons-set {
  background: #f4f4f4;
}
.cdz-onestepcheckout .buttons-set p.required {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: #999999;
}
.cdz-onestepcheckout .buttons-set button.button {
  background: #c5420e;
  color: white;
  border-color: #c5420e;
}
.cdz-onestepcheckout .buttons-set button.button:hover {
  background: white;
  color: #282d23;
  border-color: #282d23;
}

.cart-empty {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 200px 20px;
  text-align: center;
}

.form-list .field label {
  color: #999999;
}
.form-list .field.active label {
  background: #e1e1e1;
  color: #999999;
}
.form-list select {
  color: #999999;
  border: 1px solid #e1e1e1;
}
.form-list .field-select-box label {
  background: #e1e1e1;
}

.opc h3, .opc h4 {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.form-list .wide label {
  color: #999999;
}
.form-list .wide.active label {
  background: #e1e1e1;
  color: #999999;
}

.opc-block-progress .block-title strong {
  font: 500 20px/1.35 Tahoma, Arial, sans-serif !important;
}
.opc-block-progress .block-content dt.complete:after {
  background: #37402f;
}
.opc-block-progress .changelink a:before {
  color: #282828;
}

.opc-block-progress .block-content dt, .checkout-progress li span {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  color: #282828;
}

#shipping-progress-opcheckout:before, #shipping_method-progress-opcheckout:before, #payment-progress-opcheckout:before, .checkout-progress li:before {
  background: #424242;
}

.opc-block-progress .block-content dt:before, .checkout-progress li span:before {
  color: #424242;
}

.opc-block-progress .block-content dt.complete:before, .checkout-progress li.active span:before {
  background: #37402f;
  color: white;
}

/* ============================================ *
 * Codazon_Checkout
 * ============================================ */
/* ============================================ *
 * Codazon_My Account
 * ============================================ */
.manage-address, .change-pass {
  background: white;
  border-color: #282d23;
  color: #282d23;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.manage-address a, .change-pass a {
  color: #282d23;
}

.manage-address:hover, .change-pass:hover {
  background: #37402f;
  border-color: #37402f;
  color: #8c8f8f;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.manage-address:hover a, .change-pass:hover a {
  color: white;
}

.dashboard .welcome-msg {
  border: 1px solid #e1e1e1;
}
.dashboard .head {
  border-bottom: 1px solid #e1e1e1;
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
}

.box-account-content {
  border: 1px solid #e1e1e1;
}

.customer-address-info .box-title {
  border-bottom: 1px solid #e1e1e1;
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
}
.customer-address-info .box-title h3 {
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
}

/*Custom my account full width*/
.my-account {
  background: white;
}
.my-account .page-title h1, .my-account .page-title h2 {
  color: white;
}

.my-account-logo {
  display: block;
}

.customer-account-index .wrapper,
.customer-account-edit .wrapper,
.wishlist-index-index .wrapper,
.customer-address-form .wrapper,
.sales-order-history .wrapper,
.sales-billing-agreement-index .wrapper,
.sales-recurring-profile-index .wrapper,
.review-customer-index .wrapper,
.oauth-customer-token-index .wrapper,
.newsletter-manage-index .wrapper,
.downloadable-customer-products .wrapper,
.customer-address-index .wrapper,
.sales-order-view .wrapper,
.tag-customer-index .wrapper {
  background: white;
}
.customer-account-index .col-left.sidebar,
.customer-account-edit .col-left.sidebar,
.wishlist-index-index .col-left.sidebar,
.customer-address-form .col-left.sidebar,
.sales-order-history .col-left.sidebar,
.sales-billing-agreement-index .col-left.sidebar,
.sales-recurring-profile-index .col-left.sidebar,
.review-customer-index .col-left.sidebar,
.oauth-customer-token-index .col-left.sidebar,
.newsletter-manage-index .col-left.sidebar,
.downloadable-customer-products .col-left.sidebar,
.customer-address-index .col-left.sidebar,
.sales-order-view .col-left.sidebar,
.tag-customer-index .col-left.sidebar {
  background: #2d3227;
  color: white;
}
.customer-account-index .sidebar .block:not(.block-static-block), .customer-account-index .col-main-containter .col-main .col-wrapper-main,
.customer-account-edit .sidebar .block:not(.block-static-block),
.customer-account-edit .col-main-containter .col-main .col-wrapper-main,
.wishlist-index-index .sidebar .block:not(.block-static-block),
.wishlist-index-index .col-main-containter .col-main .col-wrapper-main,
.customer-address-form .sidebar .block:not(.block-static-block),
.customer-address-form .col-main-containter .col-main .col-wrapper-main,
.sales-order-history .sidebar .block:not(.block-static-block),
.sales-order-history .col-main-containter .col-main .col-wrapper-main,
.sales-billing-agreement-index .sidebar .block:not(.block-static-block),
.sales-billing-agreement-index .col-main-containter .col-main .col-wrapper-main,
.sales-recurring-profile-index .sidebar .block:not(.block-static-block),
.sales-recurring-profile-index .col-main-containter .col-main .col-wrapper-main,
.review-customer-index .sidebar .block:not(.block-static-block),
.review-customer-index .col-main-containter .col-main .col-wrapper-main,
.oauth-customer-token-index .sidebar .block:not(.block-static-block),
.oauth-customer-token-index .col-main-containter .col-main .col-wrapper-main,
.newsletter-manage-index .sidebar .block:not(.block-static-block),
.newsletter-manage-index .col-main-containter .col-main .col-wrapper-main,
.downloadable-customer-products .sidebar .block:not(.block-static-block),
.downloadable-customer-products .col-main-containter .col-main .col-wrapper-main,
.customer-address-index .sidebar .block:not(.block-static-block),
.customer-address-index .col-main-containter .col-main .col-wrapper-main,
.sales-order-view .sidebar .block:not(.block-static-block),
.sales-order-view .col-main-containter .col-main .col-wrapper-main,
.tag-customer-index .sidebar .block:not(.block-static-block),
.tag-customer-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
.customer-account-index .block-account .block-content li,
.customer-account-edit .block-account .block-content li,
.wishlist-index-index .block-account .block-content li,
.customer-address-form .block-account .block-content li,
.sales-order-history .block-account .block-content li,
.sales-billing-agreement-index .block-account .block-content li,
.sales-recurring-profile-index .block-account .block-content li,
.review-customer-index .block-account .block-content li,
.oauth-customer-token-index .block-account .block-content li,
.newsletter-manage-index .block-account .block-content li,
.downloadable-customer-products .block-account .block-content li,
.customer-address-index .block-account .block-content li,
.sales-order-view .block-account .block-content li,
.tag-customer-index .block-account .block-content li {
  color: white;
  border-bottom: 1px solid white;
}
.customer-account-index .block-account .block-content li a,
.customer-account-edit .block-account .block-content li a,
.wishlist-index-index .block-account .block-content li a,
.customer-address-form .block-account .block-content li a,
.sales-order-history .block-account .block-content li a,
.sales-billing-agreement-index .block-account .block-content li a,
.sales-recurring-profile-index .block-account .block-content li a,
.review-customer-index .block-account .block-content li a,
.oauth-customer-token-index .block-account .block-content li a,
.newsletter-manage-index .block-account .block-content li a,
.downloadable-customer-products .block-account .block-content li a,
.customer-address-index .block-account .block-content li a,
.sales-order-view .block-account .block-content li a,
.tag-customer-index .block-account .block-content li a {
  color: white;
  border-bottom: 1px solid #24281f;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.customer-account-index .block-account .block-content li a:hover,
.customer-account-edit .block-account .block-content li a:hover,
.wishlist-index-index .block-account .block-content li a:hover,
.customer-address-form .block-account .block-content li a:hover,
.sales-order-history .block-account .block-content li a:hover,
.sales-billing-agreement-index .block-account .block-content li a:hover,
.sales-recurring-profile-index .block-account .block-content li a:hover,
.review-customer-index .block-account .block-content li a:hover,
.oauth-customer-token-index .block-account .block-content li a:hover,
.newsletter-manage-index .block-account .block-content li a:hover,
.downloadable-customer-products .block-account .block-content li a:hover,
.customer-address-index .block-account .block-content li a:hover,
.sales-order-view .block-account .block-content li a:hover,
.tag-customer-index .block-account .block-content li a:hover {
  background: #6c6f67;
}
.customer-account-index .block-account .block-content li strong,
.customer-account-edit .block-account .block-content li strong,
.wishlist-index-index .block-account .block-content li strong,
.customer-address-form .block-account .block-content li strong,
.sales-order-history .block-account .block-content li strong,
.sales-billing-agreement-index .block-account .block-content li strong,
.sales-recurring-profile-index .block-account .block-content li strong,
.review-customer-index .block-account .block-content li strong,
.oauth-customer-token-index .block-account .block-content li strong,
.newsletter-manage-index .block-account .block-content li strong,
.downloadable-customer-products .block-account .block-content li strong,
.customer-address-index .block-account .block-content li strong,
.sales-order-view .block-account .block-content li strong,
.tag-customer-index .block-account .block-content li strong {
  color: white;
  border-bottom: 1px solid #24281f;
  background: #6c6f67;
}
.customer-account-index .block-account .block-content li:first-child,
.customer-account-edit .block-account .block-content li:first-child,
.wishlist-index-index .block-account .block-content li:first-child,
.customer-address-form .block-account .block-content li:first-child,
.sales-order-history .block-account .block-content li:first-child,
.sales-billing-agreement-index .block-account .block-content li:first-child,
.sales-recurring-profile-index .block-account .block-content li:first-child,
.review-customer-index .block-account .block-content li:first-child,
.oauth-customer-token-index .block-account .block-content li:first-child,
.newsletter-manage-index .block-account .block-content li:first-child,
.downloadable-customer-products .block-account .block-content li:first-child,
.customer-address-index .block-account .block-content li:first-child,
.sales-order-view .block-account .block-content li:first-child,
.tag-customer-index .block-account .block-content li:first-child {
  border-top: 1px solid #24281f;
}
.customer-account-index .block-account .block-content li:first-child a,
.customer-account-edit .block-account .block-content li:first-child a,
.wishlist-index-index .block-account .block-content li:first-child a,
.customer-address-form .block-account .block-content li:first-child a,
.sales-order-history .block-account .block-content li:first-child a,
.sales-billing-agreement-index .block-account .block-content li:first-child a,
.sales-recurring-profile-index .block-account .block-content li:first-child a,
.review-customer-index .block-account .block-content li:first-child a,
.oauth-customer-token-index .block-account .block-content li:first-child a,
.newsletter-manage-index .block-account .block-content li:first-child a,
.downloadable-customer-products .block-account .block-content li:first-child a,
.customer-address-index .block-account .block-content li:first-child a,
.sales-order-view .block-account .block-content li:first-child a,
.tag-customer-index .block-account .block-content li:first-child a {
  color: white;
  border-top: 1px solid #6c6f67;
}
.customer-account-index .block-account .block-content li:first-child a:hover,
.customer-account-edit .block-account .block-content li:first-child a:hover,
.wishlist-index-index .block-account .block-content li:first-child a:hover,
.customer-address-form .block-account .block-content li:first-child a:hover,
.sales-order-history .block-account .block-content li:first-child a:hover,
.sales-billing-agreement-index .block-account .block-content li:first-child a:hover,
.sales-recurring-profile-index .block-account .block-content li:first-child a:hover,
.review-customer-index .block-account .block-content li:first-child a:hover,
.oauth-customer-token-index .block-account .block-content li:first-child a:hover,
.newsletter-manage-index .block-account .block-content li:first-child a:hover,
.downloadable-customer-products .block-account .block-content li:first-child a:hover,
.customer-address-index .block-account .block-content li:first-child a:hover,
.sales-order-view .block-account .block-content li:first-child a:hover,
.tag-customer-index .block-account .block-content li:first-child a:hover {
  background: #6c6f67;
}
.customer-account-index .block-account .block-content li:first-child strong,
.customer-account-edit .block-account .block-content li:first-child strong,
.wishlist-index-index .block-account .block-content li:first-child strong,
.customer-address-form .block-account .block-content li:first-child strong,
.sales-order-history .block-account .block-content li:first-child strong,
.sales-billing-agreement-index .block-account .block-content li:first-child strong,
.sales-recurring-profile-index .block-account .block-content li:first-child strong,
.review-customer-index .block-account .block-content li:first-child strong,
.oauth-customer-token-index .block-account .block-content li:first-child strong,
.newsletter-manage-index .block-account .block-content li:first-child strong,
.downloadable-customer-products .block-account .block-content li:first-child strong,
.customer-address-index .block-account .block-content li:first-child strong,
.sales-order-view .block-account .block-content li:first-child strong,
.tag-customer-index .block-account .block-content li:first-child strong {
  color: white;
  border-top: 1px solid #6c6f67;
  background: #6c6f67;
}
.customer-account-index .block:not(.block-static-block) .block-title,
.customer-account-edit .block:not(.block-static-block) .block-title,
.wishlist-index-index .block:not(.block-static-block) .block-title,
.customer-address-form .block:not(.block-static-block) .block-title,
.sales-order-history .block:not(.block-static-block) .block-title,
.sales-billing-agreement-index .block:not(.block-static-block) .block-title,
.sales-recurring-profile-index .block:not(.block-static-block) .block-title,
.review-customer-index .block:not(.block-static-block) .block-title,
.oauth-customer-token-index .block:not(.block-static-block) .block-title,
.newsletter-manage-index .block:not(.block-static-block) .block-title,
.downloadable-customer-products .block:not(.block-static-block) .block-title,
.customer-address-index .block:not(.block-static-block) .block-title,
.sales-order-view .block:not(.block-static-block) .block-title,
.tag-customer-index .block:not(.block-static-block) .block-title {
  color: white;
}
.customer-account-index .my-account-logo,
.customer-account-edit .my-account-logo,
.wishlist-index-index .my-account-logo,
.customer-address-form .my-account-logo,
.sales-order-history .my-account-logo,
.sales-billing-agreement-index .my-account-logo,
.sales-recurring-profile-index .my-account-logo,
.review-customer-index .my-account-logo,
.oauth-customer-token-index .my-account-logo,
.newsletter-manage-index .my-account-logo,
.downloadable-customer-products .my-account-logo,
.customer-address-index .my-account-logo,
.sales-order-view .my-account-logo,
.tag-customer-index .my-account-logo {
  background: #4d4d4d;
	display: none;						 
}
.customer-account-index .my-account-logo .logo-myaccount a:before,
.customer-account-edit .my-account-logo .logo-myaccount a:before,
.wishlist-index-index .my-account-logo .logo-myaccount a:before,
.customer-address-form .my-account-logo .logo-myaccount a:before,
.sales-order-history .my-account-logo .logo-myaccount a:before,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:before,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:before,
.review-customer-index .my-account-logo .logo-myaccount a:before,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:before,
.newsletter-manage-index .my-account-logo .logo-myaccount a:before,
.downloadable-customer-products .my-account-logo .logo-myaccount a:before,
.customer-address-index .my-account-logo .logo-myaccount a:before,
.sales-order-view .my-account-logo .logo-myaccount a:before,
.tag-customer-index .my-account-logo .logo-myaccount a:before {
  background: #6c6f67;
  color: white;
}
.customer-account-index .my-account-logo .logo-myaccount a:hover,
.customer-account-edit .my-account-logo .logo-myaccount a:hover,
.wishlist-index-index .my-account-logo .logo-myaccount a:hover,
.customer-address-form .my-account-logo .logo-myaccount a:hover,
.sales-order-history .my-account-logo .logo-myaccount a:hover,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:hover,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:hover,
.review-customer-index .my-account-logo .logo-myaccount a:hover,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:hover,
.newsletter-manage-index .my-account-logo .logo-myaccount a:hover,
.downloadable-customer-products .my-account-logo .logo-myaccount a:hover,
.customer-address-index .my-account-logo .logo-myaccount a:hover,
.sales-order-view .my-account-logo .logo-myaccount a:hover,
.tag-customer-index .my-account-logo .logo-myaccount a:hover {
  color: white;
}
.customer-account-index .my-account-logo .logout-link,
.customer-account-edit .my-account-logo .logout-link,
.wishlist-index-index .my-account-logo .logout-link,
.customer-address-form .my-account-logo .logout-link,
.sales-order-history .my-account-logo .logout-link,
.sales-billing-agreement-index .my-account-logo .logout-link,
.sales-recurring-profile-index .my-account-logo .logout-link,
.review-customer-index .my-account-logo .logout-link,
.oauth-customer-token-index .my-account-logo .logout-link,
.newsletter-manage-index .my-account-logo .logout-link,
.downloadable-customer-products .my-account-logo .logout-link,
.customer-address-index .my-account-logo .logout-link,
.sales-order-view .my-account-logo .logout-link,
.tag-customer-index .my-account-logo .logout-link {
  color: white;
}
.customer-account-index .my-account-logo .logout-link a:hover,
.customer-account-edit .my-account-logo .logout-link a:hover,
.wishlist-index-index .my-account-logo .logout-link a:hover,
.customer-address-form .my-account-logo .logout-link a:hover,
.sales-order-history .my-account-logo .logout-link a:hover,
.sales-billing-agreement-index .my-account-logo .logout-link a:hover,
.sales-recurring-profile-index .my-account-logo .logout-link a:hover,
.review-customer-index .my-account-logo .logout-link a:hover,
.oauth-customer-token-index .my-account-logo .logout-link a:hover,
.newsletter-manage-index .my-account-logo .logout-link a:hover,
.downloadable-customer-products .my-account-logo .logout-link a:hover,
.customer-address-index .my-account-logo .logout-link a:hover,
.sales-order-view .my-account-logo .logout-link a:hover,
.tag-customer-index .my-account-logo .logout-link a:hover {
  color: #37402f;
}
.customer-account-index .my-account-logo .logout-link a,
.customer-account-edit .my-account-logo .logout-link a,
.wishlist-index-index .my-account-logo .logout-link a,
.customer-address-form .my-account-logo .logout-link a,
.sales-order-history .my-account-logo .logout-link a,
.sales-billing-agreement-index .my-account-logo .logout-link a,
.sales-recurring-profile-index .my-account-logo .logout-link a,
.review-customer-index .my-account-logo .logout-link a,
.oauth-customer-token-index .my-account-logo .logout-link a,
.newsletter-manage-index .my-account-logo .logout-link a,
.downloadable-customer-products .my-account-logo .logout-link a,
.customer-address-index .my-account-logo .logout-link a,
.sales-order-view .my-account-logo .logout-link a,
.tag-customer-index .my-account-logo .logout-link a {
  color: white;
}
.customer-account-index .my-account-logo .logout-link a:before,
.customer-account-edit .my-account-logo .logout-link a:before,
.wishlist-index-index .my-account-logo .logout-link a:before,
.customer-address-form .my-account-logo .logout-link a:before,
.sales-order-history .my-account-logo .logout-link a:before,
.sales-billing-agreement-index .my-account-logo .logout-link a:before,
.sales-recurring-profile-index .my-account-logo .logout-link a:before,
.review-customer-index .my-account-logo .logout-link a:before,
.oauth-customer-token-index .my-account-logo .logout-link a:before,
.newsletter-manage-index .my-account-logo .logout-link a:before,
.downloadable-customer-products .my-account-logo .logout-link a:before,
.customer-address-index .my-account-logo .logout-link a:before,
.sales-order-view .my-account-logo .logout-link a:before,
.tag-customer-index .my-account-logo .logout-link a:before {
  background: #6c6f67;
}
.customer-account-index .col2-set .col-1 h2,
.customer-account-index .col2-set .col-2 h2,
.customer-account-edit .col2-set .col-1 h2,
.customer-account-edit .col2-set .col-2 h2,
.wishlist-index-index .col2-set .col-1 h2,
.wishlist-index-index .col2-set .col-2 h2,
.customer-address-form .col2-set .col-1 h2,
.customer-address-form .col2-set .col-2 h2,
.sales-order-history .col2-set .col-1 h2,
.sales-order-history .col2-set .col-2 h2,
.sales-billing-agreement-index .col2-set .col-1 h2,
.sales-billing-agreement-index .col2-set .col-2 h2,
.sales-recurring-profile-index .col2-set .col-1 h2,
.sales-recurring-profile-index .col2-set .col-2 h2,
.review-customer-index .col2-set .col-1 h2,
.review-customer-index .col2-set .col-2 h2,
.oauth-customer-token-index .col2-set .col-1 h2,
.oauth-customer-token-index .col2-set .col-2 h2,
.newsletter-manage-index .col2-set .col-1 h2,
.newsletter-manage-index .col2-set .col-2 h2,
.downloadable-customer-products .col2-set .col-1 h2,
.downloadable-customer-products .col2-set .col-2 h2,
.customer-address-index .col2-set .col-1 h2,
.customer-address-index .col2-set .col-2 h2,
.sales-order-view .col2-set .col-1 h2,
.sales-order-view .col2-set .col-2 h2,
.tag-customer-index .col2-set .col-1 h2,
.tag-customer-index .col2-set .col-2 h2 {
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
}
.customer-account-index .col2-set .col-1 h3,
.customer-account-index .col2-set .col-2 h3,
.customer-account-edit .col2-set .col-1 h3,
.customer-account-edit .col2-set .col-2 h3,
.wishlist-index-index .col2-set .col-1 h3,
.wishlist-index-index .col2-set .col-2 h3,
.customer-address-form .col2-set .col-1 h3,
.customer-address-form .col2-set .col-2 h3,
.sales-order-history .col2-set .col-1 h3,
.sales-order-history .col2-set .col-2 h3,
.sales-billing-agreement-index .col2-set .col-1 h3,
.sales-billing-agreement-index .col2-set .col-2 h3,
.sales-recurring-profile-index .col2-set .col-1 h3,
.sales-recurring-profile-index .col2-set .col-2 h3,
.review-customer-index .col2-set .col-1 h3,
.review-customer-index .col2-set .col-2 h3,
.oauth-customer-token-index .col2-set .col-1 h3,
.oauth-customer-token-index .col2-set .col-2 h3,
.newsletter-manage-index .col2-set .col-1 h3,
.newsletter-manage-index .col2-set .col-2 h3,
.downloadable-customer-products .col2-set .col-1 h3,
.downloadable-customer-products .col2-set .col-2 h3,
.customer-address-index .col2-set .col-1 h3,
.customer-address-index .col2-set .col-2 h3,
.sales-order-view .col2-set .col-1 h3,
.sales-order-view .col2-set .col-2 h3,
.tag-customer-index .col2-set .col-1 h3,
.tag-customer-index .col2-set .col-2 h3 {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 600;
}

/* ============================================ *
 * Codazon_My Account
 * ============================================ */
/* ============================================ *
 * Codazon_Menu Megamenu
 * ============================================ */
.cms-index-index .cdz-main-menu .groupmenu li.level0.nav-home > a.menu-link {
  color: white;
  background-color: #2d3227;
  border-color: #282828;
  font: 400 16px/1.35 Tahoma, Arial, sans-serif;
}
.cms-page-view .std p, .cms-no-route .std p,
.cms-page-view .std li, .cms-no-route .std li {
	font-style: normal;
}

.cdz-main-menu .groupmenu li.level0 a.menu-link {
  color: white;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited, .cdz-main-menu .groupmenu li.level0 a.menu-link:hover, .cdz-main-menu .groupmenu li.level0 a.menu-link:active {
  color: white;
}
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  color: white;
  background-color: #2d3227;
  border-color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  color: #282828;
  font: 400 12px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  color: #282828;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  color: #282828;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover, .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
  color: #37402f;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  background-color: white;
}


/*Sticky menu------*/
@media (min-width: 767px) {
  .header .sticky-menu.active {
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    background: #37402f;
  }
  .header .sticky-menu.active .cdz-header-cart .cdz-dropdown {
    position: initial;
  }
  .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
    background-color: #37402f;
  }
  .header .sticky-menu.active .block-search .form-search input[type="text"] {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .header .sticky-menu.active .block-search .form-search .button:before {
    color: white;
  }
  .header .sticky-menu.active .block-search .form-search:hover .button:before {
    color: white;
  }
}
.cdz-main-menu .groupmenu li.level0 a.menu-link {
  color: white;
  font: 400 13px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu li.level0 a.menu-link:hover,
.cdz-main-menu .groupmenu li.level0 a.menu-link:active,
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited {
  color: white;
}
.cdz-main-menu .groupmenu li.level0.parent:hover:after {
  color: #2d3227;
}
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  color: white;
  background-color: #2d3227;
  border-color: #282828;
  font: 400 13px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop {
  background-color: #37402f;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  color: white;
  font: 500 13px/1.55 Tahoma, Arial, sans-serif;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  text-transform: uppercase;
  color: #8c8f8f;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  font: 400 13px/1.35 Tahoma, Arial, sans-serif;
  color: white;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:visited {
  color: white;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover,
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
  color: white;
}
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  background-color: #37402f;
}

#simple_contact_form ul {
	list-style-type: none;
	margin-bottom: 0;
}
#simple_contact_form li {
	margin-left: 0;
}

#simple_contact_form .buttons-set {
	margin: 0;
	padding-top: 0;
}
#simple_contact_form .buttons-set button.button {
	margin-top: 15px;
}


#simple_contact_form li .row .input-box,
#simple_contact_form li .row .input-box input {
	display: inline-block;
	width: 100%;
}

#simple_contact_form li .row .normal input {
	width: auto;
	margin-right: 5px;
	top: 3px;
	position: relative;
}
#simple_contact_form li .row .normal label {
	margin-left:20px;
}

#simple_contact_form li .row .field,
#simple_contact_form li .row .normal {
	display: inline-block;
}
#simple_contact_form li .row .full {
	width: 99.3%;
}
#simple_contact_form li .row .three-quarters {
	width: 74%;
}
#simple_contact_form li .row .half {
	width: 49.5%;
}
#simple_contact_form li .row .one-quarter {
	width: 24.5%;
}

@media (max-width: 1200px) {
	#simple_contact_form li .row .normal.one-quarter {
		width: 30%;
	}
	#simple_contact_form li .row .three-quarters {
		width: 69.5%;
	}
}

@media (max-width: 993px) {
	#simple_contact_form li .row .normal.one-quarter {
		width: 37.5%;
	}
	#simple_contact_form li .row .three-quarters {
		width: 61.5%;
	}
}

@media (max-width: 675px) {
	#simple_contact_form li .row .normal.one-quarter {
		width: 49.5%;
	}
	#simple_contact_form li .row .three-quarters {
		width: 49.5%;
	}
}

@media (max-width: 600px) {
	#simple_contact_form li .row .one-quarter {
		width: 49.5%;
	}
	#simple_contact_form li .row .half {
		width: 99.3%;
	}
}
@media (max-width: 535px) {
	#simple_contact_form li .row .normal.one-quarter,
	#simple_contact_form li .row .three-quarters {
		width: 99.3%;
	}
}

/* ============================================ *
 * Codazon_Menu Megamenu
 * ============================================ */
/* ============================================ *
 * Codazon_Menu Vertical
 * ============================================ */
.menu-vertical-title {
  background: #fc6e00;
  color: white;
}
.menu-vertical-title h3 {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}
.menu-vertical-title h3 a {
  color: white;
}
.menu-vertical-title h3:before {
  color: white;
}

.menu-vertical .cdz-nav-wrap {
  border: 1px solid #f64400;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 > a.menu-link {
  color: white;
  background-color: #f64400;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1.view-all a {
  color: white;
  background-color: #f64400;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1:hover > a.menu-link {
  background: #fc6e00;
  color: white;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
  background: white;
  border-color: #ebebeb;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a {
  color: #999999;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a:hover, .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a:active {
  color: #fc6e00;
}
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li.level4 {
  border-bottom-color: #f64400;
  color: white;
}
.menu-vertical .cdz-nav-wrap .parent:after {
  color: white;
}
.menu-vertical .cdz-nav-wrap .parent:hover:after {
  color: white;
}
.menu-vertical .cdz-nav-wrap .cdz-sub-cat .parent:after {
  color: #999999;
}
.menu-vertical .cdz-nav-wrap .cdz-sub-cat .parent:hover:after {
  color: #fc6e00;
}
.menu-vertical .cdz-nav-wrap .view-all a {
  color: #37402f;
}

@media (max-width: 991px) {
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
    border-color: #fc6e00;
  }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.vertical-level2 {
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  }
}
/*menu vertical style home Sportwear*/
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item .switch {
  background: #fc6e00;
  color: white;
  font: 400 14px/1.35 Tahoma, Arial, sans-serif;
  font-weight: 600;
}
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item:hover .switch, .menu-vertical-style02 .nav.nav-tabs .nav-tab-item.active .switch {
  background: #f64400;
  color: white;
}
.menu-vertical-style02 .nav-tab-content {
  background: #f64400;
  font: 400 14px/1.35 Tahoma, Arial, sans-serif;
}

/* ============================================ *
 * Codazon_Menu Vertical
 * ============================================ */
/* ============================================ *
* Codazon_BlockSidebar
* ============================================ */
.cdz-block-title .b-title {
  border-bottom-color: #121212;
  color: #121212;
  font: 500 20px/1.35 Tahoma, Arial, sans-serif;
}

.cdz-block-title .b-title:before {
  background: white;
}

/*Block Sidebar*/
.block:not(.block-static-block) {
  border-color: #d3ced2;
}

.block:not(.block-static-block) .block-collapsible-nav-title,
.block:not(.block-static-block) .block-title {
  color: #8c8f8f;
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
  border-bottom-color: #d3ced2;
}

.block:not(.block-static-block) .block-collapsible-nav-title strong,
.block:not(.block-static-block) .block-title strong {
  font: 500 13px/1.35 Tahoma, Arial, sans-serif;
  border-bottom: 3px solid #121212;
}

.block.review-add .block-content {
  padding-top: 0 !important;
}

.sidebar .block:not(.block-static-block) {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.sidebar .block .block-title {
  color: #282828;
}
.sidebar .block .actions .button {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  background: #282828;
  color: white;
}

.sidebar .product-name {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

/* ============================================ *
* Codazon_BlockSidebar
* ============================================ */
/* ============================================ *
* Codazon_Product Filter Drug store
* ============================================ */
.cdz-block-newproduct .cdz-block-title p.b-title, .cdz-home-block .cdz-block-title p.b-title {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}
.cdz-block-newproduct .cdz-block-title p.b-title span, .cdz-home-block .cdz-block-title p.b-title span {
  background: #37402f;
}
.cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-home-block .cdz-block-title p.b-title span:after {
  border-bottom-color: #161913;
}
.cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:after {
  border-left-color: #161913;
  border-bottom-color: transparent;
}

.cdz-block-orange .cdz-block-title p.b-title span {
  background: #1b1e17;
}
.cdz-block-orange .cdz-block-title p.b-title span:before, .cdz-block-orange .cdz-block-title p.b-title span:after {
  border-bottom-color: #090a07;
}
.cdz-rtl .cdz-block-orange .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-orange .cdz-block-title p.b-title span:after {
  border-left-color: #090a07;
  border-bottom-color: transparent;
}

.col1-layout .codazon-filter-style-04 .products-grid {
  border-left-color: #e1e1e1;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
  margin: 0;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
  border-right-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
  border-color: white;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
  color: #37402f;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
  border-color: #37402f;
}
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-buttons-inner .qs-button:hover {
  color: #282828;
}

/*==============================
================= Deals categories Home Drug
*/
.cdz-best-selling .products-grid .product-items .item .product-item-info {
  border-color: #e1e1e1;
}

@media (max-width: 767px) {
  .codazon-filter-style-05 .products-grid .product-items .item .product-item-info .cdz-product-bottom .product-name a.product-item-link {
    color: #37402f;
  }
  .codazon-filter-style-05 .products-grid .product-items .item .product-item-info .cdz-product-bottom .price {
    color: #282828;
  }
}
@media (min-width: 767px) {
  .codazon-filter-style-05 .products-grid .product-items .item {
    box-shadow: 0 0 0 0px #e1e1e1, 0 1px 0 0 #e1e1e1, 1px 1px 0 0 #e1e1e1, 1px 0 0 0 #e1e1e1 inset, 0 1px 0 0 #e1e1e1 inset;
  }
  .codazon-filter-style-05 .products-grid .product-items .product-item-description {
    color: #999999;
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  }
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .product-name a {
    color: #37402f;
  }
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .price {
    color: black;
  }
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .old-price .price {
    color: #d0d0d0;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left-color: #e1e1e1;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    border-right-color: #e1e1e1 !important;
    border-bottom-color: #e1e1e1 !important;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
    border-color: white;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
    color: #37402f;
    font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
    border-color: transparent;
  }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-buttons-inner .qs-button:hover {
    color: #282828;
  }
}
/* ============================================ *
* Codazon_Product Filter Drug store
* ============================================ */
/* ============================================ *
* Codazon_Popup newsletter
* ============================================ */
/* ============================================ *
* Codazon_Login and Register
* ============================================ */
.account-create form .legend,
.account-login form .legend,
form .legend {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: #282828;
  border: 0;
}

.account-login .page-title .field.note,
.account-create .page-title .field.note {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.account-login #login-form,
.account-create #form-validate,
.customer-account-forgotpassword .col-main #form-validate,
.sales-guest-form .col-main-containter .search-form {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.control.signup-newsletter label, .control#remember-me-box label, .link-tip, .forgot-password-link {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  color: #757575;
}

.account-create .buttons-set button.button {
  border-color: #37402f;
  background: #37402f;
  color: white;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
}

.account-create .buttons-set button.button:hover {
  background: white;
  color: #282d23;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #282d23;
}

.account-login .buttons-set button.button {
  background: #c5420e;
  color: white;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #c5420e;
}

.account-login .buttons-set button.button:hover {
  background: white;
  color: #282d23;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #282d23;
}

.customer-account-forgotpassword .buttons-set button.button {
  background: #c5420e;
  color: white;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #c5420e;
}

.customer-account-forgotpassword .buttons-set button.button:hover {
  background: white;
  color: #282d23;
  font: 600 14px/1.35 Tahoma, Arial, sans-serif;
  border-color: #282d23;
}

/* ============================================ *
* Codazon_Login and Register
* ============================================ */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button {
  background: #37402f;
  color: white;
  border-color: #37402f;
}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button:hover {
  background: white;
  color: #282d23;
  border-color: #282d23;
}

/* ============================================ *
* Codazon_Login and Register
* ============================================ */
 /* ============================================ *
* Codazon_Categories default
* ============================================ */
/*Product list type*/
.rating-links {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.rating-links a {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.rating-links span {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}

.products-list .add-to-links li {
  background: white;
  border-color: #282d23;
  color: #282d23;
}
.products-list .add-to-links li:hover {
  background: #37402f;
  color: white;
  border-color: #37402f;
}
.products-list .btn-cart {
  background: #282828;
  border-color: #282d23;
  color: white;
}
.category-products .products-list .btn-cart {
  background: white;
  border-color: #282d23;
  color: #282d23;
}
.category-products .products-list .btn-cart:hover {
  background: #37402f;
  color: white;
  border-color: #37402f;
}

/* Filter navigation ------------*/
/* ============================================ *
* Codazon_Categories default
* ============================================ */
.block-layered-nav dd ol li a {
  color: #282828;
}
.block-layered-nav dd ol li label {
  border-color: #959595;
}
.block-layered-nav dd ol li a:hover {
  color: #37402f;
}
.block-layered-nav .price-btn {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.block-layered-nav .block-content > dl > dd {
  border-bottom-color: #e1e1e1;
}

#cdz-filter-bar .block-title strong {
  background: #37402f;
  color: white;
  border-color: #37402f;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
#cdz-filter-bar .block-title strong:hover {
  background: white;
  color: #282d23;
  border-color: #282d23;
}
#cdz-filter-bar .block-content {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
#cdz-filter-bar .block-content #narrow-by-list dt {
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
  font-weight: 700;
}
#cdz-filter-bar .block-content #narrow-by-list .slider.slider-horizontal {
  width: 160px;
}
#cdz-filter-bar .block-content #narrow-by-list .price-btn {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
#cdz-filter-bar dd ol li a {
  color: #282828;
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
#cdz-filter-bar dd ol li label {
  border-color: #959595;
  color: #282828;
}
#cdz-filter-bar dd ol li a:hover {
  color: #37402f;
}
#cdz-filter-bar .configurable-swatch-list .swatch-link .count {
  border-color: #aeaeae;
  color: #282828;
}
#cdz-filter-bar .block-content > dl > dd {
  border-bottom-color: #e1e1e1;
}

/* ------------Grid product for PC and Mobile */
/* ============================================ *
* Codazon_Categories default
* ============================================ */
 /* ============================================ *
* Codazon_Set layout for Col-main
* ============================================ */
.col-main-containter .col-main .col-wrapper-main,
.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-reviews,
.product-view .block-related,
.product-view .block-upsell,
.block-crosssell {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.catalog-product-view .col-main-containter .col-wrapper-main,
.cms-index-index .col-main-containter .col-wrapper-main,
.catalog-product-view .col-main-containter .col-wrapper-main,
.checkout-cart-index .col-main-containter .col-wrapper-main,
.catalog-category-view .col-main-containter .col-wrapper-main,
.customer-account-create .col-main-containter .col-wrapper-main,
.customer-account-login .col-main-containter .col-wrapper-main,
.customer-account-forgotpassword .col-main-containter .col-wrapper-main,
.sales-guest-form .col-main-containter .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}

.contacts-index-index .col-main-containter .col-main .col-wrapper-main, .catalog-product-view .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
.contacts-index-index .col-main-containter .col-main .col-wrapper-main #contactForm, .catalog-product-view .col-main-containter .col-main .col-wrapper-main #contactForm {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* ============================================ *
* Codazon_Set layout for Col-main
* ============================================ */
/* ============================================ *
* Codazon_Tab style
* ============================================ */
.nav-tabs,
.nav.nav-tabs {
  border-bottom-color: #d3ced2;
}

.nav-tabs .nav-tab-item.active .switch {
  color: white;
}
.nav-tabs li a {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: white;
  border-color: #d3ced2;
  background: #d3ced2;
}
.nav-tabs li a:hover {
  color: white;
  background: #37402f;
}
.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
  color: white;
  background: #d3ced2;
}
.nav-tabs .nav-tab-item .switch:visited, .nav-tabs .nav-tab-item .switch:hover, .nav-tabs .nav-tab-item .switch:active {
  color: white;
  background: #37402f;
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch,
.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
  border-bottom-color: #282828;
  color: white;
}
.nav-tabs .nav-tab-item:not(.disabled) .switch:active {
  color: white;
  background: transparent;
  border-bottom-color: #d3ced2;
}
.nav-tabs .nav-tab-item.active .switch, .nav-tabs .nav-tab-item.active .switch:focus, .nav-tabs .nav-tab-item.active .switch:hover {
  color: white;
  background: transparent;
  border-bottom-color: #d3ced2;
}
.nav-tabs .nav-tab-item h2 {
  font: 500 14px/1.35 Tahoma, Arial, sans-serif;
}

/* ============================================ *
* Codazon_Tab style
* ============================================ */
/*product label*/
.cdz-product-lbs .lb-item {
  background: #008ae2;
  color: white;
}
.cdz-product-lbs .lb-item.lb-sale {
  background: #1b1e17;
}

/*Box Style Home Sport*/
.box-style01 {
  background: white;
}
.box-style01 .cdz-block-title {
  color: #282828;
  border-color: #e1e1e1;
}
.box-style01 .cdz-block-title .lastcolor {
  color: #37402f;
}
.box-style01 .products-grid {
  border-left: 1px solid #e1e1e1;
}
.box-style01 .products-grid .product-item .product-item-info {
  border: 1px solid #e1e1e1;
  border-left: none;
}
.box-style01 .products-list .cdz-buttons-container button.btn-cart {
  font: 500 12px/1.55 Tahoma, Arial, sans-serif;
}
.box-style01 .products-list .cdz-buttons-container button.btn-cart:before {
  display: none;
}
.box-style01 .nav.nav-tabs .nav-tab-item .switch {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
}
.box-style01 .owl-nav [class*='owl-'],
.box-style01 .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #d3ced2;
  background: white;
  color: #d3ced2;
}
.box-style01 .owl-nav [class*='owl-']:hover,
.box-style01 .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #37402f;
  color: #37402f;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-nav [class*='owl-'],
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #d3ced2;
  background: white;
  color: #d3ced2;
}
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-nav [class*='owl-']:hover,
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #37402f;
  color: #37402f;
}

/*button show01 Home Sport*/
.cdz-button-show01 .products-grid .product-item-info:hover {
  background: #f9f9f9;
}
.cdz-button-show01 .products-grid .product-item-info:hover .product-item-details {
  background: #f9f9f9;
}

/*button show01 Home Outdoor*/
@media (min-width: 992px) {
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart {
    background: #4d4d4d;
    color: white;
    border-color: #37402f;
    border-bottom-color: #1f231b;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart:hover {
    background: white;
    color: #282d23;
    border-color: #282d23;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button,
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action {
    background: #282d23;
    color: white;
    border-color: #282d23;
    border-bottom-color: #1f231b;
  }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button:hover,
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action:hover {
    background: white;
    color: #282d23;
    border-color: #282d23;
  }
}
.modal-content {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch,
  .mobile-nav-tabs .nav-tab-item .switch {
    border: none;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch:hover,
  .mobile-nav-tabs .nav-tab-item .switch:hover {
    border-bottom-color: #d3ced2;
  }
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item.active .switch,
  .mobile-nav-tabs .nav-tab-item.active .switch {
    border-bottom-color: #d3ced2;
  }
}
/*outdoor*/
.line-style01 .cdz-block-title {
  border-color: #d3ced2;
}
.line-style01 .cdz-block-title .b-title {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
  background: #37402f;
  color: white;
  border-color: #2d3227;
}
.line-style01 .nav-tabs .nav-tab-item.active .switch {
  background: #37402f;
  color: white;
  border-color: #37402f;
}
.line-style01 .nav-tabs .nav-tab-item .switch {
  font: 500 18px/1.35 Tahoma, Arial, sans-serif;
  background: #d3ced2;
  color: white;
  border-color: #d3ced2;
}
.line-style01 .nav-tabs .nav-tab-item .switch:hover, .line-style01 .nav-tabs .nav-tab-item .switch:focus {
  background: #37402f;
  color: white;
  border-color: #37402f;
}

.customer-account-index .header-container, 
.customer-account-edit .header-container,
.wishlist-index-index .header-container,
.customer-address-form .header-container,
.sales-order-history .header-container,
.sales-billing-agreement-index .header-container,
.sales-recurring-profile-index .header-container,
.review-customer-index .header-container,
.oauth-customer-token-index .header-container,
.newsletter-manage-index .header-container,
.downloadable-customer-products .header-container,
.customer-address-index .header-container,
.sales-order-view .header-container,
.tag-customer-index .header-container {
	display: block;
}

.checkout-agreements .agreement-content {
	display: none;
}
.checkout-agreements .checkbox + label {
	line-height: 1.1;
}
.checkout-agreements .checkbox + label a {
	vertical-align: top;
}

.privacy-policy-table td {
	padding: 5px;
}
.privacy-policy-table p {
	margin: 0;
}

.video-wrapper {
	text-align: center;
}
@media (max-width: 992px) {
	/* responsive youtube embeds */
	.video-wrapper {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.video-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
body.no-scroll {
	overflow-y: hidden;
}
div#modal-container {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	overflow-y: auto;
	z-index: 999999;
	pointer-events: none;
}
div.modal-overlay{
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1000000;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	pointer-events: none;
}
div.modal-window{
	top: 10%;
	left: 15%;
	position: relative;
	width: 70%;
	z-index: 1000001;
	background: #fff;
	border: solid 5px #37402f;
	border-radius: 15px;
	padding: 30px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	pointer-events: auto;
}
span#modal-close-btn{
	color: red;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
.codazon-loader-wrap{text-align: center;}
.codazon-loader-wrap .loader{background: #FFF url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/images/ajax-loader.gif) no-repeat; width:35px; height:35px; display: inline-flex; border-radius:100%; background-size:35px 35px;}
.codazon-filter .products-grid{background:none; list-style: none;border-bottom: none;}
.codazon-filter .products-grid li{list-style:none;}
.std .codazon-filter ul{padding-left: 0;}
.cdz-menu *,
.cdz-menu:after,
.cdz-menu:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width:768px) {
    .cdz-menu .container {
        width: 740px
    }
}

@media(min-width:992px) {
    .cdz-menu .container {
        width: 960px
    }
}

@media(min-width:1200px) {
    .cdz-menu .container {
        width: 1200px
    }
}

.cdz-menu .col-lg-1,
.cdz-menu .col-lg-10,
.cdz-menu .col-lg-11,
.cdz-menu .col-lg-12,
.cdz-menu .col-lg-13,
.cdz-menu .col-lg-14,
.cdz-menu .col-lg-15,
.cdz-menu .col-lg-16,
.cdz-menu .col-lg-17,
.cdz-menu .col-lg-18,
.cdz-menu .col-lg-19,
.cdz-menu .col-lg-2,
.cdz-menu .col-lg-20,
.cdz-menu .col-lg-21,
.cdz-menu .col-lg-22,
.cdz-menu .col-lg-23,
.cdz-menu .col-lg-24,
.cdz-menu .col-lg-3,
.cdz-menu .col-lg-4,
.cdz-menu .col-lg-5,
.cdz-menu .col-lg-6,
.cdz-menu .col-lg-7,
.cdz-menu .col-lg-8,
.cdz-menu .col-lg-9,
.cdz-menu .col-md-1,
.cdz-menu .col-md-10,
.cdz-menu .col-md-11,
.cdz-menu .col-md-12,
.cdz-menu .col-md-13,
.cdz-menu .col-md-14,
.cdz-menu .col-md-15,
.cdz-menu .col-md-16,
.cdz-menu .col-md-17,
.cdz-menu .col-md-18,
.cdz-menu .col-md-19,
.cdz-menu .col-md-2,
.cdz-menu .col-md-20,
.cdz-menu .col-md-21,
.cdz-menu .col-md-22,
.cdz-menu .col-md-23,
.cdz-menu .col-md-24,
.cdz-menu .col-md-3,
.cdz-menu .col-md-4,
.cdz-menu .col-md-5,
.cdz-menu .col-md-6,
.cdz-menu .col-md-7,
.cdz-menu .col-md-8,
.cdz-menu .col-md-9,
.cdz-menu .col-sm-1,
.cdz-menu .col-sm-10,
.cdz-menu .col-sm-11,
.cdz-menu .col-sm-12,
.cdz-menu .col-sm-13,
.cdz-menu .col-sm-14,
.cdz-menu .col-sm-15,
.cdz-menu .col-sm-16,
.cdz-menu .col-sm-17,
.cdz-menu .col-sm-18,
.cdz-menu .col-sm-19,
.cdz-menu .col-sm-2,
.cdz-menu .col-sm-20,
.cdz-menu .col-sm-21,
.cdz-menu .col-sm-22,
.cdz-menu .col-sm-23,
.cdz-menu .col-sm-24,
.cdz-menu .col-sm-3,
.cdz-menu .col-sm-4,
.cdz-menu .col-sm-5,
.cdz-menu .col-sm-6,
.cdz-menu .col-sm-7,
.cdz-menu .col-sm-8,
.cdz-menu .col-sm-9,
.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
    float: left
}

.cdz-rtl .cdz-menu .col-xs-1,
.cdz-rtl .cdz-menu .col-xs-10,
.cdz-rtl .cdz-menu .col-xs-11,
.cdz-rtl .cdz-menu .col-xs-12,
.cdz-rtl .cdz-menu .col-xs-13,
.cdz-rtl .cdz-menu .col-xs-14,
.cdz-rtl .cdz-menu .col-xs-15,
.cdz-rtl .cdz-menu .col-xs-16,
.cdz-rtl .cdz-menu .col-xs-17,
.cdz-rtl .cdz-menu .col-xs-18,
.cdz-rtl .cdz-menu .col-xs-19,
.cdz-rtl .cdz-menu .col-xs-2,
.cdz-rtl .cdz-menu .col-xs-20,
.cdz-rtl .cdz-menu .col-xs-21,
.cdz-rtl .cdz-menu .col-xs-22,
.cdz-rtl .cdz-menu .col-xs-23,
.cdz-rtl .cdz-menu .col-xs-24,
.cdz-rtl .cdz-menu .col-xs-3,
.cdz-rtl .cdz-menu .col-xs-4,
.cdz-rtl .cdz-menu .col-xs-5,
.cdz-rtl .cdz-menu .col-xs-6,
.cdz-rtl .cdz-menu .col-xs-7,
.cdz-rtl .cdz-menu .col-xs-8,
.cdz-rtl .cdz-menu .col-xs-9 {
    float: right
}

.cdz-menu .col-xs-24 {
    width: 100%
}

.cdz-menu .col-xs-23 {
    width: 95.83333333%
}

.cdz-menu .col-xs-22 {
    width: 91.66666667%
}

.cdz-menu .col-xs-21 {
    width: 87.5%
}

.cdz-menu .col-xs-20 {
    width: 83.33333333%
}

.cdz-menu .col-xs-19 {
    width: 79.16666667%
}

.cdz-menu .col-xs-18 {
    width: 75%
}

.cdz-menu .col-xs-17 {
    width: 70.83333333%
}

.cdz-menu .col-xs-16 {
    width: 66.66666667%
}

.cdz-menu .col-xs-15 {
    width: 62.5%
}

.cdz-menu .col-xs-14 {
    width: 58.33333333%
}

.cdz-menu .col-xs-13 {
    width: 54.16666667%
}

.cdz-menu .col-xs-12 {
    width: 50%
}

.cdz-menu .col-xs-11 {
    width: 45.83333333%
}

.cdz-menu .col-xs-10 {
    width: 41.66666667%
}

.cdz-menu .col-xs-9 {
    width: 37.5%
}

.cdz-menu .col-xs-8 {
    width: 33.33333333%
}

.cdz-menu .col-xs-7 {
    width: 29.16666667%
}

.cdz-menu .col-xs-6 {
    width: 25%
}

.cdz-menu .col-xs-5 {
    width: 20.83333333%
}

.cdz-menu .col-xs-4 {
    width: 16.66666667%
}

.cdz-menu .col-xs-3 {
    width: 12.5%
}

.cdz-menu .col-xs-2 {
    width: 8.33333333%
}

.cdz-menu .col-xs-1 {
    width: 4.16666667%
}

.cdz-menu .col-xs-pull-24 {
    right: 100%
}

.cdz-menu .col-xs-pull-23 {
    right: 95.83333333%
}

.cdz-menu .col-xs-pull-22 {
    right: 91.66666667%
}

.cdz-menu .col-xs-pull-21 {
    right: 87.5%
}

.cdz-menu .col-xs-pull-20 {
    right: 83.33333333%
}

.cdz-menu .col-xs-pull-19 {
    right: 79.16666667%
}

.cdz-menu .col-xs-pull-18 {
    right: 75%
}

.cdz-menu .col-xs-pull-17 {
    right: 70.83333333%
}

.cdz-menu .col-xs-pull-16 {
    right: 66.66666667%
}

.cdz-menu .col-xs-pull-15 {
    right: 62.5%
}

.cdz-menu .col-xs-pull-14 {
    right: 58.33333333%
}

.cdz-menu .col-xs-pull-13 {
    right: 54.16666667%
}

.cdz-menu .col-xs-pull-12 {
    right: 50%
}

.cdz-menu .col-xs-pull-11 {
    right: 45.83333333%
}

.cdz-menu .col-xs-pull-10 {
    right: 41.66666667%
}

.cdz-menu .col-xs-pull-9 {
    right: 37.5%
}

.cdz-menu .col-xs-pull-8 {
    right: 33.33333333%
}

.cdz-menu .col-xs-pull-7 {
    right: 29.16666667%
}

.cdz-menu .col-xs-pull-6 {
    right: 25%
}

.cdz-menu .col-xs-pull-5 {
    right: 20.83333333%
}

.cdz-menu .col-xs-pull-4 {
    right: 16.66666667%
}

.cdz-menu .col-xs-pull-3 {
    right: 12.5%
}

.cdz-menu .col-xs-pull-2 {
    right: 8.33333333%
}

.cdz-menu .col-xs-pull-1 {
    right: 4.16666667%
}

.cdz-menu .col-xs-pull-0 {
    right: auto
}

.cdz-menu .col-xs-push-24 {
    left: 100%
}

.cdz-menu .col-xs-push-23 {
    left: 95.83333333%
}

.cdz-menu .col-xs-push-22 {
    left: 91.66666667%
}

.cdz-menu .col-xs-push-21 {
    left: 87.5%
}

.cdz-menu .col-xs-push-20 {
    left: 83.33333333%
}

.cdz-menu .col-xs-push-19 {
    left: 79.16666667%
}

.cdz-menu .col-xs-push-18 {
    left: 75%
}

.cdz-menu .col-xs-push-17 {
    left: 70.83333333%
}

.cdz-menu .col-xs-push-16 {
    left: 66.66666667%
}

.cdz-menu .col-xs-push-15 {
    left: 62.5%
}

.cdz-menu .col-xs-push-14 {
    left: 58.33333333%
}

.cdz-menu .col-xs-push-13 {
    left: 54.16666667%
}

.cdz-menu .col-xs-push-12 {
    left: 50%
}

.cdz-menu .col-xs-push-11 {
    left: 45.83333333%
}

.cdz-menu .col-xs-push-10 {
    left: 41.66666667%
}

.cdz-menu .col-xs-push-9 {
    left: 37.5%
}

.cdz-menu .col-xs-push-8 {
    left: 33.33333333%
}

.cdz-menu .col-xs-push-7 {
    left: 29.16666667%
}

.cdz-menu .col-xs-push-6 {
    left: 25%
}

.cdz-menu .col-xs-push-5 {
    left: 20.83333333%
}

.cdz-menu .col-xs-push-4 {
    left: 16.66666667%
}

.cdz-menu .col-xs-push-3 {
    left: 12.5%
}

.cdz-menu .col-xs-push-2 {
    left: 8.33333333%
}

.cdz-menu .col-xs-push-1 {
    left: 4.16666667%
}

.cdz-menu .col-xs-push-0 {
    left: auto
}

.cdz-menu .col-xs-offset-24 {
    margin-left: 100%
}

.cdz-menu .col-xs-offset-23 {
    margin-left: 95.83333333%
}

.cdz-menu .col-xs-offset-22 {
    margin-left: 91.66666667%
}

.cdz-menu .col-xs-offset-21 {
    margin-left: 87.5%
}

.cdz-menu .col-xs-offset-20 {
    margin-left: 83.33333333%
}

.cdz-menu .col-xs-offset-19 {
    margin-left: 79.16666667%
}

.cdz-menu .col-xs-offset-18 {
    margin-left: 75%
}

.cdz-menu .col-xs-offset-17 {
    margin-left: 70.83333333%
}

.cdz-menu .col-xs-offset-16 {
    margin-left: 66.66666667%
}

.cdz-menu .col-xs-offset-15 {
    margin-left: 62.5%
}

.cdz-menu .col-xs-offset-14 {
    margin-left: 58.33333333%
}

.cdz-menu .col-xs-offset-13 {
    margin-left: 54.16666667%
}

.cdz-menu .col-xs-offset-12 {
    margin-left: 50%
}

.cdz-menu .col-xs-offset-11 {
    margin-left: 45.83333333%
}

.cdz-menu .col-xs-offset-10 {
    margin-left: 41.66666667%
}

.cdz-menu .col-xs-offset-9 {
    margin-left: 37.5%
}

.cdz-menu .col-xs-offset-8 {
    margin-left: 33.33333333%
}

.cdz-menu .col-xs-offset-7 {
    margin-left: 29.16666667%
}

.cdz-menu .col-xs-offset-6 {
    margin-left: 25%
}

.cdz-menu .col-xs-offset-5 {
    margin-left: 20.83333333%
}

.cdz-menu .col-xs-offset-4 {
    margin-left: 16.66666667%
}

.cdz-menu .col-xs-offset-3 {
    margin-left: 12.5%
}

.cdz-menu .col-xs-offset-2 {
    margin-left: 8.33333333%
}

.cdz-menu .col-xs-offset-1 {
    margin-left: 4.16666667%
}

.cdz-menu .col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .cdz-menu .col-sm-1,
    .cdz-menu .col-sm-10,
    .cdz-menu .col-sm-11,
    .cdz-menu .col-sm-12,
    .cdz-menu .col-sm-13,
    .cdz-menu .col-sm-14,
    .cdz-menu .col-sm-15,
    .cdz-menu .col-sm-16,
    .cdz-menu .col-sm-17,
    .cdz-menu .col-sm-18,
    .cdz-menu .col-sm-19,
    .cdz-menu .col-sm-2,
    .cdz-menu .col-sm-20,
    .cdz-menu .col-sm-21,
    .cdz-menu .col-sm-22,
    .cdz-menu .col-sm-23,
    .cdz-menu .col-sm-24,
    .cdz-menu .col-sm-3,
    .cdz-menu .col-sm-4,
    .cdz-menu .col-sm-5,
    .cdz-menu .col-sm-6,
    .cdz-menu .col-sm-7,
    .cdz-menu .col-sm-8,
    .cdz-menu .col-sm-9 {
        float: left
    }
    .cdz-rtl .cdz-menu .col-sm-1,
    .cdz-rtl .cdz-menu .col-sm-10,
    .cdz-rtl .cdz-menu .col-sm-11,
    .cdz-rtl .cdz-menu .col-sm-12,
    .cdz-rtl .cdz-menu .col-sm-13,
    .cdz-rtl .cdz-menu .col-sm-14,
    .cdz-rtl .cdz-menu .col-sm-15,
    .cdz-rtl .cdz-menu .col-sm-16,
    .cdz-rtl .cdz-menu .col-sm-17,
    .cdz-rtl .cdz-menu .col-sm-18,
    .cdz-rtl .cdz-menu .col-sm-19,
    .cdz-rtl .cdz-menu .col-sm-2,
    .cdz-rtl .cdz-menu .col-sm-20,
    .cdz-rtl .cdz-menu .col-sm-21,
    .cdz-rtl .cdz-menu .col-sm-22,
    .cdz-rtl .cdz-menu .col-sm-23,
    .cdz-rtl .cdz-menu .col-sm-24,
    .cdz-rtl .cdz-menu .col-sm-3,
    .cdz-rtl .cdz-menu .col-sm-4,
    .cdz-rtl .cdz-menu .col-sm-5,
    .cdz-rtl .cdz-menu .col-sm-6,
    .cdz-rtl .cdz-menu .col-sm-7,
    .cdz-rtl .cdz-menu .col-sm-8,
    .cdz-rtl .cdz-menu .col-sm-9 {
        float: right
    }
    .cdz-menu .col-sm-24 {
        width: 100%
    }
    .cdz-menu .col-sm-23 {
        width: 95.83333333%
    }
    .cdz-menu .col-sm-22 {
        width: 91.66666667%
    }
    .cdz-menu .col-sm-21 {
        width: 87.5%
    }
    .cdz-menu .col-sm-20 {
        width: 83.33333333%
    }
    .cdz-menu .col-sm-19 {
        width: 79.16666667%
    }
    .cdz-menu .col-sm-18 {
        width: 75%
    }
    .cdz-menu .col-sm-17 {
        width: 70.83333333%
    }
    .cdz-menu .col-sm-16 {
        width: 66.66666667%
    }
    .cdz-menu .col-sm-15 {
        width: 62.5%
    }
    .cdz-menu .col-sm-14 {
        width: 58.33333333%
    }
    .cdz-menu .col-sm-13 {
        width: 54.16666667%
    }
    .cdz-menu .col-sm-12 {
        width: 50%
    }
    .cdz-menu .col-sm-11 {
        width: 45.83333333%
    }
    .cdz-menu .col-sm-10 {
        width: 41.66666667%
    }
    .cdz-menu .col-sm-9 {
        width: 37.5%
    }
    .cdz-menu .col-sm-8 {
        width: 33.33333333%
    }
    .cdz-menu .col-sm-7 {
        width: 29.16666667%
    }
    .cdz-menu .col-sm-6 {
        width: 25%
    }
    .cdz-menu .col-sm-5 {
        width: 20.83333333%
    }
    .cdz-menu .col-sm-4 {
        width: 16.66666667%
    }
    .cdz-menu .col-sm-3 {
        width: 12.5%
    }
    .cdz-menu .col-sm-2 {
        width: 8.33333333%
    }
    .cdz-menu .col-sm-1 {
        width: 4.16666667%
    }
    .cdz-menu .col-sm-pull-24 {
        right: 100%
    }
    .cdz-menu .col-sm-pull-23 {
        right: 95.83333333%
    }
    .cdz-menu .col-sm-pull-22 {
        right: 91.66666667%
    }
    .cdz-menu .col-sm-pull-21 {
        right: 87.5%
    }
    .cdz-menu .col-sm-pull-20 {
        right: 83.33333333%
    }
    .cdz-menu .col-sm-pull-19 {
        right: 79.16666667%
    }
    .cdz-menu .col-sm-pull-18 {
        right: 75%
    }
    .cdz-menu .col-sm-pull-17 {
        right: 70.83333333%
    }
    .cdz-menu .col-sm-pull-16 {
        right: 66.66666667%
    }
    .cdz-menu .col-sm-pull-15 {
        right: 62.5%
    }
    .cdz-menu .col-sm-pull-14 {
        right: 58.33333333%
    }
    .cdz-menu .col-sm-pull-13 {
        right: 54.16666667%
    }
    .cdz-menu .col-sm-pull-12 {
        right: 50%
    }
    .cdz-menu .col-sm-pull-11 {
        right: 45.83333333%
    }
    .cdz-menu .col-sm-pull-10 {
        right: 41.66666667%
    }
    .cdz-menu .col-sm-pull-9 {
        right: 37.5%
    }
    .cdz-menu .col-sm-pull-8 {
        right: 33.33333333%
    }
    .cdz-menu .col-sm-pull-7 {
        right: 29.16666667%
    }
    .cdz-menu .col-sm-pull-6 {
        right: 25%
    }
    .cdz-menu .col-sm-pull-5 {
        right: 20.83333333%
    }
    .cdz-menu .col-sm-pull-4 {
        right: 16.66666667%
    }
    .cdz-menu .col-sm-pull-3 {
        right: 12.5%
    }
    .cdz-menu .col-sm-pull-2 {
        right: 8.33333333%
    }
    .cdz-menu .col-sm-pull-1 {
        right: 4.16666667%
    }
    .cdz-menu .col-sm-pull-0 {
        right: auto
    }
    .cdz-menu .col-sm-push-24 {
        left: 100%
    }
    .cdz-menu .col-sm-push-23 {
        left: 95.83333333%
    }
    .cdz-menu .col-sm-push-22 {
        left: 91.66666667%
    }
    .cdz-menu .col-sm-push-21 {
        left: 87.5%
    }
    .cdz-menu .col-sm-push-20 {
        left: 83.33333333%
    }
    .cdz-menu .col-sm-push-19 {
        left: 79.16666667%
    }
    .cdz-menu .col-sm-push-18 {
        left: 75%
    }
    .cdz-menu .col-sm-push-17 {
        left: 70.83333333%
    }
    .cdz-menu .col-sm-push-16 {
        left: 66.66666667%
    }
    .cdz-menu .col-sm-push-15 {
        left: 62.5%
    }
    .cdz-menu .col-sm-push-14 {
        left: 58.33333333%
    }
    .cdz-menu .col-sm-push-13 {
        left: 54.16666667%
    }
    .cdz-menu .col-sm-push-12 {
        left: 50%
    }
    .cdz-menu .col-sm-push-11 {
        left: 45.83333333%
    }
    .cdz-menu .col-sm-push-10 {
        left: 41.66666667%
    }
    .cdz-menu .col-sm-push-9 {
        left: 37.5%
    }
    .cdz-menu .col-sm-push-8 {
        left: 33.33333333%
    }
    .cdz-menu .col-sm-push-7 {
        left: 29.16666667%
    }
    .cdz-menu .col-sm-push-6 {
        left: 25%
    }
    .cdz-menu .col-sm-push-5 {
        left: 20.83333333%
    }
    .cdz-menu .col-sm-push-4 {
        left: 16.66666667%
    }
    .cdz-menu .col-sm-push-3 {
        left: 12.5%
    }
    .cdz-menu .col-sm-push-2 {
        left: 8.33333333%
    }
    .cdz-menu .col-sm-push-1 {
        left: 4.16666667%
    }
    .cdz-menu .col-sm-push-0 {
        left: auto
    }
    .cdz-menu .col-sm-offset-24 {
        margin-left: 100%
    }
    .cdz-menu .col-sm-offset-23 {
        margin-left: 95.83333333%
    }
    .cdz-menu .col-sm-offset-22 {
        margin-left: 91.66666667%
    }
    .cdz-menu .col-sm-offset-21 {
        margin-left: 87.5%
    }
    .cdz-menu .col-sm-offset-20 {
        margin-left: 83.33333333%
    }
    .cdz-menu .col-sm-offset-19 {
        margin-left: 79.16666667%
    }
    .cdz-menu .col-sm-offset-18 {
        margin-left: 75%
    }
    .cdz-menu .col-sm-offset-17 {
        margin-left: 70.83333333%
    }
    .cdz-menu .col-sm-offset-16 {
        margin-left: 66.66666667%
    }
    .cdz-menu .col-sm-offset-15 {
        margin-left: 62.5%
    }
    .cdz-menu .col-sm-offset-14 {
        margin-left: 58.33333333%
    }
    .cdz-menu .col-sm-offset-13 {
        margin-left: 54.16666667%
    }
    .cdz-menu .col-sm-offset-12 {
        margin-left: 50%
    }
    .cdz-menu .col-sm-offset-11 {
        margin-left: 45.83333333%
    }
    .cdz-menu .col-sm-offset-10 {
        margin-left: 41.66666667%
    }
    .cdz-menu .col-sm-offset-9 {
        margin-left: 37.5%
    }
    .cdz-menu .col-sm-offset-8 {
        margin-left: 33.33333333%
    }
    .cdz-menu .col-sm-offset-7 {
        margin-left: 29.16666667%
    }
    .cdz-menu .col-sm-offset-6 {
        margin-left: 25%
    }
    .cdz-menu .col-sm-offset-5 {
        margin-left: 20.83333333%
    }
    .cdz-menu .col-sm-offset-4 {
        margin-left: 16.66666667%
    }
    .cdz-menu .col-sm-offset-3 {
        margin-left: 12.5%
    }
    .cdz-menu .col-sm-offset-2 {
        margin-left: 8.33333333%
    }
    .cdz-menu .col-sm-offset-1 {
        margin-left: 4.16666667%
    }
    .cdz-menu .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .cdz-menu .col-md-1,
    .cdz-menu .col-md-10,
    .cdz-menu .col-md-11,
    .cdz-menu .col-md-12,
    .cdz-menu .col-md-13,
    .cdz-menu .col-md-14,
    .cdz-menu .col-md-15,
    .cdz-menu .col-md-16,
    .cdz-menu .col-md-17,
    .cdz-menu .col-md-18,
    .cdz-menu .col-md-19,
    .cdz-menu .col-md-2,
    .cdz-menu .col-md-20,
    .cdz-menu .col-md-21,
    .cdz-menu .col-md-22,
    .cdz-menu .col-md-23,
    .cdz-menu .col-md-24,
    .cdz-menu .col-md-3,
    .cdz-menu .col-md-4,
    .cdz-menu .col-md-5,
    .cdz-menu .col-md-6,
    .cdz-menu .col-md-7,
    .cdz-menu .col-md-8,
    .cdz-menu .col-md-9 {
        float: left
    }
    .cdz-menu .col-md-24 {
        width: 100%
    }
    .cdz-menu .col-md-23 {
        width: 95.83333333%
    }
    .cdz-menu .col-md-22 {
        width: 91.66666667%
    }
    .cdz-menu .col-md-21 {
        width: 87.5%
    }
    .cdz-menu .col-md-20 {
        width: 83.33333333%
    }
    .cdz-menu .col-md-19 {
        width: 79.16666667%
    }
    .cdz-menu .col-md-18 {
        width: 75%
    }
    .cdz-menu .col-md-17 {
        width: 70.83333333%
    }
    .cdz-menu .col-md-16 {
        width: 66.66666667%
    }
    .cdz-menu .col-md-15 {
        width: 62.5%
    }
    .cdz-menu .col-md-14 {
        width: 58.33333333%
    }
    .cdz-menu .col-md-13 {
        width: 54.16666667%
    }
    .cdz-menu .col-md-12 {
        width: 50%
    }
    .cdz-menu .col-md-11 {
        width: 45.83333333%
    }
    .cdz-menu .col-md-10 {
        width: 41.66666667%
    }
    .cdz-menu .col-md-9 {
        width: 37.5%
    }
    .cdz-menu .col-md-8 {
        width: 33.33333333%
    }
    .cdz-menu .col-md-7 {
        width: 29.16666667%
    }
    .cdz-menu .col-md-6 {
        width: 25%
    }
    .cdz-menu .col-md-5 {
        width: 20.83333333%
    }
    .cdz-menu .col-md-4 {
        width: 16.66666667%
    }
    .cdz-menu .col-md-3 {
        width: 12.5%
    }
    .cdz-menu .col-md-2 {
        width: 8.33333333%
    }
    .cdz-menu .col-md-1 {
        width: 4.16666667%
    }
    .cdz-menu .col-md-pull-24 {
        right: 100%
    }
    .cdz-menu .col-md-pull-23 {
        right: 95.83333333%
    }
    .cdz-menu .col-md-pull-22 {
        right: 91.66666667%
    }
    .cdz-menu .col-md-pull-21 {
        right: 87.5%
    }
    .cdz-menu .col-md-pull-20 {
        right: 83.33333333%
    }
    .cdz-menu .col-md-pull-19 {
        right: 79.16666667%
    }
    .cdz-menu .col-md-pull-18 {
        right: 75%
    }
    .cdz-menu .col-md-pull-17 {
        right: 70.83333333%
    }
    .cdz-menu .col-md-pull-16 {
        right: 66.66666667%
    }
    .cdz-menu .col-md-pull-15 {
        right: 62.5%
    }
    .cdz-menu .col-md-pull-14 {
        right: 58.33333333%
    }
    .cdz-menu .col-md-pull-13 {
        right: 54.16666667%
    }
    .cdz-menu .col-md-pull-12 {
        right: 50%
    }
    .cdz-menu .col-md-pull-11 {
        right: 45.83333333%
    }
    .cdz-menu .col-md-pull-10 {
        right: 41.66666667%
    }
    .cdz-menu .col-md-pull-9 {
        right: 37.5%
    }
    .cdz-menu .col-md-pull-8 {
        right: 33.33333333%
    }
    .cdz-menu .col-md-pull-7 {
        right: 29.16666667%
    }
    .cdz-menu .col-md-pull-6 {
        right: 25%
    }
    .cdz-menu .col-md-pull-5 {
        right: 20.83333333%
    }
    .cdz-menu .col-md-pull-4 {
        right: 16.66666667%
    }
    .cdz-menu .col-md-pull-3 {
        right: 12.5%
    }
    .cdz-menu .col-md-pull-2 {
        right: 8.33333333%
    }
    .cdz-menu .col-md-pull-1 {
        right: 4.16666667%
    }
    .cdz-menu .col-md-pull-0 {
        right: auto
    }
    .cdz-menu .col-md-push-24 {
        left: 100%
    }
    .cdz-menu .col-md-push-23 {
        left: 95.83333333%
    }
    .cdz-menu .col-md-push-22 {
        left: 91.66666667%
    }
    .cdz-menu .col-md-push-21 {
        left: 87.5%
    }
    .cdz-menu .col-md-push-20 {
        left: 83.33333333%
    }
    .cdz-menu .col-md-push-19 {
        left: 79.16666667%
    }
    .cdz-menu .col-md-push-18 {
        left: 75%
    }
    .cdz-menu .col-md-push-17 {
        left: 70.83333333%
    }
    .cdz-menu .col-md-push-16 {
        left: 66.66666667%
    }
    .cdz-menu .col-md-push-15 {
        left: 62.5%
    }
    .cdz-menu .col-md-push-14 {
        left: 58.33333333%
    }
    .cdz-menu .col-md-push-13 {
        left: 54.16666667%
    }
    .cdz-menu .col-md-push-12 {
        left: 50%
    }
    .cdz-menu .col-md-push-11 {
        left: 45.83333333%
    }
    .cdz-menu .col-md-push-10 {
        left: 41.66666667%
    }
    .cdz-menu .col-md-push-9 {
        left: 37.5%
    }
    .cdz-menu .col-md-push-8 {
        left: 33.33333333%
    }
    .cdz-menu .col-md-push-7 {
        left: 29.16666667%
    }
    .cdz-menu .col-md-push-6 {
        left: 25%
    }
    .cdz-menu .col-md-push-5 {
        left: 20.83333333%
    }
    .cdz-menu .col-md-push-4 {
        left: 16.66666667%
    }
    .cdz-menu .col-md-push-3 {
        left: 12.5%
    }
    .cdz-menu .col-md-push-2 {
        left: 8.33333333%
    }
    .cdz-menu .col-md-push-1 {
        left: 4.16666667%
    }
    .cdz-menu .col-md-push-0 {
        left: auto
    }
    .cdz-menu .col-md-offset-24 {
        margin-left: 100%
    }
    .cdz-menu .col-md-offset-23 {
        margin-left: 95.83333333%
    }
    .cdz-menu .col-md-offset-22 {
        margin-left: 91.66666667%
    }
    .cdz-menu .col-md-offset-21 {
        margin-left: 87.5%
    }
    .cdz-menu .col-md-offset-20 {
        margin-left: 83.33333333%
    }
    .cdz-menu .col-md-offset-19 {
        margin-left: 79.16666667%
    }
    .cdz-menu .col-md-offset-18 {
        margin-left: 75%
    }
    .cdz-menu .col-md-offset-17 {
        margin-left: 70.83333333%
    }
    .cdz-menu .col-md-offset-16 {
        margin-left: 66.66666667%
    }
    .cdz-menu .col-md-offset-15 {
        margin-left: 62.5%
    }
    .cdz-menu .col-md-offset-14 {
        margin-left: 58.33333333%
    }
    .cdz-menu .col-md-offset-13 {
        margin-left: 54.16666667%
    }
    .cdz-menu .col-md-offset-12 {
        margin-left: 50%
    }
    .cdz-menu .col-md-offset-11 {
        margin-left: 45.83333333%
    }
    .cdz-menu .col-md-offset-10 {
        margin-left: 41.66666667%
    }
    .cdz-menu .col-md-offset-9 {
        margin-left: 37.5%
    }
    .cdz-menu .col-md-offset-8 {
        margin-left: 33.33333333%
    }
    .cdz-menu .col-md-offset-7 {
        margin-left: 29.16666667%
    }
    .cdz-menu .col-md-offset-6 {
        margin-left: 25%
    }
    .cdz-menu .col-md-offset-5 {
        margin-left: 20.83333333%
    }
    .cdz-menu .col-md-offset-4 {
        margin-left: 16.66666667%
    }
    .cdz-menu .col-md-offset-3 {
        margin-left: 12.5%
    }
    .cdz-menu .col-md-offset-2 {
        margin-left: 8.33333333%
    }
    .cdz-menu .col-md-offset-1 {
        margin-left: 4.16666667%
    }
    .cdz-menu .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .cdz-menu .col-lg-1,
    .cdz-menu .col-lg-10,
    .cdz-menu .col-lg-11,
    .cdz-menu .col-lg-12,
    .cdz-menu .col-lg-13,
    .cdz-menu .col-lg-14,
    .cdz-menu .col-lg-15,
    .cdz-menu .col-lg-16,
    .cdz-menu .col-lg-17,
    .cdz-menu .col-lg-18,
    .cdz-menu .col-lg-19,
    .cdz-menu .col-lg-2,
    .cdz-menu .col-lg-20,
    .cdz-menu .col-lg-21,
    .cdz-menu .col-lg-22,
    .cdz-menu .col-lg-23,
    .cdz-menu .col-lg-24,
    .cdz-menu .col-lg-3,
    .cdz-menu .col-lg-4,
    .cdz-menu .col-lg-5,
    .cdz-menu .col-lg-6,
    .cdz-menu .col-lg-7,
    .cdz-menu .col-lg-8,
    .cdz-menu .col-lg-9 {
        float: left
    }
    .cdz-menu .col-lg-24 {
        width: 100%
    }
    .cdz-menu .col-lg-23 {
        width: 95.83333333%
    }
    .cdz-menu .col-lg-22 {
        width: 91.66666667%
    }
    .cdz-menu .col-lg-21 {
        width: 87.5%
    }
    .cdz-menu .col-lg-20 {
        width: 83.33333333%
    }
    .cdz-menu .col-lg-19 {
        width: 79.16666667%
    }
    .cdz-menu .col-lg-18 {
        width: 75%
    }
    .cdz-menu .col-lg-17 {
        width: 70.83333333%
    }
    .cdz-menu .col-lg-16 {
        width: 66.66666667%
    }
    .cdz-menu .col-lg-15 {
        width: 62.5%
    }
    .cdz-menu .col-lg-14 {
        width: 58.33333333%
    }
    .cdz-menu .col-lg-13 {
        width: 54.16666667%
    }
    .cdz-menu .col-lg-12 {
        width: 50%
    }
    .cdz-menu .col-lg-11 {
        width: 45.83333333%
    }
    .cdz-menu .col-lg-10 {
        width: 41.66666667%
    }
    .cdz-menu .col-lg-9 {
        width: 37.5%
    }
    .cdz-menu .col-lg-8 {
        width: 33.33333333%
    }
    .cdz-menu .col-lg-7 {
        width: 29.16666667%
    }
    .cdz-menu .col-lg-6 {
        width: 25%
    }
    .cdz-menu .col-lg-5 {
        width: 20.83333333%
    }
    .cdz-menu .col-lg-4 {
        width: 16.66666667%
    }
    .cdz-menu .col-lg-3 {
        width: 12.5%
    }
    .cdz-menu .col-lg-2 {
        width: 8.33333333%
    }
    .cdz-menu .col-lg-1 {
        width: 4.16666667%
    }
    .cdz-menu .col-lg-pull-24 {
        right: 100%
    }
    .cdz-menu .col-lg-pull-23 {
        right: 95.83333333%
    }
    .cdz-menu .col-lg-pull-22 {
        right: 91.66666667%
    }
    .cdz-menu .col-lg-pull-21 {
        right: 87.5%
    }
    .cdz-menu .col-lg-pull-20 {
        right: 83.33333333%
    }
    .cdz-menu .col-lg-pull-19 {
        right: 79.16666667%
    }
    .cdz-menu .col-lg-pull-18 {
        right: 75%
    }
    .cdz-menu .col-lg-pull-17 {
        right: 70.83333333%
    }
    .cdz-menu .col-lg-pull-16 {
        right: 66.66666667%
    }
    .cdz-menu .col-lg-pull-15 {
        right: 62.5%
    }
    .cdz-menu .col-lg-pull-14 {
        right: 58.33333333%
    }
    .cdz-menu .col-lg-pull-13 {
        right: 54.16666667%
    }
    .cdz-menu .col-lg-pull-12 {
        right: 50%
    }
    .cdz-menu .col-lg-pull-11 {
        right: 45.83333333%
    }
    .cdz-menu .col-lg-pull-10 {
        right: 41.66666667%
    }
    .cdz-menu .col-lg-pull-9 {
        right: 37.5%
    }
    .cdz-menu .col-lg-pull-8 {
        right: 33.33333333%
    }
    .cdz-menu .col-lg-pull-7 {
        right: 29.16666667%
    }
    .cdz-menu .col-lg-pull-6 {
        right: 25%
    }
    .cdz-menu .col-lg-pull-5 {
        right: 20.83333333%
    }
    .cdz-menu .col-lg-pull-4 {
        right: 16.66666667%
    }
    .cdz-menu .col-lg-pull-3 {
        right: 12.5%
    }
    .cdz-menu .col-lg-pull-2 {
        right: 8.33333333%
    }
    .cdz-menu .col-lg-pull-1 {
        right: 4.16666667%
    }
    .cdz-menu .col-lg-pull-0 {
        right: auto
    }
    .cdz-menu .col-lg-push-24 {
        left: 100%
    }
    .cdz-menu .col-lg-push-23 {
        left: 95.83333333%
    }
    .cdz-menu .col-lg-push-22 {
        left: 91.66666667%
    }
    .cdz-menu .col-lg-push-21 {
        left: 87.5%
    }
    .cdz-menu .col-lg-push-20 {
        left: 83.33333333%
    }
    .cdz-menu .col-lg-push-19 {
        left: 79.16666667%
    }
    .cdz-menu .col-lg-push-18 {
        left: 75%
    }
    .cdz-menu .col-lg-push-17 {
        left: 70.83333333%
    }
    .cdz-menu .col-lg-push-16 {
        left: 66.66666667%
    }
    .cdz-menu .col-lg-push-15 {
        left: 62.5%
    }
    .cdz-menu .col-lg-push-14 {
        left: 58.33333333%
    }
    .cdz-menu .col-lg-push-13 {
        left: 54.16666667%
    }
    .cdz-menu .col-lg-push-12 {
        left: 50%
    }
    .cdz-menu .col-lg-push-11 {
        left: 45.83333333%
    }
    .cdz-menu .col-lg-push-10 {
        left: 41.66666667%
    }
    .cdz-menu .col-lg-push-9 {
        left: 37.5%
    }
    .cdz-menu .col-lg-push-8 {
        left: 33.33333333%
    }
    .cdz-menu .col-lg-push-7 {
        left: 29.16666667%
    }
    .cdz-menu .col-lg-push-6 {
        left: 25%
    }
    .cdz-menu .col-lg-push-5 {
        left: 20.83333333%
    }
    .cdz-menu .col-lg-push-4 {
        left: 16.66666667%
    }
    .cdz-menu .col-lg-push-3 {
        left: 12.5%
    }
    .cdz-menu .col-lg-push-2 {
        left: 8.33333333%
    }
    .cdz-menu .col-lg-push-1 {
        left: 4.16666667%
    }
    .cdz-menu .col-lg-push-0 {
        left: auto
    }
    .cdz-menu .col-lg-offset-24 {
        margin-left: 100%
    }
    .cdz-menu .col-lg-offset-23 {
        margin-left: 95.83333333%
    }
    .cdz-menu .col-lg-offset-22 {
        margin-left: 91.66666667%
    }
    .cdz-menu .col-lg-offset-21 {
        margin-left: 87.5%
    }
    .cdz-menu .col-lg-offset-20 {
        margin-left: 83.33333333%
    }
    .cdz-menu .col-lg-offset-19 {
        margin-left: 79.16666667%
    }
    .cdz-menu .col-lg-offset-18 {
        margin-left: 75%
    }
    .cdz-menu .col-lg-offset-17 {
        margin-left: 70.83333333%
    }
    .cdz-menu .col-lg-offset-16 {
        margin-left: 66.66666667%
    }
    .cdz-menu .col-lg-offset-15 {
        margin-left: 62.5%
    }
    .cdz-menu .col-lg-offset-14 {
        margin-left: 58.33333333%
    }
    .cdz-menu .col-lg-offset-13 {
        margin-left: 54.16666667%
    }
    .cdz-menu .col-lg-offset-12 {
        margin-left: 50%
    }
    .cdz-menu .col-lg-offset-11 {
        margin-left: 45.83333333%
    }
    .cdz-menu .col-lg-offset-10 {
        margin-left: 41.66666667%
    }
    .cdz-menu .col-lg-offset-9 {
        margin-left: 37.5%
    }
    .cdz-menu .col-lg-offset-8 {
        margin-left: 33.33333333%
    }
    .cdz-menu .col-lg-offset-7 {
        margin-left: 29.16666667%
    }
    .cdz-menu .col-lg-offset-6 {
        margin-left: 25%
    }
    .cdz-menu .col-lg-offset-5 {
        margin-left: 20.83333333%
    }
    .cdz-menu .col-lg-offset-4 {
        margin-left: 16.66666667%
    }
    .cdz-menu .col-lg-offset-3 {
        margin-left: 12.5%
    }
    .cdz-menu .col-lg-offset-2 {
        margin-left: 8.33333333%
    }
    .cdz-menu .col-lg-offset-1 {
        margin-left: 4.16666667%
    }
    .cdz-menu .col-lg-offset-0 {
        margin-left: 0
    }
}

.cdz-menu .btn-group-vertical>.btn-group:after,
.cdz-menu .btn-group-vertical>.btn-group:before,
.cdz-menu .btn-toolbar:after,
.cdz-menu .btn-toolbar:before,
.cdz-menu .clearfix:after,
.cdz-menu .clearfix:before,
.cdz-menu .container-fluid:after,
.cdz-menu .container-fluid:before,
.cdz-menu .container:after,
.cdz-menu .container:before,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .dl-horizontal dd:before,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .form-horizontal .form-group:before,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-footer:before,
.cdz-menu .modal-header:after,
.cdz-menu .modal-header:before,
.cdz-menu .nav:after,
.cdz-menu .nav:before,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-collapse:before,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar-header:before,
.cdz-menu .navbar:after,
.cdz-menu .navbar:before,
.cdz-menu .pager:after,
.cdz-menu .pager:before,
.cdz-menu .panel-body:after,
.cdz-menu .panel-body:before,
.cdz-menu .row:after,
.cdz-menu .row:before {
    content: " ";
    display: table
}

.cdz-menu .btn-group-vertical>.btn-group:after,
.cdz-menu .btn-toolbar:after,
.cdz-menu .clearfix:after,
.cdz-menu .container-fluid:after,
.cdz-menu .container:after,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-header:after,
.cdz-menu .nav:after,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar:after,
.cdz-menu .pager:after,
.cdz-menu .panel-body:after,
.cdz-menu .row:after {
    clear: both
}

.cdz-menu .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cdz-menu .pull-right {
    float: right !important
}

.cdz-menu .pull-left {
    float: left !important
}

.cdz-menu .hide {
    display: none !important
}

.cdz-menu .show {
    display: block !important
}

.cdz-menu .hidden,
.cdz-menu .visible-lg,
.cdz-menu .visible-lg-block,
.cdz-menu .visible-lg-inline,
.cdz-menu .visible-lg-inline-block,
.cdz-menu .visible-md,
.cdz-menu .visible-md-block,
.cdz-menu .visible-md-inline,
.cdz-menu .visible-md-inline-block,
.cdz-menu .visible-sm,
.cdz-menu .visible-sm-block,
.cdz-menu .visible-sm-inline,
.cdz-menu .visible-sm-inline-block,
.cdz-menu .visible-xs,
.cdz-menu .visible-xs-block,
.cdz-menu .visible-xs-inline,
.cdz-menu .visible-xs-inline-block {
    display: none !important
}

.cdz-menu .invisible {
    visibility: hidden
}

.cdz-menu .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.cdz-menu .affix {
    position: fixed
}

.cdz-menu .space-s {
    margin-bottom: 10px
}

.cdz-menu .space-top {
    margin-top: 20px
}

.cdz-menu .text-uppercase {
    text-transform: uppercase
}

.cdz-menu .line-left {
    padding-left: 20px;
    border-left: 1px solid #ccc
}

.cdz-rtl .cdz-menu .line-left {
    padding-left: 0px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    border-left: none;
}

.cdz-menu .line-right {
    padding-right: 20px;
    border-right: 1px solid #ccc
}

.cdz-rtl .cdz-menu .line-right {
    padding-right: 0px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    border-right: none;
}

.cdz-menu hr {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px
}

.cdz-menu .text-center {
    text-align: center
}

.cdz-menu .group-title-bottom {
    margin-bottom: 20px
}

.cdz-menu .groupmenu-drop li.parent {
    position: relative
}

@media(max-width:767px) {
    .cdz-menu .visible-xs {
        display: block !important
    }
    .cdz-menu table.visible-xs {
        display: table !important
    }
    .cdz-menu tr.visible-xs {
        display: table-row !important
    }
    .cdz-menu td.visible-xs,
    .cdz-menu th.visible-xs {
        display: table-cell !important
    }
    .cdz-menu .visible-xs-block {
        display: block !important
    }
    .cdz-menu .visible-xs-inline {
        display: inline !important
    }
    .cdz-menu .visible-xs-inline-block {
        display: inline-block !important
    }
}

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

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

@media(min-width:1200px) {
    .cdz-menu .visible-lg {
        display: block !important
    }
    .cdz-menu table.visible-lg {
        display: table !important
    }
    .cdz-menu tr.visible-lg {
        display: table-row !important
    }
    .cdz-menu td.visible-lg,
    .cdz-menu th.visible-lg {
        display: table-cell !important
    }
    .cdz-menu .visible-lg-block {
        display: block !important
    }
    .cdz-menu .visible-lg-inline {
        display: inline !important
    }
    .cdz-menu .visible-lg-inline-block {
        display: inline-block !important
    }
    .cdz-menu .hidden-lg {
        display: none !important
    }
}

@media(max-width:767px) {
    .cdz-menu .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .cdz-menu .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .cdz-menu .hidden-md {
        display: none !important
    }
}

.cdz-menu .visible-print {
    display: none !important
}

@media print {
    .cdz-menu .visible-print {
        display: block !important
    }
    .cdz-menu table.visible-print {
        display: table !important
    }
    .cdz-menu tr.visible-print {
        display: table-row !important
    }
    .cdz-menu td.visible-print,
    .cdz-menu th.visible-print {
        display: table-cell !important
    }
}

.cdz-menu .visible-print-block {
    display: none !important
}

@media print {
    .cdz-menu .visible-print-block {
        display: block !important
    }
}

.cdz-menu .visible-print-inline {
    display: none !important
}

@media print {
    .cdz-menu .visible-print-inline {
        display: inline !important
    }
}

.cdz-menu .visible-print-inline-block {
    display: none !important
}

@media print {
    .cdz-menu .visible-print-inline-block {
        display: inline-block !important
    }
    .cdz-menu .hidden-print {
        display: none !important
    }
}

.cdz-menu ul,
.cdz-menu ol {
    padding: 0;
    list-style: none
}

.cdz-menu a,
.cdz-menu a:hover {
    text-decoration: none;
    color: white;
    font: 400 13px/1.35 Tahoma, Arial, sans-serif;
}

.cdz-menu .cat-tree a.groupdrop-title {
    font-weight: normal
}

.cdz-menu p.groupdrop-title,
.cdz-menu .cat-tree.no-dropdown a.groupdrop-title {
    font-weight: bold;
    color: #8c8f8f;
    text-transform: uppercase;
}

.cdz-menu ul>li,
.cdz-menu ol>li {
    margin-top: 0;
    margin-bottom: 1rem
}

.cdz-menu .groupmenu-drop li.parent {
    position: relative
}

.cdz-menu i.menu-icon.img-icon {
    display: inline-block;
    margin-right: 5px
}

.cdz-menu i.menu-icon.img-icon img {
    max-width: 18px
}

@media(min-width:768px) {
    .cdz-menu .groupmenu-drop,
    .cdz-menu .groupmenu-drop-content {
        display: block
    }
    .cdz-menu img.groupdrop-banner-pos {
        position: absolute;
        max-width: 100%;
    }
    .cdz-menu ul.groupdrop-link,
    .cdz-menu ul.groupmenu-drop,
    .cdz-menu ul.groupmenu-nondrop {
        padding-left: 0
    }
    .cdz-menu .dropdown-rtl {
        text-align: right
    }
    .cdz-menu .dropdown-rtl li.item.parent>.menu-link:before {
        float: left;
        content: "\f104"
    }
    .cdz-menu .dropdown-rtl li.item.parent .groupmenu-drop {
        left: auto;
        right: 100%;
        text-align: right
    }
    .cdz-menu .dropdown-fullwidthn.groupmenu-drop {
        border: 0
    }
    .cdz-menu .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
        display: block;
        padding: 10px 5px
    }
    .cdz-menu .cdz-horizontal-tabs .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
        display: block;
        padding: 10px 5px;
        text-align: left
    }
    .cdz-menu .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        float: right;
        margin-top: 3px
    }
    .cdz-rtl .cdz-menu .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
        content: "\f104";
        float: left;
    }
    .cdz-menu .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active {
        background: #ececec
    }
    .cdz-menu .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
        display: none
    }
    .cdz-menu .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
        display: block
    }
    .cdz-menu .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs {
        text-align: center;
        display: block;
        margin-bottom: 15px
    }
    .cdz-menu .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
        display: inline-block;
        margin: 3px 20px;
        padding-bottom: 7px;
        position: relative
    }
    .cdz-menu .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #dfdfdf;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        content: ""
    }
    .cdz-menu .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active:before {
        transform: scaleX(1)
    }
    .cdz-menu .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
        display: none
    }
    .cdz-menu .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
        display: block
    }
    .cdz-menu .groupmenu-drop {
        position: absolute;
        background: #fff;
        top: 100%;
        z-index: 99;
        border: 1px solid #ccc;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .19)
    }
    .cdz-menu .groupmenu-drop .groupmenu-drop {
        top: -1px;
        left: 100%;
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity .2s ease, transform .2s ease, visibility .2s linear 0s;
        -moz-transition: opacity .2s ease, transform .2s ease, visibility .2s linear 0s;
        transition: opacity .2s ease, transform .2s ease, visibility .2s linear 0s
    }
    .cdz-menu .groupmenu-drop .cat-tree.groupmenu-drop .groupmenu-drop {
        top: -7px
    }
    .cdz-menu .groupmenu-drop .item.parent>.menu-link {
        display: block
    }
    .cdz-menu .groupmenu-drop .item.parent>.menu-link:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        float: right;
        margin-top: 3px
    }
    .cdz-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown)>a {
        display: block
    }
    .cdz-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown)>a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        float: right;
        margin-top: 3px
    }
    .cdz-menu .groupmenu-drop li.item:hover>.groupmenu-drop {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: inherit
    }
    .cdz-menu .groupmenu-drop>li.item {
        min-width: 230px;
        position: relative;
        padding: 20px; //margin:0 auto
		}
		.cdz-menu .cat-tree li.item {
    min-width: 230px;
    position: relative;
    padding: 8px 15px;
    margin: 0
}

.cdz-horizontal-menu {
    width: 100%
}

.cdz-horizontal-menu li.level0>.groupmenu-drop {
    display: none
}

.cdz-horizontal-menu.cdz-translate li.level0>.groupmenu-drop {
    top: 40px;
    background: #37402f;
    left: 0;
    display: block;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .2s ease, transform .2s ease, visibility .2s linear 0s;
    -moz-transition: opacity .2s ease, transform .2s ease, visibility .2s linear 0s;
    transition: opacity .2s ease, transform .2s ease, visibility .2s linear 0s
}

.cdz-horizontal-menu.cdz-translate li.level0:hover>.groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit
}

.cdz-horizontal-menu .groupmenu {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.cdz-horizontal-menu .groupmenu li.level0>a.menu-link {
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    text-decoration: none;
}

.cdz-horizontal-menu .groupmenu li.item {
    list-style: none;
    text-align: left;
}

.cdz-horizontal-menu .groupmenu li.item.level0 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left
}

.cdz-horizontal-menu .groupmenu .groupmenu-nondrop {
    position: relative
}

.cdz-horizontal-menu .groupmenu .groupmenu-nondrop>li.item {
    margin: 0;
    padding-left: 0
}

.cdz-horizontal-menu .groupmenu .no-dropdown>.cat-tree.groupmenu-drop {
    top: auto;
    left: auto
}

.cdz-horizontal-menu .groupmenu .no-dropdown>.groupdrop-title {
    margin-bottom: 10px;
    display: inline-block
}

.cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown>.cat-tree.groupmenu-drop .groupmenu-drop {
    visibility: hidden;
    height: 0;
    position: absolute;
    opacity: 0;
    background: #fff;
    border: 1px solid #ccc;
    height: auto
}

.cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown>.cat-tree.groupmenu-drop .parent:hover>.groupmenu-drop {
    visibility: visible;
    height: auto;
    opacity: 1
}

.cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown {
    display: block;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0
}

.cdz-vertical-menu .groupmenu-drop {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .2s ease, transform .2s ease, visibility .2s linear 0s;
    -moz-transition: opacity .2s ease, transform .2s ease, visibility .2s linear 0s;
    transition: opacity .2s ease, transform .2s ease, visibility .2s linear 0s;
    display: none
}

.cdz-vertical-menu li.item:hover>.groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
    display: block
}

.cdz-vertical-menu .item.level0 {
    display: block;
    padding: 0;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px
}

.cdz-vertical-menu .item.level0>a.menu-link {
    display: block
}

.cdz-horizontal-menu .groupmenu li.level0>a.menu-link .menu-icon {
    margin-right: 10px
}

.cdz-vertical-menu .item.level0>a.menu-link .menu-icon {
    min-width: 37px;
    text-align: center;
    padding-left: 4px;
    margin: 0
}

.cdz-vertical-menu .item.level0>a.menu-link span {
    display: inline-block;
    padding: 10px
}

.cdz-vertical-menu .item.level0>a.menu-link .menu-icon+span {
    border-left: 1px solid #dfdfdf
}

.cdz-vertical-menu .item.level0.parent>a.menu-link:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 8px;
    margin-right: 10px
}


}
@media(max-width:768px) {
    .cdz-menu .row {
        margin: 0 -10px
    }
    
    .cdz-menu .groupdrop-banner {
        margin-bottom: 20px;
        display: none;
    }
    
    .cdz-menu li.item {
        margin-bottom: 0
    }
    
    .cdz-menu li.item.open>.dropdown-toggle:before {
        -moz-transform: scaleY(-1.0);
        -o-transform: scaleY(-1.0);
        transform: scaleY(-1.0)
    }
    
    .cdz-menu .menu-tabs {
        margin: 0
    }
    
    .cdz-menu .menu-tabs .tab-item {
        margin: 0
    }
    
    .cdz-menu .menu-tabs .cdz-tab-pane {
        margin-top: 10px
    }
    
    .cdz-menu .menu-tabs .cdz-link-wrap {
        position: relative;
        padding: 4px 0
    }
    
    .cdz-menu .groupmenu-drop {
        display: none
    }
    
    .cdz-menu .groupmenu-drop li.item {
        padding: 10px 0
    }
    
    .cdz-menu .groupmenu-drop li.item.parent .groupmenu-drop {
        padding-left: 20px;
        padding-top: 5px
    }
    
    .cdz-menu .menu-link,
    .cdz-menu a.groupdrop-title {
        width: 100%;
        display: inline-block
    }
    
    .cdz-menu .item.level-top {
        display: block;
        position: relative;
        border-bottom: 1px solid #777;
    }
    
    .cdz-menu .item.level-top>.menu-link {
        padding: 10px;
        background: #333;
        color: #fff
    }
    
    .cdz-menu .item.level-top>.menu-link .fa {
        margin: 0 5px
    }
    
    .cdz-menu .item.level-top>.dropdown-toggle {
      width: 30px;
			height: 30px;
			color: #777;
			margin-top: 4px;
			margin-right: 3px;
			border: 2px solid #777;
    }
    
    .cdz-menu .item.level-top>.groupmenu-drop {
        margin: 0;
        border: 1px solid #3c3a3a;
        padding: 10px;
        margin-bottom: 0px
    }
    
    .cdz-menu .parent {
        position: relative
    }
    
    .cdz-menu .dropdown-toggle {
        display: block;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer
    }
    
    .cdz-menu .dropdown-toggle:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 27px;
        line-height: 1;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f107";
        text-align: center;
        width: 100%;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}
@media(min-width: 768px) {
		.cdz-menu .groupmenu-width-1 {
				width: 29.58333333px
		}
		.cdz-menu .groupmenu-width-1.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-2 {
				width: 59.16666667px
		}
		.cdz-menu .groupmenu-width-2.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-3 {
				width: 88.75px
		}
		.cdz-menu .groupmenu-width-3.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-4 {
				width: 118.33333333px
		}
		.cdz-menu .groupmenu-width-4.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-5 {
				width: 147.91666667px
		}
		.cdz-menu .groupmenu-width-5.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-6 {
				width: 177.5px
		}
		.cdz-menu .groupmenu-width-6.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-7 {
				width: 207.08333333px
		}
		.cdz-menu .groupmenu-width-7.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-8 {
				width: 236.66666667px
		}
		.cdz-menu .groupmenu-width-8.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-9 {
				width: 266.25px
		}
		.cdz-menu .groupmenu-width-9.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-10 {
				width: 295.83333333px
		}
		.cdz-menu .groupmenu-width-10.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-11 {
				width: 325.41666667px
		}
		.cdz-menu .groupmenu-width-11.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-12 {
				width: 355px
		}
		.cdz-menu .groupmenu-width-12.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-13 {
				width: 384.58333333px
		}
		.cdz-menu .groupmenu-width-13.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-14 {
				width: 414.16666667px
		}
		.cdz-menu .groupmenu-width-14.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-15 {
				width: 443.75px
		}
		.cdz-menu .groupmenu-width-15.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-16 {
				width: 473.33333333px
		}
		.cdz-menu .groupmenu-width-16.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-17 {
				width: 502.91666667px
		}
		.cdz-menu .groupmenu-width-17.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-18 {
				width: 532.5px
		}
		.cdz-menu .groupmenu-width-18.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-19 {
				width: 562.08333333px
		}
		.cdz-menu .groupmenu-width-19.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-20 {
				width: 591.66666667px
		}
		.cdz-menu .groupmenu-width-20.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-21 {
				width: 621.25px
		}
		.cdz-menu .groupmenu-width-21.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-22 {
				width: 650.83333333px
		}
		.cdz-menu .groupmenu-width-22.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-23 {
				width: 680.41666667px
		}
		.cdz-menu .groupmenu-width-23.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
		.cdz-menu .groupmenu-width-24 {
				width: 710px
		}
		.cdz-menu .groupmenu-width-24.row {
				box-sizing: content-box
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
				margin-left: calc(50% - 355px);
				margin-right: calc(50% - 355px)
		}
}
@media(min-width:992px) {
		.cdz-menu .groupmenu-width-1 {
				width: 38.75px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-2 {
				width: 77.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-3 {
				width: 116.25px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-4 {
				width: 155px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-5 {
				width: 193.75px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-6 {
				width: 232.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-7 {
				width: 271.25px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-8 {
				width: 310px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-9 {
				width: 348.75px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-10 {
				width: 387.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-11 {
				width: 426.25px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-12 {
				width: 465px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-13 {
				width: 503.75px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-14 {
				width: 542.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-15 {
				width: 581.25px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-16 {
				width: 620px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-17 {
				width: 658.75px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-18 {
				width: 697.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-19 {
				width: 736.25px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-20 {
				width: 775px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-21 {
				width: 813.75px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-22 {
				width: 852.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-23 {
				width: 891.25px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
		.cdz-menu .groupmenu-width-24 {
				width: 930px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
				margin-left: calc(50% - 465px);
				margin-right: calc(50% - 465px)
		}
}
@media(min-width:1200px) {
		.cdz-menu .groupmenu-width-1 {
				width: 47.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-2 {
				width: 95px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-3 {
				width: 142.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-4 {
				width: 190px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-5 {
				width: 237.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-6 {
				width: 285px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-7 {
				width: 332.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-8 {
				width: 380px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-9 {
				width: 427.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-10 {
				width: 475px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-11 {
				width: 522.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-12 {
				width: 570px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-13 {
				width: 617.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-14 {
				width: 665px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-15 {
				width: 712.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-16 {
				width: 760px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-17 {
				width: 807.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-18 {
				width: 855px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-19 {
				width: 902.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-20 {
				width: 950px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-21 {
				width: 997.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-22 {
				width: 1045px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-23 {
				width: 1092.5px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
		.cdz-menu .groupmenu-width-24 {
				width: 1140px
		}
		.cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
				margin-left: calc(50% - 570px);
				margin-right: calc(50% - 570px)
		}
}
@keyframes translator {
		from {
				opacity: 0;
				-webkit-transform: translateY(40px);
				-moz-transform: translateY(40px);
				-ms-transform: translateY(40px);
				-o-transform: translateY(40px);
				transform: translateY(40px)
		}
		to {
				opacity: 1;
				-webkit-transform: translateY(0px);
				-moz-transform: translateY(0px);
				-ms-transform: translateY(0px);
				-o-transform: translateY(0px);
				transform: translateY(0px)
		}
}
.cdz-translator {
		animation-name: translator;
		animation-duration: 1s
}
.cdz-transparent {
		opacity: 0
}
.menu-item.type-tab_container .menu-item-bar .drag-icon {
		background-color: #0878fc;
		border-color: #0878fc
}
.menu-item.type-tab_item .menu-item-bar .drag-icon {
		background-color: #61cff9;
		border-color: #61cff9
}
.menu-tab .nav-tabs {
		width: 100%;
		border-bottom: 1px solid #f1f1f1;
		overflow: hidden;
}
.nav-tabs > li {
		display: inline-block;
		float: none;
		width: auto;
}
.menu-tab .tab-pane {
		width: 100%;
}
.menu-tab .nav-tabs .menu-tab-link,
.menu-tab .nav-tabs .menu-tab-link:hover {
		cursor: pointer;
}
.menu-tab .nav-tabs .menu-tab-link {
		text-transform: uppercase;
		border: 0;
		color: white;
		background: none;
		font-size: 16px;
		font-weight: normal;
}
.menu-tab .nav-tabs:before,
.menu-tab .nav-tabs:after {
		border-bottom: 1px solid #f1f1f1;
		content: '';
		position: absolute;
		bottom: -1px;
		left: -100%;
		width: 100%;
		height: 100%;
}
.menu-tab .nav-tabs:after {
		left: auto;
		right: -100%;
}
.menu-tab .nav-tabs li.active .menu-tab-link,
.menu-tab .nav-tabs li.active .menu-tab-link:hover,
.menu-tab .nav-tabs li.active .menu-tab-link:focus {
		color: #282828;
		background-color: transparent;
		border: 0px solid #ddd;
		border-bottom: 4px solid #282828;
		cursor: default;
}
.cdz-horizontal-menu .groupmenu li.item.level0 {
		float: none;
}
.cdz-horizontal-menu .groupmenu li.level0>a.menu-link {
		//text-transform: capitalize;
		color: white;
		font: 400 13px/1.35 Tahoma, Arial, sans-serif;
		letter-spacing: 1px;
		padding: 10px 19px;
}
@media (min-width: 768px) {
		.cdz-horizontal-menu {
				width: 100%;
				text-align: center;
				display: inline-block;
		}
}
@media (min-width: 768px) {
		.cdz-horizontal-menu .groupmenu {
				//text-align: center;
				display: inline-block;
				padding: 0;
				vertical-align: top;
		}
}
.cdz-menu img.groupdrop-banner-pos {
		max-width: 100%
}
.cdz-menu .widget .widget-title {
		padding-top: 0;
		margin-bottom: 10px;
}
@media (max-width: 768px) {
		.cdz-tab-link.active + .dropdown-toggle:before {
				transform: rotate(90deg);
		}
}
/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/royalslider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/royalslider/blank.gif);
}
3/******************************
*
*  RoyalSlider Universal Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* background */
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
	background: #222;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsUni .rsArrow {
	height: 100%;
	width: 60px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsUni.rsVer .rsArrow {
	width: 100%;
	height: 60px;
	
}
.rsUni.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsUni.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsUni.rsHor .rsArrowRight { right: 0; top:0; }

.rsUni .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/royalslider/rs-universal.png');
	opacity: 0.5;
	border-radius: 2px;
}
.rsUni .rsArrow:hover .rsArrowIcn {
	opacity: 1;
}

.rsUni.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsUni.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsUni.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsUni.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsUni .rsArrowDisabled .rsArrowIcn { opacity: .1 !important; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsUni .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsUni .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 5px;
}
.rsUni .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #BBB;
}
.rsUni .rsBullet.rsNavSelected span {
	background-color: #383838;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsUni .rsThumbsHor {
	width: 100%;
	height: auto;
}

.rsUni.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsUni.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsUni .rsThumb {
	float: left;
	overflow: hidden;
	/*width: 96px;
	height: 72px;*/
}
.rsUni .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsUni .rsThumb.rsNavSelected {
	background: #333;
}
.rsUni .rsThumb.rsNavSelected img {
	opacity: 0.7;
	filter: alpha(opacity=30);
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-face-visibility: hidden;
} 

.rsUni .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsUni .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsUni .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsUni .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsUni .rsThumbsArrow:hover {

}
.rsUni.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsUni .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/royalslider/rs-universal.png') transparent;
}

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsUni .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 767px) {
	.rsUni .rsThumb {
		width: 59px;
		/*height: 44px;*/
	}
	.rsUni .rsThumbsHor {
		height: 44px;
	}
	.rsUni .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsUni .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsUni .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	text-decoration: none;

	background: #FFF;
	border-right: none;
	*display:inline; 
	*zoom:1;
	*border-right: 1px solid #d9d9d9;
	
}
.rsUni .rsTab:first-child {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.rsUni .rsTab:last-child { 
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-right: 1px solid #D9D9DD;
}
.rsUni .rsTab:active { 
	background-color: #f4f4f4;
}
.rsUni .rsTab.rsNavSelected { 
	color: #FFF;
	background: #383838;
	border-color: #383838;
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsUni .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsUni .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/royalslider/rs-universal.png') 0 0 transparent;
	opacity: 0.7;
	border-radius: 2px;

}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
	opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsUni .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsUni .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/royalslider/rs-universal.png) no-repeat 0 -32px;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsUni .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsUni .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-face-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsUni .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsUni .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/royalslider/rs-universal.png') -64px 0;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsUni .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/codazon/royalslider/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsUni .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #222;

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

.more-views .rsOverflow {
	float: right;	
}
/*.rsFullscreen .rsContent{text-align:center;}
.rsFullscreen .rsMainSlideImage.rsImg{display:inline-block; max-height:100%; max-width:100%;}*/
#viewmore-slider {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}
#viewmore-slider * {
   -webkit-face-visibility: initial;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs{background: transparent; color:inherit;}
.rsUni.rsFullscreen{background:#FFF;}
.product-view-media .product-img-box .rsSlide.product-image{padding:0 0;}

.rsFullscreen .rsOverflow{max-width:none;}
.rsUni .rsThumbsVer {
	width: 92px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.rsTmb{opacity:0;}
.rsThumb .rsTmb{opacity:1;}
div.Growler-notice,div.macosx,div.plain{text-align:left;display:none;min-height:40px}#extabs span#tb4{width:100px}div#noticeevents{border:1px solid #999;background-color:#FFF;height:100px;overflow:auto}.runner,div.Growler-notice{-moz-border-radius:5px;-webkit-border-radius:5px}div#noticeevents div{border-bottom:1px dotted #DDD;padding:3px;margin:0}.runner{float:right;font-size:.8em;background-color:#333;color:#FFF;padding:2px 10px 5px;cursor:pointer}div.Growler-notice{background-color:#000;color:#fff;opacity:.85;filter:alpha(opacity=85);zoom:1;width:235px;padding:10px;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:12px;z-index:10000;margin:5px auto}div.Growler-notice-head{font-weight:700;font-size:10px}div.Growler-notice-exit{float:right;font-weight:700;font-size:12px;cursor:pointer}div.plain{color:#000;width:253px;margin-top:5px;margin-bottom:5px;background-color:#EDEDED;border:1px solid #777}div.plain div.Growler-notice-head{font-weight:700;font-size:10px;padding:2px 10px}div.plain div.Growler-notice-exit{float:right;cursor:pointer;margin:0;padding:0 0 2px 2px;width:10px;height:10px;color:#BFBFBF}div.plain div.Growler-notice-body{padding:5px}div.macosx{color:#000;width:253px;margin-top:5px;margin-bottom:5px;background:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/macosx.jpg) 0 repeat-y #d7d7d7;border:1px solid #C9C9C9}div.macosx div.Growler-notice-head{font-weight:700;font-size:10px;padding:5px 10px}div.macosx div.Growler-notice-exit{width:15px;height:15px;float:left;cursor:pointer;margin:4px 4px 4px 1px;font-size:0;color:transparent;background:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/macosx_exit.png) left 0 no-repeat}div.atwork,div.candybar{width:253px;text-align:left;display:none;min-height:40px}div.macosx div.Growler-notice-exit:hover{background:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/macosx_exit_over.png) left 0 no-repeat}div.macosx div.Growler-notice-body{padding:2px 0 10px 25px}div.candybar{color:#000;margin-top:5px;margin-bottom:5px;background-color:#F5F7FA;border:1px solid #19304B}div.candybar div.Growler-notice-head{font-weight:700;font-size:10px;background:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/candybars.jpg) repeat-x;padding:5px 10px}div.candybar div.Growler-notice-exit{float:right;cursor:pointer;margin:3px}div.candybar div.Growler-notice-body{border-top:1px solid #999;padding:10px}div.atwork{color:#FFF;margin-top:5px;margin-bottom:5px;background:url(https://www.ar500armor.com/skin/frontend/codazon_fastest/default/images/atwork.png) 0 repeat-y #4d4d4d;border:1px solid #222}div.atwork div.Growler-notice-head{font-weight:700;font-size:12px;padding:5px 20px;color:#efca23}div.atwork div.Growler-notice-exit{float:right;cursor:pointer;margin:3px}div.atwork div.Growler-notice-body{padding:2px 0 10px 25px}

#Growler{padding:0!important;}
#MB_window{height: auto !important;}
#MB_modalboxOptions .product-options-bottom .price-box{display: block; width: 100%; margin-bottom: 10px;}
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 5%;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
	max-height: 80%;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: white;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(https://www.ar500armor.com/skin/frontend/codazon_fastest/outdoor/ajaxcart/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	
	-webkit-box-shadow: 0 0 64px #000; 
	-moz-box-shadow: #000 0 0 64px; 
	box-shadow: 0 0 64px #000;
}
	#MB_frame {
		padding-bottom: 4px;
		
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;

		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;

		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	
	#MB_content { border-top: 1px solid #F9F9F9; }

	#MB_header {
	  background-color: #c5420e;
	  border-bottom: 1px solid #CCC;
	}
		#MB_caption { color: #FFF }
		#MB_close { color: #777 }
		#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
/**
* Giftvoucher reward template
*/
.dialog.giftcard-preview-template-dialog{
    left: 50% !important;
    margin-left: -330px !important;    
}
.input-select.validation-failed
{
    border-color: red;
}

span#giftvoucher_wait{
    color: #2F2F2F;
}

.giftvoucher-discount-code{
    color: #008000;
}
.giftvoucher-discount-code button{
    border: medium none;
    background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
    cursor: pointer;
}

.giftvoucher-media{
    border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
    border-bottom: 2px solid #F7F9F9;
    padding: 7px;
    color: #F18200;
    font-size: 15px;
}

#giftmedia pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
    overflow: hidden;
    width: 265px;
    position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
    width: 100%;
    height: 88px;
}

.giftvoucher-product-info #recipient_address{
    width: 325px;
    height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name{
    width: 100%;
}

#giftvoucher-result{
    font-size: 15px;
}

#giftvoucher-result label{
    width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
/*Hai.Tran*/
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot{
    display: none;
}
.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
    width: 0;	
}
.giftcard-preview-template-dialog .dialog_close{
    display: none;
}
.giftcard-preview-template-dialog .dialog_content{
    background-color: transparent !important;
    color: #2f2f2f !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}
.gift-active{
    border: 2px solid rgb(228,121,17) !important;
}
div.egcSwatch-arrow {
    /*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    /*    z-index: 10;*/
    background-image: url(https://www.ar500armor.com/skin/frontend/base/default/css/magestore/giftvoucher/down-arrow.png);
}
#giftcard-template-show-images:hover #giftcard-template-next{
    background-image: url(https://www.ar500armor.com/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-show-images:hover #giftcard-template-prev{
    background-image: url(https://www.ar500armor.com/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-left.png);
}
/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row { display: inline-block;width:315px; padding:0.3em 0.6em; /*margin:0.5em 0.6em;*/ border:1px solid #ccc; background-color:#f9f9f9; /*vertical-align:middle;*/ }
.uploader .file-row-narrow { width: auto; margin: 0 0 2px 40px; }
.uploader .file-row .file-info { float:left; }
/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info { margin: 0 0 0 10px; }
.uploader .file-row-info .file-info-name  { font-weight:bold; }
.uploader .file-row .progress-text { float:right; font-weight:bold; }
.uploader .file-row .delete-button { float:right; }
.uploader .buttons { float:left; }
.uploader .flex { float:right; }
.uploader .progress { border:1px solid #f0e6b7; background-color:#feffcc; }
.uploader .error { border:1px solid #aa1717; background-color:#ffe6de; }
.uploader .error .progress-text { padding-right:10px; }
.uploader .complete { border:1px solid #90c898; background-color:#e5ffed; }

#amount_range{
    width: 160px;
}
#popup-giftcard{
    position: fixed;
    z-index: 10000;
    width: 600px;  
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    text-align: left;
}
#bg-fade{
    background: #000;
    position: absolute;
    z-index: 9999;
    width: 100%;
    min-height: 800px;
    float: left;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

#giftvoucher-view-condition {
    float: left;
    clear:both;
}

#giftvoucher-view-condition:hover {
	text-decoration: none;
}

.calendar{
    z-index: 99999;
}

.calendar .button{
    display: table-cell;
}

/* stee */
.ajax-file-upload-progress {
    width: 95% !important;
}
.ajax-file-upload-green {
    display: none !important;
}
.ajax-file-upload-abort {
    display: none !important;
}
.ajax-file-upload-statusbar {
    width: 88% !important;
}

/****************************Template 02 _ top*************************************/

#giftcard-template-top{
    overflow:hidden;
    max-height: 550px;
    font-size: 14px;
    width: 100%;
    height: 365px;
}
#giftcard-template-top .giftcard-template-content{
    margin-left:0px;
    padding: 0;
    position: relative;
}
#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2{
    height: 190px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#giftcard-template-top .giftcard-template-content-temp2{
    padding-top: 0px;
    background-repeat: repeat;
    background-size: 100%
}
.logo-title.logo-title-top {
    padding-left: 15px;
    float: left;
    height: 84px;
}
.logo-title.logo-title-top img{
    float: left;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    background-position: 15px 0px !important;
}
.name-value-top{
    float: left;
    width: 100%;
    background: url('https://www.ar500armor.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    background-size: 103% 105%;
    margin-top: 55px;
    height: 50px;
    position: absolute;
    bottom: 0;
}
.name-value-top .giftcard-title{
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 48px;
    font-weight: 600;
}
#giftcard-template-top .giftcard-value{
    float: right;
    padding-left: 20px;
    background: url('https://www.ar500armor.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
}
.name-value-top .giftcard-value .giftcard-text-color{
    float: left;
    font-size: 12px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.name-value-top .giftcard-value .giftcard-price-change {
    float: right;
    margin-left: 15px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.name-value-top .value-price span {
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: -3px;
}
.name-value-top .giftcard-value .giftcard-price-change .price {
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-date-top{
    width: 59%;
    float:left;
    padding-top: 10px;
}
.giftcard-date-top .giftcard-from-to{
    float: left;
    font-size: 16px;
    color: #636363 !important;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-from-to .giftcard-from{
    float: left;
    max-height: 25px;
}
.giftcard-date-top .giftcard-from-to .giftcard-text-color,
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.giftcard-information {
    float: left;
    clear: both;
    width: 342px;
    margin-top: 8px;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-barcode {
    float: right;
    text-align: right;
    padding-right: 15px;
}
.giftcard-date-top span.giftcard-barcode img {
    max-width: 100%;
    float: right;
    height: 40px;
}
.giftcard-date-top .giftcard-barcode {
    padding-right: 15px;
    margin-top: -10px;
}
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    color: orange;
    font-size: 16px
}
.giftcard-date-top .giftcard-to{
    margin-left:0px;
    max-height: 25px;
    float:left;
    clear:both;
}
.giftcard-date-top .giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 30px;
}
.name-value-top .value-price{
    float: right;
    line-height: 55px;
}
.giftcard-date-top .giftcard-message{
    padding: 6px;
    padding-bottom: 14px;
    padding-top: 3px;
    height: 80px;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    border:1px solid #cecece;
    text-align: left;
}
.barcode-note .giftcard-code{
    float: right;
    margin-right: 15px;
}
.barcode-note .barcode{
    text-align: right;
    float: right;
    width: 158px;
    height: 40px;
}

.barcode-note .barcode img{
    height: 40px;
    max-width: 100%;
    float: right;
}
.giftcard-date-top .giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.barcode-note .giftcard-note{
    margin-top: 5px;
    float: right;
    width: 215px;
    text-align: right;
    overflow: hidden;
    height: 90px;
    position: absolute;
    bottom: 10px;
}
.barcode-note .giftcard-note .giftcard-text-color{
    font-size: 12px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#timezone_to_send{visibility: visible !important;}
#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2{width:100% !important; position: relative;}
#giftcard-template-top .giftcard-template-content{
    width:100%;
    background-size:100% auto !important;
    float: left;
    height: 175px;
}
#giftcard-template-top .giftcard-title-top{
    width:100%;
    position: relative;
}
.hidden-giftcard-content-temp2 .giftcard-barcode-value {height: 30px !important}
#giftcard-template-top .title{width:60% !important;}
#giftcard-template-top .barcode-note{
    width: 230px;
    float: right;
    margin-top: 5px;
    position: relative;
    height: 170px;
}
#giftcard-template-top .giftcard-value-bottom {display: none}

/*---Detail Template 3---*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,300,700,400,600);
#giftcard-template-back .giftcard-template-content{display: none; height: 0px}
.title-value.giftcard-logo-background {
    float: left;
    width: 100%;
    background: url('https://www.ar500armor.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    height: 50px;
    background-size: 100%;
}
.giftcard-logo-background .giftcard-value-color {
    float: right;
    background: url('https://www.ar500armor.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
    text-align: right;
    padding-right: 15px;
    padding-left: 20px;
    line-height: 48px;
}
.from-to-barcode-background{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.giftcard-change-image-background-popup .giftcard-logo {
    float: left;
    height: 84px;
    margin-left: 15px;
}
.giftcard-change-image-background-popup .giftcard-logo img {
    margin-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    float: left;
}
.giftcard-logo-background .giftcard-text-color {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change {
    font-size: 26px;
    margin-top: 6px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right;
    line-height: 52px;
}

.giftcard-logo-background .giftcard-title {
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 52px;
    font-weight: 600;
}
.from-to-barcode-background .from-to {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-left: 15px;
}
.from-to-barcode-background .from-to .giftcard-form{
    float: left;
    text-align: left;
    margin-top: 10px;
}
.from-to-barcode-background .from-to .giftcard-to {
    float: left;
    text-align: left;
    clear: both;
}
.giftcard-text {
    height: 90px;
}
.from-to-barcode-background span img {
    height: 40px;
    max-width: 100%;
}
.from-to-barcode-background .from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.from-to-barcode-background .from-to .giftcard-style-color{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-box-background{
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}
.giftcard-box-background .giftcard-text-box{
    background: #fff;
    border-radius: 5px;
    border:1px solid #cccccc;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 3px;
    display:table-cell;
    vertical-align: middle;
}
.giftcard-box-background .giftcard-text-color.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 5px;
    color: black !important;
}
.from-to-barcode-background .giftcard-barcode{
    float: right;
    margin-right: 15px;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    font-size: 14px;
    line-height: 30px;
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-note-background{
// margin-top: 8px;
    float:left;
    box-sizing: content-box;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
    height: 30px
}
.giftcard-note-background .form-note{
    width: 100%;
    margin: 0 auto;
}
.giftcard-note-background .giftcard-text-color{
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 0 15px;
    font-weight: 600;
    max-height: 33px;
    overflow: hidden;
}
#giftcard-template-back {width: 100% ;float: left; position: relative}
#giftcard-template-back .giftcard-change-image-background-popup{
    width: 100%;

    top: 0%;
}
.giftcard-box-background .giftcard-text-box {
    display: inherit !important;
    background-size: 100% !important;
    width: 100% !important;
    height: 98px;
    text-align: left;
}
.giftcard-box-background {
    width: 93% !important;
    height: 95px;
    padding: 5px 3%;
    margin-top: 0px !important;
    box-sizing: content-box;
    float: left;
}
.from-to-barcode-background .giftcard-number{
    float: right;
    text-align: right;
}
.from-to-barcode-background .giftcard-barcode span.barcode  {
    float: right;
}

/*****template 03 width devices*******/
.giftcard-change-image-background-popup img#img-type-background{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
#giftcard-template-back img#img-type-background{width: 100%}
#giftcard-preview-template img#img-type-background{width: 100%}
#giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image{
    width: 100% !important;
    top: 0%;
    position: absolute;
}


.giftcard-product-media{
    float:Left;
    width:600px;
    height: 365px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
.product-img-box {
// overflow: hidden\0;
}
#close-popup-giftcard {
    background: url('https://www.ar500armor.com/skin/frontend/base/default/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}
#giftcard-preview-template-content{float:left;width: 100%;overflow: hidden;}
/****************************Template 01 _ left*************************************/
.giftvoucher-product-info{overflow: hidden}
#giftcard-template-left{
    overflow:hidden;
    width: 655px;
    font-size: 24px;
    font-weight: bold;
    float:left;
    background-size: 100% 100%;
}
#giftcard-preview-template .giftcard_value-color .giftcard-text-color{
    padding-right: 10px;
    margin-top: 15px;
}
/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e{background:none;}
.giftcard-template-content-left,.giftcard-change-image{
    width: 275px;
    height: 365px;
    display:block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275px 400px;
}
.logo1 { width: 100%; height: 50px; margin-top: -7px;}
#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.giftcard-from{
    margin-right: 15px;
    overflow: hidden;
    display: table-cell;
    float: left;
    margin-bottom: 5px;
}
.giftcard-from-to  .giftcard-style-color{
    color: orange;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-to{max-height: 25px;}
.giftcard-box{overflow: hidden;margin-top: 10px;}
.giftcard-box  .giftcard-text-box{
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 6px;
    height: 90px;
    vertical-align: middle;
    background:#fff;
    margin-top: 10px;
    text-align: left;
}
.giftcard_value .giftcard-text-color{
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color{
    padding-right: 10px;
    margin-top: 10px;
}
.giftcard_value .giftcard-style-color{
    float: left;
    clear: both;
}
.giftcard_value .giftcard-style-color .price{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;
}
.giftcard-number{
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 5px;
}
.giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.giftcard-barcode  .giftcard-style-color{
    font-size: 14px;
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-text{
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}
.giftcard-text  .giftcard-text-color{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}
#giftcard-template-show-images .gift-active{overflow:hidden}
#giftcard-template-show-images .gift-active img{ display:inline;}
/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-content {
    background-position: 0;
    background-size: 100%;
    width: 350px;
    display: block;
    margin-left: 0;
    float: right;
    height: 365px;
    background-repeat: repeat;
    box-sizing: content-box;
}
#giftcard-template-left .giftcard-logo div{width: 100% !important; margin-top: -7px !important;background-size: 80% 50px !important;}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
#giftcard-template-left{width: 100% !important}
#giftcard-template-left .giftcard-change-image {
    width:250px;
    background-position:inherit !important;
    background-size: 100% 100% !important;
    height:365px;
    padding-bottom: 0;
    position: relative;
}
.giftcard-change-image img{
    height: 63px;
    max-width: 100%;
    display: inline;
}
.giftcard-change-image img#img-type-left{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
.giftcard-template-content-left .giftcard-logo{
    position: absolute;
    top: 280px;
    text-align: center;
    width: 100%;
}
/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color{
    margin: 15px 10px 0 15px;
    text-align: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard_value{
    float: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard-code{
    float: right;
    width: 200px;
    margin-top: -5px;
}
#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 320px;
    float: left;
    margin: 15px;
    margin-bottom: 10px;
}
#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text{
    width: 320px;
    float: left;
    margin:0 15px;
}
#giftcard-template-left .giftcard-barcode {
    float: right;
    width: 177px;
    text-align: right;
}
#giftcard-template-left .giftcard-barcode img {float: right;max-width: 100%;height: 40px;}
#giftcard-template-left .giftcard-to{float: left;clear: both;margin-left: 0px;}
#giftcard-template-show-images {overflow: hidden;position: relative;height: 60px;}
#giftcard-template-show-images .images-for-slide{
    float:left;
    position: absolute;
    height: 60px;
    left: 0;
}
.giftcard-template-control{
    z-index: 10;
    position: absolute;
    top: 10px;
    width: 27px;
    height: 31px;
    background: url("https://www.ar500armor.com/skin/frontend/base/default/css/magestore/giftvoucher/icon-nav.png") left 1px no-repeat transparent;
    text-decoration: none !important;
    outline: none !important;
}
#giftcard-template-prev{left:0;}
#giftcard-template-next{
    right: 0;
    background: url("https://www.ar500armor.com/skin/frontend/base/default/css/magestore/giftvoucher/icon-nav.png") left -41px no-repeat transparent;
}

/***************checkout cart by Sally***************/
.gift-card .discount{display: inline-block;width: 100%;}
.gift-card .discount .form-group label{display: inline;}
.discount .giftvoucher #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher{position: relative;margin-right: 0px;margin-top: -1px;margin-left: 0px;}
.giftvoucher-discount-code img{display:inline}
/************my account by Sally***********/
.gift-card .table .col-xs-12 .label{float:left;  margin-bottom: 5px;}
.gift-card .table .col-xs-12 .v-middle{float:left;margin-top: 3px;margin-left: 3px;}
/***********View giftcard*************/
#giftcard_history_table .item-hidden{display:none;}
.giftvoucher-index-email .form-list li{width:100%; float: left;}
/******History balance*******/


.dialog.giftcard-preview-template-dialog .dialog_w{background: none;}
/*---End Detail Popup Template 1---*/
.gift-card .sub-title{
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    margin: 0 0 5px;
    padding:0;
}
.gift-card label em{
    color: red;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

/***********End Detail Popup Template 3*************/

/******************Send email***************/

.giftvoucher-product-info .giftcard-date-box img {display: inline;vertical-align: middle;}
.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {float: left;margin-right: 3px;}
.giftcard-date-box button span{padding-left: 0 !important}
.add-to-box {clear: both}
.giftvoucher-receiver{float: left; clear: both; padding-bottom: 20px; width: 100%}
.giftvoucher-product-info .validation-advice{float: left; clear: both;}
.recipient_email,
.message,
.recipient_ship_form {float:left; clear:both;}

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher  #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
.fieldset .giftvoucher_credit #giftvoucher_credit{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.fieldset #giftvoucher_container{float:left; padding-bottom: 12px; width: 100% !important;}
.fieldset .sp-methods{float:left; clear:both; width: 100% !important;}
.credit_input img {display:inline;}
.credit_input  .input-text{width:68px !important;}
.notice-msg li{font-weight:700;}
.giftvoucher-index-index .pager{margin-top:7px;}
/*************shopping cart by Sally*************/
.discount-form.giftvoucher   #giftvoucher{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px;}
.discount-form .giftvoucher_credit  #giftvoucher_credit{position: relative;margin-right: 5px;margin-left: 0px; float:left}
.giftvoucher-discount-code img{display:inline;}
dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit,li.giftvoucher-discount-code strong{margin:5px 0;}
#payment_form_giftvoucher_credit #gift_credit_message{float: left; width: 100%;}
li.giftvoucher-discount-code strong{float:none;}
.giftcard-code-hidden{display:none;}

/* ----- Simple template ------ */
#giftcard-template-simple{
    width:600px;
    float:left;
    background:#fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-simple .simple-top{

    padding: 6px 6px 10px;
    float:left;
    width: 100%;

}
.giftcard-template-content-simple{
    float: left;
    width: 100%;
    height: 310px;
}
#giftcard-template-simple .simple-content-top{margin:0;}
.simple-content-top .simple-logo{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple  img{margin:auto;}
.simple-bottom{
    float: left;
    width: 100%;
    padding: 6px;
    border-top:  1px solid #ddd;
    min-height: 90px;
}
.two-border{
    border-left:1px solid #ddd;
    border-right: 1px solid #dddddd;
}
.no-right{border-left:1px solid #ddd;}
.giftcard-number .giftcard-style-color{
    font-size: 16px;
}
.value-price .giftcard-text-color{
    font-size: 36px;
    line-height: 1;
}
.simple-barcode img{
    height: 35px;
    margin:auto;
}
.simple-content-top .simple-logo img{max-height: 100px;max-width:100%;}
#giftcard-template-simple .form-group.giftcard-value,
#giftcard-template-simple .form-group.giftcard-number{margin:5px 0;}
.simple-bottom .giftcard-custom-message{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 18px;
}
#giftcard-template-simple .giftcard-template-content-simple{
    background-size: 100% auto;
}
#giftcard-template-simple .logo-title{
    padding: 0;
    float: none;
    height: auto;
}
#giftcard-template-simple img{
    display: inline;
    max-height: 90px;
    max-width: 180px;
}
#giftcard-template-simple .simple-barcode{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple .simple-content-top .col-xs-4,#giftcard-template-simple .simple-content-top .col-xs-6{
    height:90px;
}
#giftcard-template-simple .giftcard-number .giftcard-style-color{ font-style: normal;}
#giftcard-template-simple .giftcard-change-image{background-size:100%;}
/* ------ END -------- */

/* ----- Simple template ------ */
#giftcard-template-amazon {

    float:left;
    background:#fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-amazon .simple-top{

    padding: 6px 6px 10px;
    float:left;
    width: 100%;

}
.giftcard-template-content-simple{
    float: left;
    width: 100%;
    height: 310px;
}
#giftcard-template-amazon{
    font-family: Arial,sans-serif;
}
#giftcard-template-amazon .simple-content-top{margin:0;}
.simple-content-top .simple-logo{
    min-height: 85px;
    display:flex;
}
#giftcard-template-amazon  img{margin:auto;}
.simple-bottom{
    float: left;
    width: 100%;
    padding: 6px;
    border-top:  1px solid #ddd;
    min-height: 90px;
}

#giftcard-template-amazon .form-group.giftcard-value,
#giftcard-template-amazon .form-group.giftcard-number{margin:5px 0;}
.simple-bottom .giftcard-custom-message{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 18px;
}
#giftcard-template-amazon .giftcard-template-content-simple{
    background-size: 100% auto;
}
#giftcard-template-amazon .logo-title{
    padding: 0;
    float: none;
    height: auto;
}

#giftcard-template-amazon .table-middle,
#giftcard-template-amazon .table-top td,
#giftcard-template-amazon .table-middle tbody tr > td table #mainImageContainer{
    width:590px;
}
#giftcard-template-amazon img{
    display: inline;
}
#giftcard-template-amazon .simple-barcode{
    min-height: 85px;
    display:flex;
}
#giftcard-template-amazon .simple-content-top .col-xs-4,#giftcard-template-amazon .simple-content-top .col-xs-6{
    height:90px;
}
#giftcard-template-amazon .giftcard-number .giftcard-style-color{ font-style: normal;}
#giftcard-template-amazon .giftcard-change-image{background-size:100%;}

.popup-giftcard-amazon .a-popover-wrapper .a-popover-inner{
    background-color: #fff;
}

.popup-giftcard-amazon {
    width: 740px;

}
.popup-giftcard-amazon .a-popover-header {
    position: relative;
    text-align: left;
    background: #f2f2f2;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
    background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-bottom-color: rgba(0,0,0,.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(255,255,255,.4) inset;
    padding: 0 14px;
    margin: 0;
    z-index: 10;
}

.popup-giftcard-amazon .a-button-close {
    display: block;
    zoom: 1;
    background-color: transparent;
    border-radius: 3px;
    border: none;
    float: right;
    padding: 8px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -13px 0 0;
    line-height: 8px;
    font-weight: bold;
}

.popup-giftcard-amazon .a-popover-header .a-popover-header-content {
    min-height: 35px;
    line-height: 16px;
    padding: 10px 0 9px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
    margin: 0;
    text-transform: none;
    color: #000;
    font-family: Arial,sans-serif;
}

.popup-giftcard-amazon .a-popover-inner {
    overflow-y: hidden!important;
}
.popup-giftcard-amazon .a-popover-inner {
    padding: 14px 18px;
    text-align: left;
    overflow-x: hidden;
}
.popup-giftcard-amazon #gc-preview-modal-wrapper {
    margin: -14px -18px;
}
.popup-giftcard-amazon #gc-preview-wrapper {
    overflow-wrap: break-word;
    word-break: break-all;
    width: 704px;
}

.popup-giftcard-amazon #gc-preview-header-recipient-email-box-wrapper {
    border-bottom: 1px solid #ddd;
}
.popup-giftcard-amazon .a-size-base {
    font-size: 13px!important;
    line-height: 19px!important;
}
.popup-giftcard-amazon .a-color-base {
    color: #111!important;
}

.popup-giftcard-amazon .a-row {
    width: 100%;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    border-collapse: collapse;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-column {
    float: none!important;
    display: table-cell!important;
    zoom: 1;
    padding-right: 14px;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-span1 {
    width: 8.68%;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-span10 {
    width: 87.43%;
}

.popup-giftcard-amazon .a-section {
    margin-bottom: 22px;
}

#gc-preview-modal-wrapper,
#gc-preview-template-wrapper,
#gc-preview-wrapper{
    margin: 0;
}
.popup-giftcard-amazon .a-spacing-top-extra-large {
    margin-top: 26px!important;
}

.popup-giftcard-amazon .a-text-bold {
    font-weight: 700!important;
}

.popup-giftcard-amazon .gc-hide {
    display: none;
}
.popup-giftcard-amazon .gc-text-hidden {
    display: none;
}

.popup-giftcard-amazon #gc-preview-template-wrapper {
    background-color: #f3f3f3;
}
.popup-giftcard-amazon #gc-preview-template-wrapper #gc-preview-main-sections{
    background-color: #fff;
}

.popup-giftcard-amazon #gc-preview-wrapper td {
    vertical-align: middle;
}

.popup-giftcard-amazon #gc-preview-wrapper td img{
    display: inline;
    max-width: 100%;
}
.popup-giftcard-amazon{
    width: auto !important;
    position: absolute !important;
    margin-top: 0;
    font-family: Arial,sans-serif;
    text-rendering: optimizeLegibility;
}
.popup-giftcard-amazon #close-popup-giftcard{
    background: transparent;
    top:0;
    right:0;
    z-index: 10000;
}
.popup-giftcard-amazon #close-popup-giftcard:hover{
    text-decoration: none;
}


#giftcard-template-amazon .giftcard-style-color{
    display: block;
}
.popup-giftcard-amazon .giftcard-style-color{
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    color: #868686;
    font-weight: 600;
    display: block;
}

@media  (max-width:1199px){
    /**********add giftcard************/
    #gift-voucher-code{width:65% !important;}
}

/**********add giftcard by Sally************/
#gift-voucher-code{width:90% !important;}
#giftcard-template-left .giftcard-template-content .hidden-giftcard {
    height: 65px !important;
}
#giftcard-template-left .hidden-content {height: auto}
@media (max-width:990px){
    /************my account***********/


    /*view giftcard*/


    /**********check giftcard************/

}
@media  (max-width:880px){
    /************my account***********/



    /**********add giftcard************/
    #gift-voucher-code{width:100% !important;}
}
@media only screen and (max-width: 770px){
    /************my account by Sally***********/

    /**********add giftcard by Sally************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:365px !important;}
}
@media  (max-width:640px){
    /************my account by Sally***********/

}

@media  (max-width:533px){
    /**********add giftcard by Sally************/
    .buttons-set button{margin-bottom:3px;}
    #addredeem-giftvoucher-code .buttons-set button.button{float:right !important; width:40%;}
}

@media  (max-width:440px){
    /**********check giftcard by Sally************/
    .page-title h1{font-size:18px !important;}
    /* My account */
    .balance .button{float:none !important; width:185px !important;}
    .giftvoucher-search-button{text-align:left !important;}
    .button{padding:5px !important;}


    /*my account*/
    #giftvoucher_grid-gift_code{width:65px !important; margin-left:70px;}
}
@media  (max-width:420px){
    /***************checkout cart by Sally***************/
    .giftcard{display:block;}
}

/* fix css*/
.giftvoucher-product-info #message {
    clear: both;
    max-width: none;
}

#giftcard-template-back .giftcard-change-image-background-popup {
    width: 600px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seo-content {
  color: #333;
  width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: -50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
    display:none;
 }

/*seo-info*/

/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}

/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family:Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family:Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family:Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform:none;
}
.seo-info .seo-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
}

/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width:100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label, .seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  box-shadow: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label, .seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width:100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}

/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}

/*link*/
.seo-info .seo-additional-info-link-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}

/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}

/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}

.seo-info .m-seo-info-scroll-hide {
  display: none;
}

/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display:table;
  width:100%;
  padding-top: 3px;
}

.seo-info .m-seo-info-template-table-row {
  display:table-row;
}

.seo-info .m-seo-info-template-table-cell {
  display:table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}

.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-table-cell:nth-child(3) {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}

.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell{
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-id-width {
  width: 30px;
}

.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}

.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}

.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}

.seo-info .m-seo-info-status-width {
  width: auto;
}

/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}

@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 100%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display:none;
 }
.seositemap-index-index div.seositemap-map table {
  width:100%;
}
.seositemap-index-index div.seositemap-map table tbody tr td {
  vertical-align: top;
}

.product-options {line-height:100%;overflow:auto;margin-bottom:15px;}
.product-options .input-box::after {content: none}


/* OptionExtended Picker Image*/
.ob-picker-image {border:1px solid white; margin-right:3px; display:inline;}
.ob-picker-image.ob-selected {border:1px solid black; margin-right:3px; display:inline;}

.ob-image-cell {float:left; text-align:center;}
.ob-image-cell span {font-size:10px;}


/* OptionExtended Above */
.product-options dd.ob-above {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-above img.ob-image {display:block; width:100px; height:100px; margin:0 8px 8px 0;}
.product-options dd.ob-above select {width: 100%; margin:0 0 10px 0;}
.product-options dd.ob-above ul.options-list {margin:0 0 10px 0;}
.product-options dd.ob-above .description {display:block; width: auto; font-size:10px; margin:0 0 8px 0; font-weight:normal; font-style:normal; }
.product-options dd.ob-above .spacer{height:1px; clear:both;}


/* OptionExtended Above Checkbox */
.product-options dd.ob-above-checkbox {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-above-checkbox img.ob-image {display:inline; width:100px; height:100px; margin:0 8px 8px 0;}
.product-options dd.ob-above-checkbox ul.options-list {margin:0 0 10px 0;}
.product-options dd.ob-above-checkbox .ob-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin-left:5px;}


/* OptionExtended Before Select*/
.product-options dd.ob-before-select {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-before-select .ob-table {display:table; width:100%;}
.product-options dd.ob-before-select .ob-table-cell-img {display:table-cell; width:100px; vertical-align:top;}
.product-options dd.ob-before-select .ob-table-cell {display:table-cell; vertical-align:top;}
.product-options dd.ob-before-select img.ob-image {width:100px; height:100px; vertical-align:middle; margin:0 10px 10px 0;}
.product-options dd.ob-before-select select {width: 100%; margin-top:45px;}
.product-options dd.ob-before-select .ob-tooltip-icon {display:block; margin:8px 100px 0 0;}
.product-options dd.ob-before-select .spacer{height:1px; clear:both;}

/* OptionExtended Before Radio*/
.product-options dd.ob-before-radio {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-before-radio .ob-table {display:table; width:100%;}
.product-options dd.ob-before-radio .ob-table-cell-img {display:table-cell; width:100px; vertical-align:top;}
.product-options dd.ob-before-radio .ob-table-cell {display:table-cell; vertical-align:top;}
.product-options dd.ob-before-radio img.ob-image {width:100px; height:100px; vertical-align:middle; margin:0 10px 10px 0;}
.product-options dd.ob-before-radio ul.options-list {max-width:100%; max-width:450px; list-style-type:none; margin:0 0 10px 0;}
.product-options dd.ob-before-radio ul.options-list label {width:100%; max-width:60%;}
.product-options dd.ob-before-radio .ob-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin-left:5px;}


/* OptionExtended Below */
.product-options dd.ob-below {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-below img.ob-image {display:block; float:left; width:100px; height:100px; margin:0 10px 4px 0;}
.product-options dd.ob-below div select {width: 100%; margin:4px 0 10px 0;}
.product-options dd.ob-below ul.options-list {margin:0 0 10px 0;}
.product-options dd.ob-below .description {display:block; width: auto; font-size:10px; margin:0 0 5px 0; font-weight:normal; font-style:normal; }
.product-options dd.ob-below .spacer{height:1px; clear:both;}

/* OptionExtended Below Checkbox */
.product-options dd.ob-below-checkbox {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-below-checkbox img.ob-image {display:inline; width:100px; height:100px; margin:0 8px 8px 0;}
.product-options dd.ob-below-checkbox ul.options-list {margin:0 0 10px 0;}
.product-options dd.ob-below-checkbox select {margin:0 0 10px 0;}
.product-options dd.ob-below-checkbox .ob-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin-left:5px;}

/* OptionExtended Swap Select*/
.product-options dd.ob-swap-select {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-swap-select select {width: 100%; margin:8px 0 10px 0;}
.product-options dd.ob-swap-select .description {font-size:10px; margin:0 0 8px 0; font-weight:normal; font-style:normal; }

/* OptionExtended Swap Radio */
.product-options dd.ob-swap-radio {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-swap-radio ul.options-list {margin:0;}
.product-options dd.ob-swap-radio .ob-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin-left:5px;}


/* OptionExtended Picker */
.product-options dd.ob-picker {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-picker select {display: block; width: 100%; margin:5px 0 10px 0;}
.product-options dd.ob-picker .description {font-size:10px; margin:0 0 8px 0; font-weight:normal; font-style:normal; }
.product-options dd.ob-picker .spacer{height:1px; clear:both;}


/* OptionExtended Note */
.product-options dd.ob-note {font-size:12px;}


/* OptionExtended Grid */
.product-options dd.ob-grid {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-grid ul.options-list {list-style-type:none; padding:0; margin:0;}
.product-options dd.ob-grid ul.options-list li {width:129px; height:145px; float:left; margin-right:10px; line-height:normal; padding:0}
.product-options dd.ob-grid ul.options-list input.radio { float:none; margin:45px 0 0 7px;}
.product-options dd.ob-grid ul.options-list input.checkbox { float:none; margin:45px 0 0 7px;}
.product-options dd.ob-grid ul.options-list .label {display:block; width: 100px; text-align:center; margin:0;}
.product-options dd.ob-grid ul.options-list label {min-width: 0; padding:0; background: none; font-weight:normal; }
.product-options dd.ob-grid ul.options-list label:hover {background: none;}
.product-options dd.ob-grid .ob-image {display:block; float:left; width:100px; height:100px; margin:0 0 5px 0;}
.product-options dd.ob-grid ul.validation-failed { padding:10px 0 0 0; }
.product-options dd.ob-grid .spacer{height:1px; clear:both;}
.product-options dd.ob-grid .ob-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin:10px 0 0 5px;}


/* OptionExtended List */
.product-options dd.ob-list {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options dd.ob-list ul.options-list {list-style-type:none; padding:0; margin:0; }
.product-options dd.ob-list ul.options-list li {margin-bottom:10px; border:1px solid #e4e4e4; line-height:normal; padding:10px 10px 10px 10px; }
.product-options dd.ob-list img {display:block; float:left; width:100px; height:100px; margin:0 10px 0 0;}
.product-options dd.ob-list li.none img {display:block; width:100px; height:15px; margin:0 10px 0 0;}
.product-options dd.ob-list ul.options-list input.radio {position:static; float:right; margin:0;}
.product-options dd.ob-list ul.options-list input.checkbox {position:static; float:right; margin:0;}
.product-options dd.ob-list ul.validation-failed { padding:0; }
.product-options dd.ob-list span.content {display:block; width:auto; padding: 0 0 0 0;}
.product-options dd.ob-list span.content label {display:block; width:auto; background: none; padding:0; margin:0;}
.product-options dd.ob-list span.content label:hover {background: none;}
.product-options dd.ob-list .price-notice {padding:0;}
.product-options dd.ob-list .description {min-height:60px; font-size:10px; margin:5px 0 5px 0;}
.product-options dd.ob-list .spacer{height: 1px; clear: both;}

/* Custom CSS Added 11/22/2017 MCM */
.product-options dd.ob-swap-select,
.product-options dd.ob-swap-select select,
.product-options dd.ob-above {
	margin-top: 0;
}
.product-options dt,
.product-options ul.options-list li {
	margin-bottom: 0;
}
.product-options ul.options-list .label {
	text-align: left;
	padding: 0 .6em;
	margin: 0;
}
.product-options dd.ob-above .spacer {
	display: none;
}
.product-options dd.ob-above ul.options-list {
	padding-top: 0;
}
.product-options ul.options-list label {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
	margin-top: 3px;
}






/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#oxcolorbox, #oxcboxOverlay, #oxcboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#oxcboxWrapper {max-width:none;}
#oxcboxOverlay{position:fixed; width:100%; height:100%;}
#oxcboxMiddleLeft, #oxcboxBottomLeft{clear:left;}
#oxcboxContent{position:relative;}
#oxcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#oxcboxTitle{margin:0;}
#oxcboxLoadingOverlay, #oxcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#oxcboxPrevious, #oxcboxNext, #oxcboxClose, #oxcboxSlideshow{cursor:pointer;}
.oxcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.oxcboxIframe{width:100%; height:100%; display:block; border:0;}
#oxcolorbox, #oxcboxContent, #oxcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#oxcboxOverlay{background:#fff;}
#oxcolorbox{outline:0;font: 12px Tahoma, Arial,sans-serif;}
    #oxcboxTopLeft{width:25px; height:25px; background:url(https://www.ar500armor.com/skin/frontend/base/default/pektsekye/optionbundle/images/border1.png) no-repeat 0 0;}
    #oxcboxTopCenter{height:25px; background:url(https://www.ar500armor.com/skin/frontend/base/default/pektsekye/optionbundle/images/border1.png) repeat-x 0 -50px;}
    #oxcboxTopRight{width:25px; height:25px; background:url(https://www.ar500armor.com/skin/frontend/base/default/pektsekye/optionbundle/images/border1.png) no-repeat -25px 0;}
    #oxcboxBottomLeft{width:25px; height:25px; background:url(https://www.ar500armor.com/skin/frontend/base/default/pektsekye/optionbundle/images/border1.png) no-repeat 0 -25px;}
    #oxcboxBottomCenter{height:25px; background:url(https://www.ar500armor.com/skin/frontend/base/default/pektsekye/optionbundle/images/border1.png) repeat-x 0 -75px;}
    #oxcboxBottomRight{width:25px; height:25px; background:url(https://www.ar500armor.com/skin/frontend/base/default/pektsekye/optionbundle/images/border1.png) no-repeat -25px -25px;}
    #oxcboxMiddleLeft{width:25px; background:url(https://www.ar500armor.com/skin/frontend/base/default/pektsekye/optionbundle/images/border2.png) repeat-y 0 0;}
    #oxcboxMiddleRight{width:25px; background:url(https://www.ar500armor.com/skin/frontend/base/default/pektsekye/optionbundle/images/border2.png) repeat-y -25px 0;}
    #oxcboxContent{background:#fff; overflow:hidden;}
        .oxcboxIframe{background:#fff;}
        #oxcboxError{padding:50px; border:1px solid #ccc;}
        #oxcboxLoadedContent{margin-bottom:20px;}
        #oxcboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #oxcboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #oxcboxLoadingOverlay{background:#fff url(https://www.ar500armor.com/skin/frontend/base/default/pektsekye/optionbundle/images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #oxcboxPrevious, #oxcboxNext, #oxcboxSlideshow, #oxcboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #oxcboxPrevious:active, #oxcboxNext:active, #oxcboxSlideshow:active, #oxcboxClose:active {outline:0;}

        #oxcboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #oxcboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #oxcboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #oxcboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.oxcboxIE #oxcboxTopLeft,
.oxcboxIE #oxcboxTopCenter,
.oxcboxIE #oxcboxTopRight,
.oxcboxIE #oxcboxBottomLeft,
.oxcboxIE #oxcboxBottomCenter,
.oxcboxIE #oxcboxBottomRight,
.oxcboxIE #oxcboxMiddleLeft,
.oxcboxIE #oxcboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
