/* HGR Checkout Styles - Jon @ Graydian 2023-08-22 */


/* 
- Hide standard HGR Header, Footer, Email Signup, and Mobile Nav on checkout pages only.
- Only occurs if this CSS file is loaded last on the page - after the other HGR CSS.
*/

#header-nav, #mobile-nav, .email-signup, .footer-wrapper, .global-nav, .search-mobile, .secondary-nav {
	display: none !important;
}

.main-content-area {
	margin: 0 !important;
}

/* Reset Grid */

.container, .container-fluid {
	width: 100% !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 15px;
	padding-right: 15px;
}


/* Checkout - General */

.container-checkout {
/*   padding: 25px; */
	padding: 15px;
	margin: 20px auto 40px;
  box-shadow: 0 1px 6px #ccc;
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
}

.checkout-header {
	margin-bottom: 15px;
}

.checkout-header .col-logo {
	text-align: left;
}

.checkout-header .col-logo-text {
	text-align: right;
}

.checkout-header .col-logo-text h2 {
	padding-top: 30px;
}

.checkout-header .col-logo-text h2 i.fa {
	margin-left: 5px;
	color: #7f7f7f;
}

.checkout-content {
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 30px;
}

.checkout-content h1,
.checkout-content h2,
.checkout-content h3,
.checkout-content h4,
.checkout-content h5,
.checkout-content h6 {
	font-weight: bold;
}

.checkout-content h2 {
  margin-bottom: 20px;
  border-top: 2px solid #000;
  padding-top: 5px;
  font-size: 20px;
}

.checkout-content hr.form-spacer {
	border-top: 0;
	margin: 10px 0;
}

.checkout-content .form-group {
	margin-bottom: 10px;
}

.checkout-content .member-thanks {
	display: inline-block;
	padding: 2px 2px;
	color: #3a53a4;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	margin: 8px 0 5px;
}

.checkout-content .member-thanks i.fa {
	margin-right: 4px;
}

.checkout-content label {
	font-weight: bold;
}

.checkout-content .radio label,
.checkout-content .checkbox label,
.checkout-content label.radio-inline,
.checkout-content label.checkbox-inline {
	font-weight: normal;
	font-size: 14px;
}

.checkout-content .panel-checkout-instructions {
	margin-top: 0;
	margin-bottom: 15px;
}

.checkout-content .panel-checkout-instructions .panel-heading {
	padding: 10px 10px 9px;
}

.checkout-content .panel-checkout-instructions .panel-title {
	font-weight: 600;
	color: #3a53a4;
}

.checkout-content .panel-checkout-instructions .panel-title i.fa {
	margin-right: 4px;
}

.checkout-content .panel-checkout-instructions .panel-body {
	font-size: 13px;
	padding: 10px;
}

.checkout-content .checkout-buttons {
	margin-top: 15px;
}

.checkout-content .checkout-buttons .btn-checkout-next {
	font-weight: bold;
}

.checkout-content .checkout-buttons .btn-checkout-next:hover,
.checkout-content .checkout-buttons .btn-checkout-next:active,
.checkout-content .checkout-buttons .btn-checkout-next:focus {
	background-color: #21398a;
	border-color: #21398a;
}

.checkout-content .checkout-buttons .btn-checkout-next i.fa {
	margin-left: 5px;
}

.checkout-content .checkout-buttons .btn-checkout-cancel {
	font-weight: normal;
	color: #3a53a4;
	border-color: #3a53a4;
	background-color: #fff;
}

.checkout-content .checkout-buttons .btn-checkout-cancel:hover,
.checkout-content .checkout-buttons .btn-checkout-cancel:active,
.checkout-content .checkout-buttons .btn-checkout-cancel:focus {
	background-color: #3a53a4;
	border-color: #3a53a4;
	color: #fff;
}

.checkout-content .checkout-buttons .btn-checkout-cancel i.fa {
	margin-right: 5px;
}

.checkout-content .checkout-buttons .btn-checkout-previous {
	font-weight: normal;
	color: #3a53a4;
	border-color: #3a53a4;
	background-color: #fff;
}

.checkout-content .checkout-buttons .btn-checkout-previous:hover,
.checkout-content .checkout-buttons .btn-checkout-previous:active,
.checkout-content .checkout-buttons .btn-checkout-previous:focus {
	background-color: #3a53a4;
	border-color: #3a53a4;
	color: #fff;
}

.checkout-content .checkout-buttons .btn-checkout-previous i.fa {
	margin-right: 5px;
}

