/**
* Lantern Press - Catalog Pages
* @author Katharina Tramm
* @version 0.1
*/

/* ===== Catalog View ===== */

footer {
    margin-top: 40px;
}

.category-breadcrumbs {  margin: 40px 0px 20px 0px;  }

.header-spacer { margin: 53px 0px 0px 0px; }

.main-header { margin-bottom: 0px; }

.main-header + .gallery-sorting { margin-top: 50px; }

.image-listing {
    padding: 10px;
    position: relative;
}

.image-info {
    margin: 4px 0px 6px 0px;
    font-size: 0.875em;;
    line-height: 20px;
}

.uid {
    margin: 4px 0px;
    position: relative;
}

.image-status {
    background-color: #282829;
    border-radius: 15%;
    height: 19px;
    width: 37px;
    color: #fff;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 22px;
    position: absolute;
    top: -4px;
    left: 7px;
}

#image-wrapper {
    display: table;
    opacity: 1;
    transition: opacity 0.6s linear;
}

#image-wrapper > * {  display: inline;  }

#product-image {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#product-image.landscape:hover i.customer-favorite {
    top: 10px;
    right: 10px;
    display: inline-block;
}

#product-image.portrait:hover i.customer-favorite {
    top: 5px;
    right: 6px;
    display: inline-block;
}
#product-image.inactive a {
    opacity: 0.4;
}

#product-image img {  border: 1px solid #ccc;  }

#image-details {
    /*font-size: 0.875em;*/
    width: 250px;
    margin-top: 14px;
}

#image-details p {
    margin: 0;
    padding: 0;
    line-height: 15px;
}

#image-details p.error {
    font-size: 12px;
    font-weight: bold;
}

#register-wrapper {
    display: table-cell;
    padding: 40px 0px 0px 32px;
}

#register-alert {
    width: 328px;
    height: 128px;
    padding: 20px 10px 10px 10px;
    text-align: center;
    background-color: #F2F2F2;
    /*font-size: 0.9em;*/
}

/*#register-alert a {  color: #FF0000;  }*/

#pricing-wrapper {
    width: 100%;
    margin-top: 60px;
}

#pricing-wrapper table.column-striped input[type="text"] {
    width: 38px;
    padding: 0px 3px;
    margin: 0;
    display: inline;
}

input.button.add-product {
    background-color: #282829;
    height: 23px;
    font-size: 0.75em;
    line-height: 3px;
    margin: 14px 0px 0px 0px;
    padding: 0;
    width: 140px;
    display: inline;
}

#pricing-wrapper table.column-striped tr td.submit-cart {
    text-align: right;
    padding-right: 0px;
}

.image-listing.landscape:hover i.customer-favorite {
    top: 14px;
    right: 30px;
    display: inline-block;
}

.image-listing.portrait:hover i.customer-favorite {
    top: 14px;
    right: 55px;
    display: inline-block;
}

#product-bar {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: white;
    position: fixed;
    top: -1000px;
    width: 1163px;
    margin-left: -1px;
    opacity: 1;
    transition: all 0.6s linear;
    z-index: 300;

}

#product-bar .product-title {
    margin: auto 15px;
    flex: 1;
}

.main-header {
    position: relative;
}

.main-header a.back-link {
    position: absolute;
    bottom: -32px;
    right: 0;
}

a.back-link i {
    margin-right: 4px;
    font-size: 1em;
}

#product-bar a.back-link {
    text-align: right;
    flex: 1;
}

/*.quantity-total {*/
/*    position: relative;*/
/*}*/

.ajax-status {
    color: #9a6142;
}

.ajax-status.error {
    color: #E4584C;
}

.pager {
    width:100%;
    border-bottom: 1px solid #999999 !important;
    border-top: 1px solid #999999 !important;
}

/* ===== Finished Goods ===== */

#finished-goods {
    display: flex;
    justify-content: center;
    background: #F2F2F2;
    padding: 30px 0;
    flex-wrap: wrap;
}

.finished-good {
    margin-bottom: 40px;
}

.finished-good:nth-child(odd) {
    margin-right: 80px;
}

.finished-good:last-child {
    margin-right: 0px;
}

.finished-good-uid {
    width: 455px;
    height: 400px;
    text-align: center;
    padding: 0 15px;
    position: relative;
    background: #fff;
}

.finished-good-uid img {
    height: 400px;
    width: 400px;
    object-fit: contain;
}

.finished-good-details, .finished-good-cart {
    height: 140px;
    margin: auto;
    background: #fff;
}

.finished-good-details > div, .finished-good-cart > div {
    width: 440px;
    border-top: 2px solid #eaf0f3;
    margin: auto;
    padding: 20px 0;
    text-align: center;
}

.finished-good-cart {
    border-radius: 6px;
    height: 200px;
}

.finished-good-cart .qty {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.finished-good-cart .custom-select {
    margin: 0 5px;
}

.finished-good-cart .ajax-status {
    margin-top: 0;
}

.finished-good-cart a.button {
    width: 360px;
}

.finished-good-quantity {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    align-items: center;
    font-size: 0.875em;
}

.finished-good-quantity input[type="text"] {
    width: 48px;
    border-radius: 3px;
    padding: 3px 8px;
    height: 17px;
    border: 1px solid #ccc;
}

.finished-good-quantity input[type="text"].error {
    border-color: #E4584C;
}

.finished-good-quantity .label {
    width: 177px;
    text-align: right;
    padding-right: 10px;
}

.finished-good-quantity .ajax-status {
    width: 100%;
    height: 30px;
    display: block;
}

.finished-good-quantity .total-sum {
    flex: 1;
    text-align: left;
    padding-left: 10px;
    display: flex;
    line-height: 22px;
    align-items: center;
}

.finished-good-quantity .total-sum i {
    color: #008800;
}

.finished-good-quantity .total-sum div {
    margin-left: 10px;
}

.finished-good-cart a.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.uid-details .tooltip {
    color: #bbc0c2;
}

