@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* Fix to stop iOS zooming in on inputs/selects */
/*@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
  select,
  textarea,
  input {
    font-size: 16px!important;
  }
}*/
select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
   /* background: #eee;*/
  }
  select,
  textarea,
  input {
    font-size: 16px!important;
  }
@media (min-width: 768px) {
  select,
  textarea,
  input {
  font-size: 14px!important;
}
}
a:focus {
  outline: none!important;
}
/* Button Classes */
fieldset {
  margin-bottom: 15px;
}
body > .container {
  margin-bottom: 30px!important;
}
a:focus {
    text-decoration: none;
}
a:hover {
  color: #e31c23;
}

.btn-danger {
  color: #ffffff!important;
  background-color: #e41c23;
  border-color: transparent;
  /*border-radius: 0;*/
 /* color: #ffffff;*/
  font: 20px/20px "Karla";
  padding: 7px 20px!important;
}
.btn.primary, .btn.success {
  background: #007ec0 none repeat scroll 0 0;
  border-radius: 0 !important;
  color: #ffffff;
  font: 20px/20px "Exo 2";
  padding: 10px 20px;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e31c23;
  border-color: transparent;
}
.btn-danger .badge {
  color: #e31c23;
  background-color: #ffffff;
}

.category.cover {
    background: rgba(0, 0, 0, 0) url("../image/1.jpg") no-repeat scroll center top;
    margin: 0 0 40px;
    /*min-height: 395px;*/
    min-height: 450px; /* Works with French */
    overflow: hidden;
    position: relative;
    transition: background-image 1s linear 0s;
    margin-top: -30px!important;
    background-size:cover!important;
}
.category.cover.automotive {
  background: rgba(0, 0, 0, 0) url("../image/automotive-header.jpg") no-repeat scroll center top;
}
.category.cover.motorcycle {
  background: rgba(0, 0, 0, 0) url("../image/motorcycle-header.jpg") no-repeat scroll center top;
}
.category.cover.scooter {
  background: rgba(0, 0, 0, 0) url("../image/scooter-header.jpg") no-repeat scroll center top;
}
.category.cover > .container > .description {
     background: rgba(0, 0, 0, .7);
/*    max-height: 256px;*/
    padding: 25px;
    position: relative;
    top: 50px;
    width: 450px;
    z-index: 10;
}
@media (max-width: 600px) {
  .category.cover > .container > .description {
    width: 100%!important;
    height:auto!important;
    max-height: none!important;
  }
  .category.cover > .container > .description > img {
    max-width:400px;
  }
}
.category.cover > .container > .description > p {
  color: #fff;
  font-size: 14px;
}
.category.cover > .container > .description > img {
  padding-bottom: 10px;
}
.dynamic-categories.box {
 background-color: #f0f0f0;
 padding: 15px;
 padding-bottom: 8px;
}
.category-dropdown {
  width: 33%;
  display:inline!important;
}
.box-heading > h2 {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
}
.dynamic-categories > .box-content > .model-list {
  margin-top: 35px!important;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 450px) {
.dynamic-categories > .box-content > span.development {
    margin-top: 0!important; 
}
.box-content {
  margin-bottom: 50px;
}
}
@media (min-width: 450px) {
  .model-list-container {
    padding-bottom: 30px;
  }
}
.dynamic-categories > .box-content > .model-list > a {
  cursor: pointer;
}
/*.dynamic-categories > .box-content > span.development {
  text-transform: uppercase;
  background-color: white;
  padding:20px;
  margin-right: -15px;
margin-top: -20px;
}*/
.dynamic-categories > .box-content > span.development {
    display: inline-block;
    font-family: "Bitter","Trebuchet MS",Arial;
    font-size: 18px;
    line-height: 30px;
    padding: 15px 20px;
    position: relative;
    background-color: #fff;
    z-index: 10;
    margin-right: -15px;
    text-transform: uppercase;
    margin-top: -50px;
    }
