@charset "UTF-8";
/* CSS Document */

/* overall page styling */

html,body,#page-container {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000; /* fallback color if gradients are not supported */
	background-image: -webkit-linear-gradient(top, #000 #446034); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(top, #000, #446034); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top, #000, #446034); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top, #000, #446034); /* For old Opera (11.1 to 12.0) */
	background-image:         linear-gradient(to bottom, #000, #446034); /* Standard syntax; must be last */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;
	padding-top: 2px;
}
p.bigger {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-top: 2px;
	padding-top: 2px;
}

td.normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 14px;
	margin-top: 2px;
	padding-top: 2px;
}

h5 {
	font-family: "Signika","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-family: "Signika","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#page-container {
	max-width: 920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #DEEBDB;
	padding: 0 10px;
	box-sizing: border-box;
}

#content-container {
	background-color: #DEEBDB;
	clear: both;
	width: 100%;
	overflow: auto;
	background-image: url(/images/giftcard);
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

#content-sidebar-container 
{
	background-color: #DEEBDB;
	width: 260px;
	min-width: 260px;
	padding: 10px 15px;
	overflow: hidden;
	box-sizing: border-box;
}

#content-container-display {
	flex: 1;
	min-width: 400px;
	background-color: #FFF;
	padding: 20px;
	box-sizing: border-box;
}


/* Checking-the-balance sidebar styles  */
#cardbalance input {
	border: 2px solid #6A8246;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#cardbalance input:hover {
	border: 2px solid #6A8246;
	background: url(none) no-repeat #FFF;
	color: #000000;
}

#cardbalance input:focus {
	border: 2px solid #446034;
	background: url(none) no-repeat #FFF;
	color: #454743;
}
	
.form-button-default {
	font-family: "Signika","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #e4ece2;
	border: 2px solid #5C7B45;
	padding: 8px 16px;
	color: #333333;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 100px;
}

.form-button-default:hover {
	background-color: #d4dfd2;
	border-color: #446034;
	transform: translateY(-1px);
}

.form-button-default-small {
	font-family: "Signika","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e4ece2;
	border: 1px solid #5C7B45;
	padding: 6px 12px;
	color: #333333;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 80px;
}

.form-button-default-small:hover {
	background-color: #d4dfd2;
	border-color: #446034;
}

.goleft {
	float: left;
}
.goright {
	float: right;
}


/* styles for item display iterations */
.item_iteration_container {
	clear: both;
	width: 625px;
	height: auto;
	padding-top: 20px;
}

.item_image_box {
	float: left;
	width: 265px;
	height: auto;
	text-align: center;
}

.item_specifics {
	float: right;
	width: 350px;
}

.item_text {
	width: 350px;
}

