/* utilidades */
/* variaveis */
/* css loja */
body {
  width: 100%;
  font-family: "open sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url("../../../../../image/catalog/background/subtle-grunge-2x.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
  background-color: #f2f2f2; }

* {
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "open sans", sans-serif;
  line-height: 1;
  color: rgba(0, 0, 0, 0.75); }

/* Override the bootstrap defaults */
h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 11px; }

a {
  color: #0074a7; }

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

.texto_colorido {
  color: #0074a7; }

/* forms */
legend {
  padding: 7px 0px;
  font-size: 19.5px;
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.15); }

label {
  font-size: 13px;
  font-weight: normal; }

.form-control {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.15); }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 13px; }

input[type="checkbox"],
input[type="radio"] {
  margin: 2px 0 0;
  vertical-align: middle; }

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 13px; }
.input-group .input-group-addon {
  font-size: 13px;
  height: 30px; }

/* img */
.thumbnail,
a.thumbnail,
.img-thumbnail {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .thumbnail.active, .thumbnail:focus, .thumbnail:hover,
  a.thumbnail.active,
  a.thumbnail:focus,
  a.thumbnail:hover,
  .img-thumbnail.active,
  .img-thumbnail:focus,
  .img-thumbnail:hover {
    border: 1px solid #0098da; }

/* tabs */
.nav-tabs {
  border-color: rgba(0, 0, 0, 0.1); }

.nav-tabs > li > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  border-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: transparent; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #fff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent; }

/* panels */
.panel {
  background-color: #fff; }

.panel-default {
  border-color: rgba(0, 0, 0, 0.15); }

.panel-default > .panel-heading {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.15); }

.panel-heading .panel-title {
  color: rgba(0, 0, 0, 0.5); }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.15); }

/* tables */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table-bordered {
  border-color: rgba(0, 0, 0, 0.05); }

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)); }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)); }

.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

/* list group */
a.list-group-item {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.list-group a {
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.list-group a.active,
.list-group a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.list-group a.active:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

/* modal */
.modal-backdrop {
  background-color: #000; }

.modal-content {
  background-color: #fff; }

.modal-header {
  border-color: rgba(0, 0, 0, 0.1); }

.close {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  opacity: 1; }
  .close:hover {
    color: rgba(0, 0, 0, 0.7);
    opacity: 1; }

/* border-radius */
.breadcrumb,
.form-control,
.dropdown-menu,
.panel-group .panel,
.pagination,
.img-thumbnail,
.thumbnail {
  border-radius: 4px; }

.nav-tabs > li > a,
.panel-heading,
.list-group-item:first-child {
  border-radius: 4px 4px 0 0; }

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

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 4px 0 0 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0 4px 4px 0; }

/* Extend bootstrap */
/* New class to produce 5 equally sized and spaced columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media only screen and (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media only screen and (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }
@media only screen and (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline; }

/* HEADER */
/* HEADER NAV */
#header-nav {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15));
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

#header-nav-content {
  padding: 5px 0; }

#currency .dropdown-toggle,
#language .dropdown-toggle {
  padding: 7px 10px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  border: none;
  color: rgba(0, 0, 0, 0.5); }
  #currency .dropdown-toggle strong,
  #language .dropdown-toggle strong {
    font-size: 14px;
    line-height: 13px;
    color: #0098DA; }
    @media only screen and (max-width: 767px) {
      #currency .dropdown-toggle strong,
      #language .dropdown-toggle strong {
        font-size: 16px; } }
  #currency .dropdown-toggle:hover, #currency .dropdown-toggle:focus,
  #language .dropdown-toggle:hover,
  #language .dropdown-toggle:focus {
    color: rgba(0, 0, 0, 0.8); }
    #currency .dropdown-toggle:hover strong, #currency .dropdown-toggle:focus strong,
    #language .dropdown-toggle:hover strong,
    #language .dropdown-toggle:focus strong {
      color: #0098DA; }
#currency .open .dropdown-toggle,
#language .open .dropdown-toggle {
  color: rgba(0, 0, 0, 0.8); }
  #currency .open .dropdown-toggle strong,
  #language .open .dropdown-toggle strong {
    color: #0098DA; }

#header-nav-links .list-inline {
  margin: 0; }
  #header-nav-links .list-inline .nav-link {
    padding: 0;
    vertical-align: middle; }
    #header-nav-links .list-inline .nav-link > a {
      display: block;
      padding: 6px 10px;
      background: none;
      border: none;
      text-decoration: none;
      text-shadow: none;
      color: rgba(0, 0, 0, 0.5); }
      #header-nav-links .list-inline .nav-link > a .fa {
        font-size: 14px;
        vertical-align: middle;
        color: #0098DA; }
        @media only screen and (max-width: 767px) {
          #header-nav-links .list-inline .nav-link > a .fa {
            font-size: 16px; } }
      #header-nav-links .list-inline .nav-link > a:hover, #header-nav-links .list-inline .nav-link > a:focus {
        color: rgba(0, 0, 0, 0.8); }
        #header-nav-links .list-inline .nav-link > a:hover .fa, #header-nav-links .list-inline .nav-link > a:focus .fa {
          font-size: 14px;
          color: #0098DA; }
          @media only screen and (max-width: 767px) {
            #header-nav-links .list-inline .nav-link > a:hover .fa, #header-nav-links .list-inline .nav-link > a:focus .fa {
              font-size: 16px; } }
      #header-nav-links .list-inline .nav-link > a span {
        vertical-align: middle; }
  #header-nav-links .list-inline .nav-link-contact {
    font-weight: bold; }

