*Logo*/ .header.style2 .logo {
	padding-bottom: 0 !important;
}

.header.style2 .main-header {
	padding-bottom: 0px;
	padding-top: 30px !important;
}

/*----- Card Styling -----*/
.card {
	margin-bottom: 0px !important;
}

.card .card-heading {
	display: flex;
	justify-content: space-between;
	padding: 5px 2%;
}

.card .card-heading>* {
	margin: 0;
	line-height: 30px;
}

.card .card-heading .card-tool-options>* {
	color: #212529;
	float: right;
}

#loading {
	display: none;
	position: fixed;
	z-index: 9999999999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .5;
	background: rgb(255, 255, 255) url('../gif/celloader.gif') CENTER CENTER no-repeat;
}


/* / CHECKOUT /  */.card-tool-options a>* {
	display: none;
	line-height: 30px;
}

.card-tool-options a[aria-expanded="true"]>.up {
	display: block;
}

.card-tool-options a[aria-expanded="false"]>.down {
	display: block;
}

.card-footer .selected {
	font-size: .75rem;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 1%;
}

.block-form {
	border: 1px solid #ececec;
	padding: 10px;
	margin-bottom: 30px;
}

.block-form p {
	margin-bottom: 30px;

}

.shipAddressHolder {
	padding: 5px 5%;
	font-size: 14px;
	margin: 0 0 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.shipAddressHolder:last-of-type {
	border-bottom: none;
}

.shipAddressHolder.selected {
	border: 2px solid #00437f;
	border-radius: 4px;
}

.shipAddressHolder .store-icon i {
	font-size: 2rem;
}

#shipAddressCard .ship-list-group .isMore {
	display: none;
}

#shipAddressCard .ship-list-group.show .isMore {
	display: block;
}

#shipAddressCard .ship-list-group .selected {
	background: rgba(0, 67, 127, .25);
}

.hasGun .shipAddressHolder:not(.isFFL) {
	display: none;
}

.shippingHolder:not(.hasGun) .isFFL {
	display: none;
}

.fflSearchHolder {
	position: relative;
	margin: 10px 0 0;
}

.fflSearchHolder button {
	position: absolute;
	right: 2%;
	top: 0;
}

#checkoutMessage {
	margin-bottom: 0;
}

#checkoutLeft {
	padding-top: 25px;
}

.checkoutItem {
	cursor: pointer;
}
.checkoutItem .prodDescription .cart-options{
	/*color:#337AB7!important*/
	color:#000000!important;
	font-size:13px!important;
}

.checkoutItem span {
	color: #221E1F;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.checkoutItem>span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.checkoutItem .checkoutItemImage img {
	border-radius: 4px;
	max-height: 70px;
	max-width: 150px;
	width: 100%;
	object-fit: contain;
}

.checkoutItem .qtyIcon {
	position: absolute;
	color: #fff;
	background: #00437f;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	top: 3px;
	right: 3px;
	font-weight: bold;
}

.checkoutItem .itemBrand {
	font-style: italic;
}

.checkoutItem .itemName {
	font-weight: bold;
	font-size: 1.1em;
}

.checkoutItem .itemDetails {
	display: none;
}

.checkoutItem .checkoutQty {
	width: auto;
	margin-right: 2%;
	text-align: center;
	max-width: 100px;
}

.checkoutItem .itemPriceHolder,
.checkoutItem .itemPrice,
.checkoutItem .listPrice,
.checkoutItem .salePrice {
	width: auto;
	margin-left: 2%;
	white-space: nowrap;
	font-weight: 400;
}

.checkoutItem .listPrice {
	text-decoration: line-through;
	color: #495057;
}

.checkoutItem .checkoutItemManage {
	display: none;
	justify-content: space-between;
	flex-direction: row;
	padding: 5px 15px 10px;
}

.checkoutItem .checkoutItemManage span {
	flex: 0 0 0;
}

.checkoutItem.edit .checkoutItemManage {
	display: flex;
}

.block-form label {
	font-weight: normal;
	color: #333;
}

#checkoutRight {
	padding-top: 25px;
	border-left: 2px solid #0D6745;
	background: rgba(13, 103, 69, .25);
}

#checkoutRight .card {
	border: none;
	background: none;
}

.order-alter .form-group {
	position: relative;
	margin: .5rem 0;
}

.order-alter .form-group .btn {
	position: absolute;
	top: 0;
	right: 0;
}

.list-group.order-totals li {
	border-width: 0 0 1px;
	background: none;
}

.list-group.order-totals li:last-of-type {
	border-width: 0;
}

.list-group.order-totals li.amountDue {
	font-weight: bold;
}
form#consumerPayPage label {
    height: auto;
    width: 100%;
    position: relative;
}

#PMTiframe {
	width: 100% !important;
	height: 400px !important;
}
#PMTiframe body {background-color: white;}

/*New 25-07-2022*/
.orderSummaryProducts .qtyHolder {
	display: none;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.orderSummaryProducts .qtyHolder button {
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid #0066CC;
	background: #0066CC;
}

.orderSummaryProducts .qtyHolder .checkout-qty {
	width: 32px;
	display: none;
}

.orderSummaryProducts .qtyHolder .checkout-qty input {
	width: 32px;
	line-height: 28px;
	height: 28px;
	color: #000;
	text-align: center;
	border: 1px solid #0066CC;
	padding: 0;
}

.orderSummaryProducts .CheckOutRemoveBtn {
	display: block;
	font-weight: 400;
	margin-top: 10px;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	display: none;
}

.orderSummaryProducts .itemPriceHolder {
	display: flex;
	text-align: center;
	flex-direction: column;
	flex: 0 0 40%;
}

.orderSummaryProducts .itemPriceHolder .listPrice {
	/*display: none;*/
	text-decoration: auto;
}
.orderSummaryProducts .itemPriceHolder .salePrice{display: none;}

/*------ Login ------*/
.form-authentication-footer {
	margin: 20px 0 50px;
	padding: 20px 0;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #00437f;
}

/*------ View Cart ------*/
.cartItems img {
	max-width: 100px;
	margin: 0 auto;
}

#shoppingCartItems p {
	margin: 0;
}

#cartSubtotal {
	color: #000;
	text-transform: uppercase;
	line-height: 56px;
	height: 56px;
	margin: 0;
	border-width: 2px 0;
	border-style: solid;
	border-color: #00437f;
}

#cartSubtotal .value {
	float: right;
	font-weight: bold;
	margin-left: 1em;
}

#cartInfo .checkout-btns {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 20px 0 0;
}

#cartInfo .checkout-btns .paypal-button {
	min-width: 200px;
}

.cartItems a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cartQty input {
	width: 50px;
	padding: 7px;
	margin-left: 1px;
}

div#paypal-login {
	margin-bottom: 12px;
}

.updated-remove {
	margin-top: 1em;
}

#cartInfo {
	float: right;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 0;
}

#cartSubtotal,
#payPalCheckoutButton {
	width: 100%;
	text-align: right;
	height: 47px;
	line-height: 47px;
}

#checkout #checkoutAllDetails #newBillAddress .form-check {
	padding-left: 0;
}

