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

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #2d2d2d;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'IBM Plex Sans';
}

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: #333;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

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

* {
	box-sizing: border-box;
}

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

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

.forMob,
.forTab {
	display: none;
}

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

.top-strip {
	float: left;
	width: 100%;
	padding: 5px 0;
	background: #ff0000;
}

.top-txt {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}

/*-------------------------
CSS FOR HEADER
--------------------------*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 120px;
}

.header {
	float: left;
	width: 100%;
	background: #fff;
	height: 120px;
	margin-top: -120px;
	position: relative;
	top: 120px;
}

.fixed-nav .header {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;

	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.call-us {
	float: left;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: 500;
}

.logo {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 280px;
}

.header-btn {
	float: right;
	width: 150px;
	margin: 20px 0 0 20px;
}

.hdr-menu {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	border-top: 1px solid #f6e3ff;
}

ul.mainMenu {
	display: inline-block;
	vertical-align: middle;
	padding: 13px 0;
}

ul.mainMenu li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

ul.mainMenu li a {
	float: left;
	color: #2d2d2d;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	border-right: 1px solid #e1e9f4;
	padding: 0 25px;
}

ul.mainMenu li:last-child a {
	border: none;
}

ul.mainMenu li a.active {
	color: #f16c2a;
}

.search-ic {
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	margin: 3px 10px 7px 5px;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}

.search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
}

.search input {
	position: absolute;
	right: 0;
	top: -8px;
	width: 0;
	height: 40px;
	border: 1px solid #ccc;
	outline: none;
	background: #fff;
	color: #000;
	font-size: 16px;
	padding: 5px 0;
	opacity: 0;
	transition: all ease 0.5s;
}

.search input.open {
	width: 200px;
	transition: all ease 0.5s;
	padding: 5px 25px 5px 10px;
	opacity: 1;
}

.top-rit {
	float: right;
	margin: 25px 0 0;
}

.cart-p {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 20px;
}

.top-bar-ic-1,
.top-bar-ic-2 {
	float: right;
}

.cart-p span {
	position: absolute;
	right: 0;
	top: -6px;
	width: 17px;
	height: 17px;
	background: #f16c2a;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	padding: 2px 0 0;
}

ul.mainMenu li .dropdown-menu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	display: block;
	padding: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	background: #fff;
	left: 0;
	top: 15px;
	width: 250px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	z-index: 99;
}

ul.mainMenu li:hover>.dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
}

ul.dropdown-menu li {
	width: 100%;
	background: none;
	padding: 0;
}

ul.dropdown-menu li a {
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	text-align: left;
	padding: 14px 10px;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

ul.dropdown-menu li a:hover {
	background: #f16c2a;
	color: #fff;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 30px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	margin: 0;
}

.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-top: 4px;
	margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 4px;
	background-color: #3a3a3c;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.bar2 {
	margin: 6px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background: #3a3a3c;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background: #3a3a3c;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 80px;
	background: rgba(255, 255, 255, 1);
	z-index: 3;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
	border-top: 1px solid #ccc;
	z-index: 99;
}

.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 17px 20px;
	font-size: 18px;
	color: #000;
}

.page-btn {
	display: inline-block;
	line-height: 30px;
	font-weight: bold;
	font-size: 22px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	width: 240px;
	height: 50px;
	padding: 9px 0;
	vertical-align: top;
	cursor: pointer;
}

.solid-btn {
	background: #e98c00;
	color: #fff;
	text-shadow: 1px 1px 1px #e98c00;
}

a.trans-btn {
	color: #e98c00 !important;
	border: 1px solid #e98c00;
	transition: all ease 0.5s;

}

a.trans-btn:hover {
	color: #fff !important;
	background: #e98c00;
	transition: all ease 0.5s;
}


/*==========banner==============*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner-bg.jpg) no-repeat center top;
}

.bnr-rght {
	float: right;
	width: 47%;
	text-align: left;
	padding: 40px 0;
}

.bnrHdng {
	float: left;
	width: 90%;
	font-size: 40px;
	line-height: 45px;
	color: #4b4d4a;
	font-weight: 600;
	padding-bottom: 26px;
	background: url(../images/bnr-hdng-bdr.png) no-repeat left bottom;
}

.bnr-para {
	display: inline-block;
	width: 90%;
	font-size: 16px;
	line-height: 25px;
	color: #4b4d4a;
	margin-top: 20px;
}

a.shop-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 220px;
	height: 60px;
	line-height: 60px;
	color: #000;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #000;
	margin-top: 35px;
	font-weight: bold;
}

.bnr-btm-strip {
	float: left;
	width: 100%;
	background: #fff;
	padding: 25px 0;
	border-bottom: 1px solid #e1e1e1;
}

.bnr-btm-strip ul {
	float: left;
	width: 100%;
}

.bnr-btm-strip ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 50px 0 60px;
	text-align: left;
	position: relative;
}

.bnr-btm-strip ul li:last-child {
	padding-right: 0;
}

.bnr-btm-strip ul li img {
	position: absolute;
	left: 0;
	top: 0;
}

.bnr-btm-strip ul li span {
	font-size: 18px;
	font-weight: 600;
	color: #343b41;
	line-height: 22px;
}

.bnr-btm-strip ul li p {
	font-size: 16px;
	font-weight: 300;
	color: #5d5d5d;
	line-height: 20px;
}

/*===============sectionOne=============*/
.sectionOne {
	float: left;
	width: 100%;
	padding: 80px 0 0;
	text-align: center;
}

