/* stavljamo 62.5% kako bi 1rem bio 10px, umesto default 1rem 16px */
html {
    font-size: 62.5%;
}
body {
    overflow-y: hidden;
    font-size: 1.6rem;
    font-family: 'Open Sans', sans-serif;
}
a:hover {
    text-decoration: none;
}
input[type='radio'] {
    visibility: hidden;
}
input[type='radio']:after {
    width: 1.5rem; /* 15px */
    height: 1.5rem; /* 15px */
    border-radius: 1.5rem; /* 15px */
    left: -0.2rem; /* -2px */
    top: -0.3rem; /* -3px */
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px /* 1px */ solid #969696;
    cursor: pointer;
}
input[type='radio']:checked:after {
    width: 1.5rem; /* 15px */
    height: 1.5rem; /* 15px */
    border-radius: 1.5rem; /* 15px */
    position: relative;
    left: -0.2rem; /* -2px */
    top: -0.2rem; /* -2px */
    background-color: #c7081b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0rem /* 0px */ solid white;
    cursor: pointer;
}
.labelMessage{
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0;
    font-weight: 300;
    color: #9d9d9c;
}
/** Canvas **/
#canvasWrapper {
    width: 100%;
    height: 100vh;
}
#canvasRef {
    display: none;
}
#canvasWrapper #canvasRef {
    display: block;
}
/** Checkbox**/
.hoverwrapper:hover p {
    color: #c7081b;
}
.hoverwrapper:hover div {
    border: 1px /* 1px */ solid #c7081b;
}
.checkbox {
    height: 2.3rem; /* 23px */
    width: 2.3rem; /* 23px */
    /* background-color: #c7081b; */
    float: left;
    border: 1px /* 1px */ solid #969696;
}
.checkbox.imgcheck{

    border: none;
}
.disableGray {
    color: #c8c8c8;
}
/*** styled scrollbar ***/
.scroll-bar {
    overflow-x: hidden;
    overflow-y: auto;
}
.scroll-bar::-webkit-scrollbar-track {
    border-radius: 1.2rem; /* 12px */
    background-color: #f5f5f5;
}
.scroll-bar::-webkit-scrollbar {
    width: 0.6rem; /* 6px */
    background-color: #f5f5f5;
}
.scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 1.2rem; /* 12px */
    background-color: rgb(26, 26, 26);
}

.scroll-down-wrapper {
    width: 5.6rem; /* 56px */
    height: 5.6rem; /* 56px */
    visibility: hidden;
    position: fixed;
    right: 5%;
    bottom: 9.5rem; /* 95px */
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    transition: visibility 800ms linear 300ms, opacity 300ms;
}
.scroll-down-button {
    width: 100%;
    height: auto;
}
.display-scroll-down {
    opacity: 1;
    visibility: visible;
}
.hide-scroll-down {
    opacity: 0;
    visibility: hidden;
}

/***********************
** Loading screen
***********************/
#splash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 999999;
    background-color: #fff;
    display: table;
}
#splash i {
    display: block;
}
#splashHolder {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.splashInactive {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}

.activeImportant {
    display:block !important;
  }
.p-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.green {
    color: lightgreen;
}

.black-dropdown {
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2rem;
}

.option-head {
    color: #c7081b;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    line-height: 2rem;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    border-bottom: 0.1rem solid #dddddd;
    letter-spacing: 0.05em;
}

.dd-chevrons {
    float: right;
    font-size: 1rem;
    top: 0.6rem;
}

.menu-left,
.menu-right,
.button-fix-styles {
    background-color: #f2f2f2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.menu-left {
  min-height: calc(100vh - 7.8rem);
}
.menu-right {
    background-color: #fff;
    text-transform: none;
    /* height: 100vh; */

}
.menu-elements {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    cursor: pointer;
}

.menu-element {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    padding-left: 1.2rem;
    position: relative;
    border-bottom: 1px solid #dedede;
}

.menu-element:hover,
.menu-active {
    color: #c7081b;
}

.button-wrapper {
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.summary-button {
    max-width: 20rem;
    max-height: 7rem;
    padding: 1.4rem;
    border-radius: 0.6rem;
    background-color: #c7081b;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
}

.active-menu {
    position: relative;
    color: #c7081b;
}

.menu-element:hover:before {
    background-color: #c7081b;
    content: '';
    display: inline-block;
    height: 0.3rem;
    position: absolute;
    vertical-align: middle;
    width: 25%;
    top: 50%;
    left: -25%;
    float: left;
}
.active-menu:before {
    background-color: #c7081b;
    content: '';
    display: inline-block;
    height: 0.3rem;
    position: absolute;
    vertical-align: middle;
    width: 25%;
    top: 50%;
    left: -25%;
    float: left;
}

/***********************
** Helpers
***********************/
.pl-2rem,
.px-2rem {
    padding-left: 2rem !important;
}
.pr-2rem,
.px-2rem {
    padding-right: 2rem !important;
}
.mar0-bottom {
    margin-bottom: 0 !important;
}

.borderGray {
    border: 1px /* 1px */ solid #d9d9d9;
}
.borderRed {
    border: 1px /* 1px */ solid #c7081b !important;
}

/***********************
** Right MEnu
***********************/

/***********************
** Language right
***********************/
.languages #enLang,
.languages,
#frLang {
    /* margin-right: 10px; */
    padding: 0.5rem 1rem; /* 5px 10px */
    font-size: 1.4rem; /* 14px */
    /* padding-right: 10px; */
    line-height: 2rem; /* 20px */
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #999;
    cursor: pointer;
}
.languages {
    position: absolute;
    top: -0.2rem; /* -2px */
    z-index: 200;
    right: 1rem; /* 10px */
}

