/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(http://ptm-dev.jnq.io/skin/frontend/templatePtMark/default/ptmarket/plugins/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary{
  display: block;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000;
    text-shadow: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse;
  }
  .table td,
  .table th {
    background-color: #fff;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
.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;
       -o-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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #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 #777;
}
.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: #777;
}
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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .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%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@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%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@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%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@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%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -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;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #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, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  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],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  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;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  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,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  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 {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          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: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.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: #777;
  white-space: nowrap;
}
.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 dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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-left-radius: 4px;
  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-right-radius: 4px;
  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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.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 .form-control:focus {
  z-index: 3;
}
.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.3333333;
  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 {
  z-index: 2;
  margin-left: -1px;
}
.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: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  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: #337ab7;
}
.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: #337ab7;
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          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;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.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;
}
.navbar-brand > img {
  display: block;
}
@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: 0;
}
.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;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .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;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  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;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    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-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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: #337ab7;
  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 {
  z-index: 2;
  color: #23527c;
  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: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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: #777;
  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;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .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: #337ab7;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .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;
  }
}
@-o-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: #337ab7;
  -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;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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:      -o-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);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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:      -o-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:      -o-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:      -o-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:      -o-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.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;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > 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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .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,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.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,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr: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,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr: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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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 {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  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,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-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%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  -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: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-iframe-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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, .videotutorial-index-view .modal-content{
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.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;
  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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          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);

  line-break: auto;
}
.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;
  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;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  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, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  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: 0;
  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;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd: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-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.wrapper .hide {
  display: none;
}
.wrapper .show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}
.visible-print {
  display: none;
}
@media print {
  .visible-print {
    display: block;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell;
  }
}
.visible-print-block {
  display: none;
}
@media print {
  .visible-print-block {
    display: block;
  }
}
.visible-print-inline {
  display: none;
}
@media print {
  .visible-print-inline {
    display: inline;
  }
}
.visible-print-inline-block {
  display: none;
}
@media print {
  .visible-print-inline-block {
    display: inline-block;
  }
}
@media print {
  .hidden-print {
    display: none;
  }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     templatePTMarket_PtMarket
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
menu,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Embedded content
   ========================================================================== */
/* Removes border when inside `a` element in IE 8/9. */
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

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

/*Selection*/
::selection{
  background-color: #e5e6f4;
  color: #41414b;
}
::-moz-selection{
  background-color: #e5e6f4;
  color: #41414b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #41414b;
  font-size: 12px;
  line-height: 1.456;
  margin: 0;
}

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

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

address {
  font-style: normal;
}

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

ol,
ul {
  list-style: none;
}

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

.table .table {
  background-color: transparent;
}

input, textarea{
  border: 1px solid #e5e6e6;
}
input:focus,
input[type="search"]:focus,
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: none;
}
iframe {
  display: block;
  max-width: 100%;
}
/*Modal*/
.modal {
  text-align: center;
  padding: 0;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-header{position: relative;}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
  border-radius: 0;
}
.modal-backdrop{
  background-color: #000;
}
body.fancybox-lock .fancybox-overlay{
  background: rgba(0, 0, 0, 0.6);
}
.modal-backdrop.in{
  opacity: .6;
  filter: alpha(opacity=60);
}
.close {
  font-weight: normal;
  opacity: 1;
}
/*Tooltip*/
.tooltip{
  font-family: inherit;
}
.tooltip-inner{
  background: #000;
  box-shadow: 0 1px 6px #41414b;
  font-weight: 600;
  min-width: 100px;
  padding: 3px 11px;
}
.tooltip.top .tooltip-arrow{
  border-top-color: #000;
}
.tooltipster-light .tooltipster-content{font-family: inherit;}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button{
  border: 1px solid #e1e2e2;
}

