/* 
	Theme Name: xtreme
	Author: Ã…Âukasz Ã…Å¡piewak
	Description: XtremeClutch.eu
	Version: 0.1
*/

.my-content img {
  object-fit: cover;
}

#cookie-banner {
  display: none;
  color: white;
  background-color: black;
  padding: 20px;
  z-index: 9999;
  position: fixed;
}

#cookie-banner .accept-all, .manage {
  background-color: #F1762B;
  padding: 5px 10px;
  margin: 0 10px;
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  #cookie-banner {
    flex-direction: column;
  }

}

video {
  margin-top: 40px;
}

.stage {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .stage {
    grid-template-columns: repeat(2, 1fr);
  }
}

.catalogue-banner {
  display: none;
}

.catalogue-ribbon {
  display: block;
  background-color: #f17320;
  width: 100%;
  height: 5px;
}

.distuk {
	user-select: none;
}

@media screen and (min-width: 601px) {
  .catalogue-banner {
    display: block;
    width: 100%;
  }

  .catalogue-ribbon {
    display: none;
  }
}

.stage__info {
  padding: 48px;
}

.stage__info__header {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #f17320;
  font-size: 30px;
}

.stage__info__recommended {
  font-size: 14px;
  line-height: 1.2;
  margin: 12px 0;
}

.stage__info__recommended:before {
  content: "Recommended for: ";
  font-weight: bolder;
}

.stage__button {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  color: #f17320;
  font-size: 24px;
  text-align: left;
  line-height: 1;
  background-color: #fff;
  border-left: solid 10px #f17320;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  padding: 16px 100px 16px 16px;
}

.stage__button:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65px;
  height: 100%;
  background-color: #e76326;
  background-image: url(https://www.xtremeoutback.com.au/img/svg/arrowWhite.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
}

.stage__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-sidebar {
  padding-top: 20px;
}

.my-sidebar__btn {
  width: 100%;
  position: relative;
  color: #dddcdc;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  background-color: #dc532c;
  border: none;
  border-left: solid 10px #f17320;
  display: inline-block;
  padding: 16px;
  margin-bottom: 16px;
}

.my-sidebar__btn:hover {
  color: #dddcdc;
  background-color: #cd4822;
}

.my-sidebar__btn strong {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.my-sidebar__btn:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65px;
  height: 100%;
  background-color: #e76326;
  background-image: url(https://www.xtremeoutback.com.au/img/svg/arrowWhite.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
}

#enquiry-form {
  background-color: #1f1c1e;
  border: solid 4px #f17320;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  color: #fff;
  text-align: center;
}

.enquiry-form__header {
  font-size: 20px;
  color: #f17320;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 14px;
}

.enquiry-form__dsc {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}

.enquiry-form__field,
.enquiry-form__textarea {
  color: black;
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 5px;
  margin-bottom: 10px;
}

.enquiry-form__textarea {
  height: 150px;
}

.enquiry-form__button {
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-weight: normal;
  padding: 12px 40px 12px 12px;
  line-height: 1;
  font-size: 1.438rem;
  text-align: center;
  padding-right: 40px;
  background-color: #dc532c;
  border: none;
  border-left: solid 10px #f17320;
  width: 100%;
  position: relative;
  font-weight: bolder;
  margin: 15px 0;
}

.enquiry-form__button:hover {
  background-color: #cd4822;
  color: #fff;
}

.dist-table tr:nth-child(1),
.dist-table tr:nth-child(2) {
  background-color: #231f20 !important;
  color: white !important;
}

.footer__group {
  color: white;
  padding-top: 20px;
}

.footer__group .link {
  margin-bottom: 5px;
}

.footer__group a:hover {
  color: #fff;
}