.optionsTitle {
    padding: 2rem 1.9rem 2rem 2.4rem; /* 20px 19px 20px 24px */
    color: white;
    background-color: #c7081b;
    font-size: 1.6rem; /* 16px */
    line-height: 2rem; /* 20px */
    letter-spacing: 0.05em;
    font-weight: 700;
}
.optionsTitle .lnr {
    font-size: 1.8rem; /* 18px */
    cursor: pointer;
}
.optionsTitle img,
.optionsTitle .lnr {
    float: right;
    margin-top: 0.1rem; /* 1px */
}
.options-title {
    padding: 2rem 1.9rem 2rem 2.4rem;
    color: #ffffff;
    background-color: #c7081b;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
}
.options-title .lnr {
    float: right;
    font-size: 1.8rem;
    display: block;
    cursor: pointer;
}

.menu-right.px-2rem {
  min-height: calc(100vh - 7rem);
}

.inactive {
    display: none !important;
}
.placeholderButtonMenu {
    position: absolute;
    right: 0;
    top: 2.5rem; /* 25px */
    width: 25%;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 2;
}
.options-float-holder {
    padding-top: 2.5rem; /* 25px */
}
.scroll-bar {
    height: 75vh;
    height: calc(100vh - 24rem);
    overflow-x: hidden;
    overflow-y: auto;
}

/***********************
** DROP DOWN
***********************/
.sub-options .optionFragment {
    padding-right: 1%;
}
.optionFragment {
    padding-left: 5%;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
    padding-right: 1%;
}
.optionFragmentTitle {
    width: 100%;
    padding-left: 1rem; /* 10px */
    background-color: #000;
    color: #fff;
    font-size: 1.4rem; /* 14px */
    line-height: 2rem; /* 20px */
    letter-spacing: 0.025em;
    cursor: pointer;
    padding-right: 3%;
    font-weight: 400;
    text-transform: uppercase;
}
.optionFragmentHolder {
    padding-left: 5%;
    padding-right: 4%;
    /* width: 90%; */
    margin-top: 3rem;
}

.optionsSpecifications .optionFragmentHolder {
    margin-top: 0;
    padding-right: 4%;
    padding-left: 2%;
}
.sub-options .optionFragmentHolder {
    margin-top: 3.1vh;
    padding-left: 6.5%;
}
.optionFragmentTitle span {
    font-size: 1rem; /* 10px */
    position: relative;
    top: 0.6rem; /* 6px */
    float: right;
}

/***********************
** CheckBox
***********************/
.checkboxHolder,
.checkboxHolderfreeze {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
.checkbox {
    border: 1px /* 1px */ solid #969696;
    height: 2.3rem;
    width: 2.3rem;
    background-color: #fff;
    float: left;
    cursor: pointer;
}
.checkbox.x20 {
    height: 2rem;
    width: 2rem;
}
.checkbox img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.checkbox.checked {
    background-color: #c7081b;
    border: none;
}
.checkboxText {
    padding-top: 0.2rem; /* 2px */
    margin-left: 3.5rem; /* 35px */
    font-size: 1.2rem; /* 12px */
    line-height: 2.3rem;
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
    margin-bottom: 0;
}
.checkboxText.x20 {
    line-height: 2rem !important;
}
.checkboxText.checked {
    color: #c7081b;
}
.checkboxHolder:hover .checkbox {
    border-color: #c7081b;
}
.checkboxHolder:hover .checkboxText {
    color: #c7081b;
}

.checkboxPictureHolder {
    display: block;
    height: inherit;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 3.5rem;
}
.checkboxPictureHolderImg {
    width: 100%;
}

.checkboxPictureHolder:hover .checkboxPictureHolderImg {
    border-color: #c7081b !important;
}
.checkboxTextPicture {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.rightPostionCheckbox {
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 5%;
    top: -1.5rem;
}
.rightPostionCheckbox.checked {
    border-color: #c7081b;
}

.checkboxListHolder,
#checkboxListHolder {
    display: block;
    height: inherit;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 5rem;
    margin-top: 3rem;
}
#checkboxListHolder {
  margin: 0;
  padding: 0;
}
.checkboxTextListTitle,
#checkboxTextListTitle {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
    background-color: #000;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 0;
}
.checkboxListItems,
#checkboxListItems {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    text-align: left;
    margin: 0;
    background-color: #fff;
    color: #212529;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 0;
}
#checkboxListItemsBgGray {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 300;
  text-align: left;
  margin: 0;
  background-color: #dadada;
  color: #212529;
  padding-left: 1rem;
  padding-right: 1rem;
  letter-spacing: 0;
}
.bg-gray {
    background-color: #dadada;
}