button,
input,
select,
table,
textarea {
  font-family: "Poppins", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

textarea:focus{outline: none;}

a {
  color: #41414b;
  text-decoration: none;
}

a:hover, a:focus {
  color: #4856ed;
  text-decoration: none;
}

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

hr{
  border-top: 1px solid #707070;
  height: 0;
}
/*Flex*/
.d-flex{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.d-flex:before {
  display: none;
}
.d-flex:after {
  display: none;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.d-flex > div,
.d-flex > .item{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.d-flex .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.d-flex .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.align-items-center {
  -ms-align-items: center;
  align-items: center;
}
.align-items-end {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.justify-content-center {
  -ms-justify-content: center;
  justify-content: center;
}
.justify-content-between {
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-around {
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.justify-content-end {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.d-flex > [class*=col-] {
  width: 100%;
}
.d-flex > .col-1,
.d-flex > .col-1,
.d-flex > .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.d-flex > .col-2,
.d-flex > .col-2,
.d-flex > .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.d-flex > .col-3,
.d-flex > .col-3,
.d-flex > .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.d-flex > .col-4,
.d-flex > .col-4,
.d-flex > .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.d-flex > .col-5,
.d-flex > .col-5,
.d-flex > .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.d-flex > .col-6,
.d-flex > .col-6,
.d-flex > .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.d-flex > .col-7,
.d-flex > .col-7,
.d-flex > .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.d-flex > .col-8,
.d-flex > .col-8,
.d-flex > .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.d-flex > .col-9,
.d-flex > .col-9,
.d-flex > .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.d-flex > .col-10,
.d-flex > .col-10,
.d-flex > .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.d-flex > .col-11,
.d-flex > .col-11,
.d-flex > .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.d-flex > .col-12,
.d-flex > .col-12,
.d-flex > .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/*Five columns*/
.row-15{
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 576px) {
  .col-xs-15 {
    width: 20%;
    float: left;
  }

  .d-flex > .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .d-flex > .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .d-flex > .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .d-flex > .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .d-flex > .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .d-flex > .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .d-flex > .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-flex > .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .d-flex > .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .d-flex > .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-flex > .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .d-flex > .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .d-flex > .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }

  .d-flex > .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .d-flex > .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .d-flex > .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .d-flex > .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .d-flex > .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .d-flex > .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .d-flex > .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-flex > .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .d-flex > .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .d-flex > .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-flex > .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .d-flex > .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .d-flex > .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
  .d-flex > .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .d-flex > .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .d-flex > .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .d-flex > .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .d-flex > .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .d-flex > .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .d-flex > .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-flex > .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .d-flex > .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .d-flex > .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-flex > .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .d-flex > .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .d-flex > .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .d-flex > .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .d-flex > .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .d-flex > .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .d-flex > .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .d-flex > .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
  .d-flex > .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .d-flex > .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .d-flex > .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .d-flex > .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .d-flex > .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .d-flex > .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .d-flex > .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .d-flex > .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/*Div Tables*/
.v-middle{
  vertical-align: middle;
}
.v-bottom{
  vertical-align: bottom;
}
.pt_table{
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  margin: 0 auto;
}
.pt_table.table-collapsed{
  border-collapse: collapse;
}
.pt_table > .item{
  display: table-cell;
  float: none;
  vertical-align: top;
}
.pt_table > .v-middle{
  vertical-align: middle;
}
.pt_table > .v-bottom{
  vertical-align: bottom;
}

/*Container Center*/
.content-abs{
  position: relative;
}
.content-abs-center{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.v-abs-center{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.no-select{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.container {
  max-width: 1110px;
  width: 100%;
}
/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5{
  color: #41414b;
  margin: 0;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: none;
}
h1, .h1 {
  margin-bottom: 0.7em;
  font-size: 32px;
}

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

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

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

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

h6, .h6 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}

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

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

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #000;
  display: none;
}

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

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

/* -------------------------------------------- *
 * Page Titles
 */
.page-title {
  margin-bottom: 20px;
}
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  color: #41414b;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.page-title h1 {
  font-size: 32px;
  text-transform: uppercase;
}

/* Block Module */

.block {
  background-color: #ffffff;
  padding-bottom: 35px;
  padding-top: 35px;
  position: relative;
}
.col-left-first {
  margin-bottom: 40px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  margin-bottom: 5px;
}
.block .block-title {
  margin-bottom: 30px;
  padding-top: 0;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  color: #41414b;
  font-size: 22px;
  line-height: 1;
  text-rendering: optimizeSpeed;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
}

.block-subtitle {font-weight: bold;margin-bottom: 7px;}
.block-content {margin-top: 0;}
.block-content.unpad {padding: 0;}

.block .buttons-set .button{padding: 4px 30px;}
.block .actions {margin: 10px 0 0;text-align: center;}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

/* Secondary Navigation */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 600;
  color: #41414b;
}
.block-account li a,
.block-cms-menu li a {
  color: #41414b;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #000;
}

/*CURSOS*/
.main .block_cursos{
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}
.page-wrapper .block_cursos .container-inner{
  padding: 0;
  max-width: none;
}
.img-curso{
  background: #f2f4f6 url(../images/css/bk_logo.png) no-repeat center;
  background-size: auto;
  padding-top: 89%;
  text-align: center;
}
.img-curso.bk-curso{
  background-size: cover;
}
.block_cursos .item-curso{
  margin-bottom: 30px;
}
.item-curso .item-curso-link{
  display: block;
}
.block_cursos .content-curso{
  background: #f2f4f6;
  padding-bottom: 20px;
  text-align: center;
}
.block_cursos .content-curso h2{
  font-size: 16px;
  margin-bottom: 20px;
}
.curso-desc {
  padding: 17px 15px;
}
.block .content-curso .desc{
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* required for Opera */
  -ms-text-overflow: ellipsis;  /* required for IE8, allegedly */
  -moz-binding: url('../css/css/ellipsis.xml#ellipsis'); /* for Firefox;*/
  margin-bottom: 0;
}
.content-curso .desc p{margin-bottom: 0;}
.content-curso .buttons-set {
  border-top: 1px solid #f0f4f6;
  padding: 10px 20px;
  text-align: center;
}
.content-curso .buttons-set a.btn-curso{
  border: 0;
  width: 100%;
}

.block-videos .block-videos-tutorial{
  padding: 0;
  margin-bottom: 0;
}

/*TUTORIALS*/
.item-tutorial{
  font-weight: 600;
  margin: 10px 0;
  color: #707070;
}
.link-tutorial {
  height: 200px;
  background-color: #f2f4f6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 17px;
}
.item-tutorial h2{
  color: #707070;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 0;
  text-transform: none;
}
.item-tutorial h2 a,
.link-tutorial a{
  display: block;
  color: #fff;
}
.link-tutorial a{
  height: 100%;
  position: relative;
}
.item-tutorial .link-tutorial:hover{
  background-color: #d2d4d6;
}
.link-tutorial .button-tutorial{
  border-radius: 60px;
  cursor: pointer;
  text-align: center;
  display: table;
  width: 60px;
  height: 60px;
  line-height: 58px;
  z-index: 9;
}
.link-tutorial .button-tutorial i{
  box-shadow: 0 0 0 6px rgba(219, 219, 219, 0.45);
  background: #fff;
  color: #41414b;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding-left: 5px;
  border-radius: 50%;
}
.link-tutorial:hover .button-tutorial i{
  box-shadow: 0 0 0 14px rgba(219, 219, 219, 0.45);
  color: #41414b;
}
.desc-tutorial, .desc-article{
  font-size: 14px;
  line-height: 19px;
  min-height: 40px;
}
.date-tutorial{
  display: inline-block;
  clear: both;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}
.videotutorial-index-view .grouped-videos{
  padding-top: 20px;
}
.videotutorial-index-view .block-videos{
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
body.videotutorial-index-view .page-wrapper .col1-layout.page-main{
  background-color: transparent;
}
body .video-wrap .close{right: -30px;}

.video-iframe{width: 100%;display: none;}
.video-iframe{background-color: #1f1f1f;}
.video-iframe .modal-iframe-footer{
  border: 0;
  padding: 10px 15px;
  text-align: center;
}
.video-iframe .modal-iframe-title {
  color: #fff;
  font-size: 12px;
}
.video-iframe iframe{
  display: block;
  width: 100%;
}
.cms-home .grouped-videos .block-videos-tutorial{
  background: #fff;
  padding: 0;
  margin-bottom: 0;
}
.cms-home .grouped-videos .block-videos-tutorial .row{margin: 0 -10px;}
body.videotutorial-index-index .col1-layout .col-main{
  background: transparent;
}

.grouped-videos .block-videos-tutorial .desc{
  margin-bottom: 30px;
  text-align: justify;
}
.grouped-videos .body-itutorial{
  display: none;
  bottom: 10px;
  top: inherit;
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.grouped-videos .item-tutorial:hover .body-itutorial{
  opacity: 1;
}
.grouped-videos .link-tutorial{
  height: 220px;
  margin-bottom: 0;
}
.grouped-videos .link-tutorial.tutorial-bk{
  background-image: url(../images/css/bk_logo.png);
  background-size: auto;
}
.main .block-featured{border-bottom: 1px solid #e5e6e6;}
.block-featured .products-grid{padding: 0;}
/*Registro tutoriales*/
.block-reg-tutorial{
  background-color: #fff;
  color: #707070;
}
.block-reg-tutorial form{
  padding: 0 4%;
}
.tutorials-list{
  background-color: #f2f4f6;
}
.content-reg-tut{
  padding: 50px 60px;
}
.block-reg-tutorial p.desc{
  color: #41414b;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 35px;
}
.content-reg-tut ul li{
  color: #707070;
}
.content-reg-tut ul li label{
  font-size: 14px;
}
.content-reg-tut ul li:not(:last-of-type){
  margin-bottom: 20px;
}

.whatsapp-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  transition: bottom .25s;
  z-index: 999;
}
.whatsapp-hidden {
  opacity: 0;
  transition: opacity .25s;
  visibility: hidden;
}
.whatsapp-link .button.btn-whatsapp {
  background: #31D92B;
  border-color: transparent;
  border-radius: 60px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.3);
  color: #fff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 2px;
  width: 60px;
  height: 60px;
  font-size: 40px;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .whatsapp-link .button.btn-whatsapp {
    font-size: 33px;
    height: 40px;
    width: 40px;
  }
}
.form-checkbox input[type="checkbox"]{
  cursor: pointer;
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  width: 16px;
  height: 16px;
  opacity: 0;
  text-align: center;
}
.form-checkbox label:before{
  content: "";
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  width: 20px;
  text-align: center;
  border: solid 1px #164278;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.form-checkbox input[type="checkbox"]:checked + label:before {
  content: "\2713";
}

/*Blog*/
body.blog-cat-view .page-wrapper .col-main {
  padding: 40px 15px;
}
.blog-cat-view .toolbar-top {
  margin-bottom: 20px;
}
.blog-index-list .toolbar-top {
  display: none;
  margin-bottom: 20px;
}
.blog-cat-view .buttons-set{
  text-align: left;
}
.blog-cat-view .postWrapper {
  border-bottom: 1px solid #f0f4f6;
  padding-top: 25px;
}
.blog-index-list .toolbar-bottom .toolbar .sorter,
.blog-index-list .toolbar-bottom .toolbar .pager .limiter {
  display: block;
}
.blog .content-curso h2{
  font-size: 15px;
}
.box-reviews .date{
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.postItem-content h2 {
  margin-bottom: 0;
}
.blog-index-list .curso-desc {padding-bottom: 0;}

.blog-post-view .postContent {
  box-shadow: 0 1px 0 0 #f0f4f6;
  margin-bottom: 30px;
}
.blog-post-view .postDetailsContent {
  border-left: 1px solid #41414b;
  padding-left: 40px;
}
.postWrapper .postDetails .poster {
  display: block;
}
.blog-post-view .postDetails .label {
  display: inline;
  padding: 0;
}

/*Popup*/
.popup{
  background: #fff;
  display: none;
  padding: 0;
  max-width: 700px;
  width: 100%;
}

/* Buttons */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #fff;
  border-color: #4856ed;
  color: #4856ed;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #fff;
  border-color: #4856ed;
  color: #4856ed;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #fff;
  background: #4856ed;
  border-color: #4856ed;
  outline: none;
}

.sidebar .actions button.button {
  font-size: 12px;
  padding: 4px 10px;
  white-space: normal;
}

/* Primary Buttons */
.btn {
  border-radius: 0;
}
.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}
.button {
  background: #4856ed;
  border-radius: 0;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #4856ed;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.page-footer .button:hover {
  background: transparent;
  border-color: #4856ed;
  color: #4856ed;
  cursor: pointer;
}
.button:active,
#co-shipping-method-form .buttons-set .button:active,
.page-footer .button:active {
  background: transparent;
  border-color: #4856ed;
  color: #4856ed;
}
.button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.page-footer .button:focus {
  background-color: transparent;
  border-color: #4856ed;
  outline: none;
  color: #4856ed;
}

a.button {
  text-decoration: none;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  border-color: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: normal;
  display: inline-block;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
}

/* Paypal Button */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0;
}

.paypal-button img {
  display: inline;
}

/* Button Sets */
.buttons-set {
  clear: both;
  padding-top: 10px;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  line-height: normal;
}
.buttons-set .back-link {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: normal;
  vertical-align: middle;
}
.page-wrapper .buttons-set .back-link a,
.page-wrapper .buttons-set a.back-link{
  background-color: #fff;
  border: 0;
  color: #3a73da;
  font-size: 11px;
  padding: 7px 10px;
  max-width: none;
  text-transform: none;
}

.page-wrapper .buttons-set .back-link a:before,
.page-wrapper .buttons-set a.back-link:before{
  content: '';
  background: transparent url(../images/css/ptm-arrow-left-blue.svg) no-repeat center;
  display: inline-block;
  width: 35px;
  height: 15px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.buttons-set .back-link a i{
  font-weight: 600;
  padding-right: 5px;
}

.buttons-set .button {
  float: none;
  max-width: 230px;
  padding: 10px;
  width: 100%;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

.page-wrapper .button.btn-wb {
  background-color: #fff;
  border-color: currentColor;
  border-width: 2px;
  color: #4856ed;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  padding: 10px 30px;
}
.btn-cart svg {
  fill: currentColor;
  margin-right: 8px;
  vertical-align: middle;
  height: 30px;
  width: 30px;
}
.btn-cart:hover svg {
  fill: currentColor;
}
.page-wrapper .btn-wb span{
  z-index: 9;
  position: relative;
}
a.button.btn-wb > span, button.btn-wb > span{
  vertical-align: middle;
}
.wrapper .btn-wb:hover,
.wrapper .btn-wb:focus{
  color: #4856ed;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 0 auto;
  padding-bottom: 10px;
}

.catalog-category-view .breadcrumbs{
  display: none;
}

.breadcrumbs ul{
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbs a {
  color: #41414b;
  float: left;
  padding: 0 1px;
}
.breadcrumbs a:after {
  content: '/';
  padding-left: 2px;
  vertical-align: middle;
}

.breadcrumbs a:hover {color: #000;}

.breadcrumbs strong {
  font-weight: 500;
  padding: 0 1px;
}

.breadcrumbs span {
  float: left;
  padding: 0 4px;
}
/* Button - Previous */
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  /* Hide text */
  font-size: 0;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove {
  color: #4856ed;
  font-size: 12px;
  font-weight: 600;
}
.btn-remove:before {
  content: '\00d7';
  border: 1px solid #4856ed;
  border-radius: 20px;
  display: inline-block;
  font-weight: 500;
  line-height: 15px;
  font-size: 19px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}
.btn-remove:hover,
.btn-remove:focus {
  color: #4856ed;
}

.btn-remove2 {
  border: none;
  font-size: 0;
  vertical-align: top;
}
.btn-remove2:after {
  background: url(../images/css/ptm-sprite.png) no-repeat center bottom;
  background-position: -193px -142px;
  font-size: 0;
}
.btn-remove2:hover:after {
  background-position: -193px -114px;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #41414b;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: left;
}
.block-layered-nav .currently .btn-remove {
  font-weight: normal;
  color: #41414b;
}
.block-layered-nav .currently .btn-remove:before {
  border: 0;
  width: auto;
  height: auto;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f2f4f6;
}

/* CVV Security Code */
.cvv-what-is-this {
  color: #3a73da;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: -10px;
  right: 5px;
  text-decoration: underline;
}

/* Container */
.no-category .col-main {
  background-color: transparent;
  padding: 40px 0;
}
p.note-msg{
  margin: 0;
  padding: 10px 0;
  color: #41414b;
}

.page-main{
  min-height: 300px;
  max-width: 100% !important;
}
.page-main:before,
.page-main:after {
  content: '';
  display: table;
  clear: both;
}

/* Column Layouts */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0;
}

.col-left {
  float: left;
  width: 25%;
  clear: left;
}
.d-flex .col-left {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}
.d-flex .col-main {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col1-layout .col-main {
  background: #fff;
  float: none;
  width: auto;
  padding: 0;
}
.col2-left-layout .col-main {
  padding-right: 0;
}
.catalog-category-view .col1-layout .category-title{
  border-bottom: 1px solid #e5e6e6;
}
.col2-left-layout .category-products{
  padding: 0 0 0 15px;
}

.col2-right-layout .col-main {
  padding-left: 0;
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* Global Site Notice */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/css/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* Promotional Message Banner */
.promo-msg {
  color: #41414b;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
}

/* Grid */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* Messages */
.success {
  color: #11b400;
}

.error {
  color: #e20613;
  font-size: 13px;
}

.notice {
  color: #e26703;
  font-size: 13px;
  font-weight: 600;
}

/* Messages */
.messages {
  max-width: 1650px;
  position: relative;
  z-index: 1;
}
.d-flex > .messages {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.messages li li {
  border: 1px solid #41414b;
  position: relative;
  padding: 7px 10px 7px 20px;
  background: #f2f4f6;
  font-size: 12px;
  font-weight: 600;
}
.messages li li:not(:last-of-type){margin-bottom: 5px;}

.messages .error-msg li {
  background-color: #e20613;
  border-color: #e20613;
  color: #fff;
}
.messages .notice-msg li {
  background: #f6ca2f;
  border-color: #f6ca2f;
  color: #fff;
}
.messages .success-msg li {
  color: #41414b;
  background-color: #f2f4f6;
  border-color: #f2f4f6;
}
.catalog-product-view .messages{
  max-width: 1020px;
}

@media (min-width: 768px) {
  .col-main .messages {
    margin-left: 15px;
  }
  .sp-methods input.cvv {
    padding-right: 70px;
  }
  .cvv-what-is-this {
    top: 6px;
  }
}
@media (min-width: 992px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
  .cvv-what-is-this {
    top: 12px;
  }
}
/* Page Popup */
.page-popup {
  padding: 20px;
  background: #fff;
  height: auto;
}

/* Payment Methods */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

#container_payment_method_payupagoefectivo.payment-method:hover .msj-pago-ef, 
.method_storepickup_storepickup:hover .msj-tooltip,
#container_payment_method_bankdepositbcp.payment-method:hover .msj-pago-bcp {
  width: 380px;
  height: auto;
  overflow: inherit;
  padding: 10px 20px;
  opacity: 1;
}

.goodcheckout-index-index .msj-pago-ef,.msj-tooltip, .msj-pago-bcp {
  font-size: 12px;
  position: absolute;
  background-color: #FFF;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 2px 8px rgba(157, 169, 174, 0.9);
  z-index: 9;
  border-radius: 3px;
  left: 115px;
  top: 5px;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.goodcheckout-index-index .pe-descripcion .msj-pago-ef, .msj-pago-bcp {
  left: -57px;
  top: inherit;
  bottom: 100%;
}
.goodcheckout-index-index .instructions {
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
}
.msj-tooltip{
  left: 135px;
  top: inherit;
  bottom: 70%;
}
.msj-pago-bcp{
  left: 125px;
  bottom: 70%;
}
.msj-pago-ef a, .msj-tooltip a, .msj-pago-bcp a{
  border: solid 1px #FFCA00;
  border-radius: 25px;
  color: #484b4b;
  margin-top: 5px;
  display: inline-block;
  padding: 3px 13px;
  font-size: 14px;
  line-height: normal;
  text-align: center;
}
.msj-pago-ef a:hover ,.msj-tooltip a:hover,.msj-pago-bcp a:hover {
  background-color: #FFCA00;
  color: #FFF;
}
.msj-pago-ef .fa-caret-left{
  color: #FFF;
  text-shadow: -2px 0 2px rgba(157, 169, 174, 0.39);
  font-size: 34px;
  position: absolute;
  left: -11px;
  top: 20px;
}

/* Please Wait (Loading Indicator) */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* Price Box - Standard */
.price-box {
  margin: 7px 0;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #41414b;
  font-size: 16px;
  font-weight: 600;
}

.price-box .price-label {
  font-size: 10px;
  white-space: nowrap;
}

.price-box .old-price .price-label {
  font-weight: normal;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #41414b;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* Price Box - Special */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom;
}
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  /*text-decoration: line-through;*/
}

.price-box .special-price .price{
  color: #41414b;
}
.price-box .special-price {
  color: #41414b;
  margin-right: 5px;
}
.price-box .old-price .price{position: relative;text-align: left;}
.price-box .old-price .price:before{
  background: #000;
  content: '';
  display: inline-block;
  position: absolute;
  height: 1px;
  top: 50%;
  width: 100%;
  z-index: 1;
}

/* Price Box - Taxes */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* Tier Prices */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #f0f4f6;
  border: 1px solid #f0f4f6;
  margin-top: 7px;
}
.product-pricing{display: none;}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* Item Options */
.item-options {
  font-size: 12px;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0;
}
.item-options dd:not(:last-of-type){margin-bottom: 6px;}
.truncated,
.truncated a.dots {
  cursor: help;
  text-align: left;
}

.truncated a.details {
  color: #707070;
  cursor: help;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  color: #707070;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(120, 132, 147, 0.44);
  top: 23px;
  right: 0;
  margin-bottom: 0;
}

.truncated .truncated_full_value .item-options .fa.fa-caret-up{
  position: absolute;
  top: -13px;
  right: calc(50% - 9px);
  line-height: normal;
  font-size: 19px;
  color: #FFF;
  text-shadow: 0 -2px 2px rgba(120, 132, 147, 0.24);
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

/* Printer Friendly Page */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #fff;
}

/* Add to links */
.add-to-links {
  margin: 7px 0;
  font-size: 16px;
  line-height: normal;
}
.add-to-links a {
  color: #d2d0d1;
  display: inline-block;
  padding: 0 3px 3px;
}
.add-to-links a i:before{
  -webkit-transition: none;
  transition: none;
}

.add-to-links .separator {
  display: none;
}
.products-grid .add-to-links {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 8;
}
.add-to-links li {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .add-to-links .active,
.add-to-links li a:hover{
  color: #4856ed;
}

.cms-home .manufacturer-list {
  padding-bottom: 40px;
  padding-top: 40px;
}
.cms-home .manufacturer-list .item {
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  padding: 20px 15px;
}
.manufacturer-list .text {
  padding: 5% 15px;
}
.manufacturer-list .see-more {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s;
}
.manufacturer-list .item:hover .see-more {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .cms-home .manufacturer-list {
    padding: 0 30px 10px 30px;
  }
  .cms-home .manufacturer-list .text {
    text-align: center;
    padding-top: 6px;
  }
  .cms-home .manufacturer-list .item {
    border: 0;
    margin: 10px 0;
  }
}

.distributor .bg {
  border: 50px solid transparent;
  border-bottom: 0;
  border-left: 0;
  min-height: 300px;
}
.distributor .text {
  padding-top: 80px;
  padding-bottom: 80px;
}
.distributor .text:before {
  content: '';
  position: absolute;
  left: -9%;
  width: 30%;
  bottom: 0;
  top: 0;
  background: #f2f4f6;
  transform: skew(14deg);
}
.distributor .text-content {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.distributor .title {
  margin-bottom: 50px;
}

/* Product Image */
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
}

.no-touch .product-image:hover {
  
}
/* Standard Formatted Text Block */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

body .wrapper .std .note {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 1.456;
}

/* Tabs */
.tabs {
  margin-bottom: 10px;
  background: #fff;
}

/* Toolbar */
.toolbar {
  padding: 0;
  margin-bottom: 20px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}
.toolbar > div:not(:last-of-type){margin-right: 15px;}
.toolbar select{
  color: #707070;
  cursor: pointer;
  border: 1px solid #dae3e7;
  font-weight: 600;
  min-width: 86px;
  outline: none;
  padding: 6px 14px;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-weight: 600;
  line-height: 30px;
  font-size: 13px;
}

.toolbar label,
.pager-no-toolbar label {
  color: #41414b;
  font-size: 13px;
  text-transform: none;
  vertical-align: middle;
}
.col1-layout .category-products .toolbar-top{padding: 18px 0;}
.toolbar-bottom .toolbar{
  margin-bottom: 0;
}
.toolbar-bottom .toolbar .sorter,
.toolbar-bottom .toolbar .pager .limiter{
  display: none;
}
.d-inline-block{
  display: inline-block;
  vertical-align: middle;
}
.sorter {
  float: none;
}
.sorter label {
  float: left;
  line-height: 32px;
  vertical-align: middle;
  margin-right: 5px;
}
.filters-ontop .sorter label{float: none;}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: none;
  margin-right: 5px;
  min-height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: none;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
  margin-left: 35px;
  display: none;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: middle;
}
.filters-ontop .pager > .count-container {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.pager .amount {
  float: left;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  line-height: normal;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 0;
}

.pages {
  display: inline-block;
  float: none;
  margin-left: 15px;
  overflow: hidden;
  vertical-align: middle;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
  line-height: normal;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  color: #41414b;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 33px;
  width: 17px;
  height: 33px;
  padding: 0;
}
.pager li > a, .pager li > span{
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
}

.pages .current,
.pages .current:hover {
  color: #000;
  background-color: transparent;
  cursor: default;
}

.pages .next,
.pages .previous {
  font-size: 0;
  text-shadow: none;
  background-color: transparent;
  position: relative;
}
.pages .next:hover,
.pages .previous:hover,
.pages .next:focus,
.pages .previous:focus,
.pager li > a:hover, .pager li > a:focus {
  background: inherit;
  color: #000;
}

.pages .next:before, 
.pages .previous:before {
  font-size: 25px;
  line-height: 33px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.filters-ontop #layer_ajax_filter{
  padding: 0 15px;
}
#filters-modal.modal{
  height: 100%;
  text-align: left;
}
#filters-modal.modal:before{display: none;}

.filters-ontop .modal .filters.modal-dialog{
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.filters-ontop .modal-header{
  background-color: #000;
  border-bottom: none;
  position: relative;
  z-index: 99;
}
.filters-ontop .block-content .modal-header{
  width: 100%;
}
.filters-ontop .modal-iframe-title{
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 979px) {
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
}
/* Tax - Full Tax Summary */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #41414b;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #41414b;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* Magento Helpers */
.a-center {
  text-align: center;
}

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

.f-left {
  float: left;
}
.f-right {
  float: right;
}

.page-wrapper .no-display {
  display: none;
}
.page-wrapper .hidden {
  display: none;
}

.label{
  color: #41414b;
  font-size: inherit;
  font-weight: normal;
  padding: 0;
  text-align: inherit;
}
.bg-page {
  background-color: #4856ed;
}
.bg-white {
  background-color: #fff;
}
.bg-dark {
  background-color: #41414b;
}
.bg-black {
  background-color: #000;
}
.bg-light {
  background-color: #f2f4f6;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-canon {
  background-color: #e20613;
}
.bg-casio {
  background-color: #004f9e;
}
/*Colores*/
.text-white {
  color: #fff;
}
.text-darkgray{
  color: #a3a5a6;
}
.text-taupe{
  color: #41414b;
}
.text-sunglow{
  color: #fed031;
}
.text-manatee{
  color: #999b9c;
}
.text-red{
  color: #e20613;
}
.text-page{
  color: #4856ed;
}
.btn-link {
  color: #3a73da;
  font-weight: 500;
}
.btn-link:hover, .btn-link:focus {
  color: #3a73da;
}
.btn-link svg {
  vertical-align: middle;
}
.btn-link > span {
  vertical-align: middle;
}

.text-italic{
  font-style: italic;
}

.parallax-background {
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.link-disabled {
  pointer-events: none;
}

.nobr,
.nowrap {
  white-space: nowrap;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.no-maxwidth {
  max-width: none;
}
.no-padding {
  padding: 0;
}
.rotate_90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate_180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scrollbar {
  scrollbar-color: #707070 #f2f4f6;
  scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar { width: 5px; height: 5px;}
.scrollbar::-webkit-scrollbar-button{width: 0;height: 0;}
.scrollbar::-webkit-scrollbar-track { background-color: #f2f4f6; border-radius: 0; }
.scrollbar::-webkit-scrollbar-thumb { border-radius: 8px; background-color: #e3e3e3; }
.scrollbar::-webkit-scrollbar-thumb:active{ background-color: #41414b; }
.scrollbar::-webkit-scrollbar-thumb:hover{ background-color: #41414b; }

.shadow-scroll {
    background:
        linear-gradient(white 30%, rgba(255,255,255,0)),
        linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
        radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
        radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background:
        linear-gradient(white 30%, rgba(255,255,255,0)),
        linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
        radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
        radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}

.width-full {
  width: 100%;
}

/* Custom Helpers */

/*Print Styles */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* FORMS - COMMON */
/* Fieldsets */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  color: #41414b;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* Input Box */
.input-box {
  position: relative;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 0;
  max-width: 100%;
  position: relative;
}

/* Labels */
label {
  color: #41414b;
  display: inline-block;
  font-weight: normal;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

label.required:after,
span.required:after {
  content: ' *';
  color: transparent;
  font-weight: normal;
  font-size: 12px;
}

/* Hints */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* Select */
.page-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  background: transparent url("../images/css/arrow-down.png") no-repeat;
  background-position: 86px 14px;
  background-position: calc(100% - 10px) 14px;
  border: 0;
  border-bottom: solid 1px #707070;
  font-size: 13px;
  padding: 8px 15px;
  padding-right: 27px;
  -webkit-transition: border-color .25s;
  transition: border-color .25s;
}
.page-wrapper select:focus{
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #41414b;
}
select::-ms-expand{
  display: none;
}
select:-moz-focusin {
  outline: none;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #dae3e7;
  font-size: 15px;
  padding: 5px;
}

/* Textarea */
textarea {
  width: 100%;
  padding: 8px 12px;
}

/* Inputs */
.form-group{
  position: relative;
}
.input-text {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #707070;
  background: #fff;
  color: #41414b;
  font-size: 13px;
  padding: 3px 15px;
  width: 100%;
}
.input-text:focus {
  border-color: transparent transparent #000 transparent;
  border-radius: 0;
  color: #41414b;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 400px 0 0 #fff;
  color: #788493;
}

/* Only show on iPhones (not iPads or any other device) */
@media (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  
}
.ie8 .input-text {
  max-width: none;
}

/* Inputs - Quantity */
input[type=number].qty,
input[type=text].qty {
  width: 3.5em;
  text-align: center;
  vertical-align: middle;
}

/* Placeholder */

body input::-webkit-input-placeholder {
  color: #b7b7b7;
  font-weight: 500;
}
body input:-moz-placeholder {
  color: #b7b7b7;
  font-weight: 500;
}
body input::-moz-placeholder {
  color: #b7b7b7;
  font-weight: 500;
}
body input:-ms-input-placeholder {
  color: #b7b7b7;
  font-weight: 500;
}

body textarea::-webkit-input-placeholder {
  color: #b7b7b7;
  font-weight: 500;
}
body textarea:-moz-placeholder {
  color: #b7b7b7;
  font-weight: 500;
}
body textarea::-moz-placeholder {
  color: #b7b7b7;
  font-weight: 500;
}
body textarea:-ms-input-placeholder {
  color: #b7b7b7;
  font-weight: 500;
}

/* Checkbox And Radio */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

form label.p_m_chk{
  cursor: pointer;
  position: relative;
  padding: 0;
}
form label.p_m_chk + label{
  padding-left: 10px;
}
form label.p_m_chk:before{
  content: '\f111';
  color: transparent;
  font-family: 'FontAwesome';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: solid 1px #707070;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  margin-right: 5px;
  position: relative;
  text-align: center;
}
form input[type="radio"]:checked + label.p_m_chk:before{
  color: #4856ed;
}
form label.p_m_chk:hover:before{color: #e9eaea;}

.radio-buttons {
  border-radius: 20px;
  border-collapse: separate;
  border: 2px solid #5966f5;
  display: table;
  table-layout: fixed;
  margin: auto;
  max-width: 275px;
  width: 100%;
  overflow: hidden;
}
form .radio-buttons label {
  background: #fff;
  color: #5966f5;
  display: table-cell;
  font-size: 9px;
  font-weight: 600;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 50%;
}
form .radio-buttons input + label:before {
  display: none;
}
form .radio-buttons input:checked + label {
  background-color: #5966f5;
  color: #fff;
}

.checkbox + label,
.radio + label {
  padding: 0;
}

form .input-fly .p_m_chk{
  display: inline-block;
  vertical-align: middle;
}

/* Validation */
p.required,
.validation-advice, .mage-error {
  margin: 5px 0 0;
  color: #e20613;
  font-size: 12px;
  font-weight: 500;
}

/* Form List */
.form-list > li {
  margin-bottom: 15px;
}
.form-list select {
  width: 100%;
}
.form-list select:focus, .form-control:focus{
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 20px;
}

.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
input.radio, input.checkbox{
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 8px;
  margin-left: 5px;
  visibility: visible;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}
#one-step-checkout-form .order-review-section .payment-method{
  float: left;
  clear: both;
  width: 100%;
}
#one-step-checkout-form .order-review-section .payment-method .sp-methods dt label{
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.one-step-checkout .payment-method-item .p_m_chk:before {
  margin-top: 18px;
  vertical-align: middle;
}

.sp-methods .form-list .form-group {
  margin-bottom: 27px;
}
.one-step-checkout .sp-methods-list {
  margin-left: -5px;
  margin-right: -5px;
}
.sp-methods-list .payment-method-item {
  margin: 5px 0;
  padding: 0 5px;
}
.osc-3columns .payment-method-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.sp-methods-list .payment-method-item label {
  border: 1px solid #a0a0a0;
  font-weight: 500;
  height: 100%;
  padding: 13px 15px;
  margin: 0;
}
#one-step-checkout-form .payment-method-item.active label {
  color: #41414b;
}
.sp-methods-list .payment-method-item label[for="p_method_payu"] {
  padding: 10px;
}
.sp-methods-list .payment-method-item svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.payment-method-item label[for="p_method_payu"] svg {
  height: 40px;
  width: 40px;
}
.payment-method-item:not(.active) label[for="p_method_payu"] svg path {
  fill: #000;
}
.sp-methods-list .payment-method-item label span {
  display: block;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.sp-methods-list .payment-method-item .method-title {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .sp-methods-list .payment-method-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sp-methods .form-list .tarjeta_cc_type label {
    padding: 5px;
  }
  .sp-methods .form-list .tarjeta_cc_type label:before {
    margin: 0;
    width: 13px;
    height: 13px;
    font-size: 9px;
    line-height: 11px;
  }
  .sp-methods-list .payment-method-item label {
    padding: 10px;
  }
  .sp-methods-list .payment-method-item .method-title {
    font-size: 11px;
    line-height: 12px;
  }
  .one-step-checkout.osc-2columns .goodcheckout-place {
    max-width: none;
  }
}
.wtf{
  display: block;
  margin-top: 5px;
  line-height: normal;
  padding: 6px;
}
.wtf h5{
  font-weight: 400;
}
.shipping_status label {
  display: none;
}
.wtf .cal-date{margin: 0;}
.osc-1column .wtf h5{font-size: 16px;}
.osc-1column .wtf .cal-date{color: #1d2632;}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}
.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

/*storepickup*/
.goodcheckout-1column .storepickup-info{
  padding: 23px 50px;
}
.one-step-checkout.osc-2columns .storepickup-info {
  margin-bottom: 42px;
}
.storepickup-info li{
  margin: 3px 0;
}
.storepickup-info li svg{
  fill: #4856ed;
  height: 15px;
  width: 15px;
  margin-right: 15px;
}
.one-step-checkout.osc-2columns .extra_fields_storepickup {
  margin-top: 17px;
}

.goodcheckout-1column .contact-storepickup{margin-left: -43%;}
#one-step-checkout-form .goodcheckout-1column .sp-methods .p_m_chk{
  background: #f5f5f5;
  clear: left;
  display: block;
  float: left;
  font-size: 20px;
  padding: 34px 20px;
  border-radius: 5px 0 0 5px;
  margin: 0;
  text-align: center;
  width: 30%;
}
#one-step-checkout-form .goodcheckout-1column .sp-methods input[type="radio"]:checked + .p_m_chk[for*=s_method_] {
  background: #4856ed;
  color: #fff;
}
.goodcheckout-1column .sp-methods input[type="radio"]:checked + .p_m_chk + .storepickup-content .storepickup-info{
  border-color: #4856ed;
}
.osc-1column #one-step-checkout-form .goodcheckout-shipping-method-section .p_m_chk span.price{
  font-size: 30px;
}
.goodcheckout-1column .storepickup-content{
  float: left;
  width: 70%;
}
.osc-3columns .storepickup-content{margin-top: 10px;}

form .form-instructions {
  font-style: italic;
  font-size: 13px;
}

/* Table Helpers */
.hide-th {
  text-indent: -9999px;
}

/* Data Table */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #fff;
  color: #41414b;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #707070;
}
.data-table thead th:first-of-type {
  padding-left: 0;
}
.data-table thead th:last-of-type {
  padding-right: 0;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: 'Poppins', Arial, "Times New Roman", serif;
}

.data-table tfoot tr {
  background: #f2f4f6;
}

.data-table tbody td .item-options {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* Generic Info Table */
.info-box {
  border: 1px solid #e3e3e3;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  font-weight: 600;
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* Zebra-Stripe Table */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #e3e3e3;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #e3e3e3;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

@media (max-width: 599px) {
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* Global */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  overflow: hidden;
}

.page-header {
  background-color: #000;
  margin: 0 auto;
  border-bottom: none;
  padding: 0;
}
.custom-store:not(.customers-page) .page-header {
  margin-bottom: 44px;
}
.landing-page .page-header,
body.custom-store .page-header {
  background-color: #fff;
}

/* Language switcher + welcome message */
.header-top {
  border-bottom: 1px solid #212121;
  color: #777;
  padding: 0;
  line-height: 14px;
  font-size: 10px;
  font-weight: 600;
  position: relative;
}
body.custom-store .header-top {
  border-bottom: 0;
}
body.custom-store:not(.no-category) .header-top-container {
  display: none;
}
.header_top_menu .list-inline {
  margin: 0 -10px;
}
.header_top_menu .list-inline li {
  padding: 0;
  margin: 0 !important;
}
.container-inner {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: 100%;
}
body.cms-home .main {
  max-width: none;
  padding: 0;
}
body:not(.cms-home) .col1-layout .main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-top:after, .container-inner:after {
  content: '';
  display: table;
  clear: both;
}
.header-top .form-language,
.header-top .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-top .welcome-msg {
  float: right;
  margin-bottom: 0;
}

.header-top p{margin-bottom: 0;}
.page-header-container .store-language-container {
  display: none;
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}
.header-top address{margin-bottom: 0;padding: 4px 0;}

/*Header Top Menu*/
.header_top_menu li a{
  color: #777;
  display: block;
  padding: 3px 10px;
  font-weight: 600;
}
.header_top_menu li a:hover,
.header_top_menu li a.active{
  color: #f2f4f6;
}

.header-container-logo{
  padding: 6px 0;
}

/* Logo */
.logo {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 !important;
  float: left;
}

.logo .item-logo {
  padding-right: 0;
}
.logo img {
  width: 130px;
}
.logo .small {
  display: none;
}
.logo .large {
  display: block;
}
body.customers-form:not(.custom-store) .logo .small {
  display: block;
}
body.customers-form:not(.custom-store) .logo .large {
  display: none;
}
.logo svg {
  display: block;
}
.logosuffix {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  padding-right: 0;
}
.custom-store .logosuffix,
.customers-page .logosuffix {
  color: #41414b;
  padding-top: 4px;
}
.landing-page .logosuffix {
}
body:not(.custom-store):not(.customers-page) .logosuffix,
body.no-category .logosuffix {
  display: none;
}

/* Skip Links */
.skip-links {
  padding-bottom: 5px;
  padding-top: 5px;
}
/* Skip - Link */
.header-user-content, .skip-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: none;
  width: auto;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}
.skip-links .active .label {
  color: #4856ed;
}
body:not(.custom-store):not(.customers-page) .header-user,
body.no-category .header-user {
  display: none;
}

.skip-link .price{
  color: #fff;
  display: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

a.skip-link {
  text-decoration: none;
}

/* Skip Link - Icon */
.skip-link .icon, .header-user-content .icon {
  display: inline-block;
  vertical-align: middle;
}
.skip-links svg {
  fill: currentColor;
  display: block;
  height: 23px;
  width: 23px;
}
/* Skip Link - Label */
.skip-link .label, .header-user-content .label {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  vertical-align: middle;
}
body.custom-store .skip-links .label,
.customers-page .skip-links .label {
  color: #41414b;
}
.customers-page .header-user {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.customers-page .header-user .label {
  font-size: 13px;
}
.customers-page .header-user .separator {
  line-height: 13px;
}
body:not(.landing-page):not(.custom-store) .skip-cart,
body.no-category .skip-cart {
  color: #fff;
}
body.custom-store .skip-cart .label {
  display: none;
}
body.custom-store .skip-link,
body.custom-store .header-user-content {
  color: #41414b;
}
.customers-page .header-minicart {
  display: none;
}

/* Skip Content */
.skip-content {
  display: none;
  padding-bottom: 10px;
  padding-top: 10px;
}

.skip-content.skip-active {
  display: block;
}
.popup-ajaxlog .youama-window-outside .close{
  display: none;
}
.filters-ontop .modal-header .close svg {
  stroke: #fff;
}
.close svg {
  height: 18px;
  width: 18px;
}
.fsearch .close{
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 2;
}

/* Global Header Navigation */
.page-header .skip-custom-mask {
  bottom: 0;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  width: 100%;
}
.skip-custom-mask.skip-active {
  left: 0;
  z-index: 1000;
}

.header-user{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.account-cart-wrapper #header-account{
  font-size: 12px;
  top: 42px;
  position: absolute;
  width: 200px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  box-shadow: 0 2px 6px #c3c6cb;
  z-index: 1005;
}

.menu-close {
  fill:none;
  stroke:#41414b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width:5px;
}

.skip-nav .label {display: none;}
.skip-nav .icon div{
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-bottom: 5px;
  transition: 0.4s;
}
.skip-nav .icon div:last-of-type{margin-bottom: 0;}
.skip-nav.skip-active .icon .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 5px);
  transform: rotate(-45deg) translate(-4px, 5px);
}
.skip-nav.skip-active .icon .bar2 {
  opacity: 0;
}
.skip-nav.skip-active .icon .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

/* General Navigation Styles */
#nav{
  position: static;
}
.marca-hover{
  background-color: #f2f4f6;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  display: none;
  padding: 72% 10%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#header-nav {
  padding-bottom: 0;
  padding-top: 0;
}
#header-nav .magemenu-menu.horizontal-menu .menu .inner-cms-block .block.block-cate{
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 99;
}
.magemenu-menu.horizontal-menu .explodedmenu > li.catalogo-virtual{
  position: static;
}
.magemenu-menu.horizontal-menu .menu.marcas .inner-cms-block .block.block-cate .subcate:hover{
  background-color: transparent;
}
.magemenu-menu.horizontal-menu .nbtype-3 .explodedmenu-menu-popup,
.magemenu-menu.horizontal-menu .nbtype-2 .explodedmenu-menu-popup,
.magemenu-menu.horizontal-menu .nbtype-5 .explodedmenu-menu-popup{
  display: none;
  background-color: #f5f5f5;
  max-width: 1110px;
  position: absolute;
  left: 35px;
  top: 100%;
  z-index: 999;
}
.magemenu-menu.horizontal-menu .nbtype-3:hover .explodedmenu-menu-popup,
.magemenu-menu.horizontal-menu .nbtype-2:hover .explodedmenu-menu-popup,
.magemenu-menu.horizontal-menu .nbtype-5:hover .explodedmenu-menu-popup{
  display: block;
  box-shadow: 0 1px 2px #e3e3e3;
}
.magemenu-menu.horizontal-menu .nbtype-3 .explodedmenu-menu-popup .col-category:nth-child(even){
  background-color: #f2f4f6;
}
.catalogo-virtual .explodedmenu-menu-popup .exploded-cms-block,
.catalogo-virtual .explodedmenu-menu-popup .col-category-main{
  display: table;
  width: 100%;
  overflow: hidden;
}
.catalogo-virtual .inner-cms-block{
  padding: 0;
}
.catalogo-virtual .inner-cms-block,
.magemenu-menu.horizontal-menu .catalogo-virtual .explodedmenu-menu-popup .col-category{
  display: table-cell;
  float: none;
  vertical-align: top;
}
.magemenu-menu.horizontal-menu .nbtype-3.catalogo-virtual .explodedmenu-menu-popup .col-category{
  padding: 32px 60px;
}
.magemenu-menu.horizontal-menu .nbtype-3.catalogo-virtual .explodedmenu-menu-popup .col-category a{
  color: #707070;
  font-size: 14px;
  line-height: normal;
  padding-left: 15px;
  margin: 8px 0;
}
.magemenu-menu.horizontal-menu .nbtype-3.catalogo-virtual .explodedmenu-menu-popup .col-category a:hover{
  color: #4856ed;
  padding-left: 20px;
}

input, button, .button, img, i, a,
*::after,
*::before,
.bcurso-content,
.products-grid .item-content,
.actions {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a > i,
button > i {
  -webkit-transition: none;
  transition: none;
}
.magemenu-menu.horizontal-menu .catalogo-virtual .explodedmenu-menu-popup .col-category a i{
  font-size: 12px;
  position: absolute;
  left: -5px;
  top: 1px;
  line-height: 25px;
  opacity: 0;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.magemenu-menu.horizontal-menu .catalogo-virtual .explodedmenu-menu-popup .col-category a:hover i{
  left: 0;
  opacity: 1;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.magemenu-menu.horizontal-menu .nbtype-3 .explodedmenu-menu-popup .col-category .nb_pstatic_cat{
  color: #fff;
  margin-bottom: 40px;
  text-indent: -9999px;
}
.magemenu-menu.horizontal-menu .nbtype-3 .explodedmenu-menu-popup .col-category .nb_pstatic_cat:before {
  background-image: url(../images/css/ptm-sprite.png);
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 93px;
  height: 23px;
}
.catalogo-virtual .explodedmenu-menu-popup .col-category a.canon:before{
  background-position: -29px -9px;
}
.catalogo-virtual .explodedmenu-menu-popup .col-category a.casio:before{
  background-position: -3px -79px;
}
.catalogo-virtual .explodedmenu-menu-popup .col-category a.lexar:before{
  background-position: -203px -74px;
}
@media (min-width: 1400px) {
  .container-inner, .container {
    max-width: 1620px;
  }
  .distributor .text {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.nav-primary a,
.magemenu-menu.horizontal-menu .explodedmenu li.menu > a {
  color: #41414b;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: none;
}
body.custom-store .nav-custom {
  display: none;
}
.nav-primary.nav-mobile-categories {
  display: none;
}
.nav-primary.nav-custom {
  display: none;
}
body.custom-store:not(.no-category) .nav-item-custom {
  display: none;
}
body.no-category .nav-custom {
  display: block;
}
body:not(.custom-store) .nav-custom,
body.no-category .nav-custom {
  display: block;
}
body:not(.custom-store) .nav-primary .level0 > a,
body.no-category .nav-primary .level0 > a {
  color: #fff;
}
body:not(.custom-store) .nav-primary .level0 > a:hover,
body.no-category .nav-primary .level0 > a:hover {
  color: #4856ed;
}
body:not(.custom-store) .nav-primary a {
  color: #41414b;
}
.nav-primary li.menu li a{
  font-size: 12px;
}
.page-header .magemenu-menu.horizontal-menu .explodedmenu li.menu > a{
  padding: 25px 15px;
}
.page-header .magemenu-menu.horizontal-menu .explodedmenu li.menu > a:hover{
  background-color: transparent;
  box-shadow: inset 0 -3px 0px 0px #4856ed;
}
.magemenu-menu.horizontal-menu .explodedmenu li.menu > a.active {
  box-shadow: inset 0 -3px 0px 0px #4856ed;
}
#nb_megamenu .explodedmenu li.menu.special_cat > a{
  text-align: center;
  z-index: 99;
}
#nb_megamenu .explodedmenu li.menu.special_cat > a:before{
  content: '\f06b';
  font-family: 'FontAwesome';
  color: #ffd73f;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-right: 5px;
  vertical-align: middle;
}

.nav-primary li {
  position: relative;
}
.nav-primary li.level2 a{
  color: #3a73da;
  
}
.nav-primary li.level2:hover > a.has-children, .nav-primary li.level2 a:hover{
  /*background-color: #f2f4f6;*/
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}
.nav-mobile-categories li.level0 > a.level0.special_cat {
  background-color: #41414b;
  color: #fff;
}
.nav-mobile-categories li.level0:hover > a.level0.special_cat {
  box-shadow: inset 0 -4px 0 0 #000;
}

.nav-primary li.menu-active > ul {
  display: block;
}
@media screen and (min-width: 992px){
  .logo img {
    width: 170px;
  }
  .page-main input.input-text,
  .page-main select {
    height: 46px;
  }
  .page-main select {
    background-position: calc(100% - 10px) 18px;
  }
  .customers-page .header-user {
    padding: 8px 0;
  }
  .magemenu-menu.horizontal-menu .menu.marcas .inner-cms-block .block.block-cate .subcate .itemMenu{
    padding-left: 25px;
  }
  .magemenu-menu.horizontal-menu .menu.marcas .inner-cms-block .block.block-cate .subcate ul .itemMenu:hover > ul,
  .magemenu-menu.horizontal-menu .menu.marcas .inner-cms-block .block.block-cate .subcate ul.itemsubmenu{
    left: auto;
    top: 0;
    right: 100%;
  }
  .magemenu-menu.horizontal-menu .marcas .subparent:before{
    content: '\f0d9';
    right: auto;
    left: 10px;
  }
  .magemenu-menu.horizontal-menu .marcas .subparent:hover.subparent:before{
    right: auto;
  }
  /*Header*/
  .header-minicart .opac{
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header-minicart .mini-products-list li:hover .opac{
    opacity: 1;
    filter: alpha(opacity=100);
  }

  /* Nav Primary */
  #header-nav {
    display: block;
  }
  body:not(.custom-store) #header-nav {
    -webkit-box-flex: 0;
    max-width: 67.33333333%;
    -ms-flex: 0 0 67.33333333%;
    flex: 0 0 67.33333333%;
  }
  .logo {
    min-width: 336px;
  }
  #header-nav .logo{ display: none; }

  .skip-nav { display: none; }

  #header-search {
    display: block;
  }
  .skip-search {
    display: none;
  }
  
  .pt-lg-table{
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    margin: 0 auto;
  }
  .pt-lg-table > div {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .pt-lg-table > div.v-middle{
    vertical-align: middle;
  }
  .pt-lg-table > div.v-bottom{
    vertical-align: bottom;
  }
  .header-minicart{margin-left: 10px;}
  /* Large Viewports - Dropdown Menu  */

  body.custom-store #header-nav {
    background-color: #f2f4f6;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  #wp-nav-container{display: none;}
  .nav-primary {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body.custom-store .nav-primary li.level0 > a.level0.special_cat {
    background-color: #41414b;
    color: #fff;
  }
  .nav-primary li.level0:hover > a.level0.special_cat {
    box-shadow: inset 0 -4px 0 0 #000;
  }
  body:not(.custom-store) .nav-categories,
  body.no-category .nav-categories {
    display: flex;
    justify-content: flex-end;
  }
  .page-header .magemenu-menu.horizontal-menu .explodedmenu {
    display: table;
    float: none;
  }
  .page-header .magemenu-menu.horizontal-menu .explodedmenu > .menu {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .nav-primary a.level0 {
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    padding: 9px 22px !important;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
    position: static;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  body:not(.custom-store) .nav-primary a.level0,
  body.no-category .nav-primary a.level0 {
    font-size: 13px;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #000;
  }
  .nav-primary li.level0 ul {
    background: #fff;
    border: solid 1px #cccccc;
    box-shadow: 0px 9999px 0px 9999px rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 100%;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level0 > ul {
    padding: 20px 0;
  }
  .nav-primary .menu-active > ul.level0 {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-primary li.level0 > ul.level0 {
    max-width: 1110px;
    margin: auto;
  }
  .nav-primary li.level0 > ul.level0:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }
  .nav-primary li.level0.active > a,
  .nav-primary li.level0:hover > a{
    box-shadow: inset 0 -4px 0px 0px #4856ed;
  }

  .nav-primary li.level0.menu-active > a {
    box-shadow: inset 0 -4px 0px 0px #4856ed;
  }

  .nav-primary li.level1 a {
    color: #3a73da;
    font-size: 12px;
    padding: 2px 12px;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary ul.level0 li.first ul.level1 {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-primary ul.level0 li.first ul.level1 li.level2 {
    display: inline-block;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .nav-primary .parent li.level1 {
    display: inline-block;
    padding: 0 15px;
    margin: 2px 0;
    vertical-align: top;
    width: 30%;
  }
  .nav-primary .parent li.level1.first.parent {
    border-right: 1px solid #707070;
    width: 70%;
  }
  .nav-primary li.level1 ul {
    background: #fff;
    box-shadow: none;
    border: 0;
    position: static;
    left: 0;
    z-index: 10;
    padding: 0;
  }
  .nav-primary li.level1 ul.level1 {
    display: block;
  }
  .nav-primary li.level2.parent:before{
    content: '\f0d7';
    color: rgba(23, 62, 110, 0.4);
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: normal;
    position: absolute;
    right: 6px;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    z-index: 9;
  }
  .nav-primary li.level2.parent:hover:before{
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  .nav-primary .parent li.view-all {
    display: inline-block;
    width: auto;
    flex: 0 0 auto;
    max-width: none;
  }
  .custom-store .nav-primary .parent ul.level0 li:not(.level1).view-all {
    display: none;
  }
  .nav-primary .parent li.view-all > a {
    background: #3a73da;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    width: auto;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a.level1.has-children {
    display: none;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cccccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }

  .nav-primary li.level2 ul.level2, .nav-primary li.level2 ul{
    left: inherit;
    top: 0;
    right: 100%;
  }
  .nav-primary li.level2{background-color: #fff;}
  .nav-primary .cat-image {
    background-color: #f2f4f6;
    margin: 0 12px 5px;
    min-height: 110px;
    text-align: center;
  }
  .nav-primary .cat-image img {
    width: 120px;
  }
  .nav-primary .cat-image:hover img {
    transform: scale(1.1);
  }

  .nav-primary .cat-desc {
    font-size: 11px;
    line-height: 10px;
    margin: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
  }

  #search{border-color: transparent;}
}
@media (min-width: 1400px) {
  .nav-primary li.level0 > ul.level0 {
    max-width: 1620px;
    margin: auto;
  }
}
/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
.nav-primary li.menu-active > ul {
  display: block;
}
@media (max-width: 1400px) {
  .page-header .magemenu-menu.horizontal-menu .explodedmenu li.menu > a {
    padding: 22px 27px;
  }
  .header-top {
    font-size: 9px;
  }
  .manufacturer-list .text {
    font-size: 11px;
  }
  .distributor .text-content {
    padding: 0 70px 0 50px;
  }
}
@media (max-width: 767px) {
  .distributor .text-content {
    padding: 0;
  }
  .distributor .text {
    padding: 20px 15px;
  }
  .distributor .title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px){
  .logo{
    max-width: 100%;
  }

  .cms-noroute-index .column.main{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cms-noroute-index .page-main{
    padding: 0 !important; 
  }

  .columns .column.main{
    padding-bottom: 30px;
  }

  .nav-sections{
    left: 0;
  }

  .navigation .level0, .navigation li.level0:last-child{
    border-top: 0;
    border-bottom: 0;
  }

  .sections.nav-sections{
    display: none;
  }

  .navigation ul{
    margin: 0 auto;
    text-align: center; 
  }

  .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active){
    border-style: none;
  }

  .level0 span{
    font-size: 14px !important;
  }

  .navigation ul li.level0{
    margin: 7px 0 !important;
  }

  .modal-popup.modal-slide .modal-inner-wrap[class]{
    background-color: transparent;
  }

  .modal-popup.modal-slide{
    left: auto !important;
  }

  .modal-slide, .modal-popup{
    bottom: auto;
  }

  .cms-index-index .modal-content{
    padding: 15px !important;
  }
  .modal-inner-wrap{
    padding: 10px;
  }

  .cms-index-index .modal-popup.modal-slide{
    margin: 40% 0;
  }
}

.container_searchpopup {
  background: #ffffff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  display: none;
  position: absolute;
  width: 100%;
  min-width: 340px;
  right: 0;
  top: 42px;
  z-index: 999;
}
.container_searchpopup .header-auto {
  background-color: #f2f4f6;
  text-align: right;
  border-bottom: solid 1px #dfdfdf;
}
.container_searchpopup .header-auto h4 {
  color: #41414b;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.container_searchpopup .header-auto h4 a{
  background: transparent;
  color: #41414b;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
}
.filtercats-search>li>ul{
  max-height: 180px;
  overflow-y: auto;
}
.filtercats-search ul ul{
  background: #fefefe;
  border-left: 1px solid #eee;
  margin-left: 10px;
}
.filtercats-search li{display: block;}
.filtercats-search li a {
  background-color: #fff;
  cursor: pointer;
  display: block;
  color: #5d6468;
  font-size: 13px;
  line-height: normal;
  padding: 5px 15px;
  margin: 0;
}
.filtercats-search li.parent > a{
  font-size: 14px;
}
.filtercats-search li a:hover{background: #f2f4f6;}

.am_search_popup .more_results{
  background-color: #f2f4f6;
}
.am_search_popup .more_results a{
  color: #707070;
  font-weight: 600;
}
.container_searchpopup .am_search_popup{ margin-top: 0; width: 100%;}
.container_searchpopup .am_search_popup .header-auto{padding: 5px 15px;}
.container_searchpopup .am_search_popup_triangle{margin-top: 0;top: -8px;}
.container_searchpopup .am_search_popup_inner{
  max-height: 333px;
  overflow-y: auto;
}

/* Search - Skip Link */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-image: none;
  font-size: 17px;
  line-height: 30px;
}

/* Search - Skip Content */
#header-search {
  background-color: transparent;
}

/* Search Input */
#search_mini_form{position: relative;}
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
  margin: auto;
}

.page-wrapper .search-icon {
  color: #41414b;
  display: block;
  font-size: 12px;
  position: absolute;
  right: 0;
  line-height: 24px;
  top: 0;
  width: 40px;
  height: 100%;
  margin: 0;
  pointer-events: none;
  text-align: center;
  z-index: 12;
}
#search_mini_form .search-icon {
  transform: rotate(90deg);
}

#search {
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 11px;
  width: 100%;
  height: 24px;
  min-height: 24px;
  max-width: none;
  padding-right: 40px;
}
.page-header #search_mini_form #search.loading,
.form-search #search.loading{
  background-color: #fff;
}

.filters-ontop .search-icon {
  color: #41414b;
}

#search_mini_form .search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  color: transparent;
  font-weight: 600;
  font-size: 12px;
  border: 0;
  background: none;
  padding: 0 10px;
  text-transform: none;
}
@media (max-width: 1400px) {
  #search_mini_form {
    max-width: 257px;
    margin-left: auto;
  }
}

/* Header - Account */
/* Skip Link - Account */
.customers-page .skip-account .page-icon {
  fill: #4856ed;
}

/* Account Links */
#header-account {
  background-color: #fff;
}
#header-account .links{
  position: relative;
}
#header-account .links ul{
  background-color: #FFF;
  position: relative;
  z-index: 10;
}
#header-account .links i{
  position: absolute;
  left: 50%;
  font-size: 20px;
  line-height: 12px;
  color: #fff;
  margin-left: -5px;
  text-shadow: 0 -1px 5px #c3c6cb;
  top: -20px;
  z-index: 9;
}
#header-account .links a{
  display: block;
}
#header-account .links a:hover {
  color: #41414b;
  background-color: #f5f5f5;
}
.page-header #header-account a {
  position: relative;
  padding: 6px 10px;
  text-align: center;
  text-transform: none;
}
.header-user .separator {
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  vertical-align: middle;
}

/* Header - Cart */
/* Skip Link - Cart */
.skip-cart {
  background-color: #4856ed;
}
.customers-page .skip-links svg,
body.custom-store .skip-links svg {
  fill: currentColor;
}
body:not(.customers-page):not(.landing-page):not(.custom-store) .skip-links .label,
body.no-category .skip-links .label {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
body.custom-store .skip-cart,
.customers-page .skip-cart {
  background-color: transparent;
}
/* Skip Cart Notifier */
.skip-cart .count {
  border-radius: 22px;
  display: inline-block;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 5;
  width: 22px;
  height: 22px;
  background-color: #4856ed;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}
.skip-cart.no-count .price{
  display: none;
}

.skip-cart .count.empty {
  display: none;
}

/* Mini Cart - Empty */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* Mini Cart - Full */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}

/* Footer */
.page-footer {
  background-color: #000 !important;
  border-top: 4px solid #4856ed;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.footer_company_top {
  padding-top: 30px !important;
}
.footer_logo{
  margin-top: 0;
  margin-bottom: 27px;
}
.footer_logo a{display: inline-block;}
.page-footer .block-title {
  color: #fff;
  padding: 0;
}
.page-footer .block-title strong {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.page-footer .block-title i {
  font-size: 20px;
}
.page-footer .block-title:not(.collapsed) i {
  transform: rotate(180deg);
}
.page-footer p{
  font-weight: 400;
}
.page-footer .button{
  font-size: 14px;
  width: 120px;
}
.page-footer a{color:#fff;display: inline-block;}
.page-footer .links {
  margin-bottom: 10px;
}
.page-footer .links li {
  word-break: normal;
  line-height: 1.4;
  padding: 3px 0;
  text-transform: uppercase;
  margin: 0;
}
.page-footer .links a:hover {
  text-decoration: underline;
}
.page-footer .block-subscribe {
  font-size: 12px;
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.page-footer .form-subscribe-header {
  display: none;
}
.page-header .social-media {
  display: none;
  margin: 30px 0;
}
.page-header .social-media .block-title strong {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.social-media li{
  padding: 0;
  vertical-align: middle;
}
.social-media li:not(:last-of-type){margin-right: 8px;}
.social-media li a {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 35px;
  color: #41414b;
  display: block;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  height: 35px;
  -webkit-transition: none;
  transition: none;
}
.social-media li a:hover{
  background-color: transparent;
  color: #fff;
}
.social-media li em {
  font-size: 0;
}
.social-media li em:before {
  font-size: 20px;
}

.footer_company_bottom{
  border-top: solid 1px #f5f5f5;
  padding: 20px 0;
}
.page-footer ul,.footer_address address{margin-bottom: 0;}
.page-footer .medios-pagos li{vertical-align: middle;}
.page-footer .medios-pagos li:not(:last-of-type){margin-right: 15px;}
.page-footer .medios-pagos img{max-height: 35px;}
.page-footer .social-media{margin-bottom: 20px;}

.page-footer .bugs,
.page-footer address {
  clear: both;
}
.page-footer .bugs {
  display: none;
}
.page-footer .form-language,
.page-footer .currency-switcher,
.page-footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.page-footer .form-language,
.page-footer .currency-switcher {
  display: none;
}
.page-footer address {
  width: 100%;
  margin-bottom: 0;
}
.page-footer .copyright{
  background-color:#000;
  border-top: 1px solid #707070;
  display: block;
  padding: 6px 10px;
  text-align: center;
  width: auto;
  margin: 0;
  font-size: 1em;
}
.page-footer .p-methods {
  margin: 0 -2px;
}
.page-footer .p-methods img {
    margin: 2px;
}
@media (max-width: 1400px) {
  .page-footer {
    font-size: 9px;
  }
  .footer_company_top {
    max-width: 920px;
  }
  .footer-logo {
    width: 105px;
  }
  .page-footer p {
    margin-bottom: 5px;
  }
  .page-footer .block-title strong {
    font-size: 9px;
  }
  .social-media li a {
    font-size: 14px;
    line-height: 21px;
    width: 22px;
    height: 22px;
  }
  .social-media li em:before {
    font-size: 14px;
  }
  .page-footer .p-methods img {
    width: 35px;
  }
}
@media (max-width: 991px) {
  .page-footer .links {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page-footer .links .block-title {
    margin-bottom: 0;
    padding: 8px;
  }
  .page-footer .links .block-title strong {
    font-size: 13px;
  }
  .page-footer .links .title-collapse {
    border-bottom: 1px solid #707070;
  }
  .page-footer .links .collapse {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  body:not(.customers-page):not(.landing-page):not(.custom-store) .skip-links .label,
  body.no-category .skip-links .label {
    font-size: 13px;
  }
  body:not(.custom-store) #header-search,
  body.no-category #header-search {
    display: none;
  }

  .customers-page #header-search,
  .customers-page #header-nav {
    display: none;
  }
}
@media (min-width: 576px) {
  .page-footer .block-title {
    pointer-events: none;
  }
  .page-footer .block-title i,
  .page-footer .block-title em {
    display: none;
  }
  .page-footer .collapse {
    display: block !important;
    height: auto !important;
  }
}

/* General Product List Styles (not module-specific) */
/* Product List General */
.wrapper .loading{
  background: #000;
  opacity: .6;
}
.wrapper .loader{
  background: none;
  border: 2px solid #f5f5f5;
  border-left: 2px solid #41414b;
  border-radius: 35px;
  color: #41414b;
  -webkit-animation: load8 1s infinite ease-in-out;
  animation: load8 1s infinite ease-in-out;
  -webkit-transform: translateZ(0);
  font-size: 11px;
  margin: 5px auto;
  text-indent: -9999em;
  height: 35px;
  width: 35px;
}
.wrapper .loader.inline-miniloader{
  position: relative;
  margin: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  left: inherit;
  top: inherit;
  vertical-align: middle;
  margin-right: 10px;
  border-width: 2px;
}
.loadingWrapper .content{
  margin-left: -85px;
  margin-top: -45px;
}
.product-view .amasty-main-spinner {
  top: 50%;
  left: 50%;
  background: none;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transform: translateZ(0);
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 990;
}
.product-view .amasty-main-spinner,
.header-minicart .minicart-wrapper:after{
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-left: 3px solid #41414b;
  border-radius: 50%;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.product-payment-methods {
  border-top: 1px solid #707070;
  padding: 20px 0;
  text-align: left;
}
.product-view .cards .title {
  font-weight: 500;
}
.product-view .cards .list {
  margin: 0 -5px;
}
.product-view .cards .item {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}
.product-view .pm-via .list {
  font-size: 10px;
  line-height: 12px;
  margin: 0 -10px;
}
.product-view .pm-via .pm-item{
  padding: 5px 10px;
}
.product-view .pm-via .pt_table{
  table-layout: inherit;
}
.product-view .pm-via .icon {
  width: 28px;
}
.product-view .pm-via .text {
  padding-left: 7px;
}
.product-view .pm-via .text-content {
  display: table-caption;
}
.product-view .ptm-features {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  margin-bottom: 20px;
  text-align: left;
}
.ptm-features {
  font-size: 10px;
  line-height: 11px;
  padding: 10px 0;
}
.ptm-features .list {
  margin: 0 -10px;
}
.ptm-features .pm-item {
  padding: 5px 10px;
}
.ptm-features .icon {
  width: 30px;
  padding-right: 5px;
}


.catalogsearch-result-index .col-main .page-title{
  display: none;
}
.catalogsearch-result-index .note-msg.suggest strong,
.catalogsearch-result-index .note-msg.suggest strong a{
  color: #000;
}
.catalogsearch-result-index .misspell.fallback strong strike,
.catalogsearch-result-index .misspell.suggest strong strike{
  color: #3a73da;
}
.catalogsearch-result-index .searchindex-result.searchindex-result-category li a{
  color: #41414b;
  font-weight: normal;
}
.searchindex-result.searchindex-result-category li a:hover{
  border-bottom: 1px solid #888;color: #888;
}
.catalogsearch-result-index .searchindex-results{
  background: #f2f4f6;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
}
.catalogsearch-result-index .searchindex-results li{margin: 0;}
.catalogsearch-result-index .searchindex-results li a{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid transparent;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  background: transparent;
  padding: 12px 20px;
}
.catalogsearch-result-index .searchindex-results li.active a,
.catalogsearch-result-index .searchindex-results li a:hover{
  background: transparent;
  border: 0;
  border-bottom: 3px solid #dedede;
}
.catalogsearch-result-index .searchindex-results li.active a{
  border-bottom-color: #000;
  color: #3f3f3f;
}
.searchindex-result.searchindex-result-category{padding: 10px;}
.catalogsearch-result-index .searchindex-result.searchindex-result-category li{
  padding: 8px 10px;
}
.filters-ontop .category-title{
  padding: 23px 0;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
  font-size: 13px;
}

/* Product Name */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #41414b;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  line-height: 1.4;
}
.product-name a {
  color: #41414b;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 600;
}

/* Product Grid */
.landing-page .main {
  max-width: none;
  padding: 0;
}
.filters-ontop .category-products {
  position: relative;
  margin-bottom: 20px;
}
.landing-page .category-products .toolbar {
  display: none;
}
.col1-layout .category-products{
  margin-bottom: 30px;
}
.products-grid {
  position: relative;
}
.products-grid.owl-carousel:not(.owl-loaded) {
  max-height: 1px;
  overflow: hidden;
}
ul.products-grid{
  list-style: none;
}
.category-products .products-grid--max-4-col > li{
  -ms-flex: 0 0 50%;
  flex: 0 0 25%;
  max-width: 25%;
}
.category-products .products-grid--max-3-col > li{
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.category-products .products-grid--max-2-col > li{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .category-products .products-grid > li{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .landing-page .toolbar {
    display: none;
  }
  .product-view .pm-via .list {
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .product-view .cards .item img {
    width: 50px;
  }
  /*.category-products .products-grid > li{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }*/
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
ul.row.products-grid{margin: 0 -10px;}
.products-grid .item {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  padding: 0 10px;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}
.category-products .products-grid > li{
  margin-bottom: 15px;
}

.products-grid .product-details {
  margin-bottom: 15px;
  width: 100%;
}
.products-grid .product-name{
  width: 100%;
  margin-bottom: 5px;
}
.products-grid .product-name span:not(.manufacturer) {
  font-size: 15px;
  min-height: 42px;
}
.ajaxcart-modal {
  z-index: 100000;
}
.ajaxcart-modal .modal-dialog .button {
  border-width: 2px;
  display: block;
  font-size: 10px;
  padding: 8px 2px;
}
.ajaxcart-modal .modal-footer .row {
  margin: 0 -5px;
}
.ajaxcart-modal .modal-footer .row > div {
  padding: 0 5px;
}

.catalog-category-view .products-grid .product-details span{
  line-height: normal;
  vertical-align: middle;
}
.products-grid .product-name span,
.products-grid .product-name a{
  display: block;
}

.products-grid .product-name .manufacturer{
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  min-height: 10px;
}
.catalog-category-view .config-label .regular-price:before,
.catalog-category-view .config-label:before,
.catalog-category-view .regular-price:before,
.catalog-product-view .regular-price:before{
  color: #707070;
  content: attr(data-config-label) "";
  display: none;
  font-weight: 600;
  min-height: 12px;
}
.catalog-category-view .products-grid .product-details .manufacturer{
  font-size: 12px;
}

.products-grid .price-box {
  color: #41414b;
  font-size: 13px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 50px;
}
.products-grid .price-box .pricebox-label {
  display: none;
}
.products-grid .price-box span{display: inline-block;}
.products-grid .price-box p{
  display: block;
}
.products-grid .price-box .price{color: #41414b;font-size: 19px;}
.products-grid .price-box .old-price .price{
  font-size: 10px;
  font-weight: normal;
}
.products-grid .price-box .old-price .price:before{
  background: #41414b;
  height: 1px;
}

.products-grid .product-image {
  display: block;
  max-width: 210px;
  margin: auto;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: static;
  min-height: 125px;
}
.filters-ontop .products-grid .ampreorder_note,
.product-details .ampreorder_note{
  position: absolute;
  bottom: 50%;
  left: -15px;
  right: -15px;
  font-size: 12px;
  font-weight: 500;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  pointer-events: none;
}

.products-grid .item .actions {
  margin: 0;
  text-align: center;
}
.actions-table{
  height: 100%;
}
.products-grid .item .actions .button{
  background-color: #4856ed;
  color: #fff;
  padding: 5px 15px;
  max-width: 175px;
  width: 100%;
}
.products-grid .item .actions .button:hover{background-color: transparent;color: #4856ed;}
.products-grid .item .actions .button > span,
.products-grid .item .actions .button svg {
  vertical-align: middle;
}
.products-grid .item .actions .button svg {
  fill: currentColor;
  width: 30px;
  height: 30px;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.category-products > .limit-all{display: none;}
.limit-all{
  display: none;
  padding: 10px 0;
  text-align: center;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
}
.products-grid .item .item-content {
  background-color: transparent;
  border: 2px solid #f2f4f6;
  height: 100%;
  overflow: hidden;
  padding: 13px;
  position: relative;
}
.products-grid .item .item-content:hover{
  border-color: #4856ed;
}

.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}
.products-grid .ratings{
  display: none;
}
/* Product List */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  background-color: #ebebeb;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .filters-ontop .products-grid .ampreorder_note {
    font-size: 10px;
  }
}
/* MINI PRODUCT LIST */
.mini-products-list .product-image {
  float: left;
  width: 100%;
  padding: 0 5px;
  text-align: center;
}
.header-minicart .product-details-image{
  width: 50%;
}
.header-minicart .info-table{
  width: 50%;
}
.mini-products-list .product-details {
  float: none;
  width: 80%;
  padding: 0;
}
.mini-products-list .product-details .product-name {
  padding-top: 0;
}
.mini-products-list li {
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
}

/* CATALOG - LIST */
.category-image {
  min-height: 320px;
  background-color: #f2f4f6;
  padding-bottom: 29%;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-banner{
  position: relative;
}
.category-name{
  padding-bottom: 20px;
  padding-top: 20px;
  max-width: 1110px;
  width: 100%;
}
.category-name .title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.category-description {
  margin-bottom: 30px;
  width: 100%;
}
.landing-page .block-parentmanufacturers {
  margin-bottom: 30px;
}
.block-parentmanufacturers .list {
  background-color: #f2f4f6;
  border-bottom: 1px solid #c3c3c3;
  table-layout: inherit;
}
.block-listajax .category-name {
  padding: 30px 0;
  margin-bottom: 20px;
}
.block-parentmanufacturers .item{
  color: #41414b;
  vertical-align: middle;
}
.block-parentmanufacturers .item .link {
  border-bottom: 4px solid transparent;
  border-top: 3px solid transparent;
  color: #41414b;
  display: block;
  font-size: 11px;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
}
.block-parentmanufacturers .link:hover {
  border-bottom-color: #d2d0d1;
}
.block-parentmanufacturers .active .link {
  border-bottom-color: #41414b;
  color: #41414b;
}

/* LAYERED NAVIGATION */
.block-layered-nav{
  padding: 0;
  color: #707070;
  margin-bottom: 0;
}
.block-layered-nav .block-content{
  color: #707070;
  float: left;
  text-align: left;
  width: 100%;
}
.block-layered-nav .block-subtitle{padding: 0 30px;}
.filters-ontop .block-layered-nav .block-subtitle{
  display: none;
}
.block-layered-nav .block-title{
  background-color: #000;
  margin-bottom: 0;
  padding: 10px 15px;
  text-align: center;
}
.block-layered-nav .block-title strong{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.catalog-category-view .col2-left-layout.filters-ontop .col-main .toolbar-top{display: none;}
.filters-ontop .showmore a {text-decoration: underline;}
.filters-ontop ul li.section a.title{
  border: none;
  color: #41414b;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  padding: 8px 0;
  text-align: left;
  transition: none;
}
.filters-ontop ul li.section a.title:focus{
  color: #000;
}
.filters-ontop ul.list-sorter li.section a.title{
  padding-left: 0;
  padding-right: 0;
}
.filters-ontop ul li.section a.title span{vertical-align: middle;}
.filters-ontop ul li.section a.title:hover{
  background-color: transparent;
}
#layer_ajax_filter #filters-list .collapsed{
  color: #41414b;
  font-size: 18px;
  pointer-events: none;
}
.filters-ontop #narrow-by-list li.section .symbol {
  color: #707070;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  margin-left: 10px;
  width: auto;
  height: 13px;
}
.filters-ontop #narrow-by-list .section .symbol svg {
  width: 13px;
  height: 13px;
}
.filters-ontop #filters-list li.section .symbol{
  float: right;
}
#layer_ajax_filter .section .collapsed .symbol{
  color: #41414b;
}
#layer_ajax_filter .section .collapsed .symbol:before {
  display: none;
}
.filters-ontop .section .symbol:before{
  border-top: 2px solid #41414b;
  content: '';
  display: none;
  -webkit-transition: transform .25s ease;
  transition: transform .25s ease;
  vertical-align: middle;
  width: 13px;
}
#layer_ajax_filter .section .title:not(.collapsed) .symbol:before{
  display: inline-block;
}
#layer_ajax_filter .section .title:not(.collapsed) img {
  display: none;
}
.filters-ontop .block-layered-nav{
  background-color: #f2f4f6;
  min-height: 50px;
}
.filters-ontop .toggle {
  font-size: 12px;
  padding: 0;
}
.filters-ontop .toggle ol {
  padding-bottom: 12px;
}
.filters-ontop .toggle .category_list .cat-list {
  padding: 10px 0;
}
.filters-ontop .toggle .category_list .cat-list li{
  display: block;
}
.filters-ontop #narrow-by-list .toggle li a,
.block-layered-nav #narrow-by-list .configurable-swatch-list,
#narrow-by-list .toggle .category_list li a{
  display: block;
  padding: 3px 15px;
}
#narrow-by-list .toggle .category_list li a:hover {
  color: #333;
}
.filters-ontop .block-layered-nav .section:not(:last-of-type) {
  border-bottom: 1px solid #707070;
}
.filters-ontop .section li label{
  color: #41414b;
  font-size: 12px;
  padding: 3px 0;
}
.filters-ontop #filters-list .section li label{
  padding: 3px 0;
}
#narrow-by-list .toggle .form-control {
  background-color: transparent;
}
.catalog-category-view.filters-ontop #filters-list .fsearch input{
  max-width: none;
}
#narrow-by-list .configurable-swatch-list li{
  padding: 0;
}
ul li div.toggle li .count{display: none;}
#layer_ajax_filter .category_list .accor{
  background: none;
  color: #41414b;
  display: none;
  float: left;
  margin: 0 5px 0;
  text-align: center;
  width: 13px;
}
#layer_ajax_filter .category_list .accor:before{
  content: "\f0da";
  display: inline-block;
  font-family: 'FontAwesome';
  line-height: normal;
  margin-top: 0;
  text-align: center;
}
#layer_ajax_filter .category_list .accor.minus:before{
  content: "\f0d7";
}
.block-layered-nav #narrow-by-list .accor + a.ajaxfilter{color: #41414b;font-weight: 600;}
.block-layered-nav #narrow-by-list .category_list a + span{margin-left: 3px;}

.block-layered-nav .currently .block-subtitle {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  margin: 0 -5px;
  padding: 0;
}
.block-layered-nav .currently ol li {
  border: 1px solid #41414b;
  font-size: 12px;
  margin: 3px 5px;
  padding: 0 6px 0 10px;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}
.block-layered-nav .currently ol li .label{
  display: none;
  font-size: 100%;
}
.block-layered-nav label {
  color: #41414b;
  cursor: pointer;
  font-size: inherit;
}
.block-layered-nav .toggle li .ratings{
  margin: 1px 0;
}
ul li div.toggle{position: relative;}
ul li div.toggle .swatches {padding: 0 30px;}
.products-grid .attribute-swatches.product-list{
  background-color: rgba(2, 15, 30, 0.7);
  left: 0;
  padding: 9px;
  position: absolute;
  top: 0;
  opacity: 0;
}
.products-grid .attribute-swatches.product-list .attr{
  float: left;
  font-size: 13px;
  color: #fff;
  margin-top: 2px;
}
.products-grid .item-content:hover .attribute-swatches.product-list{
  opacity: 1;
}
.products-grid ul.attribute-swatches li a{
  max-height: 12px;
  max-width: 12px;
}
ul.attribute-swatches li span.tooltip.on{
  opacity: 1;
}
.section .prices{color: #707070;margin: 15px 0;text-align: center;}
.section div.price-slider{
  background-color: #b4b4b4;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  height: 6px;
}
.section div.price-slider .filter-handle{
  background-color: #f2f4f6;
  border: solid 2px #707070;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  margin-top: -7px;
}
.section div.price-slider .filter-handle:hover{
  background-color: #000;
  border-color: #000;
}
.section div.price-slider .price-slider-to{
  margin-top: -18px;
}
#price-min-display, #price-max-display{
  background-color: #f2f4f6;
  display: inline-block;
  border: 1px solid #707070;
  font-weight: 600;
  padding: 4px 15px;
  margin: 0 3px;
}
#layer_ajax_filter input[type="checkbox"] + label{
  cursor: pointer;
  width: 100%;
  position: relative;
}
#layer_ajax_filter input[type="checkbox"]:checked + label {
  color: #41414b;
}
.wrapper #filters-list input[type=checkbox] + label:after{
  top: 2px;
}
#narrow-by-list .toggle #mydiv input[type="checkbox"] + label span {
  position: relative;
}
#narrow-by-list .toggle .product_block_count_zero{
  pointer-events: none;
}

.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f2f4f6;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #41414b;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f2f4f6;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #41414b;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ececec;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}

.block-layered-nav .actions {
  margin: 3px 5px;
  text-align: right;
}
.block-layered-nav .actions .clearAll{
  border: 1px solid #41414b;
  border-radius: 2px;
  color: #41414b;
  font-size: 12px;
  padding: 0 10px;
}

.block-layered-nav .modal:before,
.category-products .modal:before {
  display: none;
}
@media (min-width: 768px) {
  .filters-ontop .toggle {
    line-height: 25px;
  }
}

/* CATALOG - PRODUCT */
.btn-goback {
  display: none;
}
.product-nav {
  display: none;
}
.product-nav .nav-primary {
  overflow-y: auto;
  white-space: nowrap;
}
.product-nav .nav-primary a.level0 {
  text-align: center;
}
.product-nav li.active a.level0 {
  box-shadow: inset 0 -4px 0px 0px #000;
}
body.catalog-product-view .wrapper{
  background: #ffffff;
}
body.catalog-product-view .page-wrapper .col-main{
  padding: 0;
}
.product-view .std ul{list-style: none;}
.product-view .std ul li{
  margin-left: 0;
  margin-bottom: 8px;
}
.product-view .std ul li:before,
.list-sorter li a:before,
strong.checked:before,
.wrapper .button-set button.checked:before{
  content: 'L';
  color: #fff;
  background-color: #4856ed;
  border-radius: 20px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  -ms-transform: scaleX(-1) rotate(-45deg);
  -webkit-transform: scaleX(-1) rotate(-45deg);
  transform: scaleX(-1) rotate(-45deg);
  vertical-align: middle;
}
.list-sorter li:not(.selected) a:before{
  background: #e5e6e6;
  color: #e5e6e6;
}

.qty-arrows{
  display: table;
  display: inline-flex;
  table-layout: fixed;
  max-width: 130px;
}
.qty-arrows input.qty{
  background: #ffffff;
  border-color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 31px;
  margin: 0 -1px;
  width: 60px;
  padding: 2px;
}
.qty-arrows .btn{
  background: #ffffff;
  border: 1px solid #a0a0a0;
  color: #41414b;
  display: table-cell;
  font-size: 15px;
  line-height: 30px;
  width: 36px;
  height: 31px;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.qty-arrows .btn:hover {
  border-color: #41414b;
}
.qty-arrows .btn:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.qty-arrows .qty-increase:before{
  content: '+';
  font-size: 21px;
}
.qty-arrows .qty-decrease:before{
  content: '\268A';
}
.add-cart-buttons {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.add-cart-buttons .btn-cart span {
  vertical-align: middle;
}
.product-view .product-shop .price-info {
  text-align: right;
}
.product-view .product-shop .price-box {
  /*display: inline-block;
  vertical-align: middle;*/
  margin: 0;
}
.product-view .product-shop .pricebox-label {
  display: block;
}
.product-view .product-shop .price-box .label {
  text-align: left;
  padding: 0;
}
.product-view .product-shop .price-box .price-from,
.price-box .price-to{
  display: none;
}
.price-box .price-from .price-label{line-height: normal;}
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  display: block;
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .old-price{line-height: 1.7;}
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .price-bundle .price-box .price,
.product-view .product-shop .price-box .full-product-price .price {
  font-size: 25px;
}
.product-view .price-box .price-label{
  font-weight: 600;
}
.product-view .product-shop .price-box .old-price .price{
  font-size: 16px;
}
.product-view .product-shop .price-box .regular-price .price{
  font-size: 25px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #636363;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}

.product-view .block-related {
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  z-index: 2;
}

.more-views{
  position: relative;
  margin-bottom: 10px;
}
.product-img-box #product-gallery-container{
  box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  margin-bottom: 0;
}
.product-img-box #product-gallery-container .bx-wrapper{
  box-shadow: none;
  -webkit-box-shadow: none;
}
.product-gallery {
  float: left;
  position: relative;
  text-align: center;
  max-height: 381px;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 2;
}
#amasty_gallery img {
  border: 1px solid #a0a0a0;
  display: inline-block;
}
#amasty_gallery .active img {
  border-color: #41414b;
}
.product-gallery .video-link {
  border: 0;
}
.product-video #amasty_zoom_fix, .product-video .zoomContainer, .product-video .product-label {
  display: none;
}
.product-gallery img{height: auto;}