.my-buttons-wrapper {
  /* display: none; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}

.my-buttons-wrapper .button {
  font-size: 30px;
  display: inline;
}

.my-buttons-wrapper .button:hover {
  color: #f17320;
  cursor: pointer;
}

.my-buttons-wrapper .active {
  color: #f17320;
}

.star {
  color: #f17320;
}
.row .my-row {
  margin: 10px 0;
}

.my-btn {
  margin-right: 15px;
}

.hr2 {
  margin-top: 90px;
}

#switch {
  text-align: right;
  padding: 10px;
}
#switch ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#switch li {
  display: inline-block;
}
#switch .flag {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position: 0 center;
  padding-left: 30px !important;
  margin-left: 20px;
  line-height: 30px;
}
#switch .flag-au {
  background-image: url(img/dba_aus.png);
}
#switch .flag-us {
  background-image: url(img/dba_usa.png);
}
#switch .flag-eu {
  background-image: url(img/dba_eu.png);
}
#switch .flag-uk {
  background-image: url(img/dba_uk.png);
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* padding: 0;
  margin: 0; */
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
a {
  font-size: inherit;
  color: #f17320;
}
a:hover {
  text-decoration: none;
}
.clickable {
  cursor: pointer;
}

.carousel-caption {
  right: 0px;
  left: 0px;
  width: 100%;
}
.carousel-caption img {
  max-width: 100%;
}

span.mandatory {
  position: absolute;
  top: -10px;
  color: red;
}
.row.header-nav {
  background-color: #231f20;
}

.row {
  margin: 0px;
}

.page-contentsection h2 {
  margin: 15px 0px;
}

/* Imported header START */


.marquee-ribbon {
  background-color: red;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  padding: 2px 0;
  font-weight: bold;
}


.header__main {
  display: flex;
  align-items: center;
}

.header__logo {
}

.header__header-actions {
  position: relative;
  display: flex;
  order: 3;
  margin-top: 27px;
  margin-right: 30px;
}

.header-actions__name {
  position: absolute;
  right: 0;
  bottom: 100%;
  padding-right: 10px;
  padding-bottom: 7px;
  color: #ffffff;
}

.header-actions {
  display: flex;
  flex-direction: column;
}

.header-actions__icon {
  position: relative;
  display: flex;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin: 0 10px;
  background: #f17320;
}

.header-actions__quantity {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
  vertical-align: middle;
  background: #231f20;
  color: #fff;
}

.header-actions__title {
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  color: black;
  text-align: center;
}

.header__search {
  flex-grow: 1;
  order: 2;
}

.header__search-inner {
  display: flex;
  margin: 0 40px;
  max-width: 440px;
}

.header__search-inner i {
  font-size: 20px;
  color: white;
}

#header .nav {
  list-style: none;
  font-size: 12px;
  display: block;
}

#header .nav > li {
  position: relative;
  float: left;
}

#header .nav > li:hover {
  background-color: #231f20;
}

#header .nav > li a {
  display: block;
  padding: 10px 15px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  line-height: 30px;
}

#header .nav .fa.fa-angle-down {
  color: #fff;
  position: absolute;
  left: 48%;
  bottom: 0px;
}

#header .nav .fa.fa-angle-right {
  color: #fff;
  position: absolute;
  left: 90%;
  bottom: 30%;
}

.dropdown-item:hover > .dropdown-menu {
  display: block;
}

.dropdown-item--more {
  display: none;
}

.dropdown-menu {
  list-style: none;
  margin-top: 0px;
  float: left;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  background-color: #ed1e21;
  width: auto;
}

.dropdown-menu li {
  border-top: 1px solid #231f20;
  position: relative;
}

.dropdown-menu.level-two {
  left: 100%;
  position: absolute;
  top: 0;
}

#nav-bar-header {
  position: relative;
  width: 100%;
  margin: 0px auto;
  height: 50px;
  padding: 0px 0px 0px 0px;
  background-color: #231f20;
  z-index: 999;
}

#nav-bar-header .navbar-collapse {
  max-width: 1140px;
  margin: 0 auto;
}

#mobile-menu {
  display: none;
  padding: 10px 18px;
}

.dropdown-mobile {
  display: none;
}

.dropdown-menu > li > a {
  color: #ffff;
  text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
  white-space: nowrap;
}

.dropdown-menu > li:hover {
  background-color: #231f20;
}

#header,
header {
  /*background: #000 url(/images/headerbg.jpg) 0px 0px repeat-x;*/
  background: url(/img/header.png);
  background-position: center top;
  background-repeat: no-repeat;
  /* background-color: #f17320; */
}

.productPage h1.cart {
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 5px;
}

/*.active {
    background-color: #ed1e21;
}*/

.logo {
  max-width: 300px;
  margin: 20px 0;
  /*padding: 10px 0 18px;*/
}

/* Imported header END */

.row.header-top {
  background-image: url("/img/header.png");
  background-position: center;
}
.header-top .socialbar i {
  font-size: 50px;
  /* padding: 30px 10px; */
  padding: 30px 10px 10px 10px;
  color: #231f20;
}
footer .socialbar i {
  font-size: 35px;
  padding: 5px 5px;
  color: white;
}
.socialbar i:hover {
  color: #f17320;
}
footer .logo {
  height: 60px;
  padding: 5px;
}
.header-top .socialbar {
  text-align: right;
}
footer .socialbar {
  float: right;
  margin: 10px;
  display: table;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 0px 5px;
}
nav.navbar.navbar-xtreme {
  background: none;
  border: none;
  margin: 0px;
}
.navbar-xtreme .navbar-nav > .active > a,
.navbar-xtreme .navbar-nav > .active > a:focus,
.navbar-xtreme .navbar-nav > .active > a:hover {
  color: white;
  background-color: #f17320;
}
.navbar-xtreme .navbar-nav > li > a {
  color: white;
  text-transform: lowercase;
  font-size: 16px;
}
.navbar-xtreme .navbar-nav > li > a:hover {
  color: white;
  background-color: #231f20;
}
ul.dropdown-menu {
  background-color: #231f20;
}
.dropdown-menu > li > a {
  color: white;
}
.navbar-xtreme .navbar-nav > .open > a,
.navbar-xtreme .navbar-nav > .open > a:focus,
.navbar-xtreme .navbar-nav > .open > a:hover {
  color: white;
  background-color: #231f20;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #f17320;
  text-decoration: none;
  background-color: white;
  outline: 0;
}

