/** Shopify CDN: Minification failed

Line 137:87 Unexpected "{"

**/
.gpo-container,
.build-hide {
    display: none;
}

#build-section .section-left .section-options .options label .color-option.disabled,
#build-section .bottom-color-menu label .color-option.disabled {
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, #ffffff 48%, #ffffff 41%, #000000 50%, #000000 53%, #ffffff 54%, #ffffff 52%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
    cursor: no-drop;
}

.logo-left p {
    text-decoration: underline;
    cursor: pointer;
    display: flex;
}

.logo-left p img{
    padding-right: 10px;
}

#build-section {
    width: 100%;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    background-color: #F0F0F0;
}
#build-section .section-left .section-options .options label.selected .option-info, #build-section .section-left .section-options .options label.selected .size-option, #build-section .section-left .section-options .options label.selected .battery-option, #build-section .section-left .section-options .options label.selected .battery-option, #build-section .section-left .section-options .options label.selected .color-picker {
    border: 4px solid #231F20 !important;
}
#build-section .section-button img{
    vertical-align: middle;
}
#build-section .section-left .section-options .options .option-values label .option-display.round-swatch {
    height: 32px;
    border-radius: 20px;
    display: inline-block;
    outline: none;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    cursor: pointer;
    position: relative;
    line-height: inherit; 
    margin: inherit;
    margin-right: 15px;
}

#build-section .section-left .section-options .options .option-values label.selected .option-display.round-swatch {
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgb(var(--swatch-border-color-active));
}



#build-section .section-left {
    background-color: white;
}


div#base-flyer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: white;
    top: 0px;
    z-index: 1000;
}

.title-left {
    position: fixed;
    top: 45px;
    right: 42vw;
}

.size-label {
    font-size: 12px;
    font-style: italic;
    font-weight: 200;
}

.logo-left {
    position: fixed;
    top: 45px;
    left: 56px;
    width: 200px;
}

.bottom-color-menu {
    position: fixed;
    right: 42vw;
    bottom: 25px;
    background: white;
    border-radius: 20px;
}

.bottom-color-menu input.radio {
    display: none;
}

.title-left span {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 900;
    font-size: 18px;
    color: black;
}

.bottom-color-menu .color-picker {
    border: none !important;
    width: 30px;
    margin: 4px 6px;
    height: 30px;
    padding: 0px;
}

p.oosTextStyle {
    font-weight: bold;
    color: #c71c2d;
}

.option-info.oosStyle {
    cursor: no-drop;
}

#build-section .section-left .section-options .options label .size-option.disabled,
#build-section .section-left .section-options .options label .battery-option.disabled, {
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, #ffffff 48%, #ffffff 41%, #000000 50%, #000000 53%, #ffffff 54%, #ffffff 52%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
    cursor: no-drop;
}

#build-section .section-left .section-options .options label .option-info.oosStyle {
    cursor: no-drop;
}

.build-backorder span {
    font-weight: bold !important;
    color: #c71c2d !important;
}

.menu-item {
    border: solid 1px black;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 12vh;
    /* 
			HEIGHT CSS FOR BIKE RACK LAUNCH
			height: 11vh; 
			*/
    margin: 5%;
    cursor: pointer;
}

.build-sections {
    max-height: calc(100vh - 50px);
    overflow: auto;
    width: 100%;
    max-width: 500px;
}

.menu-item img {
    height: -webkit-fill-available;
    float: right;
    height: 11vh;
    /*
			HEIGHT CSS FOR BIKE RACK LAUNCH
			height: 10vh; 
			*/
}

.menu-item span {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 800;
    color: #231F20;
    max-width: 200px;
    text-align: center;
}

.relativeDiv {
    position: relative;
}

.fakeBox {
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 25px;
    float: right;
    position: absolute;
    right: 8px;
    bottom: 7px;
    display: inline-block;
}

.section-button {
    max-width: 305px;
    text-align: center;
    margin: auto;
    background: black;
    color: white;
    line-height: 50px;
    border-radius: 37px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    top: 6px;
}

