/* CSS Cariables */

body {
    color: #252525;
    background-color: #fafafa;
}

:root {
    --main-bg-color: coral;
}

#div1 {
    background-color: var(--main-bg-color);
}

element {
    background-color: var(--main-bg-color);
}

.h6HelpHeader {
    clear:left;
}


#mxtConfigurator {
    margin-bottom: 100px;
    height: 100%;
    margin-top: 10px;
}

#configPanel {
    background: none !important;
}

.optionGroup {
    font-size: 14px;
    margin-left: 12px;
    margin-bottom: 15px;
    clear:left;
}

.stepOption {
    pointer-events: all;
    cursor: pointer;
    float: left;
    width: 100%;
    height: 64px;
    margin: 5px 0 5px 0px;
/*    padding: 30px 0px 20px 10px; */
    /* height: 75px; */
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
/*    border-bottom: 1px solid #ebebeb; */

    font-stretch: normal;
    letter-spacing: normal;
    color: #616161;
    transition: color 1s ease;
    box-sizing: content-box;
    position: relative;
}


.stepOption:last-child {
    border: none;
}

.stepOption:hover {
    /*background-color: #fafcfe;*/
    color: #363636;
}

.stepOption * {
    pointer-events: none;
    float: left;
    margin: 0px;
}

.stepOption label {
    /*margin-top: -3px;*/
    margin-left: 5px;
    position: relative;
    left: 74px;
    top: 50%;
    transform: translate(0%, -50%);
}

.selectedThumb {
    position: absolute;
    top: -15%;
    left: 0px;
    width: 64px;
}
.selectedLabel {
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    position: absolute;
    left: 79px;
    top: 25px;
}

.rightArrow {
    position: relative;
    top: -10px;
}

.item-number {
    float: left;
    width: 100%;
    position: absolute;
    top: 35px;
    left: -4px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .item-number {
        float: left;
        width: 100%;
        position: absolute;
        top: 35px;
        left: 0px;
        font-size: 12px;
    }
}

.stepContainer.show {
    box-shadow: 0 0 0 2px #0091b4;
}

}

.stepContainer.show .rightArrow {
    transform: rotate(90deg);
    transition: all 0.2s;
}

.stepContainer.hide .rightArrow {
    transform: rotate(0deg);
    transition: all 0.2s;
}

.stepOption.selectedOption {
  box-shadow: 0 0 0 2px #0391b4;
  box-sizing: border-box;
}

.stepOptionThumbnail {
    width: 64px;
    float: none;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0%, -50%);
}

.stepHeadingContainer {
    position: relative;
    width: 100%;
    height: 64px;
    margin: 20px 0;
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.stepHeadingContainer * {
    margin: -2px 0px 0px 0px;
}

.stepHeadingLabel {
    float: left;
    position: relative;
    left: 71px;
    top: -20px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.01999999955296516px;
    color: #666666;
}

/*
.stepContainer.show::after {
    display: block;
    content: url(icons-misc-dropdown.svg);
    transform: rotate(90deg);
    transform-origin: center center;
    transition: 0.2s all;
    margin: auto;
    position: relative;
    right: 30px;
    top: 20px;
}
*/
.stepContainer.hide {
    height: 83px;
    overflow: hidden;
    opacity: 1;
}

.stepContainer.show .stepHeadingLabel {
    color: #0091b4;
}

.stepContainer.hide:hover .stepHeadingLabel {
    color: #0091b4;
}

/*
.stepContainer.hide::after {
    display: block;
    content: url(icons-misc-dropdown.svg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition: 0.2s all;
    margin: auto;
    position: relative;
    right: 30px;
    top: 20px;
}
*/

canvas#gltfCanvas {
    position: absolute;
    height: 97% !important;
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    overflow: hidden;   
}

@media screen and (max-width: 1024px) {
    .stepContainer.hide {
        height: 83px;
        overflow: hidden;
        opacity: 1;
    }

    .stepContainer.show {
        box-shadow: 0 0 0 2px #0391b4;
    }
}


.stepHeadingHelpButton {
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5833333333333333;
    letter-spacing: normal;
    color: #0073ce;
    background: none;
    border: none;
}

.stepHeadingHelpDiv {
    position: relative;
    /* padding-top: 25px; */
    font-size: 14px;
    padding: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 10;
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .stepHeadingHelpDiv {
        width: 100% !important;
    }
}

.stepHeadingHelpDivCloseButton {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
    color: #0073ce;
}