@media(max-width:1200px) {
	#viewcartContent .last .viewcartbtns{margin-top: 30px!important;}
	#checkout #checkoutOrderSummary .orderSummary p.os {
		padding: 0 10px !important;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info {
		display: block !important;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info span.checkoutItemImage.col-3.col-sm-3 {
		float: left;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong {
		display: block;
		text-align: right;
		padding-left: 15px;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong .itemPriceHolder {
		display: inline-block;
	}

	#viewcart #viewcartContent .first{
		padding-inline: 22px!important;
	}

	#viewcart #viewcartContent .row{
		margin: 0px;
	}


	#viewcartContent .last{
		display: flex;
		justify-content: end;
		padding-right: 22px!important;
	}

	#viewcartContent .last .viewcartbtns {
		/* padding-left: 40px !important; */
		max-width: 420px;
		width: 100%;
		
	}

	/*#viewcart #viewcartContent .fieldData {
		margin-bottom: 30px;
	}*/

	#viewcartContent .last .viewcartbtnsHeading {
		display: none;
	
	}
}
#accordionExample #shippingHolder #shippingHeading #selectedShipping span:last-of-type, #accordionExample .card #billingHeader .billAddressHolder span:last-of-type {
    text-transform: capitalize!important;
}
.checkoutHeader .logo img.contrailImg {
    max-width: 186px;
    padding: 7px 0;
    margin: auto;
    display: block;
}
@media (max-width: 991px) {
	
	#checkout #checkoutOrderSummary .orderSummary {
		max-width: 100% !important;
		width: 100%;
	}

	#checkoutRight {
		border-left: none;
	}

	#orderTotalCard:not(.show) {
		display: none;
	}

	#checkout #checkoutOrderSummary .orderSummary p.os {
		padding: 0 20px !important;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info {
		display: flex !important;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info span.checkoutItemImage.col-3.col-sm-3 {
		float: unset;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong {
		display: block;
		text-align: unset;
		padding-left: unset;
		margin-top: unset;
	}

	#header .main-header {
		padding-bottom: 0px !important;
	}

	#viewcart .fieldHeadings {
		display: flex;
	}

	#viewcart .fieldData {
		margin-bottom: 50px;
		position: relative;
	}

	#viewcart h1 {
		border-bottom: 1px solid #636363;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}

	#viewcart .viewCartSideBtn a {
		margin: 0 auto;
	}
	
}



@media (max-width: 767px) {
	#checkout #checkoutAllDetails .accordion .card .card-header h2 {
		display: block !important;
	}

	#checkout #checkoutAllDetails .accordion .card .card-header span {
		/*display: block;*/
		width: 87%;
	}

	#checkout #checkoutAllDetails .accordion .card .card-header a {
		display: block;
		margin-top: 20px;
	}

	#shoppingCartItems {
		border: none;
	}

	#shoppingCartItems thead {
		display: none;
	}

	#shoppingCartItems tr {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 1em;
		border-bottom: 1px solid #ececec;
	}

	.cartItems {
		width: 100%;
		border: none;
	}

	.cartDetails {
		width: 100%;
		border: none;
	}

	.cartPrice {
		display: none;
	}

	.cartQty {
		border: none;
		width: 30%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.qty-btns {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-moz-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.updated-remove {
		text-align: right;
	}

	.cartQty .mob-price-display p {
		text-align: right;
	}

	#cartInfo {
		padding-left: 0;
	}

	.checkout-btns {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.checkout-btns a {
		width: 100%;
		margin-bottom: 0.5em;
	}

	#viewcart p.itemBrand {
		font-size: 12px;
		margin-bottom: 3px;
	}

	#viewcart p.itemName {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 20px;
		font-weight: 500;
	}

	#viewcart p.itemAttr,
	#viewcart p.sub,
	#viewcart p.itemNumber,
	#viewcart p.editBtn a,
	#viewcart p.stock {
		font-size: 12px;
		margin-bottom: 3px;
	}

	#viewcart .cartQty {
		flex-direction: inherit;
		justify-content: center;
		margin-top: 20px;
	}

	#viewcart .cartQty button {
		width: 110px !important;
		height: 40px !important;
	}

	#viewcart .cartQty input {
		width: 180px !important;
		height: 40px !important;
	}

	.col-lg-2.col-md-2.col-sm-8.col-8.cartTotal.priceandtotal {
		position: absolute;
		left: 39px;
		right: 0;
		text-align: right;
		top: 26%;
		text-align: center;
	}

	#viewcart .updated-remove {
		max-width: 100% !important;
	}

	#viewcart img {
		height: 150px !important;
		width: 150px !important;
		object-fit: contain;
	}

	#viewcart .fieldData {
		border: 0 !important;
		padding: 0 !important;
	}

	#viewcart #viewcartContent .first .viewcartHeading {
		margin-bottom: 10px!important;
	}

	#viewcart #viewcartContent .first{
		padding-inline: 20px!important;
		margin-bottom: 20px;
	}

	#viewcartContent .last{

		justify-content: center;
		padding-inline: 20px!important;
		
	}

	#viewcartContent .last .viewcartbtns{
		max-width: 100%;
		width: 100%;
		padding: 21px 10px 18px 10px!important;
		
	}

	

}

/***************************************************NEW CHECKOUT CSS******************************************************************************************/

body {
	font-family: 'Montserrat', sans-serif;
}

#viewcart {
	margin-bottom: 68px;
}

#viewcart .container {
	max-width: 1350px;
	width: 100%;
}

nav ol.breadcrumb {
	display: none;
}

/* nav ol.breadcrumb{margin: 45px 0 40px;}
nav ol.breadcrumb li a{font-size: 30px;line-height: 37px;color: #000;text-transform: uppercase;text-decoration: none; margin-bottom: 15px;}
nav ol.breadcrumb li.active a{color:#8E8E8E;font-size: 15px;line-height: 18px;text-transform: uppercase;text-decoration: none;} */
.breadcrumb-item+.breadcrumb-item::before {
	content: '|';
	margin: 0 5px;
}

#viewcart {
	margin: 0 0 80px;
}

#viewcart .container {
	max-width: 1800px !important;
}

#viewcart h1 {
	font-family: "brandongrotesqueblack" !important;
	color: #0060A9 !important;
	font-size: 36px !important;
	float: none;
	width: 100%;
	line-height: 19.2px;
	text-transform: uppercase;
	letter-spacing: 1.44px;
	font-weight: bold;
	margin-bottom: 20px;
}

#viewcart .fieldHeadings {
	background: transparent;
	border-bottom: 1px solid #636363;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

#viewcart .fieldHeadings strong {
	font-size: 18px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

#viewcart .fieldData {
	border-bottom: 1px solid #D1D3D4;
	padding: 15px 0;
}

#viewcart .itemBrand {
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 700;
	display: block;
}

#viewcart .itemName {
	color: #000;
	font-size: 18px;
	line-height: 15px;
	margin-bottom: 20px;
	display: block;
}

#viewcart .itemAttr {
	color: #000;
	font-size: 16px;
	margin-bottom: 3px;
	display: none;
}

#viewcart .editBtn {
	margin-bottom: 0;
}

#viewcart .editBtn a {
	color: #000;
	font-size: 16px;
	margin-bottom: 3px;
	text-decoration: underline;
	text-transform: capitalize;
}

#viewcart .sub {
	color: #000;
	font-size: 16px;
	margin-bottom: 3px;
}

#viewcart .stock {
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
}

#viewcart .updated-remove {
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 450px;
	width: 100%;
}

#viewcart .updated-remove a {
	font-size: 16px;
	color: #000;
	text-decoration: underline;
	text-transform: capitalize;
	margin-right: 0px;
	width: 100%;
	max-width: max-content;
}

#viewcart .itemNumber {
	color: #000;
	font-size: 16px;
	margin-bottom: 3px;
	display: none;
}

#viewcart .itemPrice {
	font-size: 16px;
	color: #000;
}

#viewcart .cartQty button {
	width: 28px;
	height: 29px;
	border: 1px solid #636363;
	background: #fff;
	padding: 0;
	color: #000;
}

#viewcart .cartTotal p {
	font-size: 16px;
	color: #000;
}

#viewcart .cartQty {
	width: 100%;
	min-width: 50px;
	text-align: left;
	display: flex;
}

#viewcart .cartQty input {
	display: inline-block;
	margin: 0 0 0 0;
	border: 1px solid #636363;
	width: 32px;
	line-height: 29px;
	height: 29px;
	font-size: 16px;
	color: #000;
	text-align: center;
	background: #fff;
}

section#viewcart .container-fluid.p-0.category-top {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#viewcart .category-top .breadcrumbsHeading nav ol li a {
	font-size: 20px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
}

#viewcart .category-top .breadcrumbsHeading nav ol li:first-of-type::before {
	display: none;
}

#viewcart .category-top .breadcrumbsHeading nav ol li:before {
	content: url(../arrowdown.html);
	color: #DFB758;
	font-size: 16px;
	font-weight: bold;
	transform: rotate(272deg);
	height: 24px;
	padding: 0;
}