.subtextlist {
    text-align: right;
    margin: 0;
    font-size: 1.2rem; /* 12px */
    font-weight: 300;
    color: #9d9d9c;
    letter-spacing: 0;
    display: block;
}

.freeze .checkbox,
.checkboxHolderfreeze .checkbox {
    pointer-events: none;
    background-color: #ccc !important;
    cursor: default !important;
}
.bold {
    font-weight: 700;
    color: #000;
}

.freeze .subtextlist,
.freeze .bold,
.freeze .checkboxListItems,
.checkboxHolderfreeze .checkboxText {
    color: #999;
    cursor: default !important;
}

.optionPaintContainer {
    text-align: left;
    margin-right: 2%;
    display: inline-flex;
    width: 21%;
    cursor: pointer;
}

.optionPaint {
    width: 100%;
    text-align: center;
}

.paintMiniWrapper {
    position: relative;
    display: inline-table;
    line-height: 100%;
}

.optionPaintImg {
    width: 100%;
    max-width: none;
    height: auto;
}

.optionPaintParagraph {
    text-align: center;
    margin-bottom: 2.3rem;
    padding-top: 0.7rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.6rem;
    font-weight: 300;
    color: #000000;
    word-break: break-all;
}

.optionUnchecked {
    display: none;
}

.optionUncheckedImage {
    display: none;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.optionChecked img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.optionChecked {
    height: 3rem;
    width: 3rem;
    right: -0.8rem;
    top: -1.5rem;
    position: absolute;
    background-color: #c7081b;
}

.radio {
    width: 100%;
    display: inline-block;
    position: relative;
}

.radio label {
    position: relative;
    top: -0.2rem;
    left: 0.3rem;
}
input[type='radio'] {
    visibility: hidden;
}

input[type='radio']:after {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    left: -0.2rem;
    top: -0.3rem;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #969696;
    cursor: pointer;
}
.engineDress input[type='radio']:after {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    left: 0rem;
    top: -0.6rem;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #969696;
    cursor: pointer;
}

.engineDressColorPicker {
    margin-top: -3.5rem;
}

input[type='radio'].checked:after {
    width: 1.5rem; /* 15px */
    height: 1.5rem; /* 15px */
    border-radius: 1.5rem; /* 15px */
    position: relative;
    left: -0.2rem; /* -2px */
    top: 0;
    background-color: #c7081b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0rem /* 0px */ solid white;
    cursor: pointer;
}

.sub-options input[type='radio']:after {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    left: 0;
    top: -0.6rem;
}

.sub-options label {
    padding-top: 0.4rem;
    margin-left: 0.3rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
}

.engineDress {
    width: 100%;
    text-align: left;
}

.optionProfile {
    margin-bottom: 4rem;
}

.optionImg {
    vertical-align: middle;
    position: relative;
    max-width: 8rem;
}

.optionProfile .optionImg {

    width: 25%;
    max-width: 8rem;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.optionProfile img {
    float: left;
    /* margin-top: 10px; */
}

.optionProfile .optionImg img {
    border: 1px solid #959595;
    display: block;
    width: 100%;
    max-width: 8rem;
    height: auto;
}

.optionProfile .optionUnchecked {
    border: 1px solid #959595;
    background-color: #fff;
    height: 2rem;
    width: 2rem;
    right: 0.3rem;
    top: -0.6rem;
    position: absolute;
    cursor: pointer;
}

.optionProfile .optionChecked {
    height: 2rem;
    width: 2rem;
    right: 0.3rem;
    top: -0.6rem;
    position: absolute;
    background-color: #c7081b;
}

.optionProfile:hover .optionProfileHover {
    position: fixed;
    display: block;
    bottom: 10rem;
    right: 20.83%;
    z-index: 99;
    background: #ffffff;
}

.checkedProfile {
    border: 0;
    clear: both;
    margin: 0;
}

.optionProfileHover {
    display: none;
}

.optionProfileHover img {
    width: 24rem;
    height: 24rem;
    object-fit: contain;
}

.optionProfileMiniHolder {
    display: inline-block;
    width: 75%;
}
.verticalMiddle {
    vertical-align: middle;
}
.optionProfile p {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0;
    word-wrap: break-word;
    display: inline-block;
    padding-left: 10%;
    cursor: pointer;
    color: #000000;
}

#customColorEngineDress,
#customColorEngineDressredText {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    display: block;
}
.engineDress p {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    line-height: 2rem;
}

.engineDress .miniColorPicker {
    margin-left: 10%;
    margin-top: 0.5rem;
}

#redText,
.redText #customColorEngineDressredText {
    color: #c7081b;
}

.miniColorPicker img {
    border: 0;
    margin: 0;
    margin-right: 1.2rem;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
}

.miniColorPicker {
    display: block;
    color: #232d2f;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: 400;
}
.optionImg .optionUnchecked {
    display: block;
}

#checkedProfile {
    border: 0;
    clear: both;
    margin: 0;
}

.engineDress .radio {
    margin-top: 0;
    vertical-align: top;
    margin-left: 10%;
    width: 40%;
    font-weight: 400;
}

.engineDress label {
    padding-top: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
}

