
/* powertrain css*/

  .powertrain_container {
      background-color: #F7F7F8;
      position: relative;
  }

  .powertrain_main {
    overflow-x: hidden;
  }
  
  .powertrain_wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    flex-wrap: nowrap;
    margin: 0 80px;
    overflow: hidden;
    padding: 90px 0 0;
  }
  
  .powertrain_content {
    min-width: calc((100% - 320px) / 3);
    height: auto;
    padding: 40px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .powertrain_content cq {
    display: none;
  }
  
  .powertrain_content .cq-placeholder{
    height:0;
    display: none;
  }
  
  .powertrain_contentOne{
    width: 800px;
    margin: auto;
  }
  
  .powertrain_contentTwo{
    min-width: calc((100% - 200px) / 2);
  }
  
  .powertrain_imageContainer {
    display: flex;
    flex-direction: row;
    height: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  
  .powertrain_image-EV {
  width: 60px;
  height: 60px;
  background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_Powertrain_EV.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  }
  
  .powertrain_image-HEV {
    width: 60px;
    height: 60px;
    background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_Powertrain_HEV.svg") 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  
  .powertrain_image-MHEV {
    width: 60px;
    height: 60px;
    background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_Powertrain_MHEV.svg") 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  
  .powertrain_image-PHEV {
    width: 60px;
    height: 60px;
    background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_Powertrain_PHEV.svg") 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  .powertrain_image-regular {
    width: 60px;
    height: 60px;
    background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_Powertrain_regular_fuel_midnight.svg") 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  
  .powertrain_infoHeader {
    font-size: 24px;
    margin-top: 30px;
    line-height: 30px;
  }
  
  .powertrain_infoDesc {
    font-size: 14px;
    margin-top: 16px;
    color: #06141E;
    line-height: 20px;
  }
  
  .powertrain_featuresList {
    margin-top: 40px;
  }
  
  .powertrain_feature:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_checked_black.svg") 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    float: left;
    margin: 3px 15px 0px 0px;
    flex-shrink: 0;
  }
  
  .powertrain_feature {
    font-size: 14px;
    color: #06141E;
    margin: 8px 0;
    display: flex;
    line-height: 20px;
  }
  
  .powertrain_pager {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0 50px 0;
  }
  
  .powertrain_line {
    width: 40px;
    height: 2px;
    border-radius: 12px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgba(5, 20, 31, 0.2);
    cursor: pointer;
  }
  
  .powertrain_line-selected {
    background-color: #05141F;
  }
  
  .powertrain_btn {
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    opacity: 0.2;
  }

  .powertrain_btn:hover {
    opacity: 0.9;
  }
  
  .powertrain_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;
  }
  
  .powertrain_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;
  }
  
  .hidden {
    display: none;
  }
  
  .powertrain_footerButton{
    width: 100%;
    margin-top: 40px;
  }
  
  .powertrain_primaryButton{
    background-color: #05141F;
    color: #ffffff !important;
    font-size: 14px;
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
    margin: 5px 5px 5px 0;
  }
  
  .powertrain_secondaryButton{
    background-color: #ffffff;
    color: #05141F !important;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #05141F;
    text-align: center;
    display: inline-block;
    margin: 5px 0;
  }

  #eut_container .powertrain_content .eut_cmly_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  #eut_container .powertrain_content .eut_cmly_section:after {
    content: none;
  }

  .powertrain_price {
    font-size: 14px;
    line-height: 20px;
  }
  
  .powertrain_enginePrice {
    font-size: 24px;
    line-height: 20px;
  }

  @media (min-width: 768px) {
    .powertrain_wrapper div.powertrain_content:not(:first-child) {
        margin: 0 0 0 40px;
    }
  }

  @media (max-width: 767px) {
    .powertrain_wrapper {
      margin: 0px;
      position:relative;
      overflow:visible;
    }
  
    .powertrain_content {
        min-width: calc( 100% - 80px);
        width: 100%;
        padding: 30px 20px;
        margin: 0 20px;
    }
  
    .powertrain_leftButton , .powertrain_rightButton{
        display: none;
    }
  
    .powertrain_secondaryButton, .powertrain_primaryButton{
      padding: 15px 15px;
    }
  }  


  @media (min-width: 768px) and (max-width: 1024px) {
    .powertrain_wrapper {
        margin: 0 40px;
    }
  
    .powertrain_content {
        min-width: calc((100% - 200px) / 2);
    }
  
    .powertrain_leftButton {
        left: 45px;
    }
  
    .powertrain_rightButton {
        right: 45px;
    }
  
    .powertrain_contentOne{
      width: 600px;
    }
  }
