@charset "utf-8";

/* CSS Document */
.inner-sec1 {
	padding: 55px 0;
}

.inners1-lft {
	float: left;
	width: 45%;
}

.inners1-rgt {
	width: 50%;
	float: right;
	margin-top: 40px;
}

.slide-img {
	margin: 0 auto;
	display: block;
	max-width: 80%;
}

.inners1-txt1,
.inners1-txt2 {
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #707070;
	text-align: left;
	text-transform: uppercase;
}

.inners1-txt2 {
	font-size: 30px;
	line-height: 36px;
	color: #000;
	padding: 9px 0 20px 0;
	background: url(../images/inners1-line.png) left bottom no-repeat;
}

.inners1-txt3 {
	font-weight: bold;
	font-size: 27px;
	line-height: 33px;
	color: #000;
	text-align: left;
	margin: 22px 0 0 0;
}

.inners1-txt3 sup {
	font-size: 14px;
	line-height: 14px;
}

.inners1-txt4 {
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #11151b;
    text-align: left;
    margin: 17px 0 20px 0;
    letter-spacing: 0.5px;
}

.fieldToggle {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.fieldToggle input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.fieldToggle:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.fieldToggle input:checked~.checkmark {
	background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.fieldToggle input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.fieldToggle .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.purchasebd {
	margin: 36px 0 0 0;
}

.purchasebd label {
	font-size: 17px;
	line-height: 20px;
	color: #000;
	text-align: left;
}

.purchasebd select {
	margin-top: 10px;
	width: 100%;
	height: 45px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	font-family: 'Montserrat';
	font-size: 17px;
	line-height: 27px;
	color: #1d1d1d;
	text-align: left;
	font-weight: 300;
}

ul.inners1-list {
	margin: 44px 0 0 0;
}

ul.inners1-list li {
	float: left;
	display: inline-block;
	margin: 0 20px 0 0;
	width: 100%;
	margin: 10px 0;
}

ul.inners1-list li:last-child {
	margin: 0;
}

.cartbtn {
	height: 42px;
	width: 200px;
	background: #191919;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	padding: 9px 5px 4px 5px;
	display: inline-block;
	border-radius: 50px;
}

.bundle-txt1 {
	color: #000;
	font-size: 24px;
	margin-top: 25px;
	font-weight: 600;
}

.buyOpt-row {
	float: left;
	width: 100%;
	padding: 15px 18px;
	cursor: pointer;
	position: relative;
	border: 1px solid #e1e1e1;
	margin-top: 15px;
	border-radius: 4px;
}

.buyOpt-row.active {
	border-color: #56c9fb;
	-webkit-box-shadow: 0 0 8px 0 #57CCFF;
	box-shadow: 0 0 8px 0 #57CCFF;
}

.packageOpt {
	float: left;
	width: 62%;
	text-align: left;
	position: relative;
	padding-left: 35px;
}

.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
}

.packageOpt input[type=radio]+span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 1px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #fed981;
}

.packageOpt input[type=radio]:checked+span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: -7px;
	width: 22px;
	height: 22px;
	background: url(../images/checkmark.png) no-repeat center center;
}

.packageOpt p {
	float: left;
	width: 100%;
	color: #2c2c2c;
	font-size: 19px;
	line-height: 22px;
	font-weight: 600;
}

.pkgPrice {
	float: right;
	width: 38%;
	text-align: right;
	padding-right: 7px;
}

.pkgPrice p {
	float: left;
	width: 100%;
	color: #2c2c2c;
	font-size: 19px;
	line-height: 20px;
	font-weight: 600;
}