.comnHdng {
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	color: #4b4d4a;
	font-weight: 500;
}

.sub-hdng {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #4b4d4a;
	margin-top: 10px;
	padding-bottom: 26px;
	background: url(../images/sub-hdng-bdr.png) no-repeat center bottom;
}

ul.s1-list {
	float: left;
	width: 100%;
	margin-top: 45px;
	padding-bottom: 55px;
	border-bottom: 1px solid #ccc;
}

ul.s1-list li {
	float: left;
	width: 31.33%;
	text-align: center;
}

ul.s1-list li:nth-child(2) {
	margin: 0 3%;
}

ul.s1-list li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

ul.s1-list li span {
	float: left;
	width: 100%;
	font-size: 26px;
	color: #4b4d4a;
	font-weight: 600;
	line-height: 26px;
	margin-top: 20px;
}

ul.s1-list li p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #4b4d4a;
	margin-top: 10px;
	padding: 0 25px;
}

/*===========sectionTwo============*/
.sectionTwo {
	float: left;
	width: 100%;
	padding: 70px 0 0;
	text-align: center;
}

.s2-strip {
	float: left;
	width: 100%;
	background: url(../images/s2-strip-bg.jpg) no-repeat center top;
	padding: 60px 0;
	margin-top: 30px;
}

.s2-strip-lft {
	float: left;
	width: 50%;
	text-align: right;
	padding: 0 40px 0 160px;
	position: relative;
}

.s2-strp-txt1 {
	font-size: 16px;
	line-height: 22px;
	color: #1d2c4c;
	font-weight: 600;
}

.s2-strp-txt2 {
	font-size: 26px;
	line-height: 32px;
	color: #1d2c4c;
	font-weight: 600;
	margin-top: 20px;
}

.s2-strp-txt3 {
	font-size: 18px;
	line-height: 22px;
	color: #1d2c4c;
	font-weight: 600;
	padding: 8px 0;
	margin-top: 15px;
	border-bottom: 1px solid #e4c2f9;
	border-top: 1px solid #e4c2f9;
}

ul.s2-strp-list {
	float: left;
	width: 100%;
	margin-top: 5px;
}

ul.s2-strp-list li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	color: #1d2c4c;
	font-weight: 500;
}

a.shop-more {
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
}

.s2-prod {
	position: absolute;
	left: -25px;
	top: 20px;
	max-width: 210px;
}

img.s2-prod1 {
	position: absolute;
	right: 0;
	top: 20px;
	max-width: 210px;
}

.s2-add-icon {
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -25px;
}

.s2-strip-rght {
	float: right;
	text-align: left;
	padding: 0 170px 0 40px;
}

ul.s2-strp-list .s2-lst-list {
	margin-top: 30px;
}


/*============sectionThree===========*/
.sectionThree {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0;
}

ul.s3-prdcts-list {
	float: left;
	width: 100%;
}

