/*
* ===================================================
*     CUSTOM CSS CODE BELOW
* ===================================================
*/

/* Mathias */


.ribbonfont span
{
    opacity: 0.9!important;
    font-size: 12px!important;
    line-height: 16px!important;
    text-align: center!important; 
    padding:28% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #8ABD24!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}

.ribbonfont2 span
{
    font-size: 12px!important;
    line-height: 12px!important;
    text-align: center!important; 
    padding:30% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #f65151!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}

.ribbonfont3 span
{
   font-size: 14px!important;
    line-height: 14px!important;
    text-align: center!important; 
    padding:35% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #000!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}

.ribbonfont4 span
{
   font-size: 11px!important;
    line-height: 14px!important;
    text-align: center!important; 
    padding:33% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #f63939!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}
.ribbonfont5 span
{
    opacity: 0.9!important;
    font-size: 12px!important;
    line-height: 16px!important;
    text-align: center!important; 
    padding:21% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #8ABD24!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}
.ribbonfont6 span /* som ribbonfont med mindre text */
{
    opacity: 0.9!important;
    font-size: 10px!important;
    line-height: 16px!important;
    text-align: center!important; 
    padding:26% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #8ABD24!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}

.ev-filter {
  background-color: gray;
  background-size: cover;
  padding: 220px 15px 250px;
  position: relative;
  background-position: center center;
  margin-bottom: 150px
}


.ev-filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: -30px;
}

.ev-filter-content > * { margin-bottom: 30px; }

.container {
  max-width: 1200px;
  margin: 0 auto;
}


.ev-filter-grid {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  z-index: 1;
  position: relative;
}

.ev-filter-grid.right {
  text-align: right;
}

.ev-filter-results-container {
  margin-top: -301px;
  margin-bottom: 55px;
}
.ev-filter-results {
  background-color: #333333;
  color: #fff;
  /*position: absolute;*/
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 20px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}

.ev-filter-results-home {
  transform: translate(0);
  right: 0;
  left: 0;
  max-width: none;
}

@media (max-width: 1280px) {
  .ev-filter-results {
    min-width: 95%;
  }

  .ev-filter-results-home {
    right: 0;
    left: 0;
    max-width: 100%;
  }


}

.filter-results-instance {
  min-width: 1000px;
  width: 90%;
}

html .ev-filter-results tr th {
  font-weight: bold;
  padding: 5px 5px 10px;
  font-size: 1.2em;
}

.ev-filter-results tr th,
.ev-filter-results tr td {
  max-width: 18%;
  width: 18%;
  text-align: left;
  padding: 5px;
  vertical-align: top;
}

.left h2 {
  font-size: 32px;
  line-height: 1.2;
}

.left p {
  font-size: 20px;
  line-height: 1.4;
}

.ev-filter-results tr th:last-child,
.ev-filter-results tr td:last-child {
  max-width: 29%;
  width: 29%;
}

.ev-filter-results h4 {
  text-align: right;
  margin: 10px 0;
  font-style: italic;
  font-size: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.ev-filter-form {
  width: 415px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .5);
  padding: 25px 15px;
  text-align: left;
  margin: 0 0 0 auto;
  position: relative;
}

.ev-filter-form h6 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
  color: #fff;
}

.ev-filter select {
  margin-top: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px;
  width: 180px;
  height: 50px;
  color: #fff;
  display: inline-block;
}

.ev-filter select + select {
  margin-left: 10px;
}

.ev-filter option {
  color: #000;
  font-size: 16px;
}

.overlay-classic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.61);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.41)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.41) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.41)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.41) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

.filter-btn {
  display: inline-block;
  white-space: pre;
  color: #000;
  background-color: #7df481; 
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  border-radius: 5px;
  text-align: center;
  width: auto;
}

.filter-btn:hover {
  /* background-color: #7df481; */
   background-color: #f47f7d;
  cursor: pointer;
  /* color: #000;*/
  color: #FFF;
}

.car-model-title {
    padding-right: 5px;
}