.more-views h2{
  display: none;
  text-transform: none;
}
.gallery-pagination{
  line-height: normal;
  padding-top: 10px;
  text-align: center;
  z-index: 12;
}
.product-view .text-ref {
  font-size: 9px;
  padding-left: 10px;
}
.more-views .bx-wrapper{
  border: none;
  margin-bottom: 0;
  padding: 0 25px;
}
.more-views .bx-viewport{
  overflow: hidden;
}
.product-view .gallery-lens {
  background-color: #fff;
  position: absolute;
  pointer-events: none;
  right: 20px;
  bottom: 10px;
  padding: 8px;
  z-index: 2;
}
.product-view .gallery-lens svg {
  display: block;
}
.product-image-thumbs li, .product-image-thumbs{
  margin-right: 0;
}
.more-views .bx-wrapper .bx-controls-direction a,
.more-views #product-image-gallery-prev,
.more-views #product-image-gallery-next{
  background: #010f1e;
  color: #fff;
  font-size: 0;
  margin-top: 0;
  width: 25px;
  height: 100%;
  text-indent: inherit;
  text-align: center;
  top: 0;
  z-index: 9;
}

.more-views #product-image-gallery-prev,
.more-views #product-image-gallery-next{
  position: absolute;
}

.more-views .bx-wrapper .bx-controls-direction a:before{
  content: '';
}
.more-views .bx-wrapper .bx-controls-direction a:before,
.more-views .controls-gallery a i{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.more-views .controls-gallery a i{
  font-size: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  background: #f5f5f5;
}
.more-views .bx-wrapper .bx-controls-direction .bx-prev,
.more-views #product-image-gallery-prev{
  left: 0;
}
.more-views .bx-wrapper .bx-controls-direction .bx-next,
.more-views #product-image-gallery-next{
  right: 0;
}