ul.s3-prdcts-list li {
	display: inline-block;
	width: 31.33%;
	text-align: center;
	margin-top: 50px;
	margin-right: 2%;
	position: relative;
}

ul.s3-prdcts-list li input[type=radio] {
	opacity: 0;
	position: absolute;
}

ul.s3-prdcts-list li:nth-child(3),
ul.s3-prdcts-list li:nth-child(6) {
	margin-right: 0;
}

.s3-prod {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-width: 130px;
	z-index: 9;
	position: relative;
}

.s3-prod:nth-child(2),
.s3-prod:nth-child(3) {
	position: absolute;
	top: 12px;
	left: 80px;
	z-index: 7;
	max-width: 120px;
}

.s3-prod:nth-child(3) {
	left: auto;
	right: 80px;
}

.s3-prod:nth-child(4),
.s3-prod:nth-child(5) {
	position: absolute;
	top: 23px;
	left: 50px;
	z-index: 7;
	max-width: 110px;
	z-index: 3;
}

.s3-prod:nth-child(5) {
	left: auto;
	right: 50px;
}

ul.s3-prdcts-list li span {
	float: left;
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	color: #4b4d4a;
	font-weight: 600;
	margin: 5px 0 0px;
}

ul.s3-prdcts-list li p {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 22px;
	color: #4b4d4a;
	margin: 20px 0;
}

.star {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin: 15px 0;
}

a.shop-btn2 {
	max-width: 190px;
	height: 50px;
	line-height: 50px;
	margin-top: 0;
}

/*============strip2============*/
.strip2 {
	float: left;
	width: 100%;
	background: url(../images/strip1-bg.jpg) no-repeat center top;
	padding: 56px 0;
}

.strp-lft {
	float: left;
	width: 49%;
	text-align: center;
	margin-top: 40px;
}

.strp-txt1 {
	background: none;
	padding-bottom: 0;
	color: #fff;
}

.strp-hdng-bdr {
	display: inline-block;
	margin: 15px 0 5px;
}

.strip-prod {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 600px;
}

.strp-txt2 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	color: #ff7532;
	margin: 25px 0;
	font-weight: bold;
}

.strp-txt2 span {
	font-weight: normal;
}

.bndle-lft {
	margin-top: 0;
}

.bndle-Hdng {
	font-size: 32px;
	line-height: 36px;
}

/*==========footer============*/
.footer {
	float: left;
	width: 100%;
	padding: 45px 0 35px;
}

.ftr-logo {
	float: left;
	width: 31%;
	text-align: left;
}

.ftr-logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.ftr-logo p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #2d2d2d;
	margin-top: 20px;
}

.ftr-box1 {
	float: left;
	width: 20%;
	text-align: left;
	padding-left: 80px;
}

.ftr-box2 {
	width: 25%;
}

.ftr-p1 {
	font-size: 20px;
	line-height: 20px;
	color: #1d2c4c;
	font-weight: 600;
}

ul.ftr-list {
	float: left;
	width: 100%;
	margin-top: 20px;
}

ul.ftr-list li {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #2d2d2d;
	line-height: 26px;
	text-align: left;
}

.ftr-p2 {
	font-size: 16px;
	line-height: 20px;
	color: #3a3a3a;
	margin: 20px 0 0;
}

.cards {
	float: left;
	margin-top: 15px;
	max-width: 100%;
}

.ftr-box4 {
	float: right;
	padding: 0;
	width: 15%;
}

.footer-txt {
	float: left;
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #bdcaba;
	margin-top: 40px;
}

.ftr-txt1 {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #626262;
	text-align: center;
	padding: 0 30px;
}

.ftr-txt2 {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #626262;
	text-align: center;
	margin-top: 20px;
}

.cart-inr {
	float: left;
	width: 100%;
	margin: 20px 0 70px;
}

.cart-lft {
	width: 60%;
	float: left;
}

.cart-row {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}

.cart-col1,
.cart-col2,
.cart-col3,
.cart-col4,
.cart-col5 {
	float: left;
	position: relative;
	text-align: center;
	padding: 30px 0;
}

.cart-col1 {
	width: 10%;
	padding-top: 45px;
}

.cart-remv {
	cursor: pointer;
}

.cart-col2 {
	width: 35%;
	padding-left: 65px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #7f7f7f;
	text-align: left;
}

