@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-weight: normal;
	font-family: 'Inter';
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*-----------------------
FONTS
------------------------*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
		url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
		url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
		url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
		url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
		url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*-----------------------
COMMON CSS
------------------------*/
/*=====Top-sec=====*/
.top-sec {
	background: #ff0000;
	float: left;
	width: 100%;
	padding: 7px 0 8px;
	position: relative;
	z-index: 1;
}

.top-sec p {
	color: #fff;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

/*=====Header=====*/
.header {
	float: left;
	width: 100%;
	background: #fff;
	padding: 18px 0;
	position: relative;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.logo {
	float: left;
	width: 121px;
	margin-top: 0;
}

ul.stp-list {
	float: right;
	width: 100%;
	max-width: 388px;
	margin: 7px 0 0 0;
}

ul.stp-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 20px;
	color: #8e8e8e;
	position: relative;
}

ul.stp-list li:first-child,
ul.stp-list li:nth-child(2) {
	color: #000;
	font-weight: 600;
}

ul.stp-list li:after {
	background: url(../images/ship-arw.webp) no-repeat center center;
	background-size: 100%;
	width: 9px;
	height: 15px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -1px 11px 0px 19px;
}

ul.stp-list li:last-child:after {
	display: none;
}

/*=====up_top_section=====*/
.up_top_section {
	float: left;
	width: 100%;
	padding: 35px 0 130px;
	background: #fff7f7;
	text-align: center;
}

.up_heading {
	font-size: 38px;
	line-height: 48px;
	background: #641819;
	background: linear-gradient(to right, #641819 0%, #E7292F 50%, #641819 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
}

.left_arw {
	display: inline-block;
	vertical-align: middle;
	margin: -8px 20px 0 0;
	width: 34px;
}

.right_arw {
	display: inline-block;
	vertical-align: middle;
	margin: -8px 0 0 20px;
	width: 34px;
}

.up_heading2 {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 5px;
}

/*=====up_section1=====*/
.up_section1 {
	float: left;
	width: 100%;
	margin-top: -95px;
	padding-bottom: 45px;
}

.up_sec1_Box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 1030px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.up_sec1_lft {
	float: left;
	width: 54.4%;
	background: #fff;
	padding: 25px 25px 35px;
	position: relative;
	text-align: center;
}

.up_s1_text1 {
	font-size: 18px;
	line-height: 22px;
	color: #ff0000;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.stw_icon,
.stw_icon2 {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 11px 0 0;
	width: 23px;
}

.stw_icon2 {
	margin: -6px 0 0 11px;
}

.up_s1_text2 {
	font-size: 48px;
	line-height: 54px;
	background: #225079;
	background: linear-gradient(to right, #225079 0%, #338E8C 50%, #225079 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 7px 0 0;
	margin-top: 15px;
	border-top: 2px solid #bcbcbc;
	font-weight: 800;
}

.rating-txt {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	margin-top: 10px;
	border-bottom: 2px solid #bcbcbc;
	padding-bottom: 10px;
}

.rating-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 7px 0 0;
	width: 93px;
}

ul.up_s1_list {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

ul.up_s1_list li {
	text-align: left;
	padding-left: 34px;
	background: url(../images/s1-list-check.webp) no-repeat left 5px;
	background-size: 18px;
	margin-top: 10px;
	font-size: 19px;
	line-height: 26px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.save-strip {
	float: left;
	width: 100%;
	background: #fff3b0;
	border: 1px dashed #f79838;
	border-radius: 5px;
	margin-top: 20px;
	text-align: left;
	padding: 12px 10px 12px 50px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.save-strip img {
	width: 23px;
}

.save-strip p {
	width: calc(100% - 30px);
	padding-left: 10px;
	text-align: left;
	font-size: 17px;
	line-height: 17px;
	color: #1a1a1a;
	letter-spacing: 0.5px;
}

.save-strip p span {
	color: #ff0000;
	font-weight: 600;
}

.up-prcBox {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.prc-bx {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	margin: 12px 0 0;
}

.prc-bx p {
	font-size: 20px;
	line-height: 22px;
	display: block;
	margin: 0 auto 4px;
}

.prc-bx span {
	font-size: 44px;
	line-height: 44px;
	color: #1a1a1a;
	position: relative;
	font-weight: bold;
}

.ret-prc {
	border-right: 2px solid #d6d6d6;
}

.ret-prc span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	background: #f00;
	width: 100%;
	height: 2px;
}

.ofr-prc span {
	color: #ae1327;
}

.btnBlk {
	display: inline-block;
	vertical-align: middle;
	width: 486px;
	max-width: 100%;
	text-align: center;
	margin-top: 18px;
}

a.commn-btn {
	float: left;
	width: 100%;
	height: 74px;
	background: #11c956;
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	-webkit-text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.1);
	text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.1);
	font-size: 26px;
	line-height: 74px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	cursor: pointer;
}

.btn-arw {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 12px;
	width: 25px;
}

.btn_text {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-top: 12px;
	display: inline-block;
	vertical-align: top;
}

.btn_text img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 15px 0 0;
	width: 30px;
}

.up_sec1_rgt {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 45.5%;
	text-align: center;
	background: url(../images/up_sec1_rgt_bg.webp) repeat center center;
	display: flex;
	-webkit-display: flex;
	align-items: center;
}

.up_s1_rgt_prdt {
	display: block;
	margin: 0 auto;
	width: 370px;
}

a.no-thank {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 20px;
	text-align: center;
	color: #1e8add;
	text-decoration: underline;
	margin-top: 27px;
	font-weight: 700;
	letter-spacing: 0.5px;
	cursor: pointer;
}

a.no-thank img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 6px 0 0;
	width: 24px;
}

/*=====Upsell2=====*/
.margin_top0 {
	margin-top: 0;
}

.up_s1_rgt_prdt2 {
	width: 370px;
}

/*=====Footer=====*/
.footer {
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px 0 40px 0;
	border-top: 1px solid #dddddd;
}

.footer_logo {
	display: block;
	margin: 0 auto 25px;
	width: 121px;
}

.footer_txt {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.margin_btm0 {
	margin-bottom: 0 !important;
}

.footer_txt a {
	padding: 0 10px;
}

/*-----------------------
       MEDIA-QUERY
------------------------*/
.showTab,
.showMob {
	display: none;
}

.showDesk {
	display: block;
}

.hideDesk {
	display: none;
}

@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}

}

@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.showDesk {
		display: none;
	}

	.showTab {
		display: block;
	}

	.top-sec p {
		font-size: 17px;
		line-height: 20px;
	}

	.logo {
		width: 110px;
	}

	ul.stp-list {
		margin: 8px 0 0;
	}

	.up_top_section {
		padding: 25px 0 120px;
	}

	.up_heading {
		font-size: 28px;
		line-height: 42px;
	}

	.up_heading2 {
		font-size: 18px;
	}

	.up_sec1_lft {
		padding: 20px 15px 30px;
	}

	.up_s1_text1 {
		font-size: 16px;
		line-height: 20px;
	}

	.stw_icon {
		margin: -6px 7px 0 0;
		width: 18px;
	}

	.stw_icon2 {
		margin: -6px 0 0 7px;
	}

	.up_s1_text2 {
		font-size: 36px;
		line-height: 46px;
	}

	.rating-txt {
		font-size: 16px;
		line-height: 24px;
	}

	ul.up_s1_list li {
		padding-left: 30px;
		font-size: 16px;
	}

	.save-strip {
		padding: 10px 15px;
	}

	.save-strip img {
		width: 20px;
	}

	.save-strip p {
		width: calc(100% - 25px);
		padding-left: 10px;
		font-size: 14px;
		line-height: 16px;
	}

	.prc-bx p {
		font-size: 18px;
	}

	.prc-bx span {
		font-size: 40px;
		line-height: 40px;
	}

	a.commn-btn {
		font-size: 22px;
	}

	.up_s1_rgt_prdt {
		width: 288px;
	}

}

