/**
* Lantern Press - Image Details
* @author Katharina Tramm
* @version 0.1
*/

h2.bar, h4.bar {
    padding: 11px 0px 4px 0px;
    color: #9a6142;
    border-bottom: 2px solid #9a6142;
}

li#tinycart #product-orb {
    background-color: #9a6142;
}

input:focus, textarea:focus, select:focus{
    outline-color: #9a6142;
}

.tooltip {
    position: absolute;
    top: 1px;
    color: #eaf0f3;
}

.tooltip .tooltip-content {
    background: #F2F2F2;
    box-shadow: none;
    border-radius: 6px;
    color: #535659;
    text-transform: none;
    font-weight: normal;
}

.tooltip .tooltip-content::after {
    background: #F2F2F2;
}

.tooltip:hover {
    color: #535659;
}

#utility-bar a {
    color: #353535;
}

#utility-bar a:hover {
    color: #9a6142;
}

.catalog-pager {
    margin: 20px 50px;
    padding: 0;
    width: 1180px;
}

.gallery-sorting {
    margin-right: 50px;
    width: 290px;
}

.content-banner {
    width: 1256px;
}


/* ===== Image View ===== */

#wrapper {
    width: 1280px;
}

#utility-bar {
    width: 746px;
}

#primary-nav {
    width: 860px;
    /*padding: 0px 10px;*/
    margin-right: 230px;
}

#secondary-nav {
    width: 1257px;
}

.category-breadcrumbs {
    padding-left: 50px;
}

.main-header a.back-link {
    bottom: -20px;
    font-size: 0.875em;
}

.main-content {
    width: 1184px;
    padding: 20px 48px;
    margin: 0px auto;
}

.main-header {
    /*margin: 0px 45px 15px 50px;*/
    width: 1184px;
}

#copyright {
    width: 741px;
    padding-right: 304px;
}

#secondary-categories {
    width: 1045px;
}

.circle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 5px;
    background: #fff;
    color: #fff;
    text-align: center;
    line-height: 19px;
    font-size: 14px;
}

.circle.contour {
    background: #4AB9AD;
}

.circle.full {
    background: #f75200;
}

.circle.dtp {
    background: #00ADEC;
}

#product-information
{
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.full-contour-mapping {
    flex: 1;
    display: flex;
}

.full-contour-mapping.mixed {
    align-items: flex-end;
}

#product-customization {
    flex: 1;
}

.uid-image {
    margin-right: 28px;
}

.uid-image.empty, #customization-box {
    background: #F2F2F2;
}

.uid-image.empty {
    border-bottom: 2px solid white;
}

.empty-wrapper {
    height: 235px;
    display: table-cell;
    vertical-align: middle;
}

.portrait .empty-wrapper {
    height: 400px;
}

.square .empty-wrapper {
    height: 400px;
}

.request-changes {
    padding: 0 30px;
}

.uid-image.landscape {
    width: 400px;
    height: 267px;
}

.uid-image.portrait {
    width: 267px;
    height: 400px;
}

#customization-box {
    padding: 10px;
    margin-top: 20px;
}

#customization-box ul {
    list-style-type: "- ";
    padding: 4px 10px;
}

#customization-box ul li {
    margin: 6px 0px;
    font-size: 0.875em;
}

.uid-details {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.uid-info {
    padding: 0 6px;
    font-size: 0.875em;
}

.product-style-grid {
    width: 100%;
    margin: 0;
}

.group-header {
    background-color: #9a6142;
    color: #fff;
    padding: 8px 10px 4px 10px;
}

.product-table {
    width: 100%;
    table-layout: fixed;
}

.product-table .fa-solid {
    font-size: 1.4em;
}

.product-table, .product-table th, .product-table td {
    border: 1px solid #d2d8da;
    border-collapse: collapse;
}

.product-table td {
    vertical-align: middle;
}

.product-table th {
    background: #222629;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75em;
    font-weight: 500;
    padding: 8px 10px 8px 10px;
    line-height: 14px;
    border-top-color: #222629;
}

.product-table th.size-quantities span,
.product-table th.quantity-total span,
.product-table th.price-min span
{
    display: block;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    color: #a6a6a6;
}

.product-table th:first-child, .product-table th:last-child {
    border-left: 1px solid #222629;
}

.product-table th:last-child {
    border-right: 1px solid #222629;
}

.product-table td {
    text-align: center;
    padding: 7px 10px;
}

.product-table .circle {
    margin: auto;
}

.product-table td {
    font-size: 0.875em;
}

.art-type {
    width: 28px;
}

.product-reference {
    width: 74px;
}

.status {
    width: 68px;
}

.increments {
    width: 82px;
}

.quantity-total {
    width: 108px;
}

.total {
    width: 78px;
}

.tier-one, .tier-two, .tier-three, .price-min {
    width: 139px;
}

.price-min {
    width: 81px;
}

th.product-name, td.product-name {
    text-align: left;
}

th .tooltip {
    color: #a6a6a6;
}

.fas, .far {
    font-size: 16px;
}

a.close-popup .fas {
    font-size: 18px;
}

.new-product {
    font-weight: bold;
    font-size: 0.9em;
    font-style: italic;
}

#reorder .product-table {
    background-color: #eaf0f3;
}