.close-button {
    width: 30px;
    background: black;
    height: 30px;
    float: right;
    border-radius: 20px;
    cursor: pointer;
    position: absolute;
    top: 45px;
    right: 45px;
    z-index: 11;
}

.close-button::before {
    content: "\00d7";
    color: white;
    width: 20px;
    font-size: 21px;
    margin-left: 9px;
    cursor: pointer;
}

.fakeBox.checkboxSelect::after {
    content: '✔';
    position: absolute;
    left: -2px;
    top: 3px;
    width: 27px;
    height: 10px;
    text-align: center;
    color: white;
    font-size: 14px;
}

.fakeBox.checkboxSelect {
    background-color: #c71c2d;
}

#build-section .section-left .section-options .options label .option-link p,
#build-section .section-left .section-options .options label .option-link a {
    font-size: 13px;
    float: left;
    position: relative;
    text-transform: capitalize;
}

#build-section .section-left .section-options .options label .option-link p {
    text-decoration: none;
}

#build-section .section-left .section-options .options label .option-link a {
    text-decoration: underline;
}

#build-section .section-left .section-options .options label .option-info .option-values {
    float: left;
    padding-top: 14px;
    /* padding-left: 24px; */
}

.checkboxSelect+p {
    font-weight: 800;
}

#build-section .section-left {
    flex-basis: 35%;
    background-color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    min-width: 439px;
    flex-direction: column;
    justify-content: space-between;
}

.section-options {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

#build-section .section-right {
    flex-basis: 65%;
    max-width: 65vw;
    height: auto;
    padding: 0px 50px;
}

#build-section .section-left .section-options .title {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    line-height: 42px;
    color: #231F20;
}

#build-section .section-left .section-options .top-sticky {
    background: white;
    position: sticky;
    top: 0px;
    padding-top: 35px;
    z-index: 10;
}

#build-section .section-left .section-options .customize-note {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #231F20;
    margin: 20px 0 0px 0;
    position: sticky;
    top: 61px;
    padding-bottom: 20px;
}

#build-section .section-left .section-options .options {
    border-radius: 12px;
    height: 100%;
}

.color-picker {
    align-items: center;
    display: flex;
    flex-direction: column;
    border: 4px solid #999999 !important;
    width: 102px;
    height: 105px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    justify-content: center;
    text-align: center;
    line-height: 14px;
    float: left;
    border-radius: 22px;
    padding: 10px;
}

.color-picker span {
    padding-top: 10px;
}

#build-section .section-left .section-options .review .review-items {
    padding: 25px;
    margin-top: 50px;
}

#build-section .section-left .section-options .review .review-items .row {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #231F20;
}

#build-section .section-left .section-options .review .review-items .row.savings-summary {
    color: #c71c2d;
}

#build-section .section-left .section-options .review .review-items .row.header {
    font-weight: 900;
    background: none;
}
button.add-btn {
    background-color: #c71c2d;
    border: #c71c2d 1px solid;
    transition-duration: .3s;
    transition-property: background-color;
    letter-spacing: 0px;
    color: #fff;
    width: 100%;
    margin-left: 0;
    border-radius: 20px;
    max-width: 350px;
    padding: 10px;
}

.add-btn span {
    font-family: GothamNarrow-Bold;
    font-size: 13px;
    text-transform: uppercase;
}
#build-section .section-left .section-options .review .review-items .row:not(.header) {
    margin-top: 15px;
}

#build-section .section-left .section-options .review .review-items .row .col-1,
#build-section .section-left .section-options .review .review-items .row .col-2,
#build-section .section-left .section-options .review .review-items .row .col-3,
#build-section .section-left .section-options .review .review-items .row .col-4 {
    display: inline-block;
}

#build-section .section-left .section-options .review .review-items .row .col-1 {
    width: 10%;
    cursor: pointer;
}

#build-section .section-left .section-options .review .review-items .row .col-2 {
    width: 50%;
}