.mousetrap, #wrap{
  z-index: 98 !important;
}
.mousetrap{
  width: 100%;
  height: 100%;
}
.product-image .cloud-zoom-lens{
  background-image: none;
  background-color: #fff;
  opacity: .4;
  border-width: 1px;
  margin: 0;
}
#product-media-container .more-views {
  margin-bottom: 0;
  z-index: 99;
}
.product-view #ampagination {
  margin-bottom: 10px;
  text-align: center;
}
.product-view #ampagination a {
  background: #707070;
  border-radius: 15px;
  width: 9px;
  height: 9px;
}
.product-view #ampagination a:not(:last-of-type) {
  margin-right: 15px;
}
.product-view #ampagination a.selected {
  background-color: #000;
}
.product-view .MagicScrollArrows {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  z-index: 9;
}
.product-view .MagicScrollArrows:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: 30px;
}
.product-view .MagicScrollArrowPrev {
  left: 0;
}
.product-view .MagicScrollArrowNext {
  right: 0;
}
.product-view .MagicScrollArrowPrev:before {
  content: "\f104";
}
.product-view .MagicScrollArrowNext:before {
  content: "\f105";
}
@media (max-width: 1400px) {
  .qty-arrows input.qty {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .product-shop button.btn-cart {
    padding: 0 30px;
    min-width: 230px;
  }
  .product-view .download {
    margin-left: 20px;
  }
  .download .button {
    padding: 11px 20px;
  }
  .product-view .product-essential {
    margin-bottom: 40px;
  }
  .product-view .product-shop {
    padding-left: 70px;
  }
  .product-view .MagicScrollArrows {
    opacity: 0;
    visibility: hidden;
  }
  .product-img-container:hover .MagicScrollArrows {
    opacity: 1;
    visibility: visible;
  }
  .product-view .ptm-features .text-large {
    width: 103px;
  }
}

/*Carousel*/
.owl-carousel{
  padding: 0 20px;
}
.owl-loaded.owl-hidden {
  opacity: 1;
}
.owl-carousel .owl-stage-outer{width: 100%;}
.owl-carousel .owl-stage {
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
}
.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.owl-carousel .item{
  margin: 0;
  padding: 0 10px;
}
.owl-carousel .owl-item > .item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
  color: #41414b;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 40px;
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.owl-carousel .owl-nav button:before {
  content: "";
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 31px;
}
.owl-carousel .owl-nav button.owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-nav button.owl-next:before {
  content: "\f105";
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.disabled{color: #aaa;cursor: default;}

.main-slider .owl-carousel .owl-nav button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  color: #fff;
  height: 30px;
  width: auto;
  top: auto;
  bottom: 30px;
}
.main-slider .owl-carousel .owl-nav button span {
  display: none;
}
.main-slider .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/css/ptm-arrow-left.png);
  background-position: left center;
}
.main-slider .owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/css/ptm-arrow-right.png);
  background-position: right center;
}
.main-slider .owl-carousel .owl-nav button:before {
  content: '';
  font-family: inherit;
  font-size: 14px;
}
.main-slider .owl-carousel .owl-nav button.owl-next:before {
  content: 'Siguiente ';
  padding-right: 50px;
}
.main-slider .owl-carousel .owl-nav button.owl-prev:before {
  content: ' Anterior';
  padding-left: 50px;
}

.owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-dots.disabled{margin-top: 0;}
.owl-carousel .owl-dots .owl-dot{
  background-color: #e4e4e4;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.owl-dots .owl-dot + .owl-dot{
  margin-left: 15px;
}
.owl-carousel .owl-dots .owl-dot.active{
  background-color: #000;
}
.block-related .owl-carousel .owl-nav{right: 15px;}
.block-parentmanufacturers .owl-carousel .owl-nav{top: -50px;}

.carousel-spinner {padding: 15px;text-align: center;}
.owl-carousel.owl-loaded + .carousel-spinner {display: none;}
.carousel-spinner .loader {
  margin: auto;
}
.abs-spinner {
  background: rgba(0, 0, 0, 0.60);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

/*Featured Products*/
.block .products-grid .product-image img{
  width: auto;
  margin: auto;
}
/*SLIDER*/
.main-slider {
  padding: 0;
  overflow: hidden;
}
.main-slider .owl-carousel {
  padding: 0;
}

.main-slider .slides li a{display: block;}
.main-slider .slider-content:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('../images/css/ptm-sprite.png') no-repeat center;
  background-position: -235px -109px;
  margin: -22px 0 0 -22px;
  width: 44px;
  height: 44px;
}
.main-slider .slides .item {height: 0;padding-bottom: 35%;}
.main-slider .slides .item:hover .slider-link{opacity: .5;filter: alpha(opacity=50);}
.main-slider .slides .item .slider-link:hover{opacity: 1;filter: alpha(opacity=100);}

.main-slider iframe, .main-slider video{display: block;width: 100%;}
.main-slider .slides .item iframe,
.main-slider .slides .item img.desktop-img,
.main-slider .slides .item video{
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-slider .slides .item .bg {
  height: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
.main-slider .owl-nav {
  top: 0;
  position: static;
  text-align: center;
  border: 0;
}
.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  transition: all .25s;
}
.main-slider .owl-nav .owl-prev {
  border-radius: 0 25px 25px 0;
  left: 0;
}
.main-slider .owl-nav .owl-next {
  border-radius: 25px 0 0 25px;
  right: 0;
}
.main-slider .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
  width: 100%;
}
.main-slider .video-overlay:after{
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.main-slider .video-overlay:hover:after{background-color: rgba(0, 0, 0, 0.4);}
.main-slider .slider-content{
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.main-slider .slider-content .item-link{height: 100%;width: 100%;}
.main-slider .slider-down .fa-angle-down{
  position: absolute;
  top: 9px;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}
.main-slider .slider-down:hover .fa-angle-down{top: 12px;}

.wrapper .slider-link{
  background-color: #fff;
  border-bottom: 3px solid #4856ed;
  color: #41414b;
  font-size: 15px;
  margin-top: 70px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 6px 30px 8px 30px;
  position: absolute;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}
@media (min-width: 768px) {
  .main-slider .slides .owl-nav .owl-prev {
    left: -200px;
  }
  .main-slider .slides .owl-nav .owl-next {
    right: -200px;
  }
  .main-slider .slides:hover .owl-nav .owl-prev {
    left: 10px;
  }
  .main-slider .slides:hover .owl-nav .owl-next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .main-slider {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-slider .slider-down{border-width: 0 30px 30px 30px;font-size: 20px;}
  .main-slider .slides .item{padding-bottom: 70%;}
  .main-slider .bg-desktop {background-image: none !important;}
  
  .main-slider .owl-dots .owl-dot span {
    height: 16px;
    width: 16px;
  }
  .main-slider .slides .item .slider-link{
      bottom: 50%;
      display: none;
      margin: 0;
      margin-bottom: -16px;
      padding: 5px 30px;
  }
}

/*TABS*/
.cms-home .block-ofertas {
  padding: 30px 0;
}
.cms-home .block-ofertas .row{margin: 0 -5px;}
.main .grouped-blocks{
  border-bottom: 1px solid #e5e6e6;
  padding: 30px 0;
}
.main .grouped-blocks .nav-tabs{
  border-width: 0;
  border-radius: 4px 4px 0;
  margin-bottom: 0;
}
.grouped-blocks .tab-content{
  background: #fff;
}
.grouped-blocks .tab-content .block {
  padding: 30px 0;
}
.grouped-blocks .tab-content .block-title{display: none;}
.grouped-blocks .tab-content .tab-pane{
  background: #fff;
  color: #707070;
  min-height: 300px;
  padding-left: 15px;
  padding-right: 15px;
}
.grouped-blocks .products-grid > li{
  margin: 0 0 15px;
}
.grouped-blocks .nav-tabs li{margin-left: 0;margin-bottom: 0;}
.nav-tabs > li{margin-right: 18px;}
.nav-tabs > li:last-of-type{margin-right: 0;}
.nav-tabs > li > a{
  border:1px solid #e5e6e6;
  border-radius: 0;
  color: #707070;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  margin: 0;
  min-width: 234px;
  text-transform: none;
  text-align: center;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus{
  background-color: #fff;
  border-color: #000;
}

.block-ofertas{
  border-bottom: 1px solid #e5e6e6;
}

.slider-buttons{
  color: #f93535;
  margin-bottom: 30px;
}
.slider-buttons i{
  font-size: 32px;
  width: 32px;
  text-align: center;
  cursor: pointer;
}
.slider-buttons i:first-of-type{margin-right: 17px;}

.slider-timer{
  background-color: #fff;
  text-align: center;
}
.block-ofertas .tab-content .slider-timer,
.block-featured .slider-timer{
  display: none;
}
.product-shop .slider-timer{
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  text-align: center;
}
.page-wrapper .timer-view,
.page-wrapper .timer-list{
  font-family: inherit;
}
.slider-timer .box_containercl .boxcatalog{
  position: relative;
  width: auto;
}
.block-ofertas li .slider-timer{
  display: block;
}
.product-slider-counter{
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: table;
  text-align: center;
  width: 100%;
}
.product-slider-counter .counter{
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
.product-slider-counter .counter:not(:last-of-type){
  border-right: solid 1px #e5e6e6;
}
.block-ofertas .products-grid{
  margin-bottom: 0;
}
.block-ofertas .products-grid .owl-item > li{
  width: 100%;
}
.block-ofertas .products-grid > li{
  padding: 0 15px;
}
.background-ofertas{position: relative;}
.background-ofertas img{width: auto;}


/*Timer*/
.timer_wrapper{
  background-color: #000;
  border-radius: 17px;
  color: #fff;
  padding: 10px 15px;
  max-width: 247px;
  margin: 5px auto;
  text-align: center;
}
.timer_wrapper .timer-view,
.timer_wrapper .timer-list{
  display: inline-block;
  font-size: 15px;
  padding: 0;
  float: none;
  width: auto;
}
.timer_wrapper .timer-view > span,
.timer_wrapper .timer-list > span{
  display: inline-block;
  padding: 0 1px;
}
.timer_wrapper .timer-heading{
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 0;
}
.product-view .timer_wrapper{margin-left: 0;}
.products-grid .timer_wrapper{
  background-color: rgba(25, 127, 247, 0.8);
  max-width: none;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 22;
  top: 50px;
}
.timer_wrapper b{font-weight: normal;}
.timer_wrapper .day:after{content: "d:";}
.timer_wrapper .hour:after{content: "h:";}
.timer_wrapper .min:after{content: "m:";}
.timer_wrapper .sec:after{content: "s";}

.product-img-container {
  width: 43.149%;
  float: left;
  padding: 0;
  position: relative;
}
.product-img-box .product-image-container{
  position: relative;
  width: 100%;
}
.product-img-box .product-image {
  background-color: transparent;
  border: 1px solid #a0a0a0;
  display: table;
  margin-bottom: 0;
  min-height: 300px;
  text-align: center;
  width: 100%;
}
.product-img-box .video_content {
  background-color: #000;
  min-height: 80px;
  position: relative;
}
.product-img-box .video_content i {
  background-color: #fff;
  border-radius: 11px;
  color: #f00;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -15px;
}
.product-img-box iframe {
  width: 100%;
}
.product-image .cloud-zoom-big{
  border-color: #000;
}
.product-image .cloud-zoom-big .cloud-zoom-title{
  display: none;
}

.product-image-gallery, .product-image #wrap {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.download .button{
  background-color: #fcfcfc;
  border-color: #e1e2e2;
  color: inherit;
  font-size: 12px;
  line-height: 15px;
  padding: 7px 20px;
  text-transform: none;
}
.download .button span {vertical-align: middle;}
.download .button.btn-give-comment{margin-right: 10px;}
.download .button:hover,
.download .button:focus {
  border-color: #3a73da;
  color: #3a73da;
}
.download .button i{
  color: #3a73da;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
}
.product-view .download {
  display: block;
  position: relative;
  text-align: center;
}
.download .downloads-links-block{
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px #d4d4d4;
  display: none;
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 12px 10px;
  position: absolute;
  top: 100%;
  z-index: 99;
}
.download:hover .downloads-links-block{
  display: block;
}
.product-view .downloads-links-block span{
  color: currentColor;
  font-style: normal;
}
.add-to-cart-wrapper .header-user-content{
  color: #4856ed;
  height: inherit;
  line-height: normal;
  vertical-align: baseline;
}
.downloads-item .item-info{
  color: #707070;
}
.product-view .add-to-box {
  text-align: right;
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-options-bottom .add-to-cart {
  padding: 0;
}
.product-view .add-to-cart .product-options{padding: 0;}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 20px;
}
.product-view .product-options-bottom .price-box {
  display: none;
}
.product-view .add-to-cart .qty-wrapper {
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: normal;
}
.product-view .add-to-cart-buttons {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-shop button.btn-cart {
  line-height: 40px;
  font-size: 13px;
  padding: 0 20px;
  max-width: 231px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  float: left;
}
.product-view .product-shop .add-to-links{
  display: none;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 0 2px;
  margin-left: 5px;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0;
}
.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0 -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0 -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0 -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0 -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0 -372px;
}

.product-collateral {
  clear: both;
  margin-bottom: 0;
}

.collateral-tabs dd h2 {
  display: none;
}
.collateral-tabs .easytabs-content .note-msg{margin-bottom: 20px;}
.box-collateral {
  clear: both;
}

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin: 0;
  padding: 10px 0;
}

#product-attribute-specs-table {
  margin: 0 auto;
}
#product-attribute-specs-table .attribute-item{
  color: #707070;
  display: table;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #707070;
  border-style: hidden;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
#product-attribute-specs-table .attribute-item td{
  border: 2px solid #707070;
}
#product-attribute-specs-table .attribute-item tbody tbody td{
  border: none;
  vertical-align: middle;
}
#product-attribute-specs-table .attribute-item:not(:last-of-type){
  margin-bottom: 20px;
}
#product-attribute-specs-table .label{
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  white-space: inherit;
}
#product-attribute-specs-table .attribute-item > .label,
#product-attribute-specs-table .attribute-item > tbody > tr > td.label {
  background-color: #f2f4f6;
  color: #41414b;
  padding: 20px;
  text-transform: uppercase;
}
#product-attribute-specs-table .data{
  padding: 0;
}
#product-attribute-specs-table .table-atribute-item{
  border-collapse: collapse;
  display: table;
  margin-bottom: 0;
  width: 100%;
}
#product-attribute-specs-table .table-atribute-item .label{
  border-right: solid 2px #000;
  line-height: 1.456;
  padding: 20px;
  text-align: left;
  width: 30%;
}
#product-attribute-specs-table .data-table-item{
  font-weight: 600;
  padding: 20px;
  width: 70%;
}
#product-attribute-specs-table .data-table-item.table-parent{
  padding: 0;
}
#product-attribute-specs-table .table-atribute-item tbody tbody tr:not(:last-of-type) td{
  border-bottom: 2px solid #707070;
}

.attribute-item ul{
  list-style: inside disc;
}
.attribute-item ul li:not(:last-of-type){
  margin-bottom: 5px;
}