.status div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quantity-total input[type="text"] {
    width: 48px;
    margin: auto;
}

.quantity-total input[type="text"]:disabled, .quantity-entry input[type="text"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #edefef;
}

.quantity-total.locked {
    opacity: 0.2;
    cursor: not-allowed;
}

#reorder .quantity-total input[type="text"] {
    background-color: #eaf0f3;
}

.total div {
    float: left;
}

.total div.dollar-sign {
    width: 1px;
    text-align: left;
}

.total div.lineitem-total {
    width: 77px;
    text-align: right;
}

.size-quantities {
    width: 274px;
    text-align: left;
}

.color-options {
    width: 165px;
    text-align: left;
}

#apparel .product-table td {
    padding: 2px 10px;
}

#apparel td.color-options {
    padding: 0;
}

.color-option, .size-form {
    display: flex;
    align-items: center;
}

.shirt-color-box {
    height: 30px;
    width: 24px;
    border-right: 1px solid #d2d8da;
    margin-right: 10px;
}

.quantity-entry input[type="text"] {
    width: 23px;
    padding: 1px;
    margin: 3px;
}

.quantity-entry .size-qty.error {
    border-color: #E4584C;
}

.size-form {
    float: left;
    margin-right: 10px;
}

.size-form:last-of-type {
    margin-right: 0;
}

.quantity-form {
    display: flex;
    align-items: center;
}

.quantity-total-automated {
    width: 32px;
    margin-right: 10px;
    text-align: right;
}

.ajax-submit {
    height: 23px;
    width: 44px;
    background-color: #9a6142;
    color: #fff;
    font-size: 0.7em;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer ;
    display: table-cell;
    vertical-align: middle;
}

.ajax-submit.submitted {
    background-color: #fff;
    color: #008800;
}

.quantity-form.disabled .ajax-submit {
    background-color: #ccc;
    cursor: not-allowed;
}

.quantity-form.disabled .quantity-total-automated {
    color: #E4584C;
}

#product-bar .uid-image.empty {
    height: 150px;
    width: 100%;
}

#product-bar .uid-image.empty.landscape {
    height: 100px;
}

#product-bar .uid-image.empty .request-changes {
    padding: 10px 30px;
}

#product-bar .uid-wrapper.empty {
    flex: 1;
}

#product-bar .circle {
    height: 3px;
    width: 3px;
}

#product-bar .uid-image.portrait {
    height: 150px;
}

#product-bar .portrait .empty-wrapper {
    height: 150px;
    width: 100%;
}

#product-bar .landscape .empty-wrapper {
    height: 100px;
    width: 100%;
}

#product-bar .empty .uid-details {
    padding-top: 4px;
}

#product-bar h5 {
    margin-bottom: 8px;
}

#product-bar .uid-image.contour:not(.emtpy) {
    margin-right: 0;
    margin-left: 28px;
}

#product-bar .uid-details.contour {
    margin-left: 28px;
}

#product-bar .uid-wrapper.empty .uid-details.contour {
    margin-left: 0;
}

#product-bar .uid-info {
    font-weight: normal;
    font-size: 0.875em;
    padding-top: 4px;
}

#custom-art h4 {
    padding-bottom: 5px;
}

#popup-form {
    padding: 10px 40px;
    text-align: left;
    background: #F2F2F2;
    overflow: scroll;
}

.close-popup {
    top: 10px;
}

#popup-main p {
    margin-bottom: 5px;
}

#custom-art {
    width: 900px;
}

#popup-images {
    justify-content: center;
}

a.selectable img:hover, a.selectable img.selected {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

#popup-main select {
    width: 227px;
    height: 28px;
    border-radius: 6px;
    border-color: #ccc;
}

#popup-main #form-submit {
    border-top: 4px solid #eaf0f3;
    margin-top: 20px;
}

#popup-main .form-group:first-of-type {
    margin-top: 20px;
}

#popup-main .italic {
    margin: 20px 0 10px
}

#popup-main #submit-customization {
    margin: 10px 20px 10px 0;
}

#popup-main #custom-select {
    margin-top: 15px;
    padding-bottom: 15px;
}

#contour-full-popup .uid-image, #custom-art .uid-image {
    margin-right: 0;
}

#custom-art .uid-image a.selectable {
    margin-right: 20px;
}

.popup-submit-result {
    margin-bottom: 10px;
    display: none;
    font-size: 0.875em;
}

#user-input span.italic {
    line-height: 26px;
    font-size: 0.875em;
}

#custom-art {
    overflow: scroll;
}

