@charset "utf-8";
/* CSS Document */

/*
 * FRONT-PAGE STYLES
 * ==================
*/

.cc-images-container {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
}

.cc-image-container {
    width: 100%;
    margin-bottom: 50px;
}

.cc-image-box-portrait {
    width: 50%;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
}

.cc-image-box-landscape {
    width: 75%;
    max-width: 706px;
    margin-left: auto;
    margin-right: auto;
}

.cc-image-frame {
    box-sizing: border-box;
    width: 100%;
    border-top: #d2861e 1px solid;
    border-right: #d2861e 1px solid;
    border-left: #985f15 1px solid;
    border-bottom: #985f15 1px solid;
    padding: 2px;
}

.cc-image-frame img {
    width: 100%;
    height: auto;
}

.cc-image-caption-box {
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 3px;
    border-bottom: #bf0000 1px dotted;
    color: #bf0000;
}

/*
 * PURCHASE PAGES 
 * ===============
*/

#items-container {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 20px;
}

#items-list-wrapper {
    width: 100%;
}

#selection-button-container {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: #D2861E 1px dotted;
	border-bottom: #D2861E 1px dotted;
}

.selection-text {
    width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

.selection-button-box {
	width: 100%;
	text-align: center;
}


/*
 * Item details, price and quantity for purchase
 * ==============================================
*/

.heading {
	display: block;
	border-bottom: #000 1px dotted;
}

.items-heading-wrapper,
.items-wrapper {
	width: 100%;
	display: flex;
}

.items-heading-wrapper {
    margin-bottom: 15px;
}

.items-wrapper {
	margin-bottom: 8px;
}

.items-heading-box,
.items-details-box,
.price-heading-box,
.price-box,
.qty-heading-box,
.qty-box,
.item-total-heading-box,
.item-total-box {
	padding-top: 4px;
	padding-bottom: 4px;
}

.items-heading-box,
.items-details-box {
	padding-left: 1.5%;
	padding-right: 1.5%;
	flex-grow: 100;
}

.items-details-box {
    display: flex;
}

.items-code {
    width: 14%;
    padding-right: 3%;
}

.items-description {
    width: 80%; 
}

.price-heading-box,
.price-box,
.qty-heading.box,
.qty-box,
.item-total-heading-box,
.item-total-box {
	width: 14%;
	min-width: 82px;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

.price,
.qty {
	text-align: center;
}

.item-total {
    text-align: right;
}


/*
 * Totals and postage display
 * ===========================
*/

#totals-and-postage-wrapper {
	width: 100%;
	margin-bottom: 50px;
	border-top: #000 1px dotted;
	border-bottom: #000 1px dotted;
	padding-top: 15px;
	padding-bottom: 15px;
}

.subtotal-container,
.postage-container,
.total-payable-container {
	width: 100%;
	display: flex;
}

.subtotal-container {
	margin-bottom: 20px;
}

.postage-container,
.total-payable-container {
	margin-bottom: 4px;
}

.subtotal-text-box,
.postage-text-box,
.total-payable-text-box {
	padding-right: 4.5%;
	flex-grow: 100;
	text-align: right;
}

.subtotal-box,
.postage-box,
.total-payable-box {
	width: 12%;
	min-width: 80px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	flex-shrink: 0;
	text-align: right;
}


/*
 * Selection and buttons
 * ======================
*/

#selection-and-buttons-wrapper {
	width: 100%;
	margin-bottom: 20px;
}

.confirm-selection-container {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 22px;
	border-top: #D2861E 1px dotted;
	border-bottom: #D2861E 1px dotted;
	margin-top: 20px;
	margin-bottom: 10px;
}

.confirm-text-box {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #D2861E;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.confirm-button-box {
	width: 100%;
	text-align: center;
}


/*
 * Styling for input boxes
 * ========================
*/

input[type=text] {
	text-align: center;
	border: #000 1px solid;
	/* margin-top: 4px;
	margin-bottom: 4px; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

