.product-detailed-info {
    width: 49%;
    float: left;
    overflow: visible;
    margin-bottom: 18px
}

.product-info {
    padding: 4%;
    width: 100%;
    background: rgba(255, 255, 255, 1)
}

.product-detailed-info > .product-image {
    background: no-repeat bottom;
    background-size: contain;
    width: 140%;
    min-height: 350px;
    margin-left: -28%;
    height: auto;
    z-index: 15;
    position: relative
}

img.in-progress-preview {
    border: 1px solid #ccc;
    clear: both;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    max-height: 150px;
    max-width: 150px;
}

ul.dropdown-menu{
    z-index: 9999;
}

.calculator {
    width: 48%;
    float: right;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .35);
    padding: 2%;
    overflow: visible;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 18px;
    z-index: 99;
    position: relative
}

.design-choice {
    font-size: 25px;
    margin-bottom: 7px;
    padding: 8px;
    background: rgba(73, 155, 234, 1);
    background: -moz-linear-gradient(top, rgba(73, 155, 234, 1) 0, rgba(32, 124, 229, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(73, 155, 234, 1)), color-stop(100%, rgba(32, 124, 229, 1)));
    background: -webkit-linear-gradient(top, rgba(73, 155, 234, 1) 0, rgba(32, 124, 229, 1) 100%);
    background: -o-linear-gradient(top, rgba(73, 155, 234, 1) 0, rgba(32, 124, 229, 1) 100%);
    background: -ms-linear-gradient(top, rgba(73, 155, 234, 1) 0, rgba(32, 124, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(73, 155, 234, 1) 0, rgba(32, 124, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
    text-shadow: .3px .3px .3px #000
}

.cb-designer-buttons{
    background: rgba(255,175,75,1);
    background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
    background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
    background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
    background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
    border-color: #ff7700;
}

a.design-choice {
    color: #FFF
}

.design-choice:hover {
    color: #333;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border-color: #ccc
}

.upload-order {
    background: rgba(155, 204, 6, 1);
    background: -moz-linear-gradient(top, rgba(155, 204, 6, 1) 0, rgba(85, 176, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(155, 204, 6, 1)), color-stop(100%, rgba(85, 176, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(155, 204, 6, 1) 0, rgba(85, 176, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(155, 204, 6, 1) 0, rgba(85, 176, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(155, 204, 6, 1) 0, rgba(85, 176, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(155, 204, 6, 1) 0, rgba(85, 176, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcc06', endColorstr='#55b000', GradientType=0);
    border-color: #090
}

.calculator .form-group {
    margin-bottom: 9px
}

input.product-price-custom, input.total-product-price {
    font-size: 34px;
    color: #E60000;
    text-align: right;
    font-weight: 400;
    height: 50px;
    background-color: #FFFDFE;
    padding-bottom: 5px;
    -webkit-box-shadow: inset 0 0 6px 0 rgba(5, 155, 255, .35);
    -moz-box-shadow: inset 0 0 6px 0 rgba(5, 155, 255, .35);
    box-shadow: inset 0 0 6px 0 rgba(5, 155, 255, .35)
}

.starting-at, .starting-at-price {
    font-size: 26px;
    letter-spacing: -1px
}

.starting-at {
    font-style: italic;
    color: #999
}

.starting-at-price {
    color: #e60000
}

h1#product-title {
    font-size: 42px;
    letter-spacing: -2px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
    line-height: 34px
}

.product-specs li {
    margin-bottom: 9px;
    font-size: 17px
}

.product-specs ul {
    margin-bottom: 15px;
    overflow: hidden
}

#additionalOptionsButton {
    background: rgba(250, 250, 197, 1);
    background: -moz-linear-gradient(top, rgba(250, 250, 197, 1) 0%, rgba(255, 251, 222, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250, 250, 197, 1)), color-stop(100%, rgba(255, 251, 222, 1)));
    background: -webkit-linear-gradient(top, rgba(250, 250, 197, 1) 0%, rgba(255, 251, 222, 1) 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 197, 1) 0%, rgba(255, 251, 222, 1) 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 197, 1) 0%, rgba(255, 251, 222, 1) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 197, 1) 0%, rgba(255, 251, 222, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafac5', endColorstr='#fffbde', GradientType=0);
    border-color: #FCE149;
    font-size: 25px;
    margin-bottom: 7px;
    padding: 8px;
    color: #333;
    text-shadow: .3px .3px .3px #000;
    background-color: #000;
    background-position: bottom
}

.calc-modal.modal-backdrop {
    z-index: 9998;
}

#manageAddressBook.modal {
    z-index: 100000;
}

#shipping-info-required {
    display: none;
    margin-bottom: 3px;
    text-align: center;
    padding: 6px;
}

#continue-modal {
    z-index: 9999;
}

#shippingForm .form-control, #submitGetQuoteForm .form-control {
    margin-bottom: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 30px;
    font-size: 14px;
}

.checkoutOption .list-group-item:hover {
    background-color: #F2FFF4;
    cursor: pointer;
}

.saveShippingOptions {
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 12px;
}

/*.checkout-choices .btn{
	font-size:21px;
	padding:8px;
	width:100%;
	margin-bottom:8px;
}*/

#shippingForm .updateShipping {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
    margin-top: -5px;
}

.popover {
    /*bottom: 286px !important;*/
    top: auto !important;
    z-index: 9999;
    /*bottom: 0 px;*/
!important;
    max-width: 300px;
!important;
}

#couponCode {
    margin-left: auto;
    margin-right: auto;
}