.dynamic-categories > .box-content > span.development:before {
    border-right: 30px solid #fff;
    border-top: 60px solid transparent;
    left: -30px;
       content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
/* Model List */
.models {
  padding: 3px 0px 5px!important;
  border-radius: 0;
  margin-top: 0px;
  font-family: "Raleway";
  list-style: outside none none;

/*  left: -50!important;
  right: 0!important;*/
/*  margin-left: -250px!important;
  padding-left: 125px!important;*/
}
    .models ul {
      width: 100%;
      list-style: outside none none;
    }
 /*   .models li {padding-right: 3px;}*/
    .models {font-size: 16px; font-weight: 700!important; margin-top: 2px;}
    .models a {color:#000; }
    .models ul li { display: inline; font-weight: 400!important; font-size:13px!important;font-size: 0.94rem;}
    .models ul li:after { content: ",    "; }
    .models ul li:last-child:after { content: ""; }
    .models img {max-width: 35px!important; margin-right: 8px;}
.models .new {
      background-image: url('https://www.scorpion-exhausts.com/image/catalog/new.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #e31c23 !important;
    font-weight: 700 !important;
    padding-left: 30px;
}

/* Category Thumbnails */
.thumbnail h2 {
   /* font-family: "Lato",sans-serif;*/
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}

.cat-auto svg {
  display: block;
}

.cat-auto section {
  position: relative;
  padding: 5em 20%;
  background: #fff;
/*  color: #fff;*/
/*  text-align: center;*/
}

.col-2 .column {
  width: 49%;
}
.col-3 .column {
  width: 33%;
}
.col-4 .column {
  width: 24%;
  text-align: center;
}

.col-4 .column p {
  padding: 1.4em;
}
.col-4 > .column > h3, .col-4 > .column > p {
  margin-left: -3px;
  margin-right: -3px;
}
.column {
  display: inline-block;
  vertical-align: top;
}
.column.text > h1 {
  margin-top: 0;
  font-size: 27px;
}

section p {
  /*color: rgba(0,0,0,.3);*/
  color: #8e8e8e;
  font-size: 1.3em;
  line-height: 1.5;
}

/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

/* Section Classes */

/* Triangles */
.ss-style-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.ss-style-triangles::before {
  top: -50px;
  background: #fff;
}

.ss-style-triangles::after {
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.color {
  background: #f2f2f2!important;
  padding: 5em 20% 10em !important;
}

/* Double Diagonal line */

.ss-style-doublediagonal {
  z-index: 1;
  padding-top: 6em;
  background: #fff;
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
  height: 50%;
  background: #e31c23;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}

/* Big Triangle */
svg#bigTriangleColor {
  pointer-events: none;
}

#bigTriangleColor path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
}
#bigTriangleColor {
  background-color: #f2f2f2!important;
}

section > h2 {
  font-size: 30px;
}

/* Section Options */

.section-options { 
background-color: #f2f2f2!important;
margin-top: -6px;
 }
 .section-options h2 {
  text-align:center;
 }
 .section-options > p {
  text-align: center;
  font-size: 1.5em;
 }

 /* Section Tailpipes & Silencers */
 .section-tailpipes, .section-silencers, .section-silencer-finishes {
  text-align: center;
 }
 .section-tailpipes h3, .section-silencers h3, .section-silencer-finishes h3 {
  font-weight: 700;
 }
.section-silencers {
  padding-bottom: 10em!important;
}

/* Media Queries for the layout */
@media screen and (max-width: 68em) {
  section {
    font-size: 80%;
  }
}

@media screen and (max-width: 54em) {
  .column {
    display: block;
    width: 100% !important;
  }
  .category-dropdown {
    width: 100%!important;
  }
}
@media (max-width: 1500px) {
  .cat-auto section {
    padding: 5em 15%;
  }
  .color {
    padding-right: 10%!important;
    padding-left: 10%!important;
  }
}
@media (max-width: 1200px) {
  .cat-auto section{
    padding: 5em 10%;
  }
  .color {
    padding-right: 10%!important;
    padding-left: 10%!important;
  }
}
@media (max-width: 500px) {
  .cat-auto section {
    padding: 5em 2%;
  }
  .color {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
}
.text > h2 {
  margin-top: 0;
}

/* Matched Column Heights */
.row.matched-heights {
    overflow: hidden; 
}

.row.matched-heights [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/* Transform Category Column Headers */
.category-column > h3 {
  text-transform: uppercase;
}
/* Add border to category columns */
@media (min-width: 991px) {
  .category-column:nth-child(-n+2) {
    border-right: #cdcdcd medium solid;
  }
}

/* New Category */
.category-wrapper-new {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: 13px;
}

.category-new {
  font: bold 15px Sans-Serif;
  color: #000;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #e22517;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e22517), to(#cb2114)); 
  background-image: -webkit-linear-gradient(top, #e22517, #cb2114); 
  background-image:    -moz-linear-gradient(top, #e22517, #cb2114); 
  background-image:     -ms-linear-gradient(top, #e22517, #cb2114); 
  background-image:      -o-linear-gradient(top, #e22517, #cb2114); 
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.category-new:before, .category-new:after {
  content: "";
  border-top:   3px solid #e22517;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.category-new:before {
  left: 0;
}
.category-new:after {
  right: 0;
}
.category-new-border {
  border: 2px solid #e22517!important;
}
.cat-padding {
padding-right: 0!important;
/*padding-left: 0!important;*/
}




/* Product Page Layout */

/* Page Background & Margin */
.page-fill {
  background-color: #f8f8f8!important;
  padding-bottom: 30px;
}

/* Product Title */

.container > .product-title {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.container > .row.product-title > .cat-image {
  padding-left:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #e0e0e0;
}
.container > .product-title > .cat-image > img {
  margin-top:-30px;
  margin-right: 10px;
  max-width: 80px;
}
.container > .product-title > .cat-image > h3 {
  display:inline-block;
  font-family: 'Lato', sans-serif;
  font-size:22px;
}
.container > .product-title > .cat-image > h3 > span {
  font-size:18px;
}
.container > .product-title > .cat-image > h1 {
  display:inline-block;
  font-family: 'Lato', sans-serif;
  font-size:22px;
}
.container > .product-title > .cat-image > h1 > span {
  font-size:18px;
}

/* Headings */

.productcolumn.data > .box.productheading > h2 {
  text-align:center;
  margin-top:0;
  font-family: 'Lato', sans-serif;
  font-size: 21px;
}
.productcolumn.data > .box.productheading > h3 {
  text-align:center;
  margin-top:5px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}

/* Mobile Layout */
@media only screen and (max-width: 992px) {
  .row.category {
    margin-left: 7px;
    margin-right: 7px;
  }
  .productcolumn.data {
  border-right:0!important;
  border-top:20px solid #f8f8f8;
  }
}

/* Product Column */
.productcolumn.data {
  background-color: #ffffff;
  border-right:38px solid #f8f8f8;
  padding-top:5px;
  padding-left:0;
  padding-right:0;
}
.productcolumn.image {
  background-color: #ffffff;
  padding-left:0;
  padding-right:0;
}
.productcolumn.data > .box {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}
.productcolumn.data > .box > h3, .productcolumn.data > .box > h4 {
  margin-bottom: 0;
}
/*.productcolumn.data > .box .btn { 
  background-image: none!important;
 }
.productcolumn.data > .box .btn-danger {
  background-image: none!important;
  border-radius: 0;
  background-color: #d9534f;
}*/
.productcolumn.data > .box .btn-danger.active {
  background-color: #c9302c;
}

.productcolumn.data > .box .btn-danger {
  background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  border-radius: 0;
  text-shadow: none;
  color: #000000!important;
  border: 1px solid black;
}
.productcolumn.data > .box .btn-danger.btn-toggle {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.productcolumn.data > .box .btn-danger.active {
  font-weight: 700;
  color: #fff!important;
}
.productcolumn.data > .box .btn-danger.active.btn-toggle {
  background-image: none;
}
.productcolumn.data > .box .btn-danger.active.btn-toggle {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.productcolumn.data > .box .btn-danger:hover {
  color:#000000;
}

.productcolumn.data > .box > .title {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 0.5em;
}
.productcolumn.data > .box.where-to-buy > p {
  text-align:center;
}
.productcolumn.data > .box.where-to-buy > .stock {
  text-align: center;
  font-family: 'Karla';
}
.productcolumn.data > .box.where-to-buy > .stock > .stock {
  font-weight:700;
  text-transform: uppercase;
  font-size: 17px;
}
.productcolumn.data > .box.where-to-buy > .stock > .stock.in {
  color: green;
}
.productcolumn.data > .box.where-to-buy > .stock > .stock.out {
  color: red;
}
.productcolumn.data > .box.where-to-buy > .stock > #dispatch_date {
  font-weight: 700;
  color: #333;
  font-size: 13px;
}
.productcolumn.data > .box.where-to-buy > .stock > #dispatch_date > .date{
  color: green;
}
.productcolumn.data > .box.where-to-buy .btn-order, .productcolumn.data > .box.where-to-buy .btn-subscribe {
  background-color:#c9302c;
  text-shadow: none;
  color: #fff;
  background-image: none;
  font-family: karla;
}
.productcolumn.data > .box.where-to-buy > .payment_logos {
  text-align: center;
  border: 1px solid #e5e5e5;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 15px;
  padding-top: 4px;
}
.productcolumn.data > .box.where-to-buy > .payment_logos p {
  margin: 0;
  font-weight: 700;
  color:#333;
  font-family: karla;
}
/* Mobile Layout */
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .productcolumn.data > .box.where-to-buy button {
    margin-right: 0!important;
  }
}
.productcolumn.data > .box.where-to-buy button {
  font-family: "Karla";
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  margin-right:15px;
}
.productcolumn.data > .box.where-to-buy button:active, .productcolumn.data > .box.where-to-buy button:hover, {
  outline: 0; 
}
.productcolumn.data > .box.technical-data > strong {
  font-size:14px;
}
.productcolumn.data > .box.technical-data > table > tbody {
  font-size: 13px!important;
}
.productcolumn.data > .box > h2, .productcolumn.data > .box > h3, .productcolumn.data > .box > h4 {
  text-transform: uppercase;
  color: #123;
  font-weight: 700;
}
.productcolumn.image > .box {
 border-top:30px solid #f8f8f8;
/* padding-left: 20px;
 padding-right: 20px;*/
 padding: 20px;
}
.productcolumn.image > .prod-image > a > img {
  width:100%;
  border-radius:6px;
}

/* Image Caption */
.image-caption > h2 {
  margin-top: -45px!important;
  left: 0; 
  width: 100%; 
  text-align: right;
}
.image-caption > h2 > span { 
  color: white; 
  font:  16px/10px Helvetica, Sans-Serif; 
  letter-spacing: -0.5px;  
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 10px; 
}

/* Image caption on mobile */
@media only screen and (max-width: 992px) {
  .image-caption > h2 {
    margin-top: 0!important;
    left: auto; 
    width: auto; 
    text-align: center;
  }
  .image-caption > h2 > span { 
    text-transform: uppercase;
    color: #123;
    font-weight: 700; 
    background: none;
    font-family: 'Lato', sans-serif;
  }
  .ec-approved > img { max-width: 50px;padding-top: 18px!important; }
}

/* Image Thumbnails */
.box > .image-block > .thumbnails > li > .thumbnail > img {
  padding: 10px 0;
}
.box > .image-block > .play > img {
  padding: 16px 0;
}
.box > .image-block > .thumbnails { 
margin-top: 20px; }

.image-additional {
  max-width:130px;
}
.box > .image-block > .thumbnails > li >.thumbnail{
  border: 0!important;
}
.box > .image-block > .thumbnails > li > .thumbnail.selected { 
  border: 4px solid #adadad!important;
 }

/* Tailpipe Checkboxes */
.image-checkbox-selection input{
  margin:0;padding:0;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  /* Hack to hide radio in Firefox */
  visibility: hidden;
  /* TB 21-12-2016 remove radio button from DOM */
  display: none!important;
}
/* Mobile Layout */
@media only screen and (max-width: 1199px) {
  .image-checkbox-selection {
      text-align: center;
  }
}
.image-checkbox-selection {
  margin-bottom: 25px!important;
  text-align: left;
  padding-top: 5px;
}
.image-checkbox-selection-2 input{
  position:absolute;
  z-index:999;
}

/* Car Tailpipes */
.image-checkbox.Monaco{background-image:url(../../../../../image/catalog/pages/trims/monaco.jpg);}
.image-checkbox.Daytona{background-image:url(../../../../../image/catalog/pages/trims/daytona.jpg);}
.image-checkbox.EVO{background-image:url(../../../../../image/catalog/pages/trims/evo.jpg);}
.image-checkbox.Imola{background-image:url(../../../../../image/catalog/pages/trims/imola.jpg);}
.image-checkbox.STW{background-image:url(../../../../../image/catalog/pages/trims/stw.jpg);}
.image-checkbox.OE{background-image:url(../../../../../image/catalog/pages/trims/oe.jpg);}
.image-checkbox.Lemans{background-image:url(../../../../../image/catalog/pages/trims/lemans.jpg);}
.image-checkbox.Tuner{background-image:url(../../../../../image/catalog/pages/trims/tuner.jpg);}
.image-checkbox.Serket{background-image:url(../../../../../image/catalog/pages/trims/serket.jpg);}
.image-checkbox.Indy{background-image:url(../../../../../image/catalog/pages/trims/indy.jpg);}
.image-checkbox.Ascari{background-image:url(../../../../../image/catalog/pages/trims/ascari.jpg);}
.image-checkbox.Monaco.Ceramic{background-image:url(../../../../../image/catalog/pages/trims/monaco-ceramic.jpg)!important;}
.image-checkbox.Daytona.Ceramic{background-image:url(../../../../../image/catalog/pages/trims/daytona-ceramic.jpg)!important;}
.image-checkbox.EVO.Ceramic{background-image:url(../../../../../image/catalog/pages/trims/evo-ceramic.jpg)!important;}
.image-checkbox.Serket.Ceramic{background-image:url(../../../../../image/catalog/pages/trims/serket-ceramic.jpg);}
.image-checkbox.Indy.Ceramic{background-image:url(../../../../../image/catalog/pages/trims/indy-ceramic.jpg)!important;}
.image-checkbox.Discrete{background-image:url(../../../../../image/catalog/pages/trims/discrete.jpg)!important;}

/* Bike Silencer Styles */
.image-checkbox.RP1-GP{background-image:url(../../../../../image/catalog/pages/silencers/rp1-gp_carbon.jpg);}
.image-checkbox.Red.Power{background-image:url(../../../../../image/catalog/pages/silencers/red_power_black_ceramic.jpg);}
.image-checkbox.Serket.Parallel{background-image:url(../../../../../image/catalog/pages/silencers/serket_carbon.jpg);}
.image-checkbox.Serket.Taper{background-image:url(../../../../../image/catalog/pages/silencers/serket_taper_carbon.jpg);}
.image-checkbox.Carbine{background-image:url(../../../../../image/catalog/pages/silencers/carbine_carbon.jpg);}
.image-checkbox.Factory{background-image:url(../../../../../image/catalog/pages/silencers/factory_carbon.jpg);}
.image-checkbox.Stealth{background-image:url(../../../../../image/catalog/pages/silencers/stealth_carbon.jpg);}
.image-checkbox.Serket.Superstock{background-image:url(../../../../../image/catalog/pages/silencers/serket_superstock_titanium.jpg);}
.image-checkbox.Power.Cone{background-image:url(../../../../../image/catalog/pages/silencers/power_cone_carbon.jpg);}
.image-checkbox.Underbelly.Slip-on{background-image:url(../../../../../image/catalog/pages/silencers/underbelly_slip-on_stainless.jpg);}

/* Bike Silencer Finishes */
.image-checkbox.RP1-GP.Carbon{background-image:url(../../../../../image/catalog/pages/silencers/rp1-gp_carbon.jpg);}
.image-checkbox.RP1-GP.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/rp1-gp_titanium.jpg);}

.image-checkbox.Serket.Parallel.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/serket_stainless.jpg);}
.image-checkbox.Serket.Parallel.Carbon{background-image:url(../../../../../image/catalog/pages/silencers/serket_carbon.jpg);}
.image-checkbox.Serket.Parallel.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/serket_titanium.jpg);}
.image-checkbox.Serket.Parallel.Black.Ceramic{background-image:url(../../../../../image/catalog/pages/silencers/serket_black_ceramic.jpg);}


.image-checkbox.Serket.Taper.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/serket_taper_stainless.jpg);}
.image-checkbox.Serket.Taper.Carbon{background-image:url(../../../../../image/catalog/pages/silencers/serket_taper_carbon.jpg);}
.image-checkbox.Serket.Taper.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/serket_taper_titanium.jpg);}