input#search {
  padding: 13px 17px;
  /* border-radius: 7px 0 0 7px; */
  background-repeat: no-repeat;
  background-position: right;
  border: none;
  width: 100%;
  color: white;
  font-size: 18px;
  background: #3c3c3c;
}

#searchpart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  /* border-radius: 0 7px 7px 0; */
  cursor: pointer;
  background: #f17320;
}
#searchpart:hover {
  background: #cc0a6e;
}
#searchpart a {
  display: flex;
}

.notification-header {
  background: #f17320;
  text-align: center;
  color: #fff;
  padding: 12px;
  font-weight: 700;
  font-size: 13px;
}
.notification-header p {
  margin: 0;
}

/* USPs START */
.usp-shipping {
  padding: 3px 7px 0 0;
  margin: 0;
  color: #f17320;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.usp-header {
  background: #6a6a6a;
  padding: 10px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.usp-header__inner {
  display: flex;
}

.usp-header__item {
  width: calc(100% / 3);
}

.usp-header__item-inner--free-ship {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}

.usp-header__item-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#cart_itemlist .titles h3 {
  font-size: 20px;
}

.usp-header p {
  padding-top: 0;
  color: #fff;
  font-size: 10px;
  margin-right: 10px;
  margin-top: 0 !important;
  margin-bottom: 0;
  line-height: 1.3;
}

.usp-header p.usp-header__title {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

.usp-header b {
  font-weight: 600;
  font-size: 16px;
}

.usp-header img {
  margin-right: 10px;
  float: left;
}

@media only screen and (max-width: 1170px) {
}

@media only screen and (max-width: 900px) {
  .usp-header__item--kangaroo {
    display: none;
  }

  .usp-header__item {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .usp-header {
    padding: 2px 0;
  }

  .usp-header__inner {
    height: 30px;
    justify-content: center;
    align-items: center;
  }

  .usp-header__item {
    position: absolute;
    width: 100%;
  }

  .usp-header img {
    height: 18px;
  }

  .usp-header__text {
    display: flex;
    align-items: center;
  }

  .usp-header__text-hide {
    display: none;
  }

  /* Mobile USP animation START */
  @-webkit-keyframes usp-show-first {
    0% {
      opacity: 1;
      transform: translateY(0px);
    }

    63% {
      opacity: 1;
      transform: translateY(0px);
    }

    65% {
      opacity: 0;
      transform: translateY(10px);
    }

    67% {
      opacity: 0;
      transform: translateY(-1000px);
    }

    100% {
      opacity: 0;
      transform: translateY(-1000px);
    }
  }

  @keyframes usp-show-first {
    0% {
      opacity: 1;
      transform: translateY(0px);
    }

    63% {
      opacity: 1;
      transform: translateY(0px);
    }

    65% {
      opacity: 0;
      transform: translateY(10px);
    }

    67% {
      opacity: 0;
      transform: translateY(-1000px);
    }

    100% {
      opacity: 0;
      transform: translateY(-1000px);
    }
  }

  @-webkit-keyframes usp-show {
    0% {
      opacity: 0;
      transform: translateY(-1000px);
    }

    30% {
      opacity: 0;
      transform: translateY(-1000px);
    }

    33% {
      opacity: 0;
      transform: translateY(-10px);
    }

    35% {
      opacity: 1;
      transform: translateY(0px);
    }

    64% {
      opacity: 1;
      transform: translateY(0px);
    }

    66% {
      opacity: 0;
      transform: translateY(10px);
    }

    67% {
      opacity: 0;
      transform: translateY(-1000px);
    }

    100% {
      opacity: 0;
      transform: translateY(-1000px);
    }
  }

  @keyframes usp-show {
    0% {
      opacity: 0;
      transform: translateY(-1000px);
    }

    30% {
      opacity: 0;
      transform: translateY(-1000px);
    }

    31% {
      opacity: 0;
      transform: translateY(-10px);
    }

    33% {
      opacity: 1;
      transform: translateY(0px);
    }

    64% {
      opacity: 1;
      transform: translateY(0px);
    }

    66% {
      opacity: 0;
      transform: translateY(10px);
    }

    67% {
      opacity: 0;
      transform: translateY(-1000px);
    }

    100% {
      opacity: 0;
      transform: translateY(-1000px);
    }
  }

  /* Mobile USP animation END */
  .usp-header__item--kangaroo {
    display: block;
    -webkit-animation: usp-show-first 12s, usp-show 12s infinite 12s;
    animation: usp-show-first 12s, usp-show 12s infinite 12s;
  }

  .usp-header__item--30-day {
    transform: translateY(-1000px);
    -webkit-animation: usp-show 12s infinite 4s;
    animation: usp-show 12s infinite 4s;
  }

  .usp-header__item--same-day {
    transform: translateY(-1000px);
    -webkit-animation: usp-show 12s infinite 8s;
    animation: usp-show 12s infinite 8s;
  }
}

@media only screen and (max-width: 350px) {
  .usp-header p {
    display: none;
  }

  .usp-header p.usp-header__title {
    display: block;
  }
}

/* USPs END */

footer {
  background-color: #484848;
  border-top: 5px solid #f17320;
}
.titlesection {
  background-color: #231f20;
  color: white;
  padding: 15px;
  padding-right: 0px;
  margin-top: 5px;
}
.titlesection.center {
  text-align: center;
  float: none;
}
.titlesection h2,
.titlesection h1 {
  padding: 0;
  margin: 0;
  margin-right: 15px;
}
.titlesection.left h2,
.titlesection.left h1 {
  float: left;
}
hr {
  border-top: 5px solid #f17320;
}
.titlesection hr {
  border-top: 5px solid white;
}
.titlesection h1 small {
  color: white;
  text-transform: uppercase;
}
#news {
  background-image: url("/img/bcg-news.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
#news .contentsection {
  padding: 40px 0px;
}
#news .col-sm-4 {
  background-color: rgba(255, 255, 255, 0.6);
}
.news-elements,
.main-elements {
  overflow: hidden;
  position: relative;
}
.news-elements {
  border-bottom: 5px solid #f17320;
  margin-bottom: 5px;
}
.main-elements {
  height: 250px;
}
.news-elements img {
  width: 100%;
  max-width: 100%;
}
.news-elements small {
  color: #666;
}
.news-elements h4 {
  font-weight: bold;
  font-size: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 5px;
  margin-bottom: auto;
}
.news-elements h4 a {
  color: inherit;
}
.news-elements small {
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  padding: 0px 5px;
}
#news .news-elements:hover > .hidden-elements {
  top: 70px;
}
#main {
  /* background-image: url("/img/bcg-main.jpg"); */
  background-size: cover;
  background-position: center;
  padding: 40px 0px;
  position: relative;
  z-index: 1;
}
h3.maintitle {
  background-color: #231f20;
  text-align: center;
  color: white;
  padding: 10px;
  margin: 0px;
  text-transform: lowercase;
}
#main-catalogue {
  background-image: url("/img/features/catalogue.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#main-products {
  background-image: url("/img/features/products.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#main-distributors {
  background-image: url("/img/features/map.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
}
.hidden-elements {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px;
  position: absolute;
  top: 100%;
  -webkit-transition: top 1s; /* Safari */
  transition: top 1s;
  text-overflow: ellipsis;
  overflow: hidden;
}
#main .hidden-elements {
  height: 250px;
  width: 100%;
}
#news .hidden-elements {
  height: 200px;
  width: 100%;
}
.news-thumbail {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.hidden-elements h5 {
  margin: 0px -15px;
  text-align: center;
  background-color: #f17320;
  padding: 10px;
  margin-top: 15px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.hidden-elements a {
  color: white;
  text-decoration: none;
  display: block;
}

#main .main-elements:hover > .hidden-elements {
  top: 0px;
}
#main .col-sm-4,
#news .col-sm-4,
#page .col-sm-4 {
  padding: 0px;
  margin-bottom: 20px;
  border: 1px solid #231f20;
  background-color: white;
}
.hidden-elements strong {
  color: #f17320;
}
@media (min-width: 768px) {
  #main .col-sm-4,
  #news .col-sm-4,
  #page .col-sm-4 {
    width: 32%;
    margin-right: 1%;
  }
}