#header-nav .dropdown-menu {
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
  #header-nav .dropdown-menu .btn {
    padding: 10px 15px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    line-height: 1;
    border: none;
    border-radius: 0; }
    #header-nav .dropdown-menu .btn:hover {
      color: white;
      background: linear-gradient(to bottom, #00aaf4 0%, #0086c1 100%); }

/* HEADER MAIN */
#header-main {
  background-color: transparent;
  border-radius: 0; }

#header-main-content {
  padding: 20px 0; }

/* logo */
@media only screen and (max-width: 767px) {
  #logo {
    text-align: center; } }
#logo img {
  display: inline-block; }
#logo h1 a {
  line-height: 1; }

/* search */
@media only screen and (max-width: 767px) {
  #search {
    margin: 20px 0; } }
#search .input-lg {
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.35);
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 0 0 4px;
  box-shadow: none; }
  #search .input-lg:placeholder {
    color: rgba(0, 0, 0, 0.35); }
  #search .input-lg::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.35); }
  #search .input-lg:-moz-placeholder {
    color: rgba(0, 0, 0, 0.35); }
  #search .input-lg::-moz-placeholder {
    color: rgba(0, 0, 0, 0.35); }
  #search .input-lg:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.35); }
  #search .input-lg::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.35); }
  #search .input-lg:focus {
    color: rgba(0, 0, 0, 0.75);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4); }
#search .btn-lg {
  width: 50px;
  height: 40px;
  margin: 0 0 0 -1px;
  font-size: 18px;
  line-height: 16px;
  color: #0098DA;
  text-shadow: 0 1px 0 #fff;
  background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 49%, transparent 51%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 4px 4px 0;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px transparent; }
  @media only screen and (max-width: 767px) {
    #search .btn-lg {
      width: 80px; } }
  #search .btn-lg:hover {
    color: #0098DA;
    background-color: #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2); }

/* cart */
#cart > .btn {
  height: 40px;
  padding: 0 10px 0 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  background-color: #1a1a1a;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 49%, transparent 51%, rgba(0, 0, 0, 0.2) 100%);
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 767px) {
    #cart > .btn {
      text-align: center; } }
  #cart > .btn .fa {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 13px;
    color: #0098DA; }
  #cart > .btn:hover {
    color: #fff;
    background-color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.5); }
    #cart > .btn:hover .fa {
      color: #0098DA; }
#cart.open > .btn {
  color: #fff;
  background-color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.5); }
  #cart.open > .btn .fa {
    color: #0098DA; }
#cart .dropdown-menu {
  z-index: 1001;
  min-width: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 478px) {
    #cart .dropdown-menu {
      width: 100%;
      overflow-x: scroll; } }
  #cart .dropdown-menu .table {
    margin-bottom: 10px; }
  #cart .dropdown-menu li p {
    margin: 20px 0; }
  #cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px 5px;
    overflow: hidden; }
    @media only screen and (max-width: 478px) {
      #cart .dropdown-menu li > div {
        min-width: 100%; } }
  #cart .dropdown-menu .btn-danger {
    padding: 4px 8px; }
    @media only screen and (max-width: 767px) {
      #cart .dropdown-menu .btn-danger {
        padding: 8px 12px; } }
#cart .img-thumbnail {
  min-width: 50px; }

#cart-total {
  vertical-align: middle; }

/* HEADER MENU */
#header-menu #header-menu-content {
  background-image: linear-gradient(to bottom, #00aaf4 0%, #0086c1 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
  background-color: #0098DA;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.3); }

#header-menu .navbar {
  min-height: 40px;
  margin: 0;
  border: none; }
#header-menu .navbar-header #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
#header-menu .navbar-header .btn-navbar {
  float: right;
  padding: 2px 18px;
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.05) linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  border: 1px solid rgba(0, 0, 0, 0.1); }
  #header-menu .navbar-header .btn-navbar:hover, #header-menu .navbar-header .btn-navbar:focus, #header-menu .navbar-header .btn-navbar:active, #header-menu .navbar-header .btn-navbar.disabled, #header-menu .navbar-header .btn-navbar[disabled] {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1) linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15));
    border: 1px solid rgba(0, 0, 0, 0.1); }