.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    height: 64px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.3);
}

.footer-container {
    max-width: 960px;
    margin: auto;
}

.footer-container>* {
    vertical-align: middle;
}

#footer-product-info {
    margin-top: 20px;
}


#footer-product-header {
    float: left;
    color: #252525;
    margin-right: 5px;
}

h2#product {
    font-size: 16px;
    margin-top: 20px;
}

@media (min-width: 576px) {
    h2#product {
        font-size: 20px;
    }
}

h2#footer-price {
    font-size: 14px;
    /* margin: 20px 0px; */
    text-align: right;
    position: absolute;
    top: 20px;
    right: 170px;
    color: #252525;
}

@media (min-width: 576px) {
    h2#footer-price {
        font-size: 16px;
    }
}

button#summaryButton {
    width: 99px;
    height: 40px;
    border-radius: 5px;
    background-color: #003B49;
    border: none;
    margin: 10px 0px 0px 10px;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

#summaryButton {
    float: right;
    padding: 10px;
    margin-top: 20px;
    margin-left: 15px;
}

.image-spins-button {
    transition: 1s all;
    background: none;
    border: 0px;
    z-index: 10;
    pointer-events: all;
    cursor: pointer;
    width:33%;
}

.spinButtonArrow {
    width: 30px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    padding-left:0px;
    padding-right:0px;
}

#spinsButtonContainer {
    /* bottom: -10px;
    overflow: visible;
    position: sticky;
    display: block;
    margin: auto;
    bottom: 125px;
    left: 0px;
    width: 100%;
    z-index: 11;
    position: absolute; */
    width: 96%;
    height: 40px;
    bottom: 0px;
    margin: 2%;
    overflow: visible;
    top: unset;
    position: absolute;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    /* height:50px; */
    /* background-color:red; */
}

#spinsButtonContainerInner {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    /* height:30px; */
    min-width:100px;
    /* background-color:blue; */
}

.image-spins-button img {
    display: block;
    position: relative;
    top: 2px;
}

#spinCircle {
    /* position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    display: block;
    pointer-events: none;
    z-index: 10; */
    position: absolute;
    bottom: 10%;
    width: 95%;
    height: 25%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 2px 5px -2px #444;
}

/* Spinner */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.image-spins-loader {
    position: absolute;
    width: 64px;
    height: 64px;
    display: block;
    animation: spin 2s linear infinite;
    top: 33%;
    left: 44%;
    z-index: 10;
}

.image-spins-placeholder {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    top: 0;
    left: 0;
    background: white;
    z-index: 11;
}

.stepOptionPrice {
    position: absolute;
    right: 75px;
    font-size: 12px;
    color: #757575;
    background: white;
}

.modal {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customRadioButton {
    display: none;
}

.customRadioButtonImage {
    float: right !important;
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    right:10px;
    /* opacity: 0.5; */
    content: url('radio-off.svg');
    transition: 0.5s ease all;
}

.customRadioButtonImage:after {
    content: url('radio-off.svg');
}

.customLabel {
    width:365px;
    display:block;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.customLabelAccordion {
    width:365px;
    display:none;
}

@media screen and (max-width: 1200px) {
    .customLabel {
        width:270px;
        display:block;
    }
    .customLabelAccordion {
        width:365px;
        display:none;
    }

}

@media screen and (max-width: 992px) {
    .customLabel {
        width:155px;
        display:block;
    }

    .customLabelAccordion {
        width:365px;
        display:none;
    }
}

@media screen and (max-width: 760px) {
    .customLabel {
        width:155px;
        display:none;
    }

    .customLabelAccordion {
        width:365px;
        display:block;
    }
}

@media screen and (max-width: 550px) {
    .customLabel {
        width:155px;
        display:none;
    }

    .customLabelAccordion {
        width:260px;
        display:block;
    }
}

@media screen and (max-width: 450px) {
    .customLabel {
        width:155px;
        display:none;
    }

    .customLabelAccordion {
        width:200px;
        display:block;
    }
}

@media screen and (max-width: 350px) {
    .customLabel {
        width:155px;
        display:none;
    }

    .customLabelAccordion {
        width:155px;
        display:block;
    }
}



.customRadioButton:checked+.customRadioButtonImage+.customLabel {
    /* opacity: 1; */
}

.customRadioButton:checked+.customRadioButtonImage {
    /* opacity: 1; */
    content: url('radio-on-check-allsteel.svg');
}

.customRadioButton:checked+.customRadioButtonImage::after {
    /* opacity: 1; */
    content: url('radio-on-check-allsteel.svg');
}

button {
    cursor: pointer;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

#listSpan {
    font-size: 12px;
    margin-left: 5px;
    color: #616161;
    float: left;
}

#listSpanFooter {
    position: absolute;
    right: 0px;
    font-size: 12px;
    right: 145px;
    top: 17px;
    color: #616161;
}

#copyLinkContainer {
    position: absolute;
    z-index: 10;
    width: 348px;
    background: white;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(37, 37, 37, .1);
    box-shadow: 0 8px 16px 0 rgba(37, 37, 37, .1);
    padding: 15px;
    bottom: 35px;
    right: 50%;
    transform: translateX(50%);
    padding: 25px;
}
.copyLinkButtonContainer {
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    #copyLinkContainer {
        width: 250px;
    }
}