.image-checkbox.Serket.Superstock.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/serket_superstock_titanium.jpg);}

.image-checkbox.Factory.Round.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/factory_stainless.jpg);}
.image-checkbox.Factory.Round.Carbon{background-image:url(../../../../../image/catalog/pages/silencers/factory_carbon.jpg);}
.image-checkbox.Factory.Round.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/factory_titanium.jpg);}

.image-checkbox.Factory.Oval.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/factory_stainless.jpg);}
.image-checkbox.Factory.Oval.Carbon{background-image:url(../../../../../image/catalog/pages/silencers/factory_carbon.jpg);}
.image-checkbox.Factory.Oval.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/factory_titanium.jpg);}

.image-checkbox.Carbine.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/carbine_stainless.jpg);}
.image-checkbox.Carbine.Carbon{background-image:url(../../../../../image/catalog/pages/silencers/carbine_carbon.jpg);}
.image-checkbox.Carbine.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/carbine_titanium.jpg);}

.image-checkbox.Power.Cone.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/power_cone_stainless.jpg);}
.image-checkbox.Power.Cone.Carbon{background-image:url(../../../../../image/catalog/pages/silencers/power_cone_carbon.jpg);}
.image-checkbox.Power.Cone.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/power_cone_titanium.jpg);}

.image-checkbox.Red.Power.Polished.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/red_power_polished_stainless.jpg);}
.image-checkbox.Red.Power.Black.Ceramic{background-image:url(../../../../../image/catalog/pages/silencers/red_power_black_ceramic.jpg);}
.image-checkbox.Red.Power.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/red_power_titanium.jpg);}
.image-checkbox.Red.Power.Brushed.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/red_power_brushed_stainless.jpg);}