#header-menu .navbar-collapse {
  overflow: visible; }
  @media only screen and (min-width: 768px) {
    #header-menu .navbar-collapse {
      padding: 0 5px; } }
#header-menu .nav > li > a {
  min-height: 15px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: transparent;
  border: none; }
  @media only screen and (max-width: 767px) {
    #header-menu .nav > li > a {
      padding: 13px 15px; } }
  #header-menu .nav > li > a:hover {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
    border: none; }
#header-menu .nav > li.open > a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
  border: none; }
@media only screen and (min-width: 768px) {
  #header-menu .nav .dropdown:hover .dropdown-menu {
    display: block; } }
#header-menu .nav .dropdown.open .dropdown-toggle {
  font-weight: bold; }
#header-menu .dropdown-menu {
  padding-bottom: 0;
  border-radius: 0 0 4px 4px; }
  @media only screen and (min-width: 768px) {
    #header-menu .dropdown-menu {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.15);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } }
  @media only screen and (max-width: 767px) {
    #header-menu .dropdown-menu {
      padding: 0;
      background: rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 768px) {
    #header-menu .dropdown-menu .dropdown-inner {
      display: table; }
      #header-menu .dropdown-menu .dropdown-inner ul {
        display: table-cell; } }
  #header-menu .dropdown-menu a {
    display: block;
    position: relative;
    min-width: 160px;
    margin: 0;
    padding: 10px 10px 10px 12px;
    text-decoration: none;
    background: none;
    border: none;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      #header-menu .dropdown-menu a {
        padding-left: 20px;
        background: none;
        border: none;
        color: #fff;
        text-shadow: none; } }
    #header-menu .dropdown-menu a.see-all {
      min-width: none;
      margin-top: 0.5em;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 0 0 4px 4px;
      color: #0074a7;
      font-weight: bold;
      letter-spacing: -0.3px; }
      @media only screen and (max-width: 767px) {
        #header-menu .dropdown-menu a.see-all {
          margin: 0;
          font-weight: bold;
          border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
          color: #fff; } }
    #header-menu .dropdown-menu a:hover {
      text-decoration: none;
      background: linear-gradient(to bottom, #00aaf4 0%, #0086c1 100%);
      border: none;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 767px) {
        #header-menu .dropdown-menu a:hover {
          background: rgba(0, 0, 0, 0.1);
          border: none;
          color: #fff;
          text-shadow: none; } }
  #header-menu .dropdown-menu .lvl2,
  #header-menu .dropdown-menu .lvl3 {
    position: relative; }
  #header-menu .dropdown-menu .lvl2 a {
    font-weight: bold; }
    #header-menu .dropdown-menu .lvl2 a:before {
      content: '\f105';
      display: inline-block;
      margin: 0 5px 0 0;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      line-height: 0;
      text-rendering: auto;
      opacity: 0.5; }
  #header-menu .dropdown-menu .lvl2.has-child:after {
    content: '';
    position: absolute;
    top: calc(50% + 5px);
    bottom: 1px;
    left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.8);
    opacity: 0.3;
    pointer-events: none;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      #header-menu .dropdown-menu .lvl2.has-child:after {
        left: 23px;
        border-left: 1px dotted #fff; } }
  #header-menu .dropdown-menu .lvl2.has-child:hover:after {
    border-left: 1px dotted #fff; }
  #header-menu .dropdown-menu .lvl2.has-child a:before {
    content: '\f0d7'; }
  #header-menu .dropdown-menu .lvl3 a {
    padding-left: 25px; }
    @media only screen and (max-width: 767px) {
      #header-menu .dropdown-menu .lvl3 a {
        padding-left: 33px; } }
  #header-menu .dropdown-menu .lvl3:before, #header-menu .dropdown-menu .lvl3:after {
    content: '';
    position: absolute;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.8);
    border-style: dotted;
    opacity: 0.3;
    pointer-events: none;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      #header-menu .dropdown-menu .lvl3:before, #header-menu .dropdown-menu .lvl3:after {
        border-color: #fff; } }
  #header-menu .dropdown-menu .lvl3:hover:before, #header-menu .dropdown-menu .lvl3:hover:after {
    border-color: #fff; }
    @media only screen and (max-width: 767px) {
      #header-menu .dropdown-menu .lvl3:hover:before, #header-menu .dropdown-menu .lvl3:hover:after {
        border-color: #fff; } }
  #header-menu .dropdown-menu .lvl3:before {
    width: 5px;
    top: 50%;
    left: 17px;
    border-top-width: 1px; }
    @media only screen and (max-width: 767px) {
      #header-menu .dropdown-menu .lvl3:before {
        left: 25px; } }
  #header-menu .dropdown-menu .lvl3:after {
    top: 0;
    bottom: 0;
    left: 15px;
    border-left-width: 1px; }
    @media only screen and (max-width: 767px) {
      #header-menu .dropdown-menu .lvl3:after {
        left: 23px; } }
  #header-menu .dropdown-menu .lvl3.last-child:after {
    bottom: calc(50% - 1px); }