/* Catalog - Grouped Product List */
.grouped-items-table-wrapper {
  border: solid 1px #e3e3e3;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

.grouped-items-table .name-wrapper {
  color: #41414b;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* Catalog - Product Options */
.product-options {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.product-shop-sup .product-options {
  margin-top: -50px;
  padding: 0 145px 0 0;
}
.product-options label, .add-to-cart label{
  color: #41414b;
}
.add-to-cart label {
  display: none;
}
.product-options label em{display: none;}
.product-options p.required {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}
.amconf-images-container .amconf-image-container{
  margin-right: 0;
}
.amconf-image-selected {
  position: relative;
  z-index: 2;
}
.product-swatches-container ul.swatch-type-image-color a.active.selected, 
.product-swatches-container ul.swatch-type-image-color li a:hover {
  box-shadow: 0 3px 5px #9da9ae;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

@media (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0;
  margin: 0;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  border: 1px solid;
  cursor: pointer;
  width: 261px;
  max-width: 100%;
}
.product-options dd select option:first-child{
  color: #707070;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  padding: 0;
  border-top: 0;
  text-align: right;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

.product-options-bottom .price-tax {
  float: left;
}

/* Related Products */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  text-align: center;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-title strong{
  font-size: 20px;
  text-transform: uppercase;
}
.block-related .product-image{
  float: none;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  position: relative;
}

.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .buttons-set{padding: 10px 15px 0;margin: 0;}
.block-related .buttons-set a.button{width: 100%;max-width: 300px;}

.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}

/* Upsell Products */
.box-up-sell {
  margin-top: 10px;
}
.box-up-sell .block-title strong {
  text-transform: uppercase;
}
.box-up-sell .ratings {
  display: none;
}
@media (min-width: 992px) {
  .block-related .block-title strong {
    font-size: 32px;
  }
  .box-up-sell .block-title strong {
    font-size: 32px;
  }
}

/* CATALOG - MSRP MAP POPUP */
.cart-msrp-totals {
  color: red;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #fff;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* CATALOG - MSRP PRODUCT LISTING */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* CATALOG - COMPARE */
.col-left .block-compare{
  /*display: none;*/
  margin: 0;
}
.customers-page .col-left .block-compare {
  padding: 10px 20px;
}
.col-left .block-compare .link {
  border: 1px solid #707070;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 5px;
}
.catalog-category-view ul#compare-items li.item:last-child {
  margin-bottom: 9px;
}
.catalog-category-view ul#compare-items .item-content {
  border: 1px solid #a0a0a0;
  padding: 4px 10px;
  position: relative;
}
#compare-items .btn-remove{
  font-size: 0;
  margin-right: 5px;
}
#compare-items p.product-name{
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.catalog-category-view .col-left .block-compare{padding: 20px 0;}
.block.block-compare .block-title{margin-bottom: 20px;}
.col-left .block-compare .block-title strong{font-size: 18px;}
.block-compare .product-name a{
  color: #41414b;
}
#compare-items li{
  margin-bottom: 3px;
}
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* CHECKOUT - LAYOUT */
.cart .button {
  white-space: normal;
}
.cart .btn-proceed-checkout{
  font-size: 13px;
}
.cart-buttons .checkout-types .button {
  font-size: 13px;
  padding: 10px 10px;
  max-width: 230px;
  width: 100%;
}
.cart-buttons .checkout-types .button:not(.btn-checkout) {
  background-color: #fff;
  color: #4856ed;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}
.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 15px;
  }
}
@media (max-width: 599px) {
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper {
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* CHECKOUT - CART */
.cart .page-title {
  display: none;
}
.cart .page-title .checkout-types{padding: 10px 0;}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .messages{
  padding: 0;
}
/*CART SIDEBAR*/
.cart .table .block-sidebanner {
  padding: 0;
}
.cart .table .block-sidebanner .block-title {
  margin-bottom: 0;
}
.cart .table .block-sidebanner .block-title h2 {
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}
.block-sidebanner .products-grid > li {
  width: 100%;
}
.cart .table .block-sidebanner .owl-carousel .item {
  padding: 0;
}
.cart .table .block-sidebanner .owl-carousel .item-content {
  border-top: 0;
}

.checkout-types {
  text-align: right;
  padding: 20px 0;
  margin: 0 -10px;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  display: inline-block;
  padding: 0 10px;
  max-width: 230px;
  width: 100%;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0;
  display: block;
  text-align: center;
}
.checkout-types.minicart{
  margin: 0;
  padding: 0;
}

.cart-totals-wrapper {
  margin: 0;
}
.cart-totals-wrapper .table{
  border-bottom: 1px solid #707070;
  margin-bottom: 0;
}
.cart .discount {
  width: 100%;
}
.discount-form .buttons-set, .discount-form .input-box {
  float: left;
}

@media (min-width: 768px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }

  .cart-totals-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}

.cart .cart-totals .checkout-types{padding: 0;}
.cart .cart-totals .checkout-types li{display: block;}
.cart-totals .checkout-types .btn-checkout:not(:last-of-type){
  margin-bottom: 5px;
}
.checkout-cart-index .page{
  background: #fff;
}
.cart-table {
  border: 0;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  padding: 10px 5px;
}
.cart-table tbody td.product-cart-remove,
#wishlist-table td.customer-wishlist-item-remove{
  border-right: 1px solid #f0f4f6;
  background: #f6f8fa;
  vertical-align: middle;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tbody td {
  border-bottom: 1px solid #707070;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 25px;
}
.cart-table tr {
  border-bottom: 1px solid #707070;
}
.cart-table tfoot tr {
  background: none;
  border: 0;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  display: none;
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}
.cart-table .product-cart-image .add-to-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-height: 135px;
  width: auto;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-weight: 400;
  margin: 5px 0;
}
.cart-table .product-cart-sku .label {
  display: inline-block;
  font-size: 100%;
  font-style: normal;
}
.cart-table .btn-empty {
  float: none;
}
.cart-table .product-cart-total {
  text-align: right;
}
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #41414b;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #41414b;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.3;
  max-width: 237px;
  vertical-align: middle;
}
.cart-table .cart-links > li > a {
  display: block;
  font-weight: normal;
  text-align: center;
}
.cart-table .cart-links a i {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.cart-table .cart-links a span {
  padding: 0 10px;
  vertical-align: middle;
}
.cart-table .cart-links .link-wishlist {
  border: 1px solid #3a73da;
  color: #3a73da;
  padding: 10px;
}
.cart-table .cart-links .link-wishlist:hover {
  background-color: #3a73da;
  color: #fff;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty-arrows {
  margin: 0 auto 10px;
  vertical-align: top;
}
.cart-table .product-cart-actions select.qty {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
}
.cart-table .cart-footer-actions{
  padding: 15px 0;
  width: 100%;
}
.cart-table .cart-footer-actions button.button{
  margin: 2px 0 0 15px;
}
.cart-table .cart-footer-actions button.button > span{vertical-align: baseline;}
.cart-table .cart-footer-actions button.button:before{
  display: none;
}
.cart-table .product-cart-actions .button {
  padding: 5px 15px;
  margin-bottom: 5px;
  vertical-align: top;
}
.cart-table .item-options {
  padding-left: 15px;
}
.cart-table .cart-product {
  text-transform: uppercase;
  text-align: left;
}
.cart-table .cart-total-head {
  text-align: right;
}

.cart .cart-totals {
  margin-bottom: 0;
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  border: 0;
  border-collapse: separate;
  margin-bottom: 0;
  min-height: 50px;
  margin-left: auto;
  text-transform: none;
  width: auto;
}
.cart .cart-totals .totals-container{
  padding: 0;
}
.cart .cart-totals .checkout-types-container {
  padding-left: 0;
}
.cart .cart-totals table td {
  font-weight: 400;
  padding: 8px 0;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  width: 60%;
}
.cart .cart-totals table td:last-child {
  white-space: nowrap;
}
.cart .cart-totals table tfoot {
  z-index: 9;
}
.cart .cart-totals table tfoot td {
  font-size: 13px;
  vertical-align: top;
  width: 10px;
}

@media (max-width: 767px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }
  .checkout-types.top li{display: block;}

  .checkout-types li {
    float: none;
    margin-left: 0;
  }
  .cart .checkout-types li {
    display: block;
    margin: 5px 0;
    max-width: none;
  }
  .cart-buttons .checkout-types .button {
    max-width: none;
  }
  .checkout-types-container {
    padding-right: 0;
  }
  .cart-totals .checkout-types .btn-checkout{
    border-radius: 0;
    font-size: 13px;
    min-height: 61px;
  }
  .cart .btn-proceed-checkout > span:after {
    display: none;
  }
  .cart .cart-coupon {
    margin-bottom: 8px;
  }
  .cart .totals-container,
  .cart .cart-totals{
    position: static;
  }
  .cart #shopping-cart-totals-table {
    border: 0;
    width: 100%;
  }
  .page-wrapper .cart .cart-totals table td {
    width: 50%;
    padding: 8px 15px;
  }
  .cart .cart-totals table td:last-child {
    text-align: left;
  }
  #discount-coupon-form .heading {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .ptm-features .list {
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #discount-coupon-form .heading{padding: 0;}
  #discount-coupon-form .heading label{
    font-size: 12px;
  }
  .cart #shopping-cart-totals-table tr td{
    border: 0;
  }
}
@media (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media (max-width: 599px) {
  .cart-table colgroup{
    display: none;
  }
  .data-table thead tr {
    border: 0;
    padding: 0;
  }
  .data-table thead th.cart-product {
    width: 100%;
  }
  .data-table thead th:not(.cart-product) {
    display: none;
  }
  .cart .page-title{margin-bottom: 0;}
  .cart-table tr {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label);
    display: block;
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    border: 0;
    width: 25%;
    float: left;
    padding-bottom: 0;
    padding-top: 6px;
    margin-bottom: 15px;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info {
    border: 0;
    float: right;
    padding: 6px 15px;
    margin-bottom: 15px;
    width: 75%;
  }

  .cart-table td[data-rwd-label] {
    border: 0;
    width: 33.333%;
    padding: 0 5px;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price,
  .cart-table .product-cart-total {
    padding-bottom: 0;
    padding-top: 0;
    float: left;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: 0;
  }
  .cart-table .product-cart-info .btn-remove:hover{
    background-color: #4856ed;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-size: 15px;
  }
  .cart-table .cart-footer-actions{padding: 0;text-align: center;}
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions button.button {
    margin-left: 0;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }

  .qty-arrows .btn {
    width: 25px;
  }
}
/* CHECKOUT - ESTIMATE SHIPPING AND TAX */
.shipping h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 7px;
}
.shipping .heading-label {
  font-size: 13px;
  margin-bottom: 15px;
}
.shipping select.validation-failed, .shipping select.mage-error {
  border-color: #e20613;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list {
  margin: 0 -10px;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin-bottom: 15px;
  padding: 0 10px;
}
.shipping .form-list .shipping-country {
  width: 50%;
}
.shipping .form-list .shipping-region {
  width: 50%;
}
.shipping .form-list .shipping-postcode {
  width: 50%;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list .input-text,
.shipping select {
  border: 1px solid #a0a0a0;
  height: 39px;
}
.shipping select {
  background-position: calc(100% - 10px) 14px;
}
.shipping .form-list label {
  display: none;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-size: 12px;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  min-width: 220px;
}
.order-information ol li .goodcheckout-shipping-method-section dl:last-of-type{
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
.discount-form{
  position: relative;
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h3,
.cart .giftcard h2 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  color: #41414b;
  font-size: 13px;
  text-align: left;
  min-height: 34px;
  display: block;
  margin-bottom: 15px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
.cart .discount-form .buttons-set button.button{
  background: #41414b;
  border-color: #41414b;
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  height: 39px;
  max-width: none;
  width: 100%;
}
.discount-form .buttons-set button.button:hover{
  background: #000;
  border-color: #000;
  color: #fff;
}
.discount-form .buttons-set.applied_coupon .btn-apply{
  display: none;
}
.discount-form .buttons-set{
  clear: none;
  margin: 0;
  width: 40%;
}
.discount-form .input-box {
  width: 60%;
}
.discount-form .buttons-set,
.discount-form .input-box{
  float: left;
  padding: 0;
  vertical-align: middle;
}
.discount-form .buttons-set button.button > span{vertical-align: baseline;}
.discount-form .buttons-set button.button:before{
  display: none;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border: 1px solid #a0a0a0;
  height: 39px;
  margin: 0;
  width: 100%;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}
@media (min-width: 992px) {
  .cart .cart-totals table tfoot tr:last-of-type td{font-size: 16px;}
}

/* CHECKOUT - CART CROSS SELL */
.cart .table .crosssell .block-title {
  margin-bottom: 25px;
}
.cart .table .crosssell h2 {
  border-bottom: 1px solid #707070;
  font-size: 16px;
  line-height: 39px;
  text-align: center;
}
.crosssell .item a.product-image {
  width: auto;
}
.crosssell .owl-carousel {
  padding: 0;
}
.crosssell .owl-dots {
  margin-top: 0;
}
.control_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgb(255, 255, 255);
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.page-wrapper {
  overflow: hidden;
}
.opc select {
  width: 365px;
}

/* Section Styling - Default */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f2f4f6;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #fff;
  line-height: 26px;
  background-color: #41414b;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #41414b;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0 4px 0 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

.opc #opc-login .step {
  padding: 0;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

#opc-payment .note {
  padding: 10px;
}

.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  transition: margin-left 80ms linear 0;
}
.customer-account-logoutsuccess .main{margin-top: 40px;}
.loggout{
  padding: 30px 0;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0;
}

/* Shipping and Payment methods */
.form-list label.required,
.form-list .field > label,
.form-list .wide > label,
.form-group > label {
  display: none;
}
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods .sp-headers {
  margin-left: -5px;
  margin-right: -5px;
}
.sp-methods .sm_group {
  margin: 5px 0;
  padding: 0 5px;
  font-weight: 400;
}
.sp-methods .sm_group .method_description {
  left: 0;
  right: 0;
  visibility: hidden;
}
.sp-methods .sm_group:hover .method_description {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.sp-methods .sm_group .tooltip-inner {
  font-size: 14px;
  max-width: none;
  padding: 10px;
}
.osc-3columns .sp-methods .sm_group {
  flex: 0 0 50%;
  max-width: 50%;
}
.sp-methods .sm_group_header {
  font-size: 13px;
  line-height: 1.2;
  padding-left: 30px;
}
.sp-methods .sm_text {
  padding-left: 8px;
}
.sp-methods .sm_group .sm_content {
  background: #fff;
  border: 1px solid #a0a0a0;
  padding: 15px 10px;
}
#one-step-checkout-form .sp-methods .sp-headers label.p_m_chk {
  font-size: 0;
  position: absolute;
  padding-left: 10px;
  bottom: 0;
  left: 5px;
  right: 5px;
  top: 0;
  margin: 0;
}
.sp-methods .sm_group .sm_content.active {
  background: #fff;
}
.sp-methods .sm_group .sm_content svg {
  fill: currentColor;
  width: 35px;
  height: 35px;
}
.sp-methods .sm_group li {
  margin: 0;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  width: auto;
  vertical-align: middle;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list li {
  margin-bottom: 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
}

.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

/* CHECKOUT - SUCCESS */
.checkout-onepage-success .col-main {
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin-top: 30px;
  text-align: center;
}
.checkout-onepage-success .buttons-set .button {
  padding: 10px 25px;
  min-width: 230px;
}
.checkout-onepage-success .buttons-set .back {
  border-width: 1px;
}
.checkout-onepage-success .buttons-set a.print-order{
  background-color: #fff;
  color: #41414b;
}

.success-checkout{
  font-size: 13px;
  padding: 40px 15px;
}
.success-checkout .page-title h1{
  display: none;
}
.success-checkout .sub-title{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.success-checkout .order-nro{
  margin: 0;
  position: relative;
  text-align: center;
}
.success-checkout p{
  max-width: 736px;
  margin: 0 auto 25px;
}
.success-checkout .order-nro p{
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.success-checkout .order-nro a {
  font-size: 24px;
  font-weight: 600;
}
.success-checkout .check {
  margin: 15px 0;
}
.transaction-detail{
  float: left;
  margin: 15px 0;
  width: 100%;
}
.transaction-detail .inlineblock{
  background: #f2f4f6;
  padding: 25px 20px;
  max-width: 550px;
  width: 100%;
}
.transaction-detail h3{margin-bottom: 10px;}
.transaction-detail ul{line-height: 1.65;}

.cartempty{
  font-size: 13px;
  padding: 30px 0;
}
.cart-empty{
  padding: 30px 0;
}
.cartempty p{
  margin: 0 auto 20px;
  max-width: 320px;
}
.cartempty svg {
  width: 80px;
  height: 74px;
}
.cartempty svg path {
  fill: #000;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
#layer_ajax_filter .sub-cat-list{
  margin-left: 20px;
}
#layer_ajax_filter .toggle .category_list .cat-list .sub-cat-list li a{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 0;
}
#layer_ajax_filter .sub-cat-list li a.ajaxfilter{
  cursor: pointer;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #41414b;
}
#narrow-by-list dd .swatch-label {
  background: #f2f4f6;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #41414b;
}

.configurable-swatch-box {
  background: none;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #e20613;
  padding: 2px 5px;
  font-weight: bold;
  color: #fff;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #41414b;
  padding-left: 5px;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.category-products .products-grid .amconf-block{
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  z-index: 2;
}
.category-products .amconf-block dl dt,
.category-products .amconf-block dl dd{
  display: inline-block;
  vertical-align: middle;
}
.category-products .products-grid .amconf-block dl{
  margin-bottom: 0;
  padding: 9px 15px 9px 35px;
  text-align: right;
}
.category-products .products-grid .amconf-block dl dt{
  float: left;
  line-height: 20px;
}
.category-products .amconf-block dl dt em{display: none;}
.category-products .amconf-block dl dd{
  
}

.product-label{
  background: #f2f4f6;
  border: 1px solid #e3e3e3;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  left: 15px;
  line-height: 1.456;
  top: 15px;
  position: absolute;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}
.new {
  background-color: #000;
  border: 1px solid #000;
  -webkit-transform: rotate(-45deg) translate(-28%, -50%);
  transform: rotate(-45deg) translate(-28%, -50%);
  left: 0;
  top: 0;
  width: 120px;
}
.sale{
  background-color: #f93535;
  border-color: #f93535;
  display: none;
  top: 15px;
}

/* CUSTOMER */
.customers-page .col-left {
  background-color: #f2f4f6;
}
.customers-page .page-title {
  margin-bottom: 0;
}
.customers-page .page-title h1 {
  font-size: 25px;
  font-weight: 700;
}
.customers-page .header-top {
  display: none;
}
.customers-page .page-header {
  background-color: #fff;
  border-bottom: 1px solid #707070;
}
.customers-page .page-header .skip-search {
  display: none;
}

.customers-page .col-main .max-form {
  margin: 0 auto;
  max-width: 478px;
}

.customer-account-login h2 {
  font-size: 20px;
  text-transform: uppercase;
}
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
.account-login {
  font-size: 13px;
  padding: 20px 0;
}
.account-login .buttons-set {
  margin-bottom: 15px;
}

/*Login*/
.youama-content .modal-content{
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header-account.in {
  display: block;
}
#header-account.modal{
  background-color: transparent;
  position: fixed;
  width: 100%;
}
#header-account .modal-dialog{
  max-width: 480px;
  width: 96%;
  margin: 0;
}
#header-account .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  font-weight: normal;
}
#header-account .modal-dialog > .modal-content{
  -webkit-box-shadow: -2px 0 2px 0 rgba(0,0,0,0.25);
  box-shadow: -2px 0 2px 0 rgba(0,0,0,0.2);
}
#header-account .youama-window-title{
  border: 0;
  color: #595959;
  line-height: normal;
  padding: 0;
  text-align: center;
}
.youama-window-title span{padding: 0 10px;font-size: 22px;pointer-events: none;}
#header-account .youama-window-title .yoauam-switch-window{
  background: #f2f4f6;
  color: #41414b;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  float: left;
  text-transform: uppercase;
  width: 50%;
}
#header-account .youama-window-title .active {
  background: #fff;
  color: #41414b;
}
#header-account .youama-register-window,
#header-account .youama-login-window{
  display: none;
  width: 100%;
}
#header-account .modal-body {
  padding: 20px 30px;
}
#header-account .youama-login-window{
  display: block;
}
#header-account .youama-window-outside{
  margin: 0 auto;
}
.youama-window-subtitle{display: none;}
#header-account .youama-window-box {margin: 0;}
#header-account .youama-window-box .box-contents-button{margin: 0px;}
#header-account .youama-window-box .input-fly{
  position: relative;padding-top: 0px;padding-bottom: 0px;
}
.input-fly i, .input-text + i, .input-box i {
  color: #707070;
  position: absolute;
  top: 8px;
  font-size: 15px;
  right: 10px;
}
#header-account .youama-register-window .youama-window-content{margin-bottom: 15px;}
#header-account .youama-window-box .input-fly:not(:last-of-type),
form .input-fly:not(:last-of-type){
  margin-bottom: 10px;
}
.youama-window-box .input-fly .youama-ajaxlogin-error{font-size: 13px;}
#header-account .youama-window-box .youama-forgot-password{
  margin: 0px;
  padding: 10px 0;
  text-align: right;
}
#header-account .youama-window-box .youama-forgot-password a{
  border-bottom: solid 1px #595959;
  color: #595959;
  font-size: 13px;
  display: inline-block;
  line-height: normal;
  text-decoration: none;
}
.form-control{
  border: 0 !important;
  border-bottom: 1px solid #707070 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  line-height: normal;
  color: #646668;
  padding: 8px 20px 8px 12px;
  width: 100%;
  max-width: none;
  -webkit-transition: border-color .25s ease;
  transition: border-color .25s ease;
}
.trigger-button {
  cursor: pointer;
}
.page-wrapper input[type=checkbox]{
  display: none;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  text-align: center;
  visibility: hidden;
}
.page-wrapper input[type=checkbox] + label{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.page-wrapper input[type=checkbox] + label:before{
  background-color: transparent;
  content: '';
  color: #fff;
  border: 1px solid #707070;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 15px;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  z-index: 9;
}
.page-wrapper input[type=checkbox].validation-failed + label:before,.page-wrapper input[type=checkbox].mage-error + label:before {
  border-color: #e20613;
}
.page-wrapper input[type=checkbox]:checked + label:before{
  background-color: #3a73da;
  border-color: #3a73da;
  color: #fff;
}
.page-wrapper input[type=checkbox]:disabled + label:before{
  background-color: #a3a5a6;
  border-color: #a3a5a6;
}
.page-wrapper input[type=checkbox] + label:after {
  color: #fff;
  content: 'L';
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  left: -1px;
  line-height: 12px;
  height: 15px;
  width: 15px;
  position: absolute;
  text-align: center;
  margin-top: -6px;
  top: 50%;
  -webkit-transform: scaleX(-1) rotate(-45deg);
  transform: scaleX(-1) rotate(-45deg);
  visibility: hidden;
  z-index: 10;
}
.page-wrapper input[type=checkbox]:checked + label:after{
  visibility: visible;
}
.page-wrapper input[type=checkbox]:disabled + label.terms-conds:before{
  background: #3a73da;
  border-color: #3a73da;
  color: #fff;
}
.block-subscribe input[type=checkbox] + label:after {
  color: #fff;
}
#header-account .youama-window-box .input-fly label[for*=youama] span,
form .input-fly label span{
  display: none;
}
form .input-fly,
form .input{
  position: relative;
}
form .input-fly i{
  font-size: 12px;
  position: absolute;
  right: 14px;
  top: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
form .input-fly i{top: 18px;margin-top: 0;}
.page-wrapper input:focus + i, .page-wrapper input:focus + div + i{color: #000;}
.form-control:focus {
  border-color: transparent transparent #000 transparent;
}
.wrapper button.button.ajaxlogin-btn,
#goodcheckout-forgot-button{
  display: block;
  width: 100%;
}
.wrapper button.button.ajaxlogin-btn:before{display: none;}
#header-account .yoauam-switch-window{
  margin-bottom: 0;
  line-height: normal;
  display: block;
}
#header-account .input-fly-termscond{margin-bottom: 10px;}
#header-account .input-fly-termscond label a{
  text-decoration: underline;
}
.youama-window-box .row{margin: 0 -5px;}
.youama-window-box .row > [class*=col-]{
  padding: 0 5px;
}

.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.landing-page .col-main{
  display: block;
  float: left;
  width: 100%;
}

.landing-products {
  background-color: #f2f4f6;
}
.landing-products .col-image {
  min-height: 250px;
}
.landing-products .col-text {
  padding-bottom: 40px;
  padding-top: 40px;
}
.landing-products .products-grid .product-name a {
  overflow: visible;
  max-height: none;
}
.landing-products .products-grid .product-name span:not(.manufacturer) {
  min-height: inherit;
}
.landing-products .products-grid .product-name .manufacturer {
  color: #42424c;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.landing-products .products-grid .btn-reviews {
  color: #3a73da;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.landing-products .products-grid .actions a {
  color: #3a73da;
  font-weight: 500;
}
.landing-products .products-grid .description .text {
  display: inline-block;
}
.landing-products .price-box {
  display: inline-block;
  min-height: 0;
  vertical-align: middle;
}
.landing-products .products-grid .item .actions {
  display: inline-block;
  padding-bottom: 0;
  vertical-align: middle;
}
.landing-products .products-grid .btn-link svg {
  fill: currentColor;
  margin-left: 5px;
}
.landing-products .owl-carousel,
.landing-products .owl-carousel .item {
  padding: 0;
}
.landing-products .owl-carousel .owl-nav {
  bottom: 20px;
  right: 20px;
  position: absolute;
  text-align: right;
  width: 100%;
}
.landing-products .owl-carousel .owl-nav button {
  position: static;
  margin: 0;
  width: 40px;
}