.image-checkbox.Stealth.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/stealth_stainless.jpg);}
.image-checkbox.Stealth.Carbon{background-image:url(../../../../../image/catalog/pages/silencers/stealth_carbon.jpg);}
.image-checkbox.Stealth.Titanium{background-image:url(../../../../../image/catalog/pages/silencers/stealth_titanium.jpg);}

.image-checkbox.Underbelly.Slip-on.Stainless{background-image:url(../../../../../image/catalog/pages/silencers/underbelly_slip-on_stainless.jpg);}

.image-checkbox-selection-2 input:active +.image-checkbox, .image-checkbox-selection input:active +.image-checkbox{opacity: .9;}
.image-checkbox-selection-2 input:checked +.image-checkbox, .image-checkbox-selection input:checked +.image-checkbox{
  -webkit-filter: none;
     -moz-filter: none;
          filter: none;
          font-weight:700;
}
/* Mobile Layout */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-checkbox {
    height:80px!important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .image-checkbox {
    width:90px!important;
  }
}
.image-checkbox{
  cursor:pointer;
  background-size:contain;
  background-repeat:no-repeat;
  display:inline-block;
  width:100px;height:70px;
  -webkit-transition: all 100ms ease-in;
     -moz-transition: all 100ms ease-in;
          transition: all 100ms ease-in;
  -webkit-filter: brightness(1.2) grayscale(1) opacity(.9);
     -moz-filter: brightness(1.2) grayscale(1) opacity(.9);
          filter: brightness(1.2) grayscale(1) opacity(.9);
  text-align: center;
  padding-top: 5px;
}
.image-checkbox:hover{
  -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
     -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
          filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.image-checkbox > span {
  vertical-align: -60px;
  font-size: 14px;
  font-weight: inherit;
  display:-webkit-inline-flex;
  display:inline-flex;
}
.group_padding {
  padding-bottom:55px;  
  display:block;
}
.type_padding {
  padding-bottom:25px;  
}
.popup-youtube {
  position: relative;
  display: inline-block;
/*  overflow: hidden; */
}
.popup-youtube img {
  /*width: 100%;*/
  max-width: auto;
  max-height: 100px;
}
.popup-youtube:hover a {
  opacity: 1;
  top: 0; 
  z-index: 500;
}
.popup-youtube a span {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.popup-youtube a:hover {
color:#9e1318;
}
.popup-youtube a {
  max-height:100px;
  height:100px;
  display: block;
  position: absolute;
  /*color: #e31c23;*/
  color:#cd201f;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 50;
  border: none;
}
.find-container > .search { 
  font-weight: 700;
  font-size: 13px;
}

/* Displays under 995px */
@media (max-width: 1200px) {
/*  #map {
  display: none!important;
}*/
.find-container {
  position: relative!important;
  left: 0!important;
  width: 100%!important;
  border: none!important;
  top: 0!important;
}
.find-container > .search {
  max-width: 500px!important;
  margin: 0 auto!important; 
  font-weight: 700;
  font-size: 13px;
}
.dealer-list-container {
  float:none!important;
  width:100%!important;
}
}

/* Dealer Locator */

.find-container {
  left: 50px;
  position: absolute;
  top: 82px;
  z-index: 10;
  padding:20px;
  border: 1px solid #e31c23;
  background-color: #fff;
  width:420px;
}
.find-container .header {
    font: 700 24px/24px "Raleway";
    color: #e31c23;
    padding: 0 20px 10px 20px;
    margin: 0 -20px 10px;
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
}
.find-container > .search > .select-container > h3 {
    color: #7a7a7a!important;
    margin: 15px 0 10px!important;
    font-size: 14px!important;
    font-weight: 700;
    text-transform: uppercase;
}
.find-container > .search > .select-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.modal-body {
  font-size:14px;
  font-family: "Lato";
}

/* Moded from search.tpl */
.search-container {
        background-color: #e8e8e9;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 5px;
        font-family: "Lato",Helvetica,Arial,sans-serif;
      }
      .search-container > .header {
        background-color: #e31c23;
        text-align: center;
        margin-top: -20px;
        margin-left: -15px;
        margin-right: -15px;
        -moz-border-radius: 0px;  
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px; 
      }
      .search-container > .header > h1 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        padding: 6px 6px 6px 20px;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
      }
      .category-thumb {
        border: 1px solid #ddd;
        border-radius: 5px;
      }
       .category-thumb > img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
       }
      .category-thumb-footer {
        font-family: "Lato",Helvetica,Arial,sans-serif;
        -moz-border-radius: 0px;  
        -webkit-border-radius: 0px 0px 3px 3px;
        border-radius: 0px 0px 3px 3px; 
        color: #888;
        text-align: center;
        background-color: #eee;
        line-height: 38px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
      }
      .col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;

}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


 @media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