/* CONTENT */
#main-content .container:last-child,
#main-content .container:last-of-type {
  padding-bottom: 30px; }

#column-left,
#column-right,
#content {
  margin: 30px 0 0 0; }

#column-left > .row,
#column-right > .row,
#content > .row {
  margin-top: -30px; }

#header-top,
#header-content-top,
#header-content-bottom,
#header-bottom,
#footer-top,
#footer-content-top,
#footer-content-bottom,
#footer-bottom {
  overflow: hidden; }

#main-content .oc-account,
#main-content .oc-affiliate,
#main-content .oc-banner,
#main-content .oc-bestseller,
#main-content .oc-carousel,
#main-content .oc-category,
#main-content .oc-content,
#main-content .oc-featured,
#main-content .oc-fblikebox,
#main-content .oc-filter,
#main-content .oc-information,
#main-content .oc-latest,
#main-content .oc-product,
#main-content .oc-random,
#main-content .oc-related,
#main-content .oc-slideshow,
#main-content .oc-special,
#main-content .oc-html {
  margin: 30px 0 0 0; }

.account-login .oc-content h2,
.affiliate-login .oc-content h2,
.product-category .oc-content h2,
.product-search .oc-content h2,
.oc-content h1,
.oc-banner h3,
.oc-bestseller h3,
.oc-carousel h3,
.oc-featured h3,
.oc-latest h3,
.oc-random h3,
.oc-related h3,
.oc-slideshow h3,
.oc-special h3 {
  margin-top: 0;
  clear: both; }

.oc-bestseller .row,
.oc-featured .row,
.oc-latest .row,
.oc-random .row,
.oc-related .row,
.oc-special .row {
  margin-top: -30px; }

.oc-bestseller h3,
.oc-featured h3,
.oc-latest h3,
.oc-random h3,
.oc-related h3,
.oc-special h3 {
  padding: 10px;
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.oc-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch; }

.oc-content-inner {
  /*align-self: stretch;*/
  width: 100%;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden; }

/*.list-group,
.panel,
.table {
	margin-bottom: 0;
}*/
.oc-account .list-group,
.oc-affiliate .list-group,
.oc-category .list-group,
.oc-information .list-group,
.oc-filter .panel {
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

/* menu de categorias */
.oc-category .list-group {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .oc-category .list-group a {
    position: relative;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0; }
    .oc-category .list-group a.active:hover {
      border: none;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .oc-category .list-group a.has-child {
      padding-right: 35px; }
  .oc-category .list-group > a:first-child {
    border: none !important; }
  .oc-category .list-group .lvl1 {
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent); }
    .oc-category .list-group .lvl1:hover {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05)); }
    .oc-category .list-group .lvl1 .category-child-handler {
      font-size: 12px; }
  .oc-category .list-group .lvl2:before,
  .oc-category .list-group .lvl3:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    line-height: 0;
    text-rendering: auto;
    margin-right: 5px; }
  .oc-category .list-group .lvl2 {
    margin-left: 14px; }
    .oc-category .list-group .lvl2:before {
      content: '\f105'; }
    .oc-category .list-group .lvl2 .category-child-handler {
      font-size: 14px; }
  .oc-category .list-group .lvl3 {
    margin-left: 27px;
    padding: 5px 10px;
    font-size: 12px; }
    .oc-category .list-group .lvl3:before {
      content: '\f101'; }
  .oc-category .list-group .active {
    font-weight: bold;
    color: #0074a7; }
  .oc-category .list-group .category-children {
    display: none;
    position: relative; }
    .oc-category .list-group .category-children:after {
      content: '';
      position: absolute;
      top: -5px;
      bottom: 0;
      left: 13px;
      border-left: 1px dotted rgba(0, 0, 0, 0.1);
      z-index: 2;
      pointer-events: none; }
    .oc-category .list-group .category-children .category-children:after {
      left: 26px; }
  .oc-category .list-group .open + .category-children {
    display: block; }
  .oc-category .list-group .category-child-handler {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: 35px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 15px;
    text-align: center; }
    .oc-category .list-group .category-child-handler:hover {
      color: #000;
      background: rgba(0, 0, 0, 0.05); }
    .oc-category .list-group .category-child-handler:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      line-height: 0;
      text-rendering: auto; }
  .oc-category .list-group .lvl1 .category-child-handler:before {
    content: '\f078'; }
  .oc-category .list-group .lvl1.open .category-child-handler {
    color: rgba(0, 0, 0, 0.8); }
    .oc-category .list-group .lvl1.open .category-child-handler:before {
      content: '\f077'; }
  .oc-category .list-group .lvl2 .category-child-handler:before {
    content: '\f0d7';
    content: '\f107'; }
  .oc-category .list-group .lvl2.open .category-child-handler {
    color: rgba(0, 0, 0, 0.8); }
    .oc-category .list-group .lvl2.open .category-child-handler:before {
      content: '\f0d8';
      content: '\f106'; }

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

.vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* PRODUCT PAGE */
#product {
  margin: 0 0 10px 0; }

#product .alert {
  margin: 10px 0; }

.product-details-1 {
  order: 2; }

.product-details-2 {
  order: 1; }

@media only screen and (max-width: 767px) {
  .product-details-1 {
    order: 1; }

  .product-details-2 {
    order: 2; } }
.product-details-1 h1 {
  margin-top: 0;
  font-size: 33px;
  color: #0098da; }

.product-info,
.product-prices,
.product-options,
.product-recurring,
.product-cart,
.product-extra {
  border-top: 4px solid rgba(0, 0, 0, 0.15); }

.product-info {
  margin: 0;
  padding: 10px 0; }

.product-prices {
  margin: 0; }

.product-prices .price-box {
  padding: 10px 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.2); }

.product-prices .price-box:first-child {
  border: none; }

.product-prices .price-new,
.product-prices .price-old {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }

.product-prices .price-new {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #0098da; }

.product-prices .price-old {
  font-size: 14px;
  margin-right: 10px;
  text-decoration: line-through; }

.parcelamento {
  position: relative; }

.parcelas-resumo {
  display: inline-block;
  vertical-align: middle; }

.parcelas-resumo .parcelamento-parcelas,
.parcelas-resumo .parcelamento-valor {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #0098da; }

.parcelas-ver {
  display: inline-block;
  position: relative;
  margin: 2px 0 0 5px;
  font-size: 11px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  cursor: pointer;
  z-index: 1; }

.parcelas-ver:after {
  display: inline;
  margin-left: 4px;
  font-family: fontawesome;
  content: '\f078'; }

.parcelas-ver:hover {
  color: #0074a7; }

.parcelas-ver:hover ~ .parcelas-wrapper {
  opacity: 1;
  visibility: visible; }

.parcelas-ver:hover:after {
  color: #0074a7; }

.parcelas-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden; }

.parcelas-wrapper:hover {
  opacity: 1;
  visibility: visible; }

.parcelas-table {
  position: absolute;
  top: 95%;
  max-width: 100%;
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 100; }

.parcelas-table:before,
.parcelas-table:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1); }

.parcelas-table:after {
  top: -18px;
  border-color: transparent transparent #fff; }

.parcelas-table small {
  display: block;
  margin: 15px 0 0 0;
  font-size: 11px;
  line-height: 1; }

.parcelas-table span {
  line-height: 1; }

.parcelas-titulo {
  display: block;
  margin: 0 0 15px 0;
  font-weight: bold;
  line-height: 1; }

.parcelas-list {
  line-height: 150%; }

.parcelas-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.parcelas-list .parcelamento-parcelas,
.parcelas-list .parcelamento-valor {
  font-weight: bold; }

.product-prices .preco_original,
.product-prices .desconto_em_porcentagem,
.product-prices .desconto_em_valor,
.product-prices .preco_com_desconto {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #0098da; }

.desconto-obs {
  display: block;
  line-height: 1; }

.discount-qtd:before {
  content: '\203A  '; }

.discount-price {
  font-weight: bold; }

.points-price {
  font-weight: bold; }

.product-options h3,
.product-recurring h3 {
  margin-top: 10px; }

.product-options .form-group {
  margin: 0;
  padding: 10px 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.2); }

.product-options .control-label {
  color: #0098da;
  font-weight: bold; }

.product-options .radio input,
.product-options .checkbox input {
  position: relative;
  margin: 0 3px 0 -20px;
  vertical-align: middle; }

.product-options .checkbox,
.product-options .radio {
  margin: 0 0 5px 0; }

.product-options .radio:last-child,
.product-options .checkbox:last-child {
  margin-bottom: 0; }

.product-options .option-image .option-image-container {
  margin: -5px;
  overflow: hidden; }
.product-options .option-image .option-image-item {
  float: left;
  display: block;
  position: relative;
  margin: 5px;
  width: 60px;
  height: 60px; }
  .product-options .option-image .option-image-item label {
    display: block;
    padding: 0;
    font-size: 0;
    letter-spacing: -100px;
    color: rgba(255, 255, 255, 0); }
  .product-options .option-image .option-image-item img {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: all 100ms ease-in-out 0ms; }
  .product-options .option-image .option-image-item input {
    display: none; }
    .product-options .option-image .option-image-item input:checked + img {
      border: 3px solid #0098DA; }

.product-cart .out-of-stock {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold; }

.product-cart .form-group {
  margin: 10px 0; }

#button-cart {
  margin: 10px 0; }

#button-cart .fa {
  font-size: 22px;
  margin: 0 5px 0 0;
  vertical-align: middle; }

#button-cart span {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle; }

#button-cart.disabled {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none; }

.product-extra {
  margin: 0;
  padding: 10px 0; }

.product-rating .review-link {
  display: block;
  line-height: 1.5; }

.rating {
  margin-bottom: 5px; }

.rating .fa {
  font-size: 15px; }

.rating .fa-stack {
  font-size: 8px; }

.rating .fa-star-o {
  color: rgba(0, 0, 0, 0.4); }

.rating .fa-star {
  color: #FC0; }

.rating .fa-star + .fa-star-o {
  color: #E69500; }

.product-frete {
  border-top: 1px dotted rgba(0, 0, 0, 0.2); }
  .product-frete h4 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: normal; }
    .product-frete h4 .fa {
      color: #0074a7; }

.product-social {
  padding-top: 14px;
  margin-bottom: 20px;
  border-top: 1px dotted rgba(0, 0, 0, 0.2); }
  .product-social .custom_images a {
    display: inline-block;
    margin: 0 10px 0 0; }
  .product-social .addthis_default_style .addthis_button_facebook_like,
  .product-social .addthis_default_style .addthis_button_tweet,
  .product-social .addthis_default_style .addthis_button_pinterest_pinit,
  .product-social .addthis_default_style .addthis_button_google_plusone {
    display: inline-block; }
  .product-social .addthis_default_style .addthis_button_facebook_like {
    width: 102px; }
  .product-social .addthis_default_style .addthis_button_tweet {
    width: 85px; }
  .product-social .addthis_default_style .addthis_button_pinterest_pinit {
    width: 57px; }
  .product-social .addthis_default_style .addthis_button_google_plusone {
    width: 70px; }

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > li {
  margin-left: 20px; }

.thumbnails {
  margin-left: -20px; }

.thumbnails > img {
  width: 100%; }

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.image-additional {
  max-width: 78px; }

.thumbnails .image-additional {
  float: left;
  margin-left: 20px; }

.oc-product .tags {
  margin: 30px 0 0 0; }
.oc-product .nav-tabs {
  margin-bottom: 15px; }

/* PRODUCT LIST */
.product-layout {
  min-width: 220px;
  flex: 1 1 25%;
  display: flex; }

@media only screen and (min-width: 768px) {
  .product-list {
    min-width: auto;
    flex: 1 1 100%; } }
.product-thumb {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0 0 15px 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
  transition: all 100ms ease-in-out 0ms; }
  .product-thumb:hover {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translate3d(0, -4px, 0); }

@media only screen and (min-width: 768px) {
  .product-list .product-thumb {
    padding: 0; } }
.product-thumb .image {
  padding: 15px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .product-list .product-thumb .image {
    float: left;
    width: 33%; } }
.product-thumb .image img {
  margin: 0 auto; }

.product-thumb .image.extra-image .image1 {
  display: block; }

.product-thumb .image.extra-image .image2 {
  display: none; }

.product-thumb .image.extra-image:hover .image1 {
  display: none; }

.product-thumb .image.extra-image:hover .image2 {
  display: block; }

.product-thumb .caption {
  padding: 0 20px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .product-list .product-thumb .caption {
    width: 67%;
    margin-left: 33%;
    padding: 15px;
    padding-bottom: 0;
    text-align: left; } }
.product-thumb h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  transition: color 100ms ease-in-out 0ms; }
.product-thumb:hover h4 {
  color: #0098da; }

.product-thumb .description {
  display: none; }

@media only screen and (min-width: 768px) {
  .product-list .product-thumb .description {
    display: block;
    margin: 10px 0 0 0;
    color: rgba(0, 0, 0, 0.63); } }
.product-thumb .rating {
  margin-top: 10px; }

.product-thumb .price,
.product-thumb .price-extra {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8); }
.product-thumb .price-new {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  transition: color 100ms ease-in-out 0ms; }
.product-thumb .price-old {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
  transition: color 100ms ease-in-out 0ms; }
.product-thumb:hover .price-new {
  color: #0098da; }
.product-thumb:hover .price-old {
  color: rgba(0, 0, 0, 0.5); }

.product-thumb .price-tax {
  display: block; }

.product-thumb .parcelamento,
.product-thumb .descontos {
  font-size: 12px;
  line-height: 1.5; }

.product-thumb .out-of-stock {
  margin: 15px 0;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.57); }

@media only screen and (min-width: 768px) {
  .product-list .product-thumb .out-of-stock {
    margin: 15px 0 -5px 0; } }
.product-thumb .buttons {
  margin: 10px 0 0 0;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .product-list .product-thumb .buttons {
    margin-left: 33%;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left; } }
.product-thumb .buttons-extra {
  margin-top: 10px; }
  @media only screen and (max-width: 767px) {
    .product-thumb .buttons-extra {
      margin-top: 15px; } }

@media only screen and (min-width: 768px) {
  .product-list .product-thumb .buttons-extra {
    display: inline-block; }

  .product-list .product-thumb .btn-add-to-cart + .buttons-extra {
    margin-left: 10px; } }
.product-thumb .btn-add-to-cart {
  font-size: 14px; }

.product-thumb .btn-add-to-cart.disabled {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none; }

.product-thumb .btn-add-to-cart .fa {
  margin-right: 5px;
  font-size: 16px; }

.product-thumb .btn-wishlist,
.product-thumb .btn-compare {
  padding: 7.5px 10px; }

.product-thumb .btn-wishlist {
  margin-right: 7px; }
  @media only screen and (max-width: 767px) {
    .product-thumb .btn-wishlist {
      margin-right: 12px; } }

.product-thumb .btn-wishlist .fa,
.product-thumb .btn-compare .fa {
  font-size: 13px; }
  @media only screen and (max-width: 767px) {
    .product-thumb .btn-wishlist .fa,
    .product-thumb .btn-compare .fa {
      font-size: 15px; } }

/*.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-grid .product-thumb .button-group {

}
.product-list .product-thumb .button-group {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 67%;
	border-left: 1px solid #ddd;
}
	@media (max-width: 768px) {
		.product-list .product-thumb .button-group {
			border-left: none;
		}
	}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
	@media (max-width: 1200px) {
		.product-thumb .button-group button,
		.product-thumb .button-group button + button {
			width: 33.33%;
		}
	}
	@media (max-width: 767px) {
		.product-thumb .button-group button,
		.product-thumb .button-group button + button {
			width: 33.33%;
		}
	}*/
/* fixed colum left + content + right*/
/*@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	#column-left + #content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
	#content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
}*/
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .category-thumb img {
    margin: 0 auto 10px; } }
/* page specifics */
@media only screen and (max-width: 991px) {
  .product-search #content .form-control {
    margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
  .product-search #content .btn {
    margin-top: 10px; } }
