.fence-builder .content-inner {
    padding: 0;
}

body.fence-builder .button-container > label:nth-of-type(4n+1),
body.fence-builder .button-container-style > label:nth-of-type(4n+1) {
    clear: both;
}

.doorButton > .dist-btn {
    padding: 18px 25px;
}

div[class^="unit_mm"]::after,
div[class^="unit_inch"]::after,
div[class^="unit_feet"]::after,
div[class^="unit_fraction"]::after {
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    background: #282D33;
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    display: block;
}


html[lang="en-CA"] div[class^="unit_mm"]::after{
    content: "Millimeter";
}
html[lang="en-CA"] div[class^="unit_feet"]::after{
    content: "Feet";
}
html[lang="en-CA"] div[class^="unit_inch"]::after{
    content: "Inch";
}
html[lang="en-CA"] div[class^="unit_fraction"]::after{
    content: "Fraction";
}

html[lang="fr-CA"] div[class^="unit_mm"]::after{
    content: "Millimètre";
}
html[lang="fr-CA"] div[class^="unit_feet"]::after{
    content: "Pied";
}
html[lang="fr-CA"] div[class^="unit_inch"]::after{
    content: "Pouce";
}
html[lang="fr-CA"] div[class^="unit_fraction"]::after{
    content: "Fraction";
}


div[class^="unit_mm"],
div[class^="unit_inch"],
div[class^="unit_feet"],
div[class^="unit_fraction"] {
    position: relative;
}


.builderSavePopupInner .form-input {
    max-width: 320px;
}

.builderAlertPopupInner,
.builderSavePopupInner,
.builderCanvasPopupInner,
.builderCanvasImagePopupInner,
.builderSidesPopupInner,
.builderCutPopupInner,
.builderTermsPopupInner,
.builderPrintPopupInner,
.builderLengthPopupInner,
.builderNosingPopupInner,
.builderCornerPopupInner,
.builderFlangePopupInner,
.builderUnionPopupInner,
.builderWarningPopupInner, 
.builderWarningPopupModeInner,
.builderWarning2PopupInner,
.builderWarning3PopupInner {
    border-left: 4px solid #37DDFC;
    border-bottom: 4px solid #37DDFC;
}

.builderAlertPopupClose,
.builderSavePopupClose,
.builderCanvasPopupClose,
.builderCanvasImagePopupClose,
.builderSidesPopupClose,
.builderCutPopupClose,
.builderTermsPopupClose,
.builderPrintPopupClose,
.builderLengthPopupClose,
.builderNosingPopupClose,
.builderCornerPopupClose,
.builderFlangePopupClose,
.builderUnionPopupClose,
.builderWarningPopupClose,
.builderWarningPopupModeClose,
.builderWarning2PopupClose,
.builderWarning3PopupClose {
    color: #282d33;
}

.builderAlertPopupClose:hover,
.builderSavePopupClose:hover,
.builderCanvasPopupClose:hover,
.builderCanvasImagePopupClose:hover,
.builderSidesPopupClose:hover,
.builderCutPopupClose:hover,
.builderTermsPopupClose:hover,
.builderPrintPopupClose:hover,
.builderLengthPopupClose:hover,
.builderNosingPopupClose:hover,
.builderCornerPopupClose:hover,
.builderFlangePopupClose:hover,
.builderUnionPopupClose:hover,
.builderWarningPopupClose:hover,
.builderWarningPopupModeClose:hover,
.builderWarning2PopupClose:hover,
.builderWarning3PopupClose:hover {
    color: #37DDFC;
}

.builderTermsPopupForm {
    max-height: 33.4vh;
    overflow-y: scroll;
    text-align: left;
}

.builderTermsPopupForm h3 {
    text-align: center;
}
.builderTermsPopupForm h3:not(:first-child) {
    margin-top: 40px;
}

.builderTermsPopupForm h4 {
    margin-top: 40px;
}