.why-buy .item {
  background-color: #f2f4f6;
  border: 8px solid #fff;
  padding: 25px 10px;
}
.why-buy .item-text {
  background-color: transparent;
  padding: 5px 0;
}
.why-buy .icon {
  margin-bottom: 23px;
}
.why-buy .title {
  margin-bottom: 20px;
}
.why-buy .item .title {
  font-size: 13px;
  min-height: 30px;
}
.why-buy .item .desc {
  margin-bottom: 25px;
}
.why-buy .item:not(.item-text) .desc {
  min-height: 90px;
}
.why-buy .item p {
  font-size: 12px;
}
.why-buy .item .actions {
  text-align: left;
}
.why-buy .item-text .title {
  font-size: 32px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .customers-page .page-title {
    margin-bottom: 20px;
  }
  .landing-page .main-slider .slides .item {
    padding-bottom: 29%;
  }
  .landing-products .col-text {
    float: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .landing-products .col-image {
    -webkit-clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    float: left;
    min-height: 440px;
  }

  .landing-products .products-grid .price-box .price {
    font-size: 32px;
  }
  .landing-products .products-grid .price-box .old-price .price {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .landing-products .owl-carousel {
    padding: 0;
  }
  .landing-products .product-footer {
    padding-right: 80px;
  }
  .landing-products .price-box .old-price {
    display: none;
  }
  .landing-products .owl-carousel .owl-item {
    vertical-align: bottom;
  }
  .landing-products .owl-carousel .owl-nav {
    bottom: 50%;
    margin-bottom: 10px;
    right: 0;
    width: auto;
  }
  .why-buy .item-text .title,
  .why-buy .item-text .subtitle {
    text-align: center;
  }
  .why-buy .item .actions {
    text-align: right;
  }
}

.block.block-account{
  background-color: transparent;
  padding: 0;
  margin: 20px 0;
}
.block-account .block-title{
  display: none;
  padding: 10px;
  margin: 0;
  text-align: center;
}
.welcome-msg{
  margin-bottom: 20px;
}
.welcome-msg p{margin-bottom: 0;}
.welcome-msg p:not(.hello){
  line-height: 1.65;
}
.welcome-msg .hello{
  font-size: 16px;
  margin-bottom: 15px;
}
.welcome-msg strong{
  font-weight: 600;
}
body .my-account{
  background: #fff;
  border-radius: 4px;
  height: 100%;
  font-size: 13px;
  padding: 30px 0 30px 30px;
}
.my-account .messages{padding: 0;}
.my-account .pager{
  margin: 10px 0;
  width: 100%;
}
.my-account .pager > .count-container{
  float: right;
}
.block-account .block-content li{
  font-size: 13px;
  margin: 0;
  text-transform: none;
}
.block-account .block-content li a{
  display: block;
  padding: 15px 20px;
}
.block-account .block-content li.current{
  border-left: 3px solid #000;
  padding: 15px 20px;
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create h2 {
  font-size: 20px;
  text-transform: uppercase;
}
.customer-account-create .buttons-set {
  text-align: center;
}
.customer-account-create .fields .row > div {
  width: 100%;
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}
.account-create {
  font-size: 13px;
  padding: 20px 0;
}

.customer-account-forgotpassword .col-main{
  background: #ffffff;
}
.page-forgotpassword{
  padding: 20px 0;
  text-align: center;
}
.page-forgotpassword .buttons-set .back-link{
  display: block;
  margin: 20px 0 0;
  padding: 15px;
}
.page-forgotpassword form .legend{border: 0;font-size: 25px;}
.page-forgotpassword .form-list{
  padding: 20px 0;
}
.page-forgotpassword .buttons-set{
  margin: 0;
  text-align: center;
  padding: 0;
}
.customer-account-changeforgotten .page-forgotpassword .buttons-set{padding-bottom: 30px;}
.customer-account-forgotpassword .form-list label.required em,
.my-account .buttons-set p.required{display: none;}

/*Libro Reclamaciones*/
.libro-reclamaciones fieldset {
  margin-bottom: 25px;
}
.libro-reclamaciones .content-info{margin-bottom: 25px;}
.cms-page-view .main .libro-reclamaciones p{
  font-size: 14px;
  margin-bottom: 0;
}
.titulo_section_libroreclamos h2, .razonsocial-libroreclamaciones h4{
  font-size: 18px;
  margin-bottom: 20px !important;
}
.consideraciones_libroreclamos ul{
  list-style: inside decimal;
  line-height: 2;
}
.consideraciones_libroreclamos li strong{padding-left: 10px;}
.valrd .validation-advice{min-width: 255px;white-space: nowrap;}
.valrd >div:not(:first-of-type) .validation-advice{visibility: hidden;}

/* MY ACCOUNT GLOBAL STYLES */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}
.my-account .label{
  display: inline-block;
  padding-left: 0;
  text-align: left;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* DASHBOARD */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #707070;
  padding-bottom: 7px;
}
.box-info .box-head {
  display: none;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  font-size: 12px;
  font-weight: 600;
}
.dashboard .box-account .box-content a,
.col2-set .box-content address a{
  clear: both;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: underline;
}
.dashboard .box-content h1,.dashboard .box-content h2, 
.dashboard .box-content h3, .dashboard .box-content h4,
.dashboard .box-title h1, .dashboard .box-title h2, 
.dashboard .box-title h3, .dashboard .box-title h4{
  font-weight: 600;
  text-transform: none;
}
.dashboard .box-account {
  padding-bottom: 40px;
}
.dashboard .box-account p:last-of-type{margin-bottom: 0;}
.dashboard .col2-set.addresses{
  border: 1px solid #707070;
  margin: 0;
}
.dashboard .box-account address{
  padding: 10px 15px;
  margin-bottom: 5px;
}

.dashboard .col2-set{
  width: inherit;
  margin: 0 -15px;
  margin-bottom: 0;
}
.dashboard .col2-set > .box-content, .dashboard .col2-set .addresses-columns > .box-content{
  display: table;
  table-layout: fixed;
  border-spacing: 15px 0;
  width: 100%;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  border: solid 1px #707070;
  display: table-cell;
  float: none;
  padding: 0;
  overflow: hidden; 
  vertical-align: top;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  border-collapse: collapse;
  position: relative;
  padding-bottom: 10px;
  display: table;
  width: 100%;
}
.dashboard .col2-set .box-title{
  background-color: #fff;
}
.dashboard .col2-set.addresses .box-title-content{
  
}
.dashboard .col2-set.addresses .box-title{
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.dashboard .col2-set .addresses-columns > .box-content{
  border-collapse: collapse;
  border-top: 1px solid #707070;
}
.col2-set .addresses-columns .box-content > div{width: 50%;border:none;}
.col2-set .addresses-columns .box-content address{
  line-height: 1.65;
  padding: 15px 20px;
  margin: 0;
}

.dashboard .box .box-content{
  line-height: 1.65;
  padding: 15px 20px;
}
.dashboard .box-content .box-title h2,
.dashboard .box-content .box-title h3,
.dashboard .box-content .box-title h4,
.dashboard .col2-set .box-title h2,
.dashboard .col2-set .box-title h3,
.dashboard .col2-set .box-title h4,
.addresses-list .item .box-title h3{
  font-size: 14px;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 12px 20px;
  width: 98%;
}
.dashboard .col2-set .box-title:hover a{
  color: #41414b;
}
.dashboard .col-1 h4, .dashboard .col-2 h4{
  font-size: 15px;
  padding: 15px 20px 0;
  margin-bottom: 0;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #e5e6e6;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/*Account Edit*/
.my-account .fieldset{
  padding: 15px 0;
}
.my-account form .legend{
  display: none;
}
.customer-name-middlename{
  margin: 0 -10px;
}
.customer-name-middlename:after{
  content: '';
  clear: both;
  display: table;
}
.customer-name-middlename > .field{
  padding: 0 10px;
}
.my-account .form-list input#change_password{visibility: hidden;}
.my-account .form-list label.required em{display: none;}
.my-account .form-list li.ch_password{
  float: left;
  width: 100%;
}
.my-account li.ch_password label{
  cursor: pointer;
  padding: 0;
}
.my-account li.ch_password label:after{display: none;}
.my-account li.ch_password label:before{display: none;}
.my-account li.ch_password label i, .my-account li.ch_password label span{
  vertical-align: middle;
}
.my-account li.ch_password label i{
  font-size: 23px;
  margin-right: 10px;
}
.my-account li.ch_password label span{
  
}
.change-pass{clear: both;}
.change-pass .fields{
  padding: 0;
}

/* ADDRESS BOOK */
.addresses-list h2{
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: none;
}
.addresses-list .item {
  background: #fff;
  margin: 0 0 10px;
  border: solid 1px #707070;
}
.dashboard .box .box-title, .addresses-list .item .box-title {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #707070;
}
.dashboard .box .box-title h3, .addresses-list .item .box-title h3 {
  display: table-cell;
  width: 98%;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
}
.dashboard .box .box-title a,
.addresses-list .item .box-title a,
.box-title-content .box-title a {
  border-left: solid 1px #707070;
  color: #41414b;
  display: table-cell;
  font-size: 19px;
  line-height: 12px;
  margin: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: relative;
  padding: 10px;
  text-decoration: none;
  vertical-align: middle;
  width: 2%;
}
.addresses-list address {
  line-height: 1.65;
  padding: 15px 20px;
  margin: 0;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding: 0;
  width: 100%;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item h3 {
  font-size: 14px;
  padding: 10px 15px;
}
.my-account .addresses-list .item p {
  margin: 0;
  padding: 10px 15px;
}
.my-account .addresses-list .item a {
  font-weight: 600;
}

/* ORDER VIEW */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  width: 100%;
  margin-bottom: 20px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  color: #41414b;
}

.order-info-box {
  background: #f2f4f6;
  border-radius: 4px;
  margin: 20px 0;
  padding: 20px;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
}
.order-info-box .box-content address{
  line-height: 1.65;
  margin-bottom: 0;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}
.no-orders{
  display: table;
  border: solid 1px #707070;
  min-height: 350px;
}
.no-orders p{
  color: #707070;
  display: table-cell;
  font-weight: 600;
  vertical-align: middle;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

/* NEWSLETTER SUBSCRIPTIONS */
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  padding: 10px 0;
}
.block-subscribe{
  background-color: #000;
  background-image: url(../images/css/bg_subscribe.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  color: #FFF;
  margin-bottom: 0;
}
.block-subscribe > .row{max-width: 1080px;}
.block-subscribe-text {
  padding: 10px 20px;
}
.block-subscribe .block-title{margin-bottom: 5px;}
.block-subscribe .block-title strong{
  color: #FFF;
  font-size: 30px;
  text-transform: uppercase;
}
.form-subscribe-header{margin-bottom: 40px;}
.form-subscribe-header label{
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.block-subscribe .input-text {
  background-color: transparent;
  border: 1px solid #fff;
  border-right: 0;
  color: #FFF;
  font-size: 11px;
  height: 45px;
  padding: 10px 150px 10px 20px;
  max-width: none;
  vertical-align: middle;
  width: 100%;
}
.block-subscribe label {
  font-size: 11px;
}
.block-subscribe .input-text::-webkit-input-placeholder {color: #FFF;}
.block-subscribe .input-text:-moz-placeholder { color: #FFF;}
.block-subscribe .input-text::-moz-placeholder { color: #FFF;}
.block-subscribe .input-text:-ms-input-placeholder { color: #FFF;}

.block-subscribe .input-box{
  position: relative;
  display: inline-block;
  max-width: 420px;
  width: 100%;
}
.block-subscribe a,
.block-subscribe label {
  color: #fff;
}
.block-subscribe .actions{
  background-color: #000;
  display: inline-block;
  right: 0;
  margin: 0;
  top: 0;
  position: absolute;
}
.block-subscribe .block-content .button{
  border-color: #fff;
  border-left-color: transparent;
  color: #fff;
  font-size: 12px;
  padding: 5px 30px;
  height: 45px;
  width: 100%;
}
.block-subscribe .block-content .button svg {
  margin-right: 10px;
  vertical-align: middle;
  width: 28px;
  height: 25px;
}
.block-subscribe .block-content .button span {
  vertical-align: middle;
}
.block-subscribe .validation-advice{display: none;}

/*Block Register*/
.block-register{
  background: #41414b;
  background: -webkit-linear-gradient(top, rgba(52,55,57,1) 0%, rgba(52,55,57,1) 51%, rgba(52,55,57,1) 82%, rgba(19,21,23,1) 100%);
  background: -ms-linear-gradient(top, rgba(52,55,57,1) 0%, rgba(52,55,57,1) 51%, rgba(52,55,57,1) 82%, rgba(19,21,23,1) 100%);
  background: linear-gradient(to bottom, rgba(52,55,57,1) 0%, rgba(52,55,57,1) 51%, rgba(52,55,57,1) 82%, rgba(19,21,23,1) 100%);
  clear: both;
  margin-bottom: 0;
  position: relative;
}
.block-register:before,
.block-register:after{
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 0;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  max-width: 1730px;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.block-register:before{
  background-image: url("../images/css/ic_pt_bg_reg.png");
  z-index: 0;
}
.block-register:after{
  background-image: url(../images/css/pt_memorias_w.png);
  background-position: 100px center;
  background-size: contain;
  z-index: 1;
  bottom: -26px;
}
.block-register .block-title{margin-bottom: 20px;}
.block-register > .row{
  height: 260px;
  z-index: 9;
  position: relative;
}
.block-reg-image{height: 100%;}
.block-register .block-title strong{
  color: #fff;
  font-size: 16px;
  max-width: 350px;
  display: inline-block;
  line-height: 22px;
}
.block-register .actions .button{
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  line-height: normal;
  height: auto;
  opacity: 1;
  text-transform: none;
  max-width: 209px;
  width: 100%;
}
.sunglow{color: #fed031;}

/*Banner Cursos*/
.banner_cursos{
  background: #010e1e;
  display: none;
  font-size: 0;
  position: relative;
}
.banner_cursos [class*=col-]{
  padding: 0;
  position: relative;
  min-height: 330px;
}
.banner_cursos .bcurso{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  float: none;
  overflow: hidden;
  text-align: center;
}
.banner_cursos .bcurso:nth-child(even){background-color: rgba(1, 14, 30, 0.89);}
.banner_cursos .bcurso:nth-child(odd){background-color: #8b9eb7;}
.bcurso-content{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
  background-color: rgba(1, 14, 30, 0.7);
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.banner_cursos h1{
  color: #FFF;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-transform: none;
}
.bcurso-content h1{margin-bottom: 10px;}
.banner_cursos .desc{
  color: #f2f4f6;
  font-size: 14px;
  font-weight: 600;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 22px;
  max-height: 130px;
  overflow: hidden;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -moz-line-clamp: 5;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.banner_cursos .bcurso:hover .bcurso-content{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.banner_cursos img{width: 100%;visibility: hidden;}
.banner_cursos .bcurso footer{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-color: #020f1e;
  background-color: rgba(2,15,30,0.6);
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}
.banner_cursos .bcurso:hover footer{bottom: -100%;visibility: hidden;}
.banner_cursos .bcurso footer h1{
  margin-bottom: 0;
}
.banner_cursos .bcurso a.button{
  background-color: transparent;
  border: solid 1px #f2f4f6;
  color: #fff;
  padding: 12px 24px;
}
.banner_cursos .bcurso a.button:before {background: #fff;}
.banner_cursos .bcurso a.button:hover, .banner_cursos .bcurso a.button:focus {color: #4856ed;}

/*About Us*/
.libroreclamaciones-index-index .main h2 {
  margin-bottom: 20px;
}
.category-quienes-somos .wrapper {
  overflow: hidden;
}

.category-quienes-somos .columns{
  display: none;
}

.category-quienes-somos .max-container{
  padding-bottom: 60px;
}

.about-us {
  line-height: 20px;
}
.about-us .manufacturer-list .item {
  padding: 20px 15px;
}

.category-quienes-somos .main p{
  margin-bottom: 20px;
}
.catalog-category-view .desc,
.cms-page-view .desc{
  font-size: 14px;
  margin-bottom: 30px;
}
.category-quienes-somos .location{
  margin: 40px 0;
  padding: 30px 0;
  position: relative;
}
.category-quienes-somos .location .block-title {
  margin-bottom: 30px;
}
.category-quienes-somos .location:before {
  background-color: #f2f4f6;
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 0;
  top: 0;
}
.category-quienes-somos .location-content {
  position: relative;
}
.category-quienes-somos .max-container {
  justify-content: center;
}
.category-quienes-somos .content i{
  color: #4856ed;
  display: block;
  float: left;
  font-size: 76px;
  margin-right: 20px;
}
.category-quienes-somos .category-name {
  text-align: left;
}
.category-quienes-somos .content .max-container h3{
  font-size: 16px;
  margin-bottom: 20px;
}
.category-quienes-somos .title {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.category-quienes-somos .item-content {
  background: #f2f4f6;
  padding: 20px 15px;
  transition: background-color .2s;
}
.category-quienes-somos .max-container .item svg {
  width: 50px;
  height: 50px;
}
.category-quienes-somos .item-content:hover {
  background: #4856ed;
  color: #fff;
}
.category-quienes-somos .item-content:hover .page-icon {
  fill: #fff;
}
.category-quienes-somos .item-content:hover .title {
  color: #fff;
}
@media (min-width: 768px) {
  .category-quienes-somos .item-content {
    padding: 40px 35px;
  }
  .category-quienes-somos .max-container .item {
    padding: 0 50px;
    max-width: 475px;
  }
  .category-quienes-somos .max-container .item svg {
    width: 109px;
    height: 113px;
  }
}

/*Servicio Tecnico*/
.technicalservice-index-index label em{display: none;}
.servicio-tecnico .content .plans {
  position: relative;
}
.servicio-tecnico .plans .item{
  margin: 10px 0;
}
.servicio-tecnico .plans .item-content {
  background-color: #f2f4f6;
  padding: 15px 20px;
}
.servicio-tecnico .plans .item-header{
  margin-bottom: 25px;
}
.servicio-tecnico .plans svg + .text {
  padding-left: 15px;
}
.servicio-tecnico .plans p {
  padding-left: 6px;
}
.servicio-tecnico .plans p:not(:last-child) {
  margin-bottom: 23px;
}

/*Nuestras Marcas*/
.cms-nuestras-marcas .page-wrapper .col1-layout.page-main{background-color: transparent;}
.nuestras-marcas .marca-img{
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.nuestras-marcas .row:not(:hover) .marca-img img{
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cms-page-view .nuestras-marcas .row{
  background: #fff;
  padding: 20px 10px;
}
.cms-page-view .nuestras-marcas .marca-desc p{
  font-size: 14px;
  margin-bottom: 10px;
  text-align: justify;
}
.cms-page-view .std a{
  font-size: 14px;
}

/*Terms and condic*/
.cms-page-view .terms-and-conditions{
  font-weight: normal;
}
.cms-page-view .terms-and-conditions ol > li{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cms-page-view .terms-and-conditions ol > li p{
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
}
.cms-page-view .terms-and-conditions ol > li li{
  color: #707070;
  font-weight: normal;
  margin-bottom: 10px;
}
.terms-and-conditions ol li h3{
  font-size: 17px;
  margin-bottom: 15px;
}

/* CONTACTS */
.form-list label{
  position: relative;
}
.form-list label.required em{
  position: absolute;
  right: 0;
}
.contact-index-index .buttons-set {
  text-align: center;
}
.contact-index-index .first-field{
  width: 100%;
  display: inline-block;
}
.radio-options-contact {
    max-width: 500px;
    margin: auto;
}
.table-contact {
    margin: 25px;
    border: 1px solid #707070;
    padding: 30px;
    max-width: 800px;
    margin:auto;
    margin-bottom: 30px;
}
.contact-form .page-title {
    text-align: center;
    padding: 50px 10px 10px 0px;
}
.container-contact {
    display: flex;
    flex-wrap: wrap;
}
.contact-index-index .main.container-inner {
    padding: 0 !important;
    max-width: 100%;
}
.fieldset-contact {
    max-width: 650px;
    margin: auto;
}
.fieldset-contact .p-head {
    padding: 30px 0px 10px 0px;
    text-align: justify;
}
.container-contact-form {
    display: flex;
    flex-direction: column;
}
.container-contact-info {
  display: flex;
    flex-direction: column;
    background: #4856ed;
    color: white;
}
.radio-wrap-proof.half {
    width: 50%;
}
.radio-wrap-proof {
    height: 45px;
    position: relative;
    float: left;
    display: inline-block;
    margin-bottom: 0px;
}
.radio-wrap-proof input.custom-radio ~ label {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1.5px solid #4856ed;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #4856ed;
    font-weight: bold;
}
.radio-wrap-proof input.custom-radio:checked ~ label {
    color: white;
    
    background: #4856ed;
}
.custom-radio.radio-proof {
    display: none;
}

.button.btn-green {
    background: #6ddf69;
    border-color: #6ddf69;
    max-width: 650px;
    color: white;
}
.button.btn-green:hover {
    background: white;
    border-color: #6ddf69;
    color: #6ddf69;
}
.contact-form .input-text {
    border: 1px solid #707070;
}
.contact-form .input-text::placeholder{
  color: #707070;
}
.contact-info-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}
.contact-info-description {
    padding: 15px 5px 10px 5px;
    text-align: justify;
}
.content-sales-info {
    max-width: 350px;
    margin: auto;
    padding: 10px 5px 5px 5px;
}
.sales-contact ul li .content span {
    padding-left: 5px;
}

/*Paypal*/
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.paypal-review-order .buttons-set {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* REVIEW - CUSTOMER */
.product-collateral > dl,.easytabs-content-wrapper{margin-bottom: 0;}
.product-collateral .tab-content{
  max-width: 1134px;
}
.product-view .product_additional_data{
  padding: 0;
  width: 100%;
}
.product-view .easytabs-wrapper {
  margin-bottom: 20px;
}
.product-collateral .toggle-tabs{
  padding: 0;
}
.product-collateral .toggle-tabs .tab-title {
  display: none;
  padding: 0 10px;
}
.product-collateral .toggle-tabs li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.product-collateral .toggle-tabs li > span{
  background-color: #a0a0a0;
  color: #fff;
  display: block;
  font-family: inherit;
  padding: 11px 30px;
  position: relative;
  text-shadow: none;
}
.product-collateral .toggle-tabs li > span a{
  background-color: #a0a0a0;
  color: #fff;
  display: block;
  line-height: 40px;
  padding: 0 30px;
}
.easytabs-wrapper .easytabs-a, .easytabs-wrapper .easytabs-a .easytabs-anchor-icon{
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
}
.easytabs-wrapper .easytabs-a.easytabs-a-accordion {
  display: none;
}
.product-collateral .toggle-tabs li > span[data-href*="#"]:after {
  content: '\f107';
  float: right;
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.product-collateral .toggle-tabs li.active > span[data-href*="#"]:after {
  content: '\f106';
}
.product-collateral .toggle-tabs li.active > span {
  background-color: #41414b;
  color: #fff;
  z-index: 6;
}
.product-collateral .toggle-tabs li.active span a,
.product-collateral .toggle-tabs li:hover span a{
  color: #fff;
}
#product-attribute-specs-table {
  display: table;
  border-style: hidden;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.product-view .easytabs-content {
  background: #fff;
  border: 0;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  padding: 10px 0;
}
.product-view .easytabs-content strong{
  color: #272a2b;
}
#customer-reviews {
  background-color: #fff;
  width: auto;
  float: none;
  margin-bottom: 20px;
  overflow: hidden;
}
#customer-reviews .form-add{
  clear: both;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #41414b;
  display: none;
  margin-bottom: 15px;
  text-align: center;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
  display: none;
  font-size: 18px;
  text-transform: none;
}
#customer-reviews .fieldset h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list textarea {
  height: 100px;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list .input-text {
  width: 100%;
  max-width: none;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
}
#customer-reviews .box-content-ratings {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 30px;
}
#customer-reviews .box-content-ratings .block-title {
  margin-bottom: 5px;
  overflow: hidden;
  text-transform: uppercase;
}
#customer-reviews .box-content-ratings .bx-rating{
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  padding: 20px 0;
}
#customer-reviews .box-content-ratings .bx-rating:not(:last-of-type){
  border-bottom: 0;
}
#customer-reviews .box-content-ratings .bx-body {
  font-size: 14px;
  margin: 0;
}
#customer-reviews .box-content-ratings .bx-body .ratings-table {
  font-size: 12px;
  width: 100%;
}
#customer-reviews .box-content-ratings .bx-body .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews .box-content-ratings .bx-body .review-meta {
  color: #41414b;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews .actions{padding: 30px 0;}
#product-review-table .item{padding: 0;}
#product-review-table .item .rating-title{
  font-size: 12px;
  font-weight: 600;
  color: #707070;
}
.stars-wrapper .value{
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 25px;
  margin-right: 4px;
}
.stars-wrapper .value:last-of-type{margin-right: 0;}
.stars-wrapper span.vote{display: none;}
.box-reviews .stars-wrapper .value i{
  position: relative;
  transition: color 100ms ease 0s;
  text-shadow: 0 0 2px #565656;
  z-index: 4;
  padding: 0;
}
.box-reviews .stars-wrapper .value i.active{color: #ffc627;text-shadow: none;}

.customer-rating{
  display: inline-block;
  vertical-align: middle;
}
#customer-reviews .bx-rating-title{
  display: inline-block;
  vertical-align: middle;
  min-width: 230px;
  padding-right: 10px;
  margin-bottom: 0;
}
#customer-reviews .bx-rating-title:first-letter{
  text-transform: uppercase;
}
.customer-rating .item-rating {
    float: left;
    padding-right: 15px;
}
.customer-rating .item-rating .ratings{margin: 0;}
.item-rating span {
  display: none;
  color: #707070;
}
#customer-reviews .date {
  color: #707070;
  float: right;
}
.bx-nickname, .bx-rv-detail {
  line-height: 18px;
  font-size: 12px;
}
.bx-nickname{
  font-weight: 600;
  margin-bottom: 5px;
}
.bx-rv-detail{
  color: #707070;
  font-weight: 400;
  margin-bottom: 0;
}

button.button.btn-review{border-width: 2px;}
.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #fff;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0 -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* REVIEW VIEW PAGE */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

.page-wrapper .validation-failed, .page-wrapper .form-control.mage-error {
  border-bottom: solid 1px #e20613 !important;
}

/*Home Slider*/
.slider-wrapper{
  min-height: 200px;
  position: relative;
}
.slider-wrapper:before {
  background: #41414b url(../images/css/isotipo_ptmarket.png) no-repeat center/145px;
}
.bottom-down{
  display: none;
  position: absolute;
  z-index: 9;
  bottom: 35px;
  color: #FFF;
  width: 100%;
}
.bottom-down p{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 20px;
}
.bottom-down i{
  font-size: 0;
  cursor: pointer;
  background-color: #a2a2a2;
  box-shadow: 0 0 13px black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 41px;
}
.bottom-down i:before{font-size: 35px;}

/* WISHLIST */
#wishlist-table th {
  font-weight: 600;
  text-align: center;
}
#wishlist-table.clean-table {
  width: 100%;
}
#wishlist-table.clean-table td {
  border-bottom: 1px solid #e5e6e6;
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  border-bottom: 1px solid #e3e3e3;
  background: #41414b;
  color: #f2f4f6;
  font-size: 14px;
  padding: 8px;
}
#wishlist-table .product-name {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #41414b;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  margin: 5px 0;
}
#wishlist-table textarea {
  width: 100%;
  height: 45px;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .button:before{display: none;}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
  vertical-align: middle;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-size: 12px;
}
#wishlist-table .pricebox-label {
  display: none;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #41414b;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #41414b;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}

@media (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}

/* WISHLIST SIDEBAR */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/*Empty List*/
.empty-list{
  display: table;
  height: 100%;
  margin-bottom: 0;
  text-align: center;
}
.empty-list p{
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

/* CHECKOUT - MINI CART */
.header-minicart {
  display: inline-block;
  vertical-align: middle;
}
.header-minicart .minicart-message {
  display: block;
  font-weight: 500;
  padding: 10px;
}
.header-minicart .empty {
  font-weight: normal;
  height: calc(100% - 93px);
  padding: 50px 10px;
  text-align: center;
}
.header-minicart .empty .icon{
  margin-bottom: 20px;
}
.header-minicart .minicart-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -20px 0 0 -20px;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  background-color: transparent;
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: block;
  background: white;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0;
  position: fixed;
  top: 0;
  height: 100%;
  right: -100%;
  -webkit-transition: right .15s ease;
  transition: right .15s ease;
  width: 270px;
  z-index: 99;
}
.header-minicart .block-subtitle {
  border-bottom: 1px solid #e5e6e6;
  color: #41414b;
  font-size: 12px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.header-minicart .block-subtitle .close {
  width: 30px;
  float: right;
  display: block;
  color: #41414b;
  font-size: 25px;
  line-height: 18px;
  text-align: right;
}
.header-minicart .minicart-content{
  height: 72%;
  height: calc(100% - 110px);
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.header-minicart .mini-products-list {
  background-color: #ffffff;
}
.header-minicart .mini-products-list li {
  border-bottom: 1px solid #e5e6e6;
  position: relative;
  padding: 10px 0;
  margin-bottom: 0;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  display: none;
  padding-top: 0;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.header-minicart .product-details .product-name a:hover {
  color: #000;
}
.btn-options-minicart{
  float: left;
  font-size: 0;
  padding: 5px;
}
.btn-options-minicart a{
  color: #636363;
  display: block;
  float: none;
  font-size: 14px;
  line-height: 22px;
  width: 20px;
  margin: auto;
  text-align: center;
  text-decoration: none;
}
.btn-options-minicart a.close{
  font-size: 22px;
}
.btn-options-minicart a:hover{
  color: #000;
}
.btn-options-minicart i,.btn-options-minicart span{
  vertical-align: middle;
  line-height: 14px;
}

.header-minicart .info-wrapper {
  font-size: 13px;
  margin-bottom: 0;
}
.header-minicart .info-wrapper th {
  display: none;
  text-transform: capitalize;
  padding-right: 10px;
  vertical-align: middle;
}
.header-minicart .info-wrapper td {
  color: #41414b;
  clear: right;
  text-align: left;
}
.mini-products-list .product-details{
  width: 60%;
}
.header-minicart .qty-wrapper{padding: 0 5px;}
.header-minicart .qty-wrapper,
.header-minicart .btn-options-minicart{
  float: none;
  width: 20%;
  text-align: center;
}
.minicart-footer{
  background: #fff;
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.25);
  box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.25);
  position: relative;
  z-index: 1;
}
.header-minicart .qty-wrapper .qty {
  border-color: transparent;
  display: block;
  padding: 4px;
  margin: 0 auto;
  width: 3.2em;
  text-align: center;
  vertical-align: middle;
  height: 22px;
}
a.quantity-link{
  color: #41414b;
  display: block;
  font-size: 17px;
  line-height: 15px;
}
.header-minicart .qty-wrapper .quantity-button {
  display: none;
  margin: auto;
  opacity: 0;
  padding: 1px 10px;
  min-height: 22px;
  vertical-align: middle;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .qty-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .qty-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  line-height: normal;
  margin-bottom: 0;
  padding: 10px 15px;
  overflow: hidden;
  text-align: right;
}
.header-minicart .subtotal .label {
  font-size: 13px;
  float: left;
  line-height: 24px;
  text-align: left;
}
.header-minicart .subtotal .price {
  color: #41414b;
  font-size: 17px;
}
.block-cart .checkout-types li{
  display: block;
  padding: 0;
  max-width: none;
}
.block-cart .checkout-types li:not(:last-of-type){margin-bottom: 3px;}
.header-minicart .minicart-actions {
  padding: 0 15px 10px 15px;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .button{
  border-width: 1px;
  font-size: 12px;
  width: 100%;
  padding: 5px 8px;
}
body.checkout-cart-index .minicart-actions .li-cart-link {
  display: none;
}
body:not(.checkout-cart-index) .minicart-actions .li-cart-checkout {
  display: none;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  border-bottom: 1px solid #e5e6e6;
  font-size: 12px;
  text-align: center;
  color: #e20613;
  display: none;
}
.header-minicart #minicart-success-message {
  border-bottom: 1px solid #e5e6e6;
  color: #3a73da;
  display: none;
  font-size: 11px;
  text-align: center;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  -webkit-box-shadow: 0px 9999px 0px 9999px rgba(0,0,0,0.7);
  box-shadow: 0px 9999px 0px 9999px rgba(0,0,0,0.7);
  display: block;
  right: 0;
  z-index: 19999;
}

.page-header .stores-list {
  height: calc(100% - 48px);
}
.page-header .stores-list .item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.page-header .stores-list .item a {
  display: block;
  padding: 15px 10px;
}

/* SEARCH - AUTO SUGGEST */
.search-autocomplete {
  left: 0;
  overflow: visible;
  top: 15px;
  width: 100%;
  z-index: 200;
}
.search-autocomplete ul {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #41414b;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f2f4f6;
  color: #41414b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #41414b;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #41414b;
  border-top: none;
  left: 50%;
  top: -7px;
}
.searchautocomplete .nav-search-in{
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder .top{
  background: #707070;
  height: 10px;
  width: 10px;
  top: -5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 35px;
  z-index: 1;
}
.searchautocomplete .searchautocomplete-placeholder .highlight strong{
  background-color: #41414b;
  color: #fff;
}

/* SEARCH - ADVANCED */
.advanced-search {
  background: #f2f4f6;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

/* ACCOUNT - REVIEWS */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #41414b;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-size: 13px;
}

/* CMS PAGES */
.cms-page-view .main h2,
.cms-page-view .main h3,
.cms-page-view .main h4,
.cms-page-view .main h5{
  font-weight: 600;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std ol{
  margin-left: -17px;
  text-align: justify;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-size: 14px;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}
.cms-no-route .col-main{
  background: #fff;
  padding: 60px 15px 40px 15px;
  text-align: center; 
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cms-home .std .messages{padding-top: 10px;}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
}
.cms-home .col-main > .messages{
  margin-top: 10px;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f2f4f6;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #41414b;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ececec;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contact-form{
  padding: 0;
}

.contact-index-index .wrapper{background: #fff;}
.contact-form .form-list > li{
  margin-bottom: 10px;
}
.contact-form .col-map .map{
  background-color: #f2f4f6;
  min-height: 300px;
}
.contact-form .col-map .map > div{
  background-color: #f2f4f6;
}

#contactForm .legend {
  border: none;
  font-size: 12px;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset p.required {
  display: none;
}
.sales-contact {
    font-size: 13px;
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    padding: 5px;
}
.sales-contact .row{
  margin: 0;
}
.sales-contact .item {
  margin: 10px 0;
}
.sales-contact .item-content {
  background-color: #f2f4f6;
  padding: 15px 20px;
}
.sales-contact .item-header{
  margin-bottom: 5px;
}
.sales-contact .item-title{
  font-size: 13px;
  color: white;
}
.sales-contact ul{
  padding: 10px;
  background: #616de8;
}
.sales-contact ul li:not(:last-child){
  margin-bottom: 23px;
}
.sales-contact ul li .content{padding-left: 30px;}
.sales-contact .icon{
  font-size: 21px;
  margin-left: -30px;
  width: 30px;
}
#content{color: #707070;font-family: 'Poppins',sans-serif;font-weight: 600;text-align: center;}
#infoContent{padding: 10px 0 0 0;text-align: left;}
#infoContent p{margin: 5px 0;}
#infoContent p i{color: #4856ed;width: 20px;}

@media (min-width: 992px) {
  .input-fly i, .input-text + i, .input-box i {
    top: 15px;
  }
  .contact-form .form-list {
    margin-top: 30px;
  }
}

/* PRICING CONDITIONS */
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* COOKIES */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* TAGS */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #f2f4f6;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

/* CAPTCHA */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* CHECKOUT BILLING FIX TO PLACE THE CAPTCHA PROPERLY */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* RECURRING PROFILES */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}

.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* BILLING AGREEMENTS */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

/* POPULAR SEARCH TERMS CLOUD */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* WIDGETS */
/* Add to cart by SKU */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

/* CHECKOUT - MULTIPLE ADDRESSES */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f2f4f6;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f2f4f6;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f2f4f6;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
  margin-left: 15px;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

/* CALENDAR STYLES (RESTORE STYLES FROM /js/calendar) */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}
@media (min-width: 992px) {
  .block-layered-nav .modal, 
  .category-products .modal {
    display: block !important;
    opacity: 1;
    position: static;
  }
  .block-layered-nav .modal-dialog,
  .category-products .modal-dialog {
    display: block;
    width: auto;
    margin: 0;
  }
  .block-layered-nav .modal-content,
  .category-products .modal-content {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .block-layered-nav .modal-body {
    padding-bottom: 0;
    padding-top: 0;
  }
  .category-products .modal-body {
    padding: 0;
  }
  .block-layered-nav .currently ol {
    padding: 10px 15px;
  }

  body.custom-store .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  body.custom-store #header-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  body:not(.custom-store) .skip-links,
  body.no-category .skip-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 16%;
    max-width: 16%;
  }
  body.custom-store .skip-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  body.customers-page .header-logo,
  body.customers-page .page-header .skip-links {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  body.custom-store .skip-cart svg {
    fill: #000;
  }
  .category-name .title {
    font-size: 32px;
  }

  .customers-page .data-table tbody td {
    padding: 20px 10px;
  }
}
@media (min-width: 1199px) {
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media (min-width: 1400px) {
  .block-register > .row{
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .nav-primary li.level1 > ul, .nav-primary li.level1 > ul:before{
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    right: 0;
  }
  .nav-primary li.level1 > ul:before{
    right: 50px;
  }
  .page-footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 1099px) {
  /*Catalog*/
  .filters-ontop .modal .filters.modal-dialog{width: 100%;}
}
@media (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}

@media (max-width: 991px) {
  /* Skip Link - Active */
  .skip-link.skip-active {
    color: inherit;
  }
  .header-container-logo{
    border-bottom: 1px solid #707070;
    position: relative;
  }
  .custom-store:not(.customers-page) .page-header {
    margin-bottom: 30px;
  }
  .customers-page .page-header {
    border-bottom: 0;
  }
  /* Nav - Skip Content */
  .modal-backdrop {
    z-index: 10040;
  }
  .modal {
    z-index: 10050;
  }
  #header-nav {
    background-color: #000;
    display: block;
    left: -100%;
    max-width: 270px;
    padding: 10px 0;
    position: absolute;
    width: 80%;
    top: 100%;
    transition: left .15s;
    z-index: 1100;
  }
  body:not(.customers-page) #header-nav {
    margin-top: 1px;
  }
  #header-nav.skip-active{
    -webkit-box-shadow: 2px 0 2px 0 rgba(0,0,0,0.25);
    box-shadow: 2px 0 2px 0 rgba(0,0,0,0.25);
    display: block;
    left: 0;
  }
  body:not(.custom-store) #header-nav,
  body.no-category #header-nav {
    height: calc(100vh);
    /*height: 472px;*/
    overflow-y: auto;
  }
  body:not(.custom-store) #header-nav > .container-fluid,
  body.no-category #header-nav > .container-fluid {
    height: 100%;
  }
  body:not(.custom-store) #header-nav .container-fluid > .row,
  body.no-category #header-nav .container-fluid > .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  body:not(.customers-page):not(.custom-store) .page-header .social-media,
  body.no-category .page-header .social-media {
    display: block;
  }
  /* Small Viewports - Accordion Style Menu */
  #menu-content{
    display: block;
    height: 100%;
    overflow-y: auto;
  }
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .customers-page .nav-primary a {
    text-align: center;
  }
  .nav-primary li.level0 ul {
    /*display: none;*/
    overflow-y: hidden;
    max-height: 0;
    -webkit-transition: all .25s cubic-bezier(0, 1, 0.5, 1);
    transition: all .25s cubic-bezier(0, 1, 0.5, 1);
  }
  .nav-primary li.menu-active > ul{
    overflow-y: auto;
    max-height: 1000px;
  }
  .nav-primary li.level1 li:not(.view-all) {
    padding: 0 0 0 5px;
  }
  li.view-all > a {
    text-decoration: underline;
  }
  .nav-primary .cat-image,
  .nav-primary .cat-desc {
    display: none;
  }
  .nav-primary li.level1 a {
    color: #fff;
    padding: 0 25px 0 15px;
  }
  .nav-primary li.parent > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    right: 5px;
    margin-top: -10px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '\f106';
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #fff;
  }
  /* Global Header Navigation */
  .nav-primary a.level0 {
    padding: 2px 25px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
  }
  body:not(.custom-store) .nav-categories a.level0,
  body.no-category .nav-categories a.level0 {
    font-size: 14px;
    text-align: center;
  }
  body .nav-primary a.level0.special_cat {
    color: #4856ed;
  }
  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  body.custom-store .page-wrapper {
    overflow: hidden;
  }
  body.custom-store:not(.no-category) #nav {
    position: static;
  }
  body.custom-store:not(.no-category) #header-nav {
    background-color: #fff;
    border-bottom: 1px solid #707070;
    left: auto;
    max-width: none;
    width: 100%;
    padding: 0;
    z-index: inherit;
  }

  body.custom-store:not(.customers-page) .nav-mobile-categories {
    display: flex;
    overflow-y: auto;
    white-space: nowrap;
  }
  body.custom-store:not(.customers-page) .nav-mobile-categories:before {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.85)));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.85));
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    top: 0;
    width: 70px;
    pointer-events: none;
    z-index: 1;
  }
  .nav-mobile-categories.nav-primary a.level0 {
    color: #41414b;
  }
  .nav-mobile-categories.nav-primary a.level0:hover {
    color: #000;
  }
  .nav-mobile-categories li.level0.active>a {
    box-shadow: inset 0 -2px 0 0 #4856ed;
  }
  body.custom-store #header-nav .nav-categories {
    background-color: #000;
    display: block;
    left: -100%;
    height: calc(100vh - 95px);
    max-width: 270px;
    padding: 10px 25px;
    position: absolute;
    width: 80%;
    top: 0;
    overflow-y: auto;
    transition: left .15s;
    z-index: 1100;
  }
  body.custom-store #header-nav .nav-categories a.level0 {
    padding: 2px 0;
  }
  body.custom-store #header-nav .nav-categories a.level0.has-children {
    border-bottom: 1px solid;
  }
  body.custom-store #header-nav.skip-active .nav-categories {
    left: 0;
    z-index: 10005;
  }
  body.custom-store #header-nav.skip-active .nav-mobile-categories {
    pointer-events: none;
  }

  /*Catalog*/
  .catalog-category-view .col2-left-layout .cols_table {
    display: block;
  }
  .catalog-category-view .col2-left-layout .cols_table .col-main,
  .catalog-category-view .col2-left-layout .cols_table .col-left {
    display: block;
    width: auto;
  }
  .d-flex .col-left,
  .d-flex .col-main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filters-ontop .table-filters .btn-filters {
    border: 0;
    background-color: transparent;
    color: #41414b;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px;
    width: 50%;
  }
  .filters-ontop .table-filters .btn-layered {
    padding-left: 0;
    text-align: left;
    width: 55%;
  }
  .filters-ontop .table-filters .btn-sortby {
    padding-right: 0;
    text-align: right;
    width: 45%;
  }
  .table-filters .btn-filters i {
    font-size: 26px;
    margin-left: 10px;
    vertical-align: middle;
  }
  .table-filters .btn-filters svg {
    margin-right: 10px;
    vertical-align: middle;
  }
  .catalog-category-view .block-content-filters.no-display {
    display: none;
  }
  .catalog-category-view.filters-ontop #narrow-by-list,
  .catalog-category-view.filters-ontop .toolbar-top .toolbar{
    border: 0;
    height: 90%;
    height: calc(100% - 56px);
    padding: 0;
  }
  .catalog-category-view.filters-ontop .block-content .inlineblock{
    display: block;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }
  .sidebar .block.block-layered-nav {
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
  }
  .filters-fixed {
    background-color: #fff;
    border-bottom: 1px solid #707070;
    position: fixed;
    left: 0;
    right: 0;
    top: 92px;
    padding: 0 15px;
    z-index: 9;
  }
  .page-wrapper .filters-fixed .btn-filters {
    padding-bottom: 5px;
    padding-top: 4px;
  }
  #layer_ajax_filter .currently{display: block;}

  .block-layered-nav .modal-dialog,
  .category-products .modal-dialog {
    margin: 0;
    height: 100%;
    width: 100%;
  }
  .block-layered-nav .modal-content,
  .category-products .modal-content {
    border: 0;
    height: 100%;
  }
  .block-layered-nav .modal-body,
  .category-products .modal-body {
    height: calc(100% - 53px);
    overflow-y: auto;
  }
  .filters-ontop .block-content .d-inline-block {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }

  .account-cart-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .page-header-container .header-logo {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
    padding-right: 0;
  }
  .page-header-container .skip-links{
    text-align: right;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .header-user-content, .skip-link {
    padding: 10px;
  }

  .skip-links svg {
    width: 30px;
    height: 30px;
  }
  .header-user .separator,
  .header-user .label {
    display: none;
  }
  .skip-link {
    text-align: center;
  }
  .skip-link:last-child {
    border-right: 0;
  }
  body:not(.custom-store):not(.landing-page) .skip-cart,
  body.no-category .skip-cart {
    padding: 5px 15px;
  }
  .skip-link .icon, .header-user-content .icon{
    color: #41414b;
  }
  .skip-link .label {
    display: none;
  }
  .account-cart-wrapper,
  .skip-search,
  .header-user,
  .header-minicart{
    width: auto;
  }
  body:not(.customers-page):not(.custom-store) .skip-search,
  body.no-category .skip-search {
    display: none;
  }
  body:not(.customers-page):not(.custom-store) .skip-links svg,
  body.no-category .skip-links svg {
    fill: #fff;
    stroke: #fff;
    height: 23px;
    width: 23px;
  }
  .skip-account-reg {
    display: none;
  }

  .category-image{min-height: 280px; }

  #header-search{
    background-color: #fff;
    position: absolute;
    padding: 0;
    top: 100%;
    z-index: 1005;
  }
  #search {
    height: 41px;
    border-left: 0;
    border-right: 0;
  }
  #search_mini_form{
    max-width: none;
  }
  .header-top-container{padding: 0 15px;}
  body:not(.custom-store):not(.no-category) .header-top-container,
  body.no-category .header-top-container {
    display: none;
  }

  .header-top-container, .header_top_menu{
    text-align: center;
  }

  .content-reg-tut{padding: 30px;}

  .slider-wrapper{min-height: 40px;}
  
  /*Product View*/
  .product-view .product-shop .price-box .special-price .price, 
  .product-view .product-shop .price-box .full-product-price .price,
  .product-view .product-shop .product-name .h1{
    font-size: 25px;
  }
  .product-view .product-shop .price-box .old-price .price{
    font-size: 20px;
  }
  .download .button{
    font-size: 13px;
  }

  .grouped-videos .link-tutorial{height: 190px;}

  .banner_cursos{text-align: left;}
  .banner_cursos .bcurso{width: 50%;}

  /*Checkout*/
  .goodcheckout-index-index .one-step-checkout .goodcheckout-shipping-payment-review{width: 100%;}
  .goodcheckout-index-index .one-step-checkout h3{
    background-size: auto;
    text-align: center;
    text-indent: 0;
  }
  .goodcheckout-index-index ul.onecolumn-checkout_header li h3{
    font-size: 0;
    text-indent: 30px;
  }  
  .goodcheckout-index-index ul.onecolumn-checkout_header li:first-of-type h3{
    text-indent: 0;
  }
  .goodcheckout-index-index ul.onecolumn-checkout_header li:not(.active) h3:before{
    background-position: center 2px;
  }
  .goodcheckout-index-index ul.onecolumn-checkout_header li h3:before{
    margin-right: 0;
  }
  #one-step-checkout-form .checkout-review-load .data-table td.qty-box a{margin: 0;}
  #one-step-checkout-form .item-owl{width: 100%;}

  /*Footer*/
  .page-footer .medios-pagos{text-align: center;}
  .page-footer .medios-pagos li{
    margin: 2px 5px 2px;
  }
  .page-footer .social ul{text-align: center;}
}