#checkout #checkoutAllDetails .expressCheckout {
	max-width: 590px;
	margin: 0 auto;
	padding-bottom: 16px;
}

#checkout #checkoutAllDetails .expressCheckout h2 {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #221E1F;
	display: block;
	text-align: center;
}

#checkout #checkoutAllDetails .expressCheckout a {
	text-decoration: none;
	max-width: 590px;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
	display: block;
}

#checkout #checkoutAllDetails .expressCheckout a.amazonPay {
	background: transparent;
	border: 1px solid #333E47;
}

#checkout #checkoutAllDetails .expressCheckout a.amazonPay i {
	color: #333;
	font-size: 35px;
}

#checkout #checkoutAllDetails .expressCheckout a.gPay {
	background: #000;
}

#checkout #checkoutAllDetails .expressCheckout a.gPay i {
	color: #fff;
	font-size: 35px;
}

#checkout #checkoutAllDetails .expressCheckout a.payPal {
	background: #FFC439;
}

#checkout #checkoutAllDetails .expressCheckout a.payPal i {
	color: cornflowerblue;
	font-size: 35px;
}

#checkout #checkoutAllDetails .accordion {
	margin-top: 50px;
	margin: 0 auto;
}

#checkout #checkoutAllDetails .accordion .card {
	border: 0px;
	border-top: 1px solid #E5E5E5;
	background: transparent;
	padding-top: 40px;
	padding-bottom: 40px;
}

#checkout #checkoutAllDetails .accordion .card .card-header {
	background-color: transparent;
	border: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-header button {
	padding: 0px;
	border: 0px;
	font-size: 25px;
	color: #221E1F;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
}

#checkout #checkoutAllDetails .accordion .card .card-header h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#checkout #checkoutAllDetails .accordion .card .card-header span {
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	flex: 0 0 40%;
	padding-right: 15px;
	font-family: "futurabook";
	text-transform: lowercase;
	
}
#checkout #checkoutAllDetails .accordion .card .card-header .billAddressHolder .billingphonenumber {font-family: "futurabook";}
#accordionExample #shippingHolder #shippingHeading #selectedShipping .checkoutphonenumber{display:block;}
/* #collapseThree #billingAddress{display: none;} */
#selectedShippingHolder b:first-of-type{
	margin-right: 5px;
}
#selectedShippingHolder b{text-transform: capitalize;}
#checkout #checkoutAllDetails .accordion .card .card-header a {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #337AB7;
	background: #fff;
	height: 50px;
	line-height: 50px;
	width: 100%;
	max-width: 150px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #337AB7;
	border-radius: 10px;
}
#accordionExample #shippingHolder #shippingHeading #selectedShipping,#accordionExample .card #billingHeader .billAddressHolder{text-transform: capitalize!important;}
#checkout #checkoutAllDetails .accordion .card .card-header a:hover {
	background: #0066CC;
	color: #ffffff;
}

#checkout #checkoutAllDetails .accordion .card .card-header button.active span {
	position: relative;
	display: inline-block;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border: 2px solid #000;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 21px;
	background: #000;
}

#checkout #checkoutAllDetails .accordion .card .card-header button span {
	position: relative;
	display: inline-block;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border: 2px solid #0066CC;
	font-size: 25px;
	color: #221E1F;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 21px;
	color: #221E1F;
	padding: 0;
	max-width: 43px;
}

#checkout #checkoutAllDetails .accordion .card .card-header button.active span:after {
	display: none;
}

#checkout #checkoutAllDetails .accordion .card .card-header button span {
	position: relative;
	display: inline-block;
	width: 43px;
	height: 43px;
	line-height: 35px;
	text-align: center;
	border: 4px solid #000;
	font-size: 25px;
	color: #221E1F;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 21px;
	color: #221E1F;
	padding: 0;
	max-width: 43px;
}

#checkout #checkoutAllDetails .accordion .card .card-header button span:hover {
	position: relative;
	display: inline-block;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border: 2px solid #000;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 21px;
	background: #000;
}

#checkout #checkoutAllDetails .accordion .card .card-header button span:after {
	content: "-";
	width: 15px;
	height: 15px;
	font-size: 0px;
	background: #fff;
	display: block;
	position: absolute;
	right: -7.5px;
	bottom: -3.5px;
}

#checkout #checkoutAllDetails .accordion .card .card-header button span:hover:after {
	display: none;
}

#checkout #checkoutAllDetails .accordion .card .card-body {
	padding: 0px 64px;
	margin-top: 18px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer label.email {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #221E1F;
	font-weight: normal;
	display: block;
}