#redText input::after {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    position: relative;
    left: 0;
    top: -0.6rem;
    background-color: #c7081b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0 solid white;
    cursor: pointer;
}
/**
** Wheels
*/
.imagefullwidth {
    width: 100%;
}
.image150center {
    display: block;
    height: 15rem; /* 150px */
    margin: auto;
}
.elementsHolderCheckBox {
    width: 82%;
    margin-left: 14%;
}
.hideme {
    display: none !important;
}
.showme {
    display: block !important;
}
.holderOptionC {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
}
.singleimageCheck {
    width: 8rem /* 80px */ !important;
    height: 8rem /* 80px */ !important;
    object-fit: contain !important;
    border: 1px solid #969696;
}
.singleCehcboxImage {
    width: 8rem; /* 80px */
    text-align: center;
    position: relative;
    cursor: pointer;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.fullwidthWrapper {
    display: block;
    width: 100%;
    float: left;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
/***
**Slider
*/
.sliderNums{
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
    width: 80%;
    margin-left: 3.5rem; /* 35px */
    margin-top: 0.5rem; /* 5px */
}
/***********************
** Paint
***********************/
.pictureContainer {
    width: 35%;
    display: inline-block;
    vertical-align: top;
}
.pictureContainer img {
    width: 71%;
    max-width: 8rem; /* 80px */
}
.itemsContainer {
    width: 65%;
    display: inline-block;
}
.rButtonsHolder {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}
.rButtonContainer.inline {
    display: inline-block;
    margin-right: 1.5rem;
    white-space: nowrap;
}
.rButtonContainer.inline:last-child {
    margin-right: 0;
}
.rButtonContainer label {
    padding-top: 0.4rem; /* 4px */
    margin-left: 0.3rem; /* 3px */
    margin-bottom: 2vh;
    font-size: 1.2rem; /* 12px */
    line-height: 1.6rem; /* 16px */
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0.3rem; /* 3px */
}
.rButtonContainer label:hover {
    color: #c7081b;
}

.rButtonContainer /*.optionOption*/  input[type='radio']:after {
    width: 1.2rem; /* 12px */
    height: 1.2rem; /* 12px */
    border-radius: 1.2rem; /* 12px */
    left: 0;
    top: -0.2rem; /* -2px */
}

.rButtonContainer /*.optionOption*/  input[type='radio']:checked:after {
    width: 1.2rem; /* 12px */
    height: 1.2rem; /* 12px */
    border-radius: 1.2rem; /* 12px */
    left: 0;
    /* top: -6px; */
}
.rButtonContainer input[type='radio']:checked + label {
    color: #c7081b;
}

.rButtonContainer input[type='radio']:hover:after {
    border: 1px /* 1px */ solid #c7081b;
}

.paintRoofOptions .holderOptionC {
    padding: 0;
    padding-left: 1.5%;
}
.paintRoofOptions .elementsHolderCheckBox {
    margin-top: 2rem;
    margin-left: 3.5rem;
}
/***********************
** Exterior Upgrades
***********************/

.colorsHolder {
    width: 100%;
}
.colorContainer {
    display: inline-block;
    width: 12%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-top: 1.5rem;
}

.colorContainer img {
    width: 100%;
    max-width: 60px;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.interiorColorsHolder {
    padding-top: 1.4rem;
}

.containerStyle {
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
  vertical-align: top;
}

.titleStyle {
  text-align: center;
  margin-bottom: 2.3rem;
  padding-top: 0.7rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.6rem;
  font-weight: 300;
  color: #000000;
  word-break: break-all;
}
.titleStyle.selected{
    color: #c7081b;
}

/***********************
** Commands Bottom
***********************/
.bot{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8rem; /* 80px */
    width: 100%;
    z-index: 10000;
}
.bottomLeft {
    height: 100%;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.bottomLeftImgHolder img {
    display: inline-block;
    width: 33%;
    max-width: 7.5rem; /* 75px */
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    cursor: pointer;
}
/***********************
** Next/Prev Bottom
***********************/

.bottomRight {
    /* position: absolute; */
    bottom: 0;
    /* height: 8rem; /* 80px */
    /* line-height: 8rem; 80px */ 
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    padding-left: 5%;
    padding-right: 5%;
}
.bottomRight div {
    font-size: 1.6rem; /* 16px */
    line-height: 2rem; /* 20px */
    letter-spacing: 0.05em;
    font-weight: 700;
}
.bottomRight-wrapper {
    /* padding-top: 2rem;  */
    text-align: center;
    /* width: 70%; */
    margin: 0 auto;
}
.bottomRight div {
    font-size: 1.6rem; /* 16px */
    line-height: 2rem; /* 20px */
    letter-spacing: 0.05em;
    font-weight: 700;
}
.bottomBack, .bottomNext, .no-direction {
    width: 50%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.bottomBack {
    /* text-align: left; */
    text-align: right;
    cursor: pointer;
}
.bottomNext {
    /* text-align: right; */
    text-align: left;
    cursor: pointer;
}
.bottomRight img {
    display: inline-block;
    /* width: 50%; */
    width: 23%;
    max-width: 4rem; /* 40px */
    height: auto;
}
.bottomBack p, .bottomNext p {
    /* width: 50%; */
    display: inline-block;
}
.bottomBack p {
    /* padding-left: 6%; */
    margin-left: 6%;
    margin-right: 5%;
}
.bottomNext p {
    /* padding-right: 6%; */
    margin-right: 6%;
    margin-left: 5%;
}
/***********************
** Modal
***********************/
.confirmationModal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0rem; /* 0px */
    left: 0rem; /* 0px */
    z-index: 9;
    background: rgba(220, 220, 220, 0.4);
    z-index: 10000;
}
.confirmationModalHolder {
    position: absolute;
    border: 1px /* 1px */ solid red;
    top: 30vh;
    right: 22vw;
    width: 40rem; /* 400px */
    height: 30rem; /* 300px */
    background: #fff;
    -webkit-box-shadow: 0rem 0rem 0.5rem -0.1rem /* 0px 0px 5px -1px */ rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0rem 0rem 0.5rem -0.1rem /* 0px 0px 5px -1px */ rgba(0, 0, 0, 0.75);
    box-shadow: 0rem 0rem 0.5rem -0.1rem /* 0px 0px 5px -1px */ rgba(0, 0, 0, 0.75);
    padding: 2rem; /* 20px */
}
.confirmationModalHolder p {
    font-size: 0.9rem; /* 9px */
}
.resetCar {
    left: 37vw !important;
    height: 190px !important;
    bottom: 12vh !important;
    top: unset !important;
}
#confTitle, #resetTitle, #superChargerTitle, #packageDeactivateTitle {
    padding-bottom: 1.5rem; /* 15px */
    color: #c7081b;
    font-size: 1.4rem; /* 14px */
    font-weight: 700;
}
#confFollowing, #resetFollowing, #superChargerFollowing, #confFollowingAdd, #packageDeactivateFollowing {
    font-size: 1.5rem; /* 15px */
}
.wheelMessage, #packageCombination {
    margin-top: 1rem; /* 10px */
    font-size: 1.2rem; /* 12px */
}
#packageCombination {
    margin-bottom: 1rem; /* 10px */
}
#confFollowingAdd {
    text-transform: none;
    margin-top: 2rem; /* 20px */
}
#engineCover {
    margin-top: 1rem; /* 10px */
}
.closeModal {
    float: right;
    font-weight: 600 !important;
    cursor: pointer;
}
#confParts, #superChargerParts, #packageDeactivateParts {
    padding-top: 1rem; /* 10px */
    font-size: 1rem; /* 10px */
    margin-bottom: 8rem; /* 80px */
    text-transform: uppercase;
}
#superCharger {
    font-size: 1rem; /* 10px */
    margin-bottom: 2rem; /* 20px */
    text-transform: uppercase;
}
#confButtonHolder, #resetButtonHolder, #superChargerButtonHolder, #packageDeactivateButtonHolder {
    position: absolute;
    bottom: 2rem; /* 20px */
    right: 2rem; /* 20px */
}
#confCancel, #resetCancel, #superChargerCancel, #packageDeactivateCancel {
    color: #969696;
    border: 1px /* 1px */ solid #969696;
}
#confAccept, #resetAccept, #superChargerAccept, #packageDeactivateAccept {
    background-color: #c7081b;
    color: #fff;
    border: 1px /* 1px */ solid #c7081b;
    margin-left: 1rem; /* 10px */
}
#confCancel,
#confAccept,
#resetCancel,
#resetAccept, 
#superChargerCancel,
#superChargerAccept,
#packageDeactivateCancel,
#packageDeactivateAccept {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    width: 10rem; /* 100px */
    height: 3rem; /* 30px */
    line-height: 3rem; /* 30px */
    cursor: pointer;
    font-size: 1.1rem; /* 11px */
    font-weight: 700;
}
/* MOZILLA FIX */
@-moz-document url-prefix() {
    input[type='radio']:checked + label:before {
        width: 1.5rem; /* 15px */
        height: 1.5rem; /* 15px */
        border-radius: 1.5rem; /* 15px */
        position: absolute;
        left: -2rem; /* -20px */
        top: 0.5rem; /* 5px */
        background-color: #c7081b;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 0rem /* 0px */ solid white;
        cursor: pointer;
    }
    input[type='radio'] + label:before {
        width: 1.5rem; /* 15px */
        height: 1.5rem; /* 15px */
        border-radius: 1.5rem; /* 15px */
        position: absolute;
        left: -2rem; /* -20px */
        top: 0.5rem; /* 5px */
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px /* 1px */ solid #969696;
        cursor: pointer;
    }
    input[type='radio'] + label {
        position: relative;
    }
}
/* Radio buttons edge */
@supports (-ms-ime-align: auto) {
    input[type='radio']:checked + label:before {
        width: 1.5rem; /* 15px */
        height: 1.5rem; /* 15px */
        border-radius: 1.5rem; /* 15px */
        position: absolute;
        left: -2rem; /* -20px */
        top: 0.5rem; /* 5px */
        background-color: #c7081b;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 0rem /* 0px */ solid white;
        cursor: pointer;
    }
    input[type='radio'] + label:before {
        width: 1.5rem; /* 15px */
        height: 1.5rem; /* 15px */
        border-radius: 1.5rem; /* 15px */
        position: absolute;
        left: -2rem; /* -20px */
        top: 0.5rem; /* 5px */
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px /* 1px */ solid #969696;
        cursor: pointer;
    }
    input[type='radio'] + label {
        position: relative;
    }
}