.cart-col2 span {
	font-weight: 700;
	color: #2d2d2d;
}

.cart-col3 {
	width: 15%;
}

.cart-col4 {
	width: 25%;
	padding-top: 40px;
}

.cart-col4 .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}

.cart-col4 .input-group-prepend,
.cart-col4 .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}

.cart-col5 {
	width: 15%;
}

.cart-col3,
.cart-col5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #ff0000;
	font-family: 'IBM Plex Serif';
	padding-top: 45px;
}

.cart-prd {
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}

.cart-rgt {
	width: 34%;
	float: right;
}

.cart-prc-det {
	padding: 5px 30px 20px;
	float: left;
	width: 100%;
	background: #f4f4f4;
}

table.prc-list {
	float: left;
	width: 100%;
}

table.prc-list tr td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #2d2d2d;
	padding: 25px 0;
	vertical-align: top;
}

table.prc-list tr td:first-child {
	text-align: left;
}

table.prc-list tr td:last-child {
	text-align: right;
}

table.prc-list tr:last-child td {
	border-bottom: none;
}

table.prc-list tr:first-child td:first-child {
	font-weight: 700;
}

table.prc-list tr:last-child td:last-child {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}

table.prc-list tr td small {
	color: #878787;
	font-size: 14px;
	line-height: 18px;
}

.cart-det-btn {
	width: 310px;
}

.inp-coup {
	float: left;
	width: 60%;
	border: 2px dashed #dbdbdb;
	background: #fafafa;
	text-align: left;
	padding: 15px;
	position: relative;
	padding-left: 55px;
	margin-top: 40px;
}

.inp-coup input[type='text'] {
	border: none;
	outline: none;
	background: none;
}

.inp-coup input[type='text']:placeholder {
	font-size: 16px;
	line-height: 20px;
	font-family: 'IBM Plex Sans';
}

.inp-coup .coup-img {
	position: absolute;
	left: 15px;
	top: 18px;
}

.frw-img {
	position: absolute;
	right: 15px;
	top: 18px;
	outline: none;
}

.update {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	float: right;
	margin-top: 55px;
}

.conti-btn {
	background: #dedede;
	width: 310px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	margin-top: 35px;
}


.chk-inr {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.chk-inr-lft {
	width: 57%;
	float: left;
}

.frm-box {
	float: left;
	width: 100%;
	background: #f4f8f7;
	border: 1px solid #e6ebf4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}

.frm-hdg {
	float: left;
	width: 100%;
	background: #ff0000;
	font-size: 26px;
	line-height: 30px;
	font-family: 'IBM Plex Serif';
	font-weight: 500;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 5px;
	padding-left: 70px;
}

.frm-hdg span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'IBM Plex Sans';
	text-transform: uppercase;
}

.frm-hdg img {
	position: absolute;
	left: 15px;
	top: 5px;
}

.frm-box-inr {
	float: left;
	width: 100%;
	padding: 20px;
}

.frm-field {
	float: left;
	width: 100%;
	margin: 5px 0;
}

.frm-field label {
	font-size: 16px;
	line-height: 20px;
	color: #848484;
	width: 110px;
	text-align: right;
	float: left;
	margin-top: 8px;
	font-weight: 300;
}

.frm-field input[type="text"],
.frm-field select {
	border: 1px solid #bbbabb;
	padding: 12px 10px;
	width: calc(100% - 125px);
	float: right;
	border-radius: 2px;
	background: #fff;
	font-family: 'IBM Plex Sans';
	font-size: 16px;
	color: #2d2d2d;
}

.frm-field select {
	background: url(../images/sel-img.jpg) 100% center no-repeat #fff;
	-webkit-appearance: none;
}

.pay-bx .frm-box-inr {
	padding: 30px 50px;
	text-align: left;
}

.billing {
	float: left;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding-left: 25px;
	width: 100%;
	margin-bottom: 20px;
}

.frm-checkbox {
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
}

.frm-checkbox+span {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 3px;
}

.frm-checkbox:checked+span {
	background: url(../images/frm-tike.png) center center no-repeat #fff;
	background-size: 80%;
}

.we-acp {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.we-acp img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.half {
	width: 48% !important;
}

.full {
	width: 100% !important;
}

a.wht-ths {
	float: left;
	margin: 10px 0 0 20px;
	color: #19abe6;
	font-style: italic;
	text-decoration: underline;
}

.default-hide {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.frm-billing {
	float: left;
	width: 100%;
	cursor: pointer;
}

.chk-btn,
.mny-back-100,
.secur-logo {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.chk-btn {
	margin: 40px auto 10px;
}

.secur-logo {
	margin: 25px auto;
}

.chk-inr-rgt {
	width: 40%;
	float: right;
	text-align: left;
}

.chk-prc-bx {
	float: left;
	width: 100%;
	border: 1px solid #e6ebf4;
	text-align: left;
	margin: 20px 0;
}

.chk-prc-bx-hdg {
	color: #ff0000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	background: #f4f8f7;
	border-bottom: 1px solid #e3e3e8;
	padding: 10px 20px;
}

table.chk-prd-det {
	padding: 10px 20px;
	width: 100%;
	float: left;
}

table.chk-prd-det tr td:first-child {
	width: 40%;
	text-align: left;
}

table.chk-prd-det tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}

table.chk-prd-det tr td:last-child {
	width: 40%;
	text-align: right;
}

table.chk-prd-det tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}

table.chk-prd-det tr:last-child td {
	border-bottom: none;
}

table.chk-prd-det .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}

table.chk-prd-det .input-group-prepend,
table.chk-prd-det .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}