/* fixed mobile cart quantity input */
.checkout-cart .input-group .form-control[name^=quantity] {
  min-width: 50px; }

.checkout-cart .btn-cart-update,
.checkout-cart .btn-cart-remove {
  padding: 6px 12px;
  font-size: 14px; }

.checkout-checkout .oc-content-inner > .panel-group {
  margin-bottom: 0; }

.checkout-checkout #accordion .alert {
  margin: 0 0 20px 0; }

.checkout-checkout .agree {
  margin-right: 5px; }

/* FOOTER */
#footer-main {
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0; }

#footer-main {
  color: rgba(0, 0, 0, 0.9); }
  #footer-main #footer-main-content {
    padding: 30px 0; }
  #footer-main h5 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #0098DA; }
  #footer-main .list-unstyled {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #footer-main .list-unstyled {
        margin-bottom: 50px; }
        #footer-main .list-unstyled li {
          margin: 15px; } }
  #footer-main a {
    color: rgba(0, 0, 0, 0.7); }
    #footer-main a:hover {
      color: #0098DA; }
  #footer-main hr {
    border-top: 1px solid #666;
    margin: 20px 0; }

#footer-end {
  background-color: #fff;
  border-top: 2px solid #f2f2f2;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0; }

#footer-end {
  color: rgba(0, 0, 0, 0.9); }