#page {
  background-color: #ececec;
}
#page .row {
  z-index: 1;
}
#page .hidden-elements {
  height: 250px;
}
#page .main-elements:hover > .hidden-elements {
  top: 0px;
}
.page-contentsection {
  padding: 15px;
  background-color: white;
  padding-bottom: 40px;
  padding-top: 30px;
  display: inline-table;
  width: 100%;
}
.page-thumbail {
  height: 150px;
  background-position: center;
  background-size: cover;
}

#page .main-elements:hover > .hidden-elements {
  top: 0px;
}
#product-stage1 {
  background-image: url("/img/Stage_1.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-stage1x {
  background-image: url("/img/Stage_1X.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-stage2 {
  background-image: url("/img/Stage_2.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-stage2r {
  background-image: url("/img/Stage_2R.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-stage3 {
  background-image: url("/img/Stage_3.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-motorsport {
  background-image: url("/img/Motorsport.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}

#product-flywheels-cmfw {
  background-image: url("/img/cmfw.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-flywheels-ulwcm {
  background-image: url("/img/ulwcm.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-flywheels-ddfw {
  background-image: url("/img/ddfw.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-flywheels-mmfw {
  background-image: url("/img/mmfw.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-flywheels-alufw {
  background-image: url("/img/alufw.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
#product-flywheels-button {
  background-image: url("/img/button.png");
  background-size: cover;
  background-position: center;
  height: 300px;
}
/*==================================================
	* Effect
 * ===============================================*/
.effect {
  position: relative;
}
.effect:before,
.effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*==================================================
	* dropdown-submenu
 * ===============================================*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*==================================================
	* product Cart
	* ===============================================*/

h3.product-price__main-price {
  font-size: 32px;
  font-weight: bold;
  color: #f01910;
  margin: 0px;
  display: inline;
}

h3.product-price__main-price > .product-price-old {
color: black !important;
font-size: 22px;
text-decoration: line-through;
margin: auto 8px;
}

.product-price-old-info {
color: black !important;
font-size: 12px;
}

.new-price {
color: red;
margin-right:10px;
}


.old-price {
text-decoration: line-through;
}


td.left {
  padding-right: 15px;
}
a.rawlink {
  text-decoration: none;
  color: inherit;
}
button.btn.btn-performance {
  background-color: #231f20;
  color: white;
}

button.btn.btn-performance:hover {
  background-color: #f17320;
}
button.btn.btn-performance a {
  color: inherit;
}
.product-image-col {
  text-align: center;
}
.product-image-wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #f4f4f4;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-image-col .product-image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
/*==================================================
	* News
	* ===============================================*/

.listItem h3 a {
  color: inherit;
}
.listItem:nth-child(odd) {
  border-bottom: 5px solid #f17320;
}
.listItem:nth-child(even) {
  border-bottom: 5px solid #231f20;
}
.listItem:hover {
  border-width: 5px;
}
.listItem table {
  width: 100%;
}
.listItem table td.left {
  width: 200px;
}
.listItem td {
  padding: 5px;
}
table {
  width: 100%;
}
.contentFooter .right {
  float: right;
}
.contentFooter .left {
  float: left;
}
.contentFooter {
  text-align: center;
  padding: 15px;
}
.contentFooter a {
  color: #333;
}
.contentFooter a:hover {
  color: #f17320;
}
.paging {
  float: none !important;
}
.paging strong {
  color: #f17320;
}
.paging a {
  color: #333;
}
.paging a:hover {
  color: #f17320;
}
.alignright {
  float: right;
  margin-left: 15px;
}
img.alignright {
  border: 1px solid #231f20;
  padding: 15px;
  max-width: 50%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.session {
  color: #f17320;
  float: right;
}
.session i {
  padding: 15px;
}
.session a:hover {
  color: white;
}

h5 {
  color: #f17320;
  font-size: 16px;
}
div#result {
  min-height: 400px;
}

div#loginlink {
  float: right;
  padding: 5px;
}

div#loginlink a {
  padding: 5px;
  color: #231f21;
}

div#loginlink a:hover {
  color: #ed047b;
}

.productpage_bulletpoints {
  margin: 0 0 0 20px;
}

ul.nostyle,
ol.nostyle,
ul.nostyle li,
ol.nostyle li {
  list-style: none;
}

.productDetails {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}
.productDetails-list {
  font-weight: normal;
  text-align: left;
}
.productDetails-list li {
  background: #fff;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.productDetails-list li:nth-child(odd) {
  background: #f4f4f4;
}
.productDetails-title {
  font-family: "Oswald";
  margin: 0 0 20px;
  font-size: 28px;
}
.productDetails-list .right {
  text-align: right;
}
.productDetails-wrap-left {
  width: 100%;
  padding: 0 20px 0 0;
}
.productDetails-usps {
  width: 125px;
  height: auto;
  background: #f4f4f4;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding: 10px 20px;
}
.productDetails-usps .usp {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  text-align: center;
}
.productDetails-usps .usp img {
  padding: 0;
  margin: 10px 0 0;
}
.productDetails-usps .usp h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0;
  color: #7c7c7c;
}
@media(min-width: 401px){
	.productDetails{
		flex-direction: row;
	}
}
.product-compatibility {
  display: flex;
  margin: 15px 0;
  padding: 15px 20px;
  background: #f4f4f4;
  border-radius: 7px;
  width: 100%;
}
.product-compatibility__inner-left {
  flex: 50%;
  padding-right: 10px;
  margin-bottom: 10px;
}
.product-compatibility__title {
  margin: 0 0 10px;
  padding: 3px 0 5px;
  font-size: 16px;
  font-weight: 600;
}
.product-compatibility__button {
  padding: 12px 28px;
}
.product-compatibility__inner-right {
  flex: 50%;
}
.product-compatibility__info {
  font-size: 11px;
}
.product-compatibility__car-brand {
  font-weight: 700;
}
.product-compatibility__button {
  padding: 12px 28px;
  background: #292b29;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.1s ease;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}
.product-compatibility__button:hover {
  color: #fff;
  text-decoration: none;
  background: #f17320;
}
.product-compatibility__button:focus {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.product-price_and_actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  margin-top: 20px;
}
.product-actions_and_stock {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  max-width: 190px;
  width: 190px;
  min-width: 190px;
}
span.product-actions_addtocart.input-group-btn {
  width: 100%;
}
span.product-actions_addtocart.input-group-btn > button.btn.btn-performance {
  display: inline-block;
  padding: 10px 20px;
  background: #38c659;
  border: none;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.1s ease;
  white-space: nowrap;
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
}
span.product-actions_addtocart.input-group-btn
  > button.btn.btn-performance:hover {
  background: #34a54f;
}
.product-actions_and_stock > button.btn.btn-performance span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
}
.product-actions_and_stock > button.btn.btn-performance {
  margin: 0 0 10px;
}
.product-stock img {
  margin-right: 10px;
  max-width: 20px;
  max-height: 20px;
}
.product-stock p {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  line-height: 18px;
  display: inline;
}
p.price_qty {
  display: inline;
  font-weight: bold;
}
p.product-price__rrp {
  font-size: 15px;
  margin-bottom: 2px;
}
.strikethrough {
  text-decoration: line-through;
}
p.inct_vat {
  font-size: 12px;
  margin: 7px 0 0;
}
.product-price_qty {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
.product-price_qty_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
.product-price_qty #new-input-group {
  max-width: 90px;
  margin: 6px 0 0 20px;
}
.produt-price_full {
  margin: 5px 20px 0 0;
}
.partNumber span a {
  font-size: 12px;
}
.product-testimonial {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.product-testimonial-imgwrap {
  background: #292b29;
  padding: 10px;
  border-radius: 60px 0 0 60px;
}
.product-testimonial-imgwrap img {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 0;
}
.product-testimonial-textwrap {
  background: #292b29;
  border-radius: 0 60px 60px 60px;
  padding: 20px;
  color: #fff;
}
h3.product-testimonial-name {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  font-family: "Oswald";
}
p.product-testimonial-text {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 10px;
}
.productimg-carousel {
  max-width: 100%;
  width: 100%;
  margin: 25px 0;
}
.productimg-carousel .owl-stage-outer {
  max-width: 430px;
  margin: 0 auto;
}
.productimg-carousel .productimg-carousel-img {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #f4f4f4;
}

.productPage .more-information-container {
  display: flex;
  flex-direction: column;
}

.productPage .more-information {
  width: 100%;
  margin: 0 2px 20px;
}

.productPage .tabbernav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.productPage .tabbernav > li {
  width: 100%;
  display: block;
  color: white;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  background-color: #231f20;
  margin-right: 10px;
}

.productPage .tabbernav > li:last-child {
  margin-right: 0;
}

.productPage .page-contentsection {
  padding: 0;
}

/* .productPage .page-contentsection .tabberHolder { */
  /* margin-right: 0 !important; */
  /* margin-left: 0 !important; */
/* } */

.productPage .tabbertab {
  margin-top: 5px;
}

.productPage .tabbernav > li a,
.productPage .tabbernav > li a:visited,
.productPage .tabbernav > li a:link {
  background-color: #231f20;
  border: none;
  color: #fff;
  width: 100%;
}

.productPage .tabbernav > li:hover,
.productPage .tabbernav > li:hover a {
  background-color: #f17320;
  color: #fff;
}

.productPage .tabbernav > li.tabberactive,
.productPage .tabbernav > li.tabberactive a {
  background-color: #f17320;
  border: none;
}

.productPage .applications table {
  width: 100%;
  border-collapse: collapse;
}

.productPage .applications thead th {
  text-align: left;
  padding: 10px;
  background-color: #333333;
  color: white;
  font-size: 13px;
}

.productPage .applications tbody tr td {
  border-bottom: 1px solid black;
  text-align: left;
  font-size: 13px;
  padding: 8px;
}

.productPage .applications tbody tr:last-child td {
  border-bottom: none;
}

.productPage .applications-see-parts {
  background-color: #f17320;
  border: none;
  padding: 7px;
  color: white;
  cursor: pointer;
}

@media screen and (min-width: 600px){
	
	.productPage .applications thead th, .productPage .applications tbody tr td {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) {
	
  .productPage .applications-see-parts {
    display: flex;
    text-align: center;
  }
}

.productPage .applications-see-parts:hover {
  background-color: #000;
}

.productPage .related-items {
	margin: 16px 0;
}

.productPage .related-items a {
  color: #000;
  text-decoration: none;
}

.productPage .related-items-item {
  display: flex;
  padding: 15px;
  border-bottom: 5px solid #f17320;
}

.productPage .related-items-description {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: space-between;
}

.productPage .related-items-item-name {
  font-weight: bold;
  font-size: 14px;
  margin-right: 20px;
}

.productPage .related-items-item-part {
  margin-top: 10px;
  font-size: 12px;
}

.productPage .related-items-image {
  margin-top: 10px;
}

.productPage .listItem:nth-child(odd) {
  border-bottom: none;
}

.productPage [name="email-product-form-submit"] {
  border: 2px solid #efefef;
  padding: 10px;
  font-weight: bold;
  color: #f17320;
}

.productPage [name="email-product-form-submit"]:hover {
  background-color: #f17320;
  border-color: #f17320;
  color: #fff;
}

.productPage [name="email-product-form-submit"]:disabled {
  background-color: #efefef;
  border-color: #efefef;
  color: #444;
}
.tabbertab .listItem p img {
  max-width: 100%;
}

.product-quantity {
  padding: 0 10px;
}

.product-quantity,
.product-cta {
  padding-top: 26px;
}

.product-quantity__inner {
  display: flex;
}

.product-quantity__button {
  width: 29px;
  height: 48px;
  background: #292b29;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.1s ease;
}

.product-quantity__button:hover {
  background: #ed1e21;
}

.product-quantity__button:focus {
  outline: 0;
}

.product-quantity__button img {
  width: 15px;
  height: 15px;
}

.product-quantity__button.product-quantity__button--minus {
  border-radius: 5px 0 0 5px;
}

.product-quantity__button.product-quantity__button--plus {
  border-radius: 0 5px 5px 0;
}

.product-quantity__input-outer {
  width: 50px;
}

#new-input.product-quantity__input {
  width: 100%;
  height: 100%;
  min-height: 48px;
  max-height: 48px;
  padding: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 0;
  border-right: 0;
  font-size: 20px;
  text-align: center;
  -moz-appearance: textfield;
}

input[type="number"].product-quantity__input::-webkit-inner-spin-button,
input[type="number"].product-quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#new-card .card-title {
  font-size: 12px;
}

#new-card .form-check p {
  font-size: 12px;
  padding: 0 0 0 17px;
}

.tabbertab.applications > ul > li {
  list-style: none;
  margin: 0 0 0 10px;
}

#cart_itemlist {
  max-width: 850px;
  margin-bottom: 50px;
}
#cartform #cart_itemlist {
  max-width: 100%;
}

.cart_itemlist-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.cart_itemlist-row > div {
  flex: 3 100px;
  text-align: center;
}
.cart_itemlist-row > div:first-child {
  text-align: left;
}
.cart_itemlist-row > div:last-child {
  text-align: right;
}
.cart_itemlist-row-titles {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin: 20px 0;
}
.cart_itemlist-row-item {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.cart_itemlist-row-item > div:first-child {
  color: #f17320;
}
.cart_itemlist-row-sumtotal {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
}
.cart_itemlist-row-sumtotal:last-child {
  border-bottom: none;
}
h2.order-title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
}
.paymentmethod {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 20px;
}
.paymentmethod > p {
  margin: 0 20px 0 0;
}
.paymentmethod > p a {
  color: #f17320;
  font-weight: bold;
}
form input.paymentbutton {
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  padding: 2px;
}
form input.paymentbutton:hover {
  border-color: #38c659;
}

div#title.order-main-title {
  background: #231f20;
  color: #fff;
  padding: 20px;
}
.orderPaid{
	background: #A6F1A6;
	font-size: 20px;
	padding: 10px 8px;
	margin-top: 20px;
	font-weight: 700
}
div#title.order-main-title h1.pagetitle {
  text-align: left;
  color: #fff;
  font-size: 30px;
  line-height: 39px;
  font-family: "Oswald";
}
div#title.order-main-title h3.pagesubtitle {
  text-align: left;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .navbar-toggle {
    display: block !important;
  }
  .header__search #mobile-menu {
    display: none;
  }
  .header__search .header__search-inner {
    margin-left: 60px;
  }
  .nav-item--hide {
    display: block;
  }

  .dropdown-item--more {
    display: none;
  }

  #nav-bar-header {
    background-color: #231f20;
    height: 0;
  }

  .dropdown-menu {
    position: initial;
    width: 100%;
  }

  #header .nav {
    background-color: #231f20;
    width: 100%;
    display: none;
  }

  #header #switch {
    display: none;
    float: right;
  }

  #header .nav .fa.fa-angle-down {
    display: none;
  }

  #header .nav .fa.fa-angle-right {
    display: none;
  }

  #header .nav > li {
    float: none;
    border-bottom: 1px solid black;
    overflow: hidden;
  }

  #header .nav > li a {
    display: table;
    background-color: #231f20;
  }

  .dropdown-mobile {
    display: block;
    width: 46px;
    padding: 10px 8px 8px 20px;
    float: left;
    border-right: 1px solid black;
  }

  .dropdown-mobile > li {
    border-bottom: 1px solid black;
    overflow: hidden;
  }

  .header__main {
    flex-wrap: wrap;
  }

  .header__logo {
    width: 70%;
  }

  .header__header-actions {
    display: flex;
    justify-content: flex-end;
    order: 2;
    width: 30%;
    margin: 0;
    padding-right: 30px;
  }

  .header__search {
    display: flex;
    background-color: #231f20;
  }

  input#search {
    background-color: #fff;
    color: #3c3c3c;
  }

  #mobile-menu {
    display: flex;
  }

  .header__search-inner {
    flex-grow: 1;
    max-width: unset;
    margin: 0;
    padding: 6px 6px 6px 0;
  }

  #searchpart {
    width: 36px;
    background: white;
    border-radius: 0 5px 5px 0;
  }

  input#search {
    padding: 9px 12px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
  }

  .header__search-icon {
    width: 20px;
    height: 20px;
  }

  .header__search-icon * {
    stroke: #f17320;
  }

  .header-actions__title {
    display: none;
  }

  .logo {
    max-height: 100%;
    padding: 10px 15px 15px;
    width: 87%;
  }

  .fa.fa-caret-right {
    font-size: 20px;
  }

  .noborder {
    float: none !important;
    padding-left: 20px;
  }
  #header,
  header {
    background-color: #231f20;
  }
  .navbar-header {
    position: absolute;
    top: -52px;
    left: 15px;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover {
    opacity: 1;
    margin: 0;
    padding: 17px 16px;
    background: #231f20;
    border: none;
  }
  .navbar-toggle span.icon-bar {
    background-color: #fff;
  }
  #nav-bar-header .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #231f20;
  }
}

