﻿.st_divbutton_black {
	background: #000;
	color: #fff;
	cursor: pointer;
	padding: 9px 15px;
	display: inline-block;
	border: solid 1px #000;
	text-align: center;
}

.st_divbutton_dark {
	background: #474747;
	color: #fff;
	cursor: pointer;
	padding: 15px 25px;
	display: inline-block;
	border: solid 1px #474747;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px
}

.st_divbutton_dark:hover {
	background: #000;
}

.st_divbutton_green {
	background: #544A57;
	color: #fff;
	cursor: pointer;
	padding: 15px 25px;
	display: inline-block;
	border: solid 1px #544A57;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	transition: .3s ease background-color;
	letter-spacing: .2em;
}

.st_divbutton_green:hover {
	background: #6C5F72;
}

.st_divbutton_lite {
	background: #fff;
	color: #aaa;
	cursor: pointer;
	padding: 15px 25px;
	border: solid 1px #aaa;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px
}

.st_divbutton_lite:hover {
	color: #000;
}

.st_divbutton_default {
	background: #999;
	color: #fff;
	cursor: pointer;
	padding: 0!important;
	border: solid 1px #999;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	line-height: 35px;
	width: 100%;
}

.st_divbutton_default:hover {
	background: #bbb;
}

.st_cart_items_wrapper {
	border: solid 1px #dbd7d7;
}