#footer-end-content {
  padding: 20px 0; }
  #footer-end-content a {
    color: rgba(0, 0, 0, 0.7); }
    #footer-end-content a:hover {
      color: black; }
  #footer-end-content .powered {
    overflow: hidden; }
    #footer-end-content .powered .powered-copy,
    #footer-end-content .powered .powered-links {
      text-align: center;
      line-height: 3; }
      @media only screen and (min-width: 768px) {
        #footer-end-content .powered .powered-copy,
        #footer-end-content .powered .powered-links {
          line-height: 1.5; } }
    @media only screen and (min-width: 768px) {
      #footer-end-content .powered .powered-copy {
        float: left;
        text-align: left; }
      #footer-end-content .powered .powered-links {
        float: right;
        text-align: right; } }

@media only screen and (max-width: 767px) {
  .footer-menu-column {
    min-width: 200px;
    flex: 1 1 50%;
    /*text-align: center;*/ } }
.adjust-footer footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto; }

.iconsocial ul {
  margin: 0 -10px 0 0;
  padding: 0;
  list-style: none; }

.iconsocial ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  list-style: none; }

.iconsocial li a {
  display: block;
  transform: translate3d(0, 0, 0); }

.iconsocial li a:hover {
  transform: translate3d(0, -1px, 0); }

.iconsocial-column ul li {
  margin: 0 10px 10px 0; }

.iconsocial-line h5 {
  display: inline-block;
  margin: 0 20px 0 0; }

.iconsocial-line ul {
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .iconsocial h5 {
    margin: 0; }

  .iconsocial ul li {
    margin: 20px 20px 0 0; } }
