:root {
    --brand-red: #b91a24;
    --brand-red-rgb: 185, 26, 36;
    --brand-red-dark: #9d161f;
}

html, body {
    height: 100%;
}

body {
    font-family: "Source Sans 3", "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #1e1e1e;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

#divBodyContent {
    flex: 1;
    overflow: auto;
}

.body-clean {
    background: none;
}

.body-search {
    background-image: url(/images/background-wide.png);
    background-repeat: no-repeat;
    background-position: center;
}

.body-content {
    margin-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    /*min-height: 650px;*/
    height:100%;
}

input,
select,
textarea {
	/*max-width: 280px;*/
}

/*
div {
	padding-top: 3px;
	padding-bottom: 2px;
}
*/


h2 {
	margin: 0px;
	padding-bottom: 5px;
}

label {
	margin: 0px;
	padding: 0px;
}


.font-weight-bold {
	font-weight: 700;
}

.font-weight-normal {
	font-weight: normal;
}

.min-width {
	min-width: 350px;
}

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

a {
	color: #0366d6;
	cursor: pointer;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

.btn-primary {
	font-size: 0.9rem;
	color: #ffffff;
	background-color: #981a1f;
	border-color: #981a1f;
	border-radius: unset;
}
    .btn-primary:hover {
	    color: #ffffff;
	    background-color: #8F1E23;
	    border-color: #8F1E23;
    }

.btn-secondary {
	font-size: 0.9rem;
	color: #000000;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
	border-radius: unset;
}
    .btn-secondary:hover {
        color: #000000;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
    }

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.form-check,
.form-check-label,
.form-check-input {
    cursor: pointer;
}

.processing {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    vertical-align: middle !important;
    width: 100%;
    height: 100%;
    padding-top: 325px;
    z-index: 10001;
    cursor: wait;
}

    .processing span {
        vertical-align: middle !important;
        height: 100%;
    }

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border .75s linear infinite;
}

header,
footer {
  backdrop-filter: blur(2px);
}

header {
  position: absolute;
  z-index: 1;
  background-color: rgba(var(--bs-dark-rgb), 0.95) !important;
}

footer {
    background-color: rgba(var(--bs-white-rgb), 0.95) !important;
    border-top: 1px solid #e5e5e5;
    /*position: fixed;*/
    /*bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
    /* Vertically center the text there */
}

/* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */
.dl-horizontal dt {
	white-space: normal;
}

.add-selection {
	background-color: #981a1f;
	border: 1px solid #981a1f;
	border-radius: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#divCartRows {
	height: 500px;
	overflow-y: auto;
	margin-left: 5px;
	margin-right: 5px;
}

#divCartTotal {
	margin-left: 5px;
	margin-right: 5px;
}