.invalidZipCode {
    padding-top: 7px;
    padding-bottom: 7px;
    display: none;
}

.special-instructions {
    margin-bottom: 12px;
}

.checkoutOption {
    width: 100%;
    clear: both;
    font-size: 18px;
    text-align: center;
}

.cart-items-checkout {
    text-align: center;
    margin-bottom: 8px;
    /*text-decoration: underline;*/
}

.seeAddresses, .useLocation {
    /*text-align: center;*/
    font-weight: bold;
    margin-bottom: 5px;
}

label.shipping-insurance-label {
    font-weight: normal;
    font-size: 13px;
}

.savedAddressItem {
    font-weight: normal;
    padding: 3px;
    width: 100%;
    font-size: 12px;
}

#shippingQuote, .full-width {
    width: 100%;
    margin-bottom: 5px;
    white-space: normal;
}

.calculator select.savedAddressItem, select#shippingProvider, select#shippingOption, select#shippingAddress, select#state {
    font-weight: normal;
    padding: 3px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0;
}


.popover-content {
    min-width: 272px;
}

#page-content {
    width: 100%;
}

.selectedAddress {
    background: #D7FBE6;
}

.addressSection, .center {
    /*text-align: center;*/
    margin-left: auto;
    margin-right: auto;
}

.manageAddressBook {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 12px;
    height: 20px;
}

.dropShipFromHeading {
    display: none;
}

#quoteByZipModal {
    z-index: 999999;
}

.a-box .a-divider.a-divider-break::after, .a-color-base-background .a-divider.a-divider-break::after, .a-divider.a-divider-break::after {
    background-color: transparent;
    border-top: 1px solid #e7e7e7;
    content: "";
    display: block;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.a-box .a-divider.a-divider-break, .a-color-base-background .a-divider.a-divider-break, .a-divider.a-divider-break {
    line-height: 0;
    margin-bottom: 14px;
    padding-top: 1px;
    position: relative;
    text-align: center;
    top: 2px;
}

.a-box .a-divider.a-divider-break h5, .a-color-base-background .a-divider.a-divider-break h5, .a-divider.a-divider-break h5 {
    background-color: #fff;
    color: #767676;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 0 8px 0 7px;
    position: relative;
    z-index: 2;
}

h5 {
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
}

h5 {
    margin: 0;
    padding: 0;
}

.addressBookContent {
    overflow: hidden;
}

.pac-container, .ui-datepicker-calendar {
    z-index: 100002;
}

.apply-settings {
    width: 100%;
    height: 30px;
    padding-top: 3px;
}

#calculatorBottomPoint {
    width: 100%;
    height: 1px;
    clear: both;
}

#calculator .tooltip{
    z-index:9999;

}
/* Set minimum width for the tooltip */
#calculator .tooltip-inner {
    min-width:300px;
}

#popoverButton {
    width: 100%;
    clear: both;
}

#shippingForm {
    width: 250px;
}

.design-group {
    width: 100%;
    text-align: left;
}

.design-list {
    margin-bottom: 0;
}

.edit-design-item {
    margin-right: 8px;
}

.uploaded-image {
    position: absolute;
    left: 0;
    top: 0;
}

.upload-boxes:hover {
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 166, 255, 0.75);
    -moz-box-shadow: 0 0 3px 2px rgba(0, 166, 255, 0.75);
    box-shadow: 0 0 3px 2px rgba(0, 166, 255, 0.75);
    background-color: #EFEFEF;

}