.prod-selector {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.prod-selector label {
	float: left;
	width: 100%;
	color: #333;
	font-size: 17px;
}

.prod-selector select {
	float: left;
	width: 100%;
	height: 40px;
	border: 1px solid #c7c7c7;
	outline: none;
	font-family: 'Montserrat';
	color: #000;
	font-size: 17px;
	font-weight: 300;
	padding: 0 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 4px;
	background: url(../images/dwn-arw.png) no-repeat right center;
}


/*===================inner section2===================*/
.inner-sec2 {
	padding: 10px 0 50px 0;
}


@media only screen and (max-width: 767px) {
	.inner-sec1 {
		padding: 30px 0 20px 0;
	}

	.inners1-lft,
	.inners1-rgt {
		width: 100%;
		float: none;
	}

	.inners1-lft {
		width: 340px;
		margin: 0 auto;
		display: block;
	}

	.inners1-rgt {
		margin: 36px 0 0 0;
	}

	.inners1-txt2 {
		font-size: 25px;
		line-height: 31px;
		padding: 4px 0 10px 0;
	}

	.inners1-txt4 {
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0 0 0;
	}

	.purchasebd {
		margin: 26px 0 0 0;
	}

	ul.inners1-list {
		margin: 30px 0 0 0;
	}

	.packageOpt p,
	.pkgPrice p {
		font-size: 17px;
	}
}


/*=========CART_PAGE=================*/

.cart-sec {
	padding: 40px 0 60px;
}

ul.shiping-info {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

ul.shiping-info li {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	line-height: 25px;
	color: #000;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 17px;
	position: relative;
}

ul.shiping-info li span {
	color: #bbb9b9;
}

ul.shiping-info li a,
ul.shiping-info li a:hover span {
	color: #000;
}

ul.shiping-info li:before {
	content: ">";
	position: absolute;
	top: -1px;
	right: -9px;
	font-size: 25px;
	line-height: 25px;
	color: #bbb9b9;
	font-weight: 300;
}

ul.shiping-info li:last-child:before {
	display: none;
}


.cart-heading-row {
	float: left;
	width: 100%;
	border-bottom: 2px solid #e3e0e0;
	font-size: 15px;
	line-height: 17px;
	color: #303030;
	text-transform: uppercase;
	font-weight: 600;
}

.cart-col-1,
.cart-col-2,
.cart-col-3,
.cart-col-4 {
	float: left;
	width: 14%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.cart-col-4 {
	width: 16%;
	/* float: right; */
}

.cart-heading-row .cart-col-1,
.cart-heading-row .cart-col-2,
.cart-heading-row .cart-col-3,
.cart-heading-row .cart-col-4 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart-col-1 {
	width: 40%;
	text-align: left;
	position: relative;
}

.checkout-cartbag-col {
	width: 80%;
}

.cart-prd-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
}

.cart-prd-1 {
	/* position: absolute; */
	left: 30px;
	top: 17px;
	width: 60px;
	float: left;
	margin-right: 10px;
}

.cart-prd-name {
	float: left;
	width: 100%;
	padding: 2px 0 0 100px;
	color: #303030;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
}

.cart-prd-name span {
	font-size: 14px;
	margin-top: 7px;
}

.cart-prd-name p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}

.del-icon {
	position: absolute;
	top: 35px;
	right: 10px;

}

.del-icon i {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 15px !important;
	line-height: 17px !important;
	border-radius: 100%;
	color: #ccc;
	font-weight: bold;
	text-align: center;
	border: 2px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	cursor: pointer;
}

.del-icon i:hover {
	border: 2px solid #333;
	color: #333;
}

.unit-price {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

.cart-qty-div {
	display: inline-block;
	vertical-align: middle;
}

.cart-qty-div.c-q-1.custom_quant_bar {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	border: 1px solid #00000017;
}

.custom_quant_bar button#sub {
	padding: 0px;
	width: 100px;
	background: transparent;
	color: #000000;
	padding-left: 6px;
	position: relative;
	left: 3px;
}

.custom_quant_bar input#Quantity5 {
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 60px;
	border: none;
	outline: none;
}

.custom_quant_bar button#add {
	position: relative;
	padding: 0px;
	background: transparent;
	color: #000000;
	padding-right: 4px;
	right: 4px;
}

/* Chrome, Safari, Edge, Opera */
.custom_quant_bar input::-webkit-outer-spin-button,
.custom_quant_bar input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.custom_quant_bar input[type=number] {
	-moz-appearance: textfield;
}