.checkoutItem span.d-block.text-center.mb-2 {
	display: none !important;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer input.form-control {
	border-radius: 10px;
	width: 100%;
	max-width: 375px;
	height: 50px;
	border: 1px solid #707070;
	display: inline-block;
	margin: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer button {
	background: #fff;
	width: 100%;
	max-width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #337AB7;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #337AB7;
	padding: 0px;
	margin: 0px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer label.form-check-label {
	font-size: 15px;
	line-height: 19px;
	color: #221E1F;
	margin-left: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer .form-group.form-check {
	padding-left: 0;
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer input.form-check-input {
	margin-top: 15px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer p {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #221E1F;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer p a {
	color: #337AB7;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
}

#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress {
	margin-top: 15px;
	margin-bottom: 15px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .scrolledDiv::-webkit-scrollbar {
	width: 7px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .scrolledDiv::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
}

#checkout #checkoutAllDetails .accordion .card .card-body .scrolledDiv::-webkit-scrollbar-thumb {
	background-color: #000 !important;
	outline: 1px solid #000000 !important;
	border-radius: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .scrolledDiv {
	max-height: 400px;
	overflow-y: scroll;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer p {
	color: #221E1F;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress .primaryShippingAddress {
	background: #E5E5E5;
	padding: 24px 23px;
	border-radius: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress .primaryShippingAddress label {
	color: #221E1F;
	font-size: 16px;
	line-height: 19px;
	text-transform: capitalize;
	font-weight: bold;
	margin-left: 30px;
}

#checkout #checkoutAllDetails #newBillAddress .savedAddress label {
	margin-left: 10px;
	line-height: 20px;
	cursor: pointer;
	color: #221E1F;
	font-size: 16px;
	line-height: 20px;
}

#checkout #checkoutAllDetails #newBillAddress .savedAddress #sameBillShipCheck {
	cursor: pointer
}

#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress .primaryShippingAddress label span {
	color: #221E1F;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	display: block;
	font-weight: normal;
	font-style: italic;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer h6,
.orDivider {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	color: #282828;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 21px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer h6,
.orDivider {
	display: flex;
	justify-content: space-between;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer h6:before,
.orDivider:before {
	content: "";
	display: inline-block;
	width: 15vw;
	border-bottom: 0.5px solid #8B8B8B;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	max-width: 240px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer h6:after,
.orDivider:after {
	content: "";
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 15vw;
	border-bottom: 0.5px solid #8B8B8B;
	max-width: 240px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm strong {
	font-size: 16px;
	line-height: 19px;
	color: #221E1F;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm label {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 19px;
	text-transform: capitalize;
	color: #000;
	font-weight: normal;
	display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm input.form-control {
	border-radius: 0px;
	width: 100%;
	max-width: 635px;
	height: 37px;
	border: 1px solid #DBDBDB;
	display: block;
	margin-bottom: 20px;
	color: #545454;
	font-size: 14px;
	line-height: 37px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm select {
	border-radius: 0px;
	border: 1px solid #DBDBDB;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm label.form-check-label {
	margin-top: 30px;
	font-size: 16px;
	line-height: 19px;
	color: #221E1F;
	font-weight: bold;
	text-transform: uppercase;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm input.form-check-input {
	margin-top: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm .billingLast {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 29px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm .billingLast a {
	color: #0066CC;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm .billingLast button {
	background-color: #0060A9;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 40px;
	max-width: 340px;
	padding: 0px;
	width: 100%;
	border: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm .billingLast button:hover {
	background-color: #0066CC;
}

#shippingHolder #shippingContainer .card-body #shippingContentSimple .shippingContainer .newShipAddressBtn {
	background-color: #0060A9;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 40px;
	padding: 0px;
	width: 100%;
	border: 0px;
	border-radius: 5px;
	letter-spacing: 0.72px;
	
}

#shippingHolder #shippingContainer .card-body #shippingContentSimple .shippingContainer .newShipAddressBtn:hover {
	background-color: #0066CC;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl {
	margin-top: 25px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflText p {
	font-size: 15px;
	line-height: 19px;
	color: #000000;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflText i {
	font-size: 15px;
	line-height: 19px;
	color: #000000;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl {
	margin-top: 20px;
	margin-bottom: 42px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl label {
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 6px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl input {
	height: 37px;
	width: 100%;
	max-width: 635px;
	border: 1px solid #DBDBDB;
	line-height: 37px;
	margin-bottom: 19px;
	border-radius: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl select {
	height: 37px;
	width: 100%;
	max-width: 635px;
	border: 1px solid #DBDBDB;
	margin-bottom: 19px;
	border-radius: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl button {
	padding: 0;
	height: 40px;
	width: 100%;
	max-width: 280px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #0066CC;
	border-radius: 0px;
	border: 0px;
	font-size: 18;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 0.72px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .resultContainer::-webkit-scrollbar {
	width: 7px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .resultContainer::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .resultContainer::-webkit-scrollbar-thumb {
	background-color: #000 !important;
	outline: 1px solid #000000 !important;
	border-radius: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer {
	height: auto;
	max-height: 300px;
	border: 1px solid #DBDBDB;
	padding: 24px 20px;
	overflow-y: scroll;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults p {
	font-size: 16px;
	line-height: 19px;
	color: #221E1F;
	font-weight: bold;
	text-transform: uppercase;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result {
	margin-bottom: 50px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result strong {
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	color: #221E1F;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result address {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result span {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	text-transform: capitalize;
	margin-top: 25px;
	display: block;
	margin-bottom: 20px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result a {
	padding: 0;
	height: 40px;
	width: 100%;
	max-width: 280px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #0066CC;
	border-radius: 0px;
	border: 0px;
	font-size: 18;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	letter-spacing: 0.72px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods {
	margin-top: 49px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout p {
	color: #221E1F;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout.active {
	background: #E5E5E5;
	padding: 23px;
	
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout {
	background: #fff;
	border: 1px solid #DBDBDB;
	padding: 24px 23px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout label {
	color: #221E1F;
	font-size: 16px;
	line-height: 19px;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 4px;
	margin-left: 12px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout label span {
	color: #221E1F;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	display: block;
	font-weight: 400;
	font-style: normal;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods p {
	font-size: 16px;
	color: #221E1F;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 14px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods h6 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	color: #282828;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 21px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout .form-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout .form-group .form-check-input {
	width: 21px;
	height: 21px;
	border-radius: 4px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .shippingLast {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 29px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .shippingLast a {
	color: #0066CC;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .shippingLast button {
	background-color: #0066CC;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 40px;
	max-width: 340px;
	padding: 0px;
	width: 100%;
	border: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer::-webkit-scrollbar {
	width: 7px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer::-webkit-scrollbar-thumb {
	background-color: #000 !important;
	outline: 1px solid #000000 !important;
	border-radius: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations {
	margin-top: 30px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer {
	height: 100vh;
	max-height: 960px;
	border: 1px solid #DBDBDB;
	padding: 24px 20px;
	overflow-y: scroll;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations p {
	font-size: 16px;
	line-height: 19px;
	color: #221E1F;
	font-weight: bold;
	text-transform: uppercase;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location {
	margin-bottom: 50px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location strong {
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	color: #221E1F;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location address {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location span {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	text-transform: capitalize;
	margin-top: 25px;
	display: block;
	margin-bottom: 20px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location a {
	padding: 0;
	height: 40px;
	width: 100%;
	max-width: 280px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #0066CC;
	border-radius: 0px;
	border: 0px;
	font-size: 18;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-header button b {
	font-size: 25px;
	line-height: 30px;
	color: #221E1F;
	text-transform: uppercase;
	font-weight: bold;
	width: min-content;
	display: inline-flex;
	vertical-align: super;
	flex: 100%;
	letter-spacing: 0px;
}

#newBillAddress .form-row .form-group.col-lg-4 {
	margin-bottom: 20px;
}

#checkout #checkoutAllDetails #newBillAddress .form-row button#submitBilling {

	background: #fff;



	width: calc(100% - 30px);



	height: 50px;

	line-height: 25px;

	text-align: center;

	text-transform: uppercase;

	color: #337AB7;

	font-size: 20px;

	font-weight: bold;

	border: 2px solid #337AB7;

	padding: 0px;

	margin-left: 12px;

	border-radius: 10px;

	margin-top: 0px;


}

#checkout #checkoutAllDetails #newBillAddress .form-row button#submitBilling:hover {

	background: #337AB7;

	color: #fff;

}

#checkout #checkoutAllDetails #newShippAddress button#submitShipping {

	background: #fff;

	width: calc(100% - 30px);
	height: 50px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #337AB7;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #337AB7;
	padding: 0px;
	margin: 0px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#checkout #checkoutAllDetails #newShippAddress button#submitShipping:hover {
	background: #337AB7;
	color: #fff;
}

#checkout #checkoutAllDetails #newShippAddress button#clearShipping {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 40px;
	padding: 0px;
	width: 100%;
	border: 0px;
	margin-top: 15px;
}

#checkout #checkoutAllDetails #newShippAddress form#shippingAddress {
	margin-top: 15px;
}

#checkout #checkoutAllDetails #newShippAddress form#shippingAddress strong {
	font-weight: 700;
	color: #221E1F;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px !important;
}

#checkout #checkoutAllDetails .accordion .card .card-body div#newBillAddress #billingAddress h3 {
	color: #221E1F;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	font-family: "futurabook";
	margin: 0px;
	padding-inline: 13px;
}


#checkout #checkoutAllDetails .ShippingMethods .usps .form-group .form-check {
	display: flex;
	align-items: center;
	padding-left: 0px;
}

#checkout #checkoutAllDetails input[type=checkbox] {
	appearance: none;
	background-color: #fff;
	margin: 0px 10px 0px 0px;
	font: inherit;
	width: 17px;
	height: 17px;
	border-radius: 3px;
	margin-right: 0px;
	display: block;
	border: 1px solid #707070;
}

#checkout #checkoutAllDetails input[type="checkbox"]:checked {
	background: #0066CC;
}

#checkout #checkoutAllDetails input[type="checkbox"]::before {
	content: "";
	width: 15px;
	height: 15px;
	transform: scale(0);
	transform-origin: bottom left;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transition: 120ms transform ease-in-out;
	/*box-shadow: inset 1em 1em 4em #fff;*/
}

#checkout #checkoutAllDetails input[type="checkbox"]:checked::before {
	transform: scale(1);
}





#checkout #checkoutOrderSummary .orderSummary {
	max-width: 420px;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary p.os {
	height: 69px;
	line-height: 69px;
	margin-bottom: 0px;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

#checkout #checkoutOrderSummary .orderSummary p.os strong {
	color: #221E1F;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
}

#checkout #checkoutOrderSummary .orderSummary p.os a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	margin-top: 27px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts {
	padding: 20px 30px 35px 20px;
	border-bottom: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts p.noOfItems {
	font-size: 16px;
	line-height: 20px;
	color: #221E1F;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info p {
	flex: 0 0 46%;
	margin-bottom: 0px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong {
	color: #221E1F !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments {
	padding: 19px 0px;
	border-bottom: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments label {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #221E1F;
	text-transform: capitalize;
	margin-bottom: 10px;
	padding-left: 20px;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments textarea {
	border: 0.5px solid #707070;
	border-radius: 10px;
	margin-inline: 20px;
	width: calc(100% - 40px);
	margin: 0px 20px 20px 20px;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments .form-group:first-of-type {
	margin-bottom: 20px;
}

#checkout #checkoutOrderSummary .orderSummary a.ac {
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #337AB7;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 19px;
	margin-bottom: 21px;
}

#checkout #checkoutOrderSummary .orderSummary .coupon-container {
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	padding-inline: 20px;
}

#checkout #checkoutOrderSummary .orderSummary .coupon-container .activeCoupons {
	list-style: none;
	color: #0066CC;
	font-weight: bold;
	padding: 10px;
}

#checkout #checkoutOrderSummary .orderSummary .coupon-container #couponSubmit {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #0066CC;
	height: 40px;
	line-height: 25px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	margin-top: 3%;
	border: 0;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal {
	padding: 25px 0px 7px;
	border-bottom: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 20px;
	margin-bottom: 13px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p strong {
	font-size: 16px;
	line-height: 20px;
	color: #221E1F;
	font-weight: 400;
	text-transform: uppercase;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal {
	padding: 30px 0px 11px 0px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal p {
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 20px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal p strong {
	color: #0066CC;
	font-size: 20px;
	line-height: 25px;
	text-transform: capitalize;
	font-weight: 700;
}

#checkoutOrderSummaryMobile {
	display: none;
}

.checkoutAsGuest {
	display: flex;
}

#checkout .card-body #customer .checkoutAsGuest input {
	margin-right: 11px;
}

#shippingContentSimple .shippingContainer .editBtn {
	font-size: 16px;
	line-height: 19px;
	color: #221E1F;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	right: 0;
}

.checkout-qty {
	color: #0e437f;
	font-size: 14px;
}

div#paypal-login {
	text-align: center;
	width: 100%;
	margin-bottom: 6px;
}

.paypal-button.paypal-button-color-silver {
	background: transparent !important;
}

span.paypal-button-text {
	display: none;
}

ul.activeGiftCards li {
	list-style: none;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.activeGiftCards li a {
	display: inline !important;
}

div#gift-certificate {
	margin-bottom: 10px;
}

.no-payment-button {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #0066CC;
	height: 40px;
	line-height: 26px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border: 0;
}

p.credits strong,
p.credits span strong {
	color: #008000 !important;
	text-transform: none !important;
}

.bopis-change-location {
	padding: 0;
	height: 40px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #0066CC;
	border-radius: 0px;
	border: 0px;
	font-size: 18;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

label.loginLabel {
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 6px;
	margin-top: 15px;
}



#newBillAddress .form-group.col-12 {
	margin-bottom: 20px;


}

select#billingAddress-state {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
}

.form-group input {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
}

.alertMiniMsg {
	display: none;
}



select#shippingAddress-state {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
}

select#shippingAddress-country {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	margin-bottom: 20px
}

/*#shipMethodCard a#shipmethodToggleEdit {
	display: none;
}*/

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods {
	margin-top: 0px;
}


@media(max-width:991px) {
	#viewcart #viewcartContent .fieldData {
		padding: 30px 0;
	}

	#viewcart #viewcartContent .fieldHeadings {
		display: none;
	}

	#viewcart #viewcartContent .fieldData .info p {
		flex: 0 0 60%;
	}

	#viewcart #viewcartContent .fieldData strong {
		margin-bottom: 28px;
		justify-content: space-around;
	}
	#viewcart #viewcartContent .fieldData strong:before {
		content: "Price";
		text-transform: uppercase;
	}
	#viewcart #viewcartContent .fieldData .total:before {
		content: "Total";
		text-transform: uppercase;
	}

	#viewcart #viewcartContent .fieldData .quantity {
		max-width: 500px !important;
		justify-content: space-around !important;
		margin: 0 auto !important;
	}

	#viewcart #viewcartContent .fieldData {
		border: 1px solid #E5E5E5 !important;
	}

	#viewcart #viewcartContent .fieldData .quantity::before {
		
		font-size: 18px;
		line-height: 39px;
		letter-spacing: 0;
		content: "Quantity";
		text-transform: uppercase;
		margin-right: 15px;
		color: #000000
	}

	#checkoutOrderSummaryMobile {
		display: block;
		position: fixed;
		height: 70px;
		width: 100%;
		bottom: 0;
		z-index: 999999;
		left: 0;
	}

	#checkoutOrderSummaryMobile .orderSummary {
		box-shadow: 0px 0px 6px #00000029;
		border: 1px solid #E5E5E5;
		background: #fff;
		padding: 12px 10px;
		height: 70px;
		border-radius: 10px 10px 0 0 ;
	}

	#checkoutOrderSummaryMobile .orderSummary .info {
		display: flex;
		justify-content: unset;
		align-items: center;
	}

	#checkoutOrderSummaryMobile .orderSummary .info img {
		/*display: none;*/
		width: 50px;
		
	}

	#checkoutOrderSummaryMobile .orderSummary .info p {
		
		margin-bottom: 25px;
		margin-left: 30px;
	}

	#checkoutOrderSummaryMobile .orderSummary .info p span {
		font-size: 20px;
		color: #221E1F;
		text-transform: capitalize;
		line-height: 24px;
		font-weight: bold;
	}

	#checkoutOrderSummaryMobile .orderSummary .info p a {
		text-decoration: none;
		font-size: 14px;
		line-height: 23px;
		text-transform: capitalize;
		color: #337AB7;
		font-weight: bold;
		position: absolute;
		
		top: 45%;
		margin-right: 20px;
		margin-right: 20px;
	}

	#checkoutOrderSummaryMobile .orderSummary .info p a svg {
		font-size: 17px;
		margin-left: 5px;
		margin-top: 6px;
	}
	#checkoutOrderSummaryMobile .orderSummary .info p a[aria-expanded=true] svg {
		transform: rotate(180deg);
	}


	#checkout #checkoutAllDetails #newBillAddress .form-check {
		padding-left: 0;
	}

	#checkout #checkoutAllDetails #newBillAddress #billingAddress h3 {
		padding: 0 5px;
	}

	#checkoutOrderSummaryMobile .orderSummary .info strong {
		font-size: 20px;
		font-weight: bold;
		line-height: 24px;
		color: #337AB7;
		margin-right: 10px;
		margin-left: auto;
	}

	#checkout #checkoutAllDetails .accordion .card .card-body {
		padding: 0px;
	}

	#checkout #checkoutAllDetails .accordion .card .card-header button {
		margin-bottom: 15px;
	}

	article#checkoutOrderSummary {
		position: fixed;
		top: 140px;
		z-index: 9999999999999999;
		background: #fff;
		height: auto;
		overflow-y: auto;
		left: 0;
		display: none;
		padding: 0;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info span img {
		max-width: 150px;
		width: 100%;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info span.checkoutItemImage.col-12.col-sm-3 {
		margin: 0 auto;
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts p.noOfItems {
		margin-bottom: 15px;
	}

	#checkout #checkoutOrderSummary .orderSummary {
		max-width: 100%;
		height: calc(100vh - 70px);
		overflow-y: auto;
	}

	#checkout #checkoutAllDetails .accordion .card {
		padding-top: 40px;
		padding-bottom: 40px;
	}



	#checkout #checkoutAllDetails .accordion .card .card-body form#customer input.form-control {
		border-radius: 10px;
		width: 100%;
		max-width: 380px;
		height: 50px;
		border: 1px solid #707070;
		display: inline-block;
		margin: 0px;

	}

	#checkout #checkoutAllDetails .accordion .card .card-body form#customer button {
		margin-top: 10px;
		margin-bottom: 32px;

	}

	#checkout #checkoutAllDetails .accordion .card .card-body form#customer .form-group.form-check {
		margin-bottom: 32px;
	}


	#checkout #checkoutAllDetails .accordion .card .card-body form#customer p {
		margin-top: 0px;
		margin-bottom: 36px;
	}

	svg.svg-inline--fa.fa-angle-down.fa-w-10.showit {

		display: none;
	}



	#shipMethodCard a#shipmethodToggleEdit {
		/*display: none !important;*/
	}

	#shipMethodCard {
		margin: 0px !important;
	}

}

