
/* trimlist css*/

.background-container .eutElpTrimList{
	background-color: inherit;
}

.eutElpTrimList{
	background-color: rgba(5, 20, 31, 0.03);
}
.price-section {
  align-self: flex-end;	
  margin-bottom: 3%;	
  white-space: nowrap;
}
.carimage {
  max-width:340px;
}
.elp_car_disclaimer{
  font-size:12px;
  color: rgba(5, 20, 31, 0.6);
  margin-bottom: 40px;
 }

.el-trmlist_main {
  position:relative;
  overflow-x: hidden;
}
.trim-currency{	
  font-size: 24px;	
  line-height: 20px;	
}
p.trim_disclaimer {
  display: block;
  font-size: 12px;
  color: #697279;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
}

.elp-trimlist-inner {
  margin: 0 80px;
  padding: 90px 0 40px;
  display: flex;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content:initial;
}

.elp-trimlist-display {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.price-text {
  font-size: 14px;
}
.elp_trimname {
  margin-bottom: 14px;
  font-size: 24px;
}
.elp_trimdesc {
  margin-bottom: 30px;
  font-size: 14px;
}

.elp-trimlist-check li {
  list-style-image: url(../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_checked_black.svg);
  margin: 16px 23px;
  display: list-item !important;
}

.elp-trimlist-mb {
  margin: 30px 0px;
}
.powertrim_Button {
  margin-top: 40px;
}

.powertrim_darkbutton {
  background-color: #05141f;
  color: #ffffff !important;
  font-size: 14px;
  padding: 12px 30px;
  display: inline-block !important;
  text-align: center;
  margin: 5px 5px 5px 0;
}

.powertrim_whitebutton {
  background-color: #ffffff;
  color: #05141f !important;
  display: inline-block !important;
  font-size: 14px;
  padding: 12px 30px;
  border: 1px solid #05141f;
  margin: 5px 0px;
  text-align: center;
}

.powertrim_blackbutton {
  background-color: #05141f;
  color: #ffffff !important;
  font-size: 14px;
  padding: 12px 30px;
  display: inline-block !important;
  text-align: center;
  margin: 5px 5px 5px 0;
}

.util_menu li a {
  text-shadow: none;
}
.elp-trimlist-box {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .elp-trimlist-inner div.eutElpTrimDetail:not(:first-child) {
    margin: 0 0 0 40px;
  }
}
.eutElpTrimDetail {
  min-width: calc((100% - 320px) / 3);
  width: calc((100% - 320px) / 3);
  padding: 40px;
  background-color: #ffffff;
  flex: 1 1 auto;
  flex-basis: calc(33% - 20px);
  max-width: calc(50% - 20px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trim_btn {
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  opacity: 0.2;
}

.trim_btn:hover {
  opacity: 0.9;
}

.trim_leftButton {
  content: "";
  background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_big_back.svg") 0 0
    no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  left: 85px;
}

.trim_rightButton {
  content: "";
  background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_big_right.svg") 0 0
    no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  right: 85px;
  z-index:99;
}

.powertrim_pager {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px 0;
}

.powertrim_line {
  width: 40px;
  height: 2px;
  border-radius: 12px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: rgba(5, 20, 31, 0.2);
}

.powertrim_line-selected {
  background-color: #05141f;
}

.hidden {
  display: none !important;
}

.consumption-fuel-nedc {
  text-align: left;
  font-size: 12px;
  color: #05141f99;
}

.consumption-fuel-wltp {
  text-align: left;
  font-size: 12px;
  color: #05141f99;
}

.consumption-fuel-disc {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  padding: 3px;
  word-break: break-word;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  
  .powertrim_pager a {
    display: block;
  }

  
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .elp-trimlist-inner {
    margin: 0 40px;
    
  }

  .elp-trimlist-display {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 38px;
  }

  .eutElpTrimDetail {
    min-width: calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .trim_btn {
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    opacity: 0.2;
  }

  .trim_btn:hover {
    opacity: 0.9;
  }

  .trim_leftButton {
    content: "";
    background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_big_back.svg") 0
      0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    left: 35px;
  }
  .trim_rightButton {
    content: "";
    background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_big_right.svg") 0
      0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    right: 35px;
  }
  .powertrim_whitebutton {
    background-color: #ffffff;
    color: #05141f !important;
    display: inline-block !important;
    font-size: 14px;
    padding: 12px 30px;
    border: 1px solid #05141f;
    margin: 5px 0px;
    text-align: center;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .elp-trimlist-inner {
    transition: left 2s;
    left: 0%;
    overflow: visible;
    position: relative;
    margin: 0 30px 0 0;
  }

  .el-trmlist_main {
    position: relative;
    box-sizing: border-box;
  }

}


@media only screen and (min-device-width: 768px) {
  .elp-trimlist-inner div.eutElpTrimDetail:not(:first-child) {
    margin: 0 0 0 40px;
  }
}

@media (max-width: 767px){	
  .eutElpTrimDetail {	
      min-width: calc( 100% - 80px);	
      width: 100%;	
      padding: 30px 20px;	
      margin: 0 20px;	
    }	
  .elp-trimlist-inner{	
      margin: 0px;	
      position: relative;	
      overflow: visible;	
   }	
    .trim_leftButton , .trim_rightButton{	
         display: none;	
      }	
  }
