/* 
    Created on : 13-Apr-2018, 16:02:42
    Author     : geoff
*/
/*HTML, BODY
{
    height: 100%;
}*/
/*#wrapper
{
    overflow: auto;
    height: 100%;
}*/
#shop-thumbs
{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -5px 43px;
}
.shop-thumb
{
text-align: center;
margin-top: 39px;
margin-left: 5px;
margin-right: 5px;
max-width: 272px;
}
.shop-thumb-contents
{
border: 1px solid black;
padding: 24px 10px 0;
width: 90%;
background-color: #FFFFFF;
}
.shop-image-wrapper
{
/*height: 0;
padding-bottom: 81%;*/
}
.shop-thumb IMG
{
max-width: 100%;
/*margin: 10px;*/
}
.shop-thumb H3
{
font-weight: normal;
font-size: 0.8em;
overflow: hidden;
white-space: nowrap;
}
.shop-thumb H4
{
font-weight: normal;
font-size: 0.8em;
}
.shop-thumb H4 .shop-size
{
float: left;
margin-left: 16px;
}
.shop-thumb H4 .shop-price
{
float: right;
margin-right: 15px;
}
.shop-thumb H4::after
{
clear: both;
content: " ";
display: block;
}
.shop-thumb h5
{
font-weight: normal;
font-size: 0.8em;
}
.add-to-basket
{
margin-bottom: 16px;
background-color: #838383;
color: white;
cursor: pointer;
}
.shop-sold
{
display: block;
margin-bottom: 16px;
}
#shop-thumbs::after
{
clear: both;
content: " ";
display: block;
}
#added-message
{
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
}
.added-message-container
{
position: relative;
margin: auto;
max-width: 300px;
background-color: #FBFBFB;
border: 1px solid #BFBFBF;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.added-header
{
padding: 2px 16px 1px;
background-color: #EBEBEB;
text-align: center;
}
.added-header H2
{
font-size: 1.3em;
}
.added-header .close
{
float: right;
font-size: 28px;
font-weight: bold;
}
.added-content
{
font-size: 0.9em;
padding: 20px 20px;
}
.added-buttons
{
background-color: #EBEBEB;
padding: 20px;
}
.added-buttons BUTTON:hover, .added-buttons BUTTON:focus
{
cursor: pointer;
}
.added-buttons .basket
{
float: right;
}
BODY.noscroll
{
overflow: hidden;
}
#picture-header
{
display: flex;
justify-content: space-between;
background-color: var(--header-bg);
}
#picture-header .site-title
{
padding: 10px;
}
#picture-display
{
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #FFFFFF;
}
#picture-wrapper
{
height: 100%;
/*overflow: scroll;*/
padding-top: 30px;
overflow: auto;
}
#picture-content
{
width: 90%;
margin: 0 auto;
text-align: center;
padding-top: 5vw;
position: relative;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 32px;
}
#picture-close
{
cursor: pointer;
height: 36px;
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
background: 0 0;
border: 0;
float: right;
}
#picture-close::before
{
color: #FFFFFF;
content: '\00D7';
display: block;
font-size: 30px;
font-weight: 400;
line-height: 36px;
}
#picture-content IMG
{
max-width: 600px;
width: 100%;
}
#picture-content IMG.can-expand
{
cursor: zoom-in;
}
#picture-content IMG.is-expanded
{
cursor: auto;
max-width: none;
}
.shop-image-details
{
color: #8B8686;
}
.shop-image-details H3
{
font-weight: normal;
font-size: 0.9em;
margin: 0;
padding-top: 18px;
padding-bottom: 8px;
}
.shop-image-details H4
{
font-weight: normal;
font-size: 0.9em;
padding-bottom: 12px;
margin: 0;
}
.shop-image-details H5
{
font-weight: normal;
font-size: 0.9em;
padding-bottom: 12px;
margin: 0;
}
.empty-basket
{
margin-bottom: 97px;
margin-top: 73px;
}
#basket-content
{
width: 90%;
margin: 0 auto 14px;
}
.basket-entry
{
border-top: 1px solid #838383;
padding: 20px 0;
}
.basket-entry:after
{
content: " ";
clear: both;
display: block;
}
.basket-item
{
width: 70%;
float: left;
font-size: 0.85em;
}
.basket-item .item-picture
{
width: 30%;
float: left;
}
.basket-item .description-column
{
padding-left: 10px;
float: left;
width: 60%;
}
.delete-item
{
cursor: pointer;
color: #FB0101;
margin-top: 10px;
display: block;
}
.delete-item:hover
{
text-decoration: underline;
}
.item-picture IMG
{
max-width: 100%;
}
.item-price
{
float: left;
width: 20%;
text-align: right;
font-size: 0.85em;
}
#total-price-label
{
font-size: 1.6em;
}
.total-entry
{
display: flex;
align-items: flex-end;
}
#paypal-button
{
clear: both;
float: right;
margin-right: 80px;
}
#ack H1
{
font-size: 1.3em;
}
#ack P
{
font-size: 0.9em;
margin: 6px 0 12px;
}
#ack H4
{
font-size: 0.8em;
margin: 0;
}
#ack-address UL
{
margin-top: 12px;
margin-bottom: 12px;
}
#ack-address LI
{
font-size: 0.9em;
}
#ack-summary
{
width: 90%;
margin-bottom: 32px;
}
@media only screen and (max-width: 800px)
{
#ack-summary
{
width: 100%;
}
}
#ack-lines
{
margin-top: 15px;
font-size: 0.85em;
}
#ack-summary .a-row
{
margin-bottom: 10px;
}
#ack-summary .a-row:after
{
content: " ";
clear: both;
display: block;
}
#ack-summary .a-col-left
{
float: left;
width: 70%;
}
#ack-summary .a-col-right
{
float: right;
width: 20%;
text-align: right;
}
#ack-total
{
font-weight: bold;
}