.error-search {
  text-align: center;
  margin-top:50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

/* End moved from search.tpl */

/* Search Popup */

/* Fix for search icon on IOS */
.fullscreen_search {
  cursor: pointer!important;
}
.fullscreen_search_holder {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
.fullscreen_search_holder.fade {
    backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 111;
}
.qode_search_form_2, .qode_search_form_2 input[type="text"], .qode_search_form_2 input[type="text"]:focus, .qode_search_form_3, .qode_search_form_3 input[type="text"], .qode_search_form_3 input[type="text"]:focus, .fullscreen_search_overlay, .fullscreen_search_holder.fade, .qode_search_form, .qode_search_form input, .qode_search_form input:focus {
    background-color: #222222;
}
.fullscreen_search_holder.fade.animate {
    animation: 0.25s linear 0s normal both 1 running search_fade_in;
}
.qode_search_form input[type="text"]::-moz-placeholder, .qode_search_form_2 input[type="text"]::-moz-placeholder, .qode_search_form_3 input[type="text"]::-moz-placeholder, .fullscreen_search_holder .search_field::-moz-placeholder {
    color: #ffffff;
}
.qode_search_form input[type="text"]::-moz-placeholder, .qode_search_form_2 input[type="text"]::-moz-placeholder, .qode_search_form_3 input[type="text"]::-moz-placeholder, .fullscreen_search_holder .search_field::-moz-placeholder {
    color: #ffffff;
}

.fullscreen_search_holder .search_submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #a1a1a1;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1em;
    outline: 0 none;
    transition: color 0.2s ease 0s;
    width: auto;
}
.qode_search_form_2 .qode_search_submit, .qode_search_form_3 .qode_search_close a, .fullscreen_search_holder .search_submit, .qode_search_form i, .qode_search_form .qode_icon_in_search {
    color: #e31c23;
}
.qode_search_form_2 .qode_search_submit, .qode_search_form_3 .qode_search_close, .fullscreen_search_holder .search_submit, .qode_search_form i, .fixed_top_header .qode_search_form_3 .qode_search_close, .qode_search_form .qode_icon_in_search {
    font-size: 20px;
}
.fullscreen_search_form .search_submit {
    color: #e31c23;
}
.fullscreen_search_holder .field_holder .line {
    background-color: #e31c23;
    bottom: -1px;
    height: 1px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease 0s;
    width: 0;
}
.fullscreen_search_holder .search_field {
    font-family: Raleway, sans-serif!important;
    font-size: 25px!important;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    color: #9d9d9d;
    font-family: inherit;
    font-size: 25px;
    height: 100%;
    line-height: 1em;
    outline: 0 none;
    position: relative;
    width: 100%;
}
.qode_search_form_2 input[type="text"], .qode_search_form_2 input[type="text"]:focus, .qode_search_form_3 input[type="text"], .qode_search_form_3 input[type="text"]:focus, .fullscreen_search_holder .search_field, .fullscreen_search_holder .search_field:focus, .qode_search_form input, .qode_search_form input:focus {
    color: #ffffff;
    font-family: Raleway,sans-serif;
    font-style: normal;
    text-transform: none;
}
.fullscreen_search_holder .field_holder {
    width: 30%;
    border-bottom: 1px solid #a1a1a1;
    display: inline-block;
    position: relative;
    vertical-align: bottom;

    }
.fullscreen_search_holder .field_holder {
    border-color: #ffffff;
}
.fullscreen_search_holder .search_label {
    color: #a1a1a1;
    font-family: inherit;
    font-size: 30px;
    line-height: 1em;
    margin-right: 5px;
    vertical-align: bottom;
}
.fullscreen_search_holder .search_label {
    color: #ffffff;
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.fullscreen_search_cell {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.fullscreen_search_table {
    display: table;
    height: 100%;
    width: 100%;
}
.fullscreen_search_holder .close_container {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.search_fade_in .fullscreen_search_holder.fade.animate {
     -webkit-animation: search_fade_in .25s linear both; 
     animation: search_fade_in .25s linear both; 
}

.search_fade_out .fullscreen_search_holder.fade {
    animation: 0.25s linear 0s normal both 1 running search_fade_out;
}

.qode_search_form_2 .qode_search_submit:hover, .qode_search_form_3 .qode_search_close a:hover, .fullscreen_search_holder .search_submit:hover, .qode_search_form .qode_icon_in_search:hover {
    color: #ffffff!important;
}
@keyframes search_fade_out {
0% {
    opacity: 1;
    visibility: visible;
}
100% {
    opacity: 0;
    visibility: hidden;
}
}
@keyframes search_fade_out {
0% {
    opacity: 1;
    visibility: visible;
}
100% {
    opacity: 0;
    visibility: hidden;
}
}
@keyframes search_fade_in {
0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}
@keyframes search_fade_in {
0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}

.fullscreen_search_holder .close_container .container_inner .search_close_holder {
    margin-right: 0;
}
.fullscreen_search_holder .close_container .search_close_holder {
    margin-right: 45px;
}
.carousel-control.right .img, .fullscreen_search_holder .search_close_holder {
    float: right;
}
.side_menu_button {
    position: relative;
}
.side_menu_button {
    cursor: pointer;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}
.fullscreen_search_holder.fade.animate .fullscreen_search_close {
    opacity: 1;
    visibility: visible;
}
.fullscreen_search_close:focus {
    outline: none!important;
    }
.fullscreen_search_holder .close_container a, .fullscreen_search_close, .qode_search_form_3 .qode_search_close, .qode_search_form .qode_search_close i, .qode_search_form .qode_search_close .qode_icon_in_search {
    font-size: 30px !important;
}
.fullscreen_search_holder .close_container a, .fullscreen_search_close, .qode_search_form_3 .qode_search_close a, .qode_search_form .qode_search_close i, .qode_search_form .qode_search_close .qode_icon_in_search {
    color: #ffffff;
}
.fullscreen_search_holder .close_container a {
    opacity: 0;
    transition: opacity 0.2s ease 0s, color 0.2s ease 0s;
    visibility: hidden;
}
.side_menu_button a:last-child {
    padding: 0 0 0 8px;
}
.side_menu_button > a, .mobile_menu_button span, .fixed_top_header .side_menu_button > a, .fixed_top_header .popup_menu .line, .fixed_top_header .mobile_menu_button span {
    color: #a70064;
}
.mobile_menu_button span, .side_menu_button > a {
    color: #9d9d9d;
    transition: opacity 0.3s ease 0s;
}
.side_menu_button > a {
    display: inline;
    font-size: 14px;
    height: 20px;
    padding: 0 12px;
    position: relative;
    width: 20px;
}
.fullscreen_search_holder .close_container a, .fullscreen_search_close, .qode_search_form_3 .qode_search_close, .qode_search_form .qode_search_close i, .qode_search_form .qode_search_close .qode_icon_in_search {
    font-size: 30px !important;
}
/* End of search popup */


nav li > a:hover {
    color: #e31c23!important;
}
.eventdate {
font-size: 14px;
}
.eventdesc {
font-size: 14px;
}
.eventviewmore {
  font-size: 14px;
}

/* Owl Carousel */
.owl-carousel {
	margin-left: 20%!important;
	margin-right: 20%!important;
	width:auto!important;
}
.owl-wrapper-outer {
	box-shadow: none!important;
	border: none!important;
}
@media (max-width: 1500px) {
  .owl-carousel {
    margin: 2em 15%!important;
  }
/*  .color {
    padding-right: 10%!important;
    padding-left: 10%!important;
  }*/
}
@media (max-width: 1200px) {
  .owl-carousel {
    margin: 2em 10%!important;
  }
  /*.color {
    padding-right: 10%!important;
    padding-left: 10%!important;
  }*/
}
@media (max-width: 500px) {
  .owl-carousel {
    margin: 2em 2%!important;
  }
  /*.color {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }*/
}


/* Events Page */

.events {
  margin-bottom: 40px;
}
  .events .event {
    font-family: 'Open Sans', sans-serif!important;
    background-color: #fff;
    width: 100%;
    padding: 20px 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: table;
  }
  .events .event .event-details {
    margin-top: 25px;
    font-size: 15px;
    text-transform: none;
  }
  .events .event .event-main {
    width: 100%;
    display: table;
  }
  .events .event .event-main .date {
    font-size: 12px;
    letter-spacing: 2.15px;
    line-height: 12px;
    color: #000;
    background-color: #ffe5e5;
  }
  .events .event .event-main .event-info {
    display: table-cell;
    width: 70%;
  }
  .events .event .event-main .title {
    font-size: 24px;
    line-height: normal;
    margin-top: 1px;
  }
  .events .event .event-main .event-image {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    width:20%;
    text-align: center;
  }
  .events .event .event-main .event-image img {
    max-width:200px;
    max-height: 87px;
  }
  .events .event .event-main .event-desc {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 6px;
    line-height: 13px;
    color: #979797;
  }
  .events .event .event-main .attending-status {
    width: 5%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
  }
  .events .event .event-main .arrow {
    display: table-cell;
    font-size: 4em;
    vertical-align: middle;
    text-align: center;
    width: 5%;
  }
  .event-info .title {
    text-transform: uppercase;
  }
  @media (max-width: 600px) {
  .events .event .event-main .event-image img {
    max-width: 100%;
  }
  .events .event .event-main .event-image {
    display: none;
  }
  .pull-right.jtmonth {
    text-align: center;
    float: none!important;
  }
  .events .event .event-main .arrow {
    font-size: 2em;
  }
  .events .event {
    padding: 20px 8px;
  }
  .events .event .event-main .event-info {
    width: 90%;
  }
}
.guide {
    color: #000;
    font-size: 18px;
    color: #123!important;
    padding-bottom:30px;
  }
  .guide h1, .guide h2, .guide h3 {
    font-family: roboto;
  }
  .guide h1 {
    text-align:center;
    margin-top:28px;
    margin-bottom:15px;
    text-transform: uppercase;
  }
  .guide h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.7em;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .guide h3.red {
    text-align:left!important;
    color:red;
    font-weight:700;
  }
  .guide img {
    width:100%;
    margin-bottom: 10px;
  }
  .guide ul {
    line-height: 1.7em; 
  }
  .guide .fa-ul {
    margin-left: 1.5em;
  }
  .guide .fa-li {
    top: .3em;
  }
  .guide .line {
    margin-top: 20px;
    border-top: 5px solid red;
  }
  .guide .caption {
    text-align: justify;
    margin-top:10px;
    margin-bottom:25px;
  }
  #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: none;
  }

  /* Notice */

.notice {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: 15px;
    font-size: 15px;
    color: #000;
    background-color: #fafafa;
    border:none;
    border-radius: 0;
    border-left: 6px solid #7f7f84;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
    font-size:17px;
}

/* Login Form */
.login-form .col-sm-6:last-child {
  text-align: center;
  font-family: 'Karla';
}
 .login-form .col-sm-6:last-child h2 {
  margin-bottom: 40px;
 }
.login-form .col-sm-6 p {
  font-size: 14px;
  margin-bottom: 20px;
  max-width: 400px;
  display: inline-block;
}
.login-form label {
  font-family: 'Karla';
  font-weight: 400!important;
  font-size: 14px;
}
.login-form {
  position: relative;
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: 'Karla';
  color:#4C4C4C;
}
.login-form .col-sm-6 {
  padding-bottom: 30px;
}
.login-form h2 {
  color:#1B1919;
}
@media (min-width: 768px) {
  .login-form:before {
    content: " ";
    background: #e5e5e5;
    width: 1px;
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .login-form .col-sm-6:last-child:before {
      content: " ";
      width: 100%;
      display: block;
      height: 1px;
      margin: 15px 0 30px;
      background: #e5e5e5;
  }
}
@media (min-width: 768px) {
  .login-form .col-sm-6:last-child {
      padding-left: 6%;
  }
  .login-form .col-sm-6:first-child {
      padding-right: 6%;
  }
}



/* Account Pages */
.account-header {
  margin-bottom: 30px!important;
}
.account-link {
  margin-bottom: 40px;
  background-color: #fff;
}
.account-link > div {
  background-color: #e31c23;
  padding: 20px;         
}
 .account-link > div > a {
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.account-link > div > a:hover {
  text-decoration: underline;
}
.account-link {
  border: 1px solid #e31c23;
  border-radius: 3px;
}
.account-link > p {
  padding: 20px;
  font-family: "Roboto";
  min-height: 80px;
  font-size: 16px;
}
.account-link .fa-2x {
  vertical-align: middle;
  background-color: #fff;
  border-radius: 20px;
  color: #e31c23;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1em!important;
  margin-right: 10px;
}
.account-page > h1 {
  font-family: 'Karla', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #1B1919;
  margin-top: 0;
  line-height: 1.1;
}

.account-page > h2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 2px 0px 5px;
  margin-bottom: 20px;
  font-family: 'Karla';
  font-size: 21px;
}
.account-page label.control-label {
  font-weight: 700;
}

.account-page > p {
  font-family: 'Karla';
  font-size: 14px;
}

.address-table > tbody > tr {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  font-family: 'Karla';
  display: block;
  line-height: 1.6;
}
.address-table > tbody > tr >td {
  border-top: none;
  font-size: 14px;
  color: #1B1919;
}
@media screen and (max-width: 767px) {
.address-table-container {
  border: none!important;
  }
}

.cc_lookup {
  min-width:126px;
  min-height: 40px;
}
.cc_lookup:hover, .cc_lookup:focus {
  border: #333 2px solid;
  background-image: none;
  background-color: #fff;
  text-shadow: none;
  font-weight: 700;
}

/* Dev form / Product register */
.dev-form h1, .reg-form h1 {
  font-family: 'Karla', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #1B1919;
  margin-top: 0;
  line-height: 1.1;
}
.dev-form legend, .reg-form legend {
  padding: 0;
}


/* Menu */

.list-group {

}

.list-group-item:last-child {
border-radius: 0;
}
.list-group-title {
  display: block;
  color: #ffffff;
  background: #e31c23;
  padding: 12px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.list-group a {
  display: block;
  padding: 12px 15px;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: -1px;
  color: #6c6c6c;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Karla';
}




/* New Tables */
.table-bordered {
  border: none;
  margin-bottom: 20px;
  line-height: 1.6;
}
.table-bordered > thead > tr > td {
  border: none;
  border-bottom: 2px solid #e7e7e7;
  padding: 13px 5px 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111111;
  white-space: normal !important;
  font-family: 'Karla';
}

.table-bordered > tbody > tr > td {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  padding: 13px 5px;
  line-height: inherit;
  vertical-align: middle;
  border: none;
  border-top: 1px solid #e7e7e7;
  white-space: normal !important;
}
.table-bordered.shopping-cart > tbody > tr > td{
  vertical-align: middle!important;
  padding: 13px 5px;
  line-height: inherit!important
}
.table-bordered.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.table-bordered > tbody > tr > td.price-cell {
  font-size: 16px;
}
.table-bordered > tbody > tr > td.image {
  width: 1%;
  padding-right: 15px;
}
.table-bordered > tbody > tr > td.image img {
  max-width: none;
}
.table-bordered > tbody > tr > td.name {
  max-width: 290px;
  padding-right: 20px;
}
.table-bordered > tbody > tr > td.total-cell {
    color: #111111;
    font-weight: 700;
}
.table-bordered > tbody > tr > td .qty-form {
    width: 75px;
    padding-right: 5px;
}
.table-responsive {
  border: none!important;
}

/* Totals List */
.totals-list .table-holder table td {
    padding: 15px 12px !important;
    color: #111111;
}
.totals-list .table-holder table tr:first-child td {
    border-top: none;
}
.totals-list .table-holder table td {
    padding: 5px 12px !important;
    color: #111111;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
}
.totals-list .table-holder table tr:last-child td {
    font-size: 1.43em;
    text-transform: uppercase;
    font-weight: 700;
}
.totals-list .btn, #cart-content .btn-default {
    padding: 8px 20px!important;
    border: 2px solid;
    background-color: #333333;
    border-color: transparent;
    color: #ffffff!important;
    font-family: 'Karla', sans-serif;
}
.totals-list .btn-default, #cart-content .btn-default {
  border:none;
  text-shadow: none;
  background-color: #ececec;
  border-color: transparent;
  color: #222222!important;
}
.totals-list .btn-contrast, #cart-content .btn-contrast {
    background-color: #e31c23;
}
.table-holder > table > tbody > tr:last-child > td:last-child {
    color: #e31c23;
}

#cart-content .table {
	display: table;
	margin-bottom: 0;
}

/* Shopping Cart */
.table-bordered.cart > tbody > tr > td.total-cell, .table-bordered.shopping-cart > tbody > tr > td.total-cell  {
    font-size: 1.286em;
}
.totals-list.cart {
    background-color: #f5f5f5;
    padding: 40px 25px 25px;
    background-image: url(../image/checkout-border.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}
.totals-list.cart .table-holder {
    background: #ffffff;
    padding: 10px 20px;
    margin-bottom: 25px !important;
}
.totals-list.cart .table-holder table td {
    padding: 15px 12px !important;
}
.estimate-shipping {
  font-family: Karla;
  font-size:14px;
  padding-top:10px;
  color:#333;
}
.estimate-shipping label {
  font-size:14px;
}
.estimate-shipping > h4 {
  font-family:  Karla;
  text-transform:  uppercase;
  font-size: 20px;
  color:  #333;
  font-weight: 700;
}
 @media screen and (max-width: 767px) {
  .table-responsive .image {
    padding-right:0!important;
  }
  .table-responsive .image a {
     display: none;
  }
  .table-bordered > tbody > tr > td .qty-form {
    width: 25px;
  }
}

/* Quick Checkout */
.mp-checkout h4.panel-title {
  font-family: karla;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.mp-checkout .panel-default {
  border: none;
}
.mp-checkout .panel-heading {
  background-color: #333333!important;
  color: #fff;
}
 .mp-checkout .comment-panel > .panel-heading i {
    margin-left:0;
 }
 .mp-checkout .comment-panel > .panel-heading {
  background-color: #f9f9f9!important;
 }
 .mp-checkout .comment-panel > .panel-heading span {
  background-color: #333333;
 }

 @media screen and (max-width: 767px) {
  .table-responsive .image a {
     display: none;
  }
}
.mp-checkout label {
  font-family: Karla;
  text-transform: uppercase;
  font-size: 13px;
  color:#333!important;
}
.shoppingcart .panel-body {
  padding: 0 10px 10px;
}

/* Order Success */
.container.success {
  padding-top:30px;
  padding-bottom:30px;
  font-size: 15px;
  font-family: Karla;
  color: #383434;
}  
.order-success h1 {
  color: green;
  text-align: center;
  margin-bottom: 50px;
  margin-top:20px;
}
.order-success .row .col-md-8 {
  margin-top:20px;
}
.order-success .row .col-md-8 .buttons {
  text-align: center;
}
.order-success .row .col-md-8 {
  background-color: #f5f5f5;
  padding: 40px 25px 25px;
  background-image: url(catalog/view/theme/default/image/checkout-border.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}
.order-success .row .col-md-8 h1 {
  font-family: Karla; text-transform: uppercase;color:#111;font-weight: 700;font-size: 25px;
}
.order-success .row .col-md-8 .order-success-container {
background-color: #fff; padding: 15px;
}

/* Shipping Popup */

.modal-shipping label {
  font-size: 14px;
}
.shipping-method-panel p {
  display: none;
}

/* Language Dropdown */
.frm-language button {
  text-transform: initial;
  font-size: 12px;
}

/* Dropdown Menus */
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 10px 65px -4px rgba(128,126,128,1);
  -moz-box-shadow: 0px 10px 65px -4px rgba(128,126,128,1);
  box-shadow: 0px 10px 65px -4px rgba(128,126,128,1);
  border-radius: 3px;
  min-width: 190px;
  padding: 0;
}
.dropdown-menu a {
    font-family: karla;
    padding: 10px 20px!important;
}

/* Search Button */
#button-search {
  color: #fff;
  background-color: #e31c23; 
  margin-top: 3px;
}

/* DBK Add To Cart */
.dbk-add-to-cart {
    border: none;
    background-color: #fff;
    color: red;
    padding-left: 0;
    font-weight: 700;
}

.panel {
    border: 1px solid #e8e8e8;
    border-top: 2px solid #bfbfbf!important;
    border-radius: 0px!important;
}
.panel-heading {
    padding: 12px 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: #595959;
    border-color: #e8e8e8;
    background: #fcfcfc;
    text-transform: uppercase;
}
.panel-title {
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-size: 16px!important;
    color: inherit;
    font-family: 'Lato'!important;
}
.panel-body p, .checkout-checkout label, .checkout-checkout .pull-right {
  font-size: 14px;
  color: #222222;
}

/* Remove scroll bar from checkout confirm order table when not needed */
@media (min-width: 768px) {
  #collapse-checkout-confirm .table-responsive {
    overflow-x: hidden;
  }
}