.cartTitle,
.subscribeTitle {
    display: block;
    font-size: 1.375em;
    font-weight: bold;
    line-height: 1em;
    width: 100%;
    height: 50px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.cartRowsTable {
	width: 100%;
}

    .cartRowsTable>tr {
        vertical-align: top;
    }

        .cartRowsTable>tr:nth-child(even) {
            background: #fafafa
        }

        .cartRowsTable>tr:nth-child(odd) {
            background: #fff
        }

.cartRowsTableCell {
	vertical-align: top;
	color: #555;
	padding: 0px;
}

    .cartRowsTableCell:first-child {
        align-items: center;
        min-width: 175px;
    }

    .cartRowsTableCell:nth-child(2) {
        padding: 10px;
        width: 100%;
    }

    .cartRowsTableCell:last-child {
        vertical-align: top;
        align-items: end;
        min-width: 175px;
    }

.cartRowsMessageRow {
	background-color: #ede3c4;
}

.cartTotalTable {
	width: 100%;
}

.cartTable>tr {
    vertical-align: top;
}

.cartTotalTableCell {
	/*border-top: solid 2px #bfbfbf;*/
	color: #555;
}

    .cartTotalTableCell:first-child {
        vertical-align: bottom;
        text-align: right;
        padding: 6px;
        width: 100%;
    }

    .cartTotalTableCell:last-child {
        vertical-align: bottom;
        font-size: 1.25em;
        font-weight: 600;
        color: #b31f24;
        text-align: right;
        padding: 5px;
    }

.cartButtons,
.subscribeButtons {
    display: block;
    font-size: 1.375em;
    line-height: 1em;
    width: 100%;
    height: 50px;
    text-align: center;
}

    .cartButtons>button,
    .subscribeButtons>button {
        background-image: none !important;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        height: auto;
        margin: 0;
        margin-top: 5px;
        width: 10%;
        padding: 8px 15px;
        text-align: center;
        text-transform: uppercase;
        background-color: transparent;
        border: 1px solid #555;
        color: #555;
        cursor: pointer;
    }

        .cartButtons>button:last-child,
        .subscribeButtons>button:last-child {
            background-color: #b31f24;
            border: 1px solid #b31f24;
            color: #fff;
        }

.tt-menu {
	text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 64px;
  line-height: 30px;
  border: 1px solid #ccc;
  outline: none;
}

.typeahead {
  background-color: #fff;
  border-radius: 32px;
}
  .typeahead.testing {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #aaa;
    height: 28px;
    line-height: 28px;
    padding: 0px;
  }

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-dropdown-menu {
    width: 100%;
    margin: 6px 0;
    padding: 8px 0;
    max-height: 400px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
	background-color: #fff;
	min-width: 280px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}

.tt-suggestion p {
	margin: 0;
}

.color-picker {
	position: initial;
	margin-left: 5px;
	width: auto;
	display: block;
	text-align: left;
}

.color-chicklets {
    width: auto;
}

.color-chicklet {
    border-radius: 5px;
    width: 24px;
    height: 24px;
    margin: .15rem;
    cursor: pointer;
    position: relative;
}

    .color-chicklet.selected {
        /*outline: 3px solid #7db2df;*/
        box-shadow: 0px 0px 2px 2px #7db2df;
    }

.color-chicklets .color-chicklet:after {
    content: ' ';
    display: block;
    border: 2px solid currentColor;
    filter: invert(0.30);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.5px;
}

.color-selection {}

.color-selector {}

.color-option {
    width: 16px;
    height: 16px;
}

.view-canvas {
	/*position: absolute;*/
	display: block;
	/*min-width: 850px;*/
	/*width: 850px;*/
	/*height: 400px;*/
    width:100%;
}

.view-canvas-hd {
    /*position: absolute;*/
    display: block;
    /*min-width: 2550px;*/
    /*width: 2550px;*/
    /*height: 1200px;*/
    width: 100%;
}

.view-watermark {
    background: url(/images/850x400wmk.png) center center;
    background-size: contain;
    position: absolute;
    /*min-width: 850px;*/
    /*width: 850px;*/
    /*height: 400px;*/
    width: 100%;
    height: 100%;
    inset: 0;
}

.view-watermark-hd {
    background: url(/images/2550x1200wmk.png) center center;
    background-size: contain;
    position: absolute;
    /*min-width: 2550px;*/
    /*width: 2550px;*/
    /*height: 1200px;*/
    width: 100%;
    height: 100%;
    inset: 0;
}

#view-000-processing {
    background-color: rgba(255, 255, 255, 0.5);
    /*width: 850px;*/
    /*height: 400px;*/
    /*padding-top: 180px;*/
    width: 100%;
    height: 100%;
    /*z-index: 10002;*/
    text-align: center;
    vertical-align: middle !important;
    cursor: wait;
}
    #view-000-processing span {
        vertical-align: middle !important;
        height: 100%;
    }

#view-045-processing {
    background-color: rgba(255, 255, 255, 0.5);
    /*width: 425px;*/
    /*height: 200px;*/
    /*padding-top: 80px;*/
    width: 100%;
    height: 100%;
    /*z-index: 10002;*/
    text-align: center;
    vertical-align: middle !important;
    cursor: wait;
}
    #view-045-processing span {
        vertical-align: middle !important;
        height: 100%;
    }

#view-315-processing {
    background-color: rgba(255, 255, 255, 0.5);
    /*width: 425px;*/
    /*height: 200px;*/
    /*padding-top: 80px;*/
    width: 100%;
    height: 100%;
    /*z-index: 10002;*/
    text-align: center;
    vertical-align: middle !important;
    cursor: wait;
}
    #view-315-processing span {
        vertical-align: middle !important;
        height: 100%;
    }