#lessThan1024 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
}
#lessThan1024 p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.badgeHolder {
    text-align: center;
    width: 180px;
    margin: 0 auto;
}

.messageLogoHolder {
    text-align: center;
    margin-bottom: 50px;
}

.disableGray:hover {
  color: #ccc;
  cursor: default;
}
.disableGray:hover:before {
  background-color: #ccc;
  content: '';
  display: inline-block;
  height: 0.3rem;
  position: absolute;
  vertical-align: middle;
  width: 25%;
  top: 50%;
  left: -25%;
  float: left;
}


/* summary */

#rootSummary {
    height: 100vh;
}
#gridSummary{
    padding:1.5rem; /* 15px */
}
#cliveSuttonMapIframe {
    /* height: 200px; */
    width: 40%;
    /* position: absolute; */
    /* right: 0px; */
    border: none;
    /* float: right; */
    display: inline;
    position: relative;
    top: 1rem; /* 10px */
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 7%;
    margin-bottom: 7%;
  }
  #cliveSuttonMapRight{
    /* height: 400px; */
    background-color: #000;
    width: 50%;
    /* position: absolute; */
    /* left: 0px; */
    /* float: right; */
    display: inline-block;
    
    /* margin-left: 5%;
    margin-right: 5%; */
    position: relative;
    top: -5vw;
  }
  #cliveSuttonMapRight p {
    text-align: left !important; 
      padding-bottom: 0rem /* 0px */ !important; 
      padding-top: 0rem /* 0px */ !important;
      font-size: 1.6rem /* 16px */ !important;
      font-weight: 400 !important;
      line-height: 2.2rem /* 22px */ !important;
      letter-spacing: 0.15rem /* 1.5px */ !important;
      margin-bottom: 1rem /* 10px */ !important;
  }
  .notificationMessage {
    text-align: center;
      margin-top: -2rem; /* -20px */
      margin-bottom: 2rem; /* 20px */
  }
  .notificationSuccess {
    
    color: green;
  }
  .notificationError {
    
    color: red;
  }
  .summaryColor {
    float: right;
    text-align: left;
    width: 23rem; /* 230px */
  }
  .summaryColor span {
    position: relative;
    top: 0.3rem; /* 3px */
    left: 0.3rem; /* 3px */
  }
  #summaryPopupEmail {
    width: 100%;
    height: 100%;
    background: rgba(220, 220, 220,0.4);
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
  } 
  #summaryPopupEmailholder {
    width: 30rem; /* 300px */
    position: absolute;
    z-index: 2;
    top: 0rem; /* 0px */
    left: 0rem; /* 0px */
    background: #ccc;
    z-index: 22;
  }
  
  #gridSummary{
    padding:1.5rem; /* 15px */
  }
  .summaryTopMid, #summaryMidHolder, #summaryBotHolder{
    width: 66.6vw;
    margin: 0 auto;
  }
  #summaryTopTop{
    border-bottom: 0.1rem /* 1px */ solid #ddd;
    padding-bottom: 0.7vh;
    position: relative;
    top:0;
    left:0;
  }
  
  #summaryTopTop img{
    margin-top: -2vh;
    margin-left: -0.5vw;
  }
  
  .summaryTopMid{
    margin-top: 2.3vh;
    text-transform: uppercase;
  }
  
  .summaryTopMid div{
    display: inline-block;
    width: 33%;
    padding-left: 2.4rem; /* 24px */
    font-weight: 700;
    vertical-align: top;
  }
  
  .summaryTopMid :nth-child(2){
    /* padding-left: 85px; */
    padding-left: 4.427vw;
  
  }
  .summaryTopMid :nth-child(3){
    /* padding-left: 137px; */
    padding-left: 7.13vw;
  }
  
  #summaryTopTop .summaryTopMid div{
    /* color: #c7081b; */
    font-size: 1.6rem; /* 16px */
    letter-spacing: 0rem; /* 0px */
    line-height: 2rem; /* 20px */
    color: rgb(199,8,27);
    font-family: "Open Sans";
    font-weight: bold;
  }
  
  #summaryTopBot .summaryTopMid div{
    margin-top: 1rem; /* 10px */
    font-size: 2.3rem; /* 23px */
    letter-spacing: 0.1rem; /* 1px */
    line-height: 2rem; /* 20px */
    color: rgb(0,0,0);
    font-family: "Open Sans";
    font-weight: bold;
  }
  
  /* #summaryMid {
    border-bottom: 1px solid #ddd;
    padding-bottom: 9vh;
  } */
  
  #summaryMidHolder{
    padding-top: 4.5vh;
  }
  
  #canvasWrapper {
    position: relative;
    height: 100vh;
    z-index: 2;
    text-align: center;
  }
  
  #summaryMidHolder #canvasWrapper canvas {
  margin: 0 auto;
  }  
  
  
  /* #summaryMidHolder #canvasWrapper {
    height: 60vh;
    width :calc(6000vh / 56.25); 
    margin:0 auto;
  }  */
  
  /*
  #summaryMidHolder #canvasWrapper canvas {
    width: 66.6vw !important;
    height: calc((66.6vw / 100) * 56.25);
  }  
  */
  #canvasFullsize {
    height: 1.77vw;
    width: 1.77vw;
    cursor: pointer;
    position: absolute;
  }
  
  .fullsizeBtn{
    top: 0.2rem; /* 2px */
     right: 0;
  }
  
  .fullsizeBtnCanvasFull{
    top: 1vw;
    right: 1vw;
  }
  
  .canvasFull {
    position: absolute !important;
    height: 100vh !important;
    width: 100vw !important;
    top: 0rem; /* 0px */
    left: 0rem; /* 0px */
  }
  #summaryTopTop a{
    font-size: 1.6rem; /* 16px */
    font-weight: bold;
    letter-spacing: 0.04rem; /* 0.4px */
    color: white;
    padding-top: 1.8rem; /* 18px */
    background-color: #c7081b;
    width: 37rem; /* 370px */
    height: 6rem; /* 60px */
    position: absolute;
    top: 0.78125vw;
    right: 0.78125vw;
    text-align: center;
    z-index: 3;
    text-transform: uppercase;
  }
  #summaryTopTop a span{
    position: absolute;
    right: 2rem; /* 20px */
  }
  #appSummary{
    width:100%;
  }
  #rootSummary {
    height: 100vh;
  }
  #summaryBot{
    background: #000;
    color: #fff;
    padding-bottom: 2rem; /* 20px */
    position: relative;
  }
  #summaryBot #close-icon {
    position: absolute;
    right: 2rem; /* 20px */
    top: 2rem; /* 20px */
    font-size: 3rem; /* 30px */
    cursor: pointer;
  }
  #summaryBotHolder p{
    text-align: center;
    padding-bottom: 2rem; /* 20px */
    padding-top: 3.7rem; /* 37px */
    font-size: 2.3rem; /* 23px */
    font-weight: bold;
    line-height: 4rem; /* 40px */
    letter-spacing: 0.12rem; /* 1.2px */
    margin-bottom: 5.1rem; /* 51px */
  }
  
  
  #summaryBotHolder .soloInput {
    display: block;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 6.2rem; /* 62px */
    padding: 0;
  }
  #summaryBotHolder .soloInput:first-of-type { 
    margin-bottom: 2.3rem; /* 23px */
  }
  .summaryInput{
    width: 47.5%; 
    display: inline-block;
    text-align: right;
    margin-bottom: 4.1rem; /* 41px */
    /* padding-right: 5%; */
  }
  .summaryInput label{
    width: 8.4rem; /* 84px */
    margin-right: 1.5rem; /* 15px */
  }
  .summaryInput input{
    width: 23.02vw;
    border: 0rem; /* 0px */
    height: 3.8rem; /* 38px */
    line-height: 2.7rem; /* 27px */
  }
  #summaryPageButton{
    width: 20rem; /* 200px */
    height: 5rem; /* 50px */
    background-color: #c7081b;
    color: #fff;
    line-height: 5rem; /* 50px */
    font-size: 1.6rem; /* 16px */
    font-weight: bold;
    letter-spacing: 0.04rem; /* 0.4px */
    -webkit-border-radius: 0.7rem; /* 7px */
    -moz-border-radius: 0.7rem; /* 7px */
    border-radius: 0.7rem; /* 7px */
    cursor: pointer;
    border: 0rem; /* 0px */
    display: block;
    margin: 0 auto;
    margin-top: 2rem; /* 20px */
    margin-bottom: 3.6rem; /* 36px */
  }
  #summaryPrice{
    border-top: 0.1rem /* 1px */ solid #d9d9d9;
    margin-top: 3rem; /* 30px */
    margin-bottom: 2rem; /* 20px */
    padding-top: 1rem; /* 10px */
    padding-right: 1rem; /* 10px */
    /* text-align: right; */
    color: #c7081b;
    font-size: 2.3rem; /* 23px */
    font-weight: 700;
  }
  #summaryPriceHolder{
    /* width: 70%; */
    margin: 0 auto;
    margin-top: 1rem; /* 10px */
    margin-bottom: 1rem; /* 10px */
    margin-left: 69.57vw;
  }
  .summOptTitle{
    background: #000;
    color: #fff;
    padding: 1.1rem 1.7rem; /* 11px 17px */
    font-size: 1.6rem; /* 16px */
    letter-spacing: 0.04rem; /* 0.4px */
    line-height: 1.25;
    font-weight: 60rem; /* 600px */
    margin-bottom: 0.6rem; /* 6px */
    margin-top: 0.6rem; /* 6px */
    text-transform: uppercase;
  }
  .insideTitle{
    background: #000;
    color: #fff;
    padding-left: 1rem; /* 10px */
  }
  .insideAA{
    margin-left: 1rem; /* 10px */
    margin-bottom: 0.5rem; /* 5px */
  }
  .insideAA .insideSelected{
    padding-left: 1rem; /* 10px */
  }
  .insideAA .insideSelected:nth-of-type(odd){
    background-color: #d9d9d9;
  }
  #summaryShareHolder{
    margin-bottom: 2.5rem; /* 25px */
    position: relative;
    text-align: center;
  }
  
  #summaryShareHolder div{
  /* text-align: left; */
  text-align: center;
  }
  
  
  #summaryShareHolder span{
    margin-right: 1.8rem; /* 18px */
  }
  
  
  #summaryShareButton, #summaryPrintButton, #summaryContactButton, #summarySaveButton{
    color: #fff;
    text-align: center;
    /* width: 160px; */
    width: 18rem; /* 180px */ 
    height: 4rem; /* 40px */
    line-height: 4rem; /* 40px */
    display: inline-block;
    font-weight: 700;
    /* text-align: left; */
    text-align: center;
    /* padding-left:32px; */
    margin-left: 4.166666666666667vw;
    margin-right: 4.166666666666667vw;
  }
  
  #summaryContactButtonHolder{
    width: 66.6vw;
    margin: 0 auto;
    text-align: right;
  }
  
  #summaryContactButtonHolder #summaryContactButton{
    margin: 1.4rem 0 2.5rem; /* 14px 25px */
    text-align: right;
    text-align: center;
    letter-spacing: 0.08rem; /* 0.8px */
    text-transform: uppercase;
  }
  
  #summaryShareButton{
    background-color: #c7081b;
    /* margin-left: 80px; */
    position: relative;
    cursor: pointer;
  }
  #summaryPrintButton{
    background-color: #c7081b;
    /* margin-left: 80px; */
    cursor: pointer;
  }
  #summaryContactButton{
    width: 22.3rem; /* 223px */
    height: 4rem; /* 40px */
    background-color: #000;
    /* float: right; */
    cursor: pointer;
    text-align: left;
    padding: 0;
  }
  #summaryContactButton a{
    color: #fff;
    display: block;
  }
  
  .partChildren div { 
    padding-left: 1.7rem; /* 17px */
    /* background-color: #000000; */
    
    overflow: hidden;
  }
  
  
  .partChildren div div { 
    margin-left: -1.7rem; /* -17px */
  }
  
  .partChildren div .summPartsParts:nth-of-type(even) {
    background-color: #dadada;
  }
  .partChildren div .summPartsParts:first-of-type {
    background: #000;
    color: #fff;
  }
  .partChildren div .gt350parts:nth-of-type(2) {
    background: #000;
    color: #fff;
  }
  .partChildren div .gt350parts:last-of-type {
    margin-bottom: 1rem; /* 10px */
  }
  .partChildren div .summPartsTitle {
    display: none;
  }
  .partChildren div:nth-child(odd) {
    background-color: #fff;
  }
  #canvasWrapperHolder{
      margin: 0 auto;
  }
  #canvasWrapperHolder #canvasWrapper {
      width: 100%;
      height: calc(66.6vw / 1.78);
      margin: 0 auto;
  }
  #rootSummary .scroll-bar {
    height: 100vh;
  }
  .facebookShare, .twitterShare, .copyShare {
    height: 40px;
    width: 40px;
    position: relative;
   
    background-size: contain;
    display: inline-block;
    margin-right: 18px;
    transition-timing-function: ease-in;
    transition: 0.5s;
  }
  #summaryShares {
    position: absolute;
    top: -50px;
    display: none;    
    left:calc(50% - 240px - 8.32vw);
    z-index: 3;
  }
  #copyInputHolder {
    position: absolute;
    top: -40px;
    left: 10px;
    display: none;
  }
  #copyInput {
    width: 60vw;
  }
  #summaryShares div {
    cursor: pointer;
  }
  .showShares{ 
    display: block !important;
  }