@media (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header-user-content, .skip-link {
    padding: 5px;
  }
  .skip-link .label{font-size: 12px;}
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }

  .header-minicart .block-cart {
    width: 100%;
  }

  .cms-page-view .main p, .category-quienes-somos .main p{margin-bottom: 20px;}
  .product-view .product_additional_data{padding-left: 0;}
  .box-reviews .note-msg{display: none;}
  .catalog-product-view .zoomContainer {
    pointer-events: none;
  }
  .catalog-product-view .zoomWindow {
    background-image: none !important;
  }
  #product-review-table .row > div{width: 50%;}
  .product-view .add-to-cart-fixed {
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    z-index: 15;
  }

  body.catalog-product-view .logo {
    display: none;
  }
  body.catalog-product-view .btn-goback {
    background: transparent;
    border: 0;
    color: #41414b;
    display: block;
    font-size: 40px;
    padding: 0 26px 0 0;
  }
  .catalog-product-view .page-header .nav-mobile-categories {
    display: none;
  }
  .catalog-product-view .product-nav {
    display: block;
  }
  .catalog-product-view .product-nav a.level0 {
    color: #41414b;
    text-transform: none;
  }
  .catalog-product-view .whatsapp-link {
    bottom: 72px;
  }
  .catalog-product-view #chatra.chatra--pos-bottom:not(.chatra--expanded) {
    bottom: 72px !important;
  }
  .product-shop button.btn-cart {
    max-width: none;
  }
  .product-view .add-to-cart .qty-wrapper {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 0;
  }
  .download .downloads-links-block {
    box-shadow: none;
    right: 0;
    left: 0;
  }
  .product-view .add-to-cart {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .product-view .add-cart-buttons,
  .product-view .add-to-cart-buttons {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .catalog-product-view .page-footer {
    padding-bottom: 110px;
  }

  .wrapper .nav-tabs > li{
    margin-bottom: 3px;
    width: 100%;
    text-align: center;
  }

  .block .block-title{margin-bottom: 15px;}
  .block .block-title h2, .block .block-title strong{font-size: 20px;}

  .block-register{background-position: center;background-size: cover;}
  .block-register > .row{height: auto;}
  .block-register:after{background-position: -30px center;bottom: -18px;}
  .form-subscribe-header label .strong-text{display: block;}

  /*Blog*/
  .blog-cat-view .col1-layout .sorter,
  .blog-cat-view .col1-layout .pager {
    clear: none;
    float: none;
    width: auto;
  }
  .blog-cat-view .sorter select {display: block;}
  .blog-cat-view .sorter ul {display: none;}
  .blog-cat-view .sorter label {display: inline-block;}

  /*Libro Reclamaciones*/
  .consideraciones_libroreclamos{margin-top: 20px;}
  .titulo_section_libroreclamos h2{font-size: 18px;}

  .cms-page-view .col-main, .category-quienes-somos .col-main{font-size: 14px;}
  .catalog-category-view .desc, .cms-page-view .desc{font-size: 15px;}
  .category-quienes-somos .content{margin: 0;padding: 30px 15px;}
  .category-quienes-somos .boxcontent-shadow{margin-bottom: 0;}
  .boxcontent-shadow .max-container{padding: 15px;}
  .boxcontent-shadow .max-container .title{margin-bottom: 15px;}
  .boxcontent-shadow .max-container p{max-width: none;text-align: justify;}
  .category-quienes-somos .page-title br,
  .category-quienes-somos .title br{
    display: none;
  }
  .boxcontent-shadow:after{max-width: none;opacity: .1;filter: alpha(opacity=15);}

  .main .block-featured{padding-left: 0;padding-right: 0;}
  /*Videos*/
  .grouped-videos .link-tutorial{height: 170px;}
  .button-tutorial{height: 40px;width: 40px;}
  .banner_cursos .bcurso .bcurso-content{opacity: 1;filter: alpha(opacity=100);}
  .banner_cursos .bcurso footer{visibility: hidden;}
  .content-curso h2{font-size: 14px;}

  [id*=leimageslider].slider-wrapper .nivoSlider .nivo-caption{text-align: center;}

  /*Product View*/
  .product-view .add-to-cart-wrapper {float: none;width: 100%;clear: both;}
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
  .product-collateral .tab-content{padding: 10px;}
  #product-attribute-specs-table .attribute-item > tbody > tr > td,
  #product-attribute-specs-table .attribute-item > tbody > tr > td.label {
    border: none;
    display: block;
    width: 100%;
  }
  .catalog-product-view .product-collateral{padding-top: 0;}
  .product-collateral > dl{border-top: none;}

  .product-options dd select {width: 100%;}
  .product-shop-sup .product-options {
    margin-top: 0;
    padding-right: 0;
  }
  .product-shop-sup .list {
    justify-content: center;
  }
  .product-shop-sup .qty-arrows {
    margin: auto;
  }

  .product-shop .box-qty {text-align: center;}
  .add-to-box .qty-arrows {margin: auto;}

  .products-grid .price-box .price-label,
  .owl-carousel .price-box .price-label{display: block;line-height: normal;}
  .toggle-tabs .tab-title{padding-top: 20px;margin-bottom: 20px;}
  .product-collateral > dl > dt {
    border: 1px solid #707070;
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: 0;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    position: relative;
    background-color: #fff;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #41414b;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:hover {
    background-color: #f2f4f6;
  }
  .product-collateral > dl > dd {
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #41414b;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #41414b;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #41414b;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
  .product-view .product-shop .product-header{display: block;}
  .product-view .product-shop .product-header .price-info {
    display: block;
    width: 100%;
  }
  .product-view .product-shop .product-name .h1 {
    font-size: 18px;
  }
  .product-view .product-shop .product-cat {
    font-size: 11px;
  }
  .product-view .icon-guarantee {
    padding-left: 0;
  }
  #customer-reviews .box-content-ratings .bx-body{margin-bottom: 0;}

  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-container,
  .product-collateral {
    width: 100%;
  }

  .product-view .easytabs-content{
    max-height: 490px;
    overflow-y: auto;
    padding: 10px 0;
  }

  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    padding-right: 0;
    padding-left: 0;
  }

  .product-view .product-shop{padding: 20px 0;}

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #41414b;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #41414b;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #41414b;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #41414b;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #fff;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2e8ab8;
    color: #fff;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .desc-tutorial, .desc-article{
    min-height: inherit;
  }
  .item-article{margin-bottom: 20px;}

  .block-ofertas .grouped-blocks{padding: 0;}
  #block-timer.owl-carousel .owl-controls{margin-top: -30px;right: 10px;}
  #block-timer.owl-carousel .owl-controls .owl-nav .owl-prev{left: -20px;}
  #block-timer.owl-carousel .owl-controls .owl-nav .owl-next{right: 0;}

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #636363;
    background-color: #f2f4f6;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ececec;
  }

  body .map-popup {
    width: 100%;
    left: 0;
  }

  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }

  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }

  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }

  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }

  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }

  #contactForm {
    padding: 0;
  }

  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }

  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .minicart-actions .checkout-types.minicart {
    margin: 0 -5px;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
    padding: 0 5px;
    width: 50%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }

  .paypal-review-order .col-1 {padding-bottom: 0;}
  .paypal-review-order .field.inactive {display: none;}
  .bml-ad.small {display: block;}
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }

  body .product-img-box .product-image:hover {
    border-color: #ededed;
  }

  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }

  .customer-account-login .col2-set p.required {
    display: none;
  }

  .landing-page .category-products:not(.landing-products) {
    padding: 0 5px;
    width: auto;
  }
  .catalog-category-view.filters-ontop .category-products,
  .catalogsearch-result-index .category-products {
    margin: 0 -10px;
    width: auto;
    padding: 0;
  }
  ul.row.products-grid {
    margin: 0 -5px;
  }
  .products-grid .item {
    padding: 0 5px;
  }
  .products-grid .item .item-content {
    border: 0;
    padding: 0;
  }
  .products-grid .product-name span:not(.manufacturer) {
    font-size: 13px;
  }
  .products-grid .price-box .price-label {
    display: none;
  }

  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    float: none;
    width: auto;
  }

  .cms-home .col1-layout .col-main{padding-top: 0;}

  .col3-layout .col-wrapper { float: none;width: auto; }

  .col-main { float: none;width: auto; }

  .col-main .col-left {
    padding: 0;
  }

  .page-title h1 {
    font-size: 20px;
  }
  
  body:not(.checkout-cart-index) .breadcrumbs { display: none; }

  .tags-list > li,
  .tags-list {
    float: none;
  }

  /*Sidebar*/
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border: 1px solid #707070;
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #41414b;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    border-color: #41414b;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    color: #636363;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border-color: #41414b;
    position: relative;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #41414b;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    border-color: #41414b;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    border: 1px solid #707070;
    border-top: 0;
    margin-top: 0;
  }
  .block-account .block-content li{font-size: 12px;}
  .block-account .block-content li.current,
  .block-account .block-content li a{
    padding: 8px 20px;
  }
  
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 100%;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 0;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  body .my-account{
    padding: 20px 0;
  }
  .block-account .block-title{display: block;}
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: none;
  }
  .dashboard .col2-set .col-2 {
    float: none;
  }

  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }

  #header-account .youama-window-outside{
    padding: 0;
  }
  #header-account .yoauam-switch-window {font-size: 15px;}

  /*Checkout*/
  #one-step-checkout-form .checkout-review-load .data-table td h2,
  #one-step-checkout-form .checkout-review-load .data-table td dl{
    margin-left: 0;
  }
  #one-step-checkout-form .checkout-review-load .data-table tbody th.review-name{font-size: 0;}
  #one-step-checkout-form .checkout-review-load .data-table tbody th[data-head]:before{
    content: attr(data-head);
    display: inline-block;
    font-size: 16px;
  }
  .url_pago_response iframe {
    height: 1500px;
  }
  .page-footer {
    border-width: 1px;
    font-size: 11px;
  }
  .footer_company_top{padding: 20px 15px 0 15px !important;}
  .page-footer .button{margin-bottom: 15px;}
  .page-footer .form-language,
  .page-footer .currency-switcher {
    display: block;
  }
  .page-footer .copyright{
    margin: 0 20px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .page-wrapper {
    padding-top: 57px;
  }
  .page-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8000;
  }
  body.custom-store .page-wrapper {
    margin-top: 40px;
  }
  .catalog-product-view #chatra.chatra--pos-bottom:not(.chatra--expanded) {
    z-index: 7900 !important;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .nav-mobile-categories a.level0 {
    line-height: 25px;
  }
  body .page-wrapper {
    padding-top: 0 !important;
  }
  .catalog-product-view .header-container-logo {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }

  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }

  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }

}
@media (max-width: 640px){
  .products-grid > li{
    margin-bottom: 20px;
  }
  body.blog-index-list .page-wrapper .col-main {margin-bottom: 0;}
  .blog-index-lis .main .block_cursos {margin-bottom: 0;}
  .item-curso{width: 100%;}
  .block_cursos .item-curso:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
  .contact-index-index .buttons-set p.required {
    float: right;
  }

  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }

  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
  
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }

  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }

  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}

@media (max-width: 480px) {
  #customer-reviews .box-content-ratings .bx-body .ratings-table tr {
    float: none;
  }

  .page-header-container .header-logo {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .page-header-container .skip-links {
    padding-left: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .header-minicart .minicart-actions .button {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .skip-links svg {
    width: 26px;
    height: 26px;
  }
  .catalog-product-view #chatra.chatra--pos-bottom:not(.chatra--expanded) {
    bottom: 52px !important;
  }
  .product-view .add-to-cart-fixed {
    padding: 5px 10px;
  }
  .catalog-product-view .whatsapp-link {
    bottom: 52px;
  }
  .product-shop button.btn-cart {
    font-size: 11px;
    line-height: 24px;
    padding: 2px 15px;
  }
  .btn-cart svg {
    height: 26px;
    width: 26px;
  }
  .download .button {
    font-size: 11px;
  }
}

@media (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
.magemenu-menu.horizontal-menu .menu .inner-cms-block .block.block-cate .subcate.subparent:before{
  display: none;
}

@media (min-width: 992px) {

  .category-products .products-grid--max-3-col .products-grid > li{
    width: 33.333%;
  }

  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top { vertical-align: top; }
  .col-md-middle { vertical-align: middle; }
  .col-md-bottom { vertical-align: bottom; }

  .videotutorial-index-view .block-videos{min-height: 600px;}
  .nuestras-marcas .marca-img{padding-left: 5px;text-align: left;}

  /*Checkout*/  
  #owl-checkout{display: block;}
  #owl-checkout > div:not(:first-of-type) button.continue{display: none;}
  #one-step-checkout-form .button-set button.btn-reset{
    display: none;
  }
  .osc-3columns.one-step-checkout .address-order{margin-top: 20px;}
  .goodcheckout-index-index .one-step-checkout .goodcheckout-shipping-payment-review{
    float: left;
    width: 31.5%;
  }
  .one-step-checkout .goodcheckout-review-info{
    width: 31.5%;
    float: right;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }

  body:not(.landing-page):not(.custom-store) .skip-cart,
  body.no-category .skip-cart {
    padding: 8px 30px;
  }
}
.one-step-checkout.osc-2columns{
  font-size: 13px;
  margin-bottom: 0;
}
.one-step-checkout button.button.btn-back:before {
  content: "\f105";
  font-family: FontAwesome;
}
.one-step-checkout .section-title {
  font-size: 13px;
  margin-bottom: 15px;
}
.osc-3columns .section-title {
  padding: 10px 15px 0;
}
.one-step-checkout.osc-2columns h3 {
  background-color: #41414b;
  border-bottom: 1px solid #41414b;
  color: #fff;
  text-transform: uppercase;
}
.one-step-checkout.osc-2columns h3:before {
  content: counter(section, decimal) '. ';
}
.one-step-checkout.osc-2columns .shipping_address h3:before {
  display: none;
}
.one-step-checkout.osc-2columns .allow h3,
.one-step-checkout.osc-2columns .active h3 {
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.one-step-checkout.osc-2columns .allow h3 {
  cursor: pointer;
}
.osc-2columns h3 .btn-toggle {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: inherit;
  display: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 14px;
  margin-top: -9px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 17px;
  width: 17px;
}
.one-step-checkout:not(.osc-2columns) h3 .btn-toggle {
  display: none;
}
.osc-2columns h3 .btn-toggle:before {
  content: '+';
  display: block;
  -webkit-transition: none;
  transition: none;
}
.osc-2columns .active h3 .btn-toggle:before {
  content: '\2013';
}

.osc-2columns .allow h3 .btn-toggle,
.osc-2columns .active h3 .btn-toggle {
  display: block;
}
.osc-2columns .order-review-info h3 .btn-toggle {
  border-color: #41414b;
  color: #41414b;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  right: auto;
  top: auto;
}
.osc-2columns .order-review-info h3 .btn-toggle:before,
.osc-2columns .order-review-info h3 .btn-toggle:after {
  border-color: #41414b;
}
.one-step-checkout.osc-2columns .order-review-info h3 {
  background-color: transparent;
  color: #41414b;
  font-size: 13px;
  padding: 0 0 10px;
}

.one-step-checkout.osc-2columns .order-review-info h3:before {
  display: none;
}

.one-step-checkout .left-information {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.one-step-checkout .left-information + .order-information {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .osc-2columns .left-information {
    width: 61.215%;
  }
  .one-step-checkout .order-information.order-info-2-columns {
    width: 38.785%;
  }
}
.one-step-checkout.osc-2columns .checkout-section{
  border: 0;
  margin-bottom: 13px;
}
.osc-2columns #one-step-checkout-form .left-information .item-owl {
  float: none;
  width: 100%;
}
.osc-2columns .address-information ul li {
  padding: 0;
  margin: 0 -15px 27px;
}
.osc-2columns .address-information ul .control {
  margin: 0 0 10px;
}
.one-step-checkout.osc-2columns .two-fields,
.one-step-checkout.osc-2columns .one-field {
  padding: 0 15px;
}
.osc-2columns .checkout-section .section-body {
  display: none;
  padding: 20px 0;
}
.osc-2columns .checkout-section.active .section-body {
  display: block;
}
.osc-2columns .checkout-section .checkout-review-load {
  padding: 0;
}
.osc-2columns .onestepcheckout-review-info input.input-text {
  background-color: transparent;
  height: 35px;
}
.osc-2columns .gift-messages-form .fields label {
  display: none;
}
.one-step-checkout .buttons-validate {
  display: none;
}
.one-step-checkout.osc-2columns .buttons-validate {
  display: block;
}
.one-step-checkout .buttons-set .button i {
  font-size: 20px;
  margin: 0 4px;
  vertical-align: middle;
}
.one-step-checkout .buttons-set .button span {
  vertical-align: middle;
}
.one-step-checkout.osc-2columns .goodcheckout-place {
  font-size: 13px;
  margin-top: 0;
  text-transform: uppercase;
}
.osc-2columns .address-information .one-field label,
.osc-2columns .address-information .two-fields label{
  display: none;
}
.osc-2columns .two-fields:not(:last-of-type) {
  margin-bottom: 27px;
}

@media (min-width: 480px) {
  .one-step-checkout.osc-2columns .two-fields{
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
  .one-step-checkout.osc-2columns .two-fields.last{
    float: right;
  }
  .osc-2columns .address-information .validation-advice {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    margin: 0;
  }

  .osc-2columns .address-information .one-field,
  .osc-2columns .address-information .two-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .osc-2columns .address-information .one-field input,
  .osc-2columns .address-information .one-field select,
  .osc-2columns .address-information .two-fields input,
  .osc-2columns .address-information .two-fields select {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .goodcheckout-index-index .onestepcheckout-review-info {
    margin: 0 -20px;
  }
  .osc-2columns #review_step_header {
    text-align: left;
  }
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }

  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}

@media (min-width: 768px) {
  .pt-md-table{
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    margin: 0 auto;
  }
  .pt-md-table > .item {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .pt-md-table > .v-middle{
    vertical-align: middle;
  }
  .pt-md-table > .v-bottom{
    vertical-align: bottom;
  }
  .customers-page .skip-link .label, .customers-page .header-user-content .label {
    text-transform: uppercase;
  }

  .product-view .product_additional_data .easytabs-wrapper{margin-top: 0;}
  .product-view .add-to-box {
    margin-bottom: 20px;
  }
  .add-to-cart-fixed {
    display: inline-block;
    vertical-align: bottom;
  }
  .product-view .download {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    vertical-align: bottom;
  }
  .download .button {
    line-height: 20px;
    padding: 10px;
  }

  .sales-contact .item-content {
    display: inline-block;
  }
  .servicio-tecnico .plans .item-content {
    display: inline-block;
  }
  .servicio-tecnico .plans .item:nth-child(even){padding-left: 30px;}

  /*Filters*/
  .filters-ontop #layer_ajax_filter .toolbar-top{float: right;text-align: right;width: 50%;}

  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #41414b;
    border-bottom-color: #41414b;
    z-index: 5;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  #block-featured > li.item{
    float: left;
    max-width: 33.333%;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 60px 15px;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }

  .price-box .price-from .price-label{
    width: 100%;
  }

  .custom-store .skip-account:not(.link-logged) .icon {
    display: none;
  }

  .skip-account {
    padding: 0;
  }

  /* Header */
  .page-header-container {
    position: relative;
  }

  .skip-cart {
    width: auto;
    padding: 8px 10px;
  }
  .skip-cart:hover {
    text-decoration: none;
  }

  .bml-ad.large {display: block;}
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }

  .products-grid > li {
    margin: 0;
  }

  .product-review .ratings-table tr {
    float: none;
  }

  .map-popup.map-popup-right {
    left: 10px;
  }
  .map-popup.map-popup-left {
    left: auto;
    right: 10px;
  }

  .product-img-box .product-name {
    display: none;
  }

  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }

  .product-collateral .toggle-tabs li {
    float: left;
    cursor: pointer;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
  }
  .product-collateral .toggle-tabs li > span:after {
    display: none;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #41414b;
    border-bottom-color: #41414b;
    z-index: 5;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd  {
    width: 100%;
    display: none;
    padding: 60px 15px;
    border-top: 0;
  }
  .collateral-tabs .easytabs-content{
    padding: 30px 0;
    width: 100%;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }

  /* Header */
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }

  .col2-left-layout .cols_table{
    display: table;
    display: flex;
    width: 100%;
  }
  .col2-left-layout .cols_table .col-main,
  .col2-left-layout .cols_table .col-left{
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .customer-name-middlename > .field{
    float: left;
    width: 50%;
  }
  .customers-form .col2-left-layout .main {
    max-width: none;
    padding: 0;
  }
  .customers-form .col2-left-layout .cols_table {
    min-height: 826px;
  }
  .customers-form .col2-left-layout .cols_table > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .customers-form .col-left {
    background-color: #41414b;
    background-image: url(../images/css/login-banner-canon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .casio.customers-form .col-left {
    background-image: url(../images/css/login-banner-casio.jpg);
  }
  .lexar.customers-form .col-left {
    background-image: url(../images/css/login-banner-lexar.jpg);
  }
  .customers-form .col2-left-layout .col-main {
    padding: 90px 15px;
  }
  .account-login,
  .account-create {
    max-width: 487px;
    margin: auto;
  }
  .account-login .form-list > li,
  .account-create .form-list > li:not(.fields),
  .customer-account-create .fields .row > div:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #707070;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }

  /*Blog*/
  .postTitle h2 {
    font-size: 30px;
  }
  .post-description {
    line-height: 29px;
  }
  body.blog-cat-view .page-wrapper .col-main {
    padding: 40px 60px;
  }

  /*Checkout*/
  #one-step-checkout-form .checkout-review-load .data-table tbody th{
    padding: 15px;
  }
  #one-step-checkout-form .checkout-review-load .data-table tbody td.qty-box,
  #one-step-checkout-form .checkout-review-load .data-table tbody td {
    padding: 25px 5px;
  }

  #one-step-checkout-form .owl-carousel + .carousel-spinner{
    display: none;
  }

  .cart .btn-proceed-checkout{width: 100%;}
  .cart .cart-totals table td{
    font-size: 13px;
  }

}
@media (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
@media (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}

@media (max-width: 580px) {
  /*Cursos*/
  .banner_cursos .bcurso{width: 100%;}

  .page-footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}
@media (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }

  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0;
    padding-right: 0;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0;
    padding-right: 0;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }

}