@media (max-width: 1160px) {
    .ev-filter-results-container {
        margin-top: -268px;
    }
  .ev-filter-results {
    min-width: auto;
    /*position: relative;*/
    left: auto;
    bottom: -100px !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top: 50px;
  }

  .ev-filter {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-bottom: 150px;
  }

  .filter-results-instance {
    min-width: auto;
  }

}

@media (max-width: 1200px) {

    .padding-remove-mob {
        padding: 0;
    }

}

@media (max-width: 991px) {


  .ev-filter-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ev-filter-grid {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .ev-filter-form {
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
.ev-filter-results-container {
    margin-top: -157px;
}
  .ev-filter {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .filter-results-instance {
    border: 0;
    width: 100%;
  }

  .filter-results-instance .mobile-hide {
    display: none;
  }

  html .ev-filter-results tr th {
    font-size: 1em;
  }

  html .ev-filter-results tr th, html .ev-filter-results tr td {
    font-size: 14px;
  }

  .filter-results-instance tr {
    padding: 5px 0;
  }

  .filter-results-instance td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .filter-results-instance td:last-child {
    border-bottom: 0;
  }

  .ev-filter-results {
    bottom: 0!important;
    padding: 20px 10px 50px;
  }
}

@media (max-width: 544px) {
    
  .ev-filter-form {
    width: auto;
    height: auto;
  }
  
    html .ev-filter-results tr th, html .ev-filter-results tr td {
    font-size: 13px;
  }

  .ev-filter-form select {
    width: 100%;
  }

  .ev-filter select + select {
    margin-left: 0;
  }

  .left h2 {
    font-size: 24px;
  }

  .left p {
    font-size: 14px;
  }
}

/* Airlectra  */

.visible-xs {
    display: none!important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none!important;
	}
	.visible-xs {
		display: block!important;
	}
}

.stock-bat {
    display: flex;
    align-items: center;
}

.stock-bat img {
    margin-left: 10px;
    width:50px;
}

.text-success.best-vara {
    color: #000000!important;
}

#gt {
    display:inline;
}

/* Notis i header */

.topphead {
    background:#95252f;
    line-height: 2;
    font-size: 16px;
    color: white;
    /* font-weight: bold;*/
    text-align: center;
    padding: 2px;
}

.topphead a {
    color:#fff;
    display: block
}

@media (max-width: 360px) {
    .topphead {
        font-size:10px!important;
         
    }
}

.main-container {
    padding-top: 84px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-container {
        padding-top: 72px;
    }
}

/* Slut - Notis i header */

/* Pagecloud */

.logo-svg {
    width:180px;
}

.navbar-bg .nav-item .nav-link {
    text-transform:uppercase;
}

.navbar-light .navbar-nav .nav-link, .navbar-hover-light:hover .navbar-nav .nav-link, .navbar-fixed-light.fixed-top .navbar-nav .nav-link {
    font-weight:400;
}

.navbar {
    align-items: baseline;
}

.banner_v2 {
    padding-right: 0;
    padding-left: 0;
    overflow:hidden;
}

.banner_v2 .row {
    margin-left:0;
    margin-right:0;
}

.banner_v2 .row .col-12 {
    padding-right: 0;
    padding-left: 0;
}

.banner_v2 h3 {
    font-family:'open sans';
    /*font-size: 16px;*/
    font-size: 1rem;
    letter-spacing: 3px;
    line-height: 1.5;
    opacity: 0.6;
    margin-bottom: 10px;
}

.banner_v2 h2 {
    font-family:'open sans';
    /*font-size: 64px;*/
    
    font-size: 4.5rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

.banner_v2 p {
    /*font-size: 20px;*/
    font-size: 1.75rem;
    line-height: 1.8;
    font-family:'open sans';
}

.banner_v2 .overlay-content.container {
    max-width:700px;
}

.banner_v2 img, #laddboxar-img img {
    min-width:100%;
}

.banner_v2 .align-items-top25 {
    top:25%;
}

#laddboxar-img .img-scale-container {
        overflow: hidden;
        padding-top: 1rem;
        background-color: #000;
}