@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		padding: 0 15px;
		max-width: 600px;
		box-sizing: border-box;
	}

	.showDesk {
		display: none;
	}

	.showMob {
		display: block;
	}

	.hideMob {
		display: none;
	}

	.top-sec {
		padding: 6px 0;
	}

	.top-sec p {
		font-size: 12px;
		line-height: 14px;
	}

	.header {
		padding: 10px 0 8px;
	}

	.logo {
		float: none;
		display: inline-block;
		vertical-align: middle;
		width: 100px;
		margin: 0;
	}

	ul.stp-list {
		max-width: 100%;
		float: none;
		margin: 7px auto 0;
	}

	ul.stp-list li {
		font-size: 12px;
	}

	ul.stp-list li:after {
		width: 6px;
		height: 12px;
		margin: -1px 10px 0px 12px;
	}

	.up_top_section {
		padding: 15px 0 85px;
	}

	.up_heading {
		font-size: 26px;
		line-height: 30px;
	}

	.up_heading2 {
		font-size: 16px;
		line-height: 24px;
		margin-top: 7px;
	}

	.up_section1 {
		margin-top: -70px;
		padding-bottom: 25px;
	}

	.left_arw,
	.right_arw {
		display: none;
	}

	.up_sec1_lft {
		width: 100%;
		padding: 14px 0 20px;
	}

	.up_s1_text1 {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.stw_icon {
		margin: -3px 5px 0 0;
		width: 18px;
	}

	.stw_icon2 {
		margin: -3px 0 0 5px;
	}

	.up_s1_text2 {
		font-size: 30px;
		line-height: 36px;
		margin-top: 10px;
		border-top-width: 1px;
	}

	.rating-txt {
		border: none;
		margin-top: 7px;
	}

	.rating-txt img {
		width: 85px;
	}

	.rating-txt2 {
		display: none;
	}

	.up_sec1_rgt {
		position: relative;
		width: 100%;
		float: left;
	}

	.up_sec1_rgt2 {
		margin-top: 13px;
	}

	.up_s1_rgt_prdt {
		width: 210px;
		margin: 20px auto 15px;
	}

	ul.up_s1_list {
		margin-top: 10px;
		padding: 0 16px;
	}

	ul.up_s1_list li {
		font-size: 16px;
		line-height: 23px;
		margin-top: 8px;
		padding-left: 28px;
		letter-spacing: 0;
		background-size: 17px;
	}

	.save-strip {
		padding: 8px 7px;
		width: 96%;
		margin: 18px 2% 0;
	}

	.save-strip p {
		width: calc(100% - 20px);
		padding-left: 7px;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0;
	}

	.prc-bx {
		padding: 0 16px;
	}

	.prc-bx p {
		font-size: 15px;
		line-height: 18px;
	}

	.prc-bx span {
		font-size: 35px;
		line-height: 35px;
	}

	.btnBlk {
		width: 315px;
		margin-top: 20px;
	}

	a.commn-btn {
		font-size: 18px;
		height: 58px;
		line-height: 58px;
	}

	.btn-arw {
		margin: -4px 0 0 10px;
		width: 20px;
	}

	.btn_text img {
		margin: -3px 10px 0 0;
		width: 26px;
	}

	a.no-thank {
		letter-spacing: 0;
		margin-top: 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.footer {
		padding: 25px 0 25px;
	}

	.footer_logo {
		margin: 0 auto 12px;
		width: 100px;
	}

	.footer_txt {
		font-size: 14px;
		line-height: 20px;
		margin: 7px 0 0;
	}

}


.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tadda {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(15px);
	}

	100% {
		transform: translateX(0px);
	}
}