@media(max-width:575px) {
	#viewcart #viewcartContent .fieldData strong {
		margin-bottom: 0;
		justify-content: flex-start;
		max-width: 100%;
		gap: 22px;
		padding-left: 62px;
		margin-top: 0;
	}
	
	.orderSummaryProducts .CheckOutRemoveBtn {
		text-align: right;
	}

	.orderSummaryProducts .qtyHolder {
		width: max-content;
		margin: 0 0 0 auto;
	}

	.checkoutItem span.d-block.text-center.mb-2 {
		text-align: right !important;
	}

	.orderSummaryProducts .checkOutRemoveBtn {
		text-align: right;
	}

	.orderSummaryProducts .itemPriceHolder {
		text-align: right;
	}

	.logo img {
		max-width: 180px;
	}

	#viewcart #viewcartContent .fieldData .quantity {
		max-width: 274px;
	}

	#viewcart #viewcartContent .viewcartButtons a {
		max-width: 100%;
	}

	#checkout #checkoutAllDetails .accordion .card .card-header button.active span {
		margin-right: 21px;
	}

	#shippingContentSimple .form-check {
		padding: 0;
		display: flex;
		align-items: center;
	}

	#checkoutOrderSummaryMobile .orderSummary .info p {
		
	}

	#checkout #checkoutAllDetails .accordion .card .card-header h2 span {
		width: auto !important;
		/*margin-left: 66px !important;*/
	}

	#checkout #checkoutAllDetails .accordion .card .card-header h2 button span {
		position: relative;

		width: 43px !important;
		margin-left: 0 !important;

		margin-right: 21px !important;
	}

	.checkoutAsGuest {
		display: block;
	}

	#checkout #checkoutAllDetails .accordion .card .card-body form#customer input.form-control {
		margin-bottom: 15px;
		margin-inline: 0px;
		width: 100%;
	}

	#checkout #checkoutAllDetails .accordion .card .card-body form#customer button {
		max-width: 100%;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info {
		display: block !important;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info span.checkoutItemImage.col-3.col-sm-3 {
		float: left;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong {
		display: block;
		text-align: right;
		padding-left: 15px;
		margin-top: 20px;
	}

	#shippingContentSimple .shippingContainer .editBtn {
		top: 50%;
	}

	#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress .primaryShippingAddress label span {
		width: 88%;
	}

	#checkout #checkoutOrderSummary .orderSummary p.os {
		height: 50px;
		line-height: 50px;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts {
		padding: 15px 15px 0;
	}

	#checkout #checkoutOrderSummary .orderSummary .notesComments {
		padding: 10px;
	}

	#checkout #checkoutOrderSummary .orderSummary a.ac {
		height: 40px;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal {
		padding: 10px 20px 0px;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p {
		margin-bottom: 10px;
	}

	#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal {
		padding: 15px 15px
	}

}