@media (max-width: 499px) {
  .skip-link .price{display: none;}
}
@media (max-width: 479px) {
  .skip-link .label, .header-user-content .label{display: none;}

  body:not(.custom-store) .skip-links .skip-nav .label {
    font-size: 0;
    text-indent: -9999px;
  }

  .block{padding-top: 20px;padding-bottom: 20px;}
  .block-related .block-content li.item{width: 100%;}
  
  .products-grid .item .actions .button{
    max-width: none;
    padding: 5px;
  }
  .btn-cart:before{font-size: 18px;margin-right: 5px;}
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }

  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0;
    margin-bottom: 10px;
  }  
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0;
  }
  .map-popup .map-popup-content {
    text-align: center;
  }
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }

  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }

  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    max-width: none;
    display: block;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  .catalog-product-view .product-nav a.level0 {
    padding: 2px 15px;
  }

  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }

  .pager .amount--has-pages {display: none; }
  .pages {float: left; }
  .limiter label {display: none; }

  .sp-methods .checkmo-list {padding-left: 0; }
  .sp-methods .checkmo-list label {width: 135px; }

  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }

  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }

  .servicio-tecnico .plans .row > [class*=col-]{
    width: 100%;
  }

  /*Checkout*/
  .success-checkout{padding: 30px 0;}
  .success-checkout .page-title h1{font-size: 30px;}
  .success-checkout .order-nro{margin: 20px auto;}
  .success-checkout p{
    max-width: 90%;
  }
  .success-checkout .order-nro:before{left: 0;max-width: none;margin: 0;}
  
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before,
  #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    padding: 0;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
  #one-step-checkout-form .button-set button.button{margin: 2px;width: 100%;}

  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* Account - Orders, Invoices, Credit Memos. */
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }

  .buttons-set .button {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link,.buttons-set .required {
    display: none;
  }

  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
  
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
  .header-minicart a.skip-cart {
    z-index: 1;
  }
  #header-account .youama-window-box .input-fly i{top: 18px;}
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }

  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #707070;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    display: block;
    width: 100%;
  }
  .col2-set .addresses-columns .box-content > div{width: 100%;}

  .advanced-search {
    padding: 15px;
  }

  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #707070;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }

  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }

  .slider-wrapper{width: 100%;}

}

@media (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }

  #one-step-checkout-form .checkout-review-load .data-table tbody th{font-size: 10px;}
  #one-step-checkout-form .checkout-review-load .data-table tbody th[data-head]:before{font-size: 10px;}
}
@media (max-width: 380px) {
  button.button.btn-review, button.button.btn-wb, a.button.btn-wb{width: 100%;}
  .input-rd{width: 50%;}
}
@media (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}

body.blog-post-view .col1-layout .main {
    max-width: none;
    padding: 0;
}
.postWrapper {
    padding-bottom: 25px;
    clear: both;
}
.postDetails .cats {
    margin: 0 -5px 6px;
    min-height: 20px;
}
.postDetails .cats a {
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px;
    text-transform: uppercase;
}

.postTitle {
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postDetails {
    background-color: #fafafa;
    padding: 10px 24px 30px 24px;
}
.blog-view .postDetails {
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
}
.blog-view .post-img img {
    margin: auto;
}
.blog-list .post-img {
    padding-bottom: 40%;
}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}
.posted-by {
    font-weight: 500;
}

.postDetails .buttons-set {
    text-align: left;
}
.postDetails .buttons-set img {
    margin-left: 5px;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags ul {
    display: inline;
}

.tags ul li {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 0;
}
body[class*=blog] .top_content h5 {
    display: inline-block;
}
body[class*=blog] .top_content ul {
    display: inline-block;
}
.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}
.block-blog .menu-tags ul li {
    display: inline-block;
    padding: 2px;
}

.block-blog .menu-categories ul li {
    margin-left: 10px;
}

.block-blog .menu-recent ul li {
    margin-left: 10px;
}

.block-blog .menu-recent ul li a, .block-blog .menu-categories ul li a, .block-blog .menu-tags ul li a {
    font-size: 11px;
}

.tagcloud {
    margin: 0 -10px;
}

.tagcloud li {
    display: inline-block;
}
.tagcloud li a {
    display: block;
    padding: 0 10px;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
}

A.awblog_current_comment {
    text-decoration: none;
    font-weight: bold;
}
@media (min-width: 992px) {
    .blog-view .post-img {
        margin-bottom: 45px;
    }
    body[class*=blog] .top_content .menu-tags {
        line-height: 42px;
    }

}
.ampreorder_note {
    font-weight: bold;
    color: #00aa00;
}
div.price-slider {height: 20px;background-color: #fff;margin: 5px 22px;position: relative;}
div.price-slider .filter-handle {cursor: e-resize;display: block;margin: -10px 0 0;z-index: 9;}
div.price-slider .price-slider-to {cursor: w-resize;margin-top: -19px;}
ul li.section .exapnded{list-style: none;margin: 0;padding: 0;}
ul li a.title {border-bottom: 1px solid rgba(0,0,0,.2);color: #3f3f3f;display: block;font-weight: normal;text-decoration: none;}
ul li div.toggle {padding:12px 0px; font-size: 14px;}
ul li.section.expanded a.title, ul li.section a.title:hover {background: #FFF;border-color: #f92525;}
.loading {width: 100%;height: 100%;z-index: 1000;position: fixed;top: 0;left: 0;opacity: .6;background: #000;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";}
.loadingWrapper .content {background: #fff;left: 50%;top: 50%;padding: 10px 50px;position: fixed;text-align: center;vertical-align: middle;z-index: 1000;}
.loadingWrapper .content img{width:32px;margin:0px auto;}
.loadingWrapper .content span{display:block;width:100%;}

#narrow-by-list .section .symbol{width: 13px;height: 13px;display: inline-block;margin: 0 0 0 5px;float: right;}
#narrow-by-list .toggle .product_block_count_zero{color:#b5b5b5;}
#narrow-by-list .toggle a:hover .ratings, #narrow-by-list .toggle a:hover{color:#000;}
#narrow-by-list .toggle #mydiv{padding:0px;}
#narrow-by-list .toggle #mydiv input[type="checkbox"]{margin:0 5px 0 0}
#narrow-by-list .toggle .ratings .rating-box{float:left;margin-right:5px;}
#narrow-by-list .toggle .catagory_list .cat-list li{padding:1px 0;}
#narrow-by-list .accor{width:13px;height:13px;float:left;background-position: 0% 100%;margin: 4px 5px 0 0;display: inline-block; margin-bottom: 20px;}
#narrow-by-list .accor + a.ajaxfilter {
    font-weight: bold;
}
#narrow-by-list .accor.minus{width: 13px;height: 13px;float:left;background-position: 0% 100%;margin: 4px 5px 0 0;display: inline-block;}
#narrow-by-list .sub-cat-list{margin:0 0 0 10px;}
#narrow-by-list .sub-cat-list .product_categories_list .no-accor, .cat-list .no-accor {float: left;height: 13px;margin: 5px 0 0;}
/**
 * Inchoo is not affiliated with or in any way responsible for this code.
 *
 * Commercial support is available directly from the [extension author](http://www.techytalk.info/contact/).
 *
 * @category Marko-M
 * @package SocialConnect
 * @author Marko MartinoviÄ‡ <marko@techytalk.info>
 * @copyright Copyright (c) Marko MartinoviÄ‡ (http://www.techytalk.info)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */

div.inchoo-socialconnect-facebook{
    float: right;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

div.inchoo-socialconnect-facebook-inner{
    float: left;
    padding: 0;
    width: 100%;
}

div.inchoo-socialconnect-facebook-inner a{
    background: #4967a9;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 24px;
    margin: 0;
    text-decoration: none;
    line-height: 27px;
    text-align: center;
}

.inchoo-socialconnect-account div.inchoo-socialconnect-facebook-inner a{
    display: inline-block;
    padding-right: 20px;
}

div.inchoo-socialconnect-facebook-inner a i {
    font-size: 24px;
    margin-right: 13px;
    vertical-align: middle;
}
/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Downloads extension
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */

.downloads-links-block {
  margin-top: 4px;
  margin-bottom: 7px;
    border: solid 1px #DFDFDF; 
    padding: 7px;
}
.downloads-links-block .head {
    padding-bottom: 4px;
}

.downloads-item .item-icon, .downloads-item .item-link, .downloads-item .item-info {
    display: inline-block;
    vertical-align: middle;
}

.downloads-links-block .downloads-item .item-icon {
    width: 20px;
    height: 20px;
    padding-top: 3px;
}

.downloads-links-block .downloads-item .item-description {
    padding-left: 25px;
}

.downloads-links-block .category-title {
    font-weight: bold;
}

.downloads-links-block .category-files {
    padding: 0 0 10px 10px;
}

.downloads-links-block .access-notice {
    padding-top: 5px;
}

.downloads-links-block span {
  padding-left: 5px; 
    font-size: 13px;
  color: #f93535;
  font-style: italic;
}

#downloads_video_overlay {
    cursor: pointer;
    opacity: 0.8;
    display: none;
    position: fixed;
    bottom:0;
    right: 0;
    background: #4e719b;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#downloads_video_popup {
    z-index: 1001;
    width: 600px;
    height: auto;
    position: fixed;
}

#downloads_video_popup .popup-cont {
    background: #ffffff;
    border-radius: 8px;
    padding: 13px 0;
}

#downloads_video_popup .spinner {
    display: none;
    background: url(../images/css/spinner.gif) no-repeat center center;
    height: 70px;
}

#downloads_video_popup .spin {
    display: block;
}

#downloads_video_popup .close-button {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 585px;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

.easytabs-wrapper { margin: 10px 0; }
.std ul.easytabs, .easytabs {
    display: table;
    margin: 0;
    padding: 0;
    border-spacing: 5px 0;
    margin-left: -5px;
    position: relative;
    z-index: 6;
    /*width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; */
}
.easytabs li { display: table-cell; text-align: center; vertical-align: middle; }
.easytabs li,
.easytabs-a-accordion {
    line-height: normal;
    background: #eaeaea;
    border: 1px solid #ccc;
    box-shadow: inset 0 -12px 8px -14px rgba(0, 0, 0, 0.2);
}
.easytabs li:hover { box-shadow: none; }
.easytabs li .easytabs-anchor-icon:hover,
.easytabs-a-accordion:hover { text-decoration: none; }
.easytabs li.active {
    background: #fbfbfb;
    border-width: 1px 1px 0;
    box-shadow: none;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
}
.easytabs-a {
    display: block;
    padding: 9px 0;
    cursor: pointer;
}
.easytabs-a,
.easytabs-a .easytabs-anchor-icon {
    color: #777;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: 600 12px/16px Arial, Helvetica, Tahoma, sans-serif;
}
.easytabs-a .easytabs-anchor-icon:hover {
    color: #777;
    text-decoration: none;
}
.easytabs-content {
    padding: 7px 8px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 5;
    margin-top: -1px;
    background: #fbfbfb;
}
.easytabs-a-accordion { margin-top: -1px; background: #f1f1f1; display: none; padding: 12px; }
.easytabs-a-accordion.active { box-shadow: none; color: #48494a; }

.easytabs-a .easytabs-anchor-icon {
    font-size: 12px;
    height: 16px;
    width: 10px;
    margin-left: -10px;
    float: left;
    opacity: 0.7;
    visibility: hidden;
    text-decoration: none;
}
.easytabs-a:hover .easytabs-anchor-icon { visibility: visible; }
.easytabs-a .easytabs-anchor-icon:hover { opacity: 1; }

.easytabs-content .box-collateral { margin: 0; }
.easytabs-content .box-up-sell .products-grid td { padding-left: 7px; padding-right: 7px; }
.easytabs-content .block-related .block-title { display: none; }
#product_tabs_tags_tabbed_contents label { display: block; }
#product_tabs_tags_tabbed_contents .input-box input { width: 300px; }
#product_tabs_tags_tabbed_contents .input-box { width: 300px; float:left; margin: 0 10px 3px 0;}
#product_tabs_related_tabbed_contents ol { clear: both; }
#product_tabs_related_tabbed_contents li { float:left; margin: 0 1% 15px 0; width: 31%; }
#product_tabs_related_tabbed_contents li:nth-child(1n) { width: 32%; }
#product_tabs_related_tabbed_contents li:nth-child(3n) { margin-right: 0; }
#product_tabs_related_tabbed_contents li:nth-child(3n+1) { clear: left; }
#product_tabs_related_tabbed_contents .product-images { float: left; }
#product_tabs_related_tabbed_contents .product-images a { margin: 0 0 0 5px; }
#product_tabs_related_tabbed_contents .product-details { margin-left: 75px; }
#product_tabs_related_tabbed_contents .price-box { margin: 0; }

.easytabs,
.easytabs-content,
.product-collateral,
.easytabs-content .form-add { zoom: 1; }
.easytabs:after,
.easytabs-content:after,
.product-collateral:after,
.easytabs-content .form-add:after { content: '.'; visibility: hidden; clear: both; display: block; height: 0; font-size: 0; }

@media (max-width: 480px) {
    /*
     * .easytabs-a-tab should be hidden.
     * See the easytabs.js~12: el.getStyle('display') !== 'none'
     */
    .easytabs, .easytabs-a-tab { display: none; }
    .easytabs-a-accordion { display: block; }

    #product_tabs_tags_tabbed_contents .input-box input { width: 200px; }
    #product_tabs_tags_tabbed_contents .input-box { width: 200px; }

    #product_tabs_related_tabbed_contents li { float:none; margin: 0 0 10px; width: auto; }
    #product_tabs_related_tabbed_contents li:nth-child(1n) { width: auto; }

    #product_tabs_review_tabbed_contents .ratings .rating-box {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: 19.6px;
        text-align: center;
        text-indent: 0;
        width: 100%;
    }

    #product_tabs_review_tabbed_contents .ratings .rating-box .rating {
        display: none;
    }
    #product_tabs_review_tabbed_contents .ratings .rating-box .rating-number {
        display: inline-block;
    }
}

.amconf-image{
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.amconf-noimage-div {
    background-color: ghostwhite;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
}

.amconf-color-container{
    box-shadow: 0 0 1px #fff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
    -webkit-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.product-image img#amasty_zoom:nth-child(2){
    display: none;
} 

#amasty_gallery img{
    display: inline;
}

.amasty-main-spinner{
    top: 0;
    position: absolute;
}

.zoomLens {
    background-color: white;
}

#amasty_zoom{
    position: relative;
}

.zoomContainer {
    z-index: 10;
}

.zoomWindow {
    z-index: 70000;
}

.zoomWrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.product-image {
    overflow: visible;
    text-align: center;
    position: relative;
}

hr.amconf-hr{
     -moz-transform: rotate(135deg);  
       -o-transform: rotate(135deg);  
  -webkit-transform: rotate(135deg);  
      -ms-transform: rotate(135deg);  
          transform: rotate(135deg);  
             filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',  
                      M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104); 
         -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104,sizingMethod='auto expand')"; 
                      
    zoom: 1;
    color: white;
    border-color: white;
    background-color: white; 
    position: absolute;
    top: 9px;  
    width: 100%;
    z-index: 4;
    margin: 0;
}

.swatch-title{
  font-weight: 600;
  position: absolute;
  padding-left: 3px;
}

.amconf-image-selected {
    margin: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.amconf-image-outofstock{
    opacity:0.6;
    filter:alpha(opacity=60); 
}

.amconf-images-container{
    width: 100%;
    clear: both;
}

.amconf-image-container{
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 3px;
 vertical-align: top;
}

.amconf-image-container img, .amconf-image-container div:first-child{
    margin: 0 auto;
}
.amconf-image-title{
    margin-bottom:5px;
}

#amconf_price_clone_container {
    float: left;
}
#amconf_price_clone_container ul{
    clear: both;
}

.MagicScrollArrows {
    cursor: pointer;
    position: absolute;
    display: block;
}

.MagicScrollArrowPrev { 
    width: 35px;
    height: 35px;
    background: url(../images/css/miscellaneous_sprite_sm.png) 0 -35px no-repeat transparent;
    left:0;
}

.MagicScrollArrowNext {
    width: 35px;
    height: 35px; 
    background: url(../images/css/miscellaneous_sprite_sm.png) -35px -35px no-repeat transparent;
    right:0;
}

#nextGallery.disabled, #prevGallery.disabled {
    opacity: 0.4;
    filter: alpha(opacity = 40);
    cursor: default;
}

#amasty_gallery a{
     text-decoration: none;
}

#ampagination {
    text-align: center;
}
#ampagination a {
    background: url(../images/css/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
#ampagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}
#ampagination a span {
    display: none;
}

.no-display{
    display: none;
}
.zoom-caption {
    background: none repeat scroll 0 0;
    text-align: center;
    position: absolute;
    width: 100%;
}
.zoom-caption-text {
    font-size: 14px;
    font-weight: bold;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.amtooltip-label{
    text-align: center;
    font-weight: bold;
}

.amtooltip-img{
    margin-bottom: 3px;
}

.tooltipster-default {
  border-radius: 5px; 
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... ; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0; 
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent ;
  border-right: 8px solid transparent ;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent ;
  border-right: 9px solid transparent ;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent ;
  border-right: 8px solid transparent ;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent ;
  border-right: 9px solid transparent ;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent ;
  border-bottom: 8px solid transparent ; 
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent ;
  border-bottom: 9px solid transparent ; 
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent ;
  border-bottom: 8px solid transparent ; 
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent ;
  border-bottom: 9px solid transparent ; 
  border-right: 9px solid;
  margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -o-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
  -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
  -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
  -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px ;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px ;
  opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-light {
    border-radius: 5px; 
    border: 1px solid #cccccc;
    background: #ededed;
    color: #666666;
}
.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}
.tooltipster-noir {
    border-radius: 0px; 
    border: 3px solid #2c2c2c;
    background: #fff;
    color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
    font-family: 'Georgia', serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-punk {
    border-radius: 5px; 
    border-bottom: 3px solid #f71169;
    background: #2a2a2a;
    color: #fff;
}
.tooltipster-punk .tooltipster-content {
    font-family: 'Courier', monospace;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.page-footer .block-title em{
  font-size: 20px;
}

.page-footer .container-inner{
  padding: 0;
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.page-footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 1620px !important;
}

.panel.wrapper, .header.content, .cms-home .wrapper, .navigation{
  background-color: #000 !important;
}

.page-main .page-title-wrapper{
  padding-bottom: 20px;
  padding-top: 20px;
}

.page-title-wrapper .page-title{
  margin-bottom: 20px;
}

.page-title-wrapper .page-title span{
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}

.page-wrapper{
  display: block !important;
}

.item.item-logo a{
  margin: 0 !important;
}

.category-quienes-somos .max-container .item svg{
  fill: #4856ed;
}

.navigation{
  display: flex !important;
  justify-content: flex-end !important;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top{
  border-color: #4856ed !important;
  border-width: 0 0 4px !important;
  padding: 0 19px !important;
}

.navigation .level0 > .level-top{
  line-height: 30px !important;
  padding: 0 19px !important;
}

.level0 span{
  font-size: 13px;
  text-transform: uppercase !important;
  color:  #fff;
}

.level0 span:hover, li.level0:hover > a > span{
  color: #4856ed !important;
}

.navigation .level0 a:hover{
  border-style: solid;
  text-decoration: none;
  display: inline-block;
  border-color: #4856ed;
  border-width: 0 0 4px;
}

.sections.nav-sections{
  margin-bottom: 0;
}

.navigation, .breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main{
  max-width: 100% !important;
  padding: 0 15px;
  margin: auto;
}

.page-main > .page-title-wrapper .page-title{
  font-size:  32px;
}

.contact-index-index .page-title-wrapper{
  display: none;
}

.contact-index-index #maincontent{
  padding: 0 !important;
}

@media screen and (min-width: 992px){
  .page-main input.input-text, .page-main select {
    height: 46px !important;
  }
}

.contact-index-index .page-bottom, .cms-index-index .page-bottom, .contact-index-index .column.main{
  padding: 0 !important;
  margin: 0 !important;
}

.contact-index-index .column.main{
  max-width: 100% !important;
}

.cms-noroute-index .column.main{
  width: 100% !important;
  margin-top: 90px;
  margin-bottom: 45px;
}

.columns .column.main, section.manufacturer-list{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1620px;
}

.claimbook-index-index .column.main, .technicalservice-index-index .column.main{
  padding-top: 20px;
}

.plans .item-content svg{
  fill: #4856ed;
}

.navigation ul li.level0{
  margin: 0;
  padding: 0;
}

.cms-home .page-main{
  padding: 0 !important;
}

.cms-home .page-main .page-title-wrapper, .technicalservice-index-index .page-main .page-title-wrapper,
.videotutorial-index-view .page-main .page-title-wrapper, .claimbook-index-index .page-main .page-title-wrapper{
  display: none;
}

.content.plans{
  margin-top: 15px;
}

.cms-home .columns .column.main{
  max-width: 100%;
  padding: 0;
}

.minicart-stores p span{
  font-weight: bold;
}

.videotutorial-index-view .modal-footer, .videotutorial-index-view .modal-header{
  display: none;
}

.cms-index-index .modal-footer{
  display: none;
}

.videotutorial-index-view .modal-content{
  padding: 0;
}

.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap{
  background-color: transparent;
  box-shadow: none;
}

.modal-popup .modal-inner-wrap{
  margin: 25rem auto;
  width: 60%;
}

.cms-index-index .modal-popup .modal-inner-wrap{
  max-width: 600px; 
}

.modal-popup._inner-scroll .modal-content{
  transform: translate(0,0);
}

.cms-index-index .modal-header{
  max-width: 600px;
  padding: 0;
  border: none;
}

.cms-index-index .modal-title{
  background: #3693ff;
  padding: 15px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
}

.cms-index-index .modal-content{
  padding: 15px 5rem 25px 5rem;
}

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before{
  color: #000;
  font-size: 10px;
  font-weight: bold;
}

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

.category-cursos .page-title-wrapper{
  text-align: center;
}

#newsletter-error{
  display: none !important;
}

#newsletter-frm .mage-error{
  border-bottom: solid 1px #e20613 !important;
  margin-top: 0 !important;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{
  box-shadow: none;
}

p.required, .validation-advice, .mage-error{
  margin-top: 0;
}

.message.success{
  background: #f2f4f6;
  font-weight: 600;
  font-size: 13px;
  color: #41414b;
}

.message.success > *:first-child:before{
  color: #41414b; 
}


.customer-account-login .page-header{
  background-color:  #fff;
  border-bottom: 1px solid #707070;
}


.customers-page .page-main, .customers-page .page-main .column.main{
  padding: 0;
}

.customers-page .input-text {
  border: 0 !important;
  border-bottom: 1px solid #707070 !important;
  color: #41414b;
}

.pt-0{
  padding-top: 0;
}

.mt-10{
  margin-top: 10px !important;
}

.customers-page .columns .column.main, section.manufacturer-list{
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}

.page-forgotpassword .fieldset p{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.customers-form .fieldset{
  margin: 0;
}

.social-login-authentication-channel.account-social-login{
  margin: 0 auto ;
}

.social-btn .btn-social{
  border-radius: 0 !important;
  background: #4967a9 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 12px 12px 12px 40px !important;
}

.btn-social > :first-child{
  border-right: 0 !important;
  padding: 5px 10px 5px 20px;
  font-size: 24px;
}

.account-create .social-login-authentication-channel.account-social-login{
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.account-login .social-login-authentication-channel.account-social-login{
  padding-top: 80px !important;
  padding-bottom: 20px !important;
  margin-bottom: 0px !important;
}

.modals-overlay{
  z-index: 8100 !important;
}

.modal-popup.modal-slide._inner-scroll._show{
  z-index: 8200 !important; 
}

.cms-politicas .column.main p{
  text-align: justify;
}