@media (width: 991px) {
  #nav-bar-header {
    width: 768px;
  }
}

@media (max-width: 991px) {
  #nav-bar-header {
    max-width: 768px;
  }
}

@media (max-width: 520px) {
  #header,
  header {
    background-size: cover;
  }
  #header > .container {
    padding: 0;
  }
  .header__search .header__search-inner {
    margin-left: 80px;
  }
}

@media (max-width: 701px) {
	
	.product-price_and_actions {
		flex-direction: column;
	}
  
	.product-compatibility{
		flex-direction: column;
	}
	
	.product-actions_and_stock {
		margin-top: 20px;
		max-width: 100%;
		width: 100%;
		min-width: 100%;
	}
	
	.more-information-container {
		display: flex;
		flex-direction: column;
	}

	.productPage .more-information {
		width: 100%;
		margin: 0 2px;
	}
}

.selects {
	
	@media(max-width:565px){
		
		grid-template-columns: repeat(1, 1fr) !important; 
		
		div > select {
			padding: 10px 20px 10px 10px;
			font-size: 14px;
		}
		
		.conversionBtn {
			height: 43px !important;
		}
	}
	
	@media(min-width:565px){
		
		grid-template-columns: repeat(2, 1fr) !important;
		
		div > select {
			padding: 10px 20px 10px 10px;
			font-size: 15px;
		}
		
		.conversionBtn {
			height: 44px !important;
		}
	}	

	@media(min-width:992px){
		
		grid-template-columns: repeat(3, 1fr) !important;
		
		div > select {
			padding: 10px 20px 10px 10px;
			font-size: 16px;
		}
		
		.conversionBtn {
			height: 46px !important;
		}
	}
}