.st_cart_items_tbl {
	width: 100%;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

.st_cart_items_tbl th {
	padding: 10px;
	border: none !important;
	background: #dbd7d7;
}

.st_cart_thumbnail_div {
	border: solid 1px #dbd7d7;
	display: inline-block;
	cursor: pointer;
}

.st_cart_thumbnail_img {
	width: 120px;
	display: block;
}

.st_cart_thumbnail_noimage_div {
	width: 120px;
	height: 120px;
}

.st_cart_items_cost {
	color: #544A57!important;
}

.st_cart_block_coupon {
	margin-top: 25px;
	padding: 25px;
	border: solid 1px #dbd7d7;
}

.st_cart_block_coupon * {
	box-sizing: border-box;
}

.st_cart_block_coupon_title {
	font-weight: 600;
	color: #282828;
}

.st_cart_block_coupon_note {
	color: #aaa;
	font-size: 12px;
	margin-top: 5px;
}

.st_cart_block_coupon_divbutton {
	font-size: 12px;
	background: #9f9f9f;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 5px 15px;
	display: inline-block;
	text-align: center;
	width: 110px;
	line-height: 24px;
}

.st_cart_block_coupon_divbutton:hover {
	background: #444;
}

.st_cart_block_coupon_box {
	margin-top: 0;
	border: solid 1px #aaa;
	width: 100%;
	display: inline-block;
}

.st_cart_block_totals {
	margin-top: 25px;
}

.st_cart_block_totals_tbl {
	width: 100%;
}

.st_cart_block_totals_tbl td {
	padding: 20px 30px;
	font-size: 12px;
	line-height: 16px;
}

.st_cart_block_totals_tbl td:first-child {
	width: 70%;
}

.st_cart_block_totals_total_row {
	font-weight: 600;
}

.st_cart_block_totals_total_price {
	color: #544A57;
}

.st_cart_block_totals_amount_column {
	text-align: right;
	padding-right: 30px !important;
}

.st_cart_block_buttons {
	margin: 25px 0 50px 0;
}

.st_cart_block_more {
	margin: 50px 0;
	box-sizing: border-box
}

.st_cart_block_more * {
	box-sizing: border-box
}

.st_cart_block_more table {
	width: 100%;
}

.st_cart_block_more table tbody tr td div img {
	display: block;
	width: 100%
}

.CartEmpty_Box {
	display: inline-block;
	width: 50%;
	float: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.st_chkout_section_header {
	font-family: "DomaineDisplay", serif;
	font-size: 30px;
	font-weight: 300;
	padding: 0 0 5px 0;
	border-bottom: solid 2px #282828;
	margin: 20px 0;
}

.st_chkout_section_notice {
	color: #999;
	text-align: left;
	margin: 10px 0;
}

.st_chkout_saved_addressbox {
	border: solid 1px #ccc;
	margin: 10px;
	padding: 10px;
	display: inline-block;
	width: 210px;
	vertical-align: top;
}

.st_chkout_form_section {
	width: 33.3333%;
	vertical-align: top;
	display: inline-block;
	border-right: solid 1px #ccc;
	height: 440px;
	padding: 0 20px;
	float: left;
	margin: 0
}

.st_chkout_form_section_last {
	width: 33.3333%;
	vertical-align: top;
	display: inline-block;
	padding: 0 20px;
}

.st_chkout_form_header {
	height: 50px;
	text-align: center;
}

.st_chkout_form_txtbox {
    border-radius:0px !important;
    border:solid 1px #999 !important;
    width:100%;/*width:175px;*/
    padding:5px !important;
}

.st_chkout_form_select {
	border-radius: 0 !important;
	border: solid 1px #999 !important;
	width: 100%;
	padding: 4px;
	font-size: 12px !important;
}

.st_chkout_form_fld_readonly_div {
	background: #eee;
	padding: 5px;
	border: solid 1px #999;
	width: 187px;
	display: none;
	text-align: left;
}

.st_chkout_form_lbl {
	padding-top: 10px;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
}

.st_chkout_form_fld {
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

.st_chkout_cart_items_tbl {
	width: 100%;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

.st_chkout_cart_items_tbl th {
	padding: 25px;
	background: #fbfbfb;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	border: 0;
}

.st_chkout_cart_items_wrapper {
	border: solid 1px #dbd7d7;
}

.st_chkout_cart_totals_lbl {
	text-align: left;
	border: solid 1px #ccc;
	border-left: none;
	padding: 20px 30px;
	font-size: 12px;
	line-height: 16px;
	box-sizing: border-box;
	width: 70%;
}

.st_chkout_cart_totals_val {
	border: solid 1px #ccc;
	padding: 20px 30px;
	font-size: 14px;
	line-height: 16px;
	box-sizing: border-box;
}

.st_chkout_cart_totals_row {
	background: #fbfbfb;
}

.st_chkout_cart_totals_lastrow {
	background-color: #efefef;
	font-weight: 600;
}

#total_amount {
	color: #544A57;
}

/* CHECKOUT REFRESH V2 ======================== */

.pageframe .checkout-secondary-header > div {
    justify-content: flex-end;
}

.pageframe .checkout-secondary-header > div > div {
    width: 33%;
}

.pageframe .checkout-secondary-header > div > div:last-child {
    text-align: right;
}

/* Address Validation Styles */
.address-validation-indicator {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.address-validation-loader {
	width: 16px;
	height: 16px;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #144752;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: translateY(-50%) rotate(0deg); }
	100% { transform: translateY(-50%) rotate(360deg); }
}

.address-validation-success {
	font-size: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	background: url(/Content/images_cust/KKH_Icon_Checkmark.svg) center / 14px no-repeat #fff;
}

.address-validation-error {
	color: #f44336;
	font-size: 12px;
	position: static;
	margin-top: 5px;
}

.address-fields-wrapper {
	position: relative;
}

.address-verified-message {
	display: none;
	float: right;
	padding-left: 24px;
	background: url(/Content/images_cust/KKH_Icon_Checkmark.svg) 5px 4px / 13px no-repeat;
}

#address_validation {
	padding: 40px 30px;
	width: 100%;
	max-width: 500px;
	margin-left: -250px;
}

#address_validation .close-trigger {
	position: absolute;
	right: 30px;
	background: none;
	border: none;
	font-size: 24px;
	top: 30px;
}

#address_validation .suggested-address {
	margin-bottom: 24px;
}

#address_validation h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
}