.checkout-content .shipping-select-instructions {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.checkout-content .checkout-shipping-choices {
	padding-top: 20px;
}

.checkout-content .checkout-shipping-choices .shipping-choice {
	text-align: center;
	position: relative;
}

.checkout-content .checkout-shipping-choices .shipping-choice:after {
	content: "";
	position: absolute;
	right: 0;
	border-right: 1px solid #ccc;
	top: 1%;
	bottom: 1%;
}

.checkout-content .checkout-shipping-choices .shipping-choice:last-of-type:after {
	content: "";
	position: absolute;
	right: 0;
	border-right: 0;
	top: 0;
	bottom: 0;
}

.checkout-content .checkout-shipping-choices .shipping-choice img {
	margin-bottom: 15px;
}

.checkout-content .checkout-shipping-choices .shipping-choice .radio-inline {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #3a53a4;
}

.checkout-content .checkout-shipping-choices .shipping-choice p {
	text-align: left;
}

.checkout-content .dock-help {
	margin-top: 5px;
	margin-bottom: 15px;
}

.checkout-content .dock-help ul {
	padding-left: 18px;
	margin-bottom: 15px;
}

.checkout-content .dock-help .help-right {
	text-align: right;
	padding-top: 20px;
}

.checkout-content .dock-important {
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #e20000;
	text-align: left;
}

.checkout-content .checkout-product-detail {
	padding-top: 10px;
}

.checkout-content .checkout-product-detail .shipping-item-progress {
  margin-bottom: 15px;
  background-color: #3a53a4;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.checkout-content .checkout-product-detail .checkout-product-detail-left {
	
}

.checkout-content .checkout-product-detail .checkout-product-detail-left img.product-img {
	max-width: 100%;
	height: 250px;
	object-fit: contain;
	objecvt-position: center center;
	background-color: #ccc;
	margin-bottom: 15px;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right {
	
}

.checkout-content .checkout-product-detail .checkout-product-detail-right hr {
	float: left;
	clear: both;
	width: 100%;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .badge {
	margin-bottom: 10px;
	font-size: 15px;
	padding: 1px 10px;	
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-manuf {
	padding-top: 0;
	border: 0;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
	float: left;
	clear: both;
	width: 100%;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-title {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 24px;
	float: left;
	clear: both;
	width: 100%;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-location {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 100%;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .price {
	font-size: 20px;
	color: #000;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .price .sale-price {
  color: #000;
  font-weight: 600;	
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .price .reg-price {
  color: #999;
  font-size: 90%;
  font-weight: 600;
  text-decoration: line-through;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-inv-number {
	font-size: 18px;
	float: left;
	clear: both;
	width: 100%;	
	margin-bottom: 10px;	
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-inv-number .detail-inv-number-label {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-inv-number .detail-inv-number-data {
	font-weight: normal;
	font-size: 17px;
	display: block;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-qty {
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 100%;	
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-qty .detail-qty-label {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 3px;
	font-size: 18px;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-qty input {
	display: inline-block;
	width: 100%;
	max-width: 100px;
	font-weight: normal;
	color: #000;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-shipping-rate {
	margin-bottom: 15px;
	float: left;
	clear: both;
	width: 100%;	
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-shipping-rate .detail-shipping-rate-label {
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
	font-size: 16px;
  background-color: #3a53a4;
  color: #fff;
  padding: 4px 10px;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .detail-shipping-rate .radio{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 0;
	margin-bottom: 4px;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .shipping-rate-not-generated {
	float: left;
	clear: both;
	width: 100%;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	padding: 15px 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.checkout-content .checkout-product-detail .checkout-product-detail-right .shipping-rate-not-generated i.fa {
	color: #ffa500;
	font-size: 18px;
}

.checkout-content .ship-assist-message {
	padding-top: 50px;
	padding-bottom: 40px;
	font-size: 18px;
}

.checkout-content .ship-assist-message h3 {
	font-size: 36px;
	font-weight: bold;
	color: #3a53a4;
	margin-bottom: 20px;
}


.checkout-footer {

}


/* Checkout - Start */

.container-checkout-start {
  padding: 25px;
	margin: 30px auto 40px;
  box-shadow: 0 1px 6px #ccc;
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
}

.container-checkout-start .col-logo {
	margin-bottom: 40px;
}

.container-checkout-start .col-left,
.container-checkout-start .col-right {
	padding-left: 30px;
	padding-right: 30px;
}

.container-checkout-start .col-left:after {
	content: "";
	position: absolute;
	right: 0;
	border-right: 1px solid #ccc;
	top: 1%;
	bottom: 1%;
}

.container-checkout-start .col-left label {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

.container-checkout-start .col-left .required {
	display: inline-block;
	color: red;
}

.container-checkout-start .col-left .step-login {
	margin-bottom: 20px;
}

.container-checkout-start .col-left .step-signup {
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	font-size: 16px;
	font-weight: normal;
}

.container-checkout-start .col-left .step-signup:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #ccc;
}

.container-checkout-start .col-left .step-signup span {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	z-index: 5;
	position: relative;
}

.container-checkout-start .col-left .btn {
	font-weight: bold;
}

.container-checkout-start .col-left .btn-create {
	background-color: #fff;
	border-color: #3a53a4;
	color: #3a53a4;
	border-width: 2px;
	margin-bottom: 15px;
	padding: 8px 16px;
}

.container-checkout-start .col-left .btn-create:hover,
.container-checkout-start .col-left .btn-create:active,
.container-checkout-start .col-left .btn-create:focus {
	background-color: #3a53a4;
	border-color: #3a53a4;
	color: #fff;
}

.container-checkout-start .col-left .btn-guest {
	background-color: #fff;
	border-color: #3a53a4;
	color: #3a53a4;
	border-width: 1px;
	margin-bottom: 5px;
	padding: 6px 16px;
	font-weight: normal;
}

.container-checkout-start .col-left .btn-guest:hover,
.container-checkout-start .col-left .btn-guest:active,
.container-checkout-start .col-left .btn-guest:focus {
	background-color: #3a53a4;
	border-color: #3a53a4;
	color: #fff;
}

.container-checkout-start .col-right .signup-benefit {
	display: flex;
}

.container-checkout-start .col-right .signup-benefit .benefit-img {
  width: 12%;
  justify-content: center;
  align-items: center;
  display: flex;
  min-width: 30px;
  font-size: 24px;
  color: #3a53a4;
}

.container-checkout-start .col-right h4 {
	margin-bottom: 25px;
}

.container-checkout-start .col-right .signup-benefit .benefit-text {
	font-size: 20px;
	padding-top: 14px;
	font-weight: normal;
}

.container-checkout-start .col-bottom {
	margin-top: 40px;
}

@media only screen 
  and (min-width: 1px) 
  and (max-width: 991px)  {
	  
	.main-content-area > .container-fluid {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	  
	.container-checkout-start {
	  padding: 30px;
	}
	  
	.container-checkout-start .col-left {
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.container-checkout-start .col-left:after {
		border-right: 0;
		top: 0;
		bottom: 0;
		display: none;
	}
	
	.container-checkout-start .col-left,
	.container-checkout-start .col-right {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.container-checkout {
		padding: 25px 5px;
	}
	
	.checkout-content .radio label,
	.checkout-content .checkbox label,
	.checkout-content label.radio-inline,
	.checkout-content label.checkbox-inline {
		display: block;
		clear: both;
		width: 100%;
		margin: 0 0 7px 0;
	}
	
	.checkout-content .checkout-buttons .btn-checkout-next,
	.checkout-content .checkout-buttons .btn-checkout-cancel,
	.checkout-content .checkout-buttons .btn-checkout-previous {
		font-size: 16px;
		padding: 8px 9px 7px;
	}
	
	.checkout-content .checkout-shipping-choices .shipping-choice {
		margin-bottom: 30px;
	}
	
	.checkout-content .checkout-shipping-choices .shipping-choice:last-of-type {
		margin-bottom: 0;
	}
	
	.checkout-content .checkout-shipping-choices .shipping-choice::after {
		content: "";
		position: absolute;
		right: 0;
		border-right: 0;
		top: 0;
		bottom: 0;
	}
	
	.checkout-content .dock-help .help-right {
		text-align: left;
	}
	
	.checkout-content .checkout-product-detail .checkout-product-detail-left img.product-img {
		height: 250px;
	}
	
	.checkout-content .ship-assist-message {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 16px;
		text-align: center;
	}
	
	.checkout-content .ship-assist-message .ship-assist-icon {
		width: 130px;
		max-width: 130px;
		height: auto;
		margin-bottom: 20px;
	}
	
	.checkout-content .ship-assist-message h3 {
		font-size: 24px;
	}
	
	.checkout-content .ship-assist-message h3 i.fa {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		font-size: 36px;
	}
	  
}

@media only screen 
  and (min-width: 1px) 
  and (max-width: 767px)  {
	  
	.checkout-header {
		margin-bottom: 20px;
	}
	
	.checkout-header .col-logo {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.checkout-header .col-logo-text {
		text-align: center;
	}
	
	.checkout-header .col-logo-text h2 {
		padding-top: 0;
	}
	
	.checkout-content .dock-help .help-right {
		text-align: left;
		padding-top: 0;
	}
	
	.checkout-content .checkout-product-detail .checkout-product-detail-left img.product-img {
		height: 240px;
	}
	  
}