#signIn {
	max-width: 475px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	z-index: 999;
}

#signIn .signInInner {
	opacity: 1;
	padding: 59px 26px 30px;
}

#signIn .signInInner .close-icon {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
}

#signIn .signInInner h1 {
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	color: #282828;
}

#signIn .signInInner hr {
	border-top: 1px solid #8B8B8B;
	margin: 9.5px auto 19.5px;
	opacity: 0.25;
}

#signIn .signInInner form label {
	font-size: 14px;
	line-height: 18px;
	color: #282828;
	text-transform: capitalize;
	margin-bottom: 5px;
}

#signIn .signInInner form input {
	width: 100%;
	border: 1px solid #8B8B8B;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
}

#signIn .signInInner form input:first-of-type {
	margin-bottom: 39px;
}

#signIn .signInInner form a {
	color: #8B8B8B;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .48px;
	text-transform: capitalize;
	text-decoration: underline;
	display: block;
	margin-top: 8px;
}

#signIn .signInInner form a i {
	color: #8B8B8B;
	margin-right: 5px;
}

#signIn .signInInner form button {
	background: #0066CC;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.6px;
	font-weight: bold;
	padding: 0px;
	border: 0px;
	display: block;
	width: 100%;
	margin-top: 27px;
	margin-bottom: 20px;
}

#signIn .signInInner form a:last-of-type {
	font-size: 12px;
	line-height: 15px;
	color: #8B8B8B;
	text-transform: capitalize;
	letter-spacing: 0.48px;
	text-align: center;
	display: block;
	width: 100%;
}

#signIn .signInInner .otherSignInOption h6 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 100%;
	margin: 33px 0 28px;
}

#signIn .signInInner .otherSignInOption button {
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1.6px;
	font-weight: bold;
	padding: 0px;
	border: 0px;
	display: block;
	width: 100%;
	margin-bottom: 17px;
}

#signIn .signInInner .otherSignInOption button:first-of-type {
	background: #1778F2;
	color: #fff;
}

#signIn .signInInner .otherSignInOption button:last-of-type {
	background: transparent;
	border: 1px solid #8B8B8B;
	color: #000000;
}

#signIn .signInInner .otherSignInOption a {
	font-size: 15px;
	line-height: 19px;
	text-decoration: underline;
	text-align: center;
	text-transform: capitalize;
	color: #0066CC;
	margin-top: 13px;
	display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard {
	margin-top: 45.5px;
	display: none;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard a {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0066CC;
	display: block;
	margin-bottom: 32px;
	text-decoration: none;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard p {
	font-size: 16px;
	line-height: 19px;
	color: #221E1F;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard label {
	font-size: 16px;
	line-height: 19px;
	color: #221E1F;
	font-weight: bold;
	margin-bottom: 9px;
	text-transform: capitalize;
	display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard input {
	border: 1px solid #707070;
	height: 50px;
	line-height: 50px;
	padding-left: 14px;
	font-size: 14px;
	color: #545454;
	letter-spacing: .56px;
	text-transform: capitalize;
	margin-bottom: 10px;
	width: 100%;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard .checkoutPaymentIcons {
	width: 100%;
	max-width: 230px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard .checkoutPaymentIcons a i {
	color: #000000;
	font-size: 30px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard button {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #0066CC;
	height: 50px;
	max-width: 637px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0px;
	border: 0px;
}

.checkout-pp-ordernow,
.store-pickup-method {
	font-size: 18px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #0066CC !important;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center !important;
	display: block !important;
	border: 0 !important;
	padding: 0 !important;
}





#viewcart #viewcartContent .fieldHeadings {
	background: #e3e3e3;
	border: 1px solid #e3e3e3;
	margin-bottom: 0;
}

#viewcart #viewcartContent .fieldData .info a:nth-child(2) {
	/*margin: 0 20px;*/
}

#viewcart #viewcartContent .fieldHeadings .col-5 strong {
	display: block;
}

#viewcart #viewcartContent .fieldHeadings strong {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.9px;
}

#viewcart #viewcartContent .fieldData {
	border: 1px solid #E5E5E5;
	padding: 24px 0;
}
#viewcart #viewcartContent .fieldData:last-of-type {
    border-radius: 0 0 10px 10px;
}
#viewcart #viewcartContent .fieldData .info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	gap: 20px;
}

#viewcart #viewcartContent .fieldData .gcFlex {
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

#viewcart #viewcartContent .fieldData .designation {
	font-size: 18px;
	line-height: 23px;
	color: #626262;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

#viewcart #viewcartContent .fieldData .info a svg {
	color: #545559;
	font-size: 18px;
}

#viewcart #viewcartContent .fieldData .info a img {
	max-width: 80px;
}

#viewcart #viewcartContent .fieldData .info p {
	margin-bottom: 0px;
}

#viewcart #viewcartContent .fieldData .info p span:first-of-type {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

#viewcart #viewcartContent .fieldData .info p span:last-of-type {
	font-size: 14px;
	line-height: 18px;
	color: #337AB7;
}
#viewcart #viewcartContent .fieldData .info p span a {
    color: #000000;
}

#viewcart #viewcartContent .fieldData strong {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
	display: flex;
	align-items: center;
	height: 100%;
}

#viewcart #viewcartContent .fieldData strong .itemPrice {
	color: #000;
	margin-bottom: 0;
}