/* breadcrumb */
.breadcrumb {
  margin: 30px 0 0;
  padding: 10px;
  background: #f7f7f7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .breadcrumb .fa {
    font-size: 15px; }
  .breadcrumb > li + li:before {
    content: '\00bb';
    content: '\203A';
    content: '\232A';
    color: rgba(0, 0, 0, 0.2);
    font-size: 20px;
    line-height: 0; }

/* pagination */
.pagination-info {
  align-self: center; }

@media (max-width: 767px) {
  .pagination-container .text-left,
  .pagination-container .text-right {
    text-align: center; } }
.pagination {
  margin: 0; }

@media (min-width: 768px) {
  .pagination {
    display: block;
    overflow: hidden; } }
/* buttons */
.buttons {
  margin: 1em 0; }

.btn {
  padding: 7px 12px 8px;
  font-size: 13px;
  border-radius: 4px; }

.btn-xs {
  font-size: 10px; }

.btn-sm {
  font-size: 11px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 49%, transparent 51%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px rgba(0, 0, 0, 0.3); }
  .btn-default:hover,
  .btn-primary:hover,
  .btn-success:hover,
  .btn-info:hover,
  .btn-warning:hover,
  .btn-danger:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 49%, transparent 51%, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px rgba(0, 0, 0, 0.3); }

.btn-default {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ebebeb;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 49%, transparent 51%, rgba(0, 0, 0, 0.15) 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px rgba(0, 0, 0, 0.3); }
  .btn-default:hover {
    color: black;
    background-color: #e0e0e0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 49%, transparent 51%, rgba(0, 0, 0, 0.15) 100%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px rgba(0, 0, 0, 0.3); }

.btn-primary {
  color: white;
  background-color: #0098da;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 49%, transparent 51%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px rgba(0, 0, 0, 0.3); }

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #007fb6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 49%, transparent 51%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px rgba(0, 0, 0, 0.3); }

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  opacity: .4;
  color: rgba(255, 255, 255, 0.8);
  background-color: #0098da;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 49%, transparent 51%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3), inset 0 -1px 0px rgba(0, 0, 0, 0.3); }

/* alert */
.alert {
  padding: 8px 14px;
  margin-top: 20px;
  margin-bottom: 0; }

.alert a {
  color: inherit;
  font-weight: bold;
  text-decoration: none; }

.alert a:hover {
  color: inherit;
  font-weight: bold;
  text-decoration: underline; }

/* carousel */
/*.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}*/
/* OpenCart Code */
/*.owl-carousel {
	direction: ltr !important;
	margin: 0 0 30px;
	z-index: 1;
	clear: both;
}*/
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

.oc-carousel .owl-carousel .owl-wrapper-outer {
  background-color: #fff; }

.owl-carousel .owl-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.owl-carousel .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 10px;
  pointer-events: initial;
  text-align: center;
  transform: scale(0.85);
  transition: transform .3s ease; }
  @media only screen and (max-width: 767px) {
    .owl-carousel .owl-controls .owl-pagination {
      pointer-events: none; } }

.owl-carousel:hover .owl-controls .owl-pagination {
  transform: scale(1); }

.owl-carousel .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  opacity: 0.7;
  transition: opacity .3s ease; }

.owl-carousel:hover .owl-controls .owl-pagination .owl-page {
  opacity: 1; }

.owl-carousel .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.6);
  transform: scale(0.8);
  transition: all .3s ease; }

.owl-carousel .owl-controls .owl-pagination .owl-page:hover span {
  background: rgba(255, 255, 255, 0.7); }

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
  transform: scale(1); }

.owl-carousel .owl-controls .owl-pagination .owl-page .owl-numbers {
  padding: 2px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  font-weight: bold;
  color: #888;
  line-height: 1;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7); }

.owl-carousel .owl-controls .owl-pagination .owl-page.active .owl-numbers {
  color: #444; }

.owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none; }

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  padding: 0 15px;
  height: 100%;
  background: rgba(127, 127, 127, 0.1);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  text-align: center;
  pointer-events: initial;
  transition: all .3s ease; }

.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
  transform: translateX(-100%);
  border-radius: 4px 0 0 4px; }

.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
  transform: translateX(100%);
  border-radius: 0 4px 4px 0; }

.owl-carousel:hover .owl-controls .owl-buttons .owl-prev,
.owl-carousel:hover .owl-controls .owl-buttons .owl-next {
  transform: translateX(0); }

.owl-carousel .owl-controls .owl-buttons .owl-prev .fa,
.owl-carousel .owl-controls .owl-buttons .owl-next .fa {
  position: relative;
  top: 50%;
  left: 0;
  margin: -20px 0 0 0;
  font-size: 40px;
  line-height: 1; }

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  color: #fff;
  background: rgba(127, 127, 127, 0.5); }

.owl-carousel .img-responsive {
  margin: auto; }

/*# sourceMappingURL=stylesheet.css.map */