#builderUnderbar {
    display: table;
}

#builderUnderbar > .textwidget {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    line-height: 18px;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 210px);
    text-align: left;
    display: table-cell;
    float: none;
    vertical-align: middle;
    box-sizing: border-box;
}

#builderUnderbar > .saveButton {
    position: relative;
    width: 215px;
    text-align: center;
    display: table-cell;
    float: none;
    vertical-align: middle;
    background:transparent;
}

#builderUnderbar > .saveButton > a {
    padding: 0 15px;
}

#builderUnderbar > .saveButton > a > i {
    margin-right: 10px;
}

#builderSidebarBloc1 {
    display: table;
    text-align: center;
}

.builderSidebarBloc1-inner {
    display: table-cell;
    width: 100%;
    float: none;
    vertical-align: middle;
}

.builderLogo {
    margin-bottom: 30px;
}

.builderTitle p {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #282D33;
}

.currentSides > .converterWrapper .unit_mm,
.currentSides > .converterWrapper .unit_inch,
.currentSides > .converterWrapper .unit_feet,
.currentSides > .converterWrapper .unit_fraction{
    width: calc( (100% - 20px) / 5 );
    float: left;
    display: block;
}

.currentSides > .nosingLength .unit_mm,
.currentSides > .nosingLength .unit_inch,
.currentSides > .nosingLength .unit_fraction{
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 12px;
}
.currentSides > .nosingLength .unit_fraction{
    width: 60%;
}
.currentSides > .nosingLength .unit_inch{
    width: 40%;
}
.currentSides > .converterWrapper .unit_mm {
    width: calc( ((100% - 20px) / 5) * 2 );
}

.currentSides > .converterWrapper .unit_mm input,
.currentSides > .converterWrapper .unit_inch input,
.currentSides > .converterWrapper .unit_feet input,
.currentSides > .spanLength .unit_mm input,
.currentSides > .spanLength .unit_inch input,
.currentSides > .spanLength .unit_feet input,
.currentSides > .nosingLength .unit_mm input,
.currentSides > .nosingLength .unit_inch input,
.currentSides > .nosingLength .unit_fraction select{
    height:40px;
    text-align: center;
}
.currentSides > .converterWrapper .unit_fraction select{
    height:40px;
    padding-left: 0;
}

.currentSides > .converterWrapper .unit_mm + div {
    display: block;
    float: left;
    width: 20px;
    line-height: 52px;
    text-align: center;
    top: -2px;
    position: relative;
    font-weight: 700;
}


#builderStep5Inner > table > tr > th:first-child,
#builderStep5Inner > table > tr > td:first-child,
#builderStep5Inner > .builderStep5InnerBox > table > tr > th:first-child,
#builderStep5Inner > .builderStep5InnerBox > table > tr > td:first-child {
    width: 50% !important;
    border: none;
}

#builderStep5Inner > table > tr > th:last-child,
#builderStep5Inner > table > tr > td:last-child,
#builderStep5Inner > .builderStep5InnerBox > table > tr > th:last-child,
#builderStep5Inner > .builderStep5InnerBox > table > tr > td:last-child,
#builderStep5Inner > table > tr > th:nth-last-child(2),
#builderStep5Inner > table > tr > td:nth-last-child(2),
#builderStep5Inner > .builderStep5InnerBox > table > tr > th:nth-last-child(2),
#builderStep5Inner > .builderStep5InnerBox > table > tr > td:nth-last-child(2) {
    width: 250px !important;
    border: none;
}

/*.step2Top {
	position: relative;
}

.step2Top.hasImage .step2TopLeft {
	padding-right: 256px;
}

.step2TopRight {
	display: none;
}

.step2Top.hasImage .step2TopRight {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
}*/

.step2Top.hasImage::after {
	content: ""; display: block; clear: both;
}