#view-000-canvas,
#view-000-watermark {
    /*top: 0px;*/
    /*left: 0px;*/
}

#view-000-canvas-hd,
#view-000-watermark-hd {
    /*top: 0px;*/
    /*left: 0px;*/
    zoom: 0.35;
    -moz-transform: scale(0.0.35);
}

#view-045-canvas,
#view-045-watermark {
    /*top: 764px;*/
    /*left: 0px;*/
    zoom: 0.51;
    -moz-transform: scale(0.51);
}

#view-045-canvas-hd,
#view-045-watermark-hd {
    /*top: 2282px;*/
    /*left: 0px;*/
    zoom: 0.18;
    -moz-transform: scale(0.2);
}

#view-315-canvas,
#view-315-watermark {
    /*top: 744px;*/
    /*left: 850px;*/
    zoom: 0.51;
    -moz-transform: scale(0.51);
}

#view-315-canvas-hd,
#view-315-watermark-hd {
    /*top: 2226px;*/
    /*left: 2410px;*/
    zoom: 0.18;
    -moz-transform: scale(0.2);
}

.configurator,
.hotspotPosition {
    transform-origin: top left;
}

.configurator {
    /*width: 850px;*/
    /*height: 625px;*/
}

.configuratorView {
	display: block;
}

#divLogo {
	color: #fff;
	margin: 0px;
	padding: 2px;
}

    #divLogo img {
        padding-right: 11px;
        /*margin-top: 5px;*/
        height: 32px;
    }

    #divLogo div {
        border-left: 2px solid #fff;
        padding: 11px;
        font-size: 14px;
    }

#divTypeaheadTop {
  position: relative;
  height: 30px;

  .twitter-typeahead {
    display:block!important;
  }
}

    #divTypeaheadTop input {
        display: inline-block;
        /*min-width: 440px;*/
        height: 30px;
        font-size: 14px !important;
        width: 100%;
    }

  #divTypeaheadTest input {
    display: inline-block;
    font-size: 1rem !important;
    width: 100%;
  }
  #txtBase64Image {
    border: 1px solid #ccc;
    border-radius: .5rem;
  }

#divMessages,
#divSyndicationTop,
#divActionLinks,
#divCartButton {
    color: #ffffff;
}

    #divSyndicationTop a {
        color: #ffffff;
    }

#divCartButton {
    max-height: 35px;
}

#divSearch {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-right: -50%;*/
    /*transform: translate(-50%, -50%);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*height: 265px;*/
    max-width: 640px;
    opacity: 0.925;
    margin: 0 auto;

    span.twitter-typeahead {
        display:block!important;
        width:100%;
    }
}

#divInformation {
    position: relative;
    /*height: 40px;*/
    /*padding: 25px;*/
}

    #divInformation p {
        font-size: 1.35rem;
    }

#divTypeahead {
    /*position: absolute;*/
    /*top: 140px;*/
    /*margin-left: 25px;*/
}

    #divTypeahead input {
        display: inline-block;
        /*min-width: 550px;*/
        width: 100%;
    }

#divSyndication {
    position: relative;
    /*top: 170px;*/
    /*height: 40px;*/
    padding: 25px;
}

#divDetails {
	position: relative;
}

#dlgCart .closeButton {
    position: absolute;
    top: 10px;
    right: 30px;
}

.wrapping-element {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.toast-container {
	margin: 15px;
	top: 80px !important;
}

.toast-body {
	min-width: 300px;
	/*color: white;
    background-color: black;*/
}

    .toast-body i {
        font-size: 1.25rem;
    }

    .toast-body .success {
        background-color: green;
    }

    .toast-body .info {
        background-color: blue;
    }

    .toast-body .warning {
        background-color: yellow;
    }

    .toast-body .danger {
        background-color: red;
    }

/* Overrides */
.btn-primary {
	background-color: var(--brand-red);
	border: 0;
}

    .btn-primary:hover,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: var(--brand-red-dark);
    }

a {
	color: var(--brand-red);
}

    a:hover {
        color: var(--brand-red-dark);
    }

.smaller,
smaller {
    font-size: .75em
}