.chk-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 20px;
}

.chk-inr-rgt .comn-hdg {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
	padding-bottom: 35px;
}

ul.chk-list {
	display: inline-block;
	width: 100%;
	text-align: center;
}

ul.chk-list li {
	width: 32.3%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 20px;
	border-right: 2px dotted #e3e5e5;
	font-size: 18px;
	font-weight: 500;
}

ul.chk-list li:nth-child(3),
ul.chk-list li:last-child {
	border-right: none;
}

ul.chk-list li img {
	display: block;
	margin: 10px auto;
}

.chk-mny-bck {
	border: 1px solid #d0cfcb;
	border-radius: 5px;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 170px;
	position: relative;
	margin: 12px 0;
}

.chk-mny-bck h3 {
	color: #ff0000;
	font-size: 30px;
	line-height: 34px;
	font-family: 'IBM Plex Serif';
	font-weight: 500;
	padding: 10px 10px 0 0;
}

.chk-mny-bck p {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 15px 0;
}

.chk-mny-bck-lft {
	width: 150px;
	background: #1c6c4f;
	padding: 15px;
	position: absolute;
	left: 0;
	height: 100%;
}

.chk-mny-bck-img {
	width: 125px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.chk-mny-bck-lft:after {
	content: '';
	background: url(../images/chk-mny-rgt-img.jpg) right center no-repeat;
	width: 11px;
	height: 61px;
	right: -11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.chk-tsti {
	width: 100%;
	margin: 0 auto;
}

.chk-tsti-bx {
	float: left;
	width: 100%;
	text-align: center;
}

.chk-tsti-bx img {
	margin-bottom: 10px;
}

.chk-tsti-bx small {
	width: 86px;
	height: 86px;
	background: #eee;
	border-radius: 50%;
	color: #8c8c8c;
	font-size: 30px;
	line-height: 86px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	display: block;
}

.chk-tx1 {
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
	font-family: 'IBM Plex Serif';
	font-weight: 500;
	margin-bottom: 10px;
}

.chk-tx2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.chk-tx3 {
	font-size: 16px;
	line-height: 20px;
	color: #616161;
}

.chk-tx3 span {
	font-size: 18px;
	line-height: 24px;
	color: #ff0000;
	font-family: 'IBM Plex Serif';
	font-weight: 500;
}


.resour-pg {
	margin: 30px 0 45px;
}

.resour-inr {
	float: left;
	width: 100%;
	margin: 30px 0;
}

.resour-inr .comn-hdg {
	font-family: 'IBM Plex Sans';
	color: #2b2b2b;
}

.resour-inr-lft {
	width: 74%;
	float: left;
	text-align: left;
}

.res-hdg {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 15px;
}

.resour-img-bx {
	max-width: 100%;
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin-bottom: 15px;
}

.resou-bx-cont {
	background: #f4f8f7;
	padding: 20px;
	border-left: 5px solid #e98c00;
}


.resour-inr-rgt {
	width: 23%;
	float: right;
	border-top: 5px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	text-align: left;
	margin: 60px 0 20px;
}

.rec-post {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #ff0000;
	margin: 15px 0;
}

.rec-post-bx {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #dcdbdb;
}

.rec-post-bx p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

.rec-post-bx img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 83px;
}


.faq-sec {
	width: 100%;
	float: left;
}

/*********************ACCORDION SECTION**********************/
.accordion-container {
	display: inline-block;
	margin: 30px 0 60px;
	padding: 0 15px;
}

p.txt1 {
	margin: 10px 0;
}

.accordion {
	box-sizing: border-box;
	color: #3e3e3e;
	cursor: pointer;
	float: left;
	font-weight: 400;
	font-size: 24px;
	text-align: left;
	line-height: 28px;
	padding: 15px 25px 15px 50px;
	width: 100%;
	margin-right: 20px;
	border: 1px solid #cef5eb;
	letter-spacing: -0.5px;
	border-bottom: none;
}

.accordion-open {
	background: url(../images/ahov2.jpg), url(../images/faq-sel-img.jpg);
	background-position: right center, 22px center;
	background-repeat: no-repeat, no-repeat;
	border-bottom: 1px solid #cef5eb;
	color: #ff0000;
	border-radius: 5px 5px 0 0;
	margin-top: 5px;
}

.accordion-close {
	background: url(../images/acord2.jpg), url(../images/faq-un-sel-img.jpg);
	background-position: right center, 20px center;
	background-repeat: no-repeat, no-repeat;
	border-radius: 5px;
	margin: 5px 0;
	border: 1px solid #cef5eb;
	;
}

.acdn-content {
	box-sizing: border-box;
	color: #3e3e3e;
	float: left;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	padding: 15px 60px 20px 20px;
	width: auto;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #cef5eb;
	;
	border-top: none;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
	width: 100%;
}

.acdn-content p {
	font-size: 18px;
	line-height: 26px;
}

.acdn-content ul {
	float: left;
	padding-left: 40px;
	width: 100%;
}

.acdn-content ul li {
	list-style: disc;
	font-size: 16px;
}



.contact-inr {
	padding: 30px 0 50px;
}

ul.contact-list {
	display: block;
	margin: 0 auto;
	max-width: 415px;
}

ul.contact-list li {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	padding-left: 75px;
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}

ul.contact-list li p strong {
	margin-top: 10px;
	float: left;
	width: 100%;

}

ul.contact-list li img {
	position: absolute;
	left: 0;
	top: 0;
}

ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}



