

/*=====================================
  HEADER
======================================*/



.off-canvas{
  background:#000
}
.off-canvas .menu li{
  border-bottom:1px solid hsla(0,0%,100%,.1);
  width:100%
}
.off-canvas .menu a{
  color:#fff
}

.button {
    background-color: #e80e0e;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding: 15px 30px;
    text-transform: capitalize;
}
.button:hover {
  background-color: #c50d0d;
}
.trust-bar{
  background:#ac9327;
  color: #fff;
}
.trust-bar .cell:not(:first-child) {
  display: none;
}
.trust-bar .cell{
  border-right:1px solid #988019;
  margin-bottom:10px;
  margin-top:10px;
  text-align:center;
}
.trust-bar .cell:last-of-type{
  border-right:none;
}
.trust-bar a{
  color:#fff;
}
.trust-bar a:hover {
  text-decoration: underline;
}
.breadcrumb {
  margin: 10px 0 20px;
}
.manufacturers{
  padding-bottom:40px;
  padding-top:40px
}
.manufacturers .grid-x{
  -ms-flex-align:center;
  align-items:center
}
.manufacturers .manufacturer{
  display:block
}
.manufacturers h2{
  font-size:24px;
  font-weight:700;
  margin-bottom:0;
  text-transform:uppercase
}
.manufacturers .subtitle{
  color:#9e9e9e;
  display:block;
  font-size:14px;
  margin-bottom:5px;
  text-transform:uppercase
}
.article{
  display:block;
  position:relative
}
.article .gradient{
  background:linear-gradient(0deg,#000,transparent);
  display:block;
  height:100%;
  position:absolute;
  width:100%;
  z-index:1
}
.article img{
  width:100%
}
.article-content{
  bottom:0;
  left:0;
  padding:50px;
  position:absolute;
  z-index:2
}
.article-content h2 {
  color:#fff;
  font-size:24px;
  font-weight:700;
  margin-bottom:0;
  text-transform:uppercase
}
.article-content .subtitle{
  color:#fff;
  display:block;
  font-size:14px;
  margin-bottom:5px;
  text-transform:uppercase
}
.slide{
  position:relative;
  // margin-left:10px;
  // margin-top:20px;
  // margin-right:10px;
  // max-height: 600px;
  display: none;
}
.slide:first-child {
  display: block;
}
.slide .countdown-timer {
  color: white;
}
.countdown-timer .time {
  margin-left: 10px;
  font-size: 36px;
  letter-spacing: 0;
  
}
.countdown-timer .display {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}







.product-content span.price .spr-badge-caption {
  display: none;
}

.product-content span.price .spr-badge {
  color: #000;
}

.product-info p.price span.was-price {
    text-decoration: line-through;
    color: #9e9e9e;
    margin-right: 10px;
}

.finance-btn {
  margin-top: 20px;
}

.collections{
  margin-bottom:50px
}
.collection-logo{
  margin-bottom:30px
}
.collection-link img{
  display:table;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
}
.collection-link h2{
  font-size:21px
}
.collection-link h2,.collection-link h3{
  color:#000;
  margin-bottom:0;
  text-align:center
}
.collection-link h3{
  font-size:18px;
      text-transform: uppercase; 
}
.product-wrap{
  margin-bottom:50px;
  margin-top:50px
}
@media (max-width:600px){
  .product-wrap{
    margin-bottom:20px;
    margin-top:20px
  }
}
@media (max-width:600px){
  .carousel{
    margin-bottom:10px
  }
  .carouselNav{
    margin-bottom:20px
  }
}

/*================================
Collection PAGE
=================================*/

.products-list .product {
  display: flex;
}
.products-list .product a {
  background: #fff;
}

.collection-hero .content img {
  display: none;
}


/*================================
PRODUCT PAGE
=================================*/
.product-info h1{
  font-size:24px;
  margin-bottom:10px;
  margin-top:0
}
.product-info li,.product-info p{
  color:#9e9e9e
}
.product-info p.price{
  color:#ad973f;
  font-size:21px
}

.purchase-box label{
  color:#9e9e9e;
  font-size:14px;
  margin-bottom:5px
}
.purchase-box .variant-option-wrapper{
  display:inline-block;
  margin-right:20px;
  width:45%
}
.purchase-box .variant-option-wrapper select{
  font-size:14px;
  height:50px;
  padding-left:20px;
  padding-right:35px;
  margin-bottom:0
}

@media (max-width:600px){
  .purchase-box .variant-option-wrapper{
    margin-right:5%;
    width:75%
  }
  .purchase-box .qty{
    margin-right:0;
    width:18%
  }
  .purchase-box .button{
    margin-top:20px;
    width:100%
  }
}
.cross-sells h3{
  font-size:24px;
  font-weight:700;
  margin-bottom:30px;
  text-transform:uppercase
}
.cross-sells .subtitle{
  color:#9e9e9e;
  display:block;
  font-size:14px;
  margin-bottom:5px;
  text-transform:uppercase
}
.template-cart{
  background:#f1f1f1
}
.cart-intro{
  background:#fff;
  margin-bottom:30px;
  padding:30px
}
.cart-intro h1{
  font-size:24px;
  font-weight:700;
  margin:0 0 10px
}
.cart-info{
  background:#fff;
  margin-bottom:30px;
  padding:20px
}
.cart-info h1{
  margin:0 0 20px;
  font-weight:700
}
.cart-info .item-wrap{
  -ms-flex-align:center;
  align-items:center;
  margin-bottom:10px
}
.cart-info .cart-info__title{
  color:#000;
  font-weight:700
}
.cart-info .cart-info__image{
  -ms-flex-align:center;
  align-items:center;
  border:1px solid #f1f1f1;
  display:-ms-flexbox;
  display:flex;
  min-height:165px
}
.cart-info .cart-text{
  display:block
}
@media (min-width:1024px){
  .cart-info input[type=number]{
    width:50px;
    display:table;
    margin:auto
  }
  .cart-info .qty{
    display:table;
    margin:auto;
    color:#000;
    border-bottom:1px solid;
    margin-top:5px
  }
}
.cart-info .order-summary{
  margin-top:30px
}
.cart-info .order-summary h2{
  font-size:24px;
  font-weight:700;
  margin-bottom:15px
}
.cart-info .order-notes textarea{
  min-height:120px
}
.template-search{
  background-color:#f1f1f1
}
.search-form{
  background-color:#fff;
  border:1px solid #ddd;
  margin-bottom:20px;
  padding:50px
}
.search-form .form-inputs{
  display:-ms-flexbox;
  display:flex
}
.search-form label{
  font-size:18px;
  margin-bottom:20px
}
.search-form input[type=search]{
  height:50px;
  margin:0
}
.search-form .search-form__button{
  background-color:#ac9327;
  color:#fff;
  width:200px
}
.template-login,.template-register{
  background-color:#f1f1f1
}
.login-form{
  background-color:#fff;
  margin:50px 0;
  padding:50px
}
.login-form h1{
  font-size:24px;
  margin:0 0 20px
}
.login-form input{
  height:50px
}
.login-form label{
  margin-bottom:10px
}
.login-form #RecoverPassword{
  color:#000
}
.article__content{
  background-color:#fff;
  padding:30px
}
.article__content header{
  border-bottom:1px solid #f1f1f1;
  margin-bottom:20px
}
.article__content header h1{
  font-size:24px;
  margin-bottom:10px;
  margin-top:0
}
.article__content header p{
  color:#9e9e9e
}

