/* Colors
 ============================================================================ */
/* Screen sizes
 ============================================================================ */
/* Body
 ============================================================================ */
body {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
/* Titles
 ============================================================================ */
h1 {
  color: #2782bb;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin: 13px 0 23px 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
h1 + h2 {
  margin-top: 0;
}
h2 {
  color: #2782bb;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin: 50px 0 20px 0;
  text-transform: uppercase;
}
h2:first-child {
  margin-top: 0;
}
h2 + h3,
h2 + h4,
h2 + h5 {
  margin-top: 0;
}
h2 a {
  color: #2782bb;
}
h2 a:hover,
h2 a:active,
h2 a:focus {
  color: #40ade5;
  text-decoration: underline;
}
h3 {
  color: #4e4d47;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 40px 0 10px 0;
}
h3:first-child {
  margin-top: 0;
}
h3 + h4,
h3 + h5 {
  margin-top: 0;
}
h3 a {
  color: #4e4d47;
}
h3 a:hover,
h3 a:active,
h3 a:focus {
  color: #40ade5;
  text-decoration: none;
}
h4 {
  color: #4e4d47;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}
h4:first-child {
  margin-top: 0;
}
h4 + h5 {
  margin-top: 15px;
}
h4 a {
  color: #4e4d47;
}
h4 a:hover,
h4 a:active,
h4 a:focus {
  color: #40ade5;
  text-decoration: none;
}
h5 {
  color: #4e4d47;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
/* Paragraphs
 ============================================================================ */
p:last-child {
  margin-bottom: 0;
}
/* Links
 ============================================================================ */
a {
  color: #2782bb;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #40ade5;
  text-decoration: none;
}
/* Description blocks
 ============================================================================ */
.description h2 {
  font-size: 24px;
  margin: 40px 0 15px 0;
  text-transform: none;
}
.description h2:first-child {
  margin-top: 0;
}
.description h2 + h3,
.description h2 + h4,
.description h2 + h5 {
  margin-top: 0;
}
.description h3 {
  font-size: 20px;
  margin: 30px 0 15px 0;
  text-transform: none;
}
.description h3:first-child {
  margin-top: 0;
}
.description h3 + h4,
.description h3 + h5 {
  margin-top: 0;
}
/* Reusable functions
 ============================================================================ */
.no-border {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.link-text-decoration-underline-hover-none {
  text-decoration: underline;
}
.link-text-decoration-underline-hover-none:hover,
.link-text-decoration-underline-hover-none:active,
.link-text-decoration-underline-hover-none:focus {
  text-decoration: none;
}
.link-text-decoration-none-hover-underline {
  text-decoration: none;
}
.link-text-decoration-none-hover-underline:hover,
.link-text-decoration-none-hover-underline:active,
.link-text-decoration-none-hover-underline:focus {
  text-decoration: underline;
}
.link-text-decoration-none-hover-none {
  text-decoration: none;
}
.link-text-decoration-none-hover-none:hover,
.link-text-decoration-none-hover-none:active,
.link-text-decoration-none-hover-none:focus {
  text-decoration: none;
}
/* Titles with line
 ============================================================================ */
.title-line {
  border-bottom: 3px solid #41ade7;
  margin-bottom: 15px;
  margin-top: 15px;
}
.title-line h1,
.title-line h2,
.title-line h3 {
  background: #41ade7;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 9px 15px;
  text-transform: none;
}
/* Pagination
 ============================================================================ */
.pagination {
  margin: 0;
  padding: 0;
}
.pagination li a {
  background: rgba(39, 130, 187, 0.6);
  border: none;
  border-radius: 0 !important;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  margin: 0 1px;
  padding: 0 9px;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  background: #2782bb;
  color: #ffffff;
}
.pagination .active span {
  background: #2782bb;
  border: none;
  border-radius: 0 !important;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 1px;
  padding: 0 9px;
}
.pagination .active span:hover,
.pagination .active span:active,
.pagination .active span:focus {
  background: #2782bb;
  color: #ffffff;
  font-weight: bold;
}
.pagination .prev a,
.pagination .next a {
  background-color: transparent;
  color: #a6a6a3;
  font-size: 13px;
  padding: 0;
}
.pagination .prev a:hover,
.pagination .next a:hover,
.pagination .prev a:active,
.pagination .next a:active,
.pagination .prev a:focus,
.pagination .next a:focus {
  background-color: transparent;
  color: #2782bb;
}
.pagination .prev a {
  margin-right: 10px;
}
.pagination .next a {
  margin-left: 10px;
}
/* Buttons
 ============================================================================ */
.btn {
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none;
  text-decoration: none !important;
}
.btn-default,
.btn-primary {
  background-color: #2782bb;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 15px;
}
.btn-default:hover,
.btn-primary:hover,
.btn-default:active,
.btn-primary:active,
.btn-default:focus,
.btn-primary:focus {
  background-color: #40ade5;
  color: #ffffff;
}
.btn-edit {
  background-color: #2782bb;
  color: #ffffff;
}
.btn-edit:before {
  content: '\f040';
  font-family: FontAwesome;
  width: 12px;
}
.btn-edit:hover,
.btn-edit:active,
.btn-edit:focus {
  background-color: #41ade7;
  color: #ffffff;
}
.btn-delete {
  background-color: #2782bb;
  color: #ffffff;
}
.btn-delete:before {
  content: '\f00d';
  font-family: FontAwesome;
  text-align: center;
  width: 12px;
}
.btn-delete:hover,
.btn-delete:active,
.btn-delete:focus {
  background-color: #41ade7;
  color: #ffffff;
}
.btn-view {
  background-color: #2782bb;
  color: #ffffff;
}
.btn-view:before {
  content: '\f129';
  font-family: FontAwesome;
  text-align: center;
  width: 12px;
}
.btn-view:hover,
.btn-view:active,
.btn-view:focus {
  background-color: #41ade7;
  color: #ffffff;
}
.btn-return {
  background-color: #2782bb;
  color: #ffffff;
}
.btn-return:before {
  content: '\f112';
  font-family: FontAwesome;
  text-align: center;
  width: 12px;
}
.btn-return:hover,
.btn-return:active,
.btn-return:focus {
  background-color: #41ade7;
  color: #ffffff;
}
.btn-back {
  color: #000;
}
.btn-back:hover,
.btn-back:active,
.btn-back:focus {
  color: #40ade5;
}
.btn-group {
  margin-top: 30px;
}
.btn-group .btn {
  margin-right: 10px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .btn-group .btn {
    margin-bottom: 10px;
  }
}
.btn-wrapper {
  overflow: hidden;
}
/* Tables
 ============================================================================ */
.table {
  border: none;
  margin: 0;
  width: 100%;
}
.table thead tr th {
  background: #2782bb;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 10px;
}
.table tbody tr th {
  border: none;
  border-bottom: 1px solid #c1c1bf;
  font-weight: bold;
  padding: 7px 10px;
}
.table tbody tr td {
  border: none;
  border-bottom: 1px solid #c1c1bf;
  padding: 7px 10px;
}
.description p,
.description span {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  line-height: 16px;
}
.description p:last-child,
.description span:last-child {
  margin-bottom: 30px;
}
.description .table {
  margin-bottom: 30px;
  margin-top: 15px;
}
/* More links
 ============================================================================ */
a.more-items {
  text-decoration: none;
  background-color: #4e4d47;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
}
a.more-items:hover,
a.more-items:active,
a.more-items:focus {
  text-decoration: none;
}
a.more-items:hover,
a.more-items:active,
a.more-items:focus {
  background-color: #41ade7;
  color: #ffffff;
}
/* Labels
 ============================================================================ */
span.label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: left;
}
/* Alerts
 ============================================================================ */
.alert {
  border-radius: 0;
  margin: 0 0 30px 0;
}
.alert a {
  font-weight: bold;
}
.alert a:hover,
.alert a:active,
.alert a:focus {
  text-decoration: underline;
}
.alert-danger a {
  color: #843534;
}
.alert-danger a:hover,
.alert-danger a:active,
.alert-danger a:focus {
  color: #843534;
}
.alert-info a {
  color: #245269;
}
.alert-info a:hover,
.alert-info a:active,
.alert-info a:focus {
  color: #245269;
}
.alert-warning a {
  color: #66512c;
}
.alert-warning a:hover,
.alert-warning a:active,
.alert-warning a:focus {
  color: #66512c;
}
.alert-success a {
  color: #2b542c;
}
.alert-success a:hover,
.alert-success a:active,
.alert-success a:focus {
  color: #2b542c;
}
/* No items
 ============================================================================ */
.no-items {
  color: #2782bb;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
.no-items.warning {
  padding-left: 20px;
}
.no-items.warning:before {
  color: #8a6d3b;
  content: '\f071';
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
}
/* Introduction
 ============================================================================ */
.introduction {
  margin-bottom: 30px;
}
/* Home
 ============================================================================ */
.common-home .owl-carousel {
  margin: 0;
  position: relative;
}
@media (max-width: 991px) {
  .common-home .owl-carousel {
    margin-bottom: 20px;
  }
}
.common-home .owl-carousel .owl-wrapper-outer {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
  position: relative;
}
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item img {
  max-width: unset;
  width: 100%;
}
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption {
  background: rgba(39, 130, 187, 0.75);
  bottom: 0;
  color: white;
  min-width: 40%;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  z-index: 8;
}
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption .title {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption h3,
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption a {
  text-decoration: none;
  color: white;
}
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption h3:hover,
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption a:hover,
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption h3:active,
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption a:active,
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption h3:focus,
.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .caption a:focus {
  text-decoration: underline;
}
.common-home .owl-carousel .owl-controls {
  bottom: 20px;
  left: 50px;
  position: absolute;
}
@media (max-width: 991px) {
  .common-home .owl-carousel .owl-controls {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .common-home .owl-carousel .owl-controls {
    bottom: auto;
    left: 0;
    margin: 10px auto;
    right: 0;
    top: 0;
  }
}
.common-home .owl-carousel .owl-controls .owl-pagination {
  padding: 5px;
  top: 0;
}
.common-home .owl-carousel .owl-controls .owl-pagination .owl-page {
  margin: 0 3px;
}
.common-home .owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: rgba(65, 173, 231, 0.6);
  box-shadow: none;
}
.common-home .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #41ade7;
}
.common-home .column-right .customblock-ouroffer {
  background: #efeef3;
  margin-bottom: 25px;
  padding: 15px;
}
.common-home .column-right .customblock-ouroffer .title {
  color: #292560;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.common-home .column-right .customblock-ouroffer .item {
  clear: both;
}
.common-home .column-right .customblock-ouroffer .item a {
  color: #292560;
  font-weight: 600;
  line-height: 35px;
}
.common-home .column-right .customblock-ouroffer .item a:hover,
.common-home .column-right .customblock-ouroffer .item a:active,
.common-home .column-right .customblock-ouroffer .item a:focus {
  color: #2782bb;
}
.common-home .column-right .customblock-ouroffer .item a:before {
  content: '\f105';
  background: #dcdae4;
  float: left;
  font-family: FontAwesome;
  height: 20px;
  line-height: 20px;
  margin: 6px 10px 9px 0;
  text-align: center;
  width: 20px;
}
.common-home .column-right .customblock-customoffer {
  background: #2782bb;
  padding: 0;
  min-height: 160px;
}
@media (max-width: 991px) {
  .common-home .column-right .customblock-customoffer {
    height: 175px;
  }
}
.common-home .column-right .customblock-customoffer .head-bg {
  height: 100px;
  background: url('/catalog/view/theme/adiroelandt/image/customblockbg.jpg') no-repeat;
  background-size: cover;
  width: 100%;
}
.common-home .column-right .customblock-customoffer .head-bg .head-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  height: 100%;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.common-home .column-right .customblock-customoffer .foot-wrapper {
  height: 60px;
  padding: 16px 5px;
}
.common-home .column-right .customblock-customoffer .foot-wrapper .foot-link {
  background: #ffffff;
  color: #292560;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  padding: 5px 9px;
  text-align: center;
}
.common-home .column-right .customblock-customoffer .foot-wrapper .foot-link:hover,
.common-home .column-right .customblock-customoffer .foot-wrapper .foot-link:active,
.common-home .column-right .customblock-customoffer .foot-wrapper .foot-link:focus {
  color: #2782bb;
}
.common-home .featured-products {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .common-home .featured-products {
    margin-top: 20px;
  }
}
.common-home .featured-products .product-thumbs {
  margin-top: 30px;
}
.common-home .featured-products .product-thumbs .product-wrapper {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .common-home .featured-products .product-thumbs .product-wrapper.product-1,
  .common-home .featured-products .product-thumbs .product-wrapper.product-2,
  .common-home .featured-products .product-thumbs .product-wrapper.product-3,
  .common-home .featured-products .product-thumbs .product-wrapper.product-4 {
    margin-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .common-home .featured-products .product-thumbs .product-wrapper.product-1,
  .common-home .featured-products .product-thumbs .product-wrapper.product-2,
  .common-home .featured-products .product-thumbs .product-wrapper.product-3 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .common-home .featured-products .product-thumbs .product-wrapper.product-1 {
    margin-top: 0;
  }
}
/* Error pages
 ============================================================================ */
.error-not-found h1 {
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
}
/* General form settings
 ============================================================================ */
.form-group {
  margin: 25px 0;
}
.form-group.required .radio label:after {
  display: none;
}
.form-group.required label:after {
  content: ' *';
}
.form-group:first-child {
  margin-top: 0;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.form-group-checkbox input {
  position: absolute;
}
.form-group-checkbox label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
.form-group-checkboxes fieldset {
  margin: 0;
}
.form-group-checkboxes fieldset legend {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.form-group-checkboxes .form-group {
  margin: 10px 0;
}
.form-group-checkboxes .form-group:first-of-type {
  margin-top: 0;
}
.form-group-date {
  width: 200px;
}
.form-group-date input {
  background-color: white;
  border: 1px solid #c1c1bf;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 14px;
  padding: 5px 10px;
  width: auto;
}
.form-group-password input {
  background-color: white;
  border: 1px solid #c1c1bf;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 14px;
  padding: 5px 10px;
  width: 40%;
}
.form-group-password input.input-sm {
  width: 20%;
}
.form-group-password input.input-lg {
  width: 100%;
}
.form-group-radiobutton input {
  position: absolute;
}
.form-group-radiobutton label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
.form-group-radiobuttons fieldset {
  margin: 0;
}
.form-group-radiobuttons fieldset legend {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.form-group-radiobuttons .form-group {
  margin: 10px 0;
}
.form-group-radiobuttons .form-group:first-of-type {
  margin-top: 0;
}
.form-group-score div {
  overflow: hidden;
}
.form-group-score div .prefix {
  float: left;
  font-style: italic;
  line-height: 20px;
  margin-right: 10px;
}
.form-group-score div .suffix {
  float: left;
  font-style: italic;
  line-height: 20px;
  margin-left: 10px;
}
.form-group-score div input {
  float: left;
  margin: 4px 5px 0 5px;
}
.form-group-select select {
  background-color: white;
  border: 1px solid #c1c1bf;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 14px;
  padding: 5px 10px;
  width: 60%;
}
.form-group-select select.input-sm {
  width: 20%;
}
.form-group-select select.input-lg {
  width: 100%;
}
.form-group-text input {
  background-color: white;
  border: 1px solid #c1c1bf;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 14px;
  padding: 5px 10px;
  width: 60%;
}
.form-group-text input.input-sm {
  width: 20%;
}
.form-group-text input.input-lg {
  width: 100%;
}
@media (max-width: 767px) {
  .form-group-text input {
    width: 100%;
  }
}
.form-group-text textarea {
  background-color: white;
  border: 1px solid #c1c1bf;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 10px;
  width: 60%;
}
.form-group-text textarea.input-sm {
  width: 60%;
}
.form-group-text textarea.input-lg {
  width: 100%;
}
@media (max-width: 767px) {
  .form-group-text textarea {
    width: 100%;
  }
}
.form-group-text .input-group {
  width: 40%;
}
@media (max-width: 767px) {
  .form-group-text .input-group {
    width: 100%;
  }
}
.form-group-text .input-group .input-group-btn .btn-primary {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #2782bb;
  color: #ffffff;
  width: 100%;
}
.form-group-text .input-group .input-group-btn .btn-primary:hover,
.form-group-text .input-group .input-group-btn .btn-primary:active,
.form-group-text .input-group .input-group-btn .btn-primary:focus {
  background-color: #41ade7;
  color: #ffffff;
}
.form-group .text-danger {
  font-size: 13px;
  line-height: 18px;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}
.form-group .text-danger:before {
  color: #a94442;
  content: '\f071';
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 0;
}
.form-buttons {
  margin-top: 25px;
}
fieldset {
  margin: 35px 0;
}
fieldset:first-child {
  margin-top: 0;
}
fieldset legend {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #4e4d47;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 15px;
}
fieldset .form-group:first-of-type {
  margin-top: 10px;
}
fieldset .form-group:last-of-type {
  margin-bottom: 0;
}
fieldset#account .form-group-radiobuttons + .form-group-text {
  margin-top: 10px;
}
/* Account
 ============================================================================ */
.account-account .list {
  margin: 0;
  padding: 0;
}
.account-account .list li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.account-account .list li:before {
  color: rgba(39, 130, 187, 0.75);
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
}
.account-account .list li a {
  color: #000;
  display: block;
  line-height: 20px;
  padding-left: 13px;
}
.account-account .list li a:hover,
.account-account .list li a:active,
.account-account .list li a:focus {
  color: #40ade5;
}
/* Address list
 ============================================================================ */
.account-address-list table {
  width: 100%;
}
.account-address-list table td {
  border-top: 1px solid #c1c1bf;
  padding: 10px 10px;
  vertical-align: top;
}
.account-address-list table td.actions {
  text-align: right;
}
.account-address-list table td.actions .btn-group {
  margin: 0;
}
.account-address-list table tr:last-of-type td {
  border-bottom: 1px solid #c1c1bf;
}
/* Login
 ============================================================================ */
.account-login .well {
  background: #efeef3;
  border: 1px solid #dcdbda;
  border-radius: 0;
  margin: 0;
  padding: 40px 25px;
}
.account-login .well label {
  line-height: 32px;
}
.account-login .well input[type=text],
.account-login .well input[type=password] {
  width: 60%;
}
@media (max-width: 767px) {
  .account-login .well input[type=text],
  .account-login .well input[type=password] {
    width: 100%;
  }
}
.account-login .well .form-buttons input[type=submit] {
  margin-right: 15px;
}
.account-login .well .form-buttons input[type=submit],
.account-login .well .form-buttons a {
  margin-bottom: 10px;
}
.account-login .well .form-group-password {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .account-login .well .help-block,
  .account-login .well .form-buttons {
    margin-left: 17%;
  }
}
@media (max-width: 991px) {
  .account-login .well label {
    padding-left: 0;
  }
}
.account-forgotten label {
  line-height: 32px;
}
@media (max-width: 991px) {
  .account-forgotten label {
    padding-left: 0;
  }
}
/* Order info
 ============================================================================ */
.account-order-info h2 {
  margin-bottom: 10px;
}
.account-order-info .addresses,
.account-order-info .products,
.account-order-info .comment,
.account-order-info .history {
  margin-top: 30px;
}
.account-order-info .products .table tfoot tr th,
.account-order-info .products .table tfoot tr td {
  border-top: none;
}
/* Order list
 ============================================================================ */
.account-order-list .list-bottom {
  margin-top: 20px;
}
.account-order-list .list-bottom .pagination {
  float: right;
}
@media (max-width: 767px) {
  .account-order-list .list-bottom .pagination {
    float: none;
  }
}
/* Return info
 ============================================================================ */
.account-return-info h2 {
  margin-bottom: 10px;
}
.account-return-info .product,
.account-return-info .comment,
.account-return-info .history {
  margin-top: 30px;
}
.account-return-info .product .table:first-of-type tr td {
  border-bottom: none;
}
/* Newsletter
 =========================================================================== */
.account-newsletter form .form-group input,
.account-newsletter form .form-group label {
  display: inline;
}
/* Return list
 ============================================================================ */
.account-return-list .list-bottom {
  margin-top: 20px;
}
.account-return-list .list-bottom .pagination {
  float: right;
}
@media (max-width: 767px) {
  .account-return-list .list-bottom .pagination {
    float: none;
  }
}
/* Reward
 ============================================================================ */
.account-reward .list-bottom {
  margin-top: 20px;
}
.account-reward .list-bottom .number-of-results {
  color: #a6a6a3;
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
}
.account-reward .list-bottom .pagination {
  float: right;
}
@media (max-width: 767px) {
  .account-reward .list-bottom .pagination {
    float: none;
    margin-top: 15px;
  }
}
/* Wishlist
 ============================================================================ */
.account-wishlist .delete {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.account-wishlist .delete .btn-delete {
  background: none;
  border-radius: 0;
  color: #a6a6a3;
  font-size: 20px;
}
.account-wishlist .delete .btn-delete:hover,
.account-wishlist .delete .btn-delete:active,
.account-wishlist .delete .btn-delete:focus {
  color: #40ade5;
}
/* Cart
 ============================================================================ */
.checkout-cart .table-responsive > .table:first-child {
  min-width: 700px;
}
.checkout-cart .table .name {
  font-weight: 600;
}
.checkout-cart .table .name a {
  color: #000;
  display: block;
  width: 100%;
}
.checkout-cart .table .name .reward {
  color: #7a7a75;
  font-size: 12px;
  font-weight: normal;
}
.checkout-cart .table .name .option .name,
.checkout-cart .table .name .recurring .name {
  color: #7a7a75;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
.checkout-cart .table .name .option .value,
.checkout-cart .table .name .recurring .value {
  color: #7a7a75;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
.checkout-cart .table .price {
  min-width: 120px;
}
.checkout-cart .table .total {
  min-width: 80px;
}
.checkout-cart .table .quantity {
  width: 150px;
}
.checkout-cart .table .quantity .input-group input {
  background-color: white;
  border: 1px solid #c1c1bf;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 14px;
  padding: 5px 10px;
  min-width: 60px;
}
.checkout-cart .table .quantity .input-group .input-group-btn .btn-primary {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #2782bb;
  color: #ffffff;
  width: auto;
}
.checkout-cart .table .quantity .input-group .input-group-btn .btn-primary:hover,
.checkout-cart .table .quantity .input-group .input-group-btn .btn-primary:active,
.checkout-cart .table .quantity .input-group .input-group-btn .btn-primary:focus {
  background-color: #40ade5;
  color: #ffffff;
}
.checkout-cart .checkout-bottom {
  margin-top: 30px;
}
.checkout-cart .checkout-bottom .panel-group .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.checkout-cart .checkout-bottom .panel-group .panel + .panel {
  margin-top: 20px;
}
.checkout-cart .checkout-bottom .panel-group .panel .panel-heading {
  background: #2782bb;
  border-color: #2782bb;
  border-radius: 0;
}
.checkout-cart .checkout-bottom .panel-group .panel .panel-heading h4 {
  color: #ffffff;
}
.checkout-cart .checkout-bottom .panel-group .panel .panel-heading h4 a {
  color: #ffffff;
}
.checkout-cart .checkout-bottom .panel-group .panel .panel-heading h4 .fa-caret-down {
  color: rgba(255, 255, 255, 0.75);
}
.checkout-cart .checkout-bottom .panel-group .panel .panel-collapse {
  border-bottom: 1px solid #dcdbda;
  border-left: 1px solid #dcdbda;
  border-right: 1px solid #dcdbda;
}
.checkout-cart .checkout-bottom .panel-group .panel .panel-collapse .panel-body {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.checkout-cart .checkout-bottom .input-group {
  width: auto;
}
.checkout-cart .checkout-bottom .input-group .input-group-btn {
  width: auto;
}
.checkout-cart .checkout-bottom input[type=text],
.checkout-cart .checkout-bottom select {
  min-width: 200px;
  width: auto;
}
@media (max-width: 991px) {
  .checkout-cart .checkout-bottom input[type=text],
  .checkout-cart .checkout-bottom select {
    min-width: 200px;
  }
}
.checkout-cart .btn-group {
  width: 100%;
}
.checkout-cart .btn-group a + a {
  float: right;
}
@media (max-width: 767px) {
  .checkout-cart .btn-group a + a {
    float: none;
  }
}
/* Checkout
 ============================================================================ */
.checkout-checkout .panel-group .alert {
  margin-left: 0;
}
.checkout-checkout .panel-group .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.checkout-checkout .panel-group .panel + .panel {
  margin-top: 20px;
}
.checkout-checkout .panel-group .panel .panel-heading {
  background: #2782bb;
  border-color: #2782bb;
  border-radius: 0;
}
.checkout-checkout .panel-group .panel .panel-heading h4 {
  color: #ffffff;
}
.checkout-checkout .panel-group .panel .panel-heading h4 a {
  color: #ffffff;
}
.checkout-checkout .panel-group .panel .panel-heading h4 .fa-caret-down {
  color: rgba(255, 255, 255, 0.75);
}
.checkout-checkout .panel-group .panel .panel-collapse {
  border-bottom: 1px solid #dcdbda;
  border-left: 1px solid #dcdbda;
  border-right: 1px solid #dcdbda;
}
.checkout-checkout .panel-group .panel .panel-collapse .form-buttons input[type=button] {
  float: right;
}
.checkout-checkout .panel-group .panel .panel-collapse .panel-body {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.checkout-checkout .panel-group .panel .panel-collapse input[type=text],
.checkout-checkout .panel-group .panel .panel-collapse input[type=password] {
  max-width: 400px;
  width: 90%;
}
.checkout-checkout .panel-group .panel .panel-collapse#collapse-checkout-option .col-sm-6:first-child .form-buttons {
  margin-bottom: 15px;
}
.checkout-checkout .panel-group .panel .panel-collapse#collapse-checkout-option .col-sm-6:first-child .form-buttons input[type=button] {
  float: none;
}
.checkout-checkout .panel-group .panel .panel-collapse#collapse-checkout-confirm table thead tr {
  border-bottom: 1px solid #2782bb;
}
.checkout-checkout .panel-group .panel .panel-collapse#collapse-checkout-confirm table thead tr td {
  border: none;
  font-weight: bold;
}
.checkout-checkout .panel-group .panel .panel-collapse#collapse-checkout-confirm table tfoot tr {
  border-bottom: 1px solid #686862;
}
.checkout-checkout .panel-group .panel .panel-collapse#collapse-checkout-confirm table tfoot tr td {
  border: none;
}
.checkout-checkout .panel-group .panel .panel-collapse#collapse-checkout-confirm input[type=button] {
  margin-top: 20px;
}
/* Contact
 ============================================================================ */
.information-contact .location address {
  margin: 0;
}
.information-contact .location .label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .information-contact .location .label {
    margin-top: 10px;
  }
}
.information-contact .contact-form {
  margin-top: 50px;
}
/* Sitemap
 ============================================================================ */
.information-sitemap .sitemap-items ul {
  margin: 0;
  padding: 0;
}
.information-sitemap .sitemap-items ul li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.information-sitemap .sitemap-items ul li:before {
  color: rgba(39, 130, 187, 0.75);
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
}
.information-sitemap .sitemap-items ul li a {
  color: #000;
  display: block;
  line-height: 20px;
  padding-left: 13px;
}
.information-sitemap .sitemap-items ul li a:hover,
.information-sitemap .sitemap-items ul li a:active,
.information-sitemap .sitemap-items ul li a:focus {
  color: #40ade5;
}
.information-sitemap .sitemap-items ul li.level-1 {
  font-weight: bold;
}
.information-sitemap .sitemap-items ul li.level-2,
.information-sitemap .sitemap-items ul li.level-3 {
  font-weight: normal;
}
.information-sitemap .sitemap-items ul li ul {
  margin: 5px 0 5px 20px;
}
body[class*='module-offer'] .description p,
body[class*='module-offer'] .description span {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  line-height: 16px;
}
body[class*='module-offer'] .description p:last-child,
body[class*='module-offer'] .description span:last-child {
  margin-bottom: 30px;
}
body[class*='module-offer'] .customer-data input[type=text] {
  width: 100%;
}
body[class*='module-offer'] .form-group .col-sm-2,
body[class*='module-offer'] .form-group .col-sm-10 {
  padding-left: 0;
}
body[class*='module-offer'] .form-group label {
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
body[class*='module-offer'] .form-group .checkbox label {
  line-height: 20px;
}
body[class*='module-offer'] .form-group input[type=text],
body[class*='module-offer'] .form-group input[type=textarea] {
  line-height: 22px;
}
body[class*='module-offer'] .form-group.form-group-checkboxes .col-sm-2 label.control-label {
  line-height: 40px;
}
body[class*='module-offer'] .custom-color-select {
  border: 1px solid #878787;
  border-radius: 2px;
  display: inline-block;
  min-width: 250px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}
body[class*='module-offer'] .custom-color-select span {
  line-height: 30px;
  padding-left: 10px;
}
body[class*='module-offer'] .custom-color-select span > .color-item {
  display: none;
}
body[class*='module-offer'] .custom-color-select:after {
  content: '\f078';
  float: right;
  font-family: FontAwesome;
  line-height: 30px;
  margin-right: 8px;
}
body[class*='module-offer'] .custom-color-select ul {
  background: white;
  border: 1px solid #878787;
  border-radius: 2px;
  display: none;
  left: 0;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  min-width: 250px;
  z-index: 2;
}
body[class*='module-offer'] .custom-color-select ul li {
  border-bottom: 1px solid #878787;
  cursor: pointer;
  list-style: none;
  padding: 5px;
  position: relative;
}
body[class*='module-offer'] .custom-color-select ul li .color-item {
  border-left: 1px solid #878787;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}
body[class*='module-offer'] .custom-color-select ul li:hover {
  background-color: #41ade7;
}
body[class*='module-offer'] .custom-color-select ul li:last-child {
  border: none;
}
body[class*='module-offer'] .order {
  padding-left: 0;
}
body[class*='module-offer'] .order button {
  padding: 5px 15px;
  line-height: 18px;
}
body[class*='module-offer'] .order button span {
  margin-right: 10px;
}
body[class*='module-offer'] .comment textarea {
  resize: none;
}
@media (max-width: 991px) {
  body[class*='module-offer'] .comment textarea {
    margin-bottom: 20px;
  }
}
/* Product list
 ============================================================================ */
.product-thumbs .product-wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .product-thumbs .product-wrapper.product-1,
  .product-thumbs .product-wrapper.product-2,
  .product-thumbs .product-wrapper.product-3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .product-thumbs .product-wrapper.product-1 {
    margin-top: 0;
  }
}
.product-thumbs .product-wrapper .product {
  position: relative;
}
.product-thumbs .product-wrapper .product:hover .information,
.product-thumbs .product-wrapper .product:active .information,
.product-thumbs .product-wrapper .product:focus .information {
  background: rgba(39, 130, 187, 0.3);
}
.product-thumbs .product-wrapper .product .image {
  margin: 0;
  text-align: center;
}
.product-thumbs .product-wrapper .product .image img {
  display: inline-block;
}
.product-thumbs .product-wrapper .product h3 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}
.product-thumbs .product-wrapper .product h3 a {
  color: #000;
  display: block;
}
.product-thumbs .product-wrapper .product h3 a:hover,
.product-thumbs .product-wrapper .product h3 a:active,
.product-thumbs .product-wrapper .product h3 a:focus {
  color: #2782bb;
}
.product-thumbs .product-wrapper .product .information {
  background: #efeef3;
  min-height: 150px;
  padding: 15px 8px 50px 8px;
  position: relative;
}
.product-thumbs .product-wrapper .product .information .details .price-stock {
  margin-bottom: 10px;
}
.product-thumbs .product-wrapper .product .information .details .price-stock .price .price-new {
  color: #2782bb;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
}
.product-thumbs .product-wrapper .product .information .details .price-stock .price .price-old {
  color: #a6a6a3;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  margin-top: 5px;
  text-decoration: line-through;
}
.product-thumbs .product-wrapper .product .information .details .product_category {
  color: black;
  display: block;
}
.product-thumbs .product-wrapper .product .information .details .product_category:hover,
.product-thumbs .product-wrapper .product .information .details .product_category:active,
.product-thumbs .product-wrapper .product .information .details .product_category:focus {
  color: #2782bb;
}
.product-thumbs .product-wrapper .product .information .details .btn-order {
  background: #2782bb;
  bottom: 10px;
  color: white;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  width: 246.5px;
}
@media (max-width: 1199px) {
  .product-thumbs .product-wrapper .product .information .details .btn-order {
    width: 196.5px;
  }
}
@media (max-width: 991px) {
  .product-thumbs .product-wrapper .product .information .details .btn-order {
    width: 204px;
  }
}
@media (max-width: 767px) {
  .product-thumbs .product-wrapper .product .information .details .btn-order {
    width: 95%;
  }
}
.product-thumbs .product-wrapper .product .information .details .btn-order .fa {
  font-size: 24px;
  float: left;
}
.product-thumbs .product-wrapper .product .information .details .btn-order:hover,
.product-thumbs .product-wrapper .product .information .details .btn-order:active,
.product-thumbs .product-wrapper .product .information .details .btn-order:focus {
  background: #40ade5;
}
.product-thumbs .product-wrapper .product .discount {
  background: white;
  border: 2px solid #2782bb;
  border-radius: 50%;
  color: #2782bb;
  display: block;
  font-size: 17px;
  font-weight: 500;
  height: 50px;
  line-height: 45px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 100px;
  width: 50px;
}
@media (max-width: 1199px) {
  .product-thumbs .product-wrapper .product .discount {
    top: 80px;
  }
}
.product-list .product-list-top {
  margin-bottom: 20px;
}
.product-list .product-list-top .row > div {
  overflow: hidden;
}
.product-list .product-list-top .row .sort {
  float: left;
  margin: 0;
}
@media (max-width: 767px) {
  .product-list .product-list-top .row .sort {
    float: none;
    margin-top: 5px;
  }
}
.product-list .product-list-top .row .sort label {
  color: #a6a6a3;
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
}
.product-list .product-list-top .row .sort select {
  border: 1px solid #c1c1bf;
  color: #a6a6a3;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 24px;
  line-height: 22px;
  margin: 0;
  padding: 0 5px;
  width: auto;
}
.product-list .product-list-top .row .pagination {
  float: right;
}
@media (max-width: 767px) {
  .product-list .product-list-top .row .pagination {
    float: none;
    margin-top: 15px;
  }
}
.product-list .product-list-bottom {
  margin-top: 30px;
}
.product-list .product-list-bottom .row > div {
  overflow: hidden;
}
.product-list .product-list-bottom .row .number-of-results {
  color: #a6a6a3;
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
}
.product-list .product-list-bottom .row .number-of-results-per-page {
  float: left;
  margin: 0;
}
.product-list .product-list-bottom .row .number-of-results-per-page:before {
  color: #a6a6a3;
  content: '|';
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 5px;
}
.product-list .product-list-bottom .row .number-of-results-per-page label {
  color: #a6a6a3;
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
}
.product-list .product-list-bottom .row .number-of-results-per-page select {
  border: 1px solid #c1c1bf;
  color: #a6a6a3;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 24px;
  line-height: 22px;
  margin: 0;
  padding: 0 5px;
  width: auto;
}
.product-list .product-list-bottom .row .number-of-results-per-page .input-group-addon {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  color: #a6a6a3;
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 0 10px;
  padding: 0;
  width: auto;
}
.product-list .product-list-bottom .row .pagination {
  float: right;
}
@media (max-width: 767px) {
  .product-list .product-list-bottom .row .pagination {
    float: none;
    margin-top: 15px;
  }
}
.mfilter-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mfilter-box {
    background-color: rgba(65, 173, 231, 0.2);
    margin-top: 0;
    padding: 20px;
  }
}
.mfilter-box h3 {
  display: none;
}
@media (max-width: 767px) {
  .mfilter-box h3 {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    position: relative;
  }
  .mfilter-box h3:after {
    color: #41ade7;
    content: '\f054';
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
  }
  .mfilter-box h3.open:after {
    content: '\f078';
  }
}
.mfilter-box .box-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .mfilter-box .box-content {
    display: none;
    margin-top: 20px;
  }
}
.mfilter-box .box-content .mfilter-filter-item {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mfilter-box .box-content .mfilter-filter-item {
    margin-top: 20px;
  }
}
.mfilter-box .box-content .mfilter-filter-item:first-child {
  margin-top: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-heading {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-heading .mfilter-heading-content {
  padding: 0;
  position: relative;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-heading .mfilter-heading-content .mfilter-heading-text {
  color: #7a7a75;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-heading .mfilter-heading-content .mfilter-heading-text span {
  padding: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-heading .mfilter-heading-content .mfilter-head-icon {
  background: none;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-heading .mfilter-heading-content .mfilter-head-icon:before {
  color: #ededec;
  content: '\f078';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
@media (max-width: 767px) {
  .mfilter-box .box-content .mfilter-filter-item .mfilter-heading .mfilter-heading-content .mfilter-head-icon:before {
    color: #a6a6a3;
  }
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options {
  padding: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option {
  color: #7a7a75;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option:last-child {
  margin-bottom: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option.mfilter-disabled {
  color: #c1c1bf;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-tb-as-td {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-input {
  line-height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option label {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0 25px 0 20px;
  width: 100%;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count {
  display: block;
  height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count .mfilter-counter {
  background: rgba(39, 130, 187, 0.5);
  color: white;
  display: block;
  float: none;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  margin: 1px 0;
  padding: 0 4px;
  width: auto;
}
@media (max-width: 767px) {
  .mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count .mfilter-counter {
    background: rgba(39, 130, 187, 0.75);
  }
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count .mfilter-counter:after {
  display: none;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count .mfilter-counter.mfilter-close {
  background: none;
  padding: 0;
  text-indent: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count .mfilter-counter.mfilter-close:before {
  color: #dcdbda;
  content: '\f00d';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  width: 20px;
}
@media (max-width: 767px) {
  .mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count .mfilter-counter.mfilter-close:before {
    color: #c1c1bf;
  }
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count .mfilter-counter.mfilter-close:hover:before,
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count .mfilter-counter.mfilter-close:active:before,
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-options-container .mfilter-tb .mfilter-option .mfilter-col-count .mfilter-counter.mfilter-close:focus:before {
  color: #a6a6a3;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr {
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr:last-child {
  margin-bottom: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-tb-as-td {
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  padding: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-tb-as-td a {
  color: #7a7a75;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0 25px 0 0;
  width: 100%;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count {
  display: block;
  height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count .mfilter-counter {
  background: rgba(39, 130, 187, 0.5);
  color: white;
  display: block;
  float: none;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  margin: 1px 0;
  padding: 0 4px;
  width: auto;
}
@media (max-width: 767px) {
  .mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count .mfilter-counter {
    background: rgba(39, 130, 187, 0.75);
  }
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count .mfilter-counter:after {
  display: none;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count .mfilter-counter.mfilter-close {
  background: none;
  padding: 0;
  text-indent: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count .mfilter-counter.mfilter-close:before {
  color: #dcdbda;
  content: '\f00d';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  width: 20px;
}
@media (max-width: 767px) {
  .mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count .mfilter-counter.mfilter-close:before {
    color: #c1c1bf;
  }
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count .mfilter-counter.mfilter-close:hover:before,
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count .mfilter-counter.mfilter-close:active:before,
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr .mfilter-col-count .mfilter-counter.mfilter-close:focus:before {
  color: #a6a6a3;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-to-parent {
  background: none;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-to-parent:last-child {
  margin-bottom: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-to-parent:before {
  color: #a6a6a3;
  content: '\f0e2';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-category-tree .mfilter-tb .mfilter-to-parent a {
  color: #7a7a75;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-price .mfilter-price-inputs {
  color: #c1c1bf;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-price .mfilter-price-inputs .form-control {
  border: 1px solid #c1c1bf;
  border-radius: 0;
  color: #8c8b87;
  font-size: 13px;
  font-weight: normal;
  height: 24px;
  line-height: 22px;
  margin: 0;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 2px;
  width: 50px !important;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-price .mfilter-price-slider {
  background: none !important;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-price .mfilter-price-slider .mfilter-slider-slider,
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-price .mfilter-price-slider #mfilter-price-slider,
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-price .mfilter-price-slider .ui-slider {
  background: #ededec !important;
}
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-price .mfilter-price-slider .mfilter-slider-slider .ui-slider-range,
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-price .mfilter-price-slider #mfilter-price-slider .ui-slider-range,
.mfilter-box .box-content .mfilter-filter-item .mfilter-content-opts .mfilter-opts-container .mfilter-content-wrapper .mfilter-options .mfilter-price .mfilter-price-slider .ui-slider .ui-slider-range {
  background: #2782bb !important;
}
/* Category
 ============================================================================ */
.product-category .title-line h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
}
.product-category .recommended-products {
  margin-top: 30px;
}
.product-category .recommended-products .product {
  border: 2px solid rgba(39, 130, 187, 0.3);
}
.product-category .recommended-products .product:hover,
.product-category .recommended-products .product:active,
.product-category .recommended-products .product:focus {
  border: 2px solid #dcdbda;
}
.product-category .recommended-products .product:hover .information,
.product-category .recommended-products .product:active .information,
.product-category .recommended-products .product:focus .information {
  background: #dcdbda;
}
.product-category .recommended-products .product .information {
  background: rgba(39, 130, 187, 0.3);
}
.product-category .product-list {
  margin-top: 50px;
}
.product-category .product-list:first-child {
  margin-top: 30px;
}
.product-category .product-list .product-thumbs .product .discount {
  top: 180px;
}
@media (max-width: 1199px) {
  .product-category .product-list .product-thumbs .product .information .btn-order {
    width: 277.328px;
  }
}
@media (max-width: 991px) {
  .product-category .product-list .product-thumbs .product .information .btn-order {
    width: 204px;
  }
}
@media (max-width: 767px) {
  .product-category .product-list .product-thumbs .product .information .btn-order {
    width: 95%;
  }
}
/* Compare
 ============================================================================ */
.product-compare .table-responsive {
  margin-bottom: 0;
}
.product-compare .table-responsive .table th {
  border-right: 1px solid #ededec;
  font-weight: 600;
}
.product-compare .table-responsive .table td {
  border-right: 1px solid #ededec;
}
.product-compare .table-responsive .table td:last-child {
  border-right: none;
}
.product-compare .table-responsive .table .title {
  font-weight: bold;
}
.product-compare .table-responsive .table .name {
  font-weight: bold;
}
.product-compare .table-responsive .table .image {
  text-align: center;
}
.product-compare .table-responsive .table .image img {
  border: 2px solid #dcdbda;
  display: inline-block;
}
.product-compare .table-responsive .table .price-old {
  color: #a6a6a3;
  font-size: 13px;
  text-decoration: line-through;
}
.product-compare .table-responsive .table .description {
  font-size: 12px;
}
.product-compare .table-responsive .table .rating .score {
  color: #2782bb;
}
.product-compare .table-responsive .table .rating .information {
  color: #a6a6a3;
  font-size: 12px;
  margin-top: 5px;
}
.product-compare .table-responsive .table .buttons {
  text-align: center;
}
.product-compare .table-responsive .table .buttons .btn {
  border-radius: 5px;
  line-height: 36px;
  padding: 0;
  width: 36px;
}
.product-compare .table-responsive .table .buttons .btn-order {
  background: #2782bb;
  color: rgba(255, 255, 255, 0.75);
  font-size: 26px;
}
.product-compare .table-responsive .table .buttons .btn-order:hover,
.product-compare .table-responsive .table .buttons .btn-order:active,
.product-compare .table-responsive .table .buttons .btn-order:focus {
  background: #2782bb;
  color: white;
}
.product-compare .table-responsive .table .buttons .btn-wishlist {
  background: #2782bb;
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  margin-left: 5px;
}
.product-compare .table-responsive .table .buttons .btn-wishlist:hover,
.product-compare .table-responsive .table .buttons .btn-wishlist:active,
.product-compare .table-responsive .table .buttons .btn-wishlist:focus {
  background: #41ade7;
  color: rgba(255, 255, 255, 0.75);
}
.product-compare .table-responsive .table .buttons .btn-remove {
  background: none;
}
.product-compare .table-responsive .table .buttons .btn-remove a {
  color: #c1c1bf;
}
.product-compare .table-responsive .table .buttons .btn-remove a:hover,
.product-compare .table-responsive .table .buttons .btn-remove a:active,
.product-compare .table-responsive .table .buttons .btn-remove a:focus {
  color: #a6a6a3;
}
.product-compare .table-responsive .table > tbody + tbody {
  border-top: none;
}
/* Manufacturer list
 ============================================================================ */
.product-manufacturer-list .letter-overview {
  overflow: hidden;
}
.product-manufacturer-list .letter-overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-manufacturer-list .letter-overview ul li {
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
}
.product-manufacturer-list .letter-overview ul li a {
  background: rgba(65, 173, 231, 0.2);
  color: #41ade7;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
}
.product-manufacturer-list .letter-overview ul li a:hover,
.product-manufacturer-list .letter-overview ul li a:active,
.product-manufacturer-list .letter-overview ul li a:focus {
  background: #41ade7;
  color: #ffffff;
  text-decoration: none;
}
.product-manufacturer-list .letter-items {
  margin-top: 28px;
}
.product-manufacturer-list .letter-items .letter-item {
  margin-top: 30px;
}
.product-manufacturer-list .letter-items .letter-item:first-of-type {
  margin-top: 0;
}
.product-manufacturer-list .letter-items .letter-item h2 {
  margin-bottom: 10px;
}
.product-manufacturer-list .letter-items .letter-item a {
  color: #000;
  display: block;
  padding-left: 13px;
  position: relative;
}
.product-manufacturer-list .letter-items .letter-item a:before {
  color: rgba(39, 130, 187, 0.75);
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
}
.product-manufacturer-list .letter-items .letter-item a:hover,
.product-manufacturer-list .letter-items .letter-item a:active,
.product-manufacturer-list .letter-items .letter-item a:focus {
  color: #40ade5;
}
/* Manufacturer info
 ============================================================================ */
.product-manufacturer-info .products .product .discount {
  top: 180px;
}
/* Product
 ============================================================================ */
.product-product .alert {
  margin-top: 20px;
}
.product-product .form-group .control-label {
  font-weight: 400;
}
.product-product .title-line h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
}
.product-product .product-details {
  margin-top: 25px;
}
.product-product .product-details .images {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .product-product .product-details .images {
    margin-bottom: 30px;
  }
}
.product-product .product-details .images ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-product .product-details .images ul li img {
  border: 2px solid #dcdbda;
  height: auto;
  width: 100%;
}
.product-product .product-details .images ul li img:hover,
.product-product .product-details .images ul li img:active,
.product-product .product-details .images ul li img:focus {
  border: 2px solid rgba(39, 130, 187, 0.3);
}
.product-product .product-details .images ul li.image-additional {
  float: left;
  margin: 10px 5% 0 0;
  width: 30%;
}
.product-product .product-details .images ul li.image-additional:nth-child(3n+1) {
  margin-right: 0;
}
.product-product .product-details .images ul li.image-additional img {
  border: 2px solid #ededec;
  height: auto;
  width: 100%;
}
.product-product .product-details .images ul li.image-additional img:hover,
.product-product .product-details .images ul li.image-additional img:active,
.product-product .product-details .images ul li.image-additional img:focus {
  border: 2px solid rgba(39, 130, 187, 0.3);
}
.product-product .product-details .images .discount {
  background: white;
  border: 2px solid #2782bb;
  border-radius: 50%;
  color: #2782bb;
  display: block;
  font-size: 17px;
  font-weight: 500;
  height: 50px;
  line-height: 45px;
  position: absolute;
  left: 20px;
  text-align: center;
  top: 250px;
  width: 50px;
}
.product-product .product-details .price {
  color: #2782bb;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.product-product .product-details .cart {
  margin-top: 20px;
}
.product-product .product-details .cart .form-group .col-sm-4 {
  padding-left: 0;
}
.product-product .product-details .cart .form-group .col-sm-4 label {
  font-weight: 400;
}
.product-product .product-details .cart .form-group .col-sm-4 label.control-label {
  line-height: 30px;
  margin: 0;
}
.product-product .product-details .cart .form-group.form-group-checkboxes .col-sm-4 label.control-label {
  line-height: 40px;
}
.product-product .product-details .cart .custom-color-select {
  border: 1px solid #878787;
  border-radius: 2px;
  display: inline-block;
  min-width: 250px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}
.product-product .product-details .cart .custom-color-select span {
  line-height: 30px;
  padding-left: 10px;
}
.product-product .product-details .cart .custom-color-select span > .color-item {
  display: none;
}
.product-product .product-details .cart .custom-color-select:after {
  content: '\f078';
  float: right;
  font-family: FontAwesome;
  line-height: 30px;
  margin-right: 8px;
}
.product-product .product-details .cart .custom-color-select ul {
  background: white;
  border: 1px solid #878787;
  border-radius: 2px;
  display: none;
  left: 0;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  min-width: 250px;
  z-index: 2;
}
.product-product .product-details .cart .custom-color-select ul li {
  border-bottom: 1px solid #878787;
  cursor: pointer;
  list-style: none;
  padding: 5px;
  padding-right: 25%;
  position: relative;
}
.product-product .product-details .cart .custom-color-select ul li .color-item {
  border-left: 1px solid #878787;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}
.product-product .product-details .cart .custom-color-select ul li:hover {
  background-color: #41ade7;
}
.product-product .product-details .cart .custom-color-select ul li:last-child {
  border: none;
}
.product-product .product-details .cart .price_changeable_tax span {
  font-size: 18px;
  font-weight: 500;
}
.product-product .product-details .cart .order {
  overflow: hidden;
}
.product-product .product-details .cart .order .stock {
  color: #2782bb;
  margin: 10px 0;
}
.product-product .product-details .cart .order .stock .fa {
  margin-right: 5px;
}
.product-product .product-details .cart .order .form-group {
  float: left;
  margin: 0;
}
@media (max-width: 991px) {
  .product-product .product-details .cart .order .form-group {
    float: none;
  }
}
.product-product .product-details .cart .order .form-group label {
  color: #a6a6a3;
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
  margin: 2px 0;
}
.product-product .product-details .cart .order .form-group input {
  border: 1px solid #dcdbda;
  color: #7a7a75;
  float: left;
  font-weight: 600;
  height: 28px;
  margin: 2px 15px 2px 10px;
  padding: 2px 5px;
  width: auto;
}
.product-product .product-details .cart .order .form-group .btn span {
  margin-right: 10px;
}
.product-product .product-details .cart .order .form-group button {
  margin: 0;
  padding: 5px;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  text-transform: none;
}
.product-product .product-details .cart .order .form-group button:hover,
.product-product .product-details .cart .order .form-group button:active,
.product-product .product-details .cart .order .form-group button:focus {
  background: #40ade5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-product .product-details .cart .order .form-group button {
    margin-top: 5px;
  }
}
.product-product .product-details .cart .order .form-group button:before {
  color: white;
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 5px;
}
.product-product .product-details .cart .order .form-group button span {
  padding: 5px 5px 5px 36px;
}
.product-product .product-details .cart .minimum {
  color: #a6a6a3;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .product-product .product-details .details {
    margin-top: 30px;
  }
}
.product-product .product-details .details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-product .product-details .details ul li {
  color: #000;
  text-align: right;
}
.product-product .product-details .details ul li a {
  color: #000;
}
.product-product .product-details .details ul li a:hover,
.product-product .product-details .details ul li a:active,
.product-product .product-details .details ul li a:focus {
  color: #2782bb;
}
@media (max-width: 991px) {
  .product-product .product-details .details ul li {
    text-align: left;
  }
}
.product-product .product-details .details ul li .label {
  font-weight: 600;
}
.product-product .product-details .information {
  margin-top: 30px;
}
.product-product .product-details .information .attributes {
  margin-top: 30px;
}
.product-product .product-details .information .attributes table th {
  border-top: 1px solid #ededec;
  font-weight: 600;
  padding: 5px 0;
}
.product-product .product-details .information .attributes table td {
  border-top: 1px solid #ededec;
  padding: 5px 0;
}
.product-product .product-details .information .attributes table tr:first-of-type td,
.product-product .product-details .information .attributes table tr:first-of-type th {
  border-top: none;
}
.product-product .related-products {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .product-product .related-products .product-thumbs .product-wrapper.product-4 {
    margin-top: 0;
  }
}
.product-product .related-products .product-thumbs .product-wrapper .product .information .btn-order {
  width: 173.375px;
}
@media (max-width: 1199px) {
  .product-product .related-products .product-thumbs .product-wrapper .product .information .btn-order {
    width: 196.5px;
  }
}
@media (max-width: 991px) {
  .product-product .related-products .product-thumbs .product-wrapper .product .information .btn-order {
    width: 204px;
  }
}
@media (max-width: 767px) {
  .product-product .related-products .product-thumbs .product-wrapper .product .information .btn-order {
    width: 95%;
  }
}
/* Search
 ============================================================================ */
.product-search .title-line h1 {
  line-height: 24px;
  text-transform: none;
}
.product-search .search-form {
  padding: 10px 0;
  margin-bottom: 20px;
}
.product-search .search-form .form-group {
  margin: 5px 0;
}
.product-search .search-form .form-group.sub_category,
.product-search .search-form .form-group.description {
  margin: 0;
}
.product-search .search-form .form-buttons {
  height: 42px;
  margin: 0 10px 0 0;
  width: 100%;
}
.product-search .search-form .form-buttons input {
  line-height: 22px;
  margin: 5px 0;
  padding: 0 auto;
  width: 100%;
}
.product-search .tips {
  margin-top: 20px;
}
.product-search .tips h2 {
  font-size: 24px;
  text-transform: none;
}
.product-search .tips .tip {
  margin: 0;
  padding: 10px;
}
.product-search .tips .tip:hover {
  box-shadow: 0 0 1px #41ade7;
}
.product-search .tips .tip .image img {
  height: auto;
  width: 100%;
}
.product-search .tips .tip h3 {
  margin: 15px 0;
}
.product-search .tips .tip .btn-default {
  box-shadow: 1px 1px 0.5px 0.5px rgba(39, 130, 187, 0.25);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 3px;
}
.product-search .products .product .discount {
  top: 180px;
}
/* Overview
 ============================================================================ */
.tip-overview .description {
  margin-bottom: 30px;
}
.tip-overview .letter-overview {
  overflow: hidden;
}
.tip-overview .letter-overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tip-overview .letter-overview ul li {
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
}
.tip-overview .letter-overview ul li a {
  background: rgba(65, 173, 231, 0.2);
  color: #41ade7;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
}
.tip-overview .letter-overview ul li a:hover,
.tip-overview .letter-overview ul li a:active,
.tip-overview .letter-overview ul li a:focus {
  background: #41ade7;
  color: #ffffff;
  text-decoration: none;
}
.tip-overview .letter-items {
  margin-top: 28px;
}
.tip-overview .letter-items .letter-item {
  margin-top: 30px;
}
.tip-overview .letter-items .letter-item:first-of-type {
  margin-top: 0;
}
.tip-overview .letter-items .letter-item h2 {
  margin-bottom: 10px;
}
.tip-overview .letter-items .letter-item a {
  color: #000;
  display: block;
  padding-left: 13px;
  position: relative;
}
.tip-overview .letter-items .letter-item a:before {
  color: rgba(39, 130, 187, 0.75);
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
}
.tip-overview .letter-items .letter-item a:hover,
.tip-overview .letter-items .letter-item a:active,
.tip-overview .letter-items .letter-item a:focus {
  color: #40ade5;
}
/* Tip
 ============================================================================ */
.tip-tip .image {
  margin-bottom: 30px;
}
.tip-tip .related-products {
  margin-top: 50px;
}
/* General settings
 ============================================================================ */
html {
  min-height: 100%;
  position: relative;
}
body {
  background: #ffffff;
  margin-bottom: 327px;
  position: static;
}
@media (max-width: 1199px) {
  body {
    margin-bottom: 522px;
  }
}
@media (max-width: 991px) {
  body {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .content {
    min-height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content {
    min-height: 320px;
  }
}
/* Header
 ============================================================================ */
header .header-top {
  height: 30px;
}
header .header-top .right {
  float: right;
}
@media (max-width: 767px) {
  header .header-top .right {
    float: none;
  }
}
header .header-top .right .my-account,
header .header-top .right .language-switcher,
header .header-top .right .currency-switcher {
  display: inline-block;
}
header .header-top .right .my-account .dropdown-toggle,
header .header-top .right .language-switcher .dropdown-toggle,
header .header-top .right .currency-switcher .dropdown-toggle {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #292560;
  left: auto;
  line-height: 30px;
  padding: 0 10px;
  right: 0;
}
header .header-top .right .my-account .dropdown-toggle:before,
header .header-top .right .language-switcher .dropdown-toggle:before,
header .header-top .right .currency-switcher .dropdown-toggle:before {
  color: #2782bb;
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 30px;
  margin-right: 10px;
}
header .header-top .right .my-account .dropdown-toggle:after,
header .header-top .right .language-switcher .dropdown-toggle:after,
header .header-top .right .currency-switcher .dropdown-toggle:after {
  color: #2782bb;
  content: '\f078';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 30px;
  margin-left: 10px;
}
header .header-top .right .my-account .dropdown-toggle:hover,
header .header-top .right .language-switcher .dropdown-toggle:hover,
header .header-top .right .currency-switcher .dropdown-toggle:hover,
header .header-top .right .my-account .dropdown-toggle:active,
header .header-top .right .language-switcher .dropdown-toggle:active,
header .header-top .right .currency-switcher .dropdown-toggle:active,
header .header-top .right .my-account .dropdown-toggle :focus,
header .header-top .right .language-switcher .dropdown-toggle :focus,
header .header-top .right .currency-switcher .dropdown-toggle :focus {
  color: #2782bb;
}
header .header-top .right .my-account.open .dropdown-toggle,
header .header-top .right .language-switcher.open .dropdown-toggle,
header .header-top .right .currency-switcher.open .dropdown-toggle {
  color: #2782bb;
}
header .header-top .right .my-account.open .dropdown-toggle:after,
header .header-top .right .language-switcher.open .dropdown-toggle:after,
header .header-top .right .currency-switcher.open .dropdown-toggle:after {
  color: rgba(0, 0, 0, 0.75);
  content: '\f077';
}
header .header-top .right .my-account .dropdown-menu,
header .header-top .right .language-switcher .dropdown-menu,
header .header-top .right .currency-switcher .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #efeef3;
  border: 1px solid #dcdbda;
  left: auto;
  margin: 0;
  padding: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  header .header-top .right .my-account .dropdown-menu,
  header .header-top .right .language-switcher .dropdown-menu,
  header .header-top .right .currency-switcher .dropdown-menu {
    left: 0;
    right: auto;
  }
}
header .header-top .right .my-account .dropdown-menu li a,
header .header-top .right .language-switcher .dropdown-menu li a,
header .header-top .right .currency-switcher .dropdown-menu li a {
  color: #000;
  line-height: 34px;
  padding: 0 10px;
}
header .header-top .right .my-account .dropdown-menu li a:hover,
header .header-top .right .language-switcher .dropdown-menu li a:hover,
header .header-top .right .currency-switcher .dropdown-menu li a:hover,
header .header-top .right .my-account .dropdown-menu li a:active,
header .header-top .right .language-switcher .dropdown-menu li a:active,
header .header-top .right .currency-switcher .dropdown-menu li a:active,
header .header-top .right .my-account .dropdown-menu li a:focus,
header .header-top .right .language-switcher .dropdown-menu li a:focus,
header .header-top .right .currency-switcher .dropdown-menu li a:focus {
  color: #2782bb;
}
header .header-top .right .my-account .dropdown-menu li button,
header .header-top .right .language-switcher .dropdown-menu li button,
header .header-top .right .currency-switcher .dropdown-menu li button {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  color: #000;
  display: block;
  line-height: 34px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
header .header-top .right .my-account .dropdown-menu li button:hover,
header .header-top .right .language-switcher .dropdown-menu li button:hover,
header .header-top .right .currency-switcher .dropdown-menu li button:hover,
header .header-top .right .my-account .dropdown-menu li button:active,
header .header-top .right .language-switcher .dropdown-menu li button:active,
header .header-top .right .currency-switcher .dropdown-menu li button:active,
header .header-top .right .my-account .dropdown-menu li button:focus,
header .header-top .right .language-switcher .dropdown-menu li button:focus,
header .header-top .right .currency-switcher .dropdown-menu li button:focus {
  color: #2782bb;
}
header .header-top .right .my-account .dropdown-toggle:before {
  content: '\f007';
}
header .header-top .right .language-switcher .dropdown-toggle:before {
  content: '\f0ac';
}
header .header {
  height: 110px;
}
@media (max-width: 767px) {
  header .header {
    height: 160px;
  }
}
header .header .row {
  position: relative;
}
header .header .row .logo {
  display: inline-block;
  height: 90px;
  margin: 10px 0;
  position: relative;
  z-index: 20;
}
@media (max-width: 1199px) {
  header .header .row .logo {
    height: 70px;
  }
}
@media (max-width: 767px) {
  header .header .row .logo {
    height: 60px;
    left: 0;
    margin: 15px 0;
    padding-right: 20px;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
  }
}
header .header .row .logo img {
  height: 80px;
  width: auto;
}
@media (max-width: 1199px) {
  header .header .row .logo img {
    height: 70px;
  }
}
@media (max-width: 767px) {
  header .header .row .logo img {
    height: 60px;
  }
}
header .header .row .logo-text {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin: auto 10px;
}
@media (max-width: 1199px) {
  header .header .row .logo-text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  header .header .row .logo-text {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header .row .search {
    position: absolute;
    top: 100px;
    width: 100%;
  }
}
header .header .row .search .search-box {
  height: 40px;
  margin: 30px auto;
  width: 500px;
}
@media (max-width: 1199px) {
  header .header .row .search .search-box {
    width: 400px;
  }
}
@media (max-width: 991px) {
  header .header .row .search .search-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .header .row .search .search-box {
    margin: 0;
  }
}
header .header .row .search .search-box .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #2782bb;
  border-left: 2px solid #2782bb;
  border-top: 2px solid #2782bb;
  border-radius: 2px;
  color: #41ade7;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 30px;
  padding: 5px 10px;
}
header .header .row .search .search-box .form-control::-webkit-input-placeholder {
  color: #41ade7;
  font-weight: 500;
  line-height: 30px;
}
header .header .row .search .search-box .form-control:-moz-placeholder {
  color: #41ade7;
  font-weight: 500;
  line-height: 30px;
}
header .header .row .search .search-box .input-group-btn {
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  padding: 0;
  width: 60px;
}
header .header .row .search .search-box .input-group-btn .btn {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #2782bb;
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 28px;
  margin: 0;
  padding: 0 8px 4px 8px;
  width: 100%;
}
header .header .row .search .search-box .input-group-btn .btn:hover,
header .header .row .search .search-box .input-group-btn .btn:active,
header .header .row .search .search-box .input-group-btn .btn:focus {
  background: #40ade5;
}
header .header .row .cart {
  float: right;
  height: 40px;
  margin: 30px 0;
  z-index: 20;
}
header .header .row .cart .btn-cart {
  background: #2782bb;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 13px;
  float: right;
  height: 40px;
  margin: 0;
  overflow: visible;
  padding-left: 45px;
  position: relative;
  text-align: left;
  text-transform: none;
}
header .header .row .cart .btn-cart .fa {
  font-size: 24px !important;
  left: 10px;
  position: absolute;
  top: 8px;
}
header .header .row .cart .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #efeef3;
  border: 1px solid #dcdbda;
  left: auto;
  margin: 2px 0 0 0;
  padding: 15px;
  right: 0;
  top: 40px;
  width: 400px;
}
@media (max-width: 450px) {
  header .header .row .cart .dropdown-menu {
    width: 350px;
  }
}
@media (max-width: 400px) {
  header .header .row .cart .dropdown-menu {
    width: 300px;
  }
}
@media (max-width: 350px) {
  header .header .row .cart .dropdown-menu {
    width: 250px;
  }
}
header .header .row .cart .dropdown-menu h3 {
  font-size: 18px;
}
header .header .row .cart .dropdown-menu .items table {
  width: 100%;
}
header .header .row .cart .dropdown-menu .items table td {
  border-bottom: 1px solid #a6a6a3;
  border-right: none;
  border-top: none;
  padding: 5px 0;
  vertical-align: top;
}
header .header .row .cart .dropdown-menu .items table td.name {
  font-weight: 600;
  width: 55%;
}
header .header .row .cart .dropdown-menu .items table td.name a {
  color: #000;
  display: block;
}
header .header .row .cart .dropdown-menu .items table td.name .option .name,
header .header .row .cart .dropdown-menu .items table td.name .recurring .name {
  color: #7a7a75;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
header .header .row .cart .dropdown-menu .items table td.name .option .value,
header .header .row .cart .dropdown-menu .items table td.name .recurring .value {
  color: #7a7a75;
  font-size: 12px;
  font-style: italic;
}
header .header .row .cart .dropdown-menu .items table td.quantity {
  width: 10%;
}
header .header .row .cart .dropdown-menu .items table td.amount {
  text-align: right;
  width: 25%;
}
header .header .row .cart .dropdown-menu .items table td.remove {
  text-align: right;
  width: 10%;
}
header .header .row .cart .dropdown-menu .items table td.remove .btn {
  background: none;
  color: #c1c1bf;
  line-height: 20px;
  padding: 0;
}
header .header .row .cart .dropdown-menu .items table td.remove .btn:hover,
header .header .row .cart .dropdown-menu .items table td.remove .btn:active,
header .header .row .cart .dropdown-menu .items table td.remove .btn:focus {
  color: #8c8b87;
}
header .header .row .cart .dropdown-menu .totals table {
  width: 100%;
}
header .header .row .cart .dropdown-menu .totals table th {
  font-weight: 600;
  padding: 5px 0;
  text-align: right;
  width: 65%;
}
header .header .row .cart .dropdown-menu .totals table td {
  padding: 5px 0;
  text-align: right;
  width: 10%;
}
header .header .row .cart .dropdown-menu .totals table td.amount {
  width: 25%;
}
header .header .row .cart .dropdown-menu .totals .btn-group {
  float: right;
  margin-top: 20px;
  width: 100%;
}
header .header .row .cart .dropdown-menu .totals .btn-group .btn {
  font-size: 14px;
  float: left;
  line-height: 18px;
}
header .header .row .cart .dropdown-menu .totals .btn-group .btn + .btn {
  float: right;
}
@media (max-width: 767px) {
  header .header .row .cart .dropdown-menu .totals .btn-group .btn + .btn {
    float: left;
  }
}
header .navbar {
  background: #2782bb;
  border: none;
  border-radius: 0;
  color: white;
  margin: 0 0 30px 0;
  min-height: 0;
  padding: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  header .navbar {
    background: none;
    box-shadow: none;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 65px;
  }
}
header .navbar .navbar-header {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  header .navbar .navbar-header {
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }
}
header .navbar .navbar-header .navbar-toggle {
  background-color: #2782bb;
  border: 1px solid #8c8b87;
  float: none;
  margin: 0;
  padding: 11px 10px;
}
header .navbar .navbar-header .navbar-toggle .icon-bar {
  background: white;
  font-size: 24px;
  font-weight: 300;
}
header .navbar .navbar-collapse {
  margin: 0;
  padding: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse.in {
    overflow-y: visible;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse .nav {
    background-color: #efeef3;
    border: 1px solid #dcdcdc;
    margin: 0;
  }
}
header .navbar .navbar-collapse .nav li {
  height: 46px;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse .nav li {
    border-bottom: 1px solid #dcdcdc;
    height: auto;
  }
}
header .navbar .navbar-collapse .nav li a {
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  line-height: 32px;
  padding: 7px 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse .nav li a {
    color: #292560;
  }
  header .navbar .navbar-collapse .nav li a:hover,
  header .navbar .navbar-collapse .nav li a:active,
  header .navbar .navbar-collapse .nav li a:focus,
  header .navbar .navbar-collapse .nav li a.open {
    background: none;
    color: #41ade7;
  }
  header .navbar .navbar-collapse .nav li a:after {
    content: '\f105';
    background: #dcdae4;
    font-family: FontAwesome;
    height: 20px;
    line-height: 20px;
    margin: 6px 5px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 20px;
  }
}
@media (min-width: 768px) {
  header .navbar .navbar-collapse .nav li a:focus {
    background-color: #2782bb;
  }
}
@media (min-width: 768px) {
  header .navbar .navbar-collapse .nav li a:hover,
  header .navbar .navbar-collapse .nav li a:active {
    background-color: #40ade5;
  }
}
header .navbar .navbar-collapse .nav li.navbar-categories {
  margin-right: 30px;
  min-width: 260px;
}
header .navbar .navbar-collapse .nav li.navbar-categories > a {
  font-size: 16px;
  padding-right: 70px;
  background-color: #40ade5;
}
header .navbar .navbar-collapse .nav li.navbar-categories > a:after {
  color: rgba(0, 0, 0, 0.75);
  content: '\f13a';
  font-family: FontAwesome;
  font-size: 32px;
  margin-left: 30px;
  position: absolute;
}
header .navbar .navbar-collapse .nav li.navbar-categories .dropdown-menu {
  display: block;
}
@media (max-width: 1199px) {
  header .navbar .navbar-collapse .nav li.navbar-categories {
    display: none;
  }
}
@media (min-width: 768px) {
  header .navbar .navbar-collapse .nav li.open > a {
    background-color: #40ade5;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  header .navbar .navbar-collapse .nav li.open > a {
    background-color: #2782bb;
  }
}
header .navbar .navbar-collapse .nav li .dropdown-menu {
  background-color: #efeef3;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  min-width: 260px;
  padding: 0;
  width: 100%;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .nav li .dropdown-menu {
    min-width: 0;
  }
}
header .navbar .navbar-collapse .nav li .dropdown-menu li {
  border-top: 1px solid #dcdcdc;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  header .navbar .navbar-collapse .nav li .dropdown-menu li:first-child {
    border: none;
  }
}
header .navbar .navbar-collapse .nav li .dropdown-menu a {
  border: none;
  color: #292560;
  font-size: 14px;
  font-weight: 600;
  display: block;
  height: auto;
  padding: 6px 15px;
  text-transform: uppercase;
  min-width: 100%;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse .nav li .dropdown-menu a {
    padding-left: 20px;
  }
}
header .navbar .navbar-collapse .nav li .dropdown-menu a:after {
  content: '\f105';
  background: #dcdae4;
  font-family: FontAwesome;
  height: 20px;
  line-height: 20px;
  margin: 6px 5px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 20px;
}
header .navbar .navbar-collapse .nav li .dropdown-menu a:hover,
header .navbar .navbar-collapse .nav li .dropdown-menu a:active,
header .navbar .navbar-collapse .nav li .dropdown-menu a:focus {
  background: none;
  color: #41ade7;
}
@media (min-width: 768px) {
  header .navbar .navbar-collapse .nav li .dropdown-menu .dropdown-menu {
    left: 100%;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse .nav li .dropdown-menu .dropdown-menu a {
    padding-left: 25px;
  }
}
header .categories-mobile {
  margin-bottom: 30px;
}
header .categories-mobile a {
  background-color: #efeef3;
  border: none;
  border: 1px solid #dcdcdc;
  color: #292560;
  font-size: 14px;
  font-weight: 600;
  display: block;
  height: auto;
  line-height: 28px;
  margin: 5px 0;
  padding: 6px 15px;
  position: relative;
  text-transform: uppercase;
}
header .categories-mobile a:after {
  content: '\f105';
  background: #dcdae4;
  font-family: FontAwesome;
  height: 20px;
  line-height: 20px;
  margin: 4px 0;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 20px;
}
header .categories-mobile a:hover,
header .categories-mobile a:active,
header .categories-mobile a:focus {
  color: #41ade7;
}
@media (min-width: 1200px) {
  header .categories-mobile {
    display: none;
  }
}
/* Columns
 ============================================================================ */
.column-left {
  display: block;
}
@media (max-width: 1199px) {
  .column-left {
    padding-top: 0 !important;
  }
}
.column-right {
  display: block;
}
@media (min-width: 1200px) {
  .alert {
    margin-left: 25%;
  }
}
/* Footer
 ============================================================================ */
footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 991px) {
  footer {
    bottom: auto;
    margin-top: 50px;
    position: relative;
  }
}
footer .footer-middle {
  background: #41ade7;
  color: #ffffff;
  padding: 30px 0;
}
@media (max-width: 767px) {
  footer .footer-middle {
    padding: 20px 0;
  }
}
footer .footer-middle .footer-address .footer-title,
footer .footer-middle .footer-openinghours .footer-title,
footer .footer-middle .footer-contact .footer-title,
footer .footer-middle .footer-paymentmethods .footer-title {
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .footer-middle .footer-address .footer-title,
  footer .footer-middle .footer-openinghours .footer-title,
  footer .footer-middle .footer-contact .footer-title,
  footer .footer-middle .footer-paymentmethods .footer-title {
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
  }
  footer .footer-middle .footer-address .footer-title:hover,
  footer .footer-middle .footer-openinghours .footer-title:hover,
  footer .footer-middle .footer-contact .footer-title:hover,
  footer .footer-middle .footer-paymentmethods .footer-title:hover,
  footer .footer-middle .footer-address .footer-title:active,
  footer .footer-middle .footer-openinghours .footer-title:active,
  footer .footer-middle .footer-contact .footer-title:active,
  footer .footer-middle .footer-paymentmethods .footer-title:active,
  footer .footer-middle .footer-address .footer-title:focus,
  footer .footer-middle .footer-openinghours .footer-title:focus,
  footer .footer-middle .footer-contact .footer-title:focus,
  footer .footer-middle .footer-paymentmethods .footer-title:focus {
    color: white;
  }
  footer .footer-middle .footer-address .footer-title:after,
  footer .footer-middle .footer-openinghours .footer-title:after,
  footer .footer-middle .footer-contact .footer-title:after,
  footer .footer-middle .footer-paymentmethods .footer-title:after {
    content: '\f054';
    float: right;
    font-family: FontAwesome;
  }
  footer .footer-middle .footer-address .footer-title.open:after,
  footer .footer-middle .footer-openinghours .footer-title.open:after,
  footer .footer-middle .footer-contact .footer-title.open:after,
  footer .footer-middle .footer-paymentmethods .footer-title.open:after {
    content: '\f078';
  }
}
footer .footer-middle .footer-address .footer-title i,
footer .footer-middle .footer-openinghours .footer-title i,
footer .footer-middle .footer-contact .footer-title i,
footer .footer-middle .footer-paymentmethods .footer-title i {
  background-color: #2782bb;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  width: 22px !important;
}
@media (min-width: 768px) {
  footer .footer-middle .footer-address .footer-content,
  footer .footer-middle .footer-openinghours .footer-content,
  footer .footer-middle .footer-contact .footer-content,
  footer .footer-middle .footer-paymentmethods .footer-content {
    display: block !important;
  }
}
@media (max-width: 767px) {
  footer .footer-middle .footer-address .footer-content,
  footer .footer-middle .footer-openinghours .footer-content,
  footer .footer-middle .footer-contact .footer-content,
  footer .footer-middle .footer-paymentmethods .footer-content {
    display: none;
  }
}
@media (max-width: 1199px) {
  footer .footer-middle .footer-address.footer-address,
  footer .footer-middle .footer-openinghours.footer-address,
  footer .footer-middle .footer-contact.footer-address,
  footer .footer-middle .footer-paymentmethods.footer-address {
    margin-bottom: 20px;
  }
}
footer .footer-middle .footer-address.footer-address .footer-content,
footer .footer-middle .footer-openinghours.footer-address .footer-content,
footer .footer-middle .footer-contact.footer-address .footer-content,
footer .footer-middle .footer-paymentmethods.footer-address .footer-content {
  line-height: 22px;
  margin-bottom: 20px;
}
footer .footer-middle .footer-address.footer-address a,
footer .footer-middle .footer-openinghours.footer-address a,
footer .footer-middle .footer-contact.footer-address a,
footer .footer-middle .footer-paymentmethods.footer-address a {
  text-decoration: underline;
  color: #ffffff;
}
footer .footer-middle .footer-address.footer-address a:hover,
footer .footer-middle .footer-openinghours.footer-address a:hover,
footer .footer-middle .footer-contact.footer-address a:hover,
footer .footer-middle .footer-paymentmethods.footer-address a:hover,
footer .footer-middle .footer-address.footer-address a:active,
footer .footer-middle .footer-openinghours.footer-address a:active,
footer .footer-middle .footer-contact.footer-address a:active,
footer .footer-middle .footer-paymentmethods.footer-address a:active,
footer .footer-middle .footer-address.footer-address a:focus,
footer .footer-middle .footer-openinghours.footer-address a:focus,
footer .footer-middle .footer-contact.footer-address a:focus,
footer .footer-middle .footer-paymentmethods.footer-address a:focus {
  text-decoration: none;
}
footer .footer-middle .footer-address.footer-address a:hover,
footer .footer-middle .footer-openinghours.footer-address a:hover,
footer .footer-middle .footer-contact.footer-address a:hover,
footer .footer-middle .footer-paymentmethods.footer-address a:hover,
footer .footer-middle .footer-address.footer-address a:active,
footer .footer-middle .footer-openinghours.footer-address a:active,
footer .footer-middle .footer-contact.footer-address a:active,
footer .footer-middle .footer-paymentmethods.footer-address a:active,
footer .footer-middle .footer-address.footer-address a:focus,
footer .footer-middle .footer-openinghours.footer-address a:focus,
footer .footer-middle .footer-contact.footer-address a:focus,
footer .footer-middle .footer-paymentmethods.footer-address a:focus {
  color: #ffffff;
}
@media (max-width: 1199px) {
  footer .footer-middle .footer-address.footer-openinghours,
  footer .footer-middle .footer-openinghours.footer-openinghours,
  footer .footer-middle .footer-contact.footer-openinghours,
  footer .footer-middle .footer-paymentmethods.footer-openinghours {
    margin-bottom: 20px;
  }
}
footer .footer-middle .footer-address.footer-openinghours .footer-openhours-day,
footer .footer-middle .footer-openinghours.footer-openinghours .footer-openhours-day,
footer .footer-middle .footer-contact.footer-openinghours .footer-openhours-day,
footer .footer-middle .footer-paymentmethods.footer-openinghours .footer-openhours-day {
  display: inline-block;
  width: 40px;
}
@media (max-width: 1199px) {
  footer .footer-middle .footer-address.footer-contact,
  footer .footer-middle .footer-openinghours.footer-contact,
  footer .footer-middle .footer-contact.footer-contact,
  footer .footer-middle .footer-paymentmethods.footer-contact {
    margin-bottom: 20px;
  }
}
footer .footer-middle .footer-address.footer-contact i,
footer .footer-middle .footer-openinghours.footer-contact i,
footer .footer-middle .footer-contact.footer-contact i,
footer .footer-middle .footer-paymentmethods.footer-contact i {
  width: 30px;
}
footer .footer-middle .footer-address.footer-contact span,
footer .footer-middle .footer-openinghours.footer-contact span,
footer .footer-middle .footer-contact.footer-contact span,
footer .footer-middle .footer-paymentmethods.footer-contact span {
  line-height: 26px;
}
footer .footer-middle .footer-address.footer-contact a,
footer .footer-middle .footer-openinghours.footer-contact a,
footer .footer-middle .footer-contact.footer-contact a,
footer .footer-middle .footer-paymentmethods.footer-contact a {
  text-decoration: underline;
  color: #ffffff;
}
footer .footer-middle .footer-address.footer-contact a:hover,
footer .footer-middle .footer-openinghours.footer-contact a:hover,
footer .footer-middle .footer-contact.footer-contact a:hover,
footer .footer-middle .footer-paymentmethods.footer-contact a:hover,
footer .footer-middle .footer-address.footer-contact a:active,
footer .footer-middle .footer-openinghours.footer-contact a:active,
footer .footer-middle .footer-contact.footer-contact a:active,
footer .footer-middle .footer-paymentmethods.footer-contact a:active,
footer .footer-middle .footer-address.footer-contact a:focus,
footer .footer-middle .footer-openinghours.footer-contact a:focus,
footer .footer-middle .footer-contact.footer-contact a:focus,
footer .footer-middle .footer-paymentmethods.footer-contact a:focus {
  text-decoration: none;
}
footer .footer-middle .footer-address.footer-contact a:hover,
footer .footer-middle .footer-openinghours.footer-contact a:hover,
footer .footer-middle .footer-contact.footer-contact a:hover,
footer .footer-middle .footer-paymentmethods.footer-contact a:hover,
footer .footer-middle .footer-address.footer-contact a:active,
footer .footer-middle .footer-openinghours.footer-contact a:active,
footer .footer-middle .footer-contact.footer-contact a:active,
footer .footer-middle .footer-paymentmethods.footer-contact a:active,
footer .footer-middle .footer-address.footer-contact a:focus,
footer .footer-middle .footer-openinghours.footer-contact a:focus,
footer .footer-middle .footer-contact.footer-contact a:focus,
footer .footer-middle .footer-paymentmethods.footer-contact a:focus {
  color: #ffffff;
}
footer .footer-middle .footer-address.footer-paymentmethods .footer-content div,
footer .footer-middle .footer-openinghours.footer-paymentmethods .footer-content div,
footer .footer-middle .footer-contact.footer-paymentmethods .footer-content div,
footer .footer-middle .footer-paymentmethods.footer-paymentmethods .footer-content div {
  margin-top: 10px;
  padding-left: 0;
}
footer .footer-middle .footer-address.footer-paymentmethods .footer-content div img,
footer .footer-middle .footer-openinghours.footer-paymentmethods .footer-content div img,
footer .footer-middle .footer-contact.footer-paymentmethods .footer-content div img,
footer .footer-middle .footer-paymentmethods.footer-paymentmethods .footer-content div img {
  display: inline-block;
  height: 30px;
}
footer .footer-bottom {
  color: rgba(0, 0, 0, 0.75);
  padding: 10px 0;
}
footer .footer-bottom a {
  color: rgba(0, 0, 0, 0.75);
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
}
footer .footer-bottom a:hover,
footer .footer-bottom a:active,
footer .footer-bottom a:focus {
  color: #2782bb;
}
footer .footer-bottom .copyright {
  display: inline-block;
}
footer .footer-bottom .created-by {
  color: rgba(0, 0, 0, 0.75);
  font-size: 13px;
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  footer .footer-bottom .created-by {
    display: block;
    float: none;
    margin-top: 5px;
  }
}
/* Breadcrumbs
 ============================================================================ */
.breadcrumb {
  background: none;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  word-wrap: break-word;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li + li:before {
  color: #dcdbda;
  content: '\f054';
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  margin: 0 7px 0 7px;
  padding: 0;
}
.breadcrumb li a {
  color: #a6a6a3;
  display: block;
  float: left;
}
.breadcrumb li a:hover,
.breadcrumb li a:active,
.breadcrumb li a:focus {
  color: #8c8b87;
}
/* Account
 ============================================================================ */
.account {
  border: none;
  min-height: 0;
  margin: 30px 0 0 0;
}
@media (max-width: 1199px) {
  .account {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 991px) {
  .account {
    display: none;
  }
}
.account #navbar {
  background: #efeef3;
  max-height: none;
  overflow: visible;
  padding: 0;
}
.account #navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.account #navbar ul li a {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border-bottom: 1px solid #d3d0de;
  color: #2782bb;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  padding: 3px 5px 3px 15px;
  text-align: left;
  text-decoration: underline;
  width: 100%;
  word-wrap: break-word;
}
.account #navbar ul li a:hover,
.account #navbar ul li a:active {
  color: #40ade5;
}
.account #navbar ul li:last-child a {
  border: none;
}