@media (min-width:992px) {
    .banner_v2 .img-scale-container {
        height:49vw;
        position:relative;
    }
    
    .banner_v2 img {
        min-width:100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    /*
    #laddboxar-img {
        padding: 1rem 4rem 0 4rem;
        background: #000;
    }
    #laddboxar-img .img-scale-container {
        height:49vw;
        padding-top: 3rem;
        position:relative;
    }
    
    #laddboxar-img img {
        min-width:100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }*/

}

@media (max-width:991.9px) {
    .banner_v2 img:not(.full-image) {
        margin-left: 50%;
        transform: translateX(-50%);
        width:1000px;
    }
    .banner_v2 .align-items-top25 {
        top:20%;
    }
    .banner_v2 h2 {
        font-size: 35px;
        margin-bottom:30px;
    }
    .banner_v2 p {
        font-size: 20px;
        font-weight: 400;
    }
    #laddboxar-img img {
        margin-left: 50%;
        transform: translateX(-50%);
        width:150%;
    }

}

.shadow-box {
    box-shadow: 11px 4px 24px 0px rgb(0 0 0 / 10%);
}

.banners2capt h2 {
    font-weight:400;
    letter-spacing:3px;
    font-size:1.6rem;
    font-family: 'Playfair Display', serif;
}

.img2capt .row {
    margin-left:0;
    margin-right:0;
}

.img2capt .pre-head {
    font-size: 14px;
    letter-spacing: 9px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.img2capt h3 {
    font-size:2rem;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

@media (max-width:991.9px) {
    .img2capt h3 {
        font-size:1.8rem;
    }
}

.img2capt h3 .green {
    color:#8ABD24;
}

.img2capt .lead {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    max-width:80%;
    margin: 0 auto 40px auto;
    
}

#laddboxar-img h2 {
    color:#ffffff;
    font-family: "playfair display" !important;
    line-height: 1.2 !important;
    text-align: center !important;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 4px;
}

#laddboxar-img .w-90 {
    width:90%;
    margin: 1.2rem auto 0 auto;
}

@media (min-width: 992px) {
    #laddboxar-img h2 {
        font-size: 57px;
    }
    #laddboxar-img .w-90 {
        width:44%;
        margin: 2rem auto 0 auto;
    }
}

#laddboxar-img h3 {
    font-family: lato;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.5;
    text-align: center;
}

#laddboxar-img .color-r {
    color:#ff6f69;
}

#laddboxar-img .color-w {
    color:#ffffff;
}

#laddboxar-img .color-y {
    color:#f7ff70;
}

.start-fluid-products .product-image, .start-fluid-products .product-text, .background-white {
    background-color:#ffffff;
}

@media (min-width: 768px) {
    .pt-md-3 {
        padding-top: 1rem!important;
    }
}

.start-fluid-products .product-text, .cat-prods .product-text {
    min-height:90px;
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    justify-content:space-between;
}

@media (min-width:992px) {
    .start-fluid-products .product-text, .cat-prods .product-text {
        min-height:130px;
    }
}

.start-fluid-products .product-text h3, .cat-prods .product-text h2 {
    padding-left:1rem;
    padding-right:1rem;
}
    
.start-fluid-products .product-text h3 a, .cat-prods .product-text h2 a {
    font-family: 'lato';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

ul.foot-menu .subnav_items ul {
    padding-inline-start: 18px;
    list-style-type:disc;
}

.footer-socials {
    text-align: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 30px;
}

.footer-socials svg {
    width:36px;
    height:36px;
}

.product .product-price {
    color:#8ABD24;
    font-size: 20px;
}

.product-price.disc-price, .cart-price.has-before-price  {
    color:red;
}

.product .product-before-price {
    
}

.collection-header {
    max-width:750px;
    margin: 0 auto;
}

.collection-header h1 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 4px;
    font-size: 30px;
    font-weight: 300;
    text-align:center;
    color: rgb(102,108,119);
    text-transform:uppercase;
   /* max-width:560px;*/
    margin: 0 auto;
}

.collection-header h1~p {
    text-align:center;
    max-width:560px;
    margin: 0 auto;
}