/* Product */

.product a {
  display: block;
    min-height: 100%;
    background: #fff;
}

.template-product {
  .price_list {
    .price_list__key { 
      font-size: 1.5rem;
    }
    .price_list__value {
      font-size: 1.5rem;
    }
    .price_list_rrp {
      color: #9e9e9e;
    }
    .price_list_trade{
      color: #ad973f;
    }
  }
}

/* Menu Fixes */



/* Pages */
.page-intro { background: #f1f1f1; padding: 30px; }
.content-wrap { background: #fff; padding: 20px; }

/* Filter Menu */

.filters {
  padding: 30px; 
}

.filters h2 {
  font-size: 21px;
}

.filters a {
    color: #000;
    font-size: 14px;
}

.filter-menu {
  margin: 0;
}

.filter-menu h3 {
    border-bottom: solid 1px #f1f1f1;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.filter-menu li:first-child h3 {
  margin-top: 0;
}

.filter-menu ul {
  margin: 0;
}


@media(max-width: 1024px) {
  
  .filters {
    padding: 10px;
}
  
  .filter-menu li:first-child h3 {
    margin-top: 10px;
  }
  
  .filters h2 {
    font-size: 18px;
    margin: 0;
}
  
  .filters .button {
    margin-bottom: 0;
  }
  
}

/* Collection */

.collection-intro {
    background: #fff;
    margin-bottom: 20px;
    padding: 30px;
}

.collection-intro h1 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.collection-intro p {
    font-size: 14px;
    line-height: 1.6;
}

.collection-intro a {
  color: #000;
    text-decoration: underline;
}

.collection-list .cell h2 {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}


.collection-links__content img {
    display: table;
    margin: auto auto 20px auto;
}

#aet-motorsport-brands .collection-links__content img {
  max-width: 100%;
}


/* Blog */


.post {
  margin-bottom: 30px;
}

.post img {
  width: 100%;
}

.post-content {
  background: #fff;
    min-height: 315px;
    padding: 30px;
}

.featured {
  margin-bottom: 30px;
}

.featured .post-content {
    background: #fff;
    min-height: 100%;
    padding: 30px;
}

.post-content .posted {
  color: #b5b5b5;
    font-size: 14px;
}

.post-content h3 {
    color: #000;
  font-size: 21px;
    font-weight: bold;
  min-height: 58px; 
}

.post-content h3 a {
  color: inherit;
}

.post-content .rte p {
  min-height: 75px;
}

.post-content .button {
  margin: 0;
    width: 100%;
}


.article__content a {
  color: #000;
    text-decoration: underline;
}


/* Breadcrumb */

.breadcrumb a {
  color: #000;
    text-decoration: underline;
}


/* Collection */

.template-page {
  background: #f1f1f1;
}

.collection-links {
    align-items: center;
    background: #fff;
    border: solid 1px #DDD;
  display: flex;
    justify-content: center;
    padding: 20px;   
}


.visually-hidden {
  display: none;
}



@media only screen and (min-width: 1024px)  {

  .trust-bar .cell:not(:first-child) { display: inline-block; }
  
  .mobile-navigation-toggle .sub-menu { left: 0; padding: 30px; } 
  header .menu ul li:hover div { display: block; }
  header .menu > li:hover { background: #ac9327; }
  header .menu li:hover > div { background: #333; }
  .mobile-navigation-toggle .menu { display: flex; }
  .mobile-navigation-toggle .menu.show-nav { display: flex; }
 
 
}

#fast-ford-amp-uk-tuning-specialists-aet-motorsport {
  background: #fff;
}