#build-section .section-left .section-options .review .review-items .row .col-3 {
    width: 15%;
    text-align: center;
}

#build-section .section-left .section-options .review .review-items .row .col-4 {
    width: 25%;
    text-align: right;
}

#build-section .section-left .section-options .options .option {
    padding: 0 30px;
    overflow: visible;
}

#build-section .section-left .section-options .options .option#size, #build-section .section-left .section-options .options .option#color {
    height: auto;
    overflow: hidden;
}

#build-section .section-left .section-options .options .option:nth-of-type(1) {
    border-top: none;
}

#build-section .section-left .section-options .options .option-label {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 42px;
    color: #231F20;
}

#build-section .section-left .section-options .options .option-items,
#build-section .section-left .section-options .options .option-selected-label {
    display: inline-block;
}

#build-section .section-left .section-options .options .option-selected-label {
    font-style: italic;
}

#build-section .section-left .section-options .options .option-size-guide {
    font-style: bold;
    text-decoration: underline;
    cursor: pointer;
}

#build-section .bottom-color-menu label .color-option {
    display: inline-block;
    outline: none;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    cursor: pointer;
    position: relative;
}

#build-section .bottom-color-menu label .color-option.draw-border {
    border: 1px solid #ccc;
}

#build-section .bottom-color-menu .color-picker span {
    font-style: italic;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: italic;
}

#build-section .bottom-color-menu label.selected .color-option {
    color: white;
    padding: 2px;
    font-weight: bolder;
    font-size: 16px;
    position: absolute;
    border-radius: 29px;
    font-family: 'lined-icons';
    border: 1px solid #999;
}

#build-section .bottom-color-menu label.selected .color-option.draw-border::before {
    width: 27px;
    height: 27px;
    top: -5px;
    left: -5px;
}

#build-section .section-left .section-options .options label .color-option {
    display: inline-block;
    outline: none;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    cursor: pointer;
    position: relative;
}

#build-section .section-left .section-options .options label .color-option.draw-border {
    border: 1px solid #ccc;
}

#build-section .section-left .section-options .options .color-picker span {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
}

#build-section .section-left .section-options .options label .size-option {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    display: flex;
    flex-direction: column;
    border: 1px solid #999999 !important;
    width: 110px;
    height: 80px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    justify-content: center;
    text-align: center;
    line-height: 19px;
    float: left;
    border-radius: 16px;
    font-weight: bold;
    font-size: 12px;
}
#build-section .section-left .section-options .options label .battery-option {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    display: flex;
    flex-direction: column;
    border: 1px solid #999999 !important;
    width: 180px;
    height: 80px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    justify-content: center;
    text-align: center;
    line-height: 19px;
    float: left;
    border-radius: 16px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 15px
}

#build-section .section-left .section-options .options .option-values label .option-display {
    display: flex;
    flex-direction: column;
    border: 2px solid #999999;
    width: auto;
    padding: 0 10px;
    height: 40px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    justify-content: center;
    text-align: center;
    line-height: 24px;
    float: left;
    border-radius: 5px;
}

#build-section .section-left .section-options .options label.selected .color-option::before {
    color: white;
    padding: 2px;
    font-weight: bolder;
    font-size: 20px;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 29px;
    top: -3px;
    left: -3px;
    font-family: 'lined-icons';
    border: 1px solid #999;
    line-height: 33px;
}

#build-section .section-left .section-options .options label.selected .color-option.draw-border::before {
    width: 37px;
    height: 37px;
    top: -5px;
    left: -5px;
}

#build-section .section-left .section-options .options label.selected .size-option,
#build-section .section-left .section-options .options label.selected .battery-option,
#build-section .section-left .section-options .options .option-values label.selected .option-display {
    background-color: black;
    color: white;
}

#build-section .section-left .section-options .options label .option-info {
    border: 4px solid #D3D3D3;
    border-radius: 12px;
    cursor: pointer;
}