.step2Top.hasImage .step2TopLeft {
    float: left;
    width: 100%;
    padding-right: 256px;
    margin-right: -256px;
    box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.step2TopRight {
	display: none;
}

.step2Top.hasImage .step2TopRight {
	display: block;
    float: left;
    width: 256px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

@media (max-width: 1799px) {
    .currentSides > .converterWrapper {
        /*width: 30%;*/
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .currentSides > .spanLength {
        /*width: 30%;*/
        box-sizing: border-box;
        margin-bottom: 20px;
        /*min-width: 210px;*/
    }
    .currentSides > .nosingLength {
        /*width: 30%;*/
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    /*.DoorButtonContainer {
        width: 100%;
    }*/
    .currentSides > .resultsPapa > .results > .resultsInner[data-projecttype='glass'] > * > strong {
        transform: translateY(-50%) rotate( 270deg );
        width: 400px;
        height: 60px;
        line-height: 60px;
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        right: -400px;
        left: -400px;
        margin: 0 auto;
        text-align: center;
		line-height: 1.4em;
    }
}

.cartButtonPrintSave {
    color: #282d33 !important;
    background-color: #cccccc !important;
}
.cartButtonPrintSave:hover {
    color: #282d33 !important;
    background-color: #15ffee !important;
}

@media (max-width: 1399px) {
    #builderStep5below .dist-btn + .dist-btn {
        margin-left: 0;
    }
    #builderStep5below .dist-btn {
        padding: 21px!important;
        margin-bottom: 15px;
    }
}
@media (max-width: 1299px) {
    body.fence-builder .button-container > label:nth-of-type(4n+1),
    body.fence-builder .button-container-style > label:nth-of-type(4n+1) {
        clear: none;
    }
    body.fence-builder .button-container > label:nth-of-type(3n+1),
    body.fence-builder .button-container-style > label:nth-of-type(3n+1) {
        clear: both;
    }
    body.fence-builder .button-container > label,
    body.fence-builder .button-container-style > label{
        width:calc(33.33% - 15px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    /*#builderSteps, .fence-builder .header-container {
        padding: 120px;
    }*/
    .currentSides > .converterWrapper .h4,
	.currentSides > .spanLength .h4,
	.currentSides > .nosingLength .h4,
	.currentSides > .DoorButtonContainer .h4,
	.currentSides > .ChooseProductForGenerationContainer .h4,
	.currentSides > .estimatedWrapper .h4 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 1199px) {
    #builderStep3Inner > div > label {
        font-size: 14px;
        width: calc((100% - 320px) / 2);
        padding: 15px;
    }
    #builderStep3Inner > div > h4 {
        width: 320px;
        padding-left: 15px;
    }
    #builderStep3Img > div:first-child
    #builderStep3ImgGlass > div:first-child {
        width: 320px;
    }

    #builderStep3Img > div,
    #builderStep3ImgGlass > div {
        width: calc((100% - 320px) / 2);
    }
}