#viewcart #viewcartContent .fieldData .quantity {
	max-width: 130px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: auto;
	margin-top: 55px!important;
	margin-bottom: 19px!important;
}

#viewcart #viewcartContent .fieldData .quantity input {
	max-width: 66px;
	width: 100%;
	height: 40px;
	border: 1px solid #E3E3E3;
	text-align: center;
}

#viewcart #viewcartContent .fieldData .quantity button {
	height: 40px;
	line-height: normal;
	max-width: 40px;
	width: 100%;
	text-align: center;
	padding: 0px;
	background: #E3E3E3;
	border: 1px solid #E3E3E3;
}
#viewcart #viewcartContent .fieldData .quantity .qtyHolder {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 140px;
    justify-content: flex-end;
}
#viewcart #viewcartContent .fieldData .quantity button svg {
	font-size: 24px;
	color: #221E1F;
}

#viewcart #viewcartContent .viewcartContentTotal {
	margin-top: 21px;
}

#viewcart #viewcartContent .viewcartContentTotal p {
	/* margin-bottom: 0px; */
	border: 0px solid #E5E5E5;
	height: 0px;
	line-height: 0px;
	max-width: 520px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}

#viewcart #viewcartContent .viewcartContentTotal p strong {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

#viewcart #viewcartContent .viewcartContentTotal p span {
	font-size: 18px;
	font-weight: normal;
	color: #8B8B8B;
	text-transform: capitalize;
	text-decoration: underline;
	font-style: italic;
}

#viewcart #viewcartContent .viewcartContentTotal p.viewcartFinalTotal strong {
	color: #ED2938;
	font-size: 16px;
}

#viewcart #viewcartContent .viewcartButtons {
	margin-top: 21px;
}

#viewcart #viewcartContent .viewcartButtons a {
	width: 100%;
	max-width: 520px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1.8px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: auto;
}

#viewcart #viewcartContent .viewcartButtons a:first-of-type {
	color: #fff;
	background: #0060A9;
	margin-bottom: 20px;
	border-radius: 5px;
}

/*#viewcart #viewcartContent .viewcartButtons a:last-of-type {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	display: none;
}*/

#viewcart #viewcartContent .addWlLink {
	display: none;
}
#viewcart #viewcartContent .remove {color: black;}


@media(max-width:767px) {

#viewcart #viewcartContent .fieldData strong{ justify-content: space-evenly!important;}
	#viewcart #viewcartContent .fieldData {
		padding: 32px 0 25px 0;
		justify-content: space-between!important;
	}

	#viewcart #viewcartContent .viewcartContentTotal p {
		border: 0px;
		padding: 0;
	margin-bottom: 30px;
	}

	#viewcart #viewcartContent .viewcartButtons a {
		border-radius: 5px;
	}

	#viewcart #viewcartContent .viewcartButtons a:first-of-type:hover {
		background: #540004;
	}

	#viewcart #viewcartContent .viewcartButtons a:last-of-type:hover {
		background: #212121;
	}

	#viewcart #viewcartContent .fieldData .info {
		/*justify-content: space-between;*/
	}

	#viewcart #viewcartContent .fieldData {
		margin-bottom: 0;
	}

	#article#checkoutAllDetails {
		padding-inline: 20px;
	}


	#checkout #checkoutAllDetails #newShippAddress button#submitShipping {
		background: #fff;
		width: calc(100% - 30px);
		height: 50px;
		line-height: 28px;
		text-align: center;
		text-transform: uppercase;
		color: #337AB7;
		font-size: 20px;
		font-weight: bold;
		border: 2px solid #337AB7;
		padding: 0px;
		margin: 0px;
		border-radius: 10px;
		margin-top: 15px;
		margin-bottom: 10px;
		margin-left: 15px;
		margin-right: 15px;
	}

	#checkout #checkoutAllDetails .accordion .card {
		padding-top: 40px;
		padding-bottom: 40px;
	}


	#checkout #checkoutAllDetails .accordion .card .card-header {

		margin-bottom: 0px;
	}

	#checkout #checkoutAllDetails #newBillAddress .form-row button#submitBilling {
		background: #fff;
		width: calc(100% - 30px);
		height: 50px;
		line-height: 25px;
		text-align: center;
		text-transform: uppercase;
		color: #337AB7;
		font-size: 20px;
		font-weight: bold;
		border: 2px solid #337AB7;
		padding: 0px;
		margin-left: 12px;
		border-radius: 10px;
		margin-top: 0px;

	}

	#checkout #checkoutAllDetails .accordion .card .card-body div#newBillAddress #billingAddress h3 {
		color: #221E1F;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		font-family: "futurabook";
		margin: 0px;
		padding-inline: 13px;
	}


}

#viewcart #viewcartContent{
	margin-top: 10px;
}

#viewcart #viewcartContent .fieldHeadings {
	background: #000000;
	border: 1px solid #e3e3e3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 0;
}


#viewcart #viewcartContent .fieldHeadings strong {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.9px;
}


#viewcart #viewcartContent .fieldData .info p span:first-of-type {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: 'sofiaProRegular';
}
#viewcart #viewcartContent .fieldData .info p span.brand{text-transform: uppercase;}
#viewcart #viewcartContent .fieldData .designation {
	font-size: 16px;
	line-height: 20px;
	color: #337AB7;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: 'sofiaProRegular';
}

#viewcart #viewcartContent .fieldData strong .itemPrice {
	color: #000;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 22px;
	font-family: 'sofiaProRegular';
}


#viewcart #viewcartContent .fieldData strong {
	justify-content: center;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	display: flex;
	align-items: center;
	height: 100%;
	font-family: 'sofiaProRegular';
	flex-direction: column;
}
#viewcart #viewcartContent .fieldData strong .listPrice {margin: 0; text-decoration: line-through red;}


#viewcart #viewcartContent .viewcartContentTotal p strong {
	font-size: 25px;
	line-height: 31px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: 'sofiaProBold';
}



#viewcart #viewcartContent .first {
	padding-right: 40px;
}

#viewcart #viewcartContent .first #yourCartinner{display: flex;justify-content: space-between;}
#viewcart #viewcartContent .first .viewcartHeading {
	font-size: 30px;
	line-height: 37px;
	color: #000;
	font-family: 'sofiaProBold';
	margin-bottom: 15px;
}

#viewcartContent .last {
	height: max-content;
	/* padding-left: 40px!important;
	max-width: 420px;
	width: 100%; */
}

#viewcartContent .last .viewcartbtnsHeading {
	font-size: 30px;
	line-height: 37px;
	color: #000;
	font-family: 'sofiaProBold';
	margin: 0px;
	padding: 0px;

}

#viewcartContent .last .viewcartbtns {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	height: fit-content;
	padding: 32px 10px 30px 10px;
	margin-top: 15px;
}



#viewcart #viewcartContent .viewcartButtons a:first-of-type {
	color: #337AB7;
	background: #fff;
	margin-bottom: 0px;
	font-size: 25px;
	line-height: 50px;
	border: 2px solid #337AB7;
	border-radius: 10px;
	text-align: center;
	height: 50px;
}


#viewcart #viewcartContent .viewcartContentTotal {
	margin-top: 0px;
}

#viewcart #viewcartContent .viewcartContentTotal p {
	margin-bottom: 0px 0px 37px 40px;
	border: 0px solid #E5E5E5;
	height: 60px;
	line-height: 60px;
	max-width: 520px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
	font-family: 'sofiaProBold';
}


.offset-lg-8.offset-md-7.offset-sm-0.col-lg-4.col-md-5.col-12 {
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 32px 10px 30px 10px;
	margin-left: 40px;
}

#viewcart #viewcartContent .viewcartButtons a:first-of-type:hover {
	background: #337AB7;
	color: #fff;
}

#viewcart #viewcartContent {
	/* margin: 0px; */
	padding: 20px;
}









/* checkour page css starts */
#checkout #checkoutAllDetails .accordion .card .card-header {
	background-color: transparent;
	border: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
	margin-bottom: 24px;
}