.thank-pg {
	margin: 60px 0;
}

.thank-hdg {
	font-size: 50px;
	line-height: 54px;
}

a.baktohme {
	font-size: 16px;
	color: #e98c00;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}

.thnk-bx-lft {
	width: 55%;
	float: left;
}

.thnk-bx-hdg {
	color: #ff0000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}

.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}

table.thank {
	float: left;
	width: 100%;
}

table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}

table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}

table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}

table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}

table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}

.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}


.thnk-bx-rgt {
	width: 40%;
	float: right;
}

.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}

.thnk-ship,
.thnk-bill {
	margin-bottom: 5px;
}

.thnk-bill {
	margin-top: 10px;
}


/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
}

.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}

.trm-bx h1 {
	line-height: 30px;
	background: #ff0000;
	color: white;
	margin: 0;
	padding: 10px 10px 10px;
	font-size: 22px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 700;
	border-radius: 7px;
	margin-top: 20px;
}

.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}

.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}

.trm-bx strong {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.trm-bx span {
	text-transform: uppercase;
}

.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}

.trm-bx h4,
.trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}

.ingr-lst h4 {
	text-align: center;
}

.ingr-lst img {
	display: block;
	margin: 0 auto 10px;
	max-width: 630px;
	width: 100%;
}

.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}

.privacy-list {
	padding: 0 0 0 30px
}

.privacy-list li {
	font-weight: bold;
}

.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}

.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}

.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}

.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}

.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}

.trm-bx ol {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
}

.trm-bx .disclmr {
	width: 100% !important;
}