@media (max-width: 1099px) {
    body.fence-builder .button-container > label:nth-of-type(3n+1),
    body.fence-builder .button-container-style > label:nth-of-type(3n+1) {
        clear: none;
    }
    body.fence-builder .button-container > label:nth-of-type(2n+1),
    body.fence-builder .button-container-style > label:nth-of-type(2n+1) {
        clear: both;
    }
    body.fence-builder .button-container > label,
    body.fence-builder .button-container-style > label{
        width:calc(50% - 15px);
    }
    .currentTopSides {
        padding-right: 35px;
    }
    .currentSides > .resultsPapa > .resultsUnits,
    .currentSides > .resultsPapa > .results,
    #AllSidesOverview > *[data-projecttype='aluminium'] > .AllSidesOverviewResultInner,
    #AllSidesOverview > *[data-projecttype='aluminium'] > .AllSidesOverviewResultsUnitsInner,
    #AllSidesOverview > *[data-projecttype='aluminium'] > .AllSidesOverviewResultsUnitsTotalInner,
    #AllSidesOverview > *[data-projecttype='glass'] > .AllSidesOverviewResultInner,
    #AllSidesOverview > *[data-projecttype='glass'] > .AllSidesOverviewResultsUnitsInner,
    #AllSidesOverview > *[data-projecttype='glass'] > .AllSidesOverviewResultsUnitsTotalInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='aluminium'] > .AllSidesOverviewResultInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='aluminium'] > .AllSidesOverviewResultsUnitsInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='aluminium'] > .AllSidesOverviewResultsUnitsTotalInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='glass'] > .AllSidesOverviewResultInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='glass'] > .AllSidesOverviewResultsUnitsInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='glass'] > .AllSidesOverviewResultsUnitsTotalInner {
        width: 1200px;
    }
    #AllSidesOverview > *[data-projecttype='aluminium'] > .AllSidesOverviewResultInner,
    #AllSidesOverview > *[data-projecttype='aluminium'] > .AllSidesOverviewResultsUnitsInner,
    #AllSidesOverview > *[data-projecttype='aluminium'] > .AllSidesOverviewResultsUnitsTotalInner,
    #AllSidesOverview > *[data-projecttype='glass'] > .AllSidesOverviewResultInner,
    #AllSidesOverview > *[data-projecttype='glass'] > .AllSidesOverviewResultsUnitsInner,
    #AllSidesOverview > *[data-projecttype='glass'] > .AllSidesOverviewResultsUnitsTotalInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='aluminium'] > .AllSidesOverviewResultInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='aluminium'] > .AllSidesOverviewResultsUnitsInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='aluminium'] > .AllSidesOverviewResultsUnitsTotalInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='glass'] > .AllSidesOverviewResultInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='glass'] > .AllSidesOverviewResultsUnitsInner,
    #AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='glass'] > .AllSidesOverviewResultsUnitsTotalInner {
        margin-bottom:4%;
    }
    .currentSides > .resultsPapa,
    #AllSidesOverview > div,
    #AllSidesOverview > .AllSidesOverviewBox > div {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .currentSides > .resultsPapa > .results {
        margin-bottom: 5%;
    }   
}

@media (max-width: 991px) {
    #builderSteps, .fence-builder .header-container {
        padding: 50px 21px;
    }
    .currentTopSides {
        width: 33.33%;
        display: block;
        float: left;
        box-sizing: border-box;
    }
    .currentSideTop,
    .currentSideContainer {
        width: 100%;
        display: inline-block;
    }
    .currentTopSides.active::after {
        right: 0;
        height: 2px;
        width: 68px;
    }
    .currentSides > .converterWrapper .h4,
	.currentSides > .spanLength .h4,
	.currentSides > .nosingLength .h4,
	.currentSides > .DoorButtonContainer .h4,
	.currentSides > .ChooseProductForGenerationContainer .h4,
	.currentSides > .estimatedWrapper .h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .doorButton > .dist-btn {
        width: 33.33%;
        padding:18px 5px;
    }
    .doorButton > .dist-btn + .dist-btn {
        width: calc(33.33% - 10px)
    }
    #AllSidesOverview > h4,
    #AllSidesOverview > .AllSidesOverviewBox > h4 {
        margin-top: 50px;
    }
    #builderUnderbar > .textwidget {
        padding-left: 15px;
        padding-right: 15px;
    }
    #builderStep3Inner > div {
        display: block;
    }
    #builderStep3Inner > div > h4 {
        width: 100%;
        padding:15px;
        line-height: 20px;
        padding-bottom: 0;
    }
    #builderStep3Inner > div > label {
        font-size: 16px;
        width: 100%;
        padding: 15px;
    }
    #builderStep3Inner > div > h4 + label {
        padding-bottom: 0!important;
    }
    #builderStep3Img > div:first-child,
    #builderStep3ImgGlass > div:first-child{
        display: none;
    }
    #builderStep3Img > div,
    #builderStep3ImgGlass > div {
        width: 50%;
    }
    #builderStep5Inner > table > tr > th:first-child,
	#builderStep5Inner > table > tr > td:first-child,
    #builderStep5Inner > .builderStep5InnerBox > table > tr > th:first-child,
	#builderStep5Inner > .builderStep5InnerBox > table > tr > td:first-child {
        width: 50%;
        padding: 10px 15px 10px 0;
    }
    #builderStep5Inner > table > tr > th:last-child,
	#builderStep5Inner > table > tr > td:last-child,
    #builderStep5Inner > .builderStep5InnerBox > table > tr > th:last-child,
	#builderStep5Inner > .builderStep5InnerBox > table > tr > td:last-child,
    #builderStep5Inner > table > tr > th:nth-last-child(2),
    #builderStep5Inner > table > tr > td:nth-last-child(2),
    #builderStep5Inner > .builderStep5InnerBox > table > tr > th:nth-last-child(2),
    #builderStep5Inner > .builderStep5InnerBox > table > tr > td:nth-last-child(2) {
        width: 50% !important;
        text-align: center!important;
    }
    #builderStep5below .cartButtonAddOnly {
        margin-bottom: 15px;
    }
    #builderStep5below .dist-btn + .dist-btn {
        margin-left: 0;
    }
    #builderStep5below .dist-btn {
        padding: 21px!important;
    }
}