.item_order_controls {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.item_order_controls input {
	background-color: #FFFFFF;
}
.item_specifics input:hover {
	border: 2px solid #6A8246;
	background: url(none) no-repeat #FFF;
	color: #000000;
}
.item_specifics input:focus {
	border: 2px solid #6A8246;
	background: url(none) no-repeat #FFF;
	color: #000000;
}
.quantity_amount_textboxes {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #446034;
	padding: 5px;
	vertical-align: middle;
	border: 2px solid #6A8246;
}
.item_text .item_name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.item_text .item_descript {
	font-size: 12px;
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.item_order_controls p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #446034;
}

.errortext 
{
	color: Red;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boldtext_small
{
	color: Black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.boldtext_normal
{
	color: Black;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Shopping Cart Modern Styling */
.shopping-cart-table-wrapper {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Checkout page specific table margin */
.checkout-container .shopping-cart-table-wrapper {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
}

.shopping-cart-table-wrapper table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Signika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.shopping-cart-table-wrapper th,
.shopping-cart-table-wrapper td {
	padding: 12px 8px;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}

.shopping-cart-table-wrapper th {
	background-color: #f8f9fa;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #446034;
}

.shopping-cart-table-wrapper tr:hover {
	background-color: #f9f9f9;
}

.shopping-cart-table-wrapper img {
	max-width: 80px;
	max-height: 50px;
	border-radius: 4px;
}

.shopping-cart-table-wrapper input[type="text"] {
	width: 50px;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
}

.shopping-cart-button-container {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.shopping-cart-total-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
}

.shopping-cart-actions {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 20px 0;
	flex-wrap: wrap;
}

/* Checkout Page Modern Styling */
.checkout-container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.checkout-section {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.checkout-section h4, .checkout-section h5 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #446034;
	border-bottom: 2px solid #446034;
	padding-bottom: 10px;
}

.checkout-login-section {
	background-color: #f8f9fa;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.checkout-form-row {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 15px;
}

.checkout-form-label {
	flex: 0 0 120px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.checkout-form-input {
	flex: 1;
	min-width: 200px;
}

.checkout-form-input input, 
.checkout-form-input select,
.checkout-form-input textarea {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Signika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.checkout-form-input input:focus,
.checkout-form-input select:focus,
.checkout-form-input textarea:focus {
	border-color: #446034;
	outline: none;
	box-shadow: 0 0 5px rgba(68, 96, 52, 0.3);
}

.checkout-side-by-side {
	display: block;
}

.checkout-address-section {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.checkout-payment-section {
	background-color: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
}

.checkout-payment-section .credit-card-icons {
	text-align: left;
	margin-bottom: 15px;
	padding-left: 135px;
}

.checkout-shipping-methods {
	background-color: #f0f8f0;
	border: 1px solid #d4dfd2;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
}

.checkout-card-info {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.checkout-card-info .card-field {
	display: flex;
	align-items: center;
	gap: 8px;
}

.checkout-card-info label {
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.checkout-card-info input,
.checkout-card-info select {
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 12px;
}

.checkout-card-info .exp-month select {
	width: 150px;
}

.checkout-card-info .exp-year select {
	width: 70px;
}

.checkout-card-info .cvv-field input {
	width: 60px;
}

.checkout-form-input select[id*="State"] {
	width: 80px;
}

.checkout-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	flex-wrap: wrap;
}

.checkout-total-section {
	background-color: #f0f8f0;
	border: 2px solid #446034;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0;
	max-width: 300px;
}

.checkout-total-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 5px 0;
}

.checkout-total-row.total {
	border-top: 2px solid #446034;
	margin-top: 15px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 16px;
}

.checkout-note-section {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0;
}

.checkout-confirmation-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin: 20px 0;
}

.checkout-confirmation-section {
	background-color: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
}

.checkout-confirmation-row {
	display: flex;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.checkout-confirmation-label {
	flex: 0 0 120px;
	font-weight: bold;
	color: #666;
}

.checkout-confirmation-value {
	flex: 1;
	color: #333;
}

/* Mobile Optimization - Media Queries */
@media screen and (max-width: 768px) {
	/* Page container adjustments */
	#page-container {
		padding: 0 5px;
	}
	
	/* Content container - stack vertically on mobile */
	#content-container {
		flex-direction: column;
	}
	
	/* Content display - full width on mobile */
	#content-container-display {
		min-width: 0;
		padding: 15px;
		order: 1;
	}
	
	/* Sidebar moves to bottom on mobile */
	#content-sidebar-container {
		width: 100%;
		min-width: 0;
		order: 2;
		margin-top: 20px;
	}
	
	/* Gift card item container */
	.item_iteration_container {
		width: 100%;
		padding: 15px 0;
		flex-direction: column;
		align-items: center;
	}
	
	.item_image_box {
		width: 100%;
		max-width: 300px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.item_image_box img {
		max-width: 100%;
		height: auto;
	}
	
	.item_specifics {
		width: 100%;
		text-align: center;
	}
	
	.item_text {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.item_order_controls {
		width: 100%;
		text-align: center;
		padding: 15px;
		background-color: #f5f5f5;
		border-radius: 8px;
	}
	
	/* Shopping cart mobile optimizations */
	.shopping-cart-table-wrapper {
		border-radius: 0;
		margin: 0 -15px 20px -15px;
	}
	
	.shopping-cart-table-wrapper table {
		font-size: 12px;
	}
	
	.shopping-cart-table-wrapper th,
	.shopping-cart-table-wrapper td {
		padding: 8px 4px;
		font-size: 11px;
	}
	
	.shopping-cart-table-wrapper img {
		max-width: 50px;
		max-height: 30px;
	}
	
	.shopping-cart-table-wrapper input[type="text"] {
		width: 35px;
		padding: 2px;
		font-size: 12px;
	}
	
	/* Button containers */
	.shopping-cart-button-container,
	.shopping-cart-total-container,
	.shopping-cart-actions {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	
	.form-button-default {
		padding: 12px 20px;
		font-size: 16px;
		margin: 5px;
		min-width: 120px;
	}
	
	.form-button-default-small {
		padding: 8px 15px;
		font-size: 14px;
		margin: 5px;
		min-width: 100px;
	}
	
	/* Typography adjustments */
	.item_text .item_name {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.item_text .item_descript {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	
	#content-sidebar-container p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	
	/* Checkout page mobile optimizations */
	.checkout-section {
		margin-bottom: 20px;
		padding: 15px;
		border-radius: 0;
		box-shadow: none;
		border: 1px solid #e0e0e0;
	}
	
	.checkout-side-by-side {
		display: block;
	}
	
	.checkout-form-row {
		flex-direction: column;
		align-items: stretch;
		gap: 5px;
	}
	
	.checkout-form-label {
		flex: none;
		margin-bottom: 5px;
	}
	
	.checkout-form-input {
		min-width: 0;
	}
	
	.checkout-card-info {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}
	
	.checkout-card-info .card-field {
		justify-content: space-between;
	}
	
	.checkout-card-info .exp-month select {
		width: 140px;
	}
	
	.checkout-card-info .exp-year select,
	.checkout-card-info .cvv-field input {
		width: 100px;
	}
	
	.checkout-confirmation-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.checkout-confirmation-row {
		flex-direction: column;
		gap: 5px;
	}
	
	.checkout-confirmation-label {
		flex: none;
	}
	
	.checkout-buttons {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	
	.checkout-total-section {
		max-width: 100%;
		margin: 15px 0;
	}
}

/* Very small screens - further optimizations */
@media screen and (max-width: 480px) {
	.shopping-cart-table-wrapper th,
	.shopping-cart-table-wrapper td {
		padding: 6px 2px;
		font-size: 10px;
	}
	
	.shopping-cart-table-wrapper img {
		max-width: 40px;
		max-height: 25px;
	}
	
	.shopping-cart-table-wrapper input[type="text"] {
		width: 30px;
		font-size: 11px;
	}
	
	.form-button-default {
		width: 100%;
		margin: 5px 0;
	}
}