.trouble-search {
padding: 0 20px;
width: 350px;}

@media(min-width:500px){
.trouble-search {
width: 400px;}

}

.trouble-search-title {
color:#F17320;
font-size: 18px;
font-weight: 900;
cursor: pointer;
}

.trouble-search-title:hover {
text-decoration:underline;
}

.trouble-search-input {
padding: 0 5px; 
height:30px;

}

.trouble-search-input {
padding: 0;
display: flex;
justify-content: felx-start;
flex-wrap: nowrap;
margin-bottom: 10px;
}

.trouble-search-input input {
width: 100%;
border-radius: 0;
padding: 5px;
border: .5px solid #777777;
font-size: 10px;
}

.trouble-search-btn {
background-color: #F17320;
color: white;
height: 30px;
border: none;
border-radius: 0 2px 2px 0;
padding: 0 10px;
text-transform: uppercase;
 }

.trouble-search-list-element, .trouble-search-list-subelement {
display:flex;
justify-content: space-between;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 13px;
color: #777777;
padding: 10px 0;
border-bottom: 1px solid #eeeeee;
cursor:pointer;
}

.trouble-search-list-element p {
margin: 0;
padding: 0;
}

.trouble-search-list-subelement p {
margin: 0;
padding: 0 0 0 15px;
font-size: 11px;
}