@media (max-width: 799px) {
    .currentSides > .converterWrapper,
    .currentSides > .spanLength,
    .currentSides > .nosingLength {
        width: 100%;
        padding-right: 0;
    }
    .DoorContainer > * {
        width: 100%;
        margin-right: 0;
    }
    #builderStep5Inner > table > tr > td,
    #builderStep5Inner > .builderStep5InnerBox > table > tr > td {
        font-size: 13px;
        line-height: 18px;
    }
	
	.step2Top.hasImage::after {
		display: none;
	}
	
	.step2Top.hasImage .step2TopLeft {
		float: none;
		width: auto;
		padding-right: 0;
		margin-right: 0;
	}
	
	.step2Top.hasImage .step2TopRight {
		float: none;
		width: auto;
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
    .currentTopSides {
        width: 50%;
    }
    .doorButton > .dist-btn {
        width: 100%;
        margin-bottom:10px;
    }
    .doorButton > .dist-btn + .dist-btn {
        width: calc(50% - 10px);
        padding: 18px 5px;
        margin-right:10px;
        margin-left:0; 
    }
    .doorButton > .dist-btn:last-child{
        margin-right:0;
        width: 50%;
    }
    #builderUnderbar > .textwidget{
        display: none;
    }
    body.fence-builder .footer-bottom {
        display: block !important;
    }
    #builderUnderbar > .saveButton{
        width: 100%;
    }
}

@media (max-width: 619px) {
    body.fence-builder .button-container > label:nth-of-type(2n+1),
    body.fence-builder .button-container-style > label:nth-of-type(2n+1) {
        clear: none;
    }
    body.fence-builder .button-container > label{
        width:100%;
        margin-right: 0;
        padding:20px 5px;
    }
	body.fence-builder .button-container-style > label{
		width:100%;
        margin-right: 0;
	}
    #builderSteps, .fence-builder .header-container {
        padding: 50px 25px;
        width:100%; 
        margin-left:0;
    }
    #builderSidebar {
        width: 100%;
        height: auto;
        position: relative;
        right: 0;
        top: 0;
        overflow-x: hidden;
        overflow-x: scroll;
    }
    #builderUnderbar {
        width: 100%;
    }
    #builderSidebarBloc1,
    #builderSidebarBloc3,
    #builderSidebar::after {
        display: none !important;
    }
    .main-footer {
        padding-right: 15px;
        padding-left: 15px;
    }
    #builderSidebarBloc2, #builderSidebarBloc2 > #accordion {
        height: auto;
    }
}