.sub1,
.add1 {
	float: left;
	width: 28px;
	border: 1px solid #ddd;
	height: 32px;
	text-align: center;
	background: #f3f1f1;
	color: #000;
	font-size: 18px;
	line-height: 18px;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
}

.cart-qty-div input {
	float: left;
	border: none;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	background: none;
	width: 35px;
	text-align: center;
	height: 32px;
	font-size: 18px;
	color: #303030;
	font-family: 'Montserrat';
}

.cart-prc-row {
	float: right;
	width: 38%;
	margin-top: 50px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

.cart-rit-price-row {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.cart-rit-price {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #303030;
	text-align: left;
	padding: 9px 0;
}

.cart-rit-price:nth-child(1) {
	border-bottom: 2px solid #ced4da;
}

.cart-rit-price:nth-child(2) {
	border-bottom: 1px solid #ced4da;
}

.cart-rit-price:nth-child(4) {
	padding: 0;
}

.cart-rit-price:nth-child(6) {
	border-top: 1px solid #ced4da;
	border-bottom: 2px solid #ced4da;
}

.cart-rit-price span {
	float: right;
	text-align: right;
	color: #303030;
}

.cart-btn-row {
	float: right;
	width: 48%;
	padding-top: 35px;
}

.address-h {
	cursor: pointer;
}

.cart-ship-t1 {
	float: left;
	font-size: 15px;
	color: #666;
	padding-top: 80px;
}

a.continue-btn {
	float: left;
	line-height: 45px;
	background: #fff;
	color: #0f2b40;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 0 30px;
	border: 2px solid #0f2b40;
	text-align: center;
	margin-top: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

a.continue-btn:hover {
	background: #0f2b40;
	color: #fff;
}

button.update-btn {
	float: none;
	line-height: 35px;
	background: #0f2b40;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0 17px;
	text-align: center;
	margin-top: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
	margin-left: 0;
	opacity: 0.6;
	margin: auto;
	max-width: 165px;
	width: 100%;
	display: block;
	overflow: hidden;
}

button.update-btn:hover {
	outline: none;
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.btn-group-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
}

.btn-group-row .continue-btn {
	width: 100%;
	margin-top: 0;
	margin-right: 7px;
	max-width: 300px;
}

.btn-group-row .proceed-btn {
	width: 100%;
	margin-top: 0;
	max-width: 400px;
}

a.proceed-btn {
	float: left;
	width: 100%;
	background: #e20000;
	border-radius: 2px;
	text-align: center;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	border-color: rgba(0, 0, 0, 0.05);
	margin-top: 10px;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s
}

a.proceed-btn:hover {
	outline: none;
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.couponBox {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 28px;
}

.coupon-txt {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	border-bottom: 2px solid #ddd;
	padding-bottom: 6px;
}

.coupon-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 7px 0 0
}

.apply-cuppon {
	display: inline-block;
	vertical-align: middle;
	background: #fffedc;
	width: 280px;
	height: 40px;
	border: 1px solid #e8e6b3;
	margin-top: 5px;
}

.couponBox .cpn-fld {
	float: left;
	font-size: 15px;
	color: #000;
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	margin-top: 16px;
}

a.apply-btn {
	float: left;
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border: 1px solid #ddd;
	color: #5d5d5d;
	font-weight: 300;
	margin-top: 16px;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s
}

a.apply-btn:hover {
	outline: none;
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

/*------------------------------
         CHECKOUT SECTION
--------------------------------*/
.checkout-sec {
	float: left;
	width: 100%;
	background: #fff;
	padding: 35px 0 90px;
}

.ordr-id-txt {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	margin-top: 40px;
	color: #271e21;
	font-weight: 300;
}

.ordr-id-lbl {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-top: 20px;
	color: #271e21;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: 'Montserrat';
}

.custom-user {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	font-weight: 300;
	height: 40px;
	outline: none;
	font-family: 'Montserrat';
}

.custom-user:focus {
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.submit_login {
	float: left;
	width: 278px;
	height: 40px;
	font-family: 'Montserrat';
	background: #0f2b40;
	text-align: center;
	border: 1px solid #777;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	margin-top: 25px;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
}

.submit_login:hover {
	background: #0f2b40;
}

.returng-custmr-txt {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	color: #271e21;
	font-weight: 300;
	margin-top: 40px;
}

.returng-custmr-txt a {
	color: #271e21;
}

.returng-custmr-Fld-box {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.returng-custmr-txt2 {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	color: #271e21;
	font-weight: 300;
}

.frmfld {
	float: left;
	width: 100%;
	text-align: left;
	/* margin-top: 15px; */
}

.frmfld.hlf {
	width: 48%;
}

.frmfld.fr {
	float: right;
}

.frmfld.cvv {
	width: 24%;
	margin-left: 0;
}

.frmfld label {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #3a3a3a;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: 'Montserrat';
}

.frmfld input,
.frmfld select,
.frmfld textarea {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	font-weight: 300;
	height: 45px;
	outline: none;
	font-family: 'Montserrat';
	border-radius: 4px;
}

.frmfld input:focus {
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.frmfld textarea {
	min-height: 120px;
}

.login-btn {
	float: left;
	width: 93px;
	height: 40px;
	font-family: 'Montserrat';
	background: #0f2b40;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
}

.remembr-me {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	color: #271e21;
	font-weight: 300;
	margin-top: 10px;
}

.remembr-me input {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: -6px 5px 0 0;
}

.lost_password {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	color: #271e21;
	font-weight: 300;
	margin-top: 10px;
}

.lost_password a {
	color: #271e21;
}

.coupn-box {
	float: left;
	width: 100%;
	border: 2px dashed #0f2b40;
	padding: 15px 30px 30px;
	margin-top: 8px;
	text-align: left;
}

.coupn-box label {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #271e21;
	font-weight: 300;
	margin-bottom: 5px;
	font-family: 'Montserrat';
}

.apply-cuppon {
	float: left;
	width: 100%;
}

.apply-cuppon input {
	float: left;
	width: calc(100% - 155px);
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	font-weight: 300;
	height: 40px;
	outline: none;
	font-family: 'Montserrat';
}

.apply-cuppon input:focus {
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.apply-cuppon button {
	float: right;
	width: 155px;
	font-family: 'Montserrat';
	height: 40px;
	line-height: 38px;
	background: #0f2b40;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}

.chk-left {
	float: left;
	width: 100%;
	text-align: left;
	/* margin: 20px 0; */
}

.bilnghdng {
    margin: 0 0 1.7rem 0;
    padding: 0 0 0 0;
    min-width: 9rem;
    color: #3a3a3a;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 2px solid #313131;
}

.fieldToggle {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	color: #271e21;
	font-weight: 300;
	margin-top: 20px;
}

.fieldToggle input {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: -6px 5px 0 0;
}

.chk-rgt {
	/* float: right; */
	/* width: 92%; */
	/* border:2px solid #0f2b40; */
	padding: 25px;
	margin-top: 75px;
	/* margin-right: 50px; */
	box-shadow: 0 1px 50px 0 rgba(0, 0, 0, .12);
	height: 100%;
}

.smry-prc-p1 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	font-weight: 500;
	padding: 10px 0 10px 0;
	margin-top: 5px;
	text-transform: uppercase;
	border-bottom: 2px solid #ddd;
}

.smry-prc-p1 span {
	float: right;
}

.smry-prc-p2 {
	/* float: left; */
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #3a3a3a;
	padding: 10px 0 10px 0;
	/* border-bottom:1px solid #ddd; */
	/* font-family: 'Gilroy-Regular', sans-serif; */
}

.smry-prc-p2 small {
	float: left;
	font-size: 14px;
	width: 84%;
}

.smry-prc-p2 span {
	float: right;
	font-weight: normal;
	font-weight: 400;
	font-size: 16px;
}

.pay-crdt {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-top: 15px;
}

.pay-crdt input {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 0;
}

.pay-crdt img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0;
}

.placeOrde-btn {
	float: left;
	width: 170px;
	height: 50px;
	font-family: 'Montserrat';
	/* background: #e20000; */
	text-align: center;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	margin-top: 15px;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	padding: 0px 0 0 !important;
}

.placeOrde-btn:hover {
	outline: none;
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.pay-secure {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	color: #271e21;
	font-weight: 300;
	margin-top: 10px;
}

input.has-error,
select.has-error {
	background: url(../images/error-input.png) 97.5% 50% no-repeat #fff !important;
	border: 1px solid orange !important;
}

input.no-error,
select.no-error {
	background: url(../images/tick-input.png) 97.5% 50% no-repeat #fff !important;
	border: 1px solid green !important;
}

@media only screen and (min-width: 769px) {

	.chk-rgt .hlf input.has-error,
	.hlf select.has-error {
		background-position: 90.5% 50% !important;
	}

	.chk-rgt .hlf input.no-error,
	.hlf select.no-error {
		background-position: 90.5% 50% !important;
	}
}

@media only screen and (max-width: 575px) {

	input.has-error,
	select.has-error {
		background-position: 94.5% 50% !important;
	}

	input.no-error,
	select.no-error {
		background-position: 94.5% 50% !important;
	}
}

@media only screen and (max-width:1187px) {

	/*=========Cart Section==========*/

	.cartLft {
		width: 65%;
	}

	.cart-prc-row {
		width: 34%;
	}

	.cart-form {
		width: 245px;
	}


}


@media only screen and (max-width:1021px) {

	/*=========Cart Section==========*/

	ul.shiping-info li {
		font-size: 22px;
		line-height: 22px;
	}

	.cart-heading-row {
		font-size: 13px;
		line-height: 15px;
	}

	.cart-col-1 {
		width: 49%;
	}

	.cart-col-2,
	.cart-col-3 {
		width: 18%;
	}

	.cart-col-4 {
		width: 15%;
	}

	.cart-prd-1 {
		left: 20px;
	}

	.cart-prd-name {
		padding-left: 85px;
	}

	.cart-prd-name {
		font-size: 14px;
	}

	.cart-prd-name p {
		font-size: 13px;
		line-height: 16px;
	}

	.cart-qty-div input {
		width: 31px;
	}

	a.proceed-btn {
		height: 50px;
		font-size: 15px;
		line-height: 55px;
	}

	.cart-form {
		width: 170px;
	}

	.cart-ship-t1 {
		font-size: 13px;
	}

	.cart-form .cart-fld {
		font-size: 13px;
	}


}

@media (max-width: 1020px) {
	.btn-group-row {
		flex-direction: column;
	}

	.btn-group-row .continue-btn {
		width: 100%;
		margin-right: 0px;
		max-width: 100%;
	}

	.btn-group-row .proceed-btn {
		width: 100%;
		margin-top: 10px;
		max-width: 100%;
	}
}

@media only screen and (max-width:767px) {

	/*=========Cart Section==========*/

	.cart-sec {
		padding: 30px 0;
	}

	.shipg-hd {
		float: left;
		width: 100%;
		font-size: 25px;
		line-height: 25px;
		color: #000;
		font-weight: 300;
		text-transform: uppercase;
		text-align: center;
	}

	.cartLft {
		width: 100%;
		margin-top: 25px;
	}

	.cart-col-2,
	.cart-col-4 {
		display: none;
	}

	.cart-col-1 {
		width: 75%
	}

	.cart-col-3 {
		width: 25%;
	}

	.cart-prd-row {
		padding-bottom: 10px;
	}

	.cart-qty-div input {
		width: 27px;
	}

	a.continue-btn {
		font-size: 16px;
		line-height: 34px;
		padding: 0 25px;
		margin-right: 15px;
	}

	.cart-prc-row {
		width: 100%;
		border: none;
		padding: 0;
		margin-top: 25px;
	}

	a.proceed-btn {
		font-size: 19px;
	}

	button.update-btn {
		margin-left: 0;
	}

	button.disabled {
		background: blue !important;
	}

	button.disabled:hover {
		background: blue !important;
	}

	.cart-form {
		width: 270px;
	}

	.cart-ship-t1 {
		font-size: 15px;
	}

	.cart-form .cart-fld {
		font-size: 15px;
	}


	/*=========Checkout Section==========*/
	.returng-custmr-txt {
		font-size: 15px;
		line-height: 22px;
		margin-top: 18px;
	}

	.coupn-box {
		padding: 15px 15px 20px;
	}

	.chk-left {
		width: 100%;
		margin-top: 10px;
	}

	.checkout-sec {
		padding: 30px 0 30px;
	}

	.chk-rgt {
		width: 100%;
		padding: 20px;
		margin-top: 30px;
	}

	.frmfld.hlf {
		width: 100%;
	}

	.frmfld.cvv {
		width: 50%;
		margin-left: 0;
	}

	.pay-crdt img {
		margin-top: 2px;
	}

}

#empty-cart .continue-btn {
	float: none;
	margin: 16px auto auto auto;
	left: 0;
	right: 0;
	display: table;
}

#empty-cart p {
	text-align: center;
}


@media (min-width: 550px) {
	.frmfld.hlf.nw-expmtn {
		margin-right: 4%;
	}

	input.input-text.apt-nw.apt-first {
		margin-right: 4%;
	}

	input.input-text.apt-nw {
		width: 48%;
		float: left;
	}
}

@media (max-width: 549px) {
	input.input-text.apt-nw.apt-first {
		margin-bottom: 15px;
	}
}

.left_check {
	/* width: 53%; */
	/* float: left; */
	margin-top: 60px;
}

.right_check {
	/* width: 43%; */
	/* float: right; */
	/* flex: 0 0 auto; */
	width: 110%;
}

.summry {
	width: 100%;
	float: left;
	padding: 0px 0 15px;
	border-bottom: 1px solid;
	border-color: #e6e6e6;
}

/* .summry .bilnghdng {
	float: left;
	display: inline-block;
	font-size: 15px;
	color: #008ad8;
	width: auto;
	border: 0;
	text-transform: inherit;
	font-weight: 400;
} */

.edit_option {
	float: right;
	display: inline-block;
	color: #191919;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(4%, rgba(0, 78, 119, .6)));
	background-image: linear-gradient(transparent 96%, rgba(0, 78, 119, .6) 4%);
	background-repeat: repeat-x;
	background-position-y: 0px;
	line-height: 1;
	font-weight: 300;
	padding-bottom: 1px;
}

.edit_option:focus,
.edit_option:hover {
	color: #008ad8;
}

.right_check .cart-prd-name {

	padding: 2px 0 0 70px;

	color: #191919;

	font-size: 16px;

	line-height: 20px;

	font-weight: 300;
}

.right_check .cart-prd-1 {

	left: 0;

}

.right_check .cart-prd-name i {
	font-size: 16px;
	color: #787878;
	line-height: 26px;
	font-style: italic;
	font-weight: 300;
}

div#checkoutCart {
	float: left;
	width: 100%;
	margin-top: 25px;
}


p#taxAmount 
 {
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	/* font-family: 'Gilroy-Regular', Arial, sans-serif; */
	color: #3a3a3a;
	font-size: 16px;
}

.smry-prc-p2 span strong {
	font-size: 16px;
	font-weight: 600;
}

.alet {}

.alet {
	font-size: 15px;
	font-weight: 300;
	color: #888;
	padding: 40px 0 0 50px;
}

.topalrt {
	float: left;
	width: 100%;
}

.customer_edit_option,
.shipping_edit_option,
.edit_option,
.billing_edit_option {
	float: right;
}

button#submitBtn {
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: larger;
}


.cust-sec-badge-info-box {
	max-width: 1230px;
	margin: 0 auto;
	gap: 20px;
	padding: 0 15px;
}
}

.cust-sec-badge-info-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cust-sec-badge-row {
	width: 456px;
}

.cust-sec-badge-row {
	display: flex;
	flex-direction: row;
	align-items: top;
	gap: 12px;
	width: 100%;
}

.cust-sec-badge-icon {
	width: 58px;
	height: 58px;
}

.cust-sec-badge-text {
	width: 376px;
}

.cust-sec-badge-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.cust-sec-badge-text h3 {
	font-family: 'Gilroy', 'Avenir', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	text-transform: capitalize;
	color: #3a3a3a;
	margin-bottom: 0;
}

.cust-sec-badge-text p {
	font-family: 'Gilroy', 'Avenir', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #3a3a3a;
}

.check-box-1 {
	display: inline-block;
}

.newsletter-d input {
	float: none;
	width: 5%;
	height: auto;
}

.cartLft {
	width: calc(100% - 385px);
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-right: 15px;
}

.cart-total {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #c9c9c9;
}

.cart-heading-row {
	background-color: #f1efef;
	padding: 10px;
}

.cart-prd-row {
	border: 1px solid #f1efef;
	position: relative;
}


@media (min-width: 1025px) {

	.cart-sec {
		display: flex;
		margin-top: 50px;

	}

	.cartRght {
		width: 385px;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		padding-left: 15px;
	}
}

.cart-mn{
    padding: 70px 0;
}



.opt-value {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  margin: 0;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

/* Hover effect on the option container */
.opt-value:hover {
  border-color: #108bea;
}

/* Styling the radio button container and text */
.opt-value label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #222;
}

/* Custom radio button design */
.opt-value input[type="radio"] {
  appearance: none; /* Hides the default radio button */
  background-color: #fff;
  border: 2px solid #108bea;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  transition: background 0.3s ease, border-color 0.3s ease;
  position: relative;
  cursor: pointer;
}

/* The blue inner dot when the radio button is checked */
.opt-value input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #108bea;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Border and background change when the radio button is checked */
.opt-value input[type="radio"]:checked {
  background-color: #fff; /* Keeps the background white */
  border-color: #108bea; /* Ensures the border remains blue */
}

/* Text styling */
.opt-value b {
  font-weight: 500;
  color: #222;
}
.centerchck
{
    text-align: left;
    color: #3a3a3a;
}

.tablecheck {

}

.tablecheck thead {
    background: #f8f9fa;
    /* padding: 10px; */
}

tr {
}

.tablecheck th {
    padding: 10px;
    border: 1px solid #dee2e6;
    font-weight: 400;
    color: #3a3a3a;
}
.tablecheck th:last-child{
    width: 40px;
}
.tablecheck td:first-child{
 text-decoration: none;
}
.tablecheck td {
    border: 1px solid #dee2e6;
    padding: 10px;
    font-size: 13px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
}
.tablecheck td:first-child img.cart-prd-1 {
    background: #eee;
    padding: 4px;
    height: 100px;
    object-fit: contain;
    width: 90px;
}
.tablecheck td:first-child p{
    margin-top: 0;
}
.tablecheck td:nth-child(2) {
    min-width: 107px;
}
.tablecheck td:nth-child(3){
    
font-size: 16px;
}
.tablecheck td input[type="text"]{
    
margin-top: 10px;
    
width: 35px;
    
height: 34px;
    
float: left;
    
text-align: center;
    
border: 1px solid #dadada;
}
.tablecheck td button {
    display: inline;
    border: none;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    /* position: absolute; */
    right: 0px;
    font-size: 24px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
    width: 24px;
    margin-top: 9px;
    height: 34px;
    line-height: 0;
    border: 1px solid #dadada;
    float: left;
    margin-top: 10px;
    /* border-right: 0; */
    padding: inherit;
    text-align: center;
    padding: 0;
}

.tablecheck td  button:hover {
    color: #222
}

.tablecheck td  .increase {
    /* top: -4px; */ 
    /* font-size: 18px; */
    /* right: 4px; */
    border-left: 0;
    float: left;
}

.tablecheck td  .reduced {
    /* bottom: -13px; */
    /* font-size: 18px; */
    /* right: 5px; */
    border-right: 0;
    float: left;
}
.upsell_box label{
    display: inherit;
}
.upsell_box input#address-save {
    /* float: left; */
    margin-right: 10px;
    margin-top: 6px;
}
.upsell_box.checkterms{
       margin-top: 20px;
       margin-bottom: 0;
       float: left;
       width: 100%;
       text-align: center;
}

.tablecheck td p {
 
color: #3a3a3a;
 
min-height: 60px;
 
align-content: center;
 
font-weight: 100;
 
text-align: center;
 
border: none;
 
outline: none;
 
text-decoration: none;
 
font-size: 16px;
}

  
.tablecheck td:last-child img {
    opacity: 0.2;
    cursor: pointer;
    width: 10px;
}


.summry .bilnghdng{
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #3a3a3a;
    width: auto;
    border: 0;
    text-transform: inherit;
    font-weight: 400;
}

.summary-container.centerchck input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 9px;
    border-style: solid;
    border-color: #a3a3a3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.summary-container.centerchck input[type="checkbox"]:checked::before {
    opacity: 1;
} 

.summary-container.centerchck input[type="checkbox"] {
    position: relative;
    width: 1em;
    height: 1em;
    color: #363839;
    border: 1px solid #bdc1c6;
    border-radius: 4px;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    top: 3px;
    margin-right: 10px;
}
ul.inners1-list li span.icon-and-text {
    width: 100%;
    display: inline-block;
    float: left;
}

ul.inners1-list li span.icon-and-text svg {
    width: 24px;
    font-weight: 900;
    vertical-align: middle;
    fill: currentColor;
    float: left;
}

ul.inners1-list li span.icon-and-text svg span {
}

ul.inners1-list li span.icon-and-text span {
    line-height: 1.5;
    /* padding-top: 16px; */
    /* display: inline-block; */
    font-size: 16px;
    float: left;
    padding: 0;
    padding-left: 8px;
}
.rtx-subscription {
    margin: 20px 0 20px;
}
.pdpContainer {
    border-radius: 10px;
    border: 1px solid #426933 !important;
    overflow: hidden;
}
.rtx-subscription-label:first-of-type {
    border-bottom: 1px solid #CCC;
    border-radius: 10px 10px 0 0;
    display: flex
;
    align-items: center;
}
.pdpLeft {
    display: flex
;
    align-items: center;
    flex: 1;
}
.rtx-subscription input {
    width: 1.5em !important;
    height: 1.5rem !important;
    accent-color: #426933;
    background-color: inherit;
    color: inherit;
    margin-right: 10px;
}
.rightCol, .subsInfo {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}
.rtxPrice {
    font-size: 23px !important;
    font-weight: bold;
}
.rtx-subscription s {
    color: #7d7979 !important;
}
.rtx-subscription-label__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin: 5px 0;
}
.rtx-subscription-label__inner > span {
    display: block;
    font-size: 16px;
}
.rtx-subscription-label {
    padding: 11px 12px;
    margin-bottom: 0px !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    letter-spacing: 0px !important;
    text-transform: capitalize !important;
}
.rtx-subscription-single-label {
    display: none;
    padding: 1rem 0 0 1.8rem;
}
.oneTimeLbl, .left {
    text-align: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
}
.rtx-subscription  select {
    font-size: 12px;
    border-radius: 5px;
    padding-block: 5px !important;
    background-size: 9px !important;
    width: fit-content;
    background-color: inherit;
    color: inherit;
}
.rtx-subscription-label.is-selected {
    color: #111111;
    background-color: #fcf8f1;
}

.pdpLeft {
    display: flex
;
    align-items: center;
    flex: 1;
    display: flex
;
}
.rtx-subscription-label
{
    display: block;
}
.subsInfo span {
    line-height: 1.5;
}
.rtx-subscription-box.is-visible {
    display: flex
;
    flex: 1;
    flex-direction: column;
}