.design-upload-title {
    font-size: 13px;
    color: #999;
    text-align: center;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.invalidWarning {
    border: 1px solid #C00;
    color: #C00;
}

.upload-boxes {
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    margin-bottom: 15px;
    background-size: contain;
    padding: 0;
    cursor: pointer;
}

.upload-box-content {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 0;
    height: 100%;
}

h3.design-title {
    text-align: center;
    font-size: 17px;
    padding: 0;
    margin: 0 0 12px;
}

.optionsNav {
    text-align: center;
    font-size: 13px;
}

.optionsNav a {
    margin-left: 5px;
    margin-right: 5px;
}

.uploader-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.design-upload-title {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 12px;
}

.safe-area {
    position: absolute;
    border: 1px dotted #FF9799;
}

.front-file-info-text, .back-file-info-text {
    /*display: none;*/
    vertical-align: middle;
    display: table-cell;
}

.front-file-drop .preview {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.back-file-drop .preview {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

html, body {
    height: 100%;
    /*margin: 0;*/

}

.dropzone-backdrop {
    z-index: 99999;
    background-color: rgba(0, 135, 245, 0.7);
    width: 100%;
    position: fixed;
    min-height: 96%;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 1% .5%;
    box-sizing: border-box;
}

.front-zone, .back-zone {
    width: 49%;
    float: left;
    margin-left: .5%;
    margin-right: .5%;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 2.5em;
    border: 1px dotted #FFFFFF;
    display: table;
    cursor: pointer;
}

.dropzone-backdrop {
    display: none;
}

.uploadTrigger {
    position: fixed;
    left: 25px;
    bottom: 0;
    background: #3C6;
    color: #FFF;
    padding: 12px;
    font-size: 18px;
    /*		transform: rotate(90deg);
            transform-origin: left top 0;*/
    z-index: 10000;
    -webkit-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.large-cloud {
    font-size: 4.5em;
}

.close-uploader {
    position: fixed;
    top: 35px;
    right: 35px;
    color: #FFF;
    cursor: pointer;
    border: solid #FFF 1px;
    padding: 8px;
    font-size: 24px;
}

.close-uploader:hover {
    background-color: rgba(55, 0, 0, 0.75);
}

.uploadedFileProofs {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #F7F7F7;
    padding: 10px;
    overflow: hidden;
    position: relative;
    max-height: 336px;
}

.flipOrientation {
    display: none;
}

.designUploadLoader {
    background-color: #F7F7F7;
    width: 100%;
    display: table;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    height: 336px;
    text-align: center;
}

.loaderImage {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.uploadedFileProofs {
    display: none;
}

a.customSizeButton {
    font-size: 14px;
    text-decoration: underline;
    padding-left: 3px;
    padding-top: 5px;
    cursor: pointer;
}

.product-specs-mobile {
    display: none;
}

.additional-option-calculator-button:hover {
    background: rgba(255, 175, 75, 1);
    background: -moz-linear-gradient(top, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 175, 75, 1)), color-stop(100%, rgba(255, 146, 10, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0);
    color: #333
}

.place-order {
    background: rgba(176, 227, 22, 1);
    background: -moz-linear-gradient(top, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(176, 227, 22, 1)), color-stop(100%, rgba(119, 212, 32, 1)));
    background: -webkit-linear-gradient(top, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    background: -o-linear-gradient(top, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    background: -ms-linear-gradient(top, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    background: linear-gradient(to bottom, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0e316', endColorstr='#77d420', GradientType=0);
    color: #333;
    border-color: #079440
}

.product-price label {
    color: #09C;
    font-size: 26px;
    font-weight: 400
}

.calculator select {
    font-size: 17px;
    height: 38px
}

.glyphicon-question-sign {
    color: #E10000
}

.estimated {
    text-align: center;
    font-size: 18px;
    padding-top: 24px;
    margin-top: 5px
}

.estimated-date {
    text-align: center;
    margin-bottom: 6px;
    font-size: 28px;
    color: #E60000;
    font-weight: 400
}

.reset {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0
}

.lower-navigation {
    clear: both;
    margin-top: 20px
}

.grey-buttons {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0)
}

.grey-buttons:hover {
    background: rgba(226, 245, 245, 1);
    background: -moz-linear-gradient(top, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(226, 245, 245, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2f5f5', endColorstr='#ffffff', GradientType=0)
}

.share-this {
    margin-bottom: 10px
}

.product-tool-buttons {
/ / margin-bottom: 15 px
}

#content .tab-content {
    background: #FFF;
    padding: 1%;
    border: 1px solid #DDD;
    border-top: none
}

.learn-more, .login-box {
    text-align: center;
    padding: 10px
}

#content .tab-content h2 {
    border-color: #EBEBEB;
    border-bottom: 1px solid;
}

.learn-more {
    clear: both;
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 26px;
    background-color: #F4FDFF;
    width: 100%;
    color: #000
}

.product-explanation {
    margin-bottom: 18px
}

#basic-options {
    display: none
}

.additional-option-calculator-button, .design-choice, .reset {
    width: 100%
}

.reset-quote {
    width: 33%
}

#total-price-top .form-control[disabled], .form-control[readonly], .price-top-custom, fieldset[disabled] .form-control {
    background-color: #FFF;
    cursor: not-allowed;
    opacity: 1
}

.login-box {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #F9F9F9;
    border-radius: 4px;
    border: 1px solid #CCC
}

.dark-accents.product-info {
    background-color: #333
}

#content .dark-accents .tab-content {
    background-color: #333;
    border-color: #444
}

#cart-header {
    background: 0 0, rgba(237, 237, 237, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    width: 100%;
    height: 51px;
    border: 1px solid #e7e7e7;
    margin-bottom: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    padding: 6px
}

.cart-heading {
    font-size: 23px;
    padding-left: 5px;
    margin: 0;
    padding-top: 4px;
    float: left
}

#cart-progression {
    font-size: 13px;
    float: right;
    background: url(../images/cart/progress-bg.png) top;
    height: 38px;
    border-radius: 7px;
    border: 1px solid #a6d0e7;
    overflow: hidden;
    min-width: 430px;
    color: #333
}

.progress-complete, .progress-incomplete {
    background-position: top right;
    overflow: hidden
}

.progress-complete {
    background-image: url(../images/cart/progress.png);
    font-weight: 700
}

.progress-incomplete {
    background-image: url(../images/cart/progress-incomplete.png);
    border-radius: 7px
}

.progressions {
    float: left;
    min-width: 50px;
    color: #333;
    padding: 9px 25px 12px 12px
}

.last-progression {
    background: 0 0
}

.progress-previous {
    overflow: hidden;
    background: url(../images/cart/progress.png) top left;
    padding-right: 10px
}

@media screen and (max-width: 1100px) {
    .additional-option-calculator-button, .design-choice {
        font-size: 20px
    }
}

@media screen and (max-width: 760px) {
    .product-specs-mobile {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .close-uploader {
        padding: 4px;
        font-size: 17px;
    }

    #product-title, .breadcrumb, input.product-price-custom, input.total-product-price {
        text-align: center
    }

    .product-detailed-info {
        float: left;
        padding: 1%;
        width: 100%;
        margin-bottom: 0
    }

    .calculator {
        float: left;
        padding: 2%;
        width: 100%
    }

    /*.product-image,*/
    .product-specs-desktop, .product-tool-buttons, .share-this {
        display: none
    }

    .additional-option-calculator-button, .design-choice, .reset {
        width: 100%
    }

    .reset-quote {
        width: 50%
    }

    .learn-more {
        font-size: 18px
    }
}

@media screen and (min-width: 768px) {
    .custom-width, .product-options-labels {
        padding-right: 0
    }

    .custom-height {
        padding-left: 5px;
        padding-right: 15px
    }
}

@media screen and (max-width: 900px) {
    .custom-width {
        margin-bottom: 7px
    }
}

.option-select option:disabled {
    text-decoration: line-through
}

#pricing {
    overflow-x: scroll
}

.additional-option-calculator-button:hover {
    background: rgba(255, 175, 75, 1);
    background: -moz-linear-gradient(top, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 175, 75, 1)), color-stop(100%, rgba(255, 146, 10, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 175, 75, 1) 0, rgba(255, 146, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0);
    color: #333
}

.place-order {
    background: rgba(176, 227, 22, 1);
    background: -moz-linear-gradient(top, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(176, 227, 22, 1)), color-stop(100%, rgba(119, 212, 32, 1)));
    background: -webkit-linear-gradient(top, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    background: -o-linear-gradient(top, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    background: -ms-linear-gradient(top, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    background: linear-gradient(to bottom, rgba(176, 227, 22, 1) 0, rgba(119, 212, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0e316', endColorstr='#77d420', GradientType=0);
    color: #333;
    border-color: #079440
}

.product-price label {
    color: #09C;
    font-size: 26px;
    font-weight: 400
}

.calculator select {
    font-size: 17px;
    height: 38px
}

.glyphicon-question-sign {
    color: #E10000
}

.estimated {
    text-align: center;
    font-size: 18px;
    padding-top: 24px;
    margin-top: 5px
}

.estimated-date {
    text-align: center;
    margin-bottom: 6px;
    font-size: 28px;
    color: #E60000;
    font-weight: 400
}

.reset {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0
}

.lower-navigation {
    clear: both;
    margin-top: 20px
}

.grey-buttons {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0)
}

.grey-buttons:hover {
    background: rgba(226, 245, 245, 1);
    background: -moz-linear-gradient(top, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(226, 245, 245, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(226, 245, 245, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2f5f5', endColorstr='#ffffff', GradientType=0)
}

.share-this {
    margin-bottom: 10px
}

.product-tool-buttons {
	/*margin-bottom: 15px*/
}

#content .tab-content {
    background: #FFF;
    padding: 1%;
    border: 1px solid #DDD;
    border-top: none
}

.learn-more, .login-box {
    text-align: center;
    padding: 10px
}

#content .tab-content h2 {
    border-color: #EBEBEB;
    border-bottom: 1px solid;
}

.learn-more {
    clear: both;
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 26px;
    background-color: #F4FDFF;
    width: 100%;
    color: #000
}

.product-explanation {
    margin-bottom: 18px
}

#basic-options {
    display: none
}

.additional-option-calculator-button, .design-choice, .reset {
    width: 100%
}

.reset-quote {
    width: 33%
}

#total-price-top .form-control[disabled], .form-control[readonly], .price-top-custom, fieldset[disabled] .form-control {
    background-color: #FFF;
    cursor: not-allowed;
    opacity: 1
}

.login-box {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #F9F9F9;
    border-radius: 4px;
    border: 1px solid #CCC
}

.dark-accents.product-info {
    background-color: #333
}

#content .dark-accents .tab-content {
    background-color: #333;
    border-color: #444
}

#cart-header {
    background: 0 0, rgba(237, 237, 237, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    width: 100%;
    height: 51px;
    border: 1px solid #e7e7e7;
    margin-bottom: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    padding: 6px
}

.cart-heading {
    font-size: 23px;
    padding-left: 5px;
    margin: 0;
    padding-top: 4px;
    float: left
}

#cart-progression {
    font-size: 13px;
    float: right;
    background: url(../images/cart/progress-bg.png) top;
    height: 38px;
    border-radius: 7px;
    border: 1px solid #a6d0e7;
    overflow: hidden;
    min-width: 430px;
    color: #333
}

.progress-complete, .progress-incomplete {
    background-position: top right;
    overflow: hidden
}

.progress-complete {
    background-image: url(../images/cart/progress.png);
    font-weight: 700
}

.progress-incomplete {
    background-image: url(../images/cart/progress-incomplete.png);
    border-radius: 7px
}

.progressions {
    float: left;
    min-width: 50px;
    color: #333;
    padding: 9px 25px 12px 12px
}

.last-progression {
    background: 0 0
}

.progress-previous {
    overflow: hidden;
    background: url(../images/cart/progress.png) top left;
    padding-right: 10px
}

.addressManagement .row {
    margin-top: 6px;
    margin-bottom: 6px;
}

a.continue-design-item{
    text-align:center;
    float:left;
    margin-right:5px;
}
.continue-design-item{
    text-align:center;
}

.design-group{
    overflow:hidden;
}

@media screen and (max-width: 1100px) {
    .additional-option-calculator-button, .design-choice {
        font-size: 20px
    }
}

@media screen and (max-width: 760px) {
    .product-specs-mobile {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .close-uploader {
        padding: 4px;
        font-size: 17px;
    }

    #product-title, .breadcrumb, input.product-price-custom, input.total-product-price {
        text-align: center
    }

    .product-detailed-info {
        float: left;
        padding: 1%;
        width: 100%;
        margin-bottom: 0
    }

    .calculator {
        float: left;
        padding: 2%;
        width: 100%
    }

    /*.product-image,*/
    .product-specs-desktop, .product-tool-buttons, .share-this {
        display: none
    }

    .additional-option-calculator-button, .design-choice, .reset {
        width: 100%
    }

    .reset-quote {
        width: 50%
    }

    .learn-more {
        font-size: 18px
    }

    .product-detailed-info > .product-image {
        width: 100% !important;
        margin-left: 0 !important;
    }

}

@media screen and (min-width: 768px) {
    .custom-width, .product-options-labels {
        padding-right: 0
    }

    .custom-height {
        padding-left: 5px;
        padding-right: 15px
    }
}

@media screen and (max-width: 900px) {
    .custom-width {
        margin-bottom: 7px
    }
}

.option-select option:disabled {
    text-decoration: line-through
}

#pricing {
    overflow-x: scroll
}