@media (max-width: 479px) {
    #builderSteps, .fence-builder .header-container {
        padding: 50px 15px;
    }
    .doorButton > .dist-btn,
    .doorButton > .dist-btn + .dist-btn {
        width: 100%;
        padding: 18px 5px;
        margin-left:0;
        margin-bottom:10px;
    }
    .AllSidesOverviewResultsUnitsInner > div,
    .currentSides > .results > .resultsInner[data-projecttype='glass'] > * > strong,
	#AllSidesOverview > *[data-projecttype='glass'] > .AllSidesOverviewResultInner > * > strong,
	#AllSidesOverview > .AllSidesOverviewBox > *[data-projecttype='glass'] > .AllSidesOverviewResultInner > * > strong {
        font-size: 13px;
    }
    #builderStep5below .dist-btn {
        padding: 15px!important;
    }
}
body.fence-builder footer.main-footer > .content-bottom .container,
body.fence-builder footer.main-footer > .footer-top-bottom .container,
body.fence-builder header.main-header > .container {
    width: 100% !important;
}
body.fence-builder .header-container {
    background-color: transparent !important;
}
body.fence-builder .header-left,
body.fence-builder .header-right {
    background-color: #fff !important;
}

@media (max-width: 991px) {
    body.fence-builder header.main-header {
        z-index: 9 !important;
    }
    body.fence-builder .header-mobile {
        box-shadow: none !important;
    }  
    body.fence-builder .header-mobile .header-mobile-menu-btn {
        display: none !important;
    }
}


@media (min-width: 620px), print{
    #builderSteps, .fence-builder .header-container {
        width: calc( 100vw - ( ( 100vw - 600px ) / 2) - 237px );
        margin-left: 15px;
    }
    body.fence-builder footer.main-footer {
        width: calc( 100vw - ( ( 100vw - 600px ) / 2) - 237px );
        margin-left: calc( ( 100vw - 600px ) / 2 );
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 800px){
    #builderSteps, .fence-builder .header-container {
        width: calc( 100vw - ( ( 100vw - 768px ) / 2) - 237px );
        margin-left: 15px;
    }
    body.fence-builder footer.main-footer {
        width: calc( 100vw - ( ( 100vw - 768px ) / 2) - 237px );
        margin-left: calc( ( 100vw - 768px ) / 2 );
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 992px){
    #builderSteps, .fence-builder .header-container {
        width: calc( 100vw - ( ( 100vw - 950px ) / 2) - 237px );
        margin-left: calc( ( 100vw - 950px ) / 2 );
    }
    body.fence-builder footer.main-footer {
        width: calc( 100vw - ( ( 100vw - 950px ) / 2) - 237px );
        margin-left: calc( ( 100vw - 950px ) / 2 );
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 1200px){
    #builderSteps, .fence-builder .header-container {
        width: calc( 100vw - ( ( 100vw - 1100px ) / 2) - 237px );
        margin-left: calc( ( 100vw - 1100px ) / 2 );
    }
    body.fence-builder footer.main-footer {
        width: calc( 100vw - ( ( 100vw - 1100px ) / 2) - 237px );
        margin-left: calc( ( 100vw - 1100px ) / 2 );
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 1400px){
    #builderSteps, .fence-builder .header-container {
        width: calc( 100vw - ( ( 100vw - 1300px ) / 2) - 237px );
        margin-left: calc( ( 100vw - 1300px ) / 2 );
    }
    body.fence-builder footer.main-footer {
        width: calc( 100vw - ( ( 100vw - 1300px ) / 2) - 237px );
        margin-left: calc( ( 100vw - 1300px ) / 2 );
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }
}

#canvasPrintImg {display: none;}
@media print {
	#canvasPrintImg {display: block;}
}