.trouble-search-list-element p:hover {
text-decoration:underline;
}

.trouble-search-list-element:hover {
cursor:pointer;
}

.trouble-search-list-bold {
font-weight: 600;
color: black
}

.my-content img {
  object-fit: cover;
}

.expansion {
width:100%;
display: flex;
flex-direction: column;
max-width: 670px;
padding: 20px;
}

.expansion-panel {
padding: 10px 20px;
background-color: #fdfdfd;
border: 1px solid #dedede;
display: flex;
align-items: center;
justify-content: space-between;
flex: 1;
cursor:pointer;
width:100%;
max-width: 100vw;
max-height: 50px;
}

.expansion-content {
background-color: white;
padding: 10px 20px;
border: 1px solid #dedede;
max-width: calc(100vw - 40px);

}

.expansion-content img {
max-width: calc(100vw - 80px);
}

.expansion-guide-link {
color: #F17320;
margin-top: 20px;
font-size: 13px;
cursor: pointer
}

.accordion-content > h1 {
font-size: 18px;
font-weight: 600;

}

.accordion-content > p > a {
color: #F17320;
cursor: pointer;
}

.expansion-panel > h4 {
font-size: 15px;
font-weight: 600;
color: black;
text-transform: capitalize;
cursor:pointer;
}