.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes taddaR {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(-15px);
	}

	100% {
		transform: translateX(0px);
	}
}

/*==================start thankyou page======================*/
.thank-section-1 {
	font-weight: 500;
	padding: 30px 20px 0 20px;
	height: 100%;
}

.thnk-txt1 {
	font-size: 42px;
	line-height: 44px;
	color: #393733;
	font-weight: bold;
}

.thnk-txt2 {
	font-weight: 500;
	font-size: 23px;
	line-height: 30px;
	margin-top: 10px;
}

.fl,
.fr {
	float: left;
	width: 100%;
	text-align: left;
}

.thank-ord>.fl {
	margin-top: 5px;
	margin-bottom: 15px;
}

.cart-col-1,
.cart-col-2,
.cart-col-3,
.cart-col-4 {
	float: left;
	width: 22%;
}

.cart-col-3 {
	width: 16%;
}

.cart-col-1 {
	width: 62%;
	padding: 0 0 0 20px;
	text-align: left;
	position: relative;
}

.cart-col-4 {
	text-align: right;
	padding: 0 20px 0 0;
}

.cart-prd-row .cart-col-3,
.cart-prd-row .cart-col-4 {
	margin-top: 14px;
}

.cart-prd-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 30px 0;
}

.cart-prd-row:last-child {
	border: none;
}