#build-section .section-left .section-options .options label.selected .option-info {
    border: 4px solid #231F20;
}

#build-section .section-left .section-options .options .option label.option-checkbox {
    margin-top: 15px;
    display: block;
}

#build-section .section-left .section-options .options .option label.option-checkbox:nth-of-type(1) {
    margin-top: 0;
    display: block;
}

#build-section .section-left .section-options .options .option-left {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
    padding: 10px;
    padding-right: 0px;
}

#build-section .section-left .section-options .options .option-right {
    display: inline-block;
    vertical-align: middle;
    width: 39%;
}

#build-section .section-left .section-options .options label .option-name,
#build-section .section-left .section-options .options label .option-price {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #231F20;
}

#build-section .section-left .section-options .options label .option-name {
    font-weight: 700;
}

#build-section .section-total {
    background-color: #F7F7F7;
    width: 100%;
    padding: 15px;
    align-items: center;
}

#build-section .section-left .section-options .options label .option-price .price-slash {
    text-decoration: line-through;
    float: left;
}

#build-section .section-left .section-options .options label .option-price .red {
    margin-left: 10px;
    color: #c71c2d;
}

#build-section .section-left .section-options .options label.selected .option-name,
#build-section .section-left .section-options .options label.selected .option-price {
    font-weight: 800;
}

#build-section .section-left .section-options .options label .option-price {
    margin-top: 5px;
}

#build-section .section-left .section-options .options label .option-description {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: #231F20;
    margin-top: 5px;
}

#build-section .section-left .section-options .options label .option-link {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 13px;
    color: #231F20;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 20px;
}

#build-section .section-left .section-options .options label .option-qty {
    border: 1px solid #231F20;
    width: 60px;
    margin-top: 10px;
    clear: both;
    border-radius: 15px;
}

#build-section .section-left .section-options .options label .option-qty span {
    display: inline-block;
    width: 33%;
    text-align: center;
}

#build-section .section-left .section-options .options .option .option-image {
    text-align: right;
    margin: 0px;
    margin-right: -1px;
}

#build-section .section-left .section-options .options .option .option-image img {
    border-radius: 7px;
}

#build-section .section-left .section-options .options input {
    display: none;
}

#build-section .section-right .section-display {
    display: flex;
    height: auto;
}

#build-section .section-right .section-display .layered-images {
    position: relative;
    flex-basis: 85%;
}

#build-section .section-right .section-display .layered-images .layered-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

#build-section .section-right .section-display .view-select {
    flex-basis: 10%;
    margin-top: 25%;
    margin-bottom: 25%;
}

#build-section .section-right .section-display .view-select div {
    margin-top: 10px
}

.pre-check {
    display: none;
}

.product-flyer-850 .pre-check,
.product-flyer-851 .pre-check {
    display: block;
}

#build-section .section-right .section-display .view-select div img {
    display: none;
}

#build-section .section-cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

#build-section .section-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#build-section .section-right .section-cart .section-shown,
#build-section .section-right .section-cart .section-not-shown {
    flex-basis: 48%;
}

.prev-btn,
.next-btn {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-size: 14px;
    font-weight: 900;
    text-decoration: underline #c71c2d 3px;
    text-transform: uppercase;
    padding-top: 10px;
    width: 46%;
    float: left;
    margin: 0px 2%;
    padding-bottom: 100px;
    cursor: pointer;
}

.next-btn {
    text-align: right;
    float: right;
}

#build-section .section-total .total-cost {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #231F20;
}

#build-section .section-total .review-button {
    max-width: 200px;
    text-align: center;
}

#build-section .section-total .total-cost span {
    display: block;
    float: left;
}

#build-section .section-total .total-cost .price-slash {
    text-decoration: line-through;
}

#build-section .section-total .total-cost .total-red {
    color: #c71c2d;
}

#build-section .section-total .review-button button {
    border-radius: 50px;
    width: 95%;
    min-width: 162px;
    max-width: 250px;
    padding: 9px 15px;
    background-color: #c71c2d;
    border: #c71c2d 1px solid;
    transition-duration: .3s;
    transition-property: background-color;
    letter-spacing: 0px;
    color: #fff;
}

