@import url(fonts/aller/css/aller.css);
@import url(fonts/module-font/css/style.css);
/* Declaring fonts variables */
/* Variables */
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: "allerlight"; }

h1 {
  font-size: 40px;
  line-height: 45px;
  color: #fff; }

h2 {
  font-size: 22px;
  line-height: 30px; }

a {
  cursor: pointer; }

p {
  font-size: 16px;
  line-height: 25px; }

.aller-600 {
  font-family: "allerbold"; }

.aller-400 {
  font-family: "allerregular"; }

.aller-300i {
  font-family: "allerlight_italic"; }

.aller-300 {
  font-family: "allerlight"; }

.lh-33 {
  line-height: 33px; }

.font-20 {
  font-size: 20px !important; }

.no-pl {
  padding-left: 0; }

.no-pr {
  padding-right: 0; }

.no-mb {
  margin-bottom: 0; }

.mb-30 {
  margin-bottom: 30px !important; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-200 {
  padding-top: 200px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }

.pb-10 {
  padding-bottom: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.black-bg {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 10px;
  padding-bottom: 10px; }

.dark-red-bg {
  background: #690822; }

.green {
  color: #00FF00; }

.red-bg {
  background: #d31145; }

.grey-bg {
  background: #f2f3f2; }

.dark-grey-nb {
  background: #eae9e9; }

.dark-grey-bg {
  background: #e2e2e2;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9); }

.dark-white-bg {
  background: #e9e9e9; }

.light-white-bg {
  background: #ededed; }

.brown-bg {
  background: #a09180; }

.bg-white {
  background: #fff; }

.brown {
  color: #a09180; }

.white {
  color: #fff; }

.dark {
  color: #2e2e2e; }

.red {
  color: #d31145; }
  .red a {
    color: #d31145;
    text-decoration: none; }
    .red a:hover {
      color: #d31145; }

.border-b {
  border-bottom: 1px solid #526064; }

.bb {
  border-bottom: 1px solid #c1c1c1; }

.bb-red {
  border-bottom: 1px solid #de4d74; }

.bb-light {
  border-bottom: 1px solid #b8ada0; }

.bb-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.251); }

.font-16 {
  font-size: 16px !important; }

.btn-white {
  background: #fff;
  color: #2e292a; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:focus:active {
    color: #2e292a;
    background: #ededed;
    outline: none; }

.btn-red {
  background: #d31145;
  color: white;
  font-size: 20px;
  line-height: 24px;
  padding: 5px 25px; }
  .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red:focus:active {
    color: white;
    background: #e3124a;
    outline: none; }
  .btn-red.btn-track {
    font-size: 16px;
    font-weight: 700; }

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

.dark-box {
  background: rgba(0, 0, 0, 0.5); }

.grey-box {
  background: #eff0ea; }

select {
  height: 40px !important; }

.mt-5 {
  margin-top: 5px; }

.select-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/arrow-down.png) no-repeat center right 5px;
  background-color: #fff;
  color: #2e2e2e; }
  .select-arrow:focus {
    border: none; }

/* Slick template */
slick {
  width: 700px; }

.slick-prev, .slick-next {
  height: 60px;
  width: 60px; }
  .slick-prev:before, .slick-next:before {
    content: none !important; }
  .slick-prev:hover, .slick-next:hover {
    cursor: pointer; }

.slick-prev {
  background: url(../img/left-arrow.jpg) no-repeat !important;
  left: -15px; }

.slick-next {
  background: url(../img/right-arrow.jpg) no-repeat !important;
  right: -35px; }

.testimonials slick {
  width: 500px; }
.testimonials .slick-prev, .testimonials .slick-next {
  height: 30px;
  width: 30px; }
.testimonials .slick-next {
  background: url(../img/right-arrow.png) no-repeat !important;
  top: -28px;
  left: 95%; }
.testimonials .slick-prev {
  background: url(../img/left-arrow.png) no-repeat !important;
  top: -28px;
  left: 85%; }

.upper-f {
  text-transform: uppercase; }

.price {
  color: #d31145;
  font-size: 20px; }

.currency {
  color: #d31145;
  font-size: 12px; }

/* Checkbox Style */
.checkbox input[type=checkbox] {
  display: none; }
.checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #bbb;
  vertical-align: middle;
  padding-left: 0; }
.checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: 100;
  color: #d31145;
  padding-left: 3px; }
.checkbox label {
  padding-left: 0 !important; }

/* Navigation */
.navigation ul {
  padding-top: 40px;
  padding-left: 10px; }
  .navigation ul li {
    margin-right: 10px; 
    padding: 2px;
  }
    .navigation ul li a {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      padding: 3px 5px; }
      .navigation ul li a:focus {
        background: transparent;
        outline: none;
        box-shadow: none; }
    .navigation ul li.active a, .navigation ul li:hover a, .navigation ul li.active:hover a {
      color: #a09180;
      background: #575553; }
      .navigation ul li.active a:focus, .navigation ul li:hover a:focus, .navigation ul li.active:hover a:focus {
        color: #a09180;
        background: #575553;
        outline: none;
        box-shadow: none; }
    .navigation ul li:last-child {
      margin-right: 0; }

.right-header {
  padding-left: 40px; }
  .right-header .btn-white {
    padding: 5px 10px 3px 10px; }
  .right-header [class^="icon-"], .right-header [class*=" icon-"] {
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px; }

/* Pages background images */
.home {
  background: url(../img/home.jpg) no-repeat top center;
  background-size: cover; }

.search {
  background: url(../img/search-page.jpg) no-repeat top center;
  background-size: cover; }

/* Home Page Styles */
.home .dark-box {
  margin-top: 115px;
  padding-bottom: 15px; }
  .home .dark-box h1 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
  .home .dark-box h2 {
    padding-top: 15px; }
  .home .dark-box form {
    margin-left: 20px; }
    .home .dark-box form select {
      width: 100%;
      height: 50px !important;
      font-size: 20px;
      line-height: 24px; }
    .home .dark-box form .ui-select-bootstrap > .ui-select-match > .btn, .home .dark-box form .ui-select-bootstrap input {
      height: 50px !important;
      font-size: 20px;
      padding-top: 10px; }
    .home .dark-box form .form-control {
      width: 100%; }
    .home .dark-box form .btn-red {
      padding: 10px 25px !important;
      margin-top: 1px; }
.home .row.dark-box {
  margin-top: 80px;
  padding-bottom: 0; }
  .home .row.dark-box p {
    padding-top: 20px;
    padding-bottom: 10px; }

.basket-status {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  cursor: pointer; }
  .basket-status div {
    padding-top: 5px;
    padding-bottom: 5px; }
  .basket-status .fa {
    font-size: 20px;
    padding-right: 10px; }
  .basket-status .border-b {
    border-bottom: 2px solid rgba(255, 255, 255, 0.25); }

.track {
  padding-bottom: 48px; }
  .track .btn-white {
    color: #d31145;
    padding: 7px 15px 3px 15px;
    font-family: "allerregular"; }
    .track .btn-white:hover {
      color: #d31145; }
  .track .fa {
    padding-right: 8px; }
  .track [class^="icon-"], .track [class*=" icon-"] {
    font-size: 26px;
    vertical-align: text-top; }
  .track form {
    margin-top: 25px; }
  .track input {
    border: 1px solid #c6c6c6; }
    .track input::-webkit-input-placeholder {
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }
    .track input:-moz-placeholder {
      /* Firefox 18- */
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }
    .track input::-moz-placeholder {
      /* Firefox 19+ */
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }
    .track input:-ms-input-placeholder {
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }

.testimonials {
  padding-left: 30px;
  padding-bottom: 15px; }
  .testimonials .fa-star {
    color: #f5d311;
    font-size: 16px;
    margin-right: 3px; }
  .testimonials .fa-thumbs-up {
    padding-right: 8px; }
  .testimonials [class^="icon-"], .testimonials [class*=" icon-"] {
    font-size: 26px;
    vertical-align: text-top; }
  .testimonials .arrows {
    float: right; }
    .testimonials .arrows .fa {
      font-weight: 300;
      font-size: 14px;
      border: 2px solid #2e2e2e; }
    .testimonials .arrows .fa-chevron-right {
      padding: 3px 3px 3px 5px; }
    .testimonials .arrows .fa-chevron-left {
      padding: 3px 5px 3px 3px;
      margin-right: 20px; }

/* Footer */
.contact {
  background: #ededed;
  padding-bottom: 30px; }
  .contact .bb {
    border-bottom: 1px solid #c1c1c1; }
  .contact h2 {
    padding-bottom: 20px; }
  .contact [class^="icon-"], .contact [class*=" icon-"] {
    font-size: 28px;
    vertical-align: text-top;
    padding-right: 10px; }
  .contact .details p {
    line-height: 39px; }
    .contact .details p a {
      color: #d31145; }
  .contact .details .fa {
    padding-left: 8px;
    padding-right: 10px; }
  .contact form label {
    text-align: left !important;
    font-size: 16px; }
  .contact form .margin {
    margin-left: 0;
    margin-right: 0; }
  .contact form textarea {
    padding: 0;
    padding-left: 5px; }
  .contact form .btn-red {
    font-size: 16px;
    line-height: 24px; }
  .contact form .form-control {
    border: 1px solid #c6c6c6; }
  .contact form input {
    padding-left: 5px; }
    .contact form input::-webkit-input-placeholder {
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }
    .contact form input:-moz-placeholder {
      /* Firefox 18- */
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }
    .contact form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }
    .contact form input:-ms-input-placeholder {
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }

.dealers {
  padding-bottom: 20px;
  background: #2e2e2e; }
  .dealers h2 {
    padding-bottom: 20px; }
  .dealers .bb {
    border-bottom: 1px solid #626262; }
  .dealers .fa {
    padding-right: 10px; }

.footer-wrap {
  background: #ededed;
  padding-top: 15px;
  padding-bottom: 20px; }
  .footer-wrap a {
    font-size: 14px;
    line-height: 20px;
    color: #2e292a;
    padding: 5px; }
    .footer-wrap a:hover {
      color: #2e292a;
      text-decoration: none;
      background-color: none; }
  .footer-wrap p {
    color: #2e292a;
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px; }
  .footer-wrap ul {
    list-style: none;
    padding-top: 20px; }
    .footer-wrap ul li {
      display: inline-block;
      margin-right: 8px; }
      .footer-wrap ul li:last-child {
        margin-right: 0; }
  .footer-wrap a:hover {
    background: #fff; }

/* Search Page */
.search-wrap {
  padding-bottom: 60px; }
  .search-wrap h2 {
    padding-bottom: 10px;
    padding-left: 30px;
    color: #2e2e2e; }
    .search-wrap h2.bb {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .search-wrap p {
    padding-left: 15px;
    padding-right: 50px;
    padding-right: 30px;
    padding-top: 10px; }

.search-form {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px; }
  .search-form label {
    color: #2e2e2e;
    font-size: 20px;
    font-family: "allerlight";
    padding-bottom: 8px; }
  .search-form select {
    font-size: 20px;
    line-height: 24px; }
  .search-form .input-group {
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 5px; }
  .search-form .input-group-btn a {
    background: #d31145;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    border-radius: 5px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    padding-left: 20px;
    padding-right: 20px; }
    .search-form .input-group-btn a:hover, .search-form .input-group-btn a:focus, .search-form .input-group-btn a:active, .search-form .input-group-btn a:focus:active {
      color: #fff;
      background: #e3124a;
      outline: none; }
  .search-form input {
    border: none;
    background: #fff;
    height: 40px; }
    .search-form input::-webkit-input-placeholder {
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }
    .search-form input:-moz-placeholder {
      /* Firefox 18- */
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }
    .search-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }
    .search-form input:-ms-input-placeholder {
      color: #2e292a;
      font-size: 16px;
      font-family: "allerlight";
      font-weight: 400;
      opacity: 1;
      text-transform: none;
      letter-spacing: 0;
      word-spacing: 1; }

.result-content {
  background: #fffffb; }
  .result-content .bb {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px; }
  .result-content .btn-group .btn {
    width: 100%; }

.result-prod {
  border: 1px solid #f0f0f0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
  min-height: 320px; }
  .result-prod img {
    width: 100%;
    max-height: 162px; }
  .result-prod .prod-details {
    text-align: center;
    border-top: 1px solid #f0f0f0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    position: relative;
    min-height: 156px; }
    .result-prod .prod-details p {
      font-size: 14px;
      line-height: 20px;
      font-family: "allerbold";
      padding-left: 10px;
      padding-right: 10px; }
    .result-prod .prod-details .prod-info {
      padding-top: 10px;
      padding-bottom: 10px;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .result-prod .prod-details .prod-info .btn-black {
        font-size: 16px;
        width: 90%; }
      .result-prod .prod-details .prod-info p {
        padding-bottom: 10px; }
      .result-prod .prod-details .prod-info .fa {
        font-size: 20px;
        padding-right: 15px; }
      .result-prod .prod-details .prod-info [class^="icon-"], .result-prod .prod-details .prod-info [class*=" icon-"] {
        font-size: 25px;
        vertical-align: middle;
        padding-right: 10px; }
      .result-prod .prod-details .prod-info .icon-price {
        vertical-align: sub; }
      .result-prod .prod-details .prod-info p {
        margin-bottom: 0;
        padding-top: 5px; }

/* Product Page */
.result-content h2, .result-content p {
  line-height: 1; }
.result-content .grey-box {
  font-family: "allerregular";
  width: 245px;
  padding: 8px;
  border-radius: 5px; }
.result-content .fa {
  padding-right: 10px;
  font-size: 20px; }
.result-content [class^="icon-"], .result-content [class*=" icon-"] {
  font-size: 25px;
  vertical-align: middle;
  padding-right: 10px; }
.result-content .icon-price {
  vertical-align: sub;
  color: #a09180; }
.result-content .icon-emailUs {
  font-size: 32px;
  vertical-align: sub; }
.result-content .icon-cart, .result-content .icon-repair, .result-content .icon-exchange {
  font-size: 30px;
  vertical-align: sub; }
.result-content .btn-red, .result-content .btn-white, .result-content .btn-black {
  padding: 10px 15px;
  margin-top: 10px; }
.result-content .btn-white {
  border: 2px solid #d31145;
  color: #d31145;
  font-size: 20px;
  line-height: 24px; }
.result-content .btn-black {
  border: 1px solid #c6c6c6;
  color: #2e2e2e;
  font-size: 20px;
  background-image: -moz-linear-gradient(90deg, #f7f7f7 0%, #fdfdfd 100%);
  background-image: -webkit-linear-gradient(90deg, #f7f7f7 0%, #fdfdfd 100%);
  background-image: -ms-linear-gradient(90deg, #f7f7f7 0%, #fdfdfd 100%); }
  .result-content .btn-black:hover {
    background: #f0f0f0; }
  .result-content .btn-black:focus, .result-content .btn-black:active {
    box-shadow: none;
    outline: none; }
.result-content hr {
  border-top: 1px solid #f0f0f0;
  margin-bottom: 0; }

.prod-img {
  border: 1px solid #f0f0f0;
  margin-top: 20px;
  border-radius: 5px; }
  .prod-img img {
    width: 100%; }

.page-head .grey-box {
  font-family: "allerregular";
  width: 245px;
  padding: 8px;
  border-radius: 5px; }
  .page-head .grey-box .fa {
    padding-right: 8px;
    padding-left: 5px;
    font-size: 26px; }

/* Cart Page */
.cart {
  background: #fff;
  padding-bottom: 70px; }
  .cart .cart-wrap {
    padding-bottom: 50px;
    border-bottom: 1px solid #f0f0f0; }
  .cart [class^="icon-"], .cart [class*=" icon-"] {
    font-size: 32px;
    vertical-align: sub;
    padding-right: 10px; }
  .cart .icon-cartCheckout, .cart .icon-cartAdd {
    font-size: 26px;
    padding-right: 5px; }
  .cart .prod-details p {
    font-size: 14px;
    line-height: 20px;
    font-family: "allerbold";
    padding-left: 10px;
    padding-right: 10px; }
  .cart table thead {
    border: none; }
    .cart table thead tr {
      border-top: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0; }
      .cart table thead tr th {
        border: none;
        font-family: "allerregular";
        font-size: 16px;
        line-height: 20px; }
  .cart table tbody {
    border: none; }
    .cart table tbody tr {
      border: none; }
      .cart table tbody tr td {
        border: none; }
  .cart table .cart-img img {
    width: 80%;
    border: 1px solid #f0f0f0; }
  .cart table .grey-box {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-family: "allerregular"; }
  .cart table .qty {
    width: 55%;
    margin: auto;
    margin-top: 0px;
    padding: 8px; }
    .cart table .qty input {
      width: 100%;
      font-size: 16px;
      font-family: "allerregular";
      text-align: center;
      border: 1px solid #f0f0f0;
      border-radius: 5px;
      height: 40px; }
      .cart table .qty input:focus {
        outline: none;
        box-shadow: none; }
  .cart table .tbl-price {
    margin-top: 18px; }
  .cart table .price, .cart table .currency {
    color: #2e2e2e;
    font-family: "allerbold"; }
  .cart .white-box {
    border: 1px solid #ccc;
    padding-bottom: 15px; }
    .cart .white-box p {
      padding-top: 20px;
      padding-left: 20px; }
  .cart .checkbox {
    padding-left: 20px;
    font-size: 16px; }
    .cart .checkbox span {
      padding-left: 30px; }
  .cart .totals table {
    width: 94%;
    margin-left: 20px;
    margin-bottom: 30px; }
    .cart .totals table .total {
      border-top: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0; }
  .cart .totals button {
    width: 100%; }
  .cart .totals .btn-red, .cart .totals .btn-white {
    padding: 5px;
    font-size: 18px; }
  .cart .totals .btn-white {
    border: 1px solid #d31145;
    color: #d31145;
    background: #f0f0f0; }

/* Checkout Page */
.checkout {
  background: #fff;
  padding-right: 0; }
  .checkout [class^="icon-"], .checkout [class*=" icon-"] {
    font-size: 32px;
    vertical-align: sub;
    padding-right: 10px; }
  .checkout .page-head {
    margin-bottom: 10px; }
  .checkout .order-sum {
    padding-top: 90px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    .checkout .order-sum h2 {
      margin-top: 12px; }
  .checkout ul {
    border-bottom: 1px solid #f0f0f0; }
    .checkout ul li {
      margin-right: 5px; }
      .checkout ul li a {
        border: 1px solid #f0f0f0;
        font-size: 16px;
        color: #d31145;
        font-family: "allerregular"; }
        .checkout ul li a:hover {
          border: 1px solid #f0f0f0; }
      .checkout ul li.active {
        border-bottom: none; }
        .checkout ul li.active a {
          border: 1px solid #f0f0f0;
          border-bottom-color: transparent;
          color: #2e2e2e; }
          .checkout ul li.active a:hover, .checkout ul li.active a:focus, .checkout ul li.active a:active {
            border: 1px solid #f0f0f0;
            border-bottom-color: transparent; }
      .checkout ul li:last-child {
        margin-right: 0px; }
  .checkout .p-sm {
    font-family: "allerbold";
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px; }
  .checkout button {
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    .checkout button .fa {
      font-size: 24px;
      margin-right: 10px; }
  .checkout input {
    border: 1px solid #ddd;
    outline: none;
    box-shadow: none; }
    .checkout input:focus, .checkout input:active {
      box-shadow: none;
      outline: none;
      border-color: #ddd; }
  .checkout select {
    height: 34px !important; }
  .checkout label {
    font-size: 16px; }
  .checkout #payment form {
    padding-top: 25px; }
  .checkout #payment button {
    margin-bottom: 0; }
  .checkout h2.bb {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 3px; }
  .checkout table {
    width: 100%; }
    .checkout table .img {
      border: 1px solid #f0f0f0;
      margin-top: 10px;
      padding-bottom: 15px;
      position: relative; }
      .checkout table .img img {
        width: 100%; }
      .checkout table .img .badge {
        position: absolute;
        top: -7px;
        right: -7px;
        background: #f0f0f0;
        color: #2e2e2e;
        border: 1px solid #b8b8b8; }
    .checkout table .p-sm.desc {
      padding-left: 20px;
      padding-right: 60px;
      padding-top: 15px; }
  .checkout .totals {
    width: 100%;
    bottom: 0;
    padding-bottom: 30px;
    padding-right: 20px; }
    .checkout .totals table {
      border-top: 1px solid #f0f0f0;
      width: 94%; }
      .checkout .totals table .total {
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0; }
      .checkout .totals table .currency {
        color: #2e2e2e; }
  .checkout #shipping .list-group label {
    margin-top: 5px;
    font-size: 16px;
    font-family: "allerregular";
    border: 1px solid #f0f0f0;
    border-radius: 5px; }
  .checkout #shipping .list-group input {
    margin-right: 15px; }
  .checkout #info .p-i-sm {
    font-family: "allerlight_italic";
    font-size: 14px;
    line-height: 24px;
    color: #2e2e2e; }

/** Sliding Menu **/
menu {
  display: block;
  margin: 0; }
  menu > div {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 220px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: -webkit-transform ease 250ms;
    -moz-transition: -webkit-transform ease 250ms;
    -ms-transition: -webkit-transform ease 250ms;
    -o-transition: -webkit-transform ease 250ms;
    transition: -webkit-transform ease 250ms;
    -webkit-transition: transform ease 250ms;
    -moz-transition: transform ease 250ms;
    -ms-transition: transform ease 250ms;
    -o-transition: transform ease 250ms;
    transition: transform ease 250ms; }
    menu > div.right {
      display: none;
      z-index: 100;
      background: rgba(0, 0, 0, 0.7);
      right: -220px;
      height: 100%;
      border-left: 1px solid rgba(255, 255, 255, 0.4);
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
    menu > div.show.right {
      display: block;
      transform: translate3d(-220px, 0, 0);
      -ms-transform: translate3d(-220px, 0, 0);
      -webkit-transform: translate3d(-220px, 0, 0);
      -o-transform: translate3d(-220px, 0, 0);
      -moz-transform: translate3d(-220px, 0, 0); }

.pop-menu {
  list-style: none;
  text-align: right;
  padding-top: 140px;
  padding-right: 45px; }
  .pop-menu li a {
    color: #f0f0f0;
    font-size: 18px;
    line-height: 42px; }

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10; }

.custom-page {
  padding-top: 60px; }
  .custom-page .fa {
    font-size: 40px;
    color: #d31145; }
  .custom-page [class^="icon-"], .custom-page [class*=" icon-"] {
    color: #d31145;
    font-size: 40px; }
  .custom-page h2 {
    line-height: 10px;
    font-family: "allerregular"; }
  .custom-page p {
    padding-top: 20px;
    line-height: 22px; }
  .custom-page ul {
    padding-top: 10px;
    padding-left: 20px; }
    .custom-page ul li {
      font-size: 16px;
      padding-left: 25px;
      line-height: 22px; }
  .custom-page a {
    font-size: 16px;
    color: #d31145;
    font-family: "allerregular"; }
    .custom-page a:hover {
      color: #d31145; }
    .custom-page a.pl-75 {
      padding-left: 75px; }

.sweet-alert {
  font-family: "allerlight"; }
  .sweet-alert .confirm {
    background-color: #d31145 !important; }
  .sweet-alert .sa-icon.sa-warning {
    border-color: #d31145; }

/* Order Confirmation Page */
.order-confirm {
  color: #2e2e2e;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }
  .order-confirm h2 {
    padding-top: 20px; }
  .order-confirm h3 {
    font-size: 20px;
    line-height: 26px; }

/* Download page */
.downloads {
  padding-top: 0px; }
  .downloads h2.grey-box {
    padding-top: 15px;
    padding-bottom: 15px; }
  .downloads ul {
    list-style: none; }
    .downloads ul li {
      padding-top: 20px; }
      .downloads ul li a {
        padding-left: 20px; }

.contact .ui-select-bootstrap > .ui-select-match > .btn, .ui-select-bootstrap input {
    width: 100%;
    font-size: 14px;
    font-family: "allerlight";
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    color: #2e2e2e; }
/** Angular Ui-Select Custom */
.ui-select-bootstrap > .ui-select-match > .btn, .ui-select-bootstrap input {
  width: 100%;
  font-size: 20px;
  font-family: "allerlight";
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  color: #2e2e2e; }
.ui-select-bootstrap .form-control {
  width: 100%; }
.ui-select-bootstrap > .ui-select-choices {
  text-transform: uppercase; }

#banner.transition {
  -webkit-transition: background 1s linear;
  -moz-transition: background 1s linear;
  -o-transition: background 1s linear;
  transition: background 1s linear;
  background: rgba(80, 125, 200, 0.55); }
  #banner.transition:hover {
    background: rgba(100, 125, 175, 0); }

button.paypal-btn {
  box-shadow: none;
  background-color: #fff;
  padding: 0;
  border: 0; }

.sitemap a {
  color: #000;
  text-decoration: none; }
  .sitemap a h2 {
    color: #d31145; }
  .sitemap a:hover {
    color: #d31145; }
.sitemap .result-content {
  padding-left: 30px; }

.modal {
  padding: 0 !important;
  text-align: center; }
  .modal p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.429; }
    .modal p.mb {
      margin-bottom: 3px; }
    .modal p .icon-price {
      color: #a09180; }
  .modal [class^="icon-"], .modal [class*=" icon-"] {
    font-size: 28px;
    vertical-align: sub; }
  .modal .form-modal label.agree, .modal .form-modal input {
    margin: 10px 0 20px; }
  .modal .form-modal label.agree {
    padding-left: 5px; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .modal .grey-box {
    border: 1px solid #eeeeee;
    padding-bottom: 20px;
    border-radius: 5px; }
  .modal .msg-wrap {
    padding: 3px 3px 30px 3px;
    background-color: #fff; }
    .modal .msg-wrap h6 {
      margin-top: 0;
      font-size: 20px; }
    .modal .msg-wrap .btn-red {
      padding: 10px 15px; }
    .modal .msg-wrap .btn-close {
      color: #ededed;
      font-size: 24px;
      position: absolute;
      top: 18px;
      right: 20px;
      border: 1px solid #e988a2;
      border-radius: 5px;
      padding: 4px 8px 6px; }

.modal-dialog {
  width: 680px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.red-box {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background-color: #d31145;
  border-radius: 5px; }

.loading {
  text-align: center;
  margin-top: 100px; }
  .loading .fa {
    padding: 0;
    font-size: 3em; }

@media (max-width: 3000px) and (min-width: 991px) {
  /* Use this class for side bar to be height 100% */
  .t-cell > div {
    display: table-cell;
    float: none;
    vertical-align: top; }

  /* End */ }
@media (max-width: 1200px) {
  .logo {
    text-align: center; }

  .result-prod {
    margin-top: 30px; }
    .result-prod .prod-details {
      height: 170px; }
      .result-prod .prod-details .prod-info {
        padding-left: 10px; }
        .result-prod .prod-details .prod-info .fa {
          padding-right: 5px; }

  .cart .checkbox span {
    padding-left: 0; }
  .cart .totals .btn-white {
    width: 100%;
    margin-bottom: 10px; }

  .testimonials slick {
    width: 330px; }
  .testimonials .slick-next {
    left: 80%; }
  .testimonials .slick-prev {
    left: 65%; } }
@media (max-width: 991px) {
  .sm-no-pl {
    padding-left: 0; }

  .sm-pt-20 {
    padding-top: 20px; }

  .navigation ul li {
    margin-right: 8px !important; }
    .navigation ul li:last-child {
      margin-right: 0 !important; }

  .search-btn {
    text-align: right !important;
    padding-right: 15px; }

  .home .dark-box form .btn-red {
    margin-top: 10px !important; }

  slick {
    width: 420px;
    margin: auto; }

  .checkout .order-sum {
    padding-top: 20px; }
  .checkout .totals {
    position: relative;
    padding-right: 0; }
    .checkout .totals table {
      width: 100%; } }
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 36px; }

  h2 {
    font-size: 18px;
    line-height: 26px; }

  .xs-no-pr {
    padding-right: 0; }

  .xs-no-pl {
    padding-left: 0; }

  .xs-no-pb {
    padding-bottom: 0; }

  .xs-pl-15 {
    padding-left: 15px; }

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

  .contact .form-horizontal .form-group {
    margin-left: 0px !important; }
  .contact .details p {
    line-height: 24px; }

  .navicon-line {
    background: #f0f0f0;
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px; }

  .mobile-nav {
    position: absolute;
    top: 55px;
    right: 20px; }

  .right-header {
    padding-top: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .home .dark-box {
    padding-top: 50px; }
    .home .dark-box form .ui-select-bootstrap > .ui-select-match > .btn, .home .dark-box form .ui-select-bootstrap input {
      font-size: 16px;
      padding-top: 12px; }

  .dealers {
    text-align: center; }

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

  .checkout .tab-pane .form-group {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  #payment .xs-custom, #info .xs-custom {
    text-align: left;
    padding-top: 20px;
    padding-left: 0; }
  #payment .form-group, #info .form-group {
    padding-left: 0px !important; }

  .custom-page a {
    padding-left: 20px; }

  .cart .totals {
    padding-left: 0; }
    .cart .totals table {
      width: 100%;
      margin-left: 0; }

  .cart-wrap {
    padding-right: 0;
    padding-left: 0; }
    .cart-wrap .cart-item {
      padding-right: 0;
      padding-left: 0;
      padding-top: 20px; }
      .cart-wrap .cart-item .cart-img {
        padding-left: 0; }
        .cart-wrap .cart-item .cart-img img {
          width: 100%; }
      .cart-wrap .cart-item .prod-details {
        padding-left: 0;
        padding-right: 0; }
      .cart-wrap .cart-item .type {
        margin-top: 5px; }
        .cart-wrap .cart-item .type p {
          line-height: 45px; }
        .cart-wrap .cart-item .type .grey-box {
          width: 100%;
          padding: 0; }
        .cart-wrap .cart-item .type .type-content p {
          line-height: 31px;
          margin-top: 5px; }
      .cart-wrap .cart-item .qty p {
        line-height: 35px; }
      .cart-wrap .cart-item .qty .price, .cart-wrap .cart-item .qty .currency {
        color: #2e2e2e;
        font-family: "allerbold"; }
      .cart-wrap .cart-item .qty input {
        text-align: center; }

  .testimonials slick {
    margin: initial; }

  .result-prod img {
    max-height: 100%; }

  .modal-dialog {
    width: 97%; } }
@media (max-width: 680px) {
  .checkout .nav-tabs li {
    width: 100%; } }
@media (max-width: 480px) {
  slick {
    width: 250px;
    margin: auto; }

  .testimonials slick {
    width: 280px;
    margin: initial; }

  .modal .msg-wrap .btn-close {
    top: -5px;
    right: -3px;
    border: none; } }

/*# sourceMappingURL=modulerepair.min.css.map */