.collection-header h2 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 4px;
    font-size: 24px;
    font-weight: 300;
    color: rgb(102,108,119);
    text-transform:uppercase;
}

.collection-header h2~p {
    text-align:left;
    max-width:unset;    
}

@media (min-width: 768px) {
    .collection-header h1 {
        font-size: 57px;
    }
}

.collection-header p {
    font-family: montserrat;
    font-size: 16px;
    white-space: normal;
    line-height: 1.4;
    color: rgb(102,108,119);
}

.text-success {
    /*color:#8ABD24!important;*/
    color:#000000!important;
}

.container {
    max-width:1110px;
}

article#product h1.h2, article#product h1, article#product h3 {
    font-size:1.5rem;
}

article#product p {
    font-size:0.875rem;
}

.filter-option {
    font-size:0.75rem;
    letter-spacing:0.1rem;
}

.banners2capt .categoryOverview h2 {
    text-transform:uppercase;
    font-size:1.625rem;
    letter-spacing:5px;
    color: #4d4d4d;
}

.banners2capt .categoryOverview .ladd-cat-img .img-scale-container {
    display:flex;
    align-items:center;
    overflow:hidden;
}
.banners2capt .categoryOverview .ladd-cat-img .img-scale-container img {
    width:108%;
}

.ladd-cat-img .shadow-box {
    position:relative;
}

.banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt {
    position: absolute;
    left: 0;
    width: 100%;
    opacity:0.55;
    bottom:0;
}

.banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt h2 {
    color:#fff;
    font-size: 29px;
    font-family: lato;
    letter-spacing:3px;
    text-align:center;
    font-weight: 700;
}


@media (min-width: 992px) {
    .banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt {
        left: 41px;
        bottom:unset;
        top: 50px;
        width: 402px;
    }
    
    .banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt h2 {
        font-size: 49px;
        text-align:left;
    }
    .banners2capt .categoryOverview .ladd-cat-img .img-scale-container img {
        width:100%;
    }
}

@media (min-width: 992px) and (max-width:1200px) { 
    .banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt h2 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    video {
        margin-bottom:-1px;
    }
}


.container-fluid.st-video {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.st-video .startpage_vid {
    display:block;
}

@media (min-width: 992px) {
    .st-video .startpage_vid {
        width:100%;
    }
}

@media (max-width: 991.9px) {
    .st-video .startpage_vid {
        margin-left: 50%;
        transform: translateX(-50%);
        width: 1000px;
    }
}

@media (max-width: 768px) {
    .st-video .startpage_vid {
        width: 800px;
    }
}

.top-tp {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:10;
}

.top-tp:hover {
    cursor:pointer;
}

@media (max-width:768px) {
    #product .nav-tabs .nav-item {
        width:100%;
        margin-top:0.5rem;
    }
}

.has-dropdown.on-hover:hover > .dropdown-menu.dropdown-menu-first {
    display:grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(14,auto);
}

.buy-bottom {
    position:fixed;
    width:100%;
    bottom:-55px;
    left:0;
    right:0;
    z-index:100;
    -webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}

.buy-bottom .product-btn-addcart:hover {
    opacity:0.9;
}

.buy-bottom .btn {
    padding: 1rem 0.75rem;
    border-radius:0;
}

.buy-bottom.scrollfix {
    bottom:0;
}

/*
.breadcrumb-item {
    text-decoration:underline;
}
*/

.breadcrumb-item+.breadcrumb-item {
    padding-left:0.3rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    padding-right:0.2rem;
}

.breadcrumb-item:last-child:before {
    content:"";
}

.breadcrumb-item:first-child {
    display:none;
}

.breadcrumb-item:nth-child(2) {
    padding-left:0;
}

h3.faqlist {
    font-size:1.25rem;
    margin-bottom:0.5rem;
    color: rgb(102,108,119);
}

.accordion .card {
    box-shadow: none;
}

.accordion .head-text {
    font-weight: 400;
    font-size: 18px;
    width: calc(100% - 40px);
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    color: rgb(102,108,119);
}

.accordion i {
    color: rgb(102,108,119);
}