#build-section .section-total .review-button span {
    font-family: 'GothamNarrow-Bold';
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

#build-section .section-right .section-cart .section-shown .shown-title,
#build-section .section-right .section-cart .section-not-shown .not-shown-title {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #231F20;
}

#build-section .section-right .section-cart .section-shown .shown-title {
    margin-left: 2%;
}

#build-section .section-right .section-cart .section-shown .shown-images-row,
#build-section .section-right .section-cart .section-not-shown .not-shown-images-row {
    display: flex;
    max-width: 700px;
    flex-wrap: wrap;
}

#build-section .section-right .section-cart .section-shown .shown-images-row .shown-image,
#build-section .section-right .section-cart .section-not-shown .not-shown-images-row .not-shown-image {
    width: 75px;
    text-align: center;
    position: relative;
}

#build-section .section-right .section-cart .section-not-shown .not-shown-images-row .shown-image .qty,
#build-section .section-right .section-cart .section-not-shown .not-shown-images-row .not-shown-image .qty {
    position: absolute;
    bottom: 15px;
    right: 5px;
    height: 18px;
    width: 18px;
    color: white;
    background-color: #c71c2d;
    border-radius: 25px;
    font-family: 'GothamNarrow-black';
    font-size: 13px;
}

#build-section .section-right .section-cart .section-shown .shown-images-row .shown-image .qty {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 18px;
    width: 18px;
    color: white;
    background-color: #c71c2d;
    border-radius: 25px;
    font-family: 'GothamNarrow-black';
    font-size: 13px;
}

#build-section .section-right .section-cart .section-not-shown .not-shown-images-row .not-shown-image-text {
    cursor: pointer;
    text-decoration: underline;
}

#build-section .section-left .section-options .review::-webkit-scrollbar {
    display: none;
}

#build-section .section-left .section-options .options::-webkit-scrollbar {
    max-height: 50%;
    height: 50%;
}

#build-section .section-left .section-options .options::-webkit-scrollbar-track {
    max-height: 50%;
    height: 50%;
}

.review-buttons {
    width: 90%;
    margin: auto;
    display: flex;
    padding: 5% 0px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 110px;
}

#build-section .shown-images, #build-section .not-shown-images {
    height: 125px;
    overflow-y: scroll;
}

#build-section .section-left .section-options .review-total .title {
    letter-spacing: 0px;
    font-size: 14px;
    margin-right: 2%;
}

#build-section .section-left .section-options .review-total .amount {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 800;
    font-size: 25px;
    color: black;
}

#build-section .section-left .section-options .review-total .amount.price-slash {
    text-decoration: line-through;
}

#build-section .section-left .section-options .review-total .amount.total-red {
    color: #c71c2d;
}

.review-total {
    width: 90%;
    margin: auto;
    text-align: right;
}

.theme-pearl.store-view-flyer .back-btn {
    width: 30%;
    background: white;
    border-radius: 20px;
    border: black 1px solid;
}

.theme-pearl.store-view-flyer .back-btn span {
    color: black;
    font-family: 'GothamNarrow-Bold';
    font-size: 13px;
    text-transform: uppercase;
}

.theme-pearl.store-view-flyer .add-btn {
    width: 100%;
    margin-left: 0px;
    border-radius: 20px;
    max-width: 350px;
}

.theme-pearl.store-view-flyer .add-btn span {
    font-family: 'GothamNarrow-Bold';
    font-size: 13px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    #build-section .section-total {
        padding: 10px 15px;
    }

    #build-section .section-button {
      
    }
}

@media only screen and (max-width: 1050px) {
    .title-left {
        right: 51vw;
    }

    .bottom-color-menu {
        right: 51vw;
    }
}