#copyLinkContainer:after {
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    content: '';
    width: 0;
    height: 0;
    border-top: solid 7px white;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}

#copyLinkCloseButton {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    top: 10px;
}

#copyLinkHeading {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
}

#copyLinkInput {
    width: 100%;
    border-radius: 7px;
    background: #fafafa;
    width: 100%;
    border-radius: 7px;
    height: 42px;
    padding: 0px 5px;
    border: 1px solid #eeeeee;
    font-size: 14px;
}

#copyLinkInputContainer {
    position: relative;
    margin: 15px 0px;
}

#copyLinkButtonOne {
    background: none;
    border: none;
    height: 42px;
    right: 0px;
    position: absolute;
    text-align: left;
}

#copyLinkButtonOne svg{
    margin-top: 8px;
}

#copyLinkButtonTwo {
    width: 100%;
    color: white;
    background: #0D75CB;
    border-radius: 7px;
    height: 42px;
    position: relative;
}


#copyLinkButtonTwo:hover {
    background: #0d54a6;
}

#copyLinkButtonTwo:active {
    background: #0d54a6;
}


#copyLinkButtonOne svg{
    fill: #0073ce;
}


#copyLinkButtonOne svg:hover {
    fill: #0d54a6;
}

#copyLinkButtonOne svg:active {
    fill: #0d54a6;
}


.spinExtraButtonsContainer {
/*    transition: 1s all; */
    display: none;
}

.spinExtraButton {
    margin-right: 15px;
    color: #616161;
    font-size: 14px;
    cursor: pointer;
}

button {
    background: none;
    border: none;
}

#spinExtraButtonsContainer {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
}

#copyShareLinkTrigger {
    position: relative;
    cursor: pointer;
}

#copyLinkButtonOne {
    background: #fafafa;
    border-radius: 0px 7px 7px 0px;
    border: 1px solid #eeeeee;
    border-left: none;
    width: 42px;
}

.stepOptionHeader label.stepOptionPrice {
    right: 20px;
}

.stepOptionHeader {
    padding: 16px 0px 0px;
}

.stepOptionHeader .stepOptionHeaderTxt {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #090807;
    left: 12px;
    position: relative;
}

.stepOptionGridThumb {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin: 6px;
    cursor: pointer;
}

.stepOptionBorderBox {
    width: 60px;
    height: 60px;
    background: white;
}

.stepOptionBorderBox.selected {
    border: solid 3px #a7371f;
}

.stepOptionBorderBox.selected .stepOptionGridThumb {
    margin: 3px;
}

.stepGrid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.stepGridOption {
    padding: 12px;
}

.bs-tooltip-top {
    top: -20px !important;
}

.span-spins-modal {
    position: absolute;
    right: 10px;
    z-index: 10;
}

#gltf-spins-modal canvas#gltfCanvas {
    width: auto !important;
    height: 97% !important;
}

.canvas-spins-modal {
    width: 100%;
    touch-action: none;
}

path#CloseA {
    stroke: #006076;
}

#zoom-buttons-container>button>img {
    width: 25px;
}

#intercept {
    font-weight: 700;
    font-size: .875rem;
    margin: 12px 12px 0;
}

/* Hide stuff in swatches */

.swatchContainer .stepOptionThumbnail {
    left: 2px;
}

.swatchContainer {
    border: none;
    height: 74px !important;
    width: 74px !important;
    padding: 2px !important;
    border: solid 3px #fff !important;
    box-sizing: border-box !important;
    margin-left: 8px;
    margin-right: 7px;
    margin-bottom: 15px;
}