.cart-prd-1,
.cart-prd-2 {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 60px;
}

.cart-prd-1 {
	width: 56px;
	left: 20px;
}

.thank-p1 {
	float: left;
	width: 100%;
	font-size: 28px;
	line-height: 34px;
	color: #393733;
	font-weight: 600;
	margin: 30px 0 -17px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.5px;
}

.thank-p1 span {
	background: #fff;
	padding: 0 8px;
}

.thank-ord {
	float: left;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 22px 7px 18px;
	font-size: 21px;
	line-height: 28px;
	color: #2d2d2d;
	letter-spacing: 0.5px;
}

.thank-dtl-box {
	float: left;
	width: 100%;
	margin: 30px 0;
}

.cart-heading-row {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	font-weight: 500;
	background: #045e2b;
}

.cart-prd-name {
	float: left;
	width: 100%;
	padding: 0 0 0px 80px;
	color: #666;
	font-size: 20px;
	line-height: 26px;
}

.cart-prd-name span {
	font-size: 22px;
	color: #000;
	font-weight: 600;
}

.unit-price {
	float: left;
	width: 100%;
	color: #393733;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}

.thnk-rit-price-row {
	float: right;
	width: 46%;
	padding: 10px 0;
}

.cart-rit-price {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	font-size: 20px;
	line-height: 22px;
	color: #1e1e1e;
	text-align: left;
	padding: 12px 3px;
	font-weight: 500;
}

.cart-prc-spn {
	float: right;
	text-align: right;
}

.thnk-rit-price-row .cart-rit-price {
	font-size: 18px;
	padding: 15px 3px;
	font-weight: normal;
}

.thnk-rit-price-row .cart-prc-spn {
	text-align: left;
	width: 90px;
}

.thnk-Addressinfo {
	float: left;
	width: 100%;
}

.ty-lft-Address,
.ty-rgt-Address {
	float: left;
	width: 100%;
	text-align: left;
}

.ty-rgt-Address {
	margin-top: 40px;
}

.sh-heading {
	float: left;
	width: 100%;
	color: #393733;
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
}

ul.user-info {
	float: left;
	width: 100%;
	margin-top: 10px;
}

ul.user-info li {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 130px;
	margin: 5px 0;
	color: #393733;
	font-size: 22px;
	line-height: 28px;
	word-break: break-all;
}

ul.user-info li span {
	position: absolute;
	left: 0;
	color: #2b2b2b;
	font-weight: 500;
}

.ty-rgt-Address {
	float: right;
}



.thnk-input-fld::placeholder,
.thnk-selcet-fld::placeholder {
	color: #808080;
}

.thnk-input-fld.error {
	border: 1px solid #dc3545;
	box-shadow: 0 0 0 1px #dc3545;
}

.thnk-input-fld:focus {
	border: 1px solid #31a42c;
	box-shadow: 0 0 0 1px #31a42c;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.thnk-input-fld,
.thnk-selcet-fld {
	font-size: 15px;
}

.thnk-input-fld,
.thnk-selcet-fld {
	width: 400px;
	max-width: 70%;
	outline: none;
	border: 1px solid #bbb9b7;
	height: 50px;
	padding: 10px 15px;
	border-radius: 5px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-sizing: border-box;
	font-size: 22px;
}

.thnk-btn {
	height: 50px;
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid #045e2b;
	background-color: #045e2b;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.2s ease-out;
	vertical-align: top;
}

.thnk-btn:hover {
	background-color: #00665d;
}

.thnk-input-fld-message {
	float: left;
	width: 100%;
	min-height: 25px;
	font-size: 20px;
	color: #1c1c1c;
	letter-spacing: 0.5px;
}

.thnk-success-message {
	color: #28a745;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	display: inline-block;
}

.thnk-success-message span {
	font-size: 23px;
	font-weight: normal;
	line-height: 20px;
	color: #1c1c1c;
	margin-top: 10px;
	letter-spacing: 0.5px;
}

.thnk-error-message {
	color: #dc3545;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	display: inline-block;
}

.code-time {
	display: inline-block;
}

@media (max-width: 600px) {
	.code-time {
		display: inline-block;
	}
}