@media only screen and (max-width: 863px) {
    div#base-flyer {
        overflow: scroll;
    }

    #build-section .section-total .total-cost {
        font-size: 14px;
        margin-top: 1vh;
        line-height: normal;
        width: 60%;
    }

    #build-section {
        flex-direction: column;
        height: auto;
    }

    #build-section .section-left .section-options .options .option {
        padding: 0 15px 15px 15px;
        overflow: visible;
    }

    #build-section .section-left .section-options .top-sticky {
        padding-top: 25px;
    }

    .build-sections {
        max-width: inherit;
        max-height: inherit;
    }

    .build-sections {
        position: absolute;
        top: 0px;
        background: white;
        z-index: 10;
        padding: 25px;
    }

    #build-section .bottom-color-menu label.selected .color-option::before {
        left: -2px;
    }

    .logo-left {
        position: absolute;
        top: 10px;
        left: 11px;
    }

    .title-left {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .title-left span {
        font-size: 14px;
    }

    .bottom-color-menu {
        position: absolute;
        right: 11px;
        top: 11px;
        bottom: inherit;
    }

    .option-radio .color-picker {
        line-height: 13px;
        border-radius: 16px;
        margin-bottom: 10px;
    }

    .bottom-color-menu .color-picker {
        width: 18px;
        margin: 4px 6px;
        height: 18px;
        padding: 0px;
    }

    #build-section .bottom-color-menu label .color-option {
        width: 18px;
        height: 18px;
    }

    #build-section .bottom-color-menu label.selected .color-option::before,
    #build-section .bottom-color-menu label.selected .color-option.draw-border::before {
        font-size: 12px;
        width: 16px;
        height: 16px;
        top: -2px;
    }

    #build-section .section-total {
        position: fixed;
        bottom: 0px;
        padding-left: 100px;
    }

    #build-section .section-left .section-options .options {
        max-height: inherit;
        padding: 0px !important;
    }

    #build-section .section-left {
        min-width: 100%;
        min-height: 65%;
        overflow-y: initial;
    }

    
    .section-options {
        overflow-y: visible;
    }

    #build-section .section-right {
        max-width: 100vw;
        height: auto;
        padding: 0px;
        width: 90%;
    }

    #build-section .section-right .section-display {
        min-height: 300px;
        padding-top: 50px;
    }

    #build-section .section-right .section-display .view-select {
        flex-basis: 65%;
        margin-top: 8%;
        margin-bottom: 20%;
    }

    #build-section .section-left .section-options .options .option-left {
        width: 59%;
    }

    #build-section .section-right .section-cart .section-shown {
        display: none;
    }

    #build-section .section-right .section-cart .section-not-shown {
        flex-basis: 100%;
    }

    #build-section .section-right .section-cart .section-total {
        flex-basis: 100%;
    }

    #build-section .section-right .section-cart .section-shown .shown-images-row .shown-image,
#build-section .section-right .section-cart .section-not-shown .not-shown-images-row .not-shown-image {
    flex-basis: 30px;
    text-align: center;
    position: relative;
    }

    #build-section .section-right .section-cart .section-not-shown .not-shown-images-row .not-shown-image-text {
        display: none;
    }

    #build-section .shown-images, #build-section .not-shown-images {
        height: 70px;
    }

    .desktop-only {
        display: none;
    }

    #build-section .title.mobile-only {
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 4.5px;
        line-height: 42px;
        color: #231F20;
    }

    #build-section .customize-note.mobile-only {
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #231F20;
        margin: 10px 0 20px 0;
    }

    #build-section .section-right .section-cart {
        display: flex;
        padding-bottom: 10px;
    }

    #build-section .section-total .review-button {
        max-width: 100px;
    }

    #build-section .section-total .review-button button {
        border-radius: 35px;
        min-width: 100%;
        max-width: initial;
        padding: 3px 8px;
    }
}

@media only screen and (max-width: 500px) {
    #build-section .section-left .section-options .options label .size-option {
        width: 100px;
    }

    #build-section .section-right .section-display .view-select {
        flex-basis: 10%;
    }
}