li {
    display: list-item;
    text-align: center;
    unicode-bidi: isolate;
}

    li.paginate-button {
    }

        li.paginate-button.first, li.paginate-button.last {
            display: none;
        }

        li.paginate-button.previous, li.paginate-button.next, li.paginate-button.first, li.paginate-button.last {
            display: inline-block;
        }

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination-rounded {
}

    .pagination-rounded .previous:not(.disabled) .page-link {
        border-radius: 30px;
        background-color: #f5f5f5;
    }

    .pagination-rounded .previous:disabled .page-link {
        border-radius: 30px;
        background-color: #ffffff;
    }

    .pagination-rounded .next:not(.disabled) .page-link {
        border-radius: 30px;
        background-color: #f5f5f5;
    }

    .pagination-rounded .next:disabled .page-link {
        border-radius: 30px;
        background-color: #ffffff;
    }

.page-item {
}

    .page-item.selected {
        font-weight: 900;
        color: #b91a24;
    }

.page-link {
    border: none;
    margin: 0 3px;
    padding: .5rem .875rem;
    text-decoration: none;
}

.page-item .page-link {
    margin-left: 3px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    border: 1px solid #aaa !important;
    z-index: 1;
    overflow-y: scroll;
    max-height: 240px;
    margin-top: -1px;
}

    .dropdown-content a {
        color: #444;
        padding: 0.50rem 0.75rem;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

        .dropdown-content a:hover {
            background-color: #5897fb;
        }

            .dropdown-content a:hover span {
                color: #fff;
            }

    .dropdown-content .selected {
        background-color: #dddddd;
    }

        .dropdown-content .selected span {
            color: #444;
        }

.dropdown-content a .option-color {
	display: inline-block;
	width: 25px;
	height: 25px;
}

.dropdow {
	border: 1px solid #aaa !important;
}

.dropbtn {
    border: 1px solid #aaa !important;
    color: #444;
}

    .dropbtn i {
        font-size: 0.78rem;
        padding-left: 10px;
        color: #444;
        opacity: 65%;
    }

.fa-sort-down {
	margin-top: 0.15rem;
}

.fa-sort-up {
	margin-top: 0.55rem;
}

.cart-ico {
    transform: translateY(-10%);
    font-size: 1.8rem;
}

.cart-qty {
    transform: translateY(-220%);
    font-size: 0.75rem;
}

.loggedIn, .loggedOut {
    cursor: pointer;
}

.text-danger {
	--bs-danger-rgb: 185, 26, 36;
	--bs-danger-rgb: 255, 0, 0;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

/* Bootstrap Modal Styles */
.modal {
    .modal-header {
        --bs-modal-header-border-width: 0;
    }
}

/* Select 2 Styles */
.select2-dropdown ul.select2-results__options li {
    text-align: left;
}

/* Bootstrap Dropdown Styles */
.dropdown {
  .dropdown-toggle::after {
		margin-left: 20px;
		border-top: .3em solid #888;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}

	.dropdown-toggle.show::after {
		border-top: 0;
		border-right: .3em solid transparent;
		border-bottom: .3em solid #888;
		border-left: .3em solid transparent;
	}
}

.dropdown-toggle {
	border-color: #aaa !important;
	color: #444;
	padding: 1px 8px;
}

.dropdown-menu {
    border: 1px solid #aaa !important;
    background-color: #fff;
    border-radius: 0rem;
    margin-top: -3px !important;
}

.dropdown-item:hover {
    color: #000 !important;
}

.dropdown-item:last-child {
    border-top: 1px solid #aaa !important;
}

.modal-header .btn-close {
    margin-top: -35px !important;
    font-size: 0.75rem;
}

.modal-header {
    --bs-modal-header-padding: 1.50rem 1.50rem;
}

.modal-body {
    --bs-modal-padding: 1.5rem;
}

.paginate-button.page-item.disabled {
    background-color: #fff !important;
}


.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    --bs-btn-disabled-bg: var(--brand-red);
    --bs-btn-disabled-opacity: 0.50;
}

.text-primary {
    --bs-primary-rgb: var(--brand-red-rgb);
}


.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

#divMyAccount {
    height:100%;
    padding-top:10vh;
}