#checkout #checkoutAllDetails .accordion .card .card-header button b {
	font-size: 25px;
	line-height: 30px;
	color: #221E1F;
	text-transform: uppercase;
	font-family: 'sofiaProBold';
	width: min-content;
	display: inline-flex;
	vertical-align: super;
	flex: 100%;
	letter-spacing: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer label.email {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #221E1F;
	font-weight: normal;
	display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer input.form-control {
	border-radius: 10px;
	width: 100%;
	max-width: 375px;
	height: 50px;
	border: 1px solid #707070;
	display: inline-block;
	margin: 0px;
}


#checkout #checkoutAllDetails .accordion .card .card-body form#customer button {
	background: #fff;
	width: 100%;
	max-width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #337AB7;
	font-size: 20px;
	font-family: 'sofiaProBold';
	border: 2px solid #337AB7;
	padding: 0px;
	margin: 0px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#checkout #checkoutAllDetails input[type=checkbox] {
	margin-top: 0px !important;
	appearance: none;
	background-color: #fff;
	margin: 0px 10px 0px 0px;
	font: inherit;
	width: 17px;
	height: 17px;
	border-radius: 3px;
	margin-right: 0px;
	display: grid;
	place-content: center;
	border: 1px solid #707070;
}


#checkout #checkoutAllDetails .accordion .card .card-body form#customer label.form-check-label {
	font-size: 15px;
	line-height: 19px;
	color: #221E1F;
	font-family: 'sofiaProRegular';
	margin-left: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer .form-group.form-check {
	padding-left: 0;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}


#checkout #checkoutAllDetails .accordion .card .card-body form#customer p {

	margin-bottom: 45px;
	font-size: 16px;
	line-height: 20px;
	color: #221E1F;
	font-family: 'sofiaProRegular';
}


#checkout #checkoutAllDetails .accordion .card .card-body form#customer p a {
	color: #337AB7;
	font-family: 'sofiaProRegular';
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
}


#checkout #checkoutOrderSummary .orderSummary p.os strong {
	color: #221E1F;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: 'sofiaProBold';
}


#checkout #checkoutOrderSummary .orderSummary p.os a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	font-family: 'sofiaProRegular';
	text-decoration: none;
	text-transform: capitalize;
	margin-top: 27px;
}


#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts p.noOfItems {
	font-size: 16px;
	line-height: 20px;
	color: #221E1F;
	font-family: 'sofiaProRegular';
	text-transform: capitalize;
	margin-bottom: 20px;
}

.checkoutItem span {
	color: #221E1F;
	font-size: 16px;
	line-height: 20px;
	font-family: 'sofiaProRegular';
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts {
	padding: 20px 30px 35px 20px;
	border-bottom: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments {
	padding: 19px 0px;
	border-bottom: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments label {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #221E1F;
	text-transform: capitalize;
	margin-bottom: 10px;
	padding-left: 20px;
	font-family: 'sofiaProRegular';
}


#checkout #checkoutOrderSummary .orderSummary .notesComments textarea {
	border: 0.5px solid #707070;
	border-radius: 10px;
	margin-inline: 20px;
	width: calc(100% - 40px);
	margin: 0px 20px 20px 20px;
}


#checkout #checkoutOrderSummary .orderSummary a.ac {
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #337AB7;
	font-size: 16px;
	font-family: 'sofiaProRegular';
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 19px;
	margin-bottom: 21px;
}


svg.svg-inline--fa.fa-angle-right.fa-w-8.coupon-icon {
	font-size: 18px;
}


#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal {
	padding: 25px 0px 7px;
	border-bottom: 1px solid #E5E5E5;
}


#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p strong {
	font-size: 16px;
	line-height: 20px;
	color: #221E1F;
	font-family: 'sofiaProRegular';
	text-transform: uppercase;
}


#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 20px;
	margin-bottom: 13px;
}


#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal p strong {
	color: #0066CC;
	font-size: 20px;
	line-height: 25px;
	text-transform: capitalize;
	font-family: 'sofiaProBold';
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal {
	padding: 30px 0px 11px 0px;
}




#checkout #checkoutAllDetails #newShippAddress form#shippingAddress strong {
	font-family: 'sofiaProBold';
	color: #221E1F;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}


label.loginLabel {
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 6px;
	font-family: 'sofiaProRegular';
	margin-top: 20px;
}

span.required {
	color: #FF0000;
}


.form-group input {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
}


#checkout #checkoutAllDetails #newShippAddress button#submitShipping {
	background: #fff;
	width: 100%;
	max-width: 380px;
	height: 50px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #337AB7;
	font-size: 20px;
	font-family: 'sofiaProBold';
	border: 2px solid #337AB7;
	padding: 0px;
	margin: 0px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 12px;
}

#checkout #checkoutAllDetails .accordion .card {
	border: 0px;
	border-top: 1px solid #E5E5E5;
	background: transparent;
	padding-top: 40px;
	padding-bottom: 40px;
}


#checkout #checkoutAllDetails .accordion .card .card-body {
	/*padding: 0px 64px;*/
	margin-top: 31px;
}

#checkout #checkoutAllDetails input[type=checkbox] {
	appearance: none;
	background-color: #fff;
	margin: 0px 10px 0px 0px;
	font: inherit;
	width: 17px;
	height: 17px;
	border-radius: 3px;
	margin-right: 0px;
	display: grid;
	place-content: center;
	border: 1px solid #707070;
}

#checkout #checkoutAllDetails #newBillAddress .savedAddress label {
	margin-left: 10px;
	cursor: pointer;
	color: #221E1F;
	font-size: 16px;
	line-height: 20px;
	font-family: 'sofiaProRegular';
}


#checkout #checkoutAllDetails .accordion .card .card-body div#newBillAddress #billingAddress h3 {
	color: #221E1F;
	font-size: 16px;
	line-height: 19px;
	font-family: 'sofiaProBold';
	font-family: "futurabook";
	margin: 0px;
}

label.loginLabel {
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-family: 'sofiaProRegular';
	margin-bottom: 6px;
	margin-top: 15px;
}


.form-group input {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
}

#newBillAddress .form-group.col-12 {
	margin-bottom: 20px;
}

#newBillAddress .form-row .form-group.col-lg-4 {
	margin-bottom: 20px;
}

#checkout #checkoutAllDetails #newBillAddress .form-row button#submitBilling {
	background: #fff;
	width: 100%;
	max-width: 380px;
	height: 50px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #337AB7;
	font-size: 20px;
	font-family: 'sofiaProBold';
	border: 2px solid #337AB7;
	padding: 0px;
	margin-left: 12px;
	border-radius: 10px;
	margin-top: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body {
	/*padding: 0px 64px;*/
	margin-top: 18px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods p {
	font-size: 16px;
	color: #221E1F;
	line-height: 20px;
	font-family: 'sofiaProRegular';
	text-transform: capitalize;
	margin-bottom: 14px;
}


#checkout #checkoutAllDetails .accordion .card .card-body .smlayout:first-of-type{
	border-radius: 10px 10px 0px 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout:last-of-type{border-radius: 0px 0px 10px 10px;}
#checkout #checkoutAllDetails .accordion .card .card-body .smlayout.active:first-of-type {
	background: #E5E5E5;
	padding: 23px;
	/*border-radius: 10px 10px 0px 0px;*/
}
#checkout #checkoutAllDetails .accordion .card .card-body .smlayout.active:last-of-type {
	background: #E5E5E5;
	padding: 23px;
	/*border-radius: 10px 0px 10px 10px;*/
}


#checkout #checkoutAllDetails .accordion .card .card-body .smlayout label span {
	color: #221E1F;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	display: block;
	font-weight: 400;
	font-family: 'sofiaProRegular';
}


#checkout #checkoutAllDetails .accordion .card .card-body .smlayout .form-group strong {
	font-size: 16px;
	line-height: 20px;
	color: #221E1F;
	font-family: 'sofiaProRegular';
}
div#cartItemsCard .infoimgtextHolder {
    display: flex;
}
div#cartItemsCard .prodDescription
{
	margin-left:7px;
}