/* end summary */




/***********************
** Media Queries
***********************/

@media screen and (max-width: 1728px) {
    html {
        font-size: 56.25%;
    }
}
@media screen and (max-width: 1536px) {
    html {
        font-size: 53.5%;
    }
    .menu-element {
      padding-top: 1.1rem;
      padding-bottom: 1.1rem;
      padding-left: 1.1rem;
      position: relative;
      border-bottom: 1px solid #dedede;
  }
  .checkboxText {
    font-size: 1.5rem; /* 12px */ 
}
.optionFragmentHolder {
  padding-left: 0;
  padding-right: 0;
}
.containerStyle {
  width: 25%;
}
}
@media screen and (max-width: 1344px) {
    html {
        font-size: 57%;
    }
    #summaryShareButton, #summaryPrintButton, #summaryContactButton, #summarySaveButton{
      width: 16rem; 
    }
    .active-menu:before,
    .menu-element:hover:before {
      background-color: #c7081b;
      content: "";
      display: inline-block;
      height: 65%;
      position: absolute;
      vertical-align: middle;
      width: 3px;
      top: 20%;
      left: -7px;
      float: left;
    }
    .menu-elements {
      padding-left: 1rem;
      padding-right: 2rem;
  }
  
}
@media screen and (max-width: 1152px) {
    html {
        font-size: 54.5%;
    }
    .containerStyle {
      width: 27.5%;
    }

}
@media screen and (max-width: 1024px) {
    html {
        font-size: 33.3%;
    }
    #root {
        display: none;
    }
    #lessThan1024 {
        display: block;
    }
    #lessThan1024 p {
        font-size:  3rem;
    }
}