.swatchContainer.swatchContainerSelected {
/*    border: solid 3px #0391b4 !important; */
    box-shadow: 0 0 0 2px #0391b4;
    box-sizing: border-box;
}


.swatchContainer input {
    display: none;
}

.helpColumn {
    padding-left:20px;
    /* padding-right:20px; */
    padding-bottom:20px;
}

.swatchContainer .customRadioButtonImage {
    display: none;
}

.swatchContainer .customLabel {
    display: none;
}

.swatchContainer .customLabelAccordion {
    display: none;
}

.swatchContainer .stepOptionPrice {
    display: none;
    visibility: hidden;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

#price-change {
    animation: 2s fadeOutUp infinite;
    font-size: 16px;
    position: absolute;
    right: 255px;
    top: 20px;
}


.div-spins-content-modal {
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px;
}

#summaryModalTop {
    height: 50px;
    background: #ffffff;
    padding: 15px;
    font-weight: bold;
}

#summaryModalInner {
    background: #fafafa;
    color: #252525;
}

.bold {
    font-weight: bold;
}

#summaryModalContent {
    text-align: left;
    margin-top: 40px;
}

#summaryModalDetails {
    border-bottom: 1px solid lightgrey;
    font-weight: bold;
}

#summaryModalDetailsList {
    border-bottom: 1px solid lightgrey;
    color: #5e5b57;
    font-size: 14px;
}

#summaryModalDetailsListSku2 {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding-top: 15px;
    float: left;
    width: 100%;
    color: #5e5b57;
    font-size: 14px;
}

#summaryModalSku {
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

#summaryModalSkuValue {
    font-weight: normal;
    font-size: 14px;
}

#summaryModalSku2 {
    font-weight: bold;
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

#summaryModalSku2Value {
    font-weight: normal;
    font-size: 14px;
    float: left;
    color: #616161;
}

#summaryModaPrice {
    font-weight: bold;
    border-bottom: 1px solid lightgrey;
}

#summaryModalPriceValue {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 35px;
}

#printSummary {
    width: 100%;
    color: white;
    background: #e32e00;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#editConfiguration {
    border-radius: 5px;
    border: solid 1px #d7d7d7;
    width: 100%;
    height: 40px;
    color: #757575;
}

#summary-modal-close {
    top: 0px;
}

.modalClose {
    font-size: 28px;
    color: #aaa;
    float: right;
    position: absolute;
    right: 10px;
    top: 0px;
}

.stepHeadingHelpDiv h2{
    font-weight: bold;
}

.stepHeadingHelpDiv p{
    color: #aaa;
}

.stepHeadingHelpDiv img{
    width: 100%;
    max-height: 250px;
    max-width: 250px;
    margin: auto;
    display: block;
    margin-bottom: 25px;
    margin-bottom: 15px;
}

.stepHeadingHelpDivBackground {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.subhead {
    font-weight: 700;
    font-size: .875rem;
    margin: 12px 12px 0;
}
@media (max-width: 767px) {
    #configPanel {
        margin-top: 60px;
    }
}

.sticky-top {
    z-index: 1 !important;
}

#summaryModalInner {
    height: unset !important;
    padding-bottom: 25px;
    margin-bottom: 50px;
    overflow-y: auto;
    max-height: 80%;
}

.footer {
    z-index: 1;
}

.currentStepSwatch {
    margin: 12px 12px;
    font-size: 14px;
    color: #616161;
    float: left;
    width: 100%;
    text-align: left;
}

#summaryModalImage {
    margin-bottom: 25px;
}

#printSummaryPDF {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

/* Print PDF Styles */
#printSummaryModalContent {
    text-align: left;
    position: absolute;
    width: 710px;
    height: 1005px;
    z-index: -100;
    background: white;
    padding: 25px 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #252525;
}

hr {
    border-bottom: 1px solid #a6a6a6;
}

.item-number {
    float: left;
    width: 100%;
}

#printBrand {
    color: #E22D00;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    font-display: auto;
    margin-top: 0px;
}

.printItemNumber {
    font-weight: bold;
    font-size: 10px;
    float: left;
}

.printItemNumberValue {
    float: right;
    font-size: 10px;
}


#printCopyright {
    font-size: 5px;
    position: absolute;
    right: 25px;
    bottom: 50px;
}

#printItemNumberValue {
    color: #252525;
}