.collection-header li {
    font-family: montserrat;
    font-size: 16px;
    white-space: normal;
    line-height: 1.4;
    color: rgb(102,108,119);
}

.top-padding {
    padding-top:147px;
}

@media (min-width:992px) {
    .top-padding {
        padding-top:136px;
    }
}

.top-bar {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1)!important;
}

.header-textcolor:focus, .header-textcolor:active {
    color: #494949;
}

.faqbox, .faqq {
    border:8px solid #dddddd;
    border-radius:16px;
    margin-bottom:2rem;
}
.faqicon {
    width:48px;
    height:48px;
}

.btn-car {
    text-align:center;
    padding:8px;
    border:4px solid #d7eaf0;
    border-radius:100rem;
    letter-spacing:1px;
    width:100%;
}

.banner-btn {
    padding: 0.525rem 0.75rem 0.45rem;
}
.text-white .banner-btn {
    color: #222;
    background-color: #7df481;
}

.text-dark .banner-btn {
   color: #222;
    background-color: #7df481;
}

.product .ribbon.racetrack {
    top:10px!important;
    left:25px!important;
    height:30px!important;
}

.ribbon.racetrack span {
    top:0!important;
    border-radius:30px;
    font-size: 11px!important;
    box-shadow:none!important;
}

#langsDropdown+.dropdown-menu {
    top:0;
    margin-top:0;
    left: 50%;
    transform: translate(-50%, 30px)!important;
}

.lang-flag {
    height:1.5rem;
    width:1.5rem;
}

#langsDropdown .lang-flag {
    height:1rem;
    width:1rem;
}

.footer-contact {
    line-height:2;
}

.footer-contact svg {
    width:30px;
    height:30px;
}

.contact-icon {
    min-width:18px;
    vertical-align: top;
}

.cart-head {
    font-size: 1.75rem;
    font-family: lato, sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}

@media (max-width: 1200px) {
    .cart-head {
        font-size: calc(1.3rem + .6vw);
    }
}

.cart-sum {
    font-size: 1.25rem;
    font-family: lato, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}


.upsell-head {
    text-align:left;
    font-size:16px;
    padding-left:1rem;
    padding-right:1rem;
}

.slider-select {
    width:100%;
}

#cartSlider .cart-title {
    margin-left:0;
    font-size: 0.8rem;
}

.sidebar-cart-footer {
    background-color:#fff;
}

#sidebarCart .modal-body {
    overflow-y:auto;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

.sidebar-cart-product-wrapper {
    overflow-y: unset;
    max-height: unset;
}

#sidebarCart .swiper-outside-nav {
    display:block;
}

.cartPrev.swiper-button-prev {
    left:0;
}

.cartNext.swiper-button-next {
    right:0;
}



.cart-prod {
    border-bottom:1px solid #e9ecef;
}

.cart-prod img{
    max-width:80px;
    width:80px;
}

.cart-prod-buy {
    display:flex;
    flex-wrap:wrap;
    flex-grow:1;
    padding:10px;
}

.cart-prod-buy>* {
    width:100%;
}

.cart-prod .product-btn-addcart {
    max-height: 42px;
    align-self: center;
}

.upsell-wrapper {
    max-height:calc((100vh - 200px) * 0.35);
    overflow-y:auto;
    padding:0 1rem;
}

.sidebar-cart-footer {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    height:150px;
}

.sidebar-cart-content {
    padding-bottom:150px;
}

.navbar-cart-product {
    padding-top:1rem;
    padding-bottom:1rem;
}

.sidebar-cart-product-wrapper {
    padding-left:0;
    padding-right:0;
}

.qs-product-lowest-price {
    width:100%;
}

.pricehistory-tooltip {
    background-color:#fff!important;
}

.container.text-break:has(.bf-img), .collection-header:has(.bf-img) {
    max-width:100%;
    padding-left:0;
    padding-right:0;
}

.collection-header:has(.bf-img) > * {
    padding-left:15px;
    padding-right:15px;
}

.collection-header p:has(.bf-img) {
    padding-left:0;
    padding-right:0;
}