/** Shopify CDN: Minification failed

Line 4152:0 Unexpected "}"
Line 4769:37 Unexpected ";"
Line 4953:38 Expected ":"
Line 6567:107 Expected ":"
Line 6642:62 Expected ":"
Line 6905:65 Expected identifier but found "*"
Line 6961:123 Expected identifier but found "*"

**/
html { -webkit-font-smoothing: antialiased; }
body { font-family: 'Poppins', sans-serif; margin: 0 auto; color: #2d2d2d; font-size: 12px; line-height: 20px; position: relative; overflow-x: hidden;}
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 {margin: .67em 0;font-size: 2em;}
mark {color: #000;background: #ff0;}
small {font-size: 80%;}
sub,
sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0;-moz-box-sizing: content-box;box-sizing: content-box;}
pre {overflow: auto;}
code,
kbd,
pre,
samp {font-family: monospace, monospace;font-size: 1em;}
button,
input,
optgroup,
select,
textarea {margin: 0;font: inherit;color: inherit;}
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 {padding: 0;border: 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-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em;margin: 0 2px;border: 1px solid #c0c0c0;}
legend {padding: 0;border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td,
th {padding: 0;}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}

figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.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: #999;
}
.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;
  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 #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {display: block;padding: 9.5px;margin: 0 0 10px;font-size: 13px;line-height: 1.42857143;color: #333;word-break: break-all;word-wrap: break-word;background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 4px;}
pre code {padding: 0;font-size: inherit;color: inherit;white-space: pre-wrap;background-color: transparent;border-radius: 0;}
.pre-scrollable {max-height: 340px;overflow-y: scroll;}
.container {max-width: 1440px; padding-right: 10px;padding-left: 10px;margin-right: auto;margin-left: auto;}
@media (min-width: 768px){
.container {width: 100%;}
}
@media (min-width: 992px){
.container {width: 98%;}
}
@media (min-width: 1200px){
.container {width: 90%;}
}
.container-fluid {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.row {margin-right: -10px;margin-left: -10px;}
.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 {position: relative;min-height: 1px;padding-right: 10px;padding-left: 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 {float: left;}
.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}

@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 {float: left;}
.col-sm-12 {width: 100%;}
.col-sm-11 {width: 91.66666667%;}
.col-sm-10 {width: 83.33333333%;}
.col-sm-9 {width: 75%;}
.col-sm-8 {width: 66.66666667%;}
.col-sm-7 {width: 58.33333333%;}
.col-sm-6 {width: 50%;}
.col-sm-5 {width: 41.66666667%;}
.col-sm-4 {width: 33.33333333%;}
.col-sm-3 {width: 25%;}
.col-sm-2 {width: 16.66666667%;}
.col-sm-1 {width: 8.33333333%;}
}
@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 {float: left;}
.col-md-12 {width: 100%;}
.col-md-11 {width: 91.66666667%;}
.col-md-10 {width: 83.33333333%;}
.col-md-9 {width: 75%;}
.col-md-8 {width: 66.66666667%;}
.col-md-7 {width: 58.33333333%;}
.col-md-6 {width: 50%;}
.col-md-5 {width: 41.66666667%;}
.col-md-4 {width: 33.33333333%;}
.col-md-3 {width: 25%;}
.col-md-2 {width: 16.66666667%;}
.col-md-1 {width: 8.33333333%;}
}
@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 {float: left;}
.col-lg-12 {width: 100%;}
.col-lg-11 {width: 91.66666667%;}
.col-lg-10 {width: 83.33333333%;}
.col-lg-9 {width: 75%;}
.col-lg-8 {width: 66.66666667%;}
.col-lg-7 {width: 58.33333333%;}
.col-lg-6 {width: 50%;}
.col-lg-5 {width: 41.66666667%;}
.col-lg-4 {width: 33.33333333%;}
.col-lg-3 {width: 25%;}
.col-lg-2 {width: 16.66666667%;}
.col-lg-1 {width: 8.33333333%;}
}
table {max-width: 100%;background-color: transparent;}
th {text-align: left;}
.table {width: 100%;margin-bottom: 20px;}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {padding: 8px;line-height: 1.42857143;vertical-align: top;border-top: 1px solid #ddd;}
.table > thead > tr > th {vertical-align: bottom;border-bottom: 2px solid #ddd;}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {border-top: 0;}
.table > tbody + tbody {border-top: 2px solid #ddd;}
.table .table {background-color: #fff;}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {padding: 5px;}
.table-bordered {border: 1px solid #ddd;}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {border: 1px solid #ddd;}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {border-bottom-width: 2px;}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {background-color: #f9f9f9;}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {background-color: #f5f5f5;}
table col[class*="col-"] {position: static;display: table-column;float: none;}
table td[class*="col-"],
table th[class*="col-"] {position: static;display: table-cell;float: none;}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {background-color: #f5f5f5;}
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {min-width: 0;padding: 0;margin: 0;border: 0;}
legend {display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 21px;line-height: inherit;color: #333;border: 0;border-bottom: 1px solid #e5e5e5;}
label {display: inline-block;margin-bottom: 5px;font-weight: bold;}
input[type="search"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type="radio"],
input[type="checkbox"] {margin: 4px 0 0;margin-top: 1px \9;line-height: normal;}
input[type="file"] {display: block;}
input[type="range"] {display: block;width: 100%;}
select[multiple],
select[size] {height: auto;}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
output {display: block;padding-top: 7px;font-size: 14px;line-height: 1.42857143;color: #555;}
.form-control {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.form-control:focus {border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.form-control::-moz-placeholder {color: #999;opacity: 1;}
.form-control:-ms-input-placeholder {color: #999;}
.form-control::-webkit-input-placeholder {color: #999;}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {cursor: not-allowed;background-color: #eee;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;padding-left: 20px;margin-top: 10px;margin-bottom: 10px;}
.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;font-weight: normal;vertical-align: middle;cursor: pointer;}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {margin-top: 0;margin-left: 10px;}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.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: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled: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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  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-right: 0;
  padding-left: 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 .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}

.dropdown {
  position: relative;
}


.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -163px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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;
  width: 100%;
  margin: 0;
  height: 40px;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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: 5px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.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: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.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-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  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 -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  
  
  .dropdown-menu { left: 0px;}
}
@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: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-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 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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 {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {

}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
nav.breadcrumb {

}

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

nav.breadcrumb li {
  display: inline;
}

nav.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 0.25em;
  transform: rotate(15deg);
  border-right: 0.1em solid currentColor;
  height: 0.8em;
  content: '';
}

nav.breadcrumb [aria-current="page"] {
  text-decoration: none;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-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: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  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: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  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-left-radius: 3px;
  border-top-right-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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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 #ddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  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: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(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: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 0 15px 0 0;
  margin-top: -23px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {

  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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 (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;
  }
}
/*  Forms -------------------------- */
.visible-phone {display: none;}

fieldset, legend {  border: none;}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] { display: inline-block;padding: 1.384615385em 0.615384615em;}

.row-fluid textarea[class*="span"] { padding-top: 0.5em; padding-bottom: 0.5em;}

blockquote { border-left: 5px solid #eee; font-size: 12px; font-style: italic;  margin: 0 0 20px;  padding: 10px 20px;  line-height: 26px;}
input[type="image"] {width: auto;}
textarea{ border: 1px solid #b7b7b7;}

input[type="checkbox"] { vertical-align: top; margin-right: 10px; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input { margin: 0;padding: 0.615384615em; }

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] { padding: 5px 10px; line-height: 1.35; height: 36px; border: 1px solid #b7b7b7; max-width: 100%; }

a:hover, a:focus { text-decoration: none; }.filter-group li a{color: #151515;}
.filter-menu .pt-mobile-header {text-align: center;}
.filter-menu .pt-mobile-header a.pt-nav-toggle {margin: 0; padding: 14px 80px; position: unset; background: #ededed; border: 1px solid #c2c2c2; border-radius: .3em;margin-bottom: 10px;}
.filter-menu .pt-mobile-header span {letter-spacing: .2em; padding: 0; font-size: 14px; font-weight: 600;}
.filter-menu {padding: 10px 0; margin-bottom: 0;}
.filter-group:not(.refine-header) h4 {font-size: 13px;border-top-right-radius: .4em;border-top-left-radius: .4em;background: #dfdfdf;padding: 3px 6px;margin-bottom: 0; font-weight: 500;}
.filter-group h4{padding-bottom: 8px;}
.filter-group ul {padding-top: 5px;padding-left: 5px;max-height: 225px;background-color: #fff;border: 1px solid #c2c2c2;border-top: none;border-bottom-right-radius: .4em;border-bottom-left-radius: .4em;overflow-x: auto;overflow-y: auto;}
.filter-group .filter-clear {position: absolute;top: 3px;right: 10px;border-radius: .3em;padding: 0px 3px;border: 1px solid;text-decoration: none;font-size: 12px;line-height: 14px;color:#424242;background:none;}
.filter-group .filter-clear:hover{background: #fff;}


/*  General
/*-------------------------- */
html,
body,
.mini-products-list,
#dropdown-cart .summary,
.sidebar .widget-featured-product .product-title,
.toolbar button.dropdown-toggle,
.sidebar-custom .widget-title h3 a,
.refined-widgets > a,
.site-nav .widget-featured-product .product-title { font: 500 12px/20px Poppins; color: #151515; }

h1,
#email-modal .window-window .window-content .title { font: 700 24px/30px Poppins; }

h2,
.widget-title fieldset.box-title legend,
.homepage-tabs-products .nav-tabs > li > a { font: 700 20px/25px Poppins; }

h3,
.free_shipping,
.slide-text { font: 700 16px/20px Poppins; }

h4,
.btn,
.ajax-product-title,
.ajax-error-title,
#email-modal .window-window .window-content .message,
.footer-middle h3,
.product-title,
.refined-widgets,
.cart-list .product-name { font: 700 14px/20px Poppins; }

h5,
.header-panel-top,
.btn-secondary,
.site-nav .widget-featured-product .widget-title h3,
.product-label,
.sidebar-accordion .panel-title,
.toolbar .btn-group label,
.sample-vendor,
.panel-group .spr-summary-actions a,
.template-cart a.continue,
.cart-title h2,
.cart-row .total-price h3,
.cart-list a.remove,
.cart-list input.update,
.user-tags label,
.quick-view .product-shop .product-infor,
.view-product-detail { font: 400 12px/20px Poppins; }

h6,
.sale-off,
.price-box em,
.free_shipping a,
.user-tags { font: 400 12px/22px Poppins; }

a,
.page-header h2, .page-header h1,
.blog-detail .user-tags li  { color:#151515; }

.breadcrumb { border-bottom-color:rgba(0,0,0,0); }
.breadcrumb a, 
.breadcrumb span {color:#404040;  text-transform:capitalize; }
.breadcrumb span.arrow { border-left-color:#404040; }

/*  Background
/*-------------------------- */

.site-header.on,
body {
  
    background: #ffffff;
  
  
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll;
}

.site-header {
  background: ;
  color: #fff;
  
}
.header-top { color: #ffffff; }
.header-bottom { background: #282422; border-bottom: 1px solid #d6d6d6; }
.free_shipping,
.free_shipping a { color: #a12a2a; }
.header-panel-top,
.header-panel-top a,
.header-bottom .top-cart a span.first { color: #ffffff; }
.header-bottom .selectize-control.single .selectize-input:after { border-top-color: #ffffff; }
.search-bar input.input-group-field { background: #fffdfd; border-radius: .3em; }
.header-bottom .top-cart a #cartCount { background: rgba(0,0,0,0); }
.header-bottom.on .top-cart a #cartCount { background: #000000; }
.header-bottom.on .top-cart a span.first,
.site-nav > li + li > a,
.header-bottom .nav-search .icon-search,
.header-bottom.on .top-cart a span.first { border-color: #ffffff!important; }
.site-footer {
  background: #282422;

  
}
.footer-middle h3 { color: #cccccc; }
.footer-middle h3 > span { border-color: rgba(0,0,0,0); }
.site-footer,
.site-footer a { color: #cccccc; }
.site-footer a:hover { color: #fcbf45; }
.footer-top { background: #38332d; color: #ffffff; }
.footer-top a { color: #ffffff; }
.footer-bottom { border-color: rgba(0,0,0,0); }
.site-nav { text-align: center; }
.site-nav > li > a {color: #fff; }
.site-nav-dropdown .col-1 .inner > a {color: #2a2a2a;}
.site-nav-dropdown .col-1 .inner > a:hover {color: #6b4b24;}
.site-nav .widget-featured-product .widget-title h3 { color: #663300; font-size: 12px; }
.site-nav .widget-featured-product .widget-title h3 a { color: #663300; padding: 0; }
.site-nav .widget-featured-product .widget-title h3 a:hover { color: #ff6c00; padding: 0; }
.site-nav > li:hover > a ,
.site-nav > li:hover > a:hover {color: #fcbf45;}
.site-nav li.dropdown .icon-dropdown { border-top-color: #ffffff; }
.site-nav > li:hover > a > span:first-child,
.site-nav > li:hover > a.current > span:first-child,
.site-nav > li > a.current > span:first-child { border-color: rgba(0,0,0,0); }



.site-nav-dropdown {border-style: solid; border-color: #2a2a2a; background: #ffffff; }
.site-nav-dropdown li a { color: #2a2a2a; }
.site-nav-dropdown li:hover > a { color: #6b4b24; }
.site-nav-dropdown li:hover > a:before { border-left-color: #6b4b24; }
.site-nav-dropdown li.dropdown .icon-dropdown { border-top-color: #2a2a2a; }
.site-nav .widget-featured-product .btn { color: #ffffff; }
.home-instagram { background-color: #fff8ee; }
.product-title { text-transform: none; }
.products-grid .grid-item-border .product-image,
.grid-item-border.product-img-box .product-photo-container { border-color: #c3c3c3;}

.btn {
  letter-spacing: 0.05em;
  border: 2px solid transparent;
  border-radius: .3em;
  background: transparent;
  color: #000;
}

  
  
  

  
  
  
.btn-1,
a.btn-1,
button.btn-1 {
  border-color: #0e7a57;
  background: #0e7a57;
  color: #ffffff;
}

.btn-1:hover,
a.btn-1:hover,
button.btn-1:hover {
  border-color: #118861;
  background: #118861;
  color: #ffffff;
}

  
  
  

  
  
  
.btn-2,
a.btn-2,
button.btn-2 {
  border-color: #ffffff;
  background: #0e7a57;
  color: #ffffff;
}

.btn-2:hover,
a.btn-2:hover,
button.btn-2:hover {
  border-color: #ffffff;
  background: rgba(0,0,0,0);
  color: #ffffff;
}

  
  
  

  
  
  
.btn-3,
a.btn-3,
button.btn-3 {
  border-color: #0071e3;
  background: #0071e3;
  color: #ffffff;
}

.btn-3:hover,
a.btn-3:hover,
button.btn-3:hover {
  border-color: #0077ed;
  background: #0077ed;
  color: #ffffff;
}

  
  
  

  
  
  
.btn-4,
a.btn-4,
button.btn-4 {
  border-color: ;
  background: #ffffff;
  color: #232323;
}

.btn-4:hover,
a.btn-4:hover,
button.btn-4:hover {
  border-color: ;
  background: #232323;
  color: #ffffff;
}

  
  
  

  
  
  
.btn-5,
a.btn-5,
button.btn-5 {
  border-color: #0071e3;
  background: #0071e3;
  color: #ffffff;
}

.btn-5:hover,
a.btn-5:hover,
button.btn-5:hover {
  border-color: #0077ed;
  background: #0077ed;
  color: #ffffff;
}


/* Title Color */
label,
.widget-title fieldset.box-title legend,
.home-instagram .widget-title h3,
.sidebar .widget-title,
.related-products h2,
.recently-viewed-products h2,
.refined-widgets > span,
.tab-content h4,
.tab-content .spr-form-title,
.tab-content .spr-review .spr-review-header-title,
.tab-content .spr-review .spr-review-header-byline,
.cart-list .price,
#shipping-calculator h3,
#add-comment-title, 
.title-comment,
.lookbook-slideshow { color:#151515; }

/* Body Color */
.product-shop .product-infor label { color: #151515; }

/* Home SlideShow */
.template-index .slide-heading,
.slide-heading { font-size: 34px; line-height: 38px; color: #fff; font-weight: 700; }
.slide-text { font-size: 18px; color: #ffffff; }
.template-index .slide-heading img {max-width: 320px;}
.sidebar-links .panel-title > a { color: #ffffff; }



.banner h2 { color: #000000; }
.banner p.line { background: #000000; }
.banner p { color: #2d2d2d; }

/* Settings Currency */
@media (max-width: 767px) {
  
    .header-mobile { width: 75%; }
    .header-bottom .top-header { width: 25%; }
  	.header-bottom #dropdown-cart { width: 400%; }
  
}

/* Enable-Disable Sidebar */



  @media (min-width: 768px) {
  	.template-collection .sidebar { display: block!important; }
  }
  @media (max-width: 767px) {
    .template-collection .sidebar { display: block; }	
    .template-collection #displayTextLeft { display: none; }
  }



  .template-product .sidebar { display: none!important; }
  .template-product .col-main { width: 100%!important; }
  @media (max-width: 767px) {
    .template-product #displayTextLeft { display: none; }
  }


/* sidebar position */


/* Enable opacity when hover image */




.countdown .quickview-clock,
.countdown #clock { font-family: Raleway; font-size: 16px; }

/**/


/* Show sidebar on the left, right */



.sidebar-links .widget-content ul { max-height: 340px; overflow-y: scroll; }


label { margin-bottom: 7px; font-weight: 700; }
label em { color: #c40000; font-weight: 400; font-style: normal; margin-left: 3px; }
.form-actions { background: none; border: none;  padding: 20px 0 0 0;}
.alert ul { margin-bottom: 0;}
ul { padding: 0; margin-bottom: 20px; }
ol { padding: 0; list-style: decimal inside none; margin-bottom: 20px; padding-left: 30px; }
li { margin-bottom: 0.25em; }
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.errors ul { padding-left: 0; }
.grecaptcha-badge { visibility: hidden; display:none!important; }
.social-wrapper{ padding-right: 1em; float: right; display: block; width: 25%; padding-top: 2px; margin-left: 5px; }
.social-wrapper .addthis_sharing_toolbox {float: right;}
#search-results .addthis_sharing_toolbox,
#search-results .addthis {display: none;}
.template-page .social-wrapper-col {display: inline-block; float: right; min-height: 31px; width: 180px; text-align: right;}
.template-collection .social-wrapper-col,
.template-product .social-wrapper-col {display: inline-block; float: right; min-height: 31px; margin-top: 4px; width: 180px;}
.template-collection .addthis_sharing_toolbox,
.template-product .addthis_sharing_toolbox {float: right;}
.template-page h1 {margin: 12px 0; min-height: 31px; }
.template-customers-account .pg-ul,
.template-page .pg-ul {list-style: none; margin: 5px 5px 20px;}
.template-page .pg-ul li {padding: 6px 0; }
.collection-desc-sold p a,
.template-page .rte a,
.template-page .pg-ul li a {color: #006c96; font-weight: 600; font-size: 14px;}
.template-customers-account .pg-ul li a{color: #006c96;}
.template-customers-account .pg-ul li a:hover,
.collection-desc-sold p a:hover,
.template-page .rte a:hover,
.template-page .pg-ul li a:hover {text-decoration: underline; }
.form-success,
.quickview-button a,
.header-top .close,
.owl-theme .owl-controls .owl-buttons div,
.icon-social li.social-1 a,
.icon-social li.social-2 a,
.icon-social li.social-3 a,
.icon-social li.social-4 a,
.icon-social li.social-5 a,
.icon-social li.social-1:hover a,
.icon-social li.social-2:hover a,
.icon-social li.social-3:hover a,
.icon-social li.social-4:hover a,
.icon-social li.social-5:hover a,
.mini-products-list .item .btn-remove,
.banner-home-top-new .widget-title .box-title legend:after,
.list-category .view,
.toolbar .grid,
.toolbar .list,
.product-shop .product-title a.btn,
.button.inc,
.button.dec,
#back-top,
.flex-direction-nav a,
.product-shop .panel-group .panel-title a:after,
.icon-search,
.header-bottom.on .top-cart a span.first,
#email-modal .window-window .window-content .btn.close,
.close-window,
.close-modal,
.sidebar-custom .widget-title h3 a,
.refined-widgets > a { background-image: url(/cdn/shop/files/icon-bkgrd.png); background-repeat: no-repeat; }
.form-success { border: 1px solid #c8d9b9; background-position: 10px -1307px;  margin-bottom: 20px; padding: 5px 20px 5px 30px; font-size: 16px; }
.login-page .form-success {margin-top: 10px;}
.login-page .errors {color: #ff4500;}
img { max-width: 100%; height: auto;}
.image { max-width: 100%;  height: auto;  border: 0;  -ms-interpolation-mode: bicubic;}
h1, h2, h3, h4, h5, h6 { line-height: 1.25em;  margin: 0;  padding: 0;}
p:last-child { margin-bottom: 0;}
small { font-size: 12px ;}
h2 small.pull-right { padding-top: 0.538461538em; }
a { color: #000; }
.no-style { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; }
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center;}
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.hide,
.hidden {display: none;}
.move {cursor: move;}
.hidden { display: none;}
.move { cursor: move;}
.section-title {  display: none;}
.main-content { display: block; padding-bottom: 50px; min-height: 450px; }
.template-index .main-content { padding: 0; }
.btn,
.btn:hover,
.btn-secondary { }
.btn span.arrow { text-align: left; text-indent: -999em; display: inline-block; width:0; height:0; line-height:0; margin-left: 10px; border: 5px solid transparent; }
.text-continue a { display: inline-block; }
.infinite-scrolling a,
.infinite-scrolling-homepage a { display: inline-block; width: 345px; }
.infinite-scrolling a.disabled,
.infinite-scrolling-homepage a.disabled,
.infinite-scrolling a.disabled:hover ,
.infinite-scrolling-homepage a.disabled:hover { cursor: default; color: #fff; background: #f3f3f3; border-color: #f3f3f3; border-bottom-color: #ebebeb; }
.input-group .btn-secondary,
.input-group .input-group-field { height: 36px;}
.btn[disabled] { opacity:1; filter:alpha(opacity=100); background: none!important; border-color: #bebebe!important; color: #bebebe!important; }
.quickview-button { line-height:1; display: inline-block; vertical-align: top; }
.quickview-button a { width:37px; height: 37px; background-position: -1px -384px; display: block; text-indent: -999em; }
table { width: 100%;}
table td,
table th {border-top: 1px solid #dedede; padding:10px 20px;}
table th { font-size: 11px; text-transform: uppercase; font-weight: 700; }
.fancybox-title {display: none;}
.selectboxit-container,
.selectboxit,
.selectboxit:active{ outline: none;}
.selectboxit-container { display: inline-block; width: 100%; }
.selectboxit{cursor: pointer;height: 35px;margin: 0; white-space: nowrap; width: 100%;  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);-webkit-border-radius: 2px; -moz-border-radius: 2px;  border-radius: 2px; -webkit-transition: all 0.1s;-moz-transition: all 0.1s; -o-transition: all 0.1s;transition: all 0.1s;}
.selectboxit, .selectboxit-options {width: 100%;}
.selectboxit-default-icon { float: left;}
.selectboxit-text { text-indent: 10px; line-height: 35px; overflow: hidden; float: left; white-space: nowrap; /* Prevents text selection */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; ms-user-select: none; -o-user-select: none; user-select: none;}
ul.selectboxit-options { cursor: pointer; display: none; list-style: none; margin-top: -1px; overflow: auto;  padding: 0.5em 0; position: absolute; min-width: auto; max-height: 180px; white-space: nowrap; width: 100%; -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); -webkit-border-radius: 2px;  -moz-border-radius: 2px;border-radius: 2px;  z-index: 99999;}
.selectboxit-options.dropdown-menu li > a{ -webkit-transition: none;  -moz-transition: none;-o-transition: none;transition: none;}
ul.selectboxit-options a { padding: 3px 15px;}
.selectboxit-options li, .selectboxit-options .selectboxit-optgroup-header { line-height: 30px;  text-indent: 5px;  overflow: hidden;  white-space: nowrap;  list-style: none;}
.selectboxit-options .selectboxit-optgroup-header {  font-weight: bold;}
.selectboxit-options .selectboxit-optgroup-option { text-indent: 20px;}
.selectboxit-options .selectboxit-optgroup-header[data-disabled='true']:hover { cursor: default;}
.selectboxit-arrow-container { padding-right: 5px; width: 19px; float: right;}
.selectboxit-arrow-container i.selectboxit-arrow {margin: 0 auto; display: block;}
.selectboxit-options li i { display: none; float: left;}
.page-header h2,
.page-header h1,
.banner h2,
.banner-home-bottom .des h4,
.widget-title h3,
.free-shipping h3,
.footer-top .block-title h3 span,
.refined-widgets > span,
.widget-new-product .widget-title h2,
.collection-title a,
#shipping-calculator h3,
#add-comment-title,
.title-comment { text-transform: capitalize; font-weight: 700; letter-spacing: 0.05em; }
.grid-item .spr-badge-caption {display: none;}
.mz-card-img-wrapper { width: 100%; }
.mz-card-img-wrapper img { width: 100%; }
.mz-card-content {margin-top: 5px;}
.mz-card-content p, .mz-card-content h4 { font-size: 15px; line-height: 22px; }
.mz-card-content #mz-card-title { text-align: center; font-size: 28px; line-height: 32px; margin-top: 20px; margin-bottom: 20px;}
.mz-card-content  .promo-col div { background-color: #EFEFEF; padding: 10px; border-radius: 5px; margin-bottom: 20px;}
.mz-card-content .promo-header { font-size: 24px; margin-bottom: 10px; }
.mz-card-content .promo-col .promo-img-wrapper { margin-bottom: 0px; padding: 0px; padding-top: 5px;}
.mz-card-content .promo-img-wrapper { height: 90px;}
.mz-card-content .promo-img-wrapper img { display: block; max-height: 75%; margin: 0 auto; }
.mz-card-content #mz-card-info { font-size: 16px; }
.mz-card-content #synchrony-div { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin-bottom: 20px; }
.mz-card-content #synchrony-div h4 { text-align: center; }
.mz-card-content #synchrony-form { margin-top: 5px; margin-bottom: 20px; width: 50%; }
.mz-card-content #already-member { margin-bottom: 25px; }
.mz-card-content #already-member a { color: #006c96; }
.mz-card-content #already-member a:hover { text-decoration: underline; }
.mz-card-content #fine-print {margin-top: 50px; font-size: 11px; }
.mz-card-content #fine-print p {font-size: 12px; padding: 15px; }
.finance-img-wrapper { width: 100%; };
.finance-content {margin-top: 5px;}
.finance-content p, .finance-content h4 { font-size: 15px; line-height: 22px; }
.finance-content #finance-title { text-align: center; font-size: 28px; line-height: 32px; margin-top: 20px; margin-bottom: 20px; }
.finance-content  .promo-col div { background-color: #EFEFEF; padding: 10px; border-radius: 5px; margin-bottom: 20px; }
.finance-content  #affirm-logo-wrapper { display: flex; justify-content: center; width: 100%; height: 90px; }
.finance-content  #affirm-logo-wrapper img { display: block; height: 100%; }
.finance-content  .promo-header { font-size: 24px; line-height: 34px; }
.finance-content #contact-our-team { margin-top: 20px; }
.finance-content #contact-our-team #contact-sales { color: #006c96; }
.finance-content #contact-our-team #contact-sales:hover { text-decoration: underline; }
.finance-content #faq { margin-top: 20px; }
.finance-content #faq h2 { font-size: 36px; margin-bottom: 10px; }
.page-header { margin: 15px 0 0; padding:0; border:0; }
.page-header h2,
.page-header h1 { font-size: 22px; margin: 1px 0px 2px; }
#search-results .page-header {margin: 5px 0 0;}
#search-results .page-header h1 {margin: 10px 0 15px; text-transform: none;}
.page-header .addthis_sharing_toolbox {margin-top: 15px;}
.blog-detail .addthis_sharing_toolbox {float: right; margin-top: 0px;}
#hometitle {display: none;}
.page-header .img_cart { margin: 3px 0 24px; }
.template-list-collections {background: #ededed;}
.template-list-collections h1 {font-size: 28px; color: #151515;}
#electric-guitar-brands .rte h5,
#electric-guitar-brands .rte p,
#acoustic-guitar-brands .rte h5,
#acoustic-guitar-brands .rte p,
#bass-guitar-brands .rte h5,
#bass-guitar-brands .rte p,
#amplifier-brands .rte h5,
#amplifier-brands .rte p,
#effects-pedal-brands .rte h5,
#effects-pedal-brands .rte p,
#pickup-brands .rte h5,
#pickup-brands .rte p,
#accessories-brands .rte h5,
#accessories-brands .rte p,
#parts-brands .rte h5,
#parts-brands .rte p,
#used-amp-vintage-guitar-brands .rte h5,
#used-amp-vintage-guitar-brands .rte p,
#brands .rte h5,
#brands .rte p,
.template-list-collections .rte {font-size: 14px;}
.template-list-collections .collection-title h3 a {text-transform: none; color: #151515;}
.template-list-collections .page-header,
.template-collection .page-header { margin: 5px 0 10px; text-align: center; }
.template-collection .page-header h1 {text-align: center; margin-top: 0px; margin-bottom: 5px;}
.template-collection .page-header p {margin: 0 0 0px;}
.collection-image {display: block;}
.template-list-collections .page-header .collection-image img,
#search-results .page-header .collection-image img,
#electric-guitar-brands .page-header .collection-image img,
#acoustic-guitar-brands .page-header .collection-image img,
#bass-guitar-brands .page-header .collection-image img,
#amplifier-brands .page-header .collection-image img,
#effects-pedal-brands .page-header .collection-image img,
#pickup-brands .page-header .collection-image img,
#accessories-brands .page-header .collection-image img,
#parts-brands .page-header .collection-image img,
#used-amp-vintage-guitar-brands .page-header .collection-image img,
#brands .page-header .collection-image img,
#brand-landing .page-header .collection-image img,
.template-blog .page-header .collection-image img,
.template-collection .page-header .collection-image img { width: 100%; }
.collection-desc {text-align: left; font-size: 14px; line-height: 22px; padding: 30px 10px 0; margin: 40px auto; border-top: 1px solid #ca9442;}
.collection-desc a {display: block; color: #FFFFFF; background-color: #e0a31f; padding: 10px; margin: 15px auto; width: fit-content; text-align: center; font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: .5px; max-width: 300px;}
.collection-desc a:hover {opacity: .9;}
.collection-desc h2 {text-align: center; margin: 15px 0 5px; font-size: 17px;}
.collection-desc h3 {font-size: 14px;}
.collection-desc-sold {margin: 15px auto 20px; clear: both;}
.collection-desc-sold p {text-align: left; font-size: 14px; line-height: 22px; padding-top: 10px;}
.subNav,
#subNav { padding: 0; margin: 5px 0;}
.template-blog #subNav,
.template-article #subNav {margin-bottom: 20px;}
.subNavTitle,
#subNavTitle { color: #6f6859; font-size: 14px; text-align: center; font-weight: 700; margin-bottom: 5px; letter-spacing: .03em;}
.subNavLinks,
#subNavLinks {display: flex; justify-content: center; flex-wrap: wrap; list-style: none; }
#subNav .regNavFilter {font-size: 14px; margin: auto 5px auto 0;}
.template-page .rte .regNavItem,
.regNavItem,
.taylorNavItem {margin: 5px 3px; text-decoration: none; color: #151515; line-height: 24px; flex: 1 1 auto; text-align: center; border: 1px solid #c2c2c2; border-radius: .3em; background: #ededed; padding: 3px 5px; min-width: 70px; max-width: 210px; }
.template-page .rte .regNavItem:active,
.regNavItem:active,
.taylorNavItem:active {background: #fff; border: 1px solid #ff7800; }
.template-page .rte .regNavItem:hover,
.regNavItem:hover,
.taylorNavItem:hover { background: #fff; }
.template-page .rte .regNavItem a,
.regNavItem a,
.taylorNavItem a {padding: 7px 9px;}
.collection-img-wrap {}
.page-header .collection-page-header {margin-top: 25px;}
.th-yr,
#the-music-zoo-hours-amp-directions-long-island-new-york-guitar-store .rte p,
#worldwide-shipping .rte p,
#meet-the-owner-tommy-colletti .rte p,
#employment-opportunities .rte p,
#payments-and-deposits .rte p,
#our-staff .rte p,
#about-us-the-music-zoo-long-island-new-york-guitar-store .rte p,
#satisfaction-guarantee-return-policy .rte p,
#guitar-setups-and-repairs-new-york-city-amp-long-island .rte p,
#sell-your-gear-guitar-trades-amp-consignment .rte p {margin-bottom: 40px; font-size: 14px;}
#guitar-setups-and-repairs-new-york-city-amp-long-island h4 {margin-bottom: 10px;}
#sitemap .brand-list {margin-top: 40px; padding-top: 20px; border-top: 1px solid #c2c2c2;}
#sitemap .brand-list h3 {margin-top:30px; padding-left:10px;}
#sitemap .brand-list ul {column-count: 3; padding-left:20px;}
#sitemap .brand-list .vendor-name {padding: 5px 0; break-inside: avoid;}
#sitemap .brand-list .vendor-name a {font-size:14px;line-height:20px;}
.padding { clear: both; overflow: hidden; }
.pagination-page { text-align: center; margin: 10px auto; padding: 0; }
.pagination-page li { display: inline-block; list-style: none; margin-bottom: 0; color: #151515; border: 1px solid #777; border-radius: .3em; margin-right: 10px; padding: 8px 0 6px; width: 40px; text-align: center; background: #ffffff; font-weight: 600; }
.pagination-page li:first-child,
.pagination-page li:last-child { width: 64px; }
.pagination-page li > span,
.pagination-page li a { padding: 10px; text-transform: uppercase; }
.pagination-page li > span { }
.pagination-page li.active { border: 1px solid #ff7800; }
.pagination-page li:hover { background: #ededed; border: 1px solid #ff7800;}
.pagination-page li.active span,
.pagination-page li:hover span,
.pagination-page li:hover a,
.pagination-page li a:hover {  border: 0; text-decoration: none; transition: none; }
.pagination-page li.text a { color: #151515;}
.pagination-page li.text a:hover { color:#000; border-bottom: 0; text-decoration: none; }
.pagination-page .gap {display: inline-block; list-style: none; margin-bottom: 0; color: #151515; border: 1px solid #777; border-radius: .3em; margin-right: 10px; padding: 8px 0 6px; width: 40px; text-align: center; background: #fff; font-weight: 600;}
.sidebar .sidebar-links .widget-title { margin-bottom: 12px; padding-bottom: 14px; }
.sidebar .sidebar-cms-custom .widget-title { margin-bottom: 5px; }
.sidebar-links .widget-content > ul > li { margin: 0; }
.sidebar-links .widget-content > ul > li > a { color: #000; text-transform: capitalize; text-decoration: none; line-height: 32px; }
.sidebar-links .widget-content > ul > li > a.focus:before,
.sidebar-links .widget-content > ul > li > a.active:before,
.sidebar-links .widget-content > ul > li > a:hover:before { border: 4px solid transparent; border-left: 4px solid #000; width: 0; height: 0; content: ""; display: inline-block; margin-right: 5px; }
.sidebar-custom .widget-title h3 span { cursor: pointer; font-size: 12px; }
.sidebar-custom .widget-title h3 span:before { content: ''; width: 0; height: 0; border: 5px solid transparent; border-top-color: #000; display: inline-block; margin: 0 10px -2px 0; }
.sidebar-custom .widget-title h3 a,
.refined-widgets > a { text-transform: capitalize; float: right; letter-spacing: 0; padding-right: 25px; background-position: right -230px; }
.sidebar-custom .widget-title.click h3 span:before { border-top-color: transparent; border-bottom-color: #000; margin-bottom: 2px; }
.sidebar-custom .widget-title { margin-bottom: 19px; padding: 19px 0 0; border-top: 1px solid #000; border-bottom: 0; }
.sidebar-custom.categories .widget-title { padding-top: 21px; margin-bottom: 6px; }
.sidebar-custom .widget-content { margin-bottom: 0; }
.sidebar-custom label { font-weight: normal; }
.sidebar-custom ul { overflow: hidden; }
.sidebar-custom ul li a { text-decoration: none; }
.sidebar-custom input[type="checkbox"] { display: none; }
.sidebar-custom input[type="checkbox"] + label { background: url(check-box.png) no-repeat 0 center; padding-left: 23px; }
.sidebar-custom input[type=checkbox] + label:hover,
.sidebar-custom input[type=checkbox]:checked + label { background: url(check-box-checked.png) no-repeat 0 center; cursor: pointer; }
.sidebar-custom.size ul li { float: left; width: 50%; padding-right: 10px; }
.sidebar-custom.color ul { margin-bottom: 25px; }
.sidebar-custom.color ul li { width: 32px; margin: 0 15px 15px 0; padding:0; float: left; }
.sidebar-custom.color ul li:nth-child(5n+5) { margin-right: 0; }
.sidebar-custom.color ul li a { display: block; width: 32px; height: 32px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.sidebar-custom.color ul li a img { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; opacity: 1; filter: alpha(opacity=100); }
.sidebar-custom.color ul li a:hover,
.sidebar-custom.color ul li a.active { border: 2px solid #000; }
.sidebar-custom.byprice .widget-title,
.sidebar-custom.bybrand .widget-title { margin-bottom: 15px; }
.sidebar-custom.byprice .widget-content ul,
.sidebar-custom.bybrand .widget-content ul { margin-bottom: 27px; }
.sidebar-custom.categories .widget-content ul { max-height: 350px; overflow-y: auto; margin-bottom: 26px;  }
.sidebar-custom.categories .widget-content li { margin: 0; line-height: 32px; }
.sidebar-custom.categories .widget-content li a.active,
.sidebar-custom.categories .widget-content li a:hover { display:block; position: relative; padding-left: 15px; }
.sidebar-custom.categories .widget-content li a.active:before,
.sidebar-custom.categories .widget-content li a:hover:before { content: ''; display: block; position: absolute; top: 11px; left: 0; border-left:4px solid #000; border-top:4px solid transparent; border-bottom:4px solid transparent; }
.refined-widgets { margin-bottom: 12px; overflow: hidden; }
.refined-widgets > a { float: right; }
.sidebar-cms-custom .widget-content { font-style: italic; }
.sidebar-cms-custom .widget-content p { margin-bottom: 20px; }
.sidebar .widget-featured-product .widget-title { margin-bottom: 30px; }
.widget-featured-product .products-grid { margin: 0; }
.widget-featured-product .products-grid .owl-item .grid-item { margin: 0 0 40px; padding: 0; width: 100%; }
.widget-featured-product .product-title { margin-bottom: 10px; }
.widget-featured-product .price-box { margin-bottom: 0; }
.widget-featured-product .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 0; }
.widget-featured-product .owl-theme .owl-controls .owl-buttons div.owl-next { right: 0; }
.widget-title { margin-bottom: 5px; }
.widget-title h3 { font-size: 14px; color: #cb4919; text-transform: uppercase; }
.widget-content ul { list-style: none; padding-left: 0; }
.widget-content .tags ul{margin-bottom 0px !important;}
.template-article .sidebar .widget-title,
.template-blog .sidebar .widget-title { padding-top: 5px; padding-bottom: 0px; }
.widget-content .tags {text-transform: capitalize; display: flex; flex-wrap: wrap;}
.template-blog .sidebar {text-align: center; margin: 40px 0 20px;}
.template-article .sidebar {text-align: center; margin: 20px 0 20px;}
.template-blog .pagination-page {margin: 30px auto;}
.sidebar .widget-recent-articles .widget-title { margin-bottom: 1px; padding-top: 5px; }
.sidebar .widget-recent-articles .widget-content { margin-bottom: 10px; }
.widget-recent-articles .article { border-bottom: 1px solid #dedede; margin-bottom: 5px; }
.widget-recent-articles .article:last-child { }
.widget-recent-articles .article a { display: block; }
.widget-recent-articles .article a:hover {text-decoration: underline;}
.widget-recent-articles .article em { font-size: 11px; display: block; color:#404040; }
.widget-recent-articles .widget-content ul {margin: 5px 0;}
.widget-tags {border-top: 1px solid #ca9442; padding-top: 20px;}
.widget-tags li { flex: 1 1 auto; margin: 5px 12px; }
.widget-tags li a { font-size: 13px; color: #707070; line-height: 25px; letter-spacing: 0.03em; }
.widget-tags li a:hover { color: #000; border-bottom: 1px solid #000; text-decoration: none; }
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { display: inline-block; cursor: pointer; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider { padding:0; margin: 0 0 1px; position: relative; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }
.flex-direction-nav a { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 2; overflow: hidden;  cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; }
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.breadcrumb { margin-bottom: 5px; }
.breadcrumb a,
.breadcrumb span { color: #404040;}
.breadcrumb a:hover {text-decoration: underline;}
.breadcrumb span.arrow { margin: 0 3px; line-height:0; width:0; height:0; text-indent:-999em; display:inline-block; border-left: 4px solid #656565; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
.template-page .col-soc-bc {min-height: 33px; margin-top: 5px;}
.template-collection .col-soc-bc {min-height: 33px;}
.template-product .col-soc-bc {min-height: 33px; margin-left: -10px;}
.template-collection .breadcrumb,
.template-product .breadcrumb {margin-top: 5px; display: inline-block; position: relative; top: 3px;}
.template-page .breadcrumb,
.template-cart .breadcrumb {margin-top: 5px; display: inline-block;}
.header-top { color: #fff!important; text-align: center; font-size:12px; letter-spacing: 0.2em; background: #3c3224; height: 25px; padding-top: 3px; }
.header-top a {color: #fcbf45; font-size: 11px; text-transform: none;}
.header-top a:hover {text-decoration: underline;}
.header-top a.link { color:#fff; letter-spacing: 0.4em; white-space: nowrap; }
.header-top a.link:hover { text-decoration:none; border-bottom: 1px solid; }
.header-top .close { text-indent: -999em; display:block; width: 9px; height: 9px; background-position: 0 -229px; opacity: 1; margin-top:3px; display: none; }
.header-top .container span {background: #1a1a1a; border: 1px solid #ca9442; padding: 2px 9px 1px 14px;}
.header { padding: 16px 0 0; }
.header-mobile { display: none; position: relative; float: left; background: #282422; }
.header-mobile #showLeftPush { display: block; text-align: center; border-right: 1px solid #868686; padding: 11px 0 0;}
.header-mobile #showLeftPush.active,
.header-mobile #showLeftPush:hover { background-color: #505050; }
.header-mobile #showLeftPush img {height: 25px; width: 25px;}
.header-mobile .mobile-call {width: 33.33%; height: 45px; text-align: center; float: left; padding: 10px 0 0; display: block; border-right: 1px solid #868686;}
.header-mobile .mobile-call-link {color: #fff; padding: 12px 30px 12px;}
.header-mobile .mobile-call-link img {height: 24px;}
.header-mobile .customer-area { float: left; width: 33.33%; position: static; }
.header-mobile .customer-area > a { float: left; width: 100%; height:46px; border-right: 1px solid #868686; }
.header-mobile .mobile-call:hover,
.header-mobile .customer-area.open > a,
.header-mobile .customer-area > a:hover { background-color: #505050; }
.header-mobile .customer-area > a img {height: 24px; width: 24px;}
.header-mobile .customer-links { margin: 0; }
.header-mobile .dropdown-menu { font-size:14px; margin: 0; width: 200%; padding: 10px 20px; border-radius: 0; left: -7px;}
.header-mobile .dropdown-menu ul { overflow: hidden; margin: 0 0 10px; padding-left: 0; list-style: none; }
.header-mobile .dropdown-menu p {padding: 10px 0;}
.header-panel { height: 60px; padding-top: 10px; }
.header-panel-top { letter-spacing: 0.02em; font-weight: 600!important; }
.text_order { float: left; display: block; margin:0;  }
.text_order:hover { text-decoration: none; }
.text_order:hover > span { border-bottom: 1px solid #fff; }
.header-panel-bottom {width: 24%; float: left; padding-left: 20px; max-width: 275px; }
.free_shipping { height: 35px; margin-bottom: 0; padding: 9px 0 0; letter-spacing: 0.1em; text-align: center; background: #ededed; position: relative; z-index: 3; }
.free_shipping span {font-size: 12px; letter-spacing: .18em; font-weight: 500;}
.free_shipping span:hover {text-decoration: underline;}
.header-panel-bottom .sale-off { font-size: 20px; color: #fff !important; margin-top: -16px; padding-top: 2px; line-height: 20px; }
.header-panel-bottom .sale-off small { font-size: 12px; color: #cfac51; display: block; margin-top: 3px; }
.header-panel-bottom .sale-off small a { color: #cfac51;}
.header-panel-bottom .sale-off a[href^=tel] { color: inherit; text-decoration: none; }
.header-panel .header-logo {width: 17%; float: left; display: flex; align-items: center; justify-content: flex-end; padding-right: 10px;}
.logo-title { display: block; padding: 5px 0;}
.currency { float: left; margin-right: 12px; }
#currencies { float: left; height: 22px; line-height: 22px; padding: 0; }
#currencies-modal { float: left; line-height: 30px; }
#currencies-modal div { display: inline-block; margin-right: 3px; }
.header-bottom .selectize-input.full { border: 0; margin-top: 0px; padding: 0 !important; width: 43px; }
.header-bottom .selectize-control { float: left; height:30px; }
.header-bottom .selectize-control.single .selectize-input:after { right: 3px; border-width: 4px 4px 0; margin-top:-4px; }
.header-bottom .selectize-control.single .selectize-input.dropdown-active:after { border-width: 0 4px 4px; }
.header-bottom .selectize-input.focus {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; }
.header-bottom .selectize-control div.item { background-position: 0 8px !important; }
.header-bottom .selectize-control div.option { background-position: 12px 7px !important; /*padding-left: 40px; padding-right: 20px;*/ }
.header-bottom .selectize-dropdown { min-width: 50px; }
.header-bottom .selectize-dropdown,
.header-bottom .selectize-input,
.header-bottom .selectize-input input { text-transform: uppercase; }
.header-bottom .selectize-control.single .selectize-input,
.header-bottom .selectize-control.single .selectize-input input { height: 30px; line-height: 30px;  min-height: 0 !important; text-align: left;}
.customer-links { display: flex; justify-content: space-between; align-items: center; margin-top: -3px; margin-bottom: 0; height: 16px; }
.customer-links li { float: left; list-style: none;}
.customer-links .igFlag {margin-left: 1.8em;}
.customer-links a:hover,
.customer-links .login-btn:hover { text-decoration: underline; }
.customer-links li.login.open:after { border-width: 0 4px 4px; border-color: transparent transparent #878787; }
.customer-links li.login .dropdown-menu { margin-top: 0; min-width: 232px; padding: 12px 20px 20px; border-radius: 0; border: 1px solid rgba(64,78,83,0.3); -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
.dropdown .login-hdr .login-btn { background: none; border: none; color: #fff;  }
.modal-login {-webkit-transform: translate(0, 5em); -ms-transform: translate(0, 5em); transform: translate(0, 5em); width: 392px; margin: 0 auto; color: #151515;}
.modal-login .modal-suggest-content {padding: 5px 0;}
.modal-login .modal-suggest-header {margin-bottom: 10px; padding: 0 1em;}
.modal-login .mod-rec-reset {text-align: center; padding: 13px 0; font-size: 18px; display: block; font-weight: 600;}
.modal-login .modal-body {padding: 1em; min-height: 260px;}
.modal-login .modal-footer {text-align: center; font-size: 12px!important; margin-top: 0; }
.modal-login .modal-footer #customer_register_link {color: #006c96; padding-left: .2em; }
#dropdown-forgot-password {color: #006c96; font-size: 12px;}
#dropdown-forgot-password:hover {cursor: pointer;}
.inline-list {text-align: right;}
.inline-list li {display: inline;}
.inline-list a {padding-left: 10px;}
.header-bottom .nav-search {width: 59%; float: left; }
.search-bar input.input-group-field { font-size: 1.1em; color: #202020; width: 100%; padding: 4px 30px 0 16px; height: 40px; }
.search-bar .input-group-btn input.btn { background: #0e7a57; color: #fff; height: 40px; width: 76px; font-size: 13px;  }
.search-page .page-header .search-bar {width: 40%; }
.header-bottom .nav-search .input-group-btn { position: absolute; right: 0; top: 0; width: 50px; height: 40px; background: #0f7a56; border-top-left-radius: 0; border-bottom-left-radius: 0;}
.header-bottom .nav-search .input-group-btn img {height: 19px; margin: 2px;}
.fontzero {font-size: 0; color:#fff;}
.header-bottom .top-cart a { display: flex; align-items: flex-start; }
.header-bottom .top-cart .icon { width: 22px; height: 22px; margin-right: 3px;background: url(/cdn/shop/files/cart-icon_44x.png?v=1576258084); background-repeat: no-repeat; background-size: 22px; }
.header-bottom .top-cart a span.first{ display: none; }
.header-bottom .top-cart a:hover,
.header-bottom .top-cart a:focus{text-decoration: none;}
.header-bottom .top-cart a #cartCount { border: 1px solid #fff; font-weight: 500; line-height: 17px; min-width: 18px; height: 22px; border-radius: 3px; color: #fcbf45; text-align: center; font-size: 1.3em; padding: 2px 3px; }
.header-bottom .top-cart .icon .fa-lg { font-size: 1.6em !important; vertical-align: -25% !important; margin-left: 0; position: relative; top: 4px; }
.top-contact { margin-left: auto; display: inline-block;}
.header-panel-top .phone-num {display: flex; text-align: left; height: 22px; margin-bottom: 10px;}
.header-panel-top .phone-num .phone-num-link {font-size: 15px; line-height: 22px; margin-right: 25px;}
.header-panel-top .top-contact a{color: #fcbf45; font-size: 13px; }
#dropdown-cart { width: 332px; border: 1px solid #d2d2d2; padding: 10px; position: absolute; top: 33px; right: 5%; background: #fff; z-index: 20; border-radius: .3em; }
.mini-products-list .product-image { float: left; margin: 8px 5px 5px 0; display: block; width: 87px; }
.mini-products-list { display: block; clear: both; margin-bottom: 0; padding: 0; max-height: 387px; overflow-y: auto; margin:0 0 31px; }
.mini-products-list .item { display: block; line-height:20px; clear: both; position: relative; padding-right: 10px;  display: block; padding-bottom: 10px; margin:0 0 10px; border-bottom:1px solid #ca9442; overflow: hidden;}
.mini-products-list .item:last-child { margin-bottom: 0; }
.mini-products-list .item .btn-remove {position: absolute; right: 5px; top: 0; width: 20px; height: 20px; background-position: 0 -1394px; font-size: 0; }
.mini-products-list .item:last-child {border-bottom: 1px solid #ca9442;}
.mini-products-list .product-details { overflow: hidden; }
#dropdown-cart .product-name { margin: 18px 0 5px; text-transform: none; }
#dropdown-cart .summary { display: block; clear: both; overflow: hidden; text-transform: none; margin: -20px 0 8px; }
#dropdown-cart .summary .label { display: block; float: left; line-height: 14px; letter-spacing: 0.02em; font-size: 12px; color: #000; font-weight: 700; padding: 4px 0 0; }
#dropdown-cart .summary .price { display: block; float: right; line-height: 14px; letter-spacing: -0.02em; font-size: 14px; color: #000; font-weight: 700; }
#dropdown-cart .option { display: none; }
#dropdown-cart .actions  { clear: both; margin-bottom: 5px; }
#dropdown-cart .btn { width: 100%; height: 46px; padding-top: 10px; font-size: 15px; }
#dropdown-cart .text-cart { text-align: center; }
#dropdown-cart .text-cart a { letter-spacing: 0.05em; color: #000; display: inline-block; font-size: 13px; background: #ededed; border: 1px solid #aaaaaa; border-radius: .3em; margin-top: 10px; padding: 5px 0; width: 100%; }
#dropdown-cart .text-cart a:hover { text-decoration: underline; }
#dropdown-cart .cart-collateral { color: #505050; letter-spacing: -0.02em; font-size: 13px; font-weight: 400; text-transform: none; }
#dropdown-cart .cart-collateral .price span.money,
#dropdown-cart .cart-collateral .price {  font-weight: 700; color: #000; }
#dropdown-cart .product-name a { color: #202020; font-weight: 400; letter-spacing: normal; max-height: 50px; overflow: hidden; }
#dropdown-cart .product-name a:hover { color: #006c96; }
#dropdown-cart .no-items { margin: 10px 0; font-size: 14px; color: #151515; text-align: center; }
#dropdown-cart .no-items p { padding: 10px; }
.product-details .option { margin-bottom: 5px; }
.header-bottom .nav-bar {padding: 2px 0 5px; margin-top: 5px; background: #38332d;}
.site-nav { width: 90%; margin: auto; display: -webkit-box; display: -webkit-flex;  display: -ms-flexbox;  display: flex;}
.site-nav .drop-flex {  }
.site-nav li { list-style: none; margin-bottom: 0;}
.site-nav .dropdown {margin-bottom: 0;}
.site-nav .dropdown button {background: none; border: none; width: 100%; letter-spacing: .04em;}
.site-nav a { display: block;  padding: 12px;  text-decoration: none; }
.site-nav > li { display: inline-block; list-style: none; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; position: relative; }
.site-nav > li > a { padding: 0px 3px; letter-spacing: .04em; }
.site-nav > li:first-child > a { }
.site-nav > li:last-child > a { }
.site-nav > li + li > a { }
.site-nav > li:hover > a > span:first-child,
.site-nav > li:hover > a.current > span:first-child,
.site-nav > li > a.current > span:first-child { border-bottom: none; }
.site-nav-dropdown { text-align: left; display: none; position: absolute; left: 0; width: 180px; z-index: 5; padding: 8px 0 8px 8px; margin-bottom: 0; border: 1px solid rgba(0,0,0,.3); border-radius: .4em; }
.site-nav-dropdown .dropdown {font-size: 14px; }
.site-nav-dropdown .dropdown a {padding: 5px 0;}
.header-bottom.on .site-nav-dropdown { top: 50px; }
.site-nav-dropdown li a { font-size: 13px; padding: 5px 0; line-height: 26px; position: relative; }
.site-nav-dropdown .col-2 li a {line-height: 20px;}
.wrapper-container .site-nav-dropdown ul.site-nav-dropdown { left: 100%; top: -1px; display: none; list-style: none; margin-left: -40px; }
.wrapper-container .site-nav > .dropdown:hover > div,
.wrapper-container .site-nav > .dropdown.open > div {display: block;}
.site-nav-dropdown .dropdown::before { background-repeat: no-repeat; position: absolute; right: .6rem; width: 1em; height: 1em; opacity: .5; content: ""; background-size: 90% auto; background-image: url(/cdn/shop/files/nxt.png?1144636339376494030); top: .8em;}
.site-nav .drop-flex:hover::before,
.site-nav-dropdown .dropdown:hover::before {opacity: 1;}
.wrapper-container .site-nav > li > div > div {}
.wrapper-container .site-nav > li > div > ul > .dropdown .acoustic {top: -47px!important}
.wrapper-container .site-nav > li > div > ul > .dropdown .bass {top: -85px!important}
.wrapper-container .site-nav > li > div > ul > .dropdown .amplifiers {top: -123px!important}
.wrapper-container .site-nav > li > div > ul > .dropdown .effects {top: -161px!important}
.wrapper-container .site-nav > li > div > ul > .dropdown .pickups {top: -199px!important}
.wrapper-container .site-nav > li > div > ul > .dropdown .accessories {top: -237px!important}
.wrapper-container .site-nav > li > div > ul > .dropdown .parts {top: -275px!important}
.wrapper-container .site-nav > li > div > ul > .dropdown .used-gear {top: -313px!important}
.wrapper-container .site-nav > li > div > ul > .dropdown:hover > div,
.wrapper-container .site-nav > li > div > ul > .dropdown.open > div {display: block; width: 294px; min-height: 360px; left: calc(100% - .4em); top: -9px; border-top-left-radius: 0; border-bottom-left-radius: 0; padding: 0 10px 10px 15px; border-top-right-radius: .4em; border-bottom-right-radius: .4em;}
.dd-header-container { border-bottom: 1px solid #f1f1f1; margin-bottom: 3px; padding: 6px 0; }
.dd-header-container .dd-header a { font-size: 18px; font-weight: 600; padding: 6px 0;  }
.dd-header-container .dd-header a:hover {color: #6b4b24;}
.dd-bottom-container { border-top: 1px solid #f1f1f1; margin-top: 10px; padding: 10px 0 0 0; font-weight: 600; letter-spacing: .04em;}
.dd-bt {columns: 2;}
.wrapper-container .site-nav > li > div > ul > .dropdown:hover > div > ul,
.wrapper-container .site-nav > li > div > ul > .dropdown.open > div > ul {columns: 2;}
.wrapper-container .site-nav > li > ul > li > ul > .dropdown:hover > ul,
.wrapper-container .site-nav > li > ul > li > ul > .dropdown.open > ul { display: block;top:-14px; }
.wrapper-container .site-nav > li > ul > li > ul > li > ul > .dropdown:hover > ul,
.wrapper-container .site-nav > li > ul > li > ul > ul > li > .dropdown.open > ul { display: block;top:-14px; }
.wrapper-container .blog-nav-logo {background: url(/cdn/shop/t/59/assets/music-zoo-news-header.jpg?v=1680555233); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 18px 40px; margin-top: 5px;}
.wrapper-container .blog-nav-logo img {width: 300px; max-width: 90%;}
.wrapper-container .blog-nav {text-align: center; height: auto; line-height: 25px; padding: 1px 0 0; margin: 0 0 15px; border-bottom: 1px solid #bbbbbb;}
.wrapper-container .blog-nav .blog-cat {width: 100%; margin: auto; display: -webkit-box; display: -webkit-flex;  display: -ms-flexbox;  display: flex;}
.wrapper-container .blog-nav .blog-cat  li { list-style: none; margin-bottom: 0;}
.wrapper-container .blog-nav .blog-cat > li { display: inline-block; list-style: none; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; position: relative; }
.wrapper-container .blog-nav .blog-cat a {color: #151515; font-weight: 600; text-transform: uppercase;}
.wrapper-container .blog-nav .blog-cat > li:hover > a, .wrapper-container .blog-nav .blog-cat > li:hover > a:hover { color: #006c96;}
.wrapper-container .yt-blog-nav {margin-left: 8px;}
.wrapper-container .yt-blog-nav .yt-blog-sub {font-size:10px; line-height:12px; margin:0;}
.flexslider ul { list-style: none; }
.template-index .main-slideshow { overflow: hidden; }
.template-index .main-slideshow:after { content:''; display: block; clear: both; }
.main-slideshow { max-width: 1440px; text-align: center; margin: 0px auto; padding: 0 0 5px; }
.main-slideshow .flexslider .flex-direction-nav { visibility: hidden; }
.main-slideshow .flexslider:hover .flex-direction-nav { visibility: visible; }
.main-slideshow .flex-direction-nav a {width: 79px; height: 79px; display: block; margin-top: -39px; text-indent: -999em; }
.main-slideshow .flex-direction-nav a.flex-prev { background-position: 0px -1017px; left: 5%;}
.main-slideshow .flex-direction-nav a.flex-next {background-position: 0px -1160px; right: 5%;}
.main-slideshow .flexslider { float:left; width: 100%; }
.main-slideshow .flexslider .flex-control-nav { bottom: 5px; visibility: hidden; z-index: 2; }
.main-slideshow .flexslider:hover .flex-control-nav {visibility: visible;}
.main-slideshow .flex-control-paging a { -webkit-border-radius: 50%;-moz-border-radius: 50%; border-radius: 50%; text-indent: -999em; border: 4px solid #fff; background-color: #fff; width: 15px; height: 15px; font-size: 0; display: block; cursor: pointer; opacity: 0.5; }
.main-slideshow .flex-control-paging li a.flex-active,
.main-slideshow .flex-control-paging li a:hover { background-color: transparent; border-color: #fff; opacity: 1; }
.hero-banner { background-position: right; background-repeat: no-repeat; background-size: cover; height: 360px; width: 100%; max-width: 1440px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.slide-des { position: absolute; top: 22%; left: 2%; right: 2%; text-align: center; max-width: 680px; margin: 0 auto; }
.slide-heading { padding: 0 0 15px; letter-spacing: 0.05em; text-shadow: 2px 2px 2px #000; }
.slide-text { letter-spacing: 0.02em; text-shadow: 1px 1px 1px #000; padding: 5px 0; }
.slide-des .btn { min-width: 170px; font-weight: 600 !important;}
.free-shipping {margin: 30px 0 0; min-height: 95px; border-top: 1px solid #dedede; padding-top: 10px;}
.free-shipping strong {color: #ff7800; }
.free-shipping h3 {font-size: 13px; margin-bottom: 35px; font-weight: normal; line-height: 24px;}
.free-shipping p {padding: 10px 0;}
.prod-sold-bnr {max-width: 350px;}
.prod-sold-bnr .acct-mkt-btn {border: 1px solid #929292; border-top: none; padding: 5px;}
.banner-home-top { clear: both; text-align: center; }
.banner-home-top ul { margin-bottom: 0; list-style: none; padding-left: 0; }
.banner-home-top li { position: relative; margin-bottom: 37px; }
.banner-home-top h4 { text-align: center; position: absolute; top: 50%; left: 0; width: 100%; margin-top: -13px;}
.banner-home-top h4 span { font-weight: 700; text-transform: uppercase; }
.banner { text-align: center; position:relative; clear: both; margin: 0 0 37px; }
.banner > img:hover { opacity: 1; filter:alpha(opacity=100); }
.banner .container { height: 100%; position: absolute; top: 0; left: 50%; margin-left: -610px; }
.banner .inner { width: 460px; display: table; float: right; height: 100%; }
.banner .inner .content { display: table-cell; vertical-align: middle; }
.banner h2 { font-size: 40px; font-weight: 700; color: #000; margin: 0 0 15px; position: relative;}
.banner p { color: #2d2d2d; margin: 0 0 35px; }
.banner p.line { width: 50px; height: 2px; background: #000; margin: 0 auto 20px; }
.banner .inner a { padding: 0 15px 0 30px; }
.widget-trending-product { clear: both; }
.widget-trending-product .widget-title {  padding-top: 28px; margin-bottom: 29px; }
.widget-trending-product .widget-title fieldset.box-title { border: 0; }
.widget-trending-product .owl-item .product-title {max-height: 44px; overflow: hidden; margin-bottom: 0px; font-weight: 600 !important; }
.widget-trending-product .owl-item .product-bottom .product-title:hover {color: #ff4500;}
.widget-trending-product .owl-item .price-box .regular-product { color: #006600; }
.widget-trending-product .owl-item .price-box {margin-bottom: 0px; }
.widget-trending-product .owl-item .product-top {margin-bottom: 10px !important; }
.widget-trending-product .owl-item .action {display: none;}
.widget-trending-product .owl-item .grid-item {padding-bottom: 0px!important; margin: 3px 0px 25px 0px; border: none;}
.widget-trending-product .product-top .product-des {top: 100% !important;}
.block-four-wrap {background: #f1f1f1;}
.block-four-banner .row {margin: 0;}
.block-four-title { color: #D13434; font-size: 18px; text-align: left; padding-bottom: 5px; margin-left: 10px; border-bottom: 1px solid #d13434; margin-bottom: 19px; margin-right: 10px;}
.block-four-banner { margin-bottom: 9px; padding: 19px 0 5px; }
.block-four-banner-item { position: relative; color: #fff; text-align: center; margin: 0 auto 19px; max-width: 580px; background: #fff; border: 1px solid #8c8c8c; }
.block-four-banner-item img {width: 100%;}
.block-four-banner-item:hover { color: #000; }
.block-four-banner-item .cover,
.account-marketing .col-sm-3 .acct-mkt-img,
.account-banner .col-sm-4 .acct-mkt-img{ overflow: hidden;}
.block-four-banner-item:hover .cover img,
.account-banner .col-sm-4:hover .acct-mkt-img img,
.account-marketing .col-sm-3:hover .acct-mkt-img img {opacity: .9;}
.block-four-banner-item:hover .block-info .title,
.account-banner .col-sm-4:hover .acct-mkt-img .acct-mkt-btn,
.account-marketing .col-sm-3:hover .acct-mkt-img .acct-mkt-btn {text-decoration: underline;}
.block-four-banner-item .block-info .title { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; line-height: 22px; color: #151515; background: #fff; border: 1px solid #fff; padding: 2px 0; }
.block-four-banner-item .block-info .des { padding: 0 120px; margin-bottom: 35px; }
.block-four-banner-item .block-info .btn-link { font-weight: bold; text-decoration: none; letter-spacing: 0.02em; display: inline-block; text-transform: uppercase; border: 2px solid #fff; padding: 8px 0 6px; color: #fff; min-width: 144px; }
.block-four-banner-item:hover .block-info .btn-link { color: #000; border-color: #000; }
.block-four-banner-item .block-info .btn-link:hover { min-width: 160px; background: #000; border-color: #000; padding: 10px 0 8px; color: #fff; }
.banner-home-bottom { clear: both; }
.banner-home-bottom .widget-title { margin-bottom: 45px; }
.banner-home-bottom ul { padding-left: 0; list-style: none; }
.banner-home-bottom li { position: relative; text-align:center; margin-bottom: 30px; }
.banner-home-bottom .des h4 { position: relative; margin: 35px 0 20px; }
.banner-home-bottom .des p { clear: both; margin-bottom: 26px; }
.banner-home-bottom .des a { padding: 0 25px 0 32px; }
.banner-home-top-new .widget-title { margin: 5px 0 10px;}
.banner-home-top-new .widget-title .box-title legend{ position: relative; }
.banner-home-top-new { clear: both; text-align: center; margin: 15px auto 0; }
.banner-home-top-new ul { margin-bottom: 10px; list-style: none; padding-left: 0; }
.banner-home-top-new li {margin-bottom: 10px;}
.banner-home-top-new li a { position: relative; display: block; border: 1px solid #8c8c8c; }
.banner-home-top-new h2 {  }
.banner-home-top-new h2 > span { border-top: 1px solid #8c8c8c; background: #f1f1f1; color: #151515; display: block; font-weight: 600; font-size: 16px; line-height:18px; letter-spacing: 0.05em; padding: 8px 0 8px; }
.banner-home-top-new li a:hover h2 { outline-color: #000; }
.banner-home-top-new li a:hover h2 span { text-decoration: underline;}
.banner-home-top-new li a:hover img { opacity: 0.8; }
.banner-home-top-new li .item_count { color: #878787; margin-bottom: 11px; line-height: 22px; }
.banner-home-top-new li .des { color: #505050; }
.banner-home-top-new img {width: 100%;}
.homepage-tabs-products .nav-tabs { border-top: 1px solid #e9e9e9; border-bottom: 0; margin-bottom: 0; text-align: center; }
.homepage-tabs-products .nav-tabs > li { border-top: 2px solid transparent; margin-right: 30px; float: none; display: inline-block; background: transparent; }
.homepage-tabs-products .nav-tabs > li:last-child { margin-right: 0; }
.homepage-tabs-products .nav-tabs > li:hover,
.homepage-tabs-products .nav-tabs > li.active { border-top: 3px solid #000; margin-top: -1px; }
.homepage-tabs-products .nav-tabs > li > a { border: 0; padding: 24px 0 30px; opacity: .3; }
.homepage-tabs-products .nav-tabs > li > a:hover,
.homepage-tabs-products .nav-tabs > li:hover > a,
.homepage-tabs-products .nav-tabs > li:hover > a:hover,
.homepage-tabs-products .nav-tabs > li.active > a,
.homepage-tabs-products .nav-tabs > li.active > a:hover,
.homepage-tabs-products .nav-tabs > li.active > a:focus { border: 0; padding: 26px 0 30px; opacity: 1; letter-spacing: 0.05em; }
.owl-theme .owl-controls .owl-buttons div { width: 35px; height:35px; z-index: 2; }
.owl-theme .owl-controls .owl-buttons div.owl-prev { background-position: -65px -591px; left: 0;  }
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { background-position: -65px -543px; }
.owl-theme .owl-controls .owl-buttons div.owl-next { background-position: -65px -643px; right: 0; }
.owl-theme .owl-controls .owl-buttons div.owl-next:hover { background-position: -65px -697px; }
.slide_brand .item { text-align: center; }
.slide_brand .item img { max-height: 50px; margin-bottom: 12px; }
.slide_brand .item b { display: block; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: #505050; }
.slide_brand .item:hover b span { border-bottom: 1px solid #505050; }
.slide_brand .owl-controls .owl-buttons div { top: 50%; margin-top: -20px; }
.slide_brand .owl-controls .owl-buttons div.owl-prev { left: -17px; right: auto; }
.slide_brand .owl-controls .owl-buttons div.owl-next { right: -17px; }
#custom_block_categories { margin-bottom: 10px; margin-top: 0px; }
.home-intro-text { margin: 30px auto; padding: 20px 10px; text-align: center; border-top: 1px solid #ca9442; border-bottom: 1px solid #ca9442; }
.instagram-wrapper { padding: 23px 0; background: #eaeaea; color: #000; }
.instagram-wrapper h4 { font-size: 12px; font-weight: 700; line-height: 18px; margin: 0px 0; letter-spacing: 0.05em; text-transform: uppercase; }
.instagram-wrapper p { color: #505050; letter-spacing: 0; background-position: 56px -1450px; }
.instagram-wrapper a { text-align: center; }
.instagram-wrapper a:last-child { text-align: right; }
.instagram-wrapper a:hover span { border-bottom: 1px solid #505050; }
.brands-wrapper { padding: 23px 0; background: #; color: #000; }
.brands-wrapper h4 { font-size: 12px; font-weight: 700; line-height: 18px; margin: 0px 0; letter-spacing: 0.05em; text-transform: uppercase; }
.brands-wrapper p { color: #505050; letter-spacing: 0; background-position: 56px -1450px; }
.brands-wrapper a { text-align: center; margin-bottom: 5px; }
.brands-wrapper a:last-child { text-align: center; }
.brands-wrapper a:hover span { border-bottom: 1px solid #505050; }
#instafeed .owl-item { padding: 0 10px; }
.home-instagram { background: #fff8ee; text-align: center; padding: 54px 0 60px; clear: both; }
.home-instagram .widget-title { margin-bottom: 35px; }
.home-instagram .widget-title h3 { margin: 0; padding: 0 0 19px; font-size: 20px; font-weight: 700; letter-spacing: 0.05em; }
.instagram-des { color: #2d2d2d; letter-spacing: 0.02em; }
.instagram-des span { display: inline-block; margin-right: 7px; width: 16px; height: 16px; line-height: 16px; background: url(//www.themusiczoo.com/cdn/shop/t/59/assets/social.png?v=172999874171776433411726490760) no-repeat -163px -10px; }
.home-instagram .owl-theme .owl-controls .owl-buttons div { margin-top: -14px; height: 33px; width: 33px; top: 50%; }
.home-instagram .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 30px; background-position: -66px -593px; }
.home-instagram .owl-theme .owl-controls .owl-buttons div.owl-next { right: 30px; background-position: -66px -652px; }
.home-instagram a.btn { min-width: 225px; margin-top: 40px; }
#slider{margin-bottom: 30px;}
.footer-top { line-height: 30px!important; letter-spacing: 0.02em; text-align: center; padding: 40px 0; }
.footer-top a { font-weight: 700!important; display: inline-block; position: relative; }
.footer-top a:before { content:''; display: block; position: absolute; top: 9px; right: -20px; width: 7px; height: 11px; background-position: -93px -419px; }
.footer-top a:hover span { border-bottom: 1px solid #fff; }
.footer-top ul { padding:0; list-style: none; }
.template-index .footer-top h2,
.footer-top h2 {font-size: 16px; line-height: 1.25em; font-weight: 700; }
.footer-middle { padding: 25px 0 5px; }
.footer-middle h3 { margin-bottom: 5px; }
.footer-middle h3 > span { display: inline-block; letter-spacing: 0.1em; padding-bottom: 2px; border-bottom: 1px solid transparent; }
.footer-middle .col-1,
.footer-middle .col-2,
.footer-middle .col-3 { float:left; width: 22%; padding: 0 10px; }
.footer-middle .col-4 { float:left; width: 34%; padding: 0 10px; }
.footer-middle .text { float:left; }
.footer-middle .text h3 { margin: 0 0 5px; }
.footer-middle .text h3 img:hover { opacity:1; }
.footer-middle ul { padding:0; list-style: none; }
.footer-middle ul li { margin-bottom: 8px; line-height: 25px; }
.footer-top ul.social { margin: 6px 0px 2px 0px; float:left; }
.footer-top ul.social li { display:inline-block; margin-right:2px; }
.footer-top ul.social li a { display:inline-block; width:36px; height:36px; text-indent:-999em; background: url(/cdn/shop/files/soc-icn.png) no-repeat; background-size: 290px 80px; }
.footer-top ul.social li a:hover { background-position: 0 -44px; }
.footer-top ul.social li.twitter a { background-position: -51px 0; }
.footer-top ul.social li.twitter a:hover { background-position: -51px -44px; }
.footer-top ul.social li.google a { background-position: -102px 0; }
.footer-top ul.social li.google a:hover { background-position: -102px -44px; }
.footer-top ul.social li.instagram a { background-position: -153px 0; }
.footer-top ul.social li.instagram a:hover { background-position: -153px -44px; }
.footer-top ul.social li.rss a { background-position: -204px 0; }
.footer-top ul.social li.rss a:hover { background-position: -204px -44px; }
.footer-top ul.social li.pinterest a { background-position: -254px 0; }
.footer-top ul.social li.pinterest a:hover { background-position: -254px -44px; }
.footer-top .footer-social #___ytsubscribe_0,
.footer-top .footer-social #___ytsubscribe_1 {display:block!important;}
.footer-bottom { border-top: 1px solid #3f3f3f!important; padding-top: 12px; }
.footer-bottom address { color: #ccc; margin-bottom: 14px; line-height: 20px; letter-spacing: .02em; }
.payment-method { padding: 0 4px 0 0; }
.payment-method img{max-width: 34px; max-height: 22px;}
#privacy-terms-links{display: flex; font-size: 11px; margin: 7px 0 20px;}
#privacy-terms-links .copyright {margin-right: 20px;}
#privacy-terms-links .access-link, #privacy-link, #terms-link{margin-right: 20px;}
#privacy-terms-links .access-link:hover, #privacy-link:hover, #terms-link:hover{text-decoration: underline;}
.site-footer { padding: 0 0 20px; }
.site-footer a:hover { text-decoration: none; }
.newsletter { clear:both; }
.footer-top .block-title {text-align: left;}
.newsletter .block-content { min-height: 56px; margin: 0 auto; width: 100%; position: relative;}
.newsletter .block-content .input-group  {display: block; max-width: 350px;}
.newsletter .input-group-field { font-size: 1.5rem; background:none; width: 300px; border:1px solid #3b3b3b; color: #e0e0e0; float:left; margin: 0 5px 10px 0; letter-spacing: 0.02em; }
.newsletter .input-group-btn { float:left; }
.footer-top .footer-social {margin-top: 7px; }
.footer-top .newsletter { margin-top: 5px; }
.footer-top .newsletter .input-group-field { font-size: 1.1rem; width: 100%; background: #ededed; border: 0; height: 46px; float: none; color: #000; padding: 0 98px 0 8px; line-height: 22px; -moz-border-radius: 3px; border-radius: 3px; margin: 0; }
.footer-top .newsletter .input-group-btn { float: none; position: absolute; top: 5px; right: 7px; }
.footer-top .newsletter .input-group-btn .btn { -moz-border-radius: 3px; border-radius: 3px; }
.footer-top .newsletter .block-content-des { margin: 8px 0 12px; line-height: 22px; font-size: 13px; text-align: left; }
.footer-top .footer-card .block-content-des { margin: 4px 0 10px; line-height: 22px; font-size: 13px; text-align: left; max-width: 300px; }
.footer-top .footer-card .block-content a {color: #fcbf45; float: left; font-size: 14px;}
.footer-top .footer-card .block-content a:hover {text-decoration: underline;}
.footer-top .footer-card .block-title span {font-size: 16px; position: relative; top: 5px; left: 5px; color: #fcbf45;}
.footer-top .footer-card img {max-width: 150px; -webkit-filter: brightness(120%);}
.footer-top .footer-card .yt-text {margin-bottom: 5px;line-height: 11px;font-size: 10px;text-align: left;max-width: 300px;}
.footer-middle .footer-question { text-align: center; width: 80%; margin: 0 auto; }
.footer-middle .col-4 .footer-question .block-title .question {font-size: 20px; font-weight: 700; line-height: 25px; color: #fff; text-transform: none; margin-top: 5px;}
.footer-middle .footer-question .block-content-ph .footer-ph {font-size: 18px; color: #fff;}
.footer-middle .footer-question .block-content a {font-size: 15px;}
.footer-middle .block-img {width: 80%; margin: 30px auto 5px; text-align: center;}
.footer-middle .block-img img {max-width: 230px;}
.footer-middle .col-4 p {text-align: center;}
.footer-middle .col-4.last > h4 > span { border-bottom: 0; font-weight: 400!important; padding-bottom:0; letter-spacing: 0.02em; text-transform: capitalize; }
.map {margin-bottom: 30px;}
#contactFormWrapper { padding: 0 1em; max-width: 95%; margin: auto; }
#contactFormWrapper h2 { font-size: 20px; margin-bottom: 15px; color: #635946; }
#contactFormWrapper h4 {margin-bottom: 5px;}
.contact-form p.line { width: 48px; height: 2px; background: #000; margin-bottom: 20px; }
#contactFormWrapper input {margin-bottom: 10px; height: 36px;}
#contactFormWrapper label {margin-bottom: 1px; display: block; padding-left: 5px; }
#contactFormWrapper input[type="text"],
#contactFormWrapper input[type="email"],
#contactFormWrapper input[type="tel"]{width: 100%;}
#contactFormWrapper textarea{ width: 100%; max-height: 132px; }
#contactFormWrapper .btn { margin: 24px 0; display: block; font-size:14px; height: 42px; padding: 0 34px; }
.contact-form .location h4 { font-size: 12px!important; text-transform: uppercase; letter-spacing: 0.05em; margin: 5px 0 20px; color:#000; }
.contact-form .location p {margin-bottom: 20px;}
.contact-form .location p.open-hours { border-top: 1px solid #eaeaea; padding-top: 25px; margin-top: 26px; }
.contact-form p.line { display: none; }
.template-blog .page-header,
.template-article .breadcrumb,
.template-blog .breadcrumb { margin: 5px 0 0; }
.template-article .main-content,
.template-blog .main-content {padding-bottom: 10px;}
.blog-title {margin-bottom: 10px;}
.blog-title h1 { text-transform: capitalize; }
.blog-title .article-cat { font-size: 18px; font-weight: 700; text-transform: capitalize; color: #998f7b; }
.blog-title .addthis_sharing_toolbox {float: right; height: 30px; min-width: 150px;}
.content-blog ul { padding: 1px 0px; list-style: none; }
.content-blog .list-blog > li:first-child { }
.content-blog .list-blog > li { width: 32%; margin: .5%; float: left; min-height: 345px; padding: 8px; background: #fff; border-radius: .4em; border: 1px solid #c2c2c2;}
.content-blog .list-blog h3 { margin: 10px 0 0; height: 76px; overflow: hidden; }
.content-blog .list-blog h3 a {color: #6b4b24;}
.content-blog .list-blog h3 a:hover {color: #848484;}
.content-blog .list-blog .des {height: 220px; overflow: hidden;}
.content-blog .list-blog .des p iframe {max-width: 100%}
.content-blog .list-blog .des p { margin-bottom: 19px; font-size: 1.2em; }
.content-blog .list-blog .des p img { margin-bottom: 5px; }
.content-blog .list-blog .des blockquote {margin-bottom: 36px;}
.content-blog .list-blog .button { margin:10px 0 5px; }
.content-blog .list-blog .button a { font-size: 12px; color: #fff; font-weight: 700; letter-spacing: 0.05em; display: inline-block; border-bottom: 1px solid #006c96; background: #006c96; padding: 8px 25px 8px; }
.content-blog .list-blog .button a:hover { background: #25749b; border-bottom: 1px solid #25749b; text-decoration: none; }
.content-blog .list-blog .des a { color: #006c96; }
.content-blog .list-blog .des a:hover { border-bottom: 1px solid #006c96; }
.content-blog .list-blog .des h2 {font-size: 18px!important; line-height: 22px!important; margin: 15px 0 6px;}
.content-blog .list-blog .blog_desc {height: 88px; overflow: hidden; color: #383838; margin: 0 0 5px;}
.content-blog .user-tags {min-height: 20px;}
.home-top-brands .top-brands .blog-logo-img {margin: -5px 0 5px;}
.home-top-brands .top-brands .blog-logo-img img {max-width:230px;}
.home-top-brands .account-marketing .content-blog {overflow-x: scroll;overflow-y: hidden;}
.home-top-brands .account-marketing .content-blog .list-blog {display:inline-flex;}
.home-top-brands .account-marketing .content-blog .list-blog li {width:15.6%; min-width:187px; min-height:245px;}
.home-top-brands .account-marketing .content-blog .list-blog .des {height:auto; height: 136px;}
.home-top-brands .account-marketing .content-blog .list-blog h3 {font-size:13px;line-height:17px;height:86px;font-weight:600;text-align:center;}
.home-top-brands .account-marketing .content-blog .list-blog .blog_desc {text-align: center;height:84px;color:#6b6b6b;}
.blog_author { color:#404040; margin-bottom: 5px; background: #fff; }
.blog_author a { color:#404040; }
.blog_author .separator { padding: 0 3px; }
.user-tags { display: inline; padding: 0; margin:0; }
.user-tags li {display: inline; }
.user-tags li span { padding: 0 5px; text-transform: uppercase; }
.user-tags li label { text-transform: uppercase; margin-right: 2px; }
.user-tags li label span { padding: 0; letter-spacing: 0.05em; color: #505050; }
.user-tags li a { color: #006c96; text-transform: capitalize; font-size: 12px; letter-spacing: 0.02em; line-height: 22px; }
.user-tags li a:hover { text-decoration: underline; }
.blog-detail {max-width: 1000px; margin: 0 auto 20px;}
.blog-detail .page-header { margin: 5px 0 0 0; }
.blog-detail .page-header h3 { font-size: 16px; text-transform: uppercase; margin-top: 5px; margin-bottom: 2px; color: #000; padding-top: 2px; line-height: 26px;}
.template-article h1 { text-transform: none; letter-spacing: 0; font-size: 24px;}
.blog-detail img {margin-bottom: 15px;}
.blog-detail .rte  { margin-bottom: 20px; background: #fff; padding: 0 10px 10px; border-bottom-right-radius: .3em; border-bottom-left-radius: .3em; }
.blog-detail .rte a { color: #006c96; }
.blog-detail .rte a:hover { border-bottom: 1px solid #006c96; }
.blog-detail .rte h2 {font-size: 18px; line-height: 22px; margin: 15px 0 6px;}
.blog-detail .rte h3,
.blog-detail .rte h4,
.blog-detail .rte h5,
.blog-detail .rte h6 {margin: 30px 0 6px;}
.blog-detail .rte p {margin: 0 0 20px; font-size: 1.2em;}
.blog-detail .rte .article-button {margin: 15px 0; padding: 10px; background: #0e7a57; color: #fff; width: 90%; max-width: 350px; font-size: 16px; font-weight: 700; border-radius: .3em;}
.blog-detail .rte .article-button:hover {background: #118861;}
.blog-detail .rte .article-button a {color: #fff;}
.blog-detail .rte .article-contact {width: 150px; margin: 15px 0; padding: 10px; color: #0e7a57; border: 1px solid #0e7a57; border-radius: .3em; font-size: 16px; font-weight: 700;}
.blog-detail .rte .article-contact:hover {background: #0e7a57; border: 1px solid #0e7a57; color: #fff; text-decoration: none;}
.blog-detail .rte .article-contact > a > span {color:#0e7a57; }
.blog-detail .rte .article-contact > a > span:hover {color: #fff; text-decoration: none;}
.blog-detail .rte .article-contact:hover > a > span {color: #fff; text-decoration: none;}
.blog-detail .rte .article-shop-button {background: #006c96; color: #fff; font-size: 1.2em; padding: 5px 30px; border-radius: .3em;}
.blog-detail .rte .article-shop-button:hover {border-bottom: none;}
.blog-detail .rte ul {list-style: none;}
.blog-detail .rte #ProdVideo {margin-bottom: 15px;}
.blog-detail .addthis  { clear: both; padding: 0px 0;}
.blog-detail .action-btn  { clear: both; padding: 10px 0; }
.blog-detail .action-btn .right { float:right; }
.blog-detail .action-btn .right,
.blog-detail .action-btn .left {display: inline-block; border: 1px solid #0e7a57; padding: 5px; border-radius: .3em; background: #0e7a57; color: #fff; font-weight: 600;}
.blog-detail .action-btn .right:hover,
.blog-detail .action-btn .left:hover {text-decoration: underline;}
.blog-detail #comments  {clear: both; padding-bottom: 112px;}
.blog-detail #comments ul  {list-style: none; padding-left: 39px; }
#comments ul li  {padding-left: 120px; background:url(i-comment.jpg) no-repeat; padding-top: 1px; margin:0 0 60px; min-height: 80px; }
#comments ul li:last-child { margin-bottom: 0; }
.namm-blog .namm-tags li a{font-size: 12px; letter-spacing: .02em; font-weight: 500; text-transform: none;}
.namm-blog .namm-tags li a:hover{text-decoration: underline;}
.namm-blog .namm-tags li { float: left; display: inline; margin-right: 8px;}
.namm-blog .namm-tags {padding-left: 0px; display: inline-block; margin-bottom: 12px; border-bottom: 1px solid #d1d1d1;}
.namm-blog {font-size: 14px; font-weight: 600; color: #cb4919!important; letter-spacing: 0.03em; text-transform: uppercase;}
#add-comment-title,
.title-comment { font-size: 20px; letter-spacing: 0.05em; border-top: 1px solid #e9e9e9; }
.title-comment { padding-top: 25px; margin-top: 30px; margin-bottom: 34px; }
#add-comment-title { margin-top: 45px; padding-top: 28px; margin-bottom: 32px; }
.comment-form label {display: block; margin-bottom: 5px; text-transform: uppercase; font-size: 11px; }
.comment-form .comment-form input { display: block; width: 440px; height: 42px; margin-bottom: 20px; }
.comment-form .btn { padding: 9px 38px; font-size: 12px; }
.message #comment-body { width:500px; margin-bottom: 9px; min-height: 132px; }
.comment-head { color:#848484; padding-bottom: 10px; margin-top: -6px; }
.blog-detail p.note { margin-bottom: 17px; color:#848484; }
#tinymce #email-modal,
#tinymce  #email-modal .modal-window  { display:block !important; }
#email-modal { display:none; height:100%; left:0; position:fixed; top:0; width:100%; z-index:1041; }
#email-modal .modal-overlay { background: rgba(45,45,50,0.8); height:100%; position:absolute; width:100%; }
#email-modal .modal-window { display:none; min-height:640px; margin:0 auto; position:relative; top:50%; margin-top: -320px; width: 538px; }
#email-modal .window-window { position:relative; }
#email-modal .window-window .window-background { opacity: 0.8; filter:alpha(opacity=80);}
#email-modal .window-window .window-content { position:relative; background: #fff; border: 2px solid #474747; box-shadow: 0em 2em 2em #000; }
#email-modal .window-window .window-content .top { text-align: center; }
#email-modal .window-window .window-content .top-banner { text-align: center; padding:6px 0; background: #000 url(/cdn/shop/files/hd.png ) repeat-x scroll center center / 100% 100%; }
#email-modal .window-window .window-content .top-banner img {height: 40px; -webkit-filter: brightness(110%);}
#email-modal .window-window .window-content .top-banner h2 {color: #fff; display: inline; text-transform: uppercase; padding-left: 6px; position: relative; top: 11px;}
#email-modal .window-window .window-content .bottom { padding: 20px 5px 5px; text-align: center; background: radial-gradient(#fff 66%,#cecece 120%); }
#email-modal .window-window .window-content .btn.close,
.close-window,
.close-modal { padding:0; height: 33px; width: 33px; position: absolute; right: -53px; top: -0; z-index: 9; text-indent: -999em; border:0; background-position: 0 -875px; cursor: pointer; filter:alpha(opacity=100); opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */}
#email-modal .window-window .window-content .btn.close:hover,
.close-window:hover,
.close-modal:hover { background-color: #989898 ;}
#email-modal .window-window .window-content .title { position: relative; letter-spacing: 0.05em; line-height: 16px !important; color: #272e31; padding-bottom: 14px; margin-bottom: 10px; text-transform: uppercase; }
#email-modal .window-window .window-content .title:after { content: ''; display: block; width: 60%; height: 2px; background: #ff4500; position: absolute; bottom: 0; left: 20%; }
#email-modal .window-window .window-content .sub-title { margin-bottom: 19px; color: #272e31; font-size: 18px; }
#email-modal .window-window .window-content .message {clear: both;  padding: 10px 0 0 0; margin-bottom: 5px; letter-spacing: 0.02em; line-height: 22px !important; font-weight: 400!important;}
#mce-EMAIL { border:1px solid #000; color:#333; font:11px arial, sans-serif; height:11px; margin:0 !important; padding:8px !important; width:217px; }
#mailchimp-email-subscibe { overflow: hidden;}
#mc_embed_signup { clear:left; overflow: hidden; }
#mc_embed_signup form { width: 100%; position: relative; }
#mc_embed_signup input.input-group-field { display: block; border: 1px solid #dbdbdb; width: 100%; background:#fff; color: #a3a3a3; height: 42px; padding: 5px 10px; }
#mc_embed_signup .input-group-btn{ position: absolute; top: 0; right: 0; }
#mc_embed_signup .input-group-btn .btn { padding: 0 25px !important; height: 42px; }
.modal-window .icon-social {overflow: hidden;}
.rte .icon-social {text-align: center;}
.rte .icon-social li {display: inline-block; float: none;}
.icon-social {}
.icon-social ul { padding: 0; list-style: none; }
.icon-social li{ display: inline-block; margin: 0 9px 0 0; white-space: nowrap;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 36px; height: 36px; }
.icon-social li a {text-indent: -999em; font-size: 0; display: block; height: 36px; width: 36px;}
.icon-social li.social-1 a { background-position: left -1672px; }
.icon-social li.social-2 a { background-position: left -1718px; }
.icon-social li.social-3 a { background-position: left -1766px; }
.icon-social li.social-4 a { background-position: left -1813px; }
.icon-social li.social-5 a { background-position: left -1858px; }
.icon-social li.social-1:hover a { background-position: right -1672px; }
.icon-social li.social-2:hover a { background-position: right -1718px; }
.icon-social li.social-3:hover a { background-position: right -1766px; }
.icon-social li.social-4:hover a { background-position: right -1813px; }
.icon-social li.social-5:hover a { background-position: right -1858px; }
.icon-social li span{color: #013055;}
.icon-social li span span{display: block;}
.icon-social li img{margin-right: 10px; float: left;}
.top-cart .block-content .item .product-name a { color: #000; }
.widget-products .products-grid:after {clear: none;}
.input-group-btn {width:auto;}
.widget-title fieldset.box-title { text-align: center; border-top: 1px solid #e9e9e9;  }
.widget-title fieldset.box-title legend { display:block; width: auto; margin: 0; padding: 0 20px; font-size: 18px; font-weight: 600; letter-spacing: 0.05em; }
.widget-new-product { padding-bottom: 50px; clear: both; }
.products-grid .spr-badge { margin-bottom: 10px; width: 100%; }
.product-shop .spr-badge { padding: 0; margin: 0 0 12px; }
.product-shop .spr-badge .spr-starrating { margin-right: 15px;}
.product-shop .spr-badge .spr-badge-caption { text-transform: lowercase; }
.spr-badge-starrating .spr-icon { font-size: 125% !important; padding: 0 1px;}
.grid-item .product-top { overflow: hidden; max-height: 220px; }
.products-grid { margin: 0 -10px; clear: both; letter-spacing: -0.31em; }
.products-grid p { letter-spacing: normal; }
.products-grid .grid-item { position: relative; float: none; vertical-align: top; text-align: center; display: inline-block; padding: 0px 3px 0px; background: #fff; border-radius: .4em; border: 1px solid #c2c2c2;}
.products-grid .grid-item .product-bottom { position: relative; z-index: 2; padding: 5px 1px 2px; }
.products-grid .grid-banner-item .bottom {padding: 5px 2px 2px;}
.products-grid .grid-item .product-grid-image  {text-align: center; display: block;}
.products-grid .grid-item #product-actions {margin: 0;}
.products-grid .product-des { text-align: center; position: absolute; left: 0; top: 94px; bottom: 0; width: 100%; opacity: 0; filter: alpha(opacity=0); }
.products-grid .grid-item:hover .product-des { opacity: 1; filter: alpha(opacity=100); }
.products-grid .product-des .action { position: absolute; bottom: 14px; left: 0; right: 0; }
.collection-grd-wht .products-grid .grid-item {padding-top: 5px;}
.related-products .products-grid .grid-item {max-width: 203px; min-width: 182px;}
.template-article .related-products .products-grid .grid-item {min-width: 143px;}
.products-grid .grid-item,
.products-grid.product-perrow-1 .grid-item { width: 100%; }
.products-grid.product-perrow-2 .grid-item { width: 50%; }
.products-grid.product-perrow-3 .grid-item { width: 32%; border: 1px solid #2e2e2e; background: #111111; margin: 5px 1.3% 5px 0px; padding-top: .8em;}
.products-grid.product-perrow-4 .grid-item { width: 25%; }
.products-grid.product-perrow-5 .grid-item { width: 19.75%; margin-right: .25%; margin-bottom: .25%; }
.grid-item #add-to-cart {display: block; width: 100%; text-align: center; height: 42px; line-height: 42px;-webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
.hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity:0; filter:alpha(opacity=0); }
.products-grid .hover { border: 1px solid rgba(0,0,0,.25); -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1); -moz-box-shadow: 0 0 30px rgba(0,0,0,.1); box-shadow: 0 0 30px rgba(0,0,0,.1); z-index: 1; }
.grid-item > a:hover > .product-bottom > .product-title > h3,
.grid-item:hover > div > a > div > h3,
.list-blog > li > a:hover > h3,
.grid-banner-item > .bottom > a:hover > h2,
.grid-item:hover > div > a > div > h2,
.grid-item > div.product-bottom > div.product-title > a:hover > h3,
.grid-item > a:hover > .product-bottom > .product-title > h2 {color: #006c96;}
.product-title,
.product-title h3,
.product-name a { color: #000; line-height: 16px!important; font-weight:600!important; letter-spacing: 0.01em; display: block; text-decoration: none!important; }
.price-box { font-size:14px!important; font-weight: 700; line-height: 22px !important; display: block; margin-bottom: 5px; color: #006600; margin-top: 5px; height: 30px;}
.price-box span.money {font-size: 17px; font-weight: 700;}
.template-collection span.money {color: #006600;}
.related-products .product-bottom .price-box {height: 30px; margin-bottom: 0;}
.related-products span.money {color: #006600;}
.price-box span.collection-item-finance-line { display: block; color: #151515; margin-top: 5px; font-weight: 500; line-height: 18px; }
.price-box span.collection-item-finance-line strong { color: #ff7800; margin-left: 2px; }
.price-box span.collection-item-finance-line strong span.money { font-size: 14px; margin-right: 0px; }
.grid-banner-item span.collection-item-finance-line {color: #006c96; margin-top: 11px; line-height: 30px;}
.apply-now {color: #006c96; margin-left: 6px;}
.apply-now:hover {color: #006c96; margin-left: 6px; text-decoration: underline;}
.price-box span.collection-item-sale-line { display: inline-block; color: #151515; margin-top: 5px; font-weight: 500; }
.price-box span.collection-item-sale-line strong { color: #F00; margin-left: 2px; }
.price-box span.collection-item-sale-line strong span.money { font-size: 14px; margin-right: 0px; }
.price-box .collection-item-sold-line {display: block; color: #006c96; }
.price-box .collection-item-sold-line:hover {text-decoration: underline;}
.price-box em { font-size: 14px !important; letter-spacing: 0.02em; font-style: italic!important; color: #878787; }
.old-price,
.old-price .money {font-size: 14px!important; margin-right: 5px;}
.compare-price:not(:empty) {margin-right: 0px;}
.product-label { position: absolute; top: 5px; left: 8px; }
.product-label strong { font-size: 1em; font-weight: 500; line-height: 16px; letter-spacing: 0.08em; display: inline-block; color: #fff; padding: 0 3px; background: #ac1111; margin-bottom: 3px; float: left; clear: both; border-radius: .3em;}
.product-label strong.sold-out-label { background-color: #3d3c3c; border: 1px solid #555353; color: #f3f3f3; }
.template-product .product-detail-top .product-img-box .product-label-itm {position: absolute; top: 144px; left: 649px;  z-index: 2;}
.template-product .product-detail-top .product-img-box .product-label-itm strong {font-size: 1.2em; font-weight: 700; line-height: 1.5em; letter-spacing: 0.05em; text-transform: uppercase; display: inline-block; color: #fff; padding: 0 4px; background: #cb1515; margin-bottom: 3px; float: left; clear: both; border: 1px solid #cfcfcf;}
.product-title-box .title {font-size: 28px; margin-bottom: 8px; line-height: 30px; display: block; width: 100%; padding-top: 10px;}
.template-product .product-img-gallery {max-height: 725px; background: #fff; border: 1px solid #c2c2c2; border-radius: .4em; padding-top: 10px;}
.pre-order {color: #147369;}
.open-box {color: #147369;}
.pre-order-bold{color: #147369; font-weight: 700;}
.template-product .product-infor-row .product-infor .open-box,
.template-product .product-infor-row .product-infor .pre-order {font-weight: 600; margin-right: .8em; font-size: 1.1em;}
#sold-archive .price-box {color: #3f804a; height: 60px;}
#sold-archive .mobile-option-sidebar {display: none;}
.swiper-slide {background-size: contain;background-position: center;background-repeat: no-repeat;}
.gallery-top {height: 84%;width: 100%;}
.gallery-top:hover {cursor: zoom-in;}
.gallery-thumbs {box-sizing: border-box;height: 64px;max-width: 420px;width: auto;}
.gallery-thumbs:hover {cursor: pointer;}
.swiper-pagination {background-size: contain;background-position: center;background-repeat: no-repeat;}
.products-grid .owl-item .grid-item:hover .product-label { }
.template-collection .product-label { left: 10px; top: 11px; }
.product-list { margin-bottom: 15px; }
.product-list .grid-item { width: auto; float: none; margin: 12px 0 0px 0; clear: both; position: relative; overflow: hidden; border-top: 1px solid #3c2d0c; padding-top: 15px; text-align: left; }
.product-list .grid-item:first-child { padding-top: 0; margin-top: 0; border-top: 0;}
.product-list .product-details { overflow: hidden; }
.product-list .product-list-thumb { display: block; float: left; max-width: 270px; position: relative; max-height:270px; }
.product-list .product-list-thumb img{max-height:270px;}
.product-list .short-description { margin-bottom: 10px; color: #787878; }
.product-list .action { margin-right: 30px; float: left; }
.product-list .grid-item #add-to-cart{width: auto;}
.product-list .product-label{ left: 0; right: auto; top: 0;}
.product-list .product-label strong { float: left; }
.product-list .spr-badge { margin: 0 0 10px; padding: 0; }
.product-list .spr-badge:after {clear: none;}
.list-category { letter-spacing: -0.31em; }
.list-category p { letter-spacing: normal; }
.list-category .grid-item { margin: 20px 0; float: none; vertical-align: top; text-align: center; display: inline-block; }
.list-category .grid-item:hover {opacity: .8;}
.list-category .grid-item:after { content: ''; display: block; clear: both; }
.list-category .grid-item .product-top { overflow: visible; position: relative; }
.list-category .grid-item .product-top:before { width: calc(100% - 4px); margin-left: 2px; bottom: -4px; }
.list-category .grid-item .product-top:after { width: calc(100% - 10px); margin-left: 4px; bottom: -7px; }
.list-category .collection-title-wrapper {border: 1px solid #c2c2c2; background: #fff;}
.list-category .view { opacity: 0; filter: alpha(opacity=0); text-indent:-999em; display:block; width: 35px; height: 35px; background-position: -65px -789px; position:absolute; left:50%; top:50%; margin:-18px 0 0 -18px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; overflow:hidden; }
.list-category .view:hover { background-color: transparent !important; border: 0; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
.list-category .grid-item:hover .view { opacity: 1; filter: alpha(opacity=100); }
.collection-title h3 a { display: block; color:#000; text-transform: uppercase; text-decoration: none; font-size: 14px; letter-spacing: 0.05em; }
.collection-title .count-products { color: #878787; margin-bottom: 14px; line-height: 22px; }
.collection-title p.desc,
.collection-title a.btn { display: none; }
.toolbar { position: relative; float: left; width: 100%; display: block; text-align: right; margin-bottom: 4px; }
.toolbar.toolbar-bottom { margin-top: 1.2em; line-height: 25px!important; font-size: 13px; text-align: left; }
.toolbar-bottom .padding {padding-top: 1px;}
.toolbar.toolbar-bottom .page-total { font-weight: normal; text-transform: none; text-align: center; }
.toolbar label { color: #000; letter-spacing: 0.02em; margin: 0 5px 0 0; }
.toolbar .view-mode { text-align: left; display: inline-block; }
.toolbar .view-mode label { border-right: 1px solid #cbcbcb; padding: 16px 20px; margin: 0 20px 0 0; display: none; }
.toolbar .btn-group label { margin-top: 11px; float:left; font-size: 11px !important; font-weight: 700!important; text-transform: uppercase; }
.toolbar .btn-group { text-align: left; }
.toolbar button { color: #66787f; text-transform: uppercase; padding: 0; text-align:left; font-weight: 400; letter-spacing: 0; }
.toolbar button.btn-hover { color: #c40000; position: relative; z-index: 2; }
.toolbar button.btn-hover:before { background: #fff;  border-right: 1px solid #dfe4e6;  content: "";  height: 91px;  position: absolute;  right: -30px;  top: -40px;  width: 119px;  z-index: -1;}
.toolbar .right button.btn-hover:before  {right: auto; left: -30px;border-left: 1px solid #dfe4e6; border-right: none;}
.toolbar .collection-filter-btn,
.toolbar .collection-filter-btn .icon-drop {height:0;width:0;border:5px solid transparent;border-top-color:#7a8e95; display: inline-block;vertical-align:middle; margin-left: 7px; text-indent: -999em;cursor: pointer; margin:3px 3px 0 10px; padding: 0; background: none; }
.toolbar .collection-filter-btn.btn-hover .icon-drop {border-top-color:#c40000;}
.toolbar .grid,
.toolbar .list { width:14px; height:15px; text-indent: -999em; display: inline-block; background-position: 0 0; line-height: 10px; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;letter-spacing: 0.05em; }
.toolbar .grid {margin-right: 17px;}
.toolbar span.grid {background-position: 0 -599px; color: #c40000;}
.toolbar a.grid {background-position: 0 -640px;}
.toolbar a.grid.active,
.toolbar a.grid:hover {background-position: 0 -599px; text-decoration: none;color: #c40000;}
.toolbar a.list {background-position: 0 -706px;}
.toolbar a.list.active,
.toolbar a.list:hover {background-position: 0 -674px; text-decoration: none;color: #c40000;}
.toolbar span.list {background-position: 0 -768px;color: #c40000;}
.toolbar .btn-group.filter-show { margin-left: 40px; }
.toolbar .filter-show button.dropdown-toggle { width: 80px; }
.toolbar .filter-sortby .dropdown-toggle {background: #fff;}
.toolbar .filter-show.open .dropdown-menu { min-width: 80px; }
.toolbar button.dropdown-toggle { float:none; border-bottom: 1px solid #ececec; color: #505050; background: #f8f8f8; line-height: 27px!important; padding: 0px 50px 0 10px; position: relative; text-transform: capitalize; width: 210px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.toolbar button.dropdown-toggle:after { content: ""; width: 36px; height: 35px; position: absolute; right: 0; top: 0; }
.toolbar button.dropdown-toggle:before,
.toolbar button.dropdown-toggle:before { position: absolute; right: 14px; top: 11px; width: 0; height: 0; border: 4px solid transparent; border-top-color:#000; content: ""; }
.toolbar .btn-group.open .dropdown-toggle {}
.toolbar .btn-group.open .dropdown-toggle:before { border-top-color:transparent; border-bottom-color:#000; margin-top: -5px; }
.toolbar .btn-group.filter-sortby { border: 1px solid #c2c2c2; border-radius: .3em; }
.toolbar .open .dropdown-menu { display: block; left: auto; right:0; min-width: 210px; }
.toolbar .open .dropdown-menu li.active { margin:0; }
.dropdown-menu > li > a { color: #505050; font-size: 12px; text-transform: capitalize; padding: 3px 10px; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color: #f5f5f5; color: #66787f;}
.infinite-scrolling ,.infinite-scrolling-homepage {text-align: center; clear: both;}
.template-product .hdr-style {border-bottom: 1px solid #dedede; margin-bottom: 10px;}
.template-product .product-detail-top .col-md-5 {padding-left: 40px;}
.product-shop .col-md-8 { }
.product-shop .product-title { margin-bottom: 2px; }
.product-shop .product-title.has-btn { position: relative; }
.product-shop .product-title a { margin-bottom: 10px; line-height: 30px; text-decoration: none; font-size: 23px;}
.product-shop .product-title h2:first-letter,
.product-shop .product-title a:first-letter { text-transform: uppercase; }
.product-shop .product-infor { overflow: hidden; float: left; width: 300px; }
.product-shop .product-infor label { font-size:11px; font-weight: 600; text-transform:uppercase; min-width: 105px; padding-right:1px; margin: 0; }
.product-shop .product-infor p { margin-bottom: 5px; }
.product-infor label { color: #151515; font-weight: 500;}
.product-infor a { color: #006c96; }
.product-infor a:hover {text-decoration: underline;}
.product-shop .product-title a.btn { display: block; text-indent: -999em; width: 10px; height: 15px; padding: 0; background-position: 0 -751px; border: 0; position: absolute; top: 7px; right: 35px; }
.product-shop .product-title a.btn.next { background-position: 0 -814px; right: 0; }
.product-shop .product-infor .product-inventory label {font-size: 14px; font-weight: 500; }
.product-infor-row .product-inventory {font-size: 16px; margin-right: 1em; float: left;}
.product-infor {display: inline; padding-top: 1px;}
#product-variants { padding-bottom: 5px; }
#product-variants #product-selectors {width: 100%;}
.total-price label { margin: 0 5px 0 0; }
.product-shop .total-price { clear: both; margin-bottom: 22px; }
.product-shop .total-price > span { font-size: 20px; font-weight: 700; color: #000; letter-spacing: -0.02em; line-height: 25px; }
#addToCartForm #product-add-to-cart {display: block; margin-bottom: 20px;}
#addToCartForm #quantity { width: 100px; margin-bottom: 20px; }
#productPrice span,
.product-shop .short-description { margin-bottom: 20px; }
#add-to-cart-form strong.h2{margin-bottom: 20px; display: block; margin-top: 14px;}
.product-detail-top-form .price { background-color: #fff; font-size: 16px; color: #006600; padding-left: 3px }
.product-shop .old-price { margin-right: 10px; }
label[for="quantity"] {display: block; font-weight: 700; margin-bottom: 5px; font-size: 11px; text-transform: uppercase; }
.breakdownRow {display: flex; justify-content: space-between;}
.product-shop .short-description { margin-bottom: 12px; }
.quick-view .product-shop .btn,
.product-shop #add-to-cart-form .btn { height: 48px; float: left; clear: both; width: 100%; }
.product-shop .tags { margin-bottom: 20px; clear: both; }
.product-shop .tags a { padding-right: 7px;}
.product-shop .tags .icon-tags { text-transform: uppercase; padding-right: 7px; }
.product-shop .tags span { padding-right: 7px; }
.product-shop .tags span:nth-child(1) { display: none; }
.product-shop .tags span:nth-of-type(1) { display: none; }
.product-shop .product-description { padding: 0; }
.share_toolbox { clear:both; border: 1px solid #e3e3e3; border-width: 1px 0; overflow: hidden; padding: 10px 0; margin-bottom: 15px; }
.share_toolbox p { float: left; color: #969696; margin: 0; }
.share_toolbox p strong { font-weight: 500; }
.share_toolbox ul { float: right; margin: 0; line-height: 18px; list-style: none; padding-left: 0; }
.share_toolbox ul li { display: inline-block; padding: 0 0 0 12px; margin: 0; }
.detail-top-form-mobile{display: none;}
.product-photo-container-wrap {background: #fff; border: 1px solid #c2c2c2; border-radius: .4em; padding: 10px 0; margin-bottom: 5px;}
.product-img-box { margin-bottom: 20px; }
.product-img-box .product-photo-container { overflow: hidden; text-align: center; }
.product-img-box .product-photo-thumbs li { margin: 0; }
.product-img-box .product-photo-thumbs.owl-theme li { padding: 0 5px; width: 100%; margin-bottom: 10px;}
.product-img-box .product-photo-thumbs li a { display: block; }
.more-view-wrapper { margin: 25px 0 0; }
.more-view-wrapper.more-view-wrapper-owlslider li { float: center; bottom:0; vertical-align: bottom;  }
.more-view-wrapper .owl-theme .owl-controls { height: 55px; margin-bottom: 10px; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div { top: auto; bottom: 0; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 50%; margin-left: -43px; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover { background-color: transparent !important; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next { right: 50%; margin-right: -43px; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover { background-color: transparent !important; }
.product-img-box.has-jcarousel .product-photo-container { float: left; width: 80%; top:25px;  }
.product-img-box.has-jcarousel .more-view-wrapper { float: right; margin: 0; }
.product-img-box.has-jcarousel .product-photo-thumbs li { margin: 0 0 15px; }
.rondell-theme-light .rondell-item {opacity: 1 !important;}
.lg-outer.lg-thumb-open .lg-thumb-outer {display: none;}
.lg-backdrop {background: #000000ed!important;}
.lg-toolbar .lg-icon:hover {color: #999!important;}
.more-view-wrapper ul { padding: 0; list-style: none; }
.more-view-wrapper-jcarousel .product-photo-thumbs li {padding: 0; margin: 0 0 20px; }
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical { width: 15px; height: 10px; top: 30px; left: 50%; margin-left: -8px; background-position: 100% -456px;z-index: 2;}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-vertical { width: 15px; height: 10px; bottom: 30px; left: 50%; margin-left: -8px; background-position: 100% -523px;z-index: 2;}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled,
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-disabled {display:none}
.quickview-more-views,
#more-view-carousel { padding: 0; margin: 0; }
.more-view-wrapper .jcarousel-clip-vertical { width: 55px; height: 346px;}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled,
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-disabled {display:none!important}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-vertical { bottom: 0;}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical {top: 0;}
.more-view-wrapper .jcarousel-container { padding: 20px 0; }
.quick-view .product-img-box.has-jcarousel .product-photo-container { width: 280px; }
.at-share-tbx-element { display: none; }
.at-share-tbx-element:first-child { display: block; }
.selector-wrapper { padding-bottom: 20px;}
.selector-wrapper select{ height: 30px; padding: 4px; min-width: 100px;}
.selector-wrapper label { color: #505050; font-size: 13px; display: block; margin-bottom: 2px;}
.button.inc,
.button.dec { float: left; width: 35px; height: 36px; border: 1px solid #cbcbcb; cursor: pointer; background-position: 12px -923px; text-indent: -999em; }
.button.dec { border-right: 0;  }
.button.inc { border-left: 0; background-position: 12px -965px; }
.product-shop .quantity,
.product-shop #quantity { float: left; width: 120px; height: 36px; }
#quantity {width: 100px; margin-bottom: 23px;}
label[for="productSelect"] {margin-bottom: 10px;}
.quantity select {height: 30px; padding: 4px; }
.panel-group { clear: both; margin-top: 14px;}
.nav-tabs { border-bottom: 1px solid #d0d0d0; text-transform: uppercase; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 26px; }
.nav-tabs > li { background: #fafafa; margin: 0 -1px 0 0; }
.nav-tabs > li > a { font-weight: 700; color: #000; text-transform: uppercase; letter-spacing: 0.05em; margin: 0; border: 1px solid #d0d0d0; border-bottom:0; padding: 14px 25px 10px; -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; border-radius:0; -webkit-transition: none; -moz-transition: none; -o-transition: none; }
.nav-tabs > li:hover,
.nav-tabs > li.active { border-top: 2px solid #000; }
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a { padding-bottom: 11px; padding-top: 13px; margin-bottom: -1px; }
.nav-tabs > li > a:hover,
.nav-tabs > li:hover > a,
.nav-tabs > li:hover > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { border: 1px solid #c8c8c8; border-width:0 1px; color: #000; }
.nav > li > a:hover,
.nav > li > a:focus { background: #fff; color: #000; }
.tab-content h4 { font-size:12px; font-weight: 700; padding: 0 0 15px; margin:0; }
#collapse-tab1 p { margin-bottom: 24px; }
#collapse-tab1 ul,
#collapse-tab1 ol  { margin: 13px 0 24px; }
#collapse-tab1 ul li { list-style: circle; }
#collapse-tab1 li { line-height: 22px; }
.tab-content blockquote { font-style: normal; border: 0; padding: 0; margin: 0; line-height: 20px; }
.panel-group .spr-container { border: none; padding: 0 !important; }
.panel-group .spr-container h2.spr-header-title { display:none; }
#shopify-product-reviews { margin:0; padding: 10px 0; }
.panel-group .spr-summary-starrating,
.panel-group .spr-summary-caption { margin: 11px 20px 10px 0; display: inline-block; }
.panel-group .spr-review, .tab-content .spr-form { border-top: 1px solid #e9e9e9!important; margin-top:27px; padding-top: 27px; padding-bottom: 0; }
.panel-group .spr-review:first-child { margin-top:42px; }
.panel-group .spr-review .spr-review-header-title { font-size:14px; font-weight:700; margin-bottom: 3px; color: #000; }
.panel-group .spr-review .spr-review-header-byline { font-style: normal; font-size: 12px; margin-bottom: 8px; opacity: 0.6; }
.panel-group .spr-review .spr-review-header-byline strong { font-weight: normal; }
.panel-group .spr-review .spr-review-content { margin-bottom: 11px; }
.panel-group .spr-review .spr-review-content p { margin: 0; }
.panel-group .spr-form-title { text-transform: uppercase; font-size:18px; font-weight: 700; letter-spacing: 0.02em; color: #000; margin-bottom: 19px; }
.panel-group .spr-form-label { display:block; font-size:11px; text-transform: uppercase; margin-bottom:5px;  }
.panel-group .spr-form-contact-name { margin-bottom: 16px; }
.panel-group .spr-form-review-rating .spr-form-label { display:inline-block; margin-right:20px;}
.panel-group .spr-form-review-rating .spr-starrating { display:inline-block; line-height: 25px; }
.panel-group .spr-form-input-text,
.panel-group .spr-form-input-email { max-width: 370px; width: 100%; clear:both; }
.panel-group .spr-form-input-textarea { max-width: 670px; width: 100%; clear:both; }
.panel-group .spr-form-actions { max-width: 670px; width: 100%; }
.spr-review-header .spr-review-header-starratings { margin: 0 0 9px; }
.spr-icon { color: #000; }
.spr-icon.spr-icon-star-empty { color: #cacaca; }
.panel-group .spr-review-reportreview { float: left; color: #c40000; }
.product-shop .selectize-input { padding: 0 12px !important; min-height: 34px !important; border-color:#ca9442!important; -webkit-border-radius:0 !important;  -moz-border-radius:0 !important; -ms-border-radius:0 !important; -o-border-radius:0 !important;  border-radius:0 !important;}
.product-shop .selectize-input.full { width: 100%;}
.product-shop .selectize-input > * { line-height: 36px; }
.product-shop .selectize-control.single .selectize-input:after { border-width: 4px 4px 0!important; border-top-color: #000!important;  right:14px!important; top:20px!important; }
.product-shop .selectize-control.single .selectize-input.dropdown-active:after { border-width: 0 4px 4px!important; border-bottom-color: #000!important; margin-top:-2px!important; }
.product-shop .selectize-control.single .selectize-input:before { position:absolute; content:''; width: 36px; height:36px; border-left:1px solid #cbcbcb; right:0; top:0; }
[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {font-size: 100% !important;}
#also-like{text-align: center; margin-bottom: 15px;}
.ups-prod{margin-bottom: 15px;}
.ups-prod-img-wrapper{width: 220px; margin: 0px auto;}
.ups-prod-title{margin-top: 5px; width: 100%; text-align: center; font-size: 15px; font-weight: 500;}
.ups-prod-price-wrapper{width: 100%; text-align: center; }
.ups-prod-price-wrapper h5 {font-weight: 700 !important; font-size: 16px !important;}
#collection-sidebar-banner-block{width: 95%; margin: 0px auto;}
.template-cart .cart-related {margin-top: 30px; padding-top: 20px; }
.template-article .related-products {border-top: 1px solid #ca9442; padding: 25px 0 0; margin: 20px 0 0;}
.template-index .related-products {padding:8px 0 4px;}
.related-products { overflow: hidden; padding: 15px 0 10px; margin-left: -1px; text-align: center; }
.home-intro-image h2,
.related-products h2 { display: inline; }
.related-products .products-grid {margin: 10px 0px 0px; display: flex; overflow-x: scroll; overflow-y: hidden;}
.related-products .products-grid .grid-item { margin-bottom: 20px; border: none; }
.related-products .owl-theme .owl-controls .owl-buttons div { top: -45px; }
.related-products .products-grid .grid-item .product-top {border: 1px solid #dedede; border-bottom: none; border-top-right-radius: .4em; border-top-left-radius: .4em;}
.related-products .products-grid .grid-item .product-bottom {border: 1px solid #dedede; border-top: none; border-bottom-right-radius: .4em; border-bottom-left-radius: .4em; }
.rel-prod-title {display: inline; font-size: 20px; line-height: 25px; font-weight: 700; margin: 0; padding: 0;}
.home-intro-text .rel-prod-link,
.rel-prod-link {color: #006c96; margin-left: .6em; font-size: 1.1em;}
.rel-prod-link:hover {text-decoration: underline;}
.rel-prod-p {margin:10px 0; color: #6b6b6b;}
.home-top-brands {background: #f1f1f1;}
.home-top-brands .top-brands {text-align: center; padding: 20px 0 10px;}
.template-index h2 {font-size: 18px; line-height: 22px; font-weight: 600;}
.home-top-brands .tb-title {color: #151515; display: inline; font-size: 18px; line-height: 22px; font-weight: 600;}
.home-top-brands .acct-mkt-img {background: #fff; border: 1px solid #8c8c8c;}
.home-top-brands .account-marketing .acct-mkt-btn {background: #fff; color: #151515; border: 1px solid #fff; line-height: 20px; display: block;}
.recently-viewed-products .product-bottom {display: none;}
.recently-viewed-products { padding: 15px 0 35px; clear:both; display: none; position: relative; width: 100%; overflow: hidden; }
.recently-viewed-products .rec-view-title { display: block; text-align: center; padding: 10px 0; font-size: 20px; line-height: 25px; font-weight: 700; margin: 0; }
.recently-viewed-products .product-title,
.recently-viewed-products .price-box{ max-height: 45px; overflow: hidden; }
.recently-viewed-products .old-price { display: none; }
.recently-viewed-products .product-title:hover { text-decoration: underline!important; }
.recently-viewed-products .products-grid .owl-item .grid-item { margin-bottom: 0; background: none; border: none; }
.recently-viewed-products .products-grid .grid-item .product-top { margin-bottom: 14px; border: 1px solid #c2c2c2; }
.recently-viewed-products .price-box,
.recently-viewed-products .spr-badge { margin: 0 0 10px; }
.recently-viewed-products .product-bottom .action { opacity: 0; filter: alpha(opacity=0); }
.recently-viewed-products .grid-item:hover .product-bottom .action { opacity: 1; filter: alpha(opacity=100); }
.recently-viewed-products .owl-theme .owl-controls .owl-buttons div { top: -43px; }
.template-customers-account .recently-viewed-products {right: 10px; padding-left: 5px; padding-right: 5px; padding-bottom: 0; margin-bottom: 10px;}
.template-customers-account .recently-viewed-products h2 {padding: 5px 0 5px;}
.template-customers-account .recently-viewed-products .grid-item:first-child {padding-bottom: 15px!important;}
.template-cart .page-header { overflow: hidden; margin: 10px 0 20px; }
.template-cart .page-header h1 { float: left; font-size: 20px; letter-spacing: 0.02em; line-height: 30px; }
.template-cart a.continue { font-weight: 600!important; letter-spacing: 0.05em; float: right; padding: 5px 10px 0 0; color: #006c96; }
.template-cart a.continue:hover {text-decoration: underline;}
.wrapper-cart { overflow-x: auto; overflow-y: hidden; width: 65%; }
.cart-title h2,
.cart-row .total-price h3 { font-weight: 700!important; border-bottom: 1px solid #dedede; padding: 5px 10px 5px; letter-spacing: 0.05em; margin-bottom: 15px; }
.cart-list { padding: 0; list-style: none; }
.cart-list li { overflow: hidden; border-bottom: 1px solid #dedede; padding-bottom: 15px; margin-bottom: 15px; }
.cart-list li:last-child {border-bottom: none;}
.cart-list a.product-img { float: left; width: 30%; padding-right: 10px; }
.cart-list .product-details { float: left; width: 70%; padding-top: 10px; }
.cart-list .product-name { display: block; letter-spacing: 0.03em; margin-bottom: 10px; }
.cart-list .product-name:hover { color: #ff7800; }
.cart-list p.size { color:#615641; font-size: 14px; }
.cart-list p.vendor { color:#615641; font-size: 14px; }
.cart-list p.price { margin-bottom: 12px; }
.cart-list .price { font-size: 14px; font-weight: 600; line-height: 25px!important; letter-spacing: .05em; }
.cart-list .quantity label { font-size: 11px!important; line-height: 25px!important; margin-bottom: 0px; display: block; text-transform: uppercase; }
.cart-list input.qty { width: 110px; margin-right: 5px; }
.cart-list input.update,
.cart-list a.remove { font-weight: 600!important; letter-spacing: 0.05em; }
.cart-list a.remove { color: #707070; border-color: #707070; display: inline-block; }
.cart-list input.update { border: 0; background: none; padding: 0; color: #006c96; margin-right: 25px; }
.cart-list input.update:hover,
.cart-list a.remove:hover { border-bottom: 1px solid; text-decoration: none; }
.cart-list .prodpricewrap {margin: 20px 0 0;}
.cart-list .freeshipwrap {margin: 5px 0 0}
.cart-list .prodwrapa .freeshippingtext, 
.cart-list .freeshippingtext,
.cart-list .prodwrapa .assurancetext {color: #0f7a56; font-size: 11px; margin-right: 2px;}
.cart-list .custom-note {font-size: 11px; background: #fff7ed; padding: 5px;}
.cart-list .preorder {padding-left: 0; margin: -5px 0 10px;}
.cart-loop-setup {max-width: 460px; margin: 20px auto 0;}
#synchrony-div { margin-top: 20px; width: 50%; font-size: 18px; font-weight: 700; }
#synchrony-form { width: 100%; }
.synchrony-apply { width: 100%; height: 50px; background-color: #0e7a57; color: #FFFFFF; border: none; border-radius: .3em;}
.synchrony-apply:hover { opacity: 0.85; }
#review-our-store .mz-card-content .promo-img-wrapper {height: 60px;}
#review-our-store .mz-card-content .promo-col div {text-align: center; padding: 5px;}
#review-our-store .mz-card-content .promo-img-wrapper img {max-height: 100%;}
#review-our-store .col-md-8 a {color: orange;}
#review-our-store .col-md-8 {padding-bottom: 50px;}
#mc_embed_signup input {border-color: #555555!important;}
.rev-button {display: block; width: 80%; background-color: #0e7a57; color: #fff; border: none; border-radius: .3em; margin: 10px auto; padding: 5px 0;}
.rev-button:hover, .rev-button:focus {color: #fff; opacity: 0.9;}
.cart-row { width: 35%; }
.cart-row h3 .money { font-size: 32px;font-style: normal;  text-align: right; font-weight: bold;}
.cart-row .total-price { margin-bottom: 10px; }
.cart-row .total-price .price { font-size: 20px; font-weight: 700; margin: 23px 0 10px; }
.cart-row .cart-text { color: #707070; font-size:11px; font-weight: 600; letter-spacing: 0.02em; margin: 0 0 5px; }
.cart-row .cart-text-spec {color: #0f7a56; font-size: 12px;}
.cart-row .freeshipnote {margin: 10px 0 0; padding-top: 5px; border-top: 1px solid #dedede;}
.cart-row .freeshipnote a:hover {text-decoration: underline;}
.cart-row .cart-additional { color: #707070; margin: 30px 0 10px; }
.cart-row .btn { width:100%; height: 52px; background: #0071E3; border-color: #0071E3; font-size: 16px; margin: 10px 0 0; }
.cart-row .btn:hover {background: #0077ED; border-color: #0077ED; }
.cart-row .clearfix .btn {background: #0e7a57; border-color: #0e7a57; }
.cart-row .clearfix .btn:hover {background: #FF5600; border-color: #FF5600; }
.cart-row .btn-secondary{ display: block; float: right; }
.cart-row label.add-comments { display: block; font-weight: normal; margin: 30px 0 5px; }
.cart-row label.add-comments span:first-child { background: #fd3905; color:#fff; font-size: 10px; font-weight: 700; padding: 1px 5px; margin-right:5px; text-transform: uppercase; border-radius: .3em; }
.cart-row textarea { height: 112px; width: 100%; margin-bottom: 14px; border-color: #cbcbcb; }
.cart-row .prodspecialbanner {border-radius: 6px; margin-bottom: 14px; margin-top: 24px;}
.cart-row .additional-checkout-button--paypal-express {width: 100%!important; }
.cart-row .additional-checkout-button--paypal {width: 100%!important; }
iframe.xcomponent-component-frame { z-index: 0 !important; }
.cart-row .additional-checkout-button--amazon {width: 100%!important; }
.cart-row .additional-checkout-button__logo img {height: 1.6em!important;}
.cart-row .additional-checkout-button + .additional-checkout-button {margin-left: 0px!important; width: 100% !important;}
.cart-row .additional-checkout-button--apple-pay {width: 100%!important; padding: 14px 0!important;}
.cart-row .additional-checkout-button--google-pay {width: 100%!important;}
.cart-row .additional-checkout-button--amazon img {height: 3.4em!important; padding: 10px 0!important;}
.cart-empty {font-size: 18px; text-align: center; margin: 30px 0; height: 70px; }
.cart-empty-shop {font-size: 16px; color: #fff; font-weight: 600; background: #0e7a57; padding: 10px; border-radius: .4em;}
.cart-empty-shop:hover, .cart-empty-shop:focus {color: #fff; background: #118861; }
.template-cart .btn-3 {font-size: 12px; padding: 6px 30px; line-height: 14px;}
.template-cart .grid-item .price-box {min-height: 65px;}
.template-404 .account-marketing,
.template-cart .account-marketing {border-top: 1px solid #c2c2c2; margin-top: 50px; padding-top: 10px;}
#shipping-calculator { padding-top: 5px; }
#shipping-calculator h3 { color: #fff !important; font-size: 12px; font-weight: 700; letter-spacing: 0.05em; background: #2D3233; padding: 5px 10px; margin-bottom: 6px; }
#shipping-calculator-form-wrapper p { margin-bottom: 3px; }
#shipping-calculator-form-wrapper p select,
#shipping-calculator-form-wrapper p input[type="text"] { width: 100%;}
#shipping-calculator-form-wrapper p select { margin-bottom: 8px; }
#shipping-calculator-form-wrapper label { display: block; text-transform: uppercase; font-size: 11px; margin-bottom: 5px; }
#shipping-calculator-form-wrapper label[for="get-rates-submit"] { display: none; }
#get-rates-submit { font-size:12px!important; margin: 12px 0 9px; width: auto; padding-left: 30px; padding-right: 30px; height: 42px; }
#shipping-rates-feedback,
#shipping-rates li { line-height: 25px; }
#shipping-rates-feedback { margin-bottom: 4px; color: #fd3905; }
#shipping-rates li { list-style: circle; }
.zoomContainer { z-index: 99; width: auto !important; height: auto !important;}
.create-an-account p.title { color:#663300; }
#create_customer label {display: block; padding-bottom: 5px;}
#create_customer input {display: block; margin-bottom: 15px; min-width: 200px; width: 380px ;}
#create_customer .action-btn { padding-top:5px; font-size: 13px; }
#create_customer .action-btn input { min-width: 0px; width: auto;}
#customer_login .page-header { margin: 10px 0; }
#customer_login .page-header h1 { letter-spacing: 0.02em; margin-bottom: 0; }
#customer_login label {display: block; margin-bottom: 8px; font-size:12px; }
#customer_login input {display: block; margin-bottom: 16px; width: 100%; height: 40px; border-radius: .4em; }
#customer_login .action-btn { margin-top: 25px;}
#customer_login .action-btn input { height: 44px; border-radius: .4em; width: 100%; text-transform: none; }
#customer_login .action-btn > p { }
#customer_login .action-btn p.last { color: #151515; }
#customer_login .action-btn p.last a { color: #006c96; display: inline-block; }
#customer_login .action-btn p.last a:hover {text-decoration: underline;}
.acct-ct {background: url(/cdn/shop/files/cart_71b0e313-9397-4e35-80e7-651b24d915aa_1000x.jpg)no-repeat center right; background-size: cover; height: 100px; margin-top: 10px;}
.acct-hd {background: url(/cdn/shop/files/acct-hd_1000x.jpg)no-repeat center center; background-size: cover; height: 100px; margin-top: 10px;}
#our-staff .acct-hd,
#consign-your-guitar-sell-your-guitar-bass-or-amplifier-for-top-dollar .acct-hd {margin-bottom: 10px;}
.contactus-page {padding: 5px 10px;}
.contactus-page .acct-hd {background: url(/cdn/shop/files/acct-hd.jpg)repeat-x scroll center center; height: 100px; margin: 15px 0 10px 0;}
#recover_password label {display: block; padding-bottom: 5px; text-transform: uppercase; font-size: 11px;}
#recover_password input {display: block; margin-bottom: 15px; width: 100%; }
#recover_password .action-btn { text-align: right; }
#recover_password .action-btn p { float: left; }
#recover_password .action-btn input { min-width: 0px; width: auto;}
#recover_password p {color: #663300;}
#recover_password2 { width: 100%; color: #000000;}
#recover_password2 p { font-size: 13px; text-transform: none; font-weight: normal; margin-bottom: 20px; }
#recover_password2 label {display: block; font-size: 12px;}
#recover_password2 #recover-email {margin-bottom: 20px; width: 100%; border-radius: .4em;}
#recover_password2 .action-btn input {width: 100%; height: 44px; border-radius: .4em;}
#cancel_recover_password { color: #006c96; }
.grid-item .page-header { margin-bottom: 10px; margin-top: 30px; }
.grid-item .page-header h4 { margin-bottom: 0; }
.grid-item form input[type="tel"],
.grid-item form input[type="text"] { display: block; width: 380px; margin-bottom: 10px; }
.grid-item select { width: 380px; display: block; margin-bottom: 10px; }
.grid-item h3 { font-size: 13px; padding: 0 1px; height: 82px; overflow: hidden; }
.search-page .page-header h2 { margin: 20px 0; font-size: 14px; }
.search-page .toolbar-bottom { margin-top: 30px; }
#brand-landing .template-collection {display: inline-block; margin: 20px 0;}
#brand-landing .template-collection .block-row {margin: 10px 0 0;}
#brand-landing .content-blog {display: inline-block; margin: 20px 0 30px;}
#brand-landing h2 {text-align: center;}
#brand-landing h3,
#brand-landing .rte {margin: 20px 0 0; }
#brand-landing h4 {margin: 0 0 10px;}
#brand-landing .rte p {font-size: 14px; margin: 10px 0;}
#brand-landing .rte .auth-dlr {display: inline-block; margin: 10px 0 40px; width: 100%;}
#brand-landing .rte .auth-dlr .col-md-4 {text-align: center; padding: 20px 0 10px;}
#brand-landing .rte .auth-dlr .col-md-4 span {display: block; font-size: 10px;}
#brand-landing .rte .brnd-lnd-img {max-width: 280px; display: block; margin: 0 auto;}
#brand-landing .rte .brnd-lnd-img-fnd {max-width: 200px; display: block; margin: 40px auto 5px;}
#brand-landing .rte .excl-runs {display: inline-block; margin: 40px 0; width: 100%;}
#brand-landing .rte .excl-runs .col-md-4 {text-align: center;}
#brand-landing .rte .excl-runs .col-md-4 img {margin: 15px 0 0;}
#brand-landing .rte .excl-runs .col-md-8 h3 {margin: 0;}
#brand-landing .rte .excl-runs .subNav a {font-size: 12px; font-weight: 500;}
#brand-landing .rte .excl-runs .subNav a:hover {text-decoration: none;}
#brand-landing .product-detail-bottom {display: inline-block; margin: 30px 0; width: 100%;}
#brand-landing .product-detail-bottom .container {width: 96%;}
#brand-landing .product-detail-bottom .ask-subtitle {max-width: 100%;}
#brand-landing .product-detail-bottom .ask-par {max-width: 100%;}
#brand-landing > div.wrapper-container > main > p:nth-child(6) {border-bottom: 1px solid #c2c2c2; margin-bottom: 40px;}
#brand-landing .product-videowrap {max-width: 700px; margin: 10px auto 50px;}
#brand-landing .brnd-lnd-empty {clear: both; margin: 20px 0 0;}
.brnd-lnd-sm-rt {float: right;}
.brnd-lnd-sm-lt {float: left;}
.quickview-template ,
.quick-view{ bottom: 0; display: none; left: 0; outline: 0 none;  overflow-x: auto; overflow-y: scroll; position: fixed;  right: 0;  top: 0; z-index: 1050; display: none;  }
.quickview-template .content,
.quick-view .content { position: relative; width: 90%; margin:30px auto;  background: #fff; padding: 30px 20px; }
.quick-view .overlay,
.ajax-success-modal .overlay {background: rgba(45, 45, 50, 0.8); height: 100%; width: 100%; position: fixed;}
._quick-view-content { display: none; }
.quick-view .product-shop { float: right; }
.quick-view .product-img-box { margin: 0; float: left; }
.quick-view .product-img-box .image-wrapper { width: 311px; height: 311px; overflow: hidden; position: relative; }
.quick-view .product-img-box .image { width: 311px; height: 311px; overflow: hidden; position: relative; }
.quick-view .product-img-box .image img { display: block; position: relative; max-width: 110%; }
.quick-view .product-img-box .thumbnails { padding: 20px 0 0 40px; position: relative; }
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal { width: 70px; height: 70px; position: absolute; top: 0; right: 0; display: block; float: left; opacity: 0.2;  }
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal:hover { opacity: 1; }
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal { width: 70px; height: 70px; position: absolute; top: 0; left: 0; display: block; float: left; opacity: 0.2; }
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal:hover { opacity: 1; }
.quick-view .product-img-box .thumbnails ul { float: left; text-align: center; width: 240px; list-style: none; padding-left: 0; }
.quick-view .product-img-box .thumbnails ul li a:hover { opacity: 1; }
.quick-view .product-img-box .thumbnails ul li .active { opacity: 1; }
.quick-view .product-img-box .thumbnails ul li a img { max-width: 110%; }
.quick-view .product-img-box .thumbnails ul { width: 266px; }
.quick-view .product-shop p.custom { margin: 0; }
.quick-view .product-shop .prices { margin-bottom: 13px!important; }
.quick-view .product-shop .prices:first-child { margin-top: 0; }
.quick-view .product-shop .addthis { margin-bottom: 0; }
.quick-view .product-shop .btn { height: 52px; min-width: 233px; margin-right: 30px; }
.quick-view .product-shop .btn:hover { min-width: 172px; background: #000!important; border-color: #000!important; }
.quick-view .product-title { font-weight: 700!important; line-height: 20px!important; margin-top: 17px; margin-bottom: 8px; }
.quick-view .product-shop .product-infor { margin-bottom: 14px; }
.quick-view .product-shop .product-infor label { display: none; }
.quick-view .product-shop .product-infor span { font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: #878787; }
.ajax-form-submited-wrap { display: none; position: relative; width: 270px; height: 50px; float: right; }
.ajax-form-submited-success, .quick-view .ajax-form-submited-error { position: absolute; left: 0px; top: 0; display: none; font-weight: bold; width: 270px; margin-right: 30px; height: 50px; font-size: 14px; }
.ajax-form-submited-success { line-height: 50px; }
.ajax-form-loader { position: absolute; right: 0; top: 20px; width: 40px; height: 15px; }
.lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.35; filter:alpha(opacity=0); z-index: 700; display: none; }
.quick-view .product-shop .price { margin-bottom: 20px; font-size: 18px; color: #000; }
.quick-view .product-shop .product-description { margin-bottom: 16px; padding: 0;}
.quick-view .product-shop .details input[type="number"] {margin-bottom: 23px; }
.zoomWindowContainer .zoomWindow {border: 5px solid #fff !important;}
.quick-view .view-product-detail { font-size: 11px; line-height: 13px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 700; margin-top: 22px; display: inline-block; }
.quick-view .view-product-detail:hover { border-bottom: 1px solid #000; text-decoration: none; }
.quick-view .more-view-wrapper { margin-left: -2px; margin-right: -2px; margin-top: 20px; }
.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-buttons div { bottom: -10px; }
.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next { margin-right: -40px; }
.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev { margin-left: -40px; }
.loading-modal { background:#fff url("loading.gif") center 14px no-repeat; border: 1px solid rgba(0,0,0,0.15); position: fixed; top: 50%!important; bottom: auto; left: 50%; right: auto; width: 56px; height: 56px; margin-left: -28px; margin-top: -28px; overflow: hidden; padding: 0; text-align: center; text-indent: -999em; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3); -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3); box-shadow: 0 1px 4px rgba(0,0,0,0.3); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.ajax-error-modal .content,
.ajax-success-modal .content { background: #fff; border-radius: .4em; bottom: auto; left: 50%; margin-left: -280px; margin-top: -100px; min-height: 200px; padding: 20px 10px 10px; position: fixed; right: auto; top: 25%; width: 560px;}
.ajax-success-modal .ajax-left { float: left; margin-right: 10px; }
.ajax-success-modal .ajax-right { overflow: hidden; }
.ajax-left, .ajax-right {height: 170px;}
.ajax-success-modal .ajax-product-image {max-width: 150px!important; max-height: 150px!important;}
.ajax-bottom {margin: 15px 0 0 0; border-top: 1px solid #dedede;}
.ajax-bottom-title {padding: 10px 0 0; text-align: center; font-size: 15px; font-weight: 600;}
.ajax-bottom-title .ajax-col {font-size: 13px; color: #006c96; margin-left: .4em;}
.ajax-bottom-title .ajax-col:hover {text-decoration: underline;}
.ajax-item {text-align: center;}
.ajax-setup {font-size: 16px; font-weight: 600; margin: 30px 0 0; line-height: 18px; height: 36px; overflow: hidden;}
.ajax-item-title {line-height: 16px; padding: 5px 0; height: 52px; overflow: hidden;}
.ajax-setup a:hover,
.ajax-item-title a:hover {color: #ff7800;}
.ajax-item .price-box {height: 65px;}
.ajax-item .price-box p {margin: 0;}
.ajax-setup-price {font-size: 16px; padding-bottom: 10px;}
.ajax-item .price-box .btn-5 {font-size: 13px; padding: 5px 20px;}
.ajax-error-modal .modal-inner { color: #fff; background: #c40000; display: inline-block; padding: 10px 20px; }
.ajax-success-modal .continue-shopping { margin-left: 5px; margin-right: 15px; }
.ajax-success-modal .btn-secondary { padding: 1px 26px 0 27px; margin-bottom: 0; }
.ajax-error-message { min-height: 40px; padding: 12px 0 0 0; margin-bottom: 20px; font-size: 14px; }
.success-message { height: 40px; color: #006600; padding: 12px 0 0 26px; margin-bottom: 20px; font-size: 14px; }
.ajax-error-title,
.ajax-product-title { letter-spacing: 0.03em; max-height: 60px; overflow: hidden; }
.success-message {background-image: url(/cdn/shop/files/in-stock.png?14929168992293167209); background-repeat: no-repeat; background-size: 20px 20px; background-position: 1% 50%; }
.ajax-setup-skip {margin: 12px 0 10px}
.widget-product .grid-item,.wow.animated { -webkit-animation-duration:.1s; -moz-animation-duration:.1s; -ms-animation-duration:.1s; -o-animation-duration:.1s;  animation-duration:.1s; }
.animated { -moz-opacity: 1; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */}
#back-top { background-color: #f5f5f5; background-position: -11px -1916px; z-index:99; font-size: 0;  height: 36px;  position: fixed;  right: 0px;  bottom: 18%;  width: 35px; cursor: pointer; margin:0 15px 0 0; border: 2px solid #ca9442; }
#back-top:hover {background-color: #fff;}
.product-photo-container #product-featured-image { position: static !important; height: auto !important; width: auto !important;}
.product-photo-container > a {position: relative; display: block; width: 100%;}
.modal-dialog {position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%)!important; max-width: 100%; height: 100%; margin: 5px!important;}
.modal[style] {padding: 0px !important;}
button.close {opacity: 1;color: #818181;width: 25px;height: 25px;border: 1.5px solid #818181;position: relative;top: 35px;z-index: 10;font-size: 24px;text-shadow: none;}
button.close:hover {color: #818181;opacity: .75;}
.close:focus {color: #818181;outline: none;opacity: 1;}
.modal-body {padding: 0px;}
.modal-content {background-color: transparent;}
.modal-body .swiper-container{width: 100%;height: auto;}
.related-products .products-grid .grid-item .product-image  { width: 100%; padding-top: 100%; position: relative; max-width: 220px; max-height: 220px; }
.products-grid .grid-item .product-image  { width: 100%; padding-top: 100%; position: relative; }
.products-grid .grid-item .product-image > a,
.product-list .grid-item .product-image > a {display: table-cell;  line-height: 0;  vertical-align: middle; width: 100% !important;}
.product-list .grid-item .product-image { overflow: hidden; position: relative; text-align: left; float: left; margin-right: 30px; width: 270px;}
.products-grid .grid-item-border .product-image,
.grid-item-border.product-img-box .product-photo-container {border: 1px solid #c4cdcd; padding: 10px;}
.products-grid .grid-item-border .product-des .product-title {padding-left: 10px; padding-right: 10px; }
.related-products .products-grid .grid-item .product-top img,
.products-grid .grid-item .product-top img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: 0 auto;  }
.zoomWrapper {overflow: hidden; height: auto !important; width: auto !important; text-align: center; z-index: 0;}
.zoomWrapper img:nth-child(2) {display:none}
.panel-group .panel + .panel { margin-top: 0; }
#faqs { border-top: 1px solid #d0d0d0; padding-top: 23px; }
#faqs .page-header { position: relative; padding-bottom: 15px; margin-bottom: 23px; }
#faqs .panel-group { margin-top: 25px; }
#faqs .panel-group .panel { border: 0; margin-bottom: 10px; }
#faqs .panel-default > .panel-heading { padding: 0; }
#faqs .panel-title { position: relative; }
#faqs .panel-title:before { position: absolute; left: 10px; top: 11px; content:"Question"; float: left; margin: 0 20px 0 0; height: 20px; line-height: 20px; width: 77px; text-align: center; color: #fff; background: #f02121; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#faqs .panel-title > a { background: #141414; color: #fff; border-bottom: 1px solid transparent; text-transform: none; font-size: 13px; font-weight: normal; display: block; padding: 14px 40px 13px 103px; }
#faqs .panel-title > a:after { content: "Hide"; position: absolute; right: 10px; top: 13px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; opacity: 0.6; }
#faqs .panel-title > a.collapsed:after { content: "Show"; color: #66787f; }
#faqs .panel-title > a.collapsed { background: #eee; color: #000; border-bottom: 1px solid #d0d0d0; }
#faqs .panel-group .panel-body { padding: 15px 10px 20px 103px; position: relative; }
#faqs .panel-group .panel-body:before { position: absolute; left: 10px; top: 15px; content:"Answer"; float: left; margin: 0 20px 0 0; height: 20px; line-height: 20px; width: 77px; text-align: center; color: #fff; background: #00c4aa; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#faqs .panel-group .panel-body img { margin-top: 30px; }
.products-grid .contact-form { display: inline-block; }
.product-shop .contact-form { max-width: 95%;}
.product-shop .contact-form .col-xs-6 { width: 100%; }
.product-shop .contact-form #contactFormQuestionType{width: 100%}
.template-customers-account .page-header { margin: 10px 0; }
.template-customers-order .page-header { margin: 20px 0 0; }
.template-customers-account .page-header h1,
.template-customers-order .page-header h1 {display: inline;}
.template-customers-account .page-header .customer-support,
.template-customers-order .page-header .customer-support {position: unset;}
.template-customers-account .grid .page-header { border-bottom: 1px solid #ca9442; margin: 0 0 5px; padding: 5px 0; }
.template-customers-account .page-header h4 { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; padding: 0; margin:0; }
.template-customers-order .page-header h4 { font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.template-customers-account .grid .grid-item .full {margin-top: 20px; font-size: 12px;}
.template-customers-order .grid .grid-item .full {margin-top: 20px; font-size: 12px;}
.template-customers-order .large--text-right a { font-size: 13px; font-weight: 600; letter-spacing: .05em; color: #ff5600; }
.template-customers-order .large--text-right a:hover {text-decoration: underline;}
.template-customers-order .col-md-4 {margin: 20px 0; padding-left: 0;}
.template-customers-account table td,
.template-customers-order table td {padding: 10px 0;}
.template-customers-account table th {padding: 10px 0; border-top: 0;}
.template-customers-order table th {padding: 10px 0 0; border-top: 0;}
.template-customers-account table td a,
.template-customers-order table td a { color: #006c96; font-size: 14px; font-weight: 600; }
.template-customers-order table td .note a {color: #006c96; font-size: 12px; font-weight: normal; }
.template-customers-account table td a:hover,
.template-customers-order table td a:hover {text-decoration: underline;}
.template-customers-account table td img, 
.template-customers-order table td img {padding-right: 5px;}
.template-customers-order .cust-order-address h5 {font-size: 16px; padding: 15px 0 2px; font-weight: 600;}
.template-customers-order .cust-order-address p {font-size: 14px; margin: 0;}
.template-customers-order .order-status {font-size: 13px; }
.template-customers-addresses .cart-empty,
.template-customers-order .cart-empty {height: 40px; margin: 50px 0 0;}
.template-customers-addresses .cart-empty-shop,
.template-customers-order .cart-empty-shop {background: #fff; color:#0e7a57; border: 1px solid #0e7a57; padding: 10px 15px;}
.template-customers-addresses .cart-empty-shop:hover,
.template-customers-order .cart-empty-shop:hover {background:#0e7a57; color: #fff;}
.template-customers-account .grid .grid-item:first-child { padding-bottom: 48px; }
.template-customers-account .grid .grid-item > h5 { font-size: 16px; margin: 0 0 14px; }
.template-customers-account .grid .grid-item p {font-size: 13px;}
.template-customers-account .grid .grid-item p > a { text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; display: inline-block; border: 1px solid #7d7d7d; border-radius: .3em; height: 32px; line-height: 32px; padding: 0 10px; min-width: 177px; text-align: center; text-decoration: none; margin: 13px 0; }
.template-customers-account .grid .grid-item p > a:hover { background: #000; border-color: #000; color: #fff; }
.template-customers-account .acct-links {margin: 20px auto 10px; max-width: 820px; display: flex;}
.template-customers-account .acct-links-btn {width: 25%; text-align: center; display: flex; flex-direction: column; height: 65px; align-items: center;}
.template-customers-account .acct-links-btn a {font-size: 14px; font-weight: 600; line-height: 25px;}
.template-customers-account .acct-links-btn img {width: 35px; }
.template-customers-account .acct-links > a:hover > span {text-decoration: underline;}
#account > div.wrapper-container > main > h3 {margin: 40px 0 5px; border-bottom: 1px solid #ca9442; padding: 0 0 5px; font-size: 13px; letter-spacing: .1em;}
.template-customers-addresses .grid .page-header { margin: 10px 0; position: relative; }
.template-customers-addresses .grid .page-header h1 {display: inline; }
.template-customers-addresses .grid .customer-support {position: unset;}
.template-customers-addresses .grid p {font-size: 13px;}
.template-customers-addresses .grid h5 {font-size: 16px;}
.template-customers-addresses .grid .page-header:first-child { margin: 10px 0; }
.template-customers-addresses .grid .page-header .large--left { margin-bottom: 0px; }
.template-customers-addresses .grid .large--right { margin-bottom: 20px; }
.template-customers-addresses .grid .large--right a { font-size: 13px!important; border: 1px solid #7d7d7d; }
.template-customers-addresses .grid .large--right a:hover {background: #000; color: #fff; }
.template-customers-addresses .grid .large--text-right a { color: #323232; background-image: url(/cdn/shop/files/icon-bkgrd.png); background-repeat: no-repeat; background-position: right -1418px; padding-right: 28px; }
.template-customers-addresses .grid .grid-item > h3 { font-size: 13px; margin: 0 0 5px; color: #000; }
.template-customers-addresses .grid .grid-item > h3 em { font-style: normal; }
.template-customers-addresses .grid .page-header h2 { color: #663300; font-size: 13px; border-bottom: 1px solid #ca9442; margin: 0 0 5px; padding: 5px 0; }
.template-customers-addresses .grid .grid-item > p.button > a { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0 10px; height: 32px; line-height: 30px; background: #c40000; color: #fff; display: inline-block; border: 1px solid transparent; border-radius: .3em; min-width: 96px; text-align: center; text-decoration: none; margin: 15px 0 20px; }
.template-customers-addresses .grid .grid-item > p.button > a:first-child { border: 1px solid #7d7d7d; color: #000; background: none; margin-right: 17px; min-width: 79px; }
.template-customers-addresses .grid .grid-item > p.button > a:hover { background: #000; color: #fff; }
.template-customers-addresses hr { border: 0; }
.template-customers-addresses .grid .btn {font-size: 13px!important; border: 1px solid #7d7d7d;}
.template-customers-addresses .grid .btn:hover {background: #000; color: #fff;}
.template-customers-register .page-header { margin: 10px 0; }
.template-customers-register .page-header h1 {color: #cc6600; }
.template-customers-login .page-header h1 {color: #cc6600; }
.template-customers-login .page-header h2 {color: #cc6600; }
.template-customers-register .customer-support,
.template-customers-order .customer-support {float: right; color: #fff; font-weight: normal; background: #0e7a57; padding: 2px 5px; position: relative; top: -25px; border-radius: .3em;}
.template-customers-login .customer-support {float: right; color: #fff; font-weight: normal; background: #0e7a57; padding: 2px 5px; position: relative; top: 17px; border-radius: .3em;}
.template-customers-addresses .customer-support {float: right; color: #fff; font-weight: normal; background: #0e7a57; padding: 2px 5px; position: relative; top: -23px; border-radius: .3em;}
.template-customers-addresses .customer-support:hover,
.template-customers-register .customer-support:hover,
.template-customers-order .customer-support:hover {background: #118861; }
.template-customers-login .customer-support:hover {background: #118861;}
.template-product .collection-banners .container {width: 100%; padding: 0;}
.template-product .collection-banners .account-marketing .actmkttl {display: block; background: #ededed; color: #151515; margin: 10px 0 20px; text-align: center; font-size: 16px; line-height: 20px; font-weight: 700;}
.account-marketing-hd {text-align: center; }
.account-marketing-hd .actmkttl {display: inline-block; text-align: center; font-size: 20px; line-height: 25px; font-weight: 700; padding: 10px 0;}
.account-marketing h2 {display: inline-block; padding: 10px 0;}
.account-marketing .block-four-banner-item .block-info .title {font-size: 26px; line-height: 28px; padding-bottom: 10px; margin-bottom: 10px;}
.account-marketing .block-four-banner-item .block-info {padding-top: 44px;}
.account-marketing .col-sm-3 {width: 24%; margin: 0 .5%; padding: 0;}
.account-marketing .col-sm-3 .acct-mkt-img { margin: 0 auto 3em; max-width: 350px;}
.account-banner .col-sm-4 .acct-mkt-img { margin: 0 auto 3em; max-width: 500px;}
.account-banner {display: inline-block; border-top: 1px solid #ca9442; padding: 3em 0 0; width: 100%;}
.account-banner .acct-mkt-cen { position: absolute; top: 33%; left: 50%; font-size: 26px; line-height: 28px; font-weight: 600; color: #fff; text-shadow: .05em .05em .05em #000; text-transform: uppercase; transform: translate(-50%, -50%); white-space: nowrap; letter-spacing: .08em;}
.account-banner .acct-mkt-btn,
.account-marketing .acct-mkt-btn {text-align: center; background: #ededed; font-size: 16px; padding: 5px; border: 1px solid #929292; letter-spacing: .03em; }
.template-product .collection-banners .account-marketing .acct-mkt-btn {font-size: 14px; font-weight: 600;}
.site-nav > li.mega-menu { position: static; }
.wrapper-container .site-nav li.mega-menu:hover .site-nav-dropdown { display: flex; }
.wrapper-container .site-nav li.dropdown:hover.mega-menu > a > .icon-dropdown { border-top-color: #fff; opacity: 1; }
.wrapper-container .site-nav li.mega-menu .site-nav-dropdown { width: 98%; padding: 10px; margin: 0 1%; }
.sub-mega-menu .parent-link { border-bottom: 1px solid #3d4549; color: #fff; font-weight: 700; padding-bottom: 20px; margin-bottom: 15px; }
.sub-mega-menu .parent-link a { text-transform: uppercase; color: #fff; font-weight: 700; letter-spacing: 0.05em; display: inline-block; padding: 0; margin: 0; }
.sub-mega-menu .parent-link > span.up { text-indent: -999em; display: block; background: url(icon-menu-up.png) no-repeat; opacity: 0.5; width: 9px; height: 6px; position: absolute; left: 50%; top: 6px; cursor: pointer; }
.sub-mega-menu .parent-link > span.up:hover { opacity: 1; }
.sub-mega-menu .parent-link > span { padding: 0 10px; }
.site-nav-dropdown .col-1 .innersub {float: none; vertical-align: top; letter-spacing: normal; width: 100%; padding-left: 8px;}
.site-nav-dropdown .col-1 .innersub > a {color: #787878; letter-spacing: 0.05em; line-height: 23px !important; font-weight: 200 !important; padding: 0; margin-left: 5px; text-transform: lowercase; }
.site-nav-dropdown .col-1 .innersub > a:hover {color: #cfac51;}
.site-nav-dropdown .col-1 .inner-title {border-top: 1px solid #d3d0d0; border-bottom: 1px solid #d3d0d0; width: 96%; color: #663300; font: 500 13px Poppins; text-transform: uppercase; padding: 2px 0; letter-spacing: .01em; margin-top: 1px; display: inline-block;}
.site-nav-dropdown .col-1 .inner-title a {padding: 0; color: #663300;}
.site-nav-dropdown .col-1 .inner-title a:hover {color: #ff7800;}
.site-nav-dropdown .col-1 .inner-brands-container {display: flex; align-items: center;}
.site-nav-dropdown .col-1 .inner-brands {border-top: 1px solid #d3d0d0; border-bottom: 1px solid #d3d0d0; color: #663300; font: 500 13px Poppins; text-transform: uppercase; padding: 2px 0; letter-spacing: .005em; padding-right: 5px; margin-right: 5px; display: flex; justify-content: space-between; align-items: center; }
.site-nav-dropdown .col-1 .inner-brands-container a {border-radius: 4px; padding: 0px 5px; letter-spacing: normal; color: #FFFFFF; background-color: #0e7a57; display: flex; align-items: center; justify-content: center; font-size: 11px; text-transform: none;}
.site-nav-dropdown .col-1 .inner-brands-container a:hover {text-decoration: underline; opacity: 0.8;}
.site-nav-dropdown .col-2 { flex: 1; }
.site-nav-dropdown .col-3 { width: 20%; }
.site-nav-dropdown .col-1 .inner:first-child,
.site-nav-dropdown .col-1 .inner:nth-child(3n+4) { border-left: 0; }
.site-nav .widget-featured-product .widget-title h3,
.site-nav-dropdown .col-1 .inner > a { font: 500 13px/20px Poppins; padding: 5px 2px;  }
.site-nav-dropdown .col-1 .inner .dropdown { min-height: 300px; }
.site-nav-dropdown .col-3 a { padding: 0; }
.site-nav-dropdown .col-1 .inner p.toogleClick { display: none!important; }
.site-nav-dropdown .col-1 ul.dropdown { display: block; position: static; padding: 0; }
.site-nav-dropdown .col-1 ul.dropdown li:hover > a { }
.site-nav-dropdown .col-1 ul.dropdown li a { display: inline-block; font: 500 13px/20px Poppins; padding: 0 2px; color: #303030; }
.site-nav-dropdown > li:hover > a > span,
.site-nav-dropdown .col-1 ul.dropdown li:hover a span,
.site-nav-dropdown .col-1 ul.dropdown li:hover a:hover span{ color: #ff7800; }
.col-1 ul.dropdown li .icon-dropdown { margin-left: 20px; }
.site-nav-dropdown .col-1 ul.dropdown li a:hover span.icon-dropdown { border-bottom: 0; margin-top: -3px; }
.site-nav li.mega-menu > .dropdown:hover > .site-nav-dropdown {display:block; }
.site-nav li.mega-menu > .dropdown.open > .site-nav-dropdown { display: block;  }
.site-nav-dropdown .col-3 img {display: block; margin: auto; padding: 0 3px 0 3px; max-width: 200px; width: 100%; }
.site-nav-dropdown .nav-cat-header {display: flex;}
.site-nav-dropdown .nav-cat-title {flex: 2; margin-bottom: 0px; color: #663300; text-transform: uppercase; font-size: 12px; border-top: 1px solid #d3d0d0; border-bottom: 1px solid #d3d0d0; margin-right: 3px;}
.site-nav-dropdown .nav-cat-title a {padding: 0px;}
.site-nav-dropdown .nav-view-all {display: inline-block; padding: 2px 8px 2px 8px; background-color: #0e7a57; color: #FFFFFF; text-align: center; max-height: 22px; margin-bottom: 12px;}
.site-nav-dropdown .nav-view-all:hover {opacity: 0.8;}
.site-nav-dropdown .inner-col { flex: 1; margin-right: 5px; margin-left: 5px;}
.site-nav .widget-featured-product { float: left; width: 100%; text-align: left; }
.site-nav .widget-featured-product .widget-product { overflow: hidden; }
.site-nav .widget-featured-product .widget-product .products-grid { margin:0; }
.site-nav .widget-featured-product .widget-title { margin-bottom: 0px; }
.site-nav .widget-featured-product .widget-title p {padding: 5px 0; font-weight: 700; line-height: 20px; font-size: 13px; color: #2a2a2a;}
.site-nav .widget-featured-product .widget-title h3 { margin-bottom: 3px; text-transform: uppercase; border-top: 1px solid #d3d0d0; border-bottom: 1px solid #d3d0d0; font: 500 11px Poppins;}
.site-nav .widget-featured-product .products-grid .grid-item { width: 100%; padding: 0 0 24px; padding-bottom: 5px; margin: 0; animation-delay: 0!important; animation-name: none; border: none; }
.site-nav .products-grid .grid-item .product-grid-image { display: inline-block; padding: 0; max-height: 190px;}
.site-nav .widget-featured-product .grid-item .product-image { width: 100%; padding-top: 100%; position: relative;}
.site-nav .widget-featured-product .grid-item .product-label { top: 0; left: 17px; }
.site-nav .widget-featured-product .product-title { padding: 0; }
.site-nav .widget-featured-product .spr-badge { margin-bottom: 8px; }
.site-nav .widget-featured-product .price-box { margin: 0 0 15px; }
.site-nav .widget-featured-product .btn { letter-spacing: 0.05em; line-height: 30px; background: #006c96; border-color: #006c96; padding: 2px 14px 0; font-size: 12px; }
.site-nav .widget-featured-product .btn:hover { background: #25749b; border-color: #25749b; color: #fff; }
.site-nav .widget-featured-product .products-grid .hover,
.site-nav .widget-featured-product .products-grid .product-des .quickview-button { display: none; }
.site-nav .widget-featured-product .products-grid .product-des { opacity: 1; filter: alpha(opacity=1); top: 180px; }
.site-nav .widget-featured-product .products-grid .product-des .action { display: none; }
.site-nav .widget-featured-product .products-grid .grid-item .product-top { margin-bottom: 5px; max-height: 225px; }
.site-nav .widget-featured-product .products-grid .grid-item .product-title h3 { line-height: 15px !important; font-size: 12px!important; font-weight: 500!important; max-height: 30px; overflow: hidden;}
.site-nav .widget-featured-product .products-grid .grid-item .product-title h3:hover {color: #ff7800;}
.site-nav .widget-featured-product .products-grid .grid-item .price-box {display: none;}
.cbp-spmenu .site-nav-dropdown .col-1 { padding:0; }
.cbp-spmenu .site-nav-dropdown .col-1 .inner { position: relative; }
.cbp-spmenu .site-nav-dropdown .col-1 .inner > a { padding: 5px 0; line-height: 28px;  }
.cbp-spmenu .site-nav-dropdown .col-1 ul.dropdown { display: none; padding: 0;  }
.cbp-spmenu .site-nav li.mega-menu li li a { font-size: 12px; padding: 9px 35px; }
.cbp-spmenu .site-nav li.mega-menu li li a:hover span { border-bottom: px solid #fff; }
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown li:hover > a:hover,
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown li:hover > a,
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown a:active { background: none; }
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown > p.toogleClick { top: 0; }
.nav-collect-link a {float: none;}
.sub-mega-menu { display: none; }
.addthis_native_toolbox .at-share-tbx-element { display: none; }
.addthis_native_toolbox .at-share-tbx-element:first-child { display: block; }
#displayTextLeft { font-size: 13px; font-weight: 600; letter-spacing: 0.05em; background: #ededed; color: #151515; text-transform: uppercase; height: 36px; line-height: 36px; width: 80%; text-align: center; display: none; margin: 0 auto 15px; border-radius: .4em; }
#displayTextLeft span { background: url(btn-sidebar.png) right 5px no-repeat; padding-right: 17px; }
#displayTextLeft.hidden-arrow-left span { background-position: right -42px; }
.sample-vendor { text-transform: uppercase; color: #878787; font-weight: 700!important; letter-spacing: 0.05em; }
.panel-heading { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.panel-group .panel { background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.panel-group .panel-heading { padding: 12px 0; }
.panel-group .panel-title { text-transform: uppercase; font-weight: 500; letter-spacing: 0.1em; }
.panel-group .panel-title > a { color: #000; text-decoration: none; }
.panel-group .panel { border-top: 1px solid #ca9442; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.panel-group .panel:first-child { border: 0; }
.panel-group .panel-heading + .panel-collapse .panel-body { border: 0; }
.panel-group .panel-body { padding: 15px 0 25px; }
.panel-group .panel-body h4 { font-weight: 700; color: #000; }
.panel-body #shopify-product-reviews { margin: 0; }
.product-shop .panel-heading { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.product-shop .panel-group .panel-heading { padding: 10px 0 10px; }
.product-shop .panel-group .panel-title { text-transform: uppercase; font-weight: 700; letter-spacing: 0.05em; }
.product-shop .panel-group .panel-title > a { color: #212121; text-decoration: none; display: block; position: relative; font-weight: 500; }
.product-shop .panel-group .panel-title > a.collapsed { color: #212121; font-weight: 500; }
.product-shop .panel-group .panel-title a:after { background-image: url(/cdn/shop/files/close.png); background-repeat: no-repeat; content:''; display: inline-block; width: 15px; height: 15px;  right: 0; top: 2px; }
.product-shop .panel-group .panel-title a.collapsed:after { background-image: url(/cdn/shop/files/open.png); background-repeat: no-repeat; }
.product-shop .panel-group .panel { transition: background-color 0.3s; margin-bottom: 25px; padding-left: 10px; padding-right: 10px; border: 1px solid #ca9442; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-radius: 0; }
.product-shop .panel-group .panel:hover {background-color: #fbfbfb; transition: background-color 0.3s;}
.product-shop .panel-group .panel-heading + .panel-collapse .panel-body { border: 0; display: inline-block; }
.product-shop .panel-group .panel-body { padding: 5px 0 5px; font-size: 13px; color: #121212; }
.product-shop .panel-group .panel-body h4 { font-weight: 700; color: #000; }
.product-shop .panel-body #shopify-product-reviews { margin: 0; padding: 0; }
.product-shop .panel-group .spr-summary-caption { margin: 0; }
.product-shop .product-reviews-tab .panel-body { padding-top: 20px; border-top: 1px solid #e9e9e9 !important; }
.product-shop .product-reviews-tab .panel-body .spr-header { line-height: 42px; border-bottom: px solid #e9e9e9; }
.product-shop .product-reviews-tab .spr-form { margin-top: 0; border-top: 0; }
.product-shop .panel-group .spr-summary-actions a,
.product-shop .spr-button-primary { background: #000; border-color: #000; color: #fff; line-height: 25px!important; font-size: 11px!important; font-weight:700!important; text-transform: uppercase; letter-spacing: 0.05em; padding: 10px 30px 7px;}
.product-shop .spr-button-primary { font-size: 12px!important; padding: 9px 38px 4px; }
.product-shop #collapse-tab4 .panel-body { padding: 20px 0; }
.product-shop #collapse-tab4 .spr-form { border-color: #e9e9e9; margin-top:20px; padding-top: 25px; }
.sidebar-accordion .widget-title { margin-bottom: 20px; }
.sidebar-accordion .panel { border: 0; margin-bottom: 9px; }
.sidebar-accordion .panel-title { font-weight: 600!important; line-height: 30px!important; letter-spacing: 0.05em; }
.sidebar-accordion .panel-title .pull-right { width: 30px; height: 30px; text-align: right; }
.sidebar-accordion .panel-title .caret { margin-top: -1px; border-top: 0; border-bottom: 4px solid; }
.sidebar-accordion .panel-title .collapsed .caret { border-bottom: 0; border-top: 4px solid; }
.sidebar-accordion .list-group { margin-bottom: 11px; margin-top: 4px; }
.sidebar-accordion .list-group .list-group-item { margin: 0; padding: 0; border: 0; border-bottom: 1px solid #e9e9e9 !important; border-color: #e9e9e9; border-radius: 0 !important; }
.sidebar-accordion .list-group .list-group-item a { color: #505050; text-transform: capitalize; line-height: 40px; display: block; margin-bottom: -1px; }
.countdown { margin-bottom: 25px; }
.countdown span { font-style: italic; border-bottom: 1px solid #6d6d6d; color: #000; margin-right: 10px; }
.countdown .quickview-clock,
.countdown #clock { display: inline-block; }
.icon-search { text-indent: -999em; display: none; width: 40px; height: 50px; background-position: 20px 20px; border-left: 1px solid #4d4d4d; }
.nav-search.on .search-bar { display: block!important; }
.products-grid .product-des .action .variants { display: inline-block; }
.quickview-button,
.products-grid .product-des .action .variants { position: relative; z-index: 2; }
.product-label,
.products-grid .spr-badge { z-index: 2; }
.products-grid .grid-item .product-grid-image { z-index: 1; }
.products-grid .action .variants { max-width: 100%; }
.products-grid .product-item .btn { overflow: hidden; max-width: 100%; text-overflow: ellipsis; }
.site-nav .products-grid .product-item .btn { width: auto; }
.lang-block { float: left; margin-right: 12px; /*line-height: 30px;*/ }
.lang-block .selectize-control { /*margin-left: 23px;*/ }
.lang-block .selectize-input.full { width: 35px; }
.lang-block .selectize-control div.item { padding-left: 25px; text-indent: -999em; }
.lang-block .selectize-control div.option { padding-left: 37px; text-transform: none; }
.lang-block .selectize-dropdown { min-width: 95px; }
.header-bottom.on .lang-block { display: none; }
.site-nav-dropdown .col-1 { letter-spacing: normal; flex: 1; display: flex; flex-direction: column; flex-wrap: wrap; height: auto; margin: 0; padding-right: 5px; }
.site-nav-dropdown .col-1 .inner { float: none; vertical-align: top; letter-spacing: normal; }
.sidebar .widget-featured-product { margin-bottom: 45px; }
.sidebar .widget-featured-product .products-grid.owl-carousel .owl-wrapper-outer { margin: 0; padding: 0; width: 100%; }
.sidebar .widget-featured-product .products-grid .owl-item .grid-item { width: 100%; margin: 0; padding: 0; }
.sidebar .widget-featured-product .products-grid .owl-item .grid-item:hover { padding:0; margin: 0; width: 100%; }
.sidebar .widget-featured-product .products-grid .hover { display: none; }
.sidebar .widget-featured-product .no_crop_image img { max-width: 128px; }
.sidebar .widget-featured-product .grid-item .product-title { color: #000!important; line-height: 20px!important; letter-spacing: normal; }
.sidebar .widget-featured-product .grid-item .product-label,
.sidebar .widget-featured-product .grid-item:hover .product-label { top: 0; left: 0; }
.sidebar .widget-featured-product .grid-item .action { display: none; }
.sidebar .widget-featured-product .owl-theme .owl-controls .owl-buttons div { top: 47px; }
.product-img-box .product-photo-thumbs.owl-theme li {}
.product-img-box .product-photo-thumbs li a {  }
.product-img-box .product-photo-thumbs li a.active { border: 0px solid #878787; }
.header-logo img:not(:first-child) { display: none; }
.wrapper-container { overflow-x: hidden; }
.template-page .main-content {margin: 0 auto; padding-bottom: 10px;}
.template-404 .main-content,
.template-customers-register .main-content,
.template-customers-account .main-content,
.template-customers-addresses .main-content,
.template-customers-login .main-content,
.template-customers-order .main-content {margin: 10px auto;}
.template-product .sidebar { padding-top: 8px; }
.template-product .widget-content { margin-bottom: 37px; }
.template-product .sidebar .widget-featured-product .widget-title { padding-bottom: 14px; }
.product-shop #add-to-cart-form .btn { height: 52px; margin-bottom: 25px; }
.product-shop .addthis { clear: both;}
.ajax-success-modal .btn-secondary { border: 1px solid #ff5600; background: #fff; color: #ff5600; height: 36px; padding: 0 30px; font-weight: 600; font-size: 13px; border-radius: .3em;}
.ajax-success-modal .btn-secondary:hover { background: #ff5600; color: #fff; }
.template-index .slide-img-mb { display: none!important; }
.header-bottom.on .site-nav > li > a { margin-top: 9px; margin-bottom: 7px;}
.products-grid .product-des .action { padding: 0 35px; }
.products-grid.product-perrow-3 .grid-item .product-title {max-height: 44px; overflow: hidden; padding-top: 0px;}
.template-index .grid-col-description,
.template-collection .grid-col-description {display: block; font-size: 11px; font-weight: 500; line-height: 16px; color: #6b6b6b; letter-spacing: .03em; height: 66px; overflow: hidden; margin: 5px 0 10px;}
.template-collection .product-title h2 { font-size: 14px; color: #151515; letter-spacing: .01em; height: 66px; overflow: hidden; line-height: 16px!important; font-weight: 600 !important; }
.template-collection .product-name a,
.template-collection .price-box { color: #006600; font-weight: 600; margin-top: 6px; margin-bottom: 10px; }
.template-collection .collection-grd-wht {width:100%; color:#151515;}
.template-collection h1 {font-size: 24px; text-align: center; margin: 0 0 20px; padding: 0 10px; }
.template-collection .toolbar .col-tags {display: block; font-size: 14px; color: #4c4c4c;}
.template-collection .toolbar .col-tags .col-tags-title {display: inline-block; padding-right: 5px; white-space: nowrap;}
.template-search .product-title,
.template-search .product-name a,
.template-search .price-box,
.template-search .page-header h1 { color: #fff; }
.template-search { background: #000; }
.template-collection .collection-banners {border-top: 1px solid #ca9442; margin: 40px 0; padding-top: 30px;}
.template-collection .collection-banners .container {width: 100%; padding: 0;}
.template-collection .collection-banners .account-marketing-hd {margin-bottom: 10px;}
.template-collection .price-box .gbi-mny { font-size: 16px !important; line-height: 22px!important; color: #006600; font-weight: 700; margin-top: 5px; margin-bottom: 10px; }
.template-404 .main-content h1 {color: #cc6600; margin: 10px 0}
#consign-your-guitar-sell-your-guitar-bass-or-amplifier-for-top-dollar .main-content h2 {color: #cc6600; margin: 10px 0}
.product-detail-top { color: #151515; padding: 5px 0 0; }
.product-detail-bottom { background: #ededed; color: #151515; }
.product-detail-top .container .product-detail-top-form h2 { font-size: 30px; color: #006600; display: inline-block; line-height: 32px; margin-bottom: 10px;}
#paymentoptions { background-color: #151515; border-top-left-radius: .3em; border-top-right-radius: .3em;}
#payment-forms { display: flex; align-items: center; width: 100%; padding-top: 5px; padding-bottom: 10px; margin-bottom: 20px; background-color: #151515; border-bottom-right-radius: .3em; border-bottom-left-radius: .3em;}
#payment-forms div {flex: 1;}
#payment-forms div img {height: 26px;}
.desc-wrapper{width: 100%;}
.tabs{overflow: hidden; font-size: 14px;}
.tab-button{background-color: #333333; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; background-color: #333333;-moz-box-shadow: 3px 0px 2px 4px #000000;-webkit-box-shadow: 3px 0px 2px 4px #000000;box-shadow: 3px 0px 2px 4px #000000; transition: 0.3s; border-top-left-radius: 0.3em; border-top-right-radius: 0.3em; }
.tab-button:hover {background-color: #252525;}
.tab-button.active {background-color: #151515;}
.tabs-content {min-height: 225px; max-height: 225px; margin-bottom: 7px; background-color: #151515; display: none; padding: 6px 12px; padding-right: 0px; animation: fadeEffect 0.3s; border-top-right-radius: 0.3em; border-bottom-right-radius: 0.3em; border-bottom-left-radius: 0.3em; font-size: 14px; letter-spacing: .5px; line-height: 26px;}
@keyframes fadeEffect { from {opacity: 0;} to {opacity: 1;} }
#item-description .simplebar-content p { margin-right: 15px; }
#item-description .simplebar-content ul { margin-bottom: 0px; }
#specifications ul { margin-bottom: 0px; }
.product-shop #add-to-cart-form .btn { margin-bottom: 0; font-size: 17px;}
.collection-suggestion { width: 100%; padding-top: 15px; padding-bottom: 15px; margin-bottom: 30px; background-image: url("/cdn/shop/files/collectionSuggestion.png?12733286375405905149"); transition: opacity 0.2s;}
.collection-suggestion h3 {color: #fcbf45; font-size: 24px; text-align: center;}
.collection-suggestion:hover {opacity: .75;}
.prod-top-shp a{color: #c6c6c6; font-size: 11px; margin-left: 4px; font-weight: 500; font-style: italic; text-transform: uppercase;}
.prod-top-shp a:hover {color: #ededed;}
.simplebar-scrollbar{background: #E3941B !important;}
.padded-item{padding-left: 12px;margin-bottom: .45em;}
.vendor-image-wrap {display: block;width: 100%;}
.vendor-image { display: block; margin: 7px 0 10px; max-width: 130px; max-height: 90px;}
.vendor-learn {color: #006c96; line-height: 28px; }
.vendor-learn:hover {color: #006c96; text-decoration: underline;}
.product-infor-row {overflow: hidden;padding: 0 0 5px 10px;}
.product-infor p {margin-bottom: 0px;height: 25px;display: inline;}
.product-infor dt,
.product-infor dd,
.product-infor dl,
.product-infor div {display: inline;}
.product-infor dt::after {content: ": ";}
.product-infor .product-id {white-space:nowrap;}
.product-infor .infor-span{font-size: 1.1em; margin-right: .8em; letter-spacing: .01em}
.product-videowrap {width: 100%;margin: 10px auto;}
.product-video {position: relative;padding-bottom: 56.25%;height: 0;}
.product-video iframe {position: absolute; margin-left: 0; top:0; left: 0; width: 100%; height: 100%; }
.product-soundcloudwrap {width: 100%;max-width: 600px;float: left;clear: both;margin-bottom: 10px;}
.product-soundcloud iframe {width: 100%;height: 128px;padding-top: 3px;}
.actual-soundclip {font-size: 12px;color: #f05a32;text-align: left;margin-left: 4px;}
.page-info-video-wrap {width: 100%;max-width: 600px;margin: auto;}
.page-info-video {position: relative;padding-bottom: 56.25%;padding-top: 35px;height: 0;overflow: hidden;}
.page-info-video iframe {position: absolute;margin-left: 0;top:0;left: 0;width: 100%;height: 100%;max-width 400px;}
.prod-banners-wrapper{width: 75%;margin: 0px auto;}
.yousave,
.freeshippingwrap,
.assurancewrap,
.pricesWrap,
.compprices,
.msrp { display: inline-block; padding: 0 5px;}
.pricetext,
.yousavetext { color: #000; padding-right: 3px;}
.yousaveprice { color: #000; letter-spacing: 0.04em;}
.retailprice,
.freeshippingtext,
.freeshippingamount,
.assurancetext,
.assuranceamount,
.compare-pricetext,
.compare-price,
.retailpricetext { letter-spacing: 0.04em; }
.prodwrapa .freeshippingtext,
.prodwrapa .assurancetext {color: #404040; }
.prodwrapa .freeshippingtext:hover,
.prodwrapa .assurancetext:hover {text-decoration: underline;}
.productaddbutton { clear: both; width: 100%;}
.prodpricewrap { font-size: 13px; }
.prodspecialbanner .__affirm-logo.__affirm-logo-blue {font-size: 1.5em!important;}
.prodspecialbanner .affirm-co {color: #ff7800; font-size: 14px; font-weight: 600;}
.affirm-ala-price {color: #000; font-weight: 600; font-size: 1.18em;}
.prodspecialbanner .affirm-as-low-as {font-size: 14px;}
.prodspecialbanner .affirm-as-low-as a{color: #006c96; margin-left: 3px; white-space: nowrap; display: block;}
.prodspecialbanner .affirm-prequal-text {color: #fff; background: #006c96; border-bottom-left-radius: .3em; border-bottom-right-radius: .3em; font-size: 11px;}
.product-bottom .price-box .affirm-grd-col,
.product-bottom .price-box .affirm-as-low-as {color: #202020; font-size: 11px; font-weight: 500; line-height: 18px;}
.product-bottom .price-box .affirm-site-modal {font-size: 11px; letter-spacing: initial; line-height: 18px; color: #006c96; white-space: nowrap; font-weight: 600; display: block; margin-bottom: 10px;}
.product-bottom .price-box .affirm-as-low-as a {color: #006c96; white-space: nowrap; font-weight: 600; display: block;}
.product-bottom .price-box .affirm-site-modal:hover,
.grid-banner-item span.collection-item-finance-line:hover,
.product-bottom .price-box .affirm-as-low-as a:hover {text-decoration: underline;}
.product-detail-top-form {padding: 15px 0 10px;}
.product-detail-top-form h2 {font-size: 24px;}
.product-detail-top-form .affirm-gen,
.product-detail-top-form .affirm-as-low-as {font-size: 1.2em;}
.product-detail-top-form .__affirm-logo.__ligature__affirm_full_logo__ {font-size: 1.3em;}
.product-detail-top-form .affirm-site-modal {color: #006c96; white-space: nowrap; font-weight: 600; display: block; font-size: 1.2em; margin-top: -15px;}
.product-detail-top-form .affirm-as-low-as a{color: #006c96; white-space: nowrap; font-weight: 600; display: block; max-width: 240px;}
.product-detail-top-form .affirm-as-low-as a:hover {text-decoration: underline;}
.product-detail-top-form .btn {width: 90%; max-width: 380px; height: 48px; font-size: 19px; transition: width 0.5s, height 0.5s; -webkit-transition: width 0.5s, height 0.5s; border-radius: .3em; text-transform: none; font-weight: 500;}
.detail-top-form-mobile .btn {width: auto; padding: 0 44px;}
.top-desc .free-shipping {font-size: 13px; font-weight: bolder; color: #444; letter-spacing: .03em; border: none; min-height: auto; margin-top: 0px;}
.product-detail-middle {padding: 10px 0;}
.product-detail-middle .item-description {font-size: 15px; line-height: 1.6em; margin-bottom: 40px; color: #000; }
.ask-question .ask-title {display: block; text-align: center; padding: 10px 0 0; margin: 10px 0; font-size: 20px; line-height: 25px; font-weight: 700;}
.ask-question .ask-subtitle {text-align: center; font-size: 17px; font-weight: 500; max-width: 740px; margin: 0 auto 10px;}
.ask-question .ask-par {font-size: 14px; max-width: 1000px; margin: 0 auto 20px;}
.suggest-trade {text-align: center; background: #fff; border: 1px solid #c2c2c2; border-radius: .4em; padding: 0 10px 20px; margin: 40px auto;}
.suggest-btn {border-radius: .3em; font-size: 16px; border: 1px solid #0e7a57; background: #0e7a57; color: #fff; width: 90%; max-width: 500px; padding: 12px; }
.suggest-btn:hover {background: #118861; border-color: #118861;}
.product-detail-top-form .suggest-btn {margin-top: 25px; font-size: 14px; font-weight: 600; background: none; border: 2px solid #0e7a57; color: #0e7a57; width: 60%; max-width: 300px; padding: 8px; border-radius: .3em; }
.product-detail-top-form .suggest-btn:hover {background: #118861; border-color: #118861; color: #fff;}
.product-detail-top-form .call-us {padding: 6px 0 0 5px; font-size: 13px;}
.product-detail-top-form .call-us a { font-size: 15px; font-weight: 600; color: #006c96; display: block; }
.product-detail-top-form .prod-note {font-size: 14px; font-weight: 600; margin: 25px 0 10px; padding-top: 20px; border-top: 1px solid #dedede;}
.product-detail-top-form .prod-note a {color: #006c96; padding-left: 5px; white-space: nowrap;}
.product-detail-top-form .call-us a:hover,
.product-detail-top-form .prod-note a:hover {text-decoration: underline;}
.product-detail-top-form .prod-note-promo {font-style: italic; color: #777777; margin-bottom: 3px;}
.product-detail-top-form .prod-note-promo-sold {color: #6b4b24; font-size: 16px; margin-bottom: 3px;}
.modal-suggest {-webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); max-width: 750px; margin: 0 auto;}
.modal-suggest-content {background: #fff; border-radius: .4em; text-align: left;}
.modal-suggest-header {border-bottom: 1px solid #dedede; margin-bottom: 20px;}
.modal-suggest-content .modal-title {display: block; text-align: center; padding: 10px 0; font-size: 20px; line-height: 25px; font-weight: 700;}
.modal-suggest-content .close {color: #939393; border-color: #939393; top: 10px; right: 10px;}
.modal-login .modal-suggest-content .close {top: -370px;}
.modal-suggest-content .close:hover {color: #151515; opacity: 1;}
.modal-suggest-content .modal-body .col-1,
.modal-suggest-content .modal-body .col-2 {width: 50%; padding 5px;}
.modal-suggest-content .modal-body #contactFormWrapper {max-width: 100%;}
.modal-suggest-content .modal-body .btn-1 {padding: 5px 60px;}
.modal-suggest-message {margin: 0 20px;}
.modal-suggest-message #contactFormMessage {width: 90%; margin: 0 0 10px;}
.modal-suggest #contactFormWrapper .btn {margin: 24px auto 0; padding: 0 60px;}
.modal-suggest .modal-footer .btn-default {border: 1px solid #adadad;}
.modal-suggest .modal-footer .btn-default:hover {background: none;}
.modal-suggest .modal-footer {padding: 10px 0; }
.modal-suggest .modal-footer .suggest-more {color: #3a7284; border: 1px solid #3a7284; padding: 10px 10px; border-radius: .3em;}
.template-collection .product-list .affirm-as-low-as {color: #ca9442; font-size: 11px; margin-top: 10px; display: inline-block;}
.template-collection .product-list .affirm-as-low-as a{color: #787878; margin-left: 3px; white-space: nowrap;}
.template-page .affirm-site-modal { background-color: #0f7a56; color: #FFFFFF; font-size: 18px; text-align: center; padding: 12px 0; width: 70%; line-height: 20px; font-weight: 700; margin: 30px auto 30px; display: block; border-radius: .3em; }
.template-article .affirm-site-modal {color: #ff4500; font-weight: 600; font-size: 14px;}
.template-page .affirm-help-button {font-size: 16px; display: block; margin: 40px 0 40px; text-align: center;}
.template-page .affirm-help-button a{ color: #006c96; }
.template-page .affirm-help-button a:hover{text-decoration: underline;}
.template-page .affirm-site-modal:hover { text-decoration: none;     opacity: 0.85; }
.template-article .affirm-site-modal:hover {text-decoration: underline;}
#electric-guitar-brands .main-content,
#acoustic-guitar-brands .main-content,
#bass-guitar-brands .main-content,
#amplifier-brands .main-content,
#effects-pedal-brands .main-content,
#pickup-brands .main-content,
#accessories-brands .main-content,
#parts-brands .main-content,
#used-amp-vintage-guitar-brands .main-content,
#brands .main-content {max-width: 90%!important; margin-bottom: 3em;}
.monthly-financing {margin: 0 0 2px; color: #cfac51; font-size: 14px; letter-spacing: 0.1em;}
.prodinfowrap {border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 10px 0 0;}
.prodinfowrap h4,
.prodinfowrap h2 {padding-bottom: 10px; font-size: 14px; line-height: 16px; font-weight: 700;}
.product-detail-middle .col-md-4 .acct-mkt-img {margin: 0 auto 15px; max-width: 500px;}
.desc-sinc {border: 1px solid #dedede; padding: 10px; border-radius: .4em; margin: 10px 0 15px; letter-spacing: .02em;}
.desc-sinc-img{display: block; background: #ededed; padding: 10px 0 0; border-top-right-radius: .4em; border-top-left-radius: .4em;}
.desc-sinc-img img{display: block; margin: 0 auto; -webkit-filter: brightness(110%); filter: brightness(110%);}
.desc-sinc .desc-trst {margin: 10px 0 10px; font-size: 13px;}
.desc-sinc p{margin: 10px 0 2px;}
.desc-sinc h5{margin: 10px 0 2px;}
.desc-sinc a{color: #006c96; margin-left: 3px;}
.desc-sinc a:hover {text-decoration: underline;}
.desc-sinc span{color: #444; margin-bottom: 1em;}
.desc-comp {font-size: 15px; font-weight: 700; line-height: 20px;}
.product-detail-middle .col-md-4 .product-detail-top-form .affirm-as-low-as a {margin: 0 auto;}
.product-detail-middle .col-md-4 .product-detail-top-form .free-shipping { border: none; min-height: 53px; margin: 5px auto 20px; }
.product-detail-middle .col-md-4 .product-detail-top-form {margin: 10px 0; border: 1px solid #dedede; border-radius: .4em; text-align: center; padding: 10px;}
.product-detail-middle .col-md-4 .product-detail-top-form .prod-mid-title {display: block; padding: 0 0 10px; text-align: center; font-size: 19px; font-weight: 700; line-height: 28px;}
.product-detail-middle .col-md-4 .product-detail-top-form .desc-price {text-align: center; color: #006600; font-size: 24px; font-weight: 700; line-height: 25px;}
.product-detail-middle .col-md-4 .product-detail-top-form h3,
.desc-spec-rep,
.desc-spec h2 { background: #ededed; color: #151515; padding: 10px 0; margin: 10px 0; text-align: center; font-size: 16px; line-height: 20px;}
.desc-quest h2 { background: #ededed; color: #151515; padding: 10px 0; margin: 5px 0 20px; text-align: center; font-size: 16px; line-height: 20px;}
.desc-sinc h3,
.desc-sinc h4 {background: #ededed; color: #151515; padding: 10px 0; margin: 0 0 10px; text-align: center; font-size: 16px; line-height: 20px;}
.desc-spec ul {columns: 2; font-size: 15px; line-height: 1.8em; padding: 0 .5em;}
.item-description ul {font-size: 15px; line-height: 1.8em; padding: 0 0 0 .25em; list-style-position: inside;}
.desc-spec {margin-bottom: 25px;}
.desc-quest {margin-bottom: 10px;}
.desc-quest .desc-quest-form {background: #f9f9f9; padding-bottom: 10px; }
.prodspecialwrap {width: 100%;float: left;clear: both;background: #424242;text-align: center;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;}
.prodspecialwrap:hover {transition: background-color 0.5s ease;background: #275a5b;}
.prodspecialtext {color: #fff;letter-spacing: 0.04em;font-size: 12px;}
.prodspecialtextinfo {color: #505050;padding-left: 5px;}
.prodspecialbanner {text-align: center;}
.synchrony-banner{display: flex; align-items: center; justify-content: center; margin-bottom: 20px; width: 100%; background-color: #151515; border-radius: .3em; height: 75px;}
.synchrony-banner img{width: 150px;}
.synchrony-banner p{margin-bottom: 0px; color: #FFFFFF;}
.synchrony-banner span{color: #FFA926; font-size: 14px;}
.prodspecoffer {color: #2D3233;font-size: 13px;font-style: italic;float: left;margin-bottom: 2px; margin-right: 10px;}
.prodspecnote {color: #275a5b;font-size: 14px;display: inline-block;font-weight: 700;border-bottom: 1px solid #275a5b;padding-bottom: 3px;}
.prodspecchk {color: #E8521E;font-size: 12px;}
.brand-list {margin-top: 20px;}
.brand-list .top-list {font-size: 18px; color: #151515; background: #ededed; padding: 5px 10px; }
.brand-list .top-col {column-count: 3; margin: 5px 0 0;}
.brand-list ul {margin: 20px 0;}
.brand-list .vendor-letter {font-size: 18px; color: #151515; background: #ededed; list-style: none; padding: 5px 10px;}
.brand-list .vendor-name {list-style: none; padding: 5px 15px;}
.brand-list .vendor-name a {font-size: 16px; line-height: 22px; color: #151515; font-weight: 500;}
.brand-list .vendor-name a:hover {color: #006c96; text-decoration: underline;}
.brand-list-desc {border-top: 1px solid #c2c2c2; padding: 20px 0;}
.homepage-new-arrivals { margin-bottom: 6px;   }
.homepage-new-arrivals-img {height: auto;}
.homepage-new-arrivals-img img {max-width: 220px;}
.homepage-new-arrivals-img b{font: 500 12px Poppins;color: #505050;margin-left: 2px;position: relative;top: 6px;white-space: nowrap;}
.homepage-new-arrivals-img:hover b span { text-decoration: underline; }
.home-intro-image {clear: both;}
.home-intro-showroom-text {float: left;color: #505050;font-size: 18px;margin-left: 5px;}
.home-intro-showroom-visit {float: right;color: #505050;font-size: 18px;margin-bottom: 6px;margin-right: 5px;}
.home-intro-showroom-visit a {color: #505050;}
.home-intro-showroom-visit a:hover {border-bottom: 1px solid #505050;}
.home-intro-blog-container{max-width: 92%;margin: auto;}
.home-intro-blog {margin: auto; max-width: 65%; text-align: center; width: 450px;}
.home-intro-blog img { width: 300px; -webkit-filter: brightness(110%); filter: brightness(110%);}
.home-intro-blog-text{clear: both;width: 100%;display: block;height: auto;margin-bottom: 10px;}
.home-intro-blog b{ font-size: 18px; text-align: center; padding: 4px; display: block; color: #151515; font-weight: normal;}
.home-intro-blog:hover b span { border-bottom: 1px solid #151515;}
.home-intro-hr { border: 0; border-bottom: 1px solid #ca9442;  margin: 0px;}
.actual-photos-box { display: inline-block; margin-right: 10px; margin-bottom: 7px; padding-top: 2px; }
.actual-photos-box img { position: relative; top: -2px; left: -2px;}
.actual-photos { letter-spacing: .02em; font-size: 1.1em;}
.product-inventory {margin: 25px 0 30px;}
.checkinstock { color: #006600; font-weight: 600; font-size: 16px; margin-right: 5px;}
.ships-soon {font-weight: 600; font-size: 16px; margin-right: 5px;}
.instockimg  img { max-width: 15px; max-height: 15px; position: relative; top: -2px;}
.variantinstock {font: 16px;color: #00b300;}
.prodphone {float: left;font-size: 14px;color: #000;}
.staffcolumn {float: left;display: inline;margin-left: 10px;margin-right: 10px;}
.staffgriditem {margin-top: 15px; border-top: 1px solid #ca9442; padding-top: 25px; text-align: left; height: 450px;}
.staffimage { position: relative; overflow: hidden; float: left; margin-right: 10px;}
.staffimage img{ max-width: 280px; padding-bottom: 20px; }
.staffbio {text-align: left; }
.staffbio h3{color: #b38032; font-size: 24px; line-height: 30px; font-weight: 700; padding-bottom: 5px; margin: .3em 0; min-height: 31px; }
.staffbio h4{color: #663300; padding-bottom: 12px; }
.myplaylist { background: #21AD73; border: 1px solid #21AD73; padding: 0 3px 0 1px; }
.myplaylist a{color: #fff; }
.myplaylist:hover {transition: background-color 0.5s ease; background: #178759; border: 1px solid #178759;}
.associatedacts {color: #663300; }
.associatedacts:hover {color: #006c96;}
.header-top-note {float: center; }
.header-panel-top .header-top-note {text-align: center; }
.shopify-challenge__container {min-height: 500px!important; }
.shopify-challenge__container .shopify-challenge__button {background: #0f7a56!important; color: #fff!important; padding: 6px 32px!important; margin-bottom: 10px!important;}
.blog-home-icon img {width: 290px; border-radius: 20px;}
.blog-home-icon {margin-bottom: 12px; padding-top: 5px; padding-bottom: 5px; display: inline-block; text-align: center;}
.blog-home-icon a{font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; font-weight: bold;}
.blog-home-icon:hover b span{border-bottom: 1px solid #fff;}
.blog-home-icon b {display: block;}
.blog-home-icon-wrap .widget-content {margin-bottom: 8px; margin-top: 8px; }
.blog-home-icon-wrap .widget-content .article {width: 20%; margin: 0 2.4%; display: inline-block;}
.blog-home-icon-wrap .widget-content .article .article-image {width: 100%; padding-top: 56.25%; position: relative; max-width: 300px; max-height: 169px; overflow: hidden;}
.blog-home-icon-wrap .widget-content .article .article-image img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; -webkit-filter: brightness(110%); filter: brightness(110%); margin: auto auto;}
.blog-home-icon-wrap .widget-content .article .article-top {border: 1px solid #393939; margin-bottom: 5px;}
.blog-home-icon-wrap .widget-content .article .article-bottom {display: block; color: #f2f2f2; font-size: 13px; text-align: center; line-height: 20px; height: 42px; overflow: hidden;}
.blog-logo-img {margin-top: 5px;}
.blog-logo-img img{ max-width: 98%; -webkit-filter: brightness(105%); }
#search-results .main-content {border: none;}
#isp_center_container .isp_center_container_header div.isp_results_summary_wrapper h1, 
#isp_center_container .isp_center_container_header div.isp_results_summary_wrapper h2 {border-bottom: none!important;}
#isp_center_container .isp_center_container_header a.isp_refine_nevigation {margin-bottom: 0!important;}
#isp_search_result_page_container .isp_center_container_header div.isp_sorting_and_result_view_wrapper {padding-top: 0!important;}
.as_magento_img_missing { display: none !important; }
.template-cart .main-content { max-width: 1440px;}
.template-customers-account .main-content,
.template-customers-addresses .main-content,
.template-customers-order .main-content,
.template-blog .main-content,
.template-article .main-content,
.template-page .main-content {max-width: 1200px;}
.isp_title_results_for {text-transform: capitalize;}
.isp_title_search_term {color: #d05d0b;}
.isp_search_box_container {display: none !important;}
.isp_favoriteContainer {display: none !important;}
.favorite--heart {display: none !important;}
.isp_center_container .isp_did_you_mean_results {color: #cb4919!important; font-weight: 600; letter-spacing: .04em;}
.isp_center_container .isp_did_you_mean_results:hover {text-decoration: underline!important;}
#isp_search_result_page_container div.isp_center_container_header {padding-top:0px!important;}
#isp_search_res_sorting_menu > li#search_res_sorting_title {top: 4px; color: #000 !important; font-size: 11px !important; font-weight: 700 !important; text-transform: uppercase; }
#isp_search_res_sorting_menu > li#sorting_chosen_name {font-size: 11px !important; font-weight: 700 !important; color: #202020 !important;}
#isp_search_res_sorting_menu > li > a{font: normal 12px/20px Poppins!important; color: #2a2a2a!important; padding-right: 2px !important; }
#isp_search_res_sorting_menu > li > a > .caret{float: right !important; margin-top: 10px !important; margin-right: 10px !important; }
#isp_search_res_sorting_menu > .open > .dropdown-menu > li:hover {background: none !important;  }
#isp_search_res_sorting_menu > .open > .dropdown-menu > li > a {color: #505050 !important; }
#isp_search_res_sorting_menu > .open > .dropdown-menu > li > a:hover {color: #262626 !important;}
.isp_dropdown {padding-left: 8px!important;}
.dropdown-toggle-isp {background: #fff!important; background-image: none !important; padding: 3px 10px !important; width: 210px !important;}
.isp_filter_removable_tag {background: #fff !important; opacity: 1 !important; line-height: 16px !important; padding: 3px 6px !important; -webkit-box-shadow: none !important; box-shadow: none !important; -ms-box-shadow: none !important; -moz-box-shadow: none !important; border-radius: .4em!important; margin-top: 5px; margin-bottom: 5px;}
.isp_filter_removable_tag a { color: #d1d1d1 !important; }
.isp_filter_tag_remove_all a { color: #505050 !important; }
.isp_left_container {padding-top: 0px!important; padding-left: 0px !important;}
.isp_center_container {padding: 0 0 0 0 !important;}
.isp_facet_show_hide_values,
#isp_left_container_facets .isp_search_res_facets_container .isp_facet_value {padding-left: 5px; padding-bottom: .3em!important;}
.isp_search_result_page_container .isp_left_container {width: 25% !important;}
.isp_search_result_page_container .isp_center_container_position {margin-left: 26% !important;}
.isp_grid_product {height: 350px!important; width: 19.75% !important; margin: .125% !important; border-radius: .4em!important; border: 1px solid #c2c2c2!important; background: #fff!important; }
.isp_grid_product:hover > .isp_product_info > .isp_product_image_href > .isp_product_title,
.isp_grid_product > .isp_product_info > a:hover > .isp_product_title {color: #006c96;}
#isp_pagination_anchor .isp_pagination > li > a,
#isp_pagination_anchor .isp_pagination > li > span {color: #151515!important; font-weight: 600!important; border: 1px solid #777!important; border-radius: .3em; margin-left: -1px!important; margin-right: 17px !important; padding: 11px 17px !important;}
#isp_pagination_anchor .isp_pagination > .active > a,
#isp_pagination_anchor .isp_pagination > .active > a:focus {background-color: #fff!important; border: 1px solid #ff7800!important;}
#isp_pagination_anchor .isp_pagination > li > a:hover {background: #ededed!important; border: 1px solid #ff7800!important;}
#search-results h2 {margin: .4em 0;}
.isp_product_image_wrapper { height: 226px!important; }
.isp_product_title {font-size: 14px!important; font-weight: 600 !important; letter-spacing: 0.03em !important; max-height: 49px !important; line-height: 16px !important; text-align: center!important; min-height: 49px!important; margin: 0!important; display: block!important;}
.isp_search_term_highlight { border-bottom: none!important; font-weight: inherit!important; background: none!important;}
.isp_product_info .isp_product_price { color: #006600!important;}
.isp_product_info .isp_product_price_wrapper {font-size: 18px!important; font-weight: 700!important; text-align: center!important; display: inherit!important; margin-top: 5px!important;}
.isp_product_info .affirm-as-low-as {text-align: center; padding-top: 5px;}
.isp_add_to_cart_btn { display: none!important; }
.isp_add_to_cart_btn:hover {background: #ff5600!important;}
li.isp_grid_product form.isp_add_to_cart_form {z-index: 4!important;}
.isp_add_to_cart_form { opacity: 1 !important; }
.isp_single_facet_wrapper {padding-top: 6px!important; padding-bottom: 0px!important; margin-bottom: 1em!important; margin-right: 0px!important; border-radius: .4em; background: #fff; border: 1px solid #c2c2c2; }
.isp_facet_title { font-size: 14px; border-top-right-radius: .4em; border-top-left-radius: .4em; background: #ededed; padding: 1px 5px; margin-top: -7px;}
.isp_facet_title_name { font-size: 14px!important; color: #151515!important; font: 600 14px/20px Poppins !important; padding-bottom: 1px;}
.isp_facet_value_name {text-transform: capitalize; font-size: inherit !important; color: #202020!important; }
.isp_facet_value a:hover {color: #000 !important; }
.isp_custom_price_container {display: none !important; }
.isp_results_summary_wrapper h1 { border-bottom: none !important; }
.isp_product_info .affirm-as-low-as {font-size: 10px!important; line-height: 14px!important;}
#isp_pagination_anchor .isp_pagination>li{display: inline-block!important; margin: 5px auto!important;}
#isp_pagination_anchor .pagination > .active > a,
#isp_pagination_anchor .pagination > .active > a:focus,
#isp_pagination_anchor .pagination > .active > a:hover,
#isp_pagination_anchor .pagination > .active > span,
#isp_pagination_anchor .pagination > .active > span:focus,
#isp_pagination_anchor .pagination > .active > span:hover {color: #fff!important; background-color: #474747!important; border-color: #ca9442!important;}
#isp_pagination_anchor .pagination > li > a:focus,
#isp_pagination_anchor .pagination > li > a:hover,
#isp_pagination_anchor .pagination > li > span:focus,
#isp_pagination_anchor .pagination > li > span:hover {color: #fff!important; background-color: #474747!important; border-color: #ca9442!important;}
#isp_pagination_anchor .pagination > li > a {color: #2a2a2a!important; background-color: #f5f5f5!important; border: 1px solid #ca9442!important;}
#isp_pagination_anchor .pagination > li > span {background-color: #f5f5f5!important; border: 1px solid #ca9442!important; }
#isp_search_result_page_container #isp_pagination_anchor .pagination {margin-top: 0!important; float: right!important; margin-right: 25px!important;}
#isp_pagination_anchor .pagination > li:first-child > a,
#isp_pagination_anchor .pagination > li:first-child > span {border-bottom-left-radius: 0px!important; border-top-left-radius: 0px!important;}
#isp_pagination_anchor .pagination > li:last-child > a,
#isp_pagination_anchor .pagination > li:last-child > span {border-bottom-right-radius: 0px!important; border-top-right-radius: 0px!important;}
#isp_pagination_anchor .pagination > .disabled > a,
#isp_pagination_anchor .pagination > .disabled > a:focus,
#isp_pagination_anchor .pagination > .disabled > a:hover,
#isp_pagination_anchor .pagination > .disabled > span,
#isp_pagination_anchor .pagination > .disabled > span:focus,
#isp_pagination_anchor .pagination > .disabled > span:hover {cursor: inherit!important;}
#isp_left_container .isp_facet_value a div.isp_facet_check_box_icon {background-color: #fff!important;}
#isp_left_container_facets .isp_facet_value a .isp_facet_value_name .isp_facet_value_name_not_selected {font-size: 12px!important; font-weight: 300!important;}
#isp_left_container_facets .isp_facet_value a .isp_facet_value_name .isp_facet_value_counter {display: none!important;}
#isp_results_did_you_mean {font-size: inherit!important; letter-spacing: .03em!important;}
.isp_results_summary_wrapper .isp_results_tab_selected {background-color: #0e7a57!important; border-bottom-color: #c2c2c2!important;border-top-right-radius: .4em;border-top-left-radius: .4em;}
.isp_results_summary_wrapper span.isp_results_tab {padding-bottom: 6px; background: #61716c; color: #fff; border: 1px solid #5f5f5f; border-top-right-radius: .4em; border-top-left-radius: .4em; letter-spacing: .03em!important;}
.isp_header_articles_cnt, .isp_header_products_cnt {font-weight: normal!important;}
.isp_cms_article .isp_cms_title a {color: #151515!important; font-size: 1.3em;}
.isp_cms_article .isp_cms_title a:hover {color: #006c96!important;}
#isp_search_results_container .isp_cms_article {background: #fff!important; margin-bottom: 5px!important; border-bottom: none!important; border-radius: .3em!important;}
.template-page .woobox-offer {margin: 0 auto;}
.header-panel-news {background: transparent url(/cdn/shop/files/hdr.png?11611943442476381865 ) repeat-x scroll center center / 100% 100%;}
.pay-amzn {display: block; margin: 0 auto;}
.pay-amzn img {margin-top: 10px; max-width: 100%;}
.pay-amzn-txt {font-size: 10px; color: #202020; position: absolute; bottom: 8px; margin-left: 6px;}
.winbutton {font-size: 18px; color: #FFF; background: #0e7a57; padding: 12px; width: 50%; margin-left: auto; margin-right: auto;}
.winbutton:hover {background: #118861;}
.pp-prod {display: block; margin: 0 auto;}
.pp-prod img {margin-top: 10px;}
.marketing-banner { border-bottom: 1px solid #cfac51; margin-bottom: 10px;}
.marketing-banner img {margin-left: auto; margin-right: auto; margin-bottom: 10px; margin-top: 5px; display: block;}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none; position: relative; -ms-touch-action: pan-y; position: relative;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left; text-align: center;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);}
.owl-pagination {display: none;}
.owl-theme .owl-controls{text-align: center;}
.owl-theme .owl-controls .owl-buttons div{text-indent: -999em;position: absolute;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #869791;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}
.animated {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.fadeIn {-webkit-animation-name: fadeIn; animation-name: fadeIn;}
.cbp-spmenu {position: fixed;}
.cbp-spmenu h3 {margin: 0;	}
.cbp-spmenu a {display: block;	}
.cbp-spmenu-vertical {width: 260px;height: 100%;top: 0;z-index: 1000;}
.cbp-spmenu-vertical a {padding: 1em;}
.cbp-spmenu-horizontal {width: 100%;height: 150px;left: 0;z-index: 1000;overflow: hidden;}
.cbp-spmenu-horizontal h3 {height: 100%;width: 20%;float: left;}
.cbp-spmenu-horizontal a {float: left;width: 20%;padding: 0.8em;}
.cbp-spmenu-left {left: -260px;}
.cbp-spmenu-right {right: -260px;}
.cbp-spmenu-left.cbp-spmenu-open {left: 0px;}
.cbp-spmenu-right.cbp-spmenu-open {right: 0px;}
.cbp-spmenu-top {top: -150px;}
.cbp-spmenu-bottom {bottom: -150px;}
.cbp-spmenu-top.cbp-spmenu-open {top: 0px;}
.cbp-spmenu-bottom.cbp-spmenu-open {bottom: 0px;}
.cbp-spmenu-push {overflow-x: hidden;position: relative;left: 0;}
.cbp-spmenu-push-toright {left: 260px;}
.cbp-spmenu-push-toleft {left: -260px;}
.cbp-spmenu,
.cbp-spmenu-push {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {visibility: visible !important;background: #f2f2f2 !important;background: rgba(0, 0, 0, 0.06) !important;border: 0 none !important;-webkit-box-shadow: inset 0 0 12px 4px #ffffff;box-shadow: inset 0 0 12px 4px #ffffff;}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {content: '!';visibility: hidden;}
.selectize-control.plugin-drag_drop .ui-sortable-helper {-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}
.selectize-dropdown-header {position: relative;padding: 3px 12px;border-bottom: 1px solid #d0d0d0;background: #f8f8f8;-webkit-border-radius: 4px 4px 0 0;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}
.selectize-dropdown-header-close {position: absolute;right: 12px;top: 50%;color: #878787;opacity: 0.4;margin-top: -12px;line-height: 20px;font-size: 20px !important;}
.selectize-dropdown-header-close:hover {color: #000000;}
.selectize-dropdown.plugin-optgroup_columns .optgroup {border-right: 1px solid #f2f2f2;border-top: 0 none;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {border-right: 0 none;}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {display: none;}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {border-top: 0 none;}
.selectize-control.plugin-remove_button [data-value] {position: relative;padding-right: 24px !important;}
.selectize-control.plugin-remove_button [data-value] .remove {z-index: 1;position: absolute;top: 0;right: 0;bottom: 0;width: 17px;text-align: center;font-weight: bold;font-size: 12px;color: inherit;text-decoration: none;vertical-align: middle;display: inline-block;padding: 1px 0 0 0;border-left: 1px solid rgba(0, 0, 0, 0);-webkit-border-radius: 0 2px 2px 0;-moz-border-radius: 0 2px 2px 0;border-radius: 0 2px 2px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.selectize-control.plugin-remove_button [data-value] .remove:hover {background: rgba(0, 0, 0, 0.05);}
.selectize-control.plugin-remove_button [data-value].active .remove {border-left-color: rgba(0, 0, 0, 0);}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {background: none;}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {border-left-color: rgba(77, 77, 77, 0);}
.selectize-control {position: relative;}
.selectize-dropdown,
.selectize-input,
.selectize-input input {line-height: 36px;-webkit-font-smoothing: inherit;}
.selectize-input,
.selectize-control.single .selectize-input.input-active {cursor: text;display: inline-block;}
.selectize-input {border: 1px solid #cccccc;display: inline-block;width: 90%;overflow: hidden;position: relative;z-index: 1;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-shadow: none;box-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.selectize-control.multi .selectize-input.has-items {padding: 5px 12px 2px;}
.selectize-input.disabled,
.selectize-input.disabled * {cursor: default !important;}
.selectize-input.dropdown-active {-webkit-border-radius: 4px 4px 0 0;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}
.selectize-input > * {padding-left: 12px;vertical-align: baseline;display: -moz-inline-stack;display: inline-block;zoom: 1;*display: inline;}
.selectize-control.multi .selectize-input > div {cursor: pointer;margin: 0 3px 3px 0;padding: 1px 3px;background: #efefef;color: #878787;border: 0 solid rgba(0, 0, 0, 0);}
.selectize-control.multi .selectize-input > div.active {background: #428bca;color: #ffffff;border: 0 solid rgba(0, 0, 0, 0);}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {color: #808080;background: #ffffff;border: 0 solid rgba(77, 77, 77, 0);}
.selectize-input > input {padding: 0 !important;min-height: 0 !important;max-height: none !important;max-width: 100% !important;margin: 0 !important;text-indent: 0 !important;border: 0 none !important;background: none !important;line-height: inherit !important;-webkit-user-select: auto !important;-webkit-box-shadow: none !important;box-shadow: none !important;}
.selectize-input > input::-ms-clear {display: none;}
.selectize-input > input:focus {outline: none !important;}
.selectize-input::after {content: ' ';display: block;clear: left;}
.selectize-input.dropdown-active::before {content: ' ';display: block;position: absolute;background: #ffffff;height: 1px;bottom: 0;left: 0;right: 0;}
.selectize-dropdown {position: absolute;z-index: 10;border: 1px solid #cccccc;background: #ffffff;margin: -1px 0 0 0;border-top: 0 none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.selectize-dropdown [data-selectable] {cursor: pointer;overflow: hidden;}
.selectize-dropdown [data-selectable] .highlight {background: rgba(255, 237, 40, 0.4);-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {padding: 0px 12px;}
.selectize-dropdown .optgroup:first-child .optgroup-header {border-top: 0 none;}
.selectize-dropdown .optgroup-header {color: #999999;background: #ffffff;cursor: default;}
.selectize-dropdown .active {background-color: #f5f5f5;color: #262626;}
.selectize-dropdown .active.create {color: #262626;}
.selectize-dropdown .create {color: rgba(51, 51, 51, 0.5);}
.selectize-dropdown-content {overflow-y: auto;overflow-x: hidden;max-height: 200px;}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {cursor: pointer;max-width: 380px;width: 90%;}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {cursor: text;}
.selectize-control.single .selectize-input:after {content: ' ';display: block;position: absolute;top: 50%;right: 17px;margin-top: -3px;width: 0;height: 0;border-style: solid;border-width: 5px 5px 0 5px;border-color: #878787 transparent transparent transparent;}
.selectize-control.single .selectize-input.dropdown-active:after {margin-top: -4px;border-width: 0 5px 5px 5px;border-color: transparent transparent #878787 transparent;}
.selectize-control.rtl.single .selectize-input:after {left: 17px;right: auto;}
.selectize-control.rtl .selectize-input > input {margin: 0 4px 0 -2px !important;}
.selectize-control .selectize-input.disabled {opacity: 0.5;background-color: #ffffff;}
.selectize-dropdown,
.selectize-dropdown.form-control {height: auto;padding: 0;margin: 2px 0 0 0;z-index: 1000;background: #ffffff;color: #000;}
.selectize-dropdown .optgroup-header {font-size: 12px;line-height: 1.42857143;}
.selectize-dropdown .optgroup:first-child:before {display: none;}
.selectize-dropdown .optgroup:before {content: ' ';display: block;height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5;margin-left: -12px;margin-right: -12px;}
.selectize-dropdown-content {padding: 5px 0;}
.selectize-dropdown-header {padding: 6px 12px;}
.selectize-input.dropdown-active {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.selectize-input.dropdown-active::before {display: none;}
.selectize-input.focus {border-color: #66afe9;outline: 0;}
.selectize-control.multi .selectize-input.has-items {padding-left: 9px;padding-right: 9px;}
.selectize-control.multi .selectize-input > div {-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.form-control.selectize-control {padding: 0;height: auto;border: none;background: none;-webkit-box-shadow: none;box-shadow: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
#show-track{height:0;}

@media (min-width: 1420px) {
.site-nav {width: 90%;}
  .related-products .products-grid {overflow-x: hidden;}  
}

@media (min-width: 1360px) {
  .home-top-brands .account-marketing .content-blog {overflow-x: hidden;}
}

@media (min-width: 1200px) {
.header-bottom.on .header-panel-top { right: 65px; }
.banner { margin: 0 -100% 37px; }
.quickview-template .content,
.quick-view .content { width: 938px; }
.quickview-template .product-img-box,
.quick-view .product-img-box { width: 415px; padding-right: 25px; }
.quickview-template .product-shop,
.quick-view .product-shop { width: 483px; }
.template-product .product-shop { padding-left: 15px; }
.cart-row { width: 35%; }
.wrapper-cart { width: 65%; padding-right: 10px; }
.cart-list a.product-img { width: 30%; padding-right: 10px; }
.cart-list .product-details { width: 70%; } 
.footer-top .col-md-5 {width: 38.667%;}
.footer-top .col-md-3 {width: 28%;}
#search-results .main-content {max-width: 90%!important;}
}

@media (max-width: 1199px) {
.site-nav > li > a {font-size: 12px; } 
.tabs {font-size: 11px;}
.product-title-box .title {font-size: 24px;}
.slide-heading img { max-width: 240px; max-height: 150px; }
.product-detail-middle .product-shop .related-products {margin: 0 15px;}
}

@media (max-width: 1062px) {
.site-nav-dropdown .col-1 .inner{min-width: unset;}
}

@media (max-width: 1034px) {
.grid-item .hover,
.quickview-button,
.list-category .view { display: none; }
.quick-view { display: none!important; }
.products-grid .spr-badge { position: static; opacity: 1; filter: alpha(opacity=100); }
.products-grid .grid-item .product-top { position: static; }
.quickview-button { visibility: hidden; }
.recently-viewed-products .product-bottom .action,
.products-grid .product-des { opacity: 1; filter: alpha(opacity=100); bottom: 0; }
.recently-viewed-products .product-bottom .action { position: static; }
.products-grid .product-des .action { padding: 0; }  
}

@media (min-width: 992px) and (max-width: 1199px) {
.banner .container { margin-left: -495px; }
.banner .inner { width: 400px; }
.header-bottom.on .header-panel-top { right: 65px; }
.header-bottom.on .site-nav > li > a { font-size: 11px; padding: 7px 12px 5px; }
.header-bottom .container {width: 100%;}
.header-panel-bottom {padding-left: 10px;}
.header-panel-top .phone-num .phone-num-link {font-size: 16px; margin-right: 8px;}
.newsletter .input-group-field { width: 245px; }
.product-detail-top { padding: 10px 1em 0;}
.product-detail-top .col-md-8,
.product-detail-top .col-md-4 {padding: 0 5px;}
.product-detail-top-form .btn {height: 44px;}
.suggest-trade {margin-top: 10px;}
.suggest-btn {padding: 8px;}
.top-desc {margin-top: 10px;}
.prodpricewrap {margin-bottom: 10px;}
.product-img-box.has-jcarousel .product-photo-container { width: 220px; }
.more-view-wrapper .jcarousel-clip-vertical { height: 253px; }
.product-bottom .price-box .affirm-grd-col,
.product-bottom .price-box .affirm-site-modal,
.product-bottom .price-box .affirm-as-low-as {font-size: 10px;}
.quick-view .product-img-box.has-jcarousel .product-photo-container { width: 230px; }
.quickview-template .content,
.quick-view .content { width: 938px; }
.quickview-template .product-img-box,
.quick-view .product-img-box { width: 415px; padding-right: 25px; }
.quickview-template .product-shop,
.quick-view .product-shop { width: 483px; }
.header-bottom.on .site-nav { margin-left: -90px; }
.header-panel-bottom .sale-off {font-size: 16px; color: #fff !important;}
.customer-links .igFlag {margin-left: 1.2em;}
.account-banner .col-sm-4 {padding: 0 5px;}
.footer-top .container {width: 100%;}
.footer-top .col-md-4 {width: 29%;}
.footer-top .col-md-5 {width: 36%;}
.footer-top .col-md-3 {width: 35%; padding-left: 3%;}
#search-results .main-content {max-width: 98%!important;}
#isp_search_result_page_container div.isp_center_container_position {margin-left: 17.5%!important;}
}

@media (max-width: 992px){
.detail-top-form-mobile{display: none;}
.product-shop .product-title,
.product-detail-middle .item-description {padding: 0 1em;}
.desc-spec ul {padding: 0 1.5em;}
#payment-forms div img {height: 28px;}
.prodspecialbanner {width: 90%; margin: 0px auto; margin-bottom: 20px;}
.synchrony-banner {width: 60%; margin: 0px auto; margin-bottom: 20px;}
#paymentoptions {width: 75%; margin: 0px auto;}
#payment-forms {width: 75%; margin: 0px auto; margin-bottom: 20px;}
.desc-wrapper {width: 75%; margin: 0px auto;}
.collection-suggestion {width: 75%; margin: 0px auto; margin-bottom: 20px;}
.prod-banners-wrapper{width: 100%; margin: 0px auto; display: flex; flex-direction: column; align-items: center;}
.template-collection .grid-banner-item {display: none;}
.product-detail-top {padding: 2px 5px 0;}
.social-wrapper {width: 100%; min-height: 33px;}
.product-title-box {padding: 0 5px;}
.template-product .col-soc-bc {margin-left: 0;}
.product-infor-row .product-infor p {white-space: nowrap;}
.gallery-thumbs {max-width: 422px;}
.product-detail-middle .desc-quest-form #contactFormWrapper {max-width: 83%; margin: 0 auto;}
.account-banner .col-sm-4 {position: inherit;}
#search-results .main-content {max-width: 100%!important;}
.template-product .product-detail-top .col-md-5 {text-align: center; padding-left: 10px; padding-top: 10px;}
.top-desc .vendor-image-wrap .vendor-image {margin: 7px auto 10px }
.product-inventory {width: 84%; max-width: 420px; margin: 0 auto 25px;}
.product-detail-top-form .affirm-as-low-as a {margin: 0 auto 0;}
.product-detail-top .product-detail-top-form .prod-sold-bnr {margin: 0 auto;}
#sitemap .brand-list ul {column-count: 2;}  
}

@media (min-width: 300px) and (max-width: 991px){
.tabs {font-size: 14px;}
}

@media screen and (max-width: 767px){  
.product-shop #add-to-cart-form .btn { margin-bottom: 0px; height: 70px;}
.template-collection .col-main .toolbar {text-align: center;}
}

@media (min-width: 768px) and (max-width: 991px) {
.slide-des p.line,
.toolbar .view-mode label { display: none; }
.banner .container { margin-left: -375px; }
.banner .inner { width: 320px; }
.header-bottom.on .header-panel-top { right: 50px; }
.header-bottom .nav-search .icon-search { width: 50px; }
.nav-bar .header-logo-fix { margin-left: 10px; margin-right: 10px; }
.site-nav {width: 100%;}
.site-nav > li > a { font-size: 11px; }
.site-nav > li:first-child > a { padding-left: 0; }
.site-nav > li:last-child > a { padding-right: 0; }
.header-bottom.on .site-nav > li > a { font-size: 11px; }
.header-bottom.on .top-cart a span.first { width: 50px; background-position: -29px -110px; }
.header-bottom.on .top-cart a #cartCount { right: 10px; }
.site-nav-dropdown .col-1 {width: 100%; }
.header-top a{font-size: 9px; }
.collection-title h3.h5 { font-size: 18px; }
.hero-banner {background-position: right;}
.slide-des { bottom: 60px!important; }
.banner p { margin-bottom: 20px; }
.newsletter .input-group-field { width: 100%; }
.widget-featured-product .btn { padding: 0 5px; }
.modal-dialog {width: 720px;}
.sidebar-custom ul li { width: 100%; }
.refined-widgets > a { float: left; }
.template-blog .widget-recent-articles,
.template-article .widget-recent-articles {font-size: 11px;}
.template-blog .widget-title h3,
.template-article .widget-title h3 {font-size: 12px;}
.content-blog .list-blog > li {width: 49%;}
.account-marketing .block-four-banner-item .block-info {padding-top: 15px;}
.brand-list .top-col {column-count: 2; margin: 5px 0 0;}
.template-collection .col-xs-2 {width: 20%;}
.template-collection .col-xs-10 {width: 80%;}
.template-collection .sidebar {padding-right: .4em;}
#collection-sidebar-banner-block {width: 100%;}
#collection-sidebar-banner-block .widget-recent-articles .article,
#collection-sidebar-banner-block .widget-recent-articles .article em {font-size: 11px;}
.header-panel .header-logo {width: 21%;}
.header-bottom .nav-search {width: 54%;}
.header-panel-bottom {width: 25%; padding-left: 5px;}
.header-panel-top .phone-num {height: 18px;}
.header-panel-top .phone-num .phone-num-link {font-size: 15px; margin-right: 5px; }
.header-bottom .top-cart .icon {height: 18px; width: 18px; background-size: 18px; margin-right: 1px;}
.header-bottom .top-cart a #cartCount {font-size: 1.1em; height: 18px; padding: 0;}
.header-panel-top .customer-links {font-size: 11px; padding: 0 .4em;}
.header-panel-top .customer-links .top-contact a {font-size: 11px;}
.customer-links .igFlag {margin-left: .6em;}
.header-panel-bottom .sale-off { font-size: 14px; color: #fff !important; margin-left: -10px;}
.header-panel-bottom .sale-off small {font-size: 9px; }
.toolbar .view-mode { margin: 16px 8px 16px 16px; }   
.product-list .grid-item .product-image {margin-right: 5px;}
.recently-viewed-products .owl-theme .owl-controls .owl-buttons div.owl-next {right: 10;}
.recently-viewed-products .owl-theme .owl-controls .owl-buttons div.owl-prev {left: 10;}
.product-img-box.has-jcarousel .product-photo-container { width: 150px; }
.more-view-wrapper .jcarousel-clip-vertical { height: 160px; }
.product-img-box.has-jcarousel .product-photo-thumbs li { margin-bottom: 10px; }
.tab-content .spr-form-input-textarea { width: 100%; }
.nav-tabs > li { width: 100%; margin-bottom: 0; }
.nav-tabs > li > a { padding: 14px 20px 12px!important; }
.nav-tabs > li > a:hover, 
.nav-tabs > li:hover > a, 
.nav-tabs > li:hover > a:hover, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus { border-color: transparent; color: #fff; background: #000; padding: 13px 20px!important; }
.cart-row .btn { font-size: 12px; padding: 0 10px; }
#get-rates-submit { padding: 0 10px; }
.template-index .slide-heading { font-size: 34px; }
.homepage-tabs-products .nav-tabs > li { width: auto; padding-top: 26px; }
.homepage-tabs-products .nav-tabs > li > a:hover,
.homepage-tabs-products .nav-tabs > li:hover > a,
.homepage-tabs-products .nav-tabs > li:hover > a:hover,
.homepage-tabs-products .nav-tabs > li.active > a,
.homepage-tabs-products .nav-tabs > li.active > a:hover,
.homepage-tabs-products .nav-tabs > li.active > a:focus { background: transparent; color: #000; }
.free_shipping { height: auto; min-height: 35px; background-repeat: repeat; }
.free_shipping a { top: 1px; }
.free_shipping span { font-size: 12px; }
#email-modal .window-window .window-content .btn.close,
.close-window,
.close-modal { right: 0; top: -53px; }
.slide_brand .owl-controls .owl-buttons div.owl-prev { left: 0; }
.slide_brand .owl-controls .owl-buttons div.owl-next { right: 0; }
.products-grid.product-perrow-2 .grid-item { width: 50%; }
.products-grid.product-perrow-3 .grid-item { width: 31%; }
.products-grid.product-perrow-4 .grid-item,
.products-grid.product-perrow-5 .grid-item { width: 32.833%; }
.header-bottom.on .nav-bar .header-logo-fix,
.header-bottom.on .header-panel-top,
.header-bottom.on .header-panel { display: none!important; }
.products-grid .product-des .action { left: 10px; right:10px; }
.product-detail-middle .product-shop .row .col-sm-9 {width: 65%; }
.product-detail-middle .product-shop .row .col-sm-3 {width: 35%;}
.product-detail-middle .product-shop .col-md-8 {width: 95%; margin: 0 auto 20px;}
.product-detail-middle .product-shop .col-md-4 {width: 90%; margin: 0 auto;}
.product-detail-middle .product-shop .row .col-sm-9 .product-infor-row.col-sm-6 {width: 60%; }
.product-detail-middle .product-shop .row .col-sm-9 .vendor-image-wrap.col-sm-6 {width: 40%; }
.prodpricewrap { font-size: 14px;}
.prodpricewrap .price,
.pricetext { font-size: 15px;}
.product-shop .price { font-size: 16px;}
.wrapper-container .site-nav li.mega-menu .site-nav-dropdown {width: 98%; margin: 0 1%; padding: 10px;}
.newsletter .block-content .btn { padding: 6px 4px; font-size: 12px; }
.product-detail-top .col-md-8 {width: 100%; float: left; padding: 0 5px;}
.product-detail-top .col-md-4 {width: 100%; float: left; padding: 0 8%;}
.suggest-trade,
.top-desc {margin-top: 10px;}
.prodpricewrap {margin-bottom: 10px;}
.prodspecialbanner { padding: 2px 0 0 0; width: 100%; }
.prodspecnote { font-size: 14px; }
.prodspecialtext { font-size: 12px; }
.vendor-image img {max-width: 160px;}
.finance-content .promo-header {font-size: 22px;}
.blog-home-icon-wrap .widget-content .article {font-size: 11px;}
.account-banner .col-sm-4 {padding: 0 5px;}
.account-banner .acct-mkt-cen {font-size: 20px;}  
.account-banner .acct-mkt-btn,
.account-marketing .acct-mkt-btn {font-size: 14px; padding: 3px;}
.footer-top {padding: 20px 5px 0 15px; max-height: 324px;}
.footer-top .col-md-4 {width: 50%;}
.footer-top .col-md-5 {width: 50%; top: 50px;}
.footer-top .col-md-3 {float: right; width: 43%; top: -128px; background: #313131; padding: 30px 10px; border-radius: .4em; border: 1px solid #959595; margin-right: 20px;}
.footer-middle .block-img img {max-width: 200px;}
.list-category .grid-item {padding: 0 5px;}
.isp_grid_product {width: 32.8% !important;}
#isp_search_result_page_container div.isp_center_container_position {margin-left: 20.5%!important;}
}

@media (min-width: 768px) {
.cbp-spmenu-push-toright {left:0!important;}
#cbp-spmenu-s1 {display: none !important;}
.sidebar { display: block!important; }
.header-bottom { -webkit-animation-duration: 0.8s; -moz-animation-duration: 0.8s; -o-animation-duration: 0.8s; animation-duration: 0.8s; }
.header-bottom.on { position: fixed; left: 0; right:0; top:0; z-index: 999; padding: 0; }
.wrapper-container .header-bottom.on .site-nav li.dropdown.mega-menu > a:after,
.wrapper-container .header-bottom.on .site-nav li.dropdown.mega-menu > a:before,
.header-bottom.on p.text_order,
.header-bottom.on .currency,
.header-bottom.on .header-logo,
.header-bottom.on .free_shipping,
.header-bottom.on .customer-links { display: none; }
.header-bottom.on .header-panel { position: absolute; width: auto; right: 60px; top: 0; z-index: 10; padding: 0; }
.header-bottom.on .header-panel-bottom { width: 100%; margin: 0; }
.header-bottom.on .top-cart { padding: 0; }
.header-bottom.on #dropdown-cart { left: auto; right: 0; top: 50px; }
.header-bottom.on .header-panel-top { position: absolute; width: auto; top: 0; right:0; padding: 0; z-index: 11; border-bottom: 0; }
#customer_login,
#recover_password { max-width: 440px; }
.products-grid.owl-carousel .owl-wrapper-outer { margin: 0 -10px; padding: 0 10px; width: auto; }
.products-grid .action .variants { width: 100%; }
.header-bottom.on .nav-search .icon-search { display: block; }
.header-bottom.on .search-bar { display: none; position: absolute; right: -10px; top: 50px; }
.header-bottom.on .top-cart .icon {position: absolute; top: 13px; left: 11px;}
.header-bottom.on .top-cart a { display: block; }
.header-bottom.on .top-cart a span.first { text-indent: -999em; display: block; background: transparent; width: 50px; height: 50px; border-left: 1px solid transparent; }
.header-bottom.on .top-cart a #cartCount { top: 10px;left: 23px;}
.nav-bar .header-logo-fix { float: left; display: none; margin: 0 21px; }
.header-bottom.on .top-cart a { margin-right: 0; }
.header-bottom.on .text_order,
.header-bottom.on .header-panel-bottom { display: none; }
.header-bottom.on .header-panel { border-bottom: 0; }
.header-bottom.on .nav-bar .header-logo-fix { display: table; position: relative; z-index: 2; height: 50px; }
.header-bottom.on .nav-bar .header-logo-fix a { display: table-cell; vertical-align: middle; } 
.product-detail-top { margin-bottom: 10px; min-height: 660px; }
.product-detail-top .container { position: relative; }
.template-list-collections .page-header .collection-image,
#search-results .page-header .collection-image,
#electric-guitar-brands .page-header .collection-image,
#acoustic-guitar-brands .page-header .collection-image,
#bass-guitar-brands .page-header .collection-image,
#amplifier-brands .page-header .collection-image, 
#effects-pedal-brands .page-header .collection-image,
#pickup-brands .page-header .collection-image,
#accessories-brands .page-header .collection-image,
#parts-brands .page-header .collection-image,
#used-amp-vintage-guitar-brands .page-header .collection-image,
#brands .page-header .collection-image,
#brand-landing .page-header .collection-image,
.template-blog .page-header .collection-image,
.template-article .page-header .collection-image,
.template-collection .page-header .collection-image { height: 120px; overflow: hidden; }
.template-article .page-header .collection-image img {width: 100%;}
.mobile-option-sidebar {display: none;}
}

@media (max-width: 767px) {
.product-detail-top { padding-bottom: 20px; }
.product-detail-top .product-detail-top-form { text-align: center; }
#fixed-top-cart { padding-left: 15px; padding-right: 15px; }
#fixed-top-cart h3 {font-size: 18px; line-height: 18px; margin-left: 0px;}
#fixed-top-cart .fixed-top-cart-right-wrapper{flex-direction: column; margin: 0px auto;}
#fixed-top-cart-price { font-size: 18px; }
#fixed-top-cart-add-btn form .btn{ font-size: 16px; width: auto; max-width: 280px; height: 50px;}
.product-detail-middle { padding-top: 0; }
.product-detail-middle .product-shop .row .col-sm-3 {width: 80%; max-width: 340px; }
#slider,
.customer-links,
.hidden-phone,
.header-panel-bottom .customer-links,
.header-panel-top .currency .selectize-control.single .selectize-input input,
.slide-text,
.header-panel-top .nav-search,
.slide-des p.line,
.slide-des .btn,
.main-slideshow .flex-direction-nav,
.nav-bar,
.site-nav li.dropdown a > .icon-dropdown,
.site-nav .product-label,
.site-nav-dropdown .col-3,
.lookbook .slide-des p.line,
.lookbook .slide-text,
.header-bottom .top-cart a span.first,
.site-nav-dropdown .dropdown::before,
.dd-header-container,
.dd-bottom-container,
.header-panel-top .text_order { display: none; }
.header-panel-top .top-contact a {color: #fcbf45; font-size: 13px;}
.header-bottom .top-cart a span.first, 
.header-panel-top, .header-panel-top a {color: #fff;}
.top-contact {display: none;}
.header-panel-top .phone-num {top: -98px; border-right: none; font-size: 18px;}
.template-blog .col-main {width: 100%!important; padding: 0 10px;}
.template-article .col-main {width: 100%!important; padding: 0 10px;}
.social-wrapper {margin-bottom: 5px;}
.product-title-box .title {padding-left: 3px; font-size: 22px; line-height: 26px;}
.product-infor-row {padding-left: 10px; font-size: 11px; line-height: 15px;}
.actual-photos-box img {height: 18px; }
.cart-list .prodpricewrap {padding-bottom: 0;}
.cart-title h2 {border-bottom: none; border-top: 1px solid #dedede; padding: 10px 0 0 5px;}
.cart-row .total-price h3 {border-bottom: none; padding: 0 0 0 5px;}
.cart-row .total-price .price {font-size: 22px; margin-top: 0; text-align: center;}
.cart-row .cart-text {text-align: center;}
.gallery-top:hover {cursor: inherit;}
.footer-top .block-title {text-align: center;}
.footer-top .footer-card .block-content a,
.footer-top ul.social {float: none;}
.footer-top .footer-social #___ytsubscribe_0,
.footer-top .footer-social #___ytsubscribe_1{display:inline-block!important;}
.footer-top .newsletter .block-content-des {text-align: center;}
.footer-top .footer-card .yt-text {text-align: center;max-width: none;}
.footer-top .footer-card .block-content-des {margin: 0 auto; text-align: center;}
.footer-top .newsletter .block-content .input-group {margin: 0 auto;}
.product-detail-middle .product-shop .col-md-8 {width: 95%; margin: 0 auto 20px;}
.product-detail-middle .product-shop .col-md-4 {width: 90%; margin: 0 auto;}
.product-detail-middle .desc-quest-form #contactFormWrapper {max-width: 98%;}
.site-nav {width: 100%;}
.template-index .slide-img,
.quickview-button,
.zoomLens,
.zoomWindowContainer,
.zoomContainer,
#megamenu-responsive-root { display: none !important; }
#email-modal .modal-window {max-width: 95%; top: 30px; margin-top: 0; }
#email-modal .window-window .window-content .btn.close {right: 2px; top: 2px;}
#email-modal .window-window .window-content .top-banner h2 {padding-left: 0; top: 2px; display: block;}
.template-index .slide-img-mb { display: block!important; margin: 0 auto; }
.text_order { width: 100%; text-align: center; padding-bottom: 10px; }
.banner .container { position: static; margin-left: 0; }
img:hover { opacity: 1; filter:alpha(opacity=100); }
.visible-phone { display: block; }
.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 { width: auto; float: none; }
#currencies-modal { position: absolute; top: 46px; left: 0; width: 100%; z-index: 9; padding: 10px 20px; background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.header-mobile { display: block; height: 45px; margin-top: 5px; }
.header-mobile .currency { width: 25%; }
.header-mobile #showLeftPush { height: 45px; }
.header-mobile .customer-area > a { height: 45px; color: #fff; padding: 12px 34px 0; }
.customer-area a { text-decoration: none; }
.header-top { font-size: 11px; letter-spacing: .2em; height: 40px; padding-top: 10px; }
.header-top a{font-size: 11px; }
.header-top .container { position: relative; }
.header-top .close { position: absolute; top: 5px; right: 10px; margin: 0; }
.header-top p { max-width: 98%; margin: 0 auto; }
.header-bottom { padding: 0; }
.header-bottom .container { padding: 0; }
.header-bottom p.text_order { float: left; width: 100%; text-align: center; border-bottom: 1px solid #e7e7e7; padding: 9px 10px; }
.header-panel .header-logo { width: 100%; justify-content: center; margin: 5px 0 10px; padding: 10px 0;}
.header-panel .header-logo img {max-width: 240px;}
.header-panel-bottom { height: 0px; }
.header-panel-top .phone-num .phone-num-link {display: none;}
.currency #currencies { height: 46px; border: 0; background: #141414; color: #fff; width: 100%; font-weight: 700; text-align: center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-appearance: none; } 
.header-panel-top .multiple-setting-btn { float: left; width: 25%; height: 46px; position: absolute; margin: 0; left: 50%; top:0; background: #141414 url(icon_cog.png) no-repeat center center; border:0; border-right: 1px solid #868686; }
.header-panel-top .multiple-setting-btn.in { background-color: #505050; }
.header-panel-top .currency { float: left; width: 50%; margin-right: 0; }
.header-panel-top .currency .selectize-control { height: 46px; width: 100%; margin:0; position: static!important; text-align: center; }
.header-panel-top .currency .selectize-control.single .selectize-input, 
.header-panel-top .currency .selectize-control.single .selectize-input input { width: auto; height: 46px; line-height:46px; background: none; cursor: pointer; text-align: center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.header-panel-top .currency .selectize-control div.item { background: none; padding: 0;}
.header-panel-top .currency .selectize-control div.item:after { border: 4px solid transparent; border-top-color: #fff; content:''; height: 0; display: inline-block; margin-left: 8px; }
.header-panel-top .currency .selectize-control.single .selectize-input.dropdown-active div.item:after { border-top-color: transparent; border-bottom-color:#fff; margin-bottom: 4px; }
.header-panel-top .currency .selectize-dropdown { margin-top: 0; }
.brand-list .top-col {column-count: 1; margin: 5px 0 0;}
.lang-block { width: 50%; text-align: center; padding: 0; margin:0; }
.lang-block .selectize-control { float: none; margin: 0; }  
.lang-block,
.currency { display: none; } 
.lang-block.in,
.currency.in { display: block; }
.header-bottom .selectize-control.single .selectize-input,
.header-bottom .selectize-control.single .selectize-input input,
.header-bottom .selectize-control { height: 46px; line-height: 46px; }
.header-bottom .selectize-control div.item { background-position: 0 16px !important;}
.header-bottom { position: relative; }
.header-bottom .top-header {  position: absolute; right: 3px; top: 0; padding-left: 0; padding-right: 0; height: 45px; }
.header-bottom .top-header:hover { background: #505050; }
.header-bottom .top-cart { float: right; width: 100%; padding: 0;margin-top: 0px; }
.header-bottom .top-cart a { float: left; width: 100%; height: 45px; position: relative; margin-top: 5px; }
.header-bottom .top-cart .icon { display: block; position: absolute; top: 50%; left: 50%; margin: -9px 0 0 -30px; }
.header-bottom .top-cart a #cartCount { position: absolute; top: 50%; left: 50%; margin: -12px 0 0 -4px; font-size: 1em; }
.header-bottom .top-cart a:hover { background-color: #505050; }
.header-bottom #dropdown-cart { left: auto; right: -3px; top: 46px; border-width: 0 0 1px; z-index: 2000; border-radius: 0; }
.header-bottom .free_shipping { min-height: 40px; height: auto; padding: 10px 1px; }
.free_shipping span {font-size: 12px;}
.free_shipping a { position: static; display: block; margin-top: 2px; }
.header-panel .nav-search { width:100%; padding: 0px 6%; margin-bottom: 15px; }
.header-panel .nav-search .input-group,
.header-panel .search-bar input.input-group-field { font-size: 1rem; width:100%; }
#back-top { width: 35px; height: 36px; right: -7px; top: auto; bottom: 100px; background-position: -11px -1916px; background-color: #fff; z-index: 300; }
.footer-top .col-md-4 {margin-top: 0;}
.footer-top .col-md-5 {padding: 0 9px 80px; top: 35px;}
.footer-middle .col-1, .footer-middle .col-2 { width:50%; text-align: center; }
.footer-middle .col-1 h4 span, .footer-middle .col-2 h4 span {border-bottom: 1px solid;}
.footer-middle .col-3,
.footer-middle .col-4 { width: 100%; margin-bottom: 35px; border-bottom: 1px solid #3f3f3f; padding: 0 0 25px; }
.footer-middle .row .col-3 {display: none;}
.banner .inner { position: static; max-width: 100%; margin-top: 20px; }
.banner h2 { font-size: 20px; }
.banner p { margin-bottom: 20px; }
.banner-home-top { margin-bottom: 20px; }
.banner-home-top li { margin-bottom: 10px; }
.banner-home-bottom .des h4 { margin-top: 20px; }
.widget-title fieldset.box-title legend { font-size: 18px; }
.flexslider { margin-bottom: 7px; }
.flexslider .slides { position: relative; }
.hero-banner {background-size: 767px;background-position: right;height: 200px;}
.template-index .main-slideshow .flexslider .flex-control-nav { position: static; visibility: visible; }
.template-index .main-slideshow .flex-control-paging li a { width: 11px; height: 11px; border: 3px solid #d5d8dc; background: #d5d8dc; }
.template-index .main-slideshow .flex-control-paging li a.flex-active, 
.template-index .main-slideshow .flex-control-paging li a:hover { border-color: #323232; }
.template-index .slide-heading { font-size: 24px; line-height: 24px; display: inline-block; border: 0; background: rgba(50, 50, 50, 0.85); padding: 10px; margin: 0; text-shadow: 1px 1px 1px #000; border-radius: .4em; }
.template-index .slide-heading img { max-width: 160px; max-height: 75px; }
.slide-des { top: 25%; left: 2%; right: 2%; }
.main-slideshow .flexslider .flex-control-nav { bottom: 15px;}
.template-index .container {padding: 0 5px;}
.home-intro-text.container {padding: 20px 5px;}
.homepage-new-arrivals-img img {max-width: 200px; margin-left: 10px;}
.footer-bottom address {margin: 0 3px;}  
#privacy-terms-links {margin: 7px 3px 20px;}
.gf-menu-device-container .site-nav { display: block!important; overflow: hidden; }
.gf-menu-device-container .site-nav.gf-menu.clicked { visibility: visible; height: auto; }  
.cbp-spmenu-left.cbp-spmenu-open { left: 0; overflow-y: auto; }
.cbp-spmenu-push-toright {  overflow-y: hidden;position: fixed; width: 100%;}
.menu-block { width: 33.33%; float: left; padding: 0; }
.site-nav > li:hover > a > span:first-child, 
.site-nav > li:hover > a.current > span:first-child, 
.site-nav > li > a.current > span:first-child { border: 0; }
.site-nav a { white-space: normal; margin: 4px 0px; }
.site-nav-dropdown .col-1 .inner-brands-container a {height: 25px;}
.cbp-spmenu { background: url(//www.themusiczoo.com/cdn/shop/t/59/assets/box-shadow-mobile.png?v=44775138087668121201726490642) right 0 repeat-y #fff; }
.cbp-spmenu .site-nav > li > button {display:block; letter-spacing: .04em; width: 100%;}  
.cbp-spmenu .site-nav > li > button,  
.cbp-spmenu .site-nav > li > a { font-size: 14px; color: #000; padding: 12px 20px; margin: 0; text-align:left; text-shadow: none; }
.cbp-spmenu .site-nav > li > .site-nav-dropdown > li:hover > a:before { display: none; }
.cbp-spmenu .site-nav > li.dropdown.open > a {position: relative;}
.cbp-spmenu .site-nav > li.dropdown.open > a:before { border-top-color:transparent; border-bottom-color: #fff;top: 15px; }
.menu-block .site-nav { border-bottom: none; }
.site-nav li { position: relative; }
.site-nav li.dropdown { position: relative; }
.site-nav > li { display: block; clear: both; position: relative; border-bottom: 1px solid #e8e8e8;}
.site-nav > li > a { padding: 12px 0; }
.site-nav > li.dropdown > p.toogleClick { color: #006c96; display: block; z-index: 2; font-size: .9em; position: absolute; right: 2px; top: 3px; padding: 19px 120px; margin: 0;}
.site-nav>li:hover>p.toogleClick,
.site-nav > li.dropdown p.toogleClick:hover {  }
.site-nav > li.dropdown:hover > p.toogleClick:before { border-top-color: #fff; }
.site-nav > li.dropdown > p.toogleClick.mobile-toggle-open:before { border-top-color:transparent; border-bottom-color:#000; top: 14px;}
.site-nav > li.dropdown:hover > p.toogleClick.mobile-toggle-open:before { border-bottom-color: #fff; }
.site-nav-dropdown { border: 0; background: none; width: 100%; position: static; padding: 0 10px 0 35px; }
.site-nav-dropdown .container { padding-left: 0; padding-right: 0; }
.site-nav > li:hover > a, 
.site-nav > li.open > a:hover,
.site-nav > li:hover > a:hover { background: #fff; color: #000; }
.site-nav > li.dropdown:hover > a { color: #000; }
.site-nav > li.dropdown ul p.toogleClick.mobile-toggle-open:before { top: 10px; }
.site-nav-dropdown .col-1 .inner p.toogleClick:before,
.site-nav > li.dropdown ul p.toogleClick:before { display: block; content:""; position: absolute; right: 0; top: -15px!important; width: 20px; height: 40px; }
.site-nav-dropdown p.toogleClick { background: url(//www.themusiczoo.com/cdn/shop/t/59/assets/icon-megamenu.png?v=99702376046780940811726490695) no-repeat; padding: 0; width: 8px; height: 8px; right: 0; top: 20px; z-index: 2; }
.site-nav-dropdown .col-1 .inner p.toogleClick { display: block!important; }
.site-nav > li.dropdown ul p.toogleClick.mobile-toggle-open,
.site-nav-dropdown .col-1 .inner p.toogleClick.mobile-toggle-open { background-position: center bottom; height: 4px; }
.site-nav > li > ul > .dropdown.open > ul {display: block;}
.site-nav > li > ul > li > ul > .dropdown.open > ul {display: block;}
.site-nav > li > ul > li > ul > ul > li > .dropdown.open > ul {display: block;}
.site-nav > li > .site-nav-dropdown { border-bottom: 1px solid #e5e5e5; padding-bottom: 10px; }
.site-nav > li > .site-nav-dropdown > li > a { padding: 11px 0 13px; text-transform: uppercase; font-size: 11px; font-weight: 700; border-top: 1px solid #e5e5e5; }
.site-nav > li > .site-nav-dropdown > li:first-child > a { border-top: 0; }
.site-nav > li > .site-nav-dropdown > li:hover > a:before { background: none; }
.site-nav > li li .site-nav-dropdown { padding: 0 15px; margin-bottom: 20px; }
.site-nav-dropdown li:hover a { background: none; }
.site-nav-dropdown li:hover a, 
.site-nav-dropdown a:active { padding-left: 0; }
.site-nav-dropdown li li a { padding: 7px 0; }
.site-nav-dropdown li:hover > a:before { display: none; }
.site-nav-dropdown .col-1 { display: block; width: 100%; padding: 0; height: auto; }
.site-nav-dropdown .col-3 { padding-bottom: 28px; }
.site-nav-dropdown .col-1 .inner { width: 100%; padding: 0; border-left: 0; }
.cbp-spmenu .site-nav-dropdown .col-1 .inner { width: 100%!important; position: relative; padding: 0; }
.cbp-spmenu .site-nav-dropdown .col-1 .inner:first-child > a { border-top: 0; }
.site-nav-dropdown .col-1 .inner-title {border-top: 1px solid #e5e5e5; border-bottom: none; width: 100%; padding-top: 15px; margin-bottom: 12px;}
.site-nav-dropdown .col-1 .inner-brands {border-top: none; border-bottom: none; padding: 12px 0px; margin-left: 0;}
.site-nav-dropdown .col-1 ul.dropdown li a { font-size: 12px; font-weight: 500; text-transform: none; padding: 11px 0 13px; font-size: 11px; letter-spacing: 0.02em; border-top: 1px solid #e5e5e5; width: 100%; }
.site-nav-dropdown .col-1 ul.dropdown li:hover > a { }
.site-nav-dropdown .col-1 ul.dropdown li:hover > a:before { left: 20px; }
.site-nav .widget-featured-product { text-align: left; margin: 0 0 10px -10px; padding-top: 30px; }
.site-nav .products-grid .grid-item { text-align: left; }
.site-nav .products-grid .grid-item .product-grid-image { float: left; margin: 0 15px 0 0; }
.site-nav .widget-featured-product .widget-title h3 { font-size: 11px; }
.widget-featured-product .grid-item .product-grid-image img { width: 80px; }
.widget-featured-product .products-grid .grid-item { position: relative; }
.widget-featured-product .details { overflow: hidden; }
.site-nav .product-label strong { float: left; }
.ajax-success-modal .btn-secondary { font-size: 9px!important; height: 34px; line-height: 30px; padding: 0 8px; }
.ajax-success-modal .content { width: 100%; margin-left: 0; margin-top: 0; left: 0; top: 60px!important; padding: 20px 10px;  min-height: 180px; }
.ajax-success-modal .close-modal { right: 5px; top: -40px; }
.ajax-success-modal .ajax-right { margin-left: 5px; }
.ajax-success-modal .ajax-right .success-message {font-size: 11px; background-size: 10px 10px; padding-left: 30px!important;}
.ajax-success-modal .ajax-right .ajax-product-title {font-size: 13px;}
.ajax-success-modal .ajax-left { margin-right: 5px; }
.ajax-success-modal .ajax-product-image {max-width: 50px!important; max-height: 50px!important;}
.ajax-success-modal .continue-shopping { margin-right: 5px; }
.homepage-tabs-products .nav-tabs > li { width: 50%; margin-right: 0; float: left; }
.homepage-tabs-products .nav-tabs > li > a:hover,
.homepage-tabs-products .nav-tabs > li:hover > a,
.homepage-tabs-products .nav-tabs > li:hover > a:hover,
.homepage-tabs-products .nav-tabs > li.active > a,
.homepage-tabs-products .nav-tabs > li.active > a:hover,
.homepage-tabs-products .nav-tabs > li.active > a:focus { padding: 10px 0!important; }
.template-collection .toolbar h1 { width: 100%; text-align: center; margin-bottom: 5px;}
.template-list-collections .page-header .collection-image, 
#search-results .page-header .collection-image, 
#electric-guitar-brands .page-header .collection-image, 
#acoustic-guitar-brands .page-header .collection-image, 
#bass-guitar-brands .page-header .collection-image, 
#amplifier-brands .page-header .collection-image, 
#effects-pedal-brands .page-header .collection-image, 
#pickup-brands .page-header .collection-image, 
#accessories-brands .page-header .collection-image, 
#parts-brands .page-header .collection-image, 
#used-amp-vintage-guitar-brands .page-header .collection-image, 
#brands .page-header .collection-image, 
#brand-landing .page-header .collection-image, 
.template-blog .page-header .collection-image, 
.template-article .page-header .collection-image, 
.template-collection .page-header .collection-image {height: 80px; overflow: hidden;}
.template-collection #subNavLinks {overflow-x: scroll; justify-content: flex-start; flex-wrap: nowrap; padding-bottom: .8em;}
.template-collection .regNavItem,
.template-collection .taylorNavItem {min-width: 200px;}
#electric-guitar-brands .main-content, 
#acoustic-guitar-brands .main-content, 
#bass-guitar-brands .main-content, 
#amplifier-brands .main-content, 
#effects-pedal-brands .main-content, 
#pickup-brands .main-content, 
#accessories-brands .main-content, 
#parts-brands .main-content, 
#used-amp-vintage-guitar-brands .main-content, 
#brands .main-content {max-width: 100%!important;}
.wrapper-container .blog-nav-logo {height: 80px; padding: 20px 30px 0 40px;}
.toolbar .btn-group.filter-sortby {margin-bottom: 10px;}
.toolbar .view-mode label { padding-bottom: 0; border:0; margin: 0; }
.toolbar .btn-group.filter-show { margin-left: 20px; }
.col-main { width: 100%!important; }
.template-article #displayTextLeft,
.template-blog #displayTextLeft { display: block; }
.widget-featured-product .products-grid { width: 98%; margin: 0 auto; }
#collection-sidebar-banner-block {display: none;}
.home-top-brands .tb-title,
.account-marketing-hd .actmkttl,
.home-intro-image h2,
.collection-desc h2,
.recently-viewed-products .rec-view-title,
.related-products h2 {font-size: 18px;}
.home-intro-text .rel-prod-link,
.rel-prod-link {font-size: 12px; margin-left: .3em;}
.home-intro-p {font-size: 1.1em;}
.product-shop { clear: both; }
.product-shop .addthis,
.product-shop p.custom { margin-bottom: 20px; }
.product-shop #add-to-cart-form .btn { margin-bottom: 0px; font-size: 22px; }
.nav-tabs { margin-bottom: 20px; }
.nav-tabs > li { width: 100%; margin-bottom: 0; }
.nav-tabs > li > a { padding: 14px 20px 12px!important; }
.nav-tabs > li > a:hover, 
.nav-tabs > li:hover > a, 
.nav-tabs > li:hover > a:hover, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus { border-color: transparent; padding: 13px 20px!important; }
#shopify-product-reviews { padding: 0; }
#shopify-product-reviews .spr-summary { text-align: left; }
#shopify-product-reviews .spr-summary-actions { clear: both; float: left; width: 100%; }
#sitemap .brand-list ul {column-count: 1;}  
.spr-summary-actions a { margin-top: 20px; clear: both; float: left; }
.product-img-box.has-jcarousel .product-photo-container { float: none; display: inline-block; margin-right: 10px;}
.product-img-box.has-jcarousel .more-view-wrapper { float: none; display: inline-block; overflow: hidden; }
.product-img-box { float: none; text-align: center; }
.product-img-box .product-photo-container { z-index: 100; }
.product-photo-container #product-featured-image { max-width: 100%;}
.product-photo-container .zoomContainer { max-width: 100%;}
.zoomWrapper { width: 100% !important; max-width: 100%; position: relative; z-index: -1; }
.product-list .grid-item .product-image {margin-right: 5px;}
.acct-ct {background: url(/cdn/shop/files/cart_71b0e313-9397-4e35-80e7-651b24d915aa_600x.jpg)no-repeat center right; background-size: cover; height: 50px;}
.template-customers-order div.grid-item.one-third.medium-down--one-whole {column-count: 1;}
.template-customers-account table td a, .template-customers-order table td a {font-size: 12px;}
.tab-content .spr-form-input-text, 
.tab-content .spr-form-input-email,
.tab-content .spr-form-input-textarea { width: 100%; }
.cart-list a.product-img { width: 40%; }
.cart-list .product-details { width: 60%; }
.cart-list input.qty { margin: 0 20px 20px 0; }
.cart-row textarea { margin-bottom: 30px; width: 100%;}
#shipping-calculator-form-wrapper p {margin-bottom: 10px;}
table td, table th { padding: 5px 8px; }
.grid-item form input[type="tel"], 
.grid-item form input[type="text"],
.grid-item select { width: 100%; }
#recover_password input,
#customer_login input,
#create_customer input { width: 100%; }
.message #comment-body,
.comment-form .comment-form input,
#contactFormWrapper input[type="text"],
#contactFormWrapper input[type="email"], 
#contactFormWrapper input[type="tel"],
#contactFormWrapper textarea { width: 100%; margin-left:0;  margin-left:0;} 
.finance-content #finance-title {font-size: 26px; line-height: 30px;}
.finance-content .promo-header {font-size: 18px; line-height: 30px;}
.recently-viewed-products { width: 100%; position: static; }
.block-four-banner-item .block-info .title { font-size: 15px; line-height: 20px; }
.brands-wrapper a { display: block; }
.brands-wrapper a:last-child { text-align: center; }
.brands-wrapper .title + p a { text-align: left; }
.products-grid .grid-item,
.products-grid.product-perrow-1 .grid-item,
.products-grid.product-perrow-2 .grid-item, 
.products-grid.product-perrow-4 .grid-item,
.products-grid.product-perrow-5 .grid-item { width: 32.8%; }
.products-grid.product-perrow-3 .grid-item { width: 48%; }
.products-grid .owl-item .grid-item { width: 100%; }
.product-label,
.products-grid .owl-item .grid-item:hover .product-label { top: 0; left: 0; }
.template-collection .product-title {font-size: 13px;}
.template-product .product-detail-top .product-img-box .product-label-itm {top: 272px; left: 6px; z-index: 200;}
.template-product .product-detail-top .product-img-box .product-label-itm strong {font-size: 1em; line-height: 1.4em;}
.text_order { text-align: left; padding-bottom: 0; margin-bottom: 10px; }
.template-product .breadcrumb {margin: 0;}
.blog-home-icon {width: 49%;} 
.blog-home-icon-wrap .widget-content { columns: 1; -webkit-columns: 1; -moz-columns: 1; margin-bottom: 4px; margin-top: 4px; height: 190px; }
.blog-home-icon-wrap .widget-content .article {font-size: 12px;}
.home-intro-blog-container {margin-top: 15px;}
.account-banner .acct-mkt-cen {font-size: 18px;}
.home-top-brands .container {padding: 0 2px;}
.account-marketing .col-sm-3 .acct-mkt-img {margin: 0 auto 2em;}
.account-marketing .col-sm-3 {width: 48%; float: left; margin: 0 1%;}
.list-category .grid-item {width: 50%; padding: 0 5px;}
.isp_grid_product {width: 32.8% !important;}
.modal-suggest {max-width: 98%; margin-bottom: 10px;}
.content-blog .list-blog > li {width: 100%;}
.wrapper-container .blog-nav .blog-cat {display: block; }
.wrapper-container .blog-nav .blog-cat > li {padding: 0 10px;}
}

@media (max-width: 720px) {
.products-grid { width: 100%; margin: 0 auto; }
.home-intro-blog { max-width: 85%; }  
.blog-home-icon {width: 49%;}
.mz-card-content #mz-card-title { margin-top: 0px; margin-bottom: 5px; }    
.mz-card-content .promo-col div { margin-bottom: 10px; }
.mz-card-content #synchrony-div { margin-top: 10px; }
.mz-card-content p, .mz-card-content h4 { font-size: 13px; line-height: 18px; }
.account-marketing .acct-mkt-btn {font-size: 14px; padding: 1px;}
}

@media (max-width: 559px) {
#isp_search_result_page_container .isp_center_container_header div.isp_results_summary_wrapper {margin-top: 30px;}  
}

@media (max-width: 530px) {
.share_toolbox ul { float: none; margin-top: 5px; }
.share_toolbox ul li:first-child { padding: 0; }
.isp_grid_product {width: 48% !important;}
.blog-home-icon {width: 49%;}
.detail-top-form-mobile .btn{display: flex; justify-content: center; width:200px; height:45px; font-size:16px;}
.price-box {margin-bottom: 5px;}
.desc-spec ul {columns: 1; padding: 0 0 0 1.5em;}
.desc-quest .desc-quest-form {width: 100%;}
.product-detail-middle .product-shop .col-md-8 {width: 98%; margin: 0 auto 20px; border: none;}
.product-detail-middle .product-shop .col-md-4 {width: 98%;}
.product-infor-row .product-inventory,
.product-infor .infor-span {margin-right: .5em;}
}

@media (max-width: 499px) {  
.newsletter .input-group-field { width: 63%; }  
.products-grid { width: 100%; margin: 0 auto; } 
.product-img-box.has-jcarousel .product-photo-container { width: 230px; }
.more-view-wrapper .jcarousel-clip-vertical { height: 265px; }
.products-grid .product-des .action { left: 10px; right: 10px; bottom: 20px; }
.product-list .action .btn,
.products-grid .action .btn { padding: 8px 20px; font-size: 12px; }
.template-collection .product-label { left: 10px; }
.products-grid .grid-item, 
.products-grid.product-perrow-1 .grid-item, 
.products-grid.product-perrow-2 .grid-item, 
.products-grid.product-perrow-4 .grid-item, 
.products-grid.product-perrow-5 .grid-item { width: 49.5%;}
.product-list .grid-item .product-image { max-width: 40%; }
.product-list .short-description { display: none; }
.toolbar.toolbar-bottom {margin-top: 5px;}
.pagination-page li {margin-top: 15px;}
.toolbar.toolbar-bottom .page-total {float: right; width: 100%; }
.toolbar.toolbar-bottom .pagination-page {display: block; }
.staffgriditem {height: auto; }  
.staffbio {max-width: 330px;}  
.search-bar .input-group-btn input.btn { font-size: 11px; }
.isp_add_to_cart_btn {width: 80% !important; letter-spacing: 0.02em !important;}
.isp_grid_product {width: 49.5% !important;}  
.home-intro-showroom-text {margin-left: 5px; font-size: 16px; }  
.home-intro-showroom-visit {margin-right: 5px; font-size: 16px;}
.block-four-title {font-size: 16px;}
.home-intro-blog b{ font-size: 15px; }
.blog-home-icon a{font-size: 9px;}  
.blog-home-icon-wrap .widget-content { columns: 1; -webkit-columns: 1; -moz-columns: 1; margin-bottom: 4px; margin-top: 4px; height: 190px; }
.header-top {letter-spacing: .04em; padding-bottom: 2px;}
.product-img-box .product-photo-container img { width: 100%; height: auto; }
.social-wrapper {padding-right: 0;}
}

@media (max-width: 414px){
.product-detail-top .container .product-detail-top-form h2 { font-size: 26px; }  
.prodspecialbanner { width: 100%; }
.synchrony-banner { width: 100%; }
#paymentoptions { width: 100%; }
#payment-forms { width: 100%; }
.prodpricewrap { width: 100%; }
.desc-wrapper { width: 100%; }
}

@media (max-width: 375px){
.tabs{ font-size: 11px; }
.detail-top-form-mobile h2 { font-size: 16px; }
.mz-card-content #mz-card-title { font-size: 28px; line-height: 28px; }
#privacy-terms-links {justify-content: space-between;}
#privacy-terms-links .copyright,
#privacy-terms-links .access-link,
#privacy-link, 
#terms-link {margin: 0 2px;}
}

@media (max-width: 360px) {
.infinite-scrolling a, .infinite-scrolling-homepage a { width: 100%; }
.button .btn { padding: 0 10px; }
.template-product .breadcrumb {width: 100%;}
.toolbar .view-mode { margin: 16px 8px 16px 16px; }
.toolbar .view-mode label { display: none; }
.toolbar.toolbar-bottom { text-align: center; }
.toolbar.toolbar-bottom .page-total { float: none; margin-bottom: 10px; }
.pagination-page { text-align: center; }
.template-index .slide-heading {font-size: 20px;}
table.full thead th:nth-child(3),
table.full tbody td:nth-child(3) { visibility: hidden; padding: 0; font-size: 0; }
.staffgriditem {height: auto; }
.staffbio {max-width: 300px;}  
.search-bar .input-group-btn input.btn { color: #fff; padding: 6px 1px 6px 1px; font-size: 11px; }
.footer-bottom address {letter-spacing: .9;}
}