#printDetails {
    font-weight: bold;
    font-size: 10px;
    margin-top: 170px;
}

#printDetailsSku2 {
    font-weight: bold;
    font-size: 10px;
    margin-top: 130px;
}

#printProductType {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#printProductLine {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

#printImage {
    width: 355px;
    position: absolute;
    top: 25px;
    right: 50px;
}

#printPrice {
    font-weight: bold;
    margin-bottom: 0px;
}

#printDetailsList {
    font-size: 8px;
}

#printEstimatedListPrice {
    font-size: 8px;
    margin-top: 5px;
}

#pageContainer {
/*    background: white; */
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top:40px;
}

@page{
    size:auto;
    margin:0;
}

#sku2 {
    margin-left: 10px;
}

#printDetailsListSku2 {
    font-size: 8px;
}

#basePrice {
    display: none;
}

#footer-product-info * {
    font-size: 20px;
    font-weight: bold;
    color: #252525;
}

@media screen and (min-width: 768px) {
    .currentStepSelectionMobileOnly {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #summaryModalInner {
        width: 80%;
    }
}

button.currentStepSelectionMobileOnly {
    display: none;
}

.currentStepSelectionImageMobileOnly {
    width: 48px;
    float: left;
    margin-right: 15px;
}

.currentStepSelectionLabelMobileOnly {
    margin-top: 13px;
    margin-bottom: 0px;
    width: 90%;
}


.stepContainerHidden .stepOption {
    display: none;
}

.stepContainerHidden .subhead {
    display: none;
}

.stepContainerHidden .currentStepSwatch {
    display: none;
}

.stepContainerHidden .optionGroup {
    display: none;
}

.currentStepSelectionMobileOnly{
    width: 100%;
    text-align: left;
    padding: 12px 10px;
    position: relative;
}

.currentStepSelectionArrowMobileOnly {
    margin-top: 12px;
    width: 25px;
    transform: rotate(90deg);
    position: absolute;
    right: 17px;
    top: 10px;
    transition: 0.5s all;
    background: white;
}

.expanded {
    transform: rotate(-90deg);
}

.swatchModalHalf {
    float: left;
}

.swatchDetailsModal {
    float: left;
    font-size: 15px;
    padding: 25px;
}

.swatchModalValue {
    color: #616161;
}

.swatchModalImage {
    margin-top: 30px;
}

.titleValue {
    font-size: 18px;
}

.swatchDetailsModal {
    margin-bottom: 15px;
    box-shadow: 0 8px 16px 0 rgba(37,37,37,.1);
}

.swatchDetailsModal {
    display: none;
    /* background: white;
    position: absolute;
    bottom: 0px; */
}

button:focus {outline:0;}

input:focus {outline:0;}

#copyChecked {
    content: url('checked-2.png');
    width: 15px;
    margin-right: 5px;
}

.stepContainer {
    /* position: relative; */
    /* height: 750px; */
    float: left;
    width: 100%;
    padding: 0 10px 5px;
    margin-bottom: 7px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background: #ffffff;
}

.stepHeadingHelpDivHeader {
    font-size: 24px;
    margin-left: 15px;
    margin-bottom: 25px;
}

#printSummary:hover {
    background-color: #d12b01;
}

#summaryButton:hover {
    background-color: #0091b4;
}

.iconFillColor {
    fill: #0073ce !important;
}

.swatchDetailsModal label {
    margin-bottom: 0px;
}

.swatchModalClose {
    position: absolute;
    top: 10px;
    right: 10px;
}

.iIcon {
    color: #0073ce;
    font-size: 12px;
}

#zoom-buttons-container {
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
    position: absolute;
    bottom: 10px;
    width: 90px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

#inline-price {
    display: inline-block;
}

#top-price-container {
    display: inline-block;
    float: right;
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    #top-price-container {
        float: left;
        margin-top: 10px;
    }
}

  .tooltip {
    /* font-size: 20px; */
    z-index: 1;
  }

  .tooltip .tooltip-inner {
    background-color: #252525;
  }

  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #252525 !important;
  }

  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #252525 !important;
  }


  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #252525 !important;
  }


  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #252525 !important;
  }

  #summaryModalSkuValue {
      color: #616161;
      font-size: 14px;
      float: left;
  }

  @media screen and (min-width: 768px) {
    #configPanel {
        padding-left: 10px;
    }
  }

  #skuBreak {
      float: left;
  }
