body {
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: #fff;
}
div, h1, h2, h3, h4, h5, h6, a, ul, li, ol, p, span {
	margin: 0;
	padding: 0;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
	margin: 0;
	padding: 0;
}
table, tr, td {
	border: 0;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
li {
	list-style: none;
}
.clearall {
	clear: both;
}
.container {
}
/*------------------------------
COMMOM HEADERS
--------------------------------*/	
#header {
	float: left;
	width: 100%;
	background: #373142;
	min-width: 1004px;
}
#header ul {
	float: right;
}
#header ul li {
	float: left;
	line-height: 14px;
	padding: 28px 17px;
}
#header ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
#header ul li:last-child {
	border-right: none;
	padding: 28px 17px 28px 17px;
}
#header ul li.activ, #header ul li:hover {
	background-color: #b17f53;
}
#header ul li a.activ {
	background-color: #b17f53;
}
/*------------------------------
COMMOM HEADERS END
--------------------------------*/	




#contents {
	float: left;
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-top: 0px;
}
h1 {
	float: left;
	width: 100%;
	padding: 10px 0;
	font-weight: 400;
	font-size: 26px;
	color: #ff9800;
	margin: 10px 0;
	text-transform: uppercase;
}
.product-page {
	margin-top: 20px;
	margin-right: 0px;
	overflow: visible;
	height: auto;
	padding-bottom: 20px;
	background-color: #FFF;
}
.t-cart-1 {
	font-weight: 400;
	text-align: left;
	padding: 10px;
	background: white;
	font-size: 17px;
}
.t-cart-2 {
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: white;
	font-weight: 400;
}
.t-cart-h {
	text-align: left;
	color: #fff;
	padding: 10px;
	font-weight: 400;
	background: #0aa1bc;
	text-align: center;
}
.prod-checkout {
	margin-left: 10px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #014693;
	text-decoration: none;
	font-size: 16px;
}
.prod-checkout:hover {
	color: #014693;
}
a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
	    float: left;
    color: #fff;
    background: #014693 !important;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 18px;
    font-weight: 100;
    margin: 0 4px;
    border-radius: 5px;
}
.cont-shop:hover, a.prod-clearcart:hover, .prcd-chk:hover {
    color: #fff;
    background-color: #232323 !important;
    text-decoration: none;
}

.prcd-chk{
	
}
.cont-shop {
	    background: #014693!important;
}
#browse {
	position: relative;
	right: 0;
	top: 0px;
	margin-right: 10px;
}
.optionlist-long {
	font-weight: 400;
	font-size: 14px;
	width: 340px;
}
.t-cart-add {
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: 15px;
	height: 16px;
	width: 16px;
	background: url(../images/cart-increase.png) no-repeat 3px 3px #3f9528;
	border: none;
	padding: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.t-cart-sub {
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 15px;
	height: 16px;
	width: 16px;
	background: url(../images/cart-decrease.png) no-repeat center center #808080;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}
.t-cart-del {
	float: left;
	margin-right: 10px;
	display: block;
	height: 18px;
	width: 18px;
	cursor: pointer;
	margin-top: 3px;
	border: 1px solid red;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/cart-remove.png) no-repeat;
}
.cart-product {
	float: left;
	width: 50px;
	border: 1px dotted #d0d0d0;
}
.prodnm {
	float: left;
	margin: 2% 0 2% 15px;
	color: #211b2d;
	vertical-align: middle;
}
/* shipping--*/
.frm-container {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 15px;
    text-align: left;
}
.frm-container-show{display:block !important}
.frm-container.step1 {
    float: left;
    width: 49%;
}
.inner-container {
	float: left;
	width: 100%;/*padding:0 15px;*/
}
.frm-container .frm-container-inner {
	float: left;
	width: 100%;
	padding: 15px 15px;
}
.frm-container-inner {
	background: #ebebeb;
	border: 1px solid #7a7c3a;
}
.frm-container:last-child {
	float: right;
    width: 49%;
}
.cart-smmry {
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
	border: none;
	float:left;
	width:100%;
	display:block !important;
}
/************CART ORDER SUMMERY****************/
div#cartBox {
	float: left;
	width: 100%;
}
.cart_hdr {
	float: left;
    width: 66%;
    padding: 10px 15px;
    border-bottom: 1px solid #014693;
    /* background: #014693; */
}
.prd_img, .prd_name, .prd_prc, .prd_qty, .prd_total {
	float: left;
	text-align: center;
	width: 20%;
	font-size: 16px;
	line-height: 20px;
	color: #014693;
	font-weight: 700;
	text-transform: uppercase;
}
.prd_name, .prd_prc, .prd_qty, .prd_total {
	margin: 8px 0;
}
.prd_name, .prd_img {
	text-align: left;
	width: 40%;
}
.summry-lft {
	float: left;
	width: 60%;
	background: #e5e5e5;
	padding: 10px 20px;
}
.summry-lft-hdr, .cart-totl-hdr {
	float: left;
	width: 100%;
	background: #f85372;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
}
.summry-lft-hdr span {
	float: right;
}
.prod_details {
	float: left;
    width: 66%;
    position: relative;
    padding: 20px 18px 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #a1a1a1;
}
.prod_details.last {
	border-bottom: none;
	font-size: 20px;
	margin-bottom: 0;
}
.prod_details img.cart-remv {
	position: absolute;
    right: 18px;
    top: 45px;
}
.prod_name {
	float: left;
    width: 40%;
    position: relative;
    padding: 20px 0 20px 115px;
    text-align: center;
}
.prod_name img {
	max-width: 100px;
	position: absolute;
	left: -11px;
	top: -18px;
}
.prod_smmry {
	position: absolute;
	max-width: 80px;
	left: 0;
	top: 5px;
	border: 1px solid #ccc;
}
.prod_name .product_name {
	color: #130101;
	font-size: 18px;
	line-height: 24px;
	float: left;
	font-weight: normal;
	width: 100%;
	text-align: left;
}
.prod_name .prd_qty {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: left;
}
.cart_prod_qty, .cart_prc_subtotl, .cart_prod_prc {
	float: left;
	color: #212121;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	margin-top:20px;
	width: 25%;
	text-align: center;
}
.cart_prod_qty{
width: 10%;
}
.cart_prod_prc {
}
.cart-totl {
	float: right;
    width: 30%;
    padding: 20px 15px;
    margin-top: -60px;
    text-align: left;
    position: relative;
    /* align-content: space-around; */
    /* height: 100%; */
}
.cart-summery {
    float: right;
    width: 100%;
}
.cart-links{
	float:left;
	width:100%;
    text-align: center;
    justify-items: center;
    display: grid;
    gap: 10px;
    margin-top: 40px;
}
.cart-sb-totl, .shp-charge, .total-amt {
	float: left;
	width: 100%;
	padding: 6px 0;
	color: #231f20;
	font-size: 16px;
	line-height: 22px;
}
.cart-sb-totl {
	margin-bottom: 10px;
}
.sub-prc, .shp-prc, .total-prc {
	float: right;
}
.total-amt {
	color: #212121;
	padding: 12px 0;
	font-size: 20px;
	font-weight: bold;
	border-top: 2px solid #7a7c3a;
}
.sub-prc {
	color: #292929;
	font-weight: 500;
}
.ofer-trms {
    float: left;
    width: 100%;
    margin-top: 10px;
}
/*********************************/
.shipping_heading {
    width: 100%;
    margin: 0 0 15px 0;
    float: left;
    color: #ffffff;
    padding: 12px 0 12px 13px;
    /* background: #222; */
    position: relative;
}
.shipping_heading h3 {
    font-size: 20px;
    line-height: 22px;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #014693;
    font-family: 'Poppins', sans-serif;
    padding-left: 29px;
}
.shipping_heading h3 img {
    position: absolute;
    left: 5px;
    top: 12px;
    filter: invert(1);
}
img.step{
	position: absolute;
    right: 0px;
    top: 6px;
}
.sameas-cart {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 10px;
}
.label {
	float: left;
	width: 100%;
	margin: 0;
	color: #696969;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
}
.label i {
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: 14px;
	z-index: 999;
	display: none;
}
.label p {
	color: #010101;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.is_bill {
	float: left;
	width: 100%;
	padding: 0 10px 0 25px;
	font-size: 15px;
	line-height: 20px;
	color: #4a4a4a;
	position: relative;
	box-sizing: border-box;
}
.is_bill input[type="checkbox"] {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0;
}
.billingDiv {
	display: none
}
.cards {
	float: left;
	width: 100%;
	padding: 8px 10px;
	text-align: center;
}
.cards span {
	float: left;
	padding: 10px 0;
}
.cards img {
	float: left;
	max-width: 210px
}
.exp-year {
/*left:190px !important;*/
}
.cartcard {
	float: left;
	padding-left: 10px;
}
.Accept {
	float: left;
	color: #696969;
	font: bold 13px tahoma;
	line-height: 43px;
	padding-left: 62px;
}
input[type=text], input[type=email], input[type=number], select {
	width: 100%;
	font-size: 17px;
	font-family: inherit;
	padding: 8px 0 8px 12px;
	border: 1px solid #d7d9e0;
	background: #FFF;
	border-radius: 5px;
	height: 43px;
	font-family: 'Poppins', sans-serif;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
}
select {/*padding:8px 0 8px 19px;*/
    background: url(../images/down.png) no-repeat right 10px top 19px;
}
select option {
	padding-left: 0
}
.small-s, .small {
	width: 49%!important;
    padding-right: 10px;
}
.flr-r {
	float: right;
}
.label a, .label a:hover {
	color: #211b2d;
	text-decoration: underline;
	float: left;
	margin: 10px 0px 0 16px;
}
.submit-btn {
	background: #357ed8;
    width: 255px;
    height: 46px;
    cursor: pointer;
    border: none;
    margin: 13px auto 0;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 7% 100%);
}
.cart-terms {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 10px 8px 25px;
	text-align: left;
	position: relative;
}
.cart-terms input[type="checkbox"] {
	position: absolute;
	left: 10px;
	top: 10px;
}
.clearall {
	clear: both;
}
/* ------------Processing Box------------------ */
#processing-box-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
}
#processing-box-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	width: 200px;
	height: 90px;
	margin-left: -100px;
	margin-top: -100px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	display: none;
}
/* ------------------------------ */	
.middle_box_margin {
	margin: 0 35px;
}
.frm_con_bgcolr {
	display: table;
}

.discount{font-weight:bold; color:#c41414;     text-transform: capitalize;}

@media (max-width: 768px){
span.prd_prc, .cart_prod_prc.ng-binding {
    width: 60%;
}
.cart_hdr{
    width: 100%;
}
.prod_details{
    width: 100%;
}
.cart-totl{
    width: 100%;
}
.prod_name {
    padding: 0 10px!important;
    width: 44%;
}
.prd_name {
    width: 40%!important;
}
.prod_name img {
    display: none!important;
}
.prod_name .product_name {
    font-size: 16px!important;
}

span.prd_prc, .cart_prod_prc.ng-binding {
    width: 30%;
}
span.prd_qty {
    display: block !important;
}
.cart_prod_qty {
    width: 15%;
    display: block!important;
}
.prd_qty {
    width: 30%!important;
}
select {
    padding: 8px 0 8px 8px!important;
}
span.prd_qty, span.prd_total, .cart_prod_qty, .cart_prc_subtotl.ng-binding {
    display: none;
}

a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
    font-size: 10px!important;
    margin: 10px 4px!important;
}
.prds-left{
    width: 100%!important;
}
.prds-right{
    width: 100%!important;
}

.cart-summery {
    width: 100%!important;
}

.frm-container.step1 {
    width: 100%!important;
}

.frm-container:last-child{
     width: 100%!important;
}
.choose-thumb{
    left:0;
}
.cont-list li{
   width: 100%; 
}

.cart-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prds-left {
    width: 100%;
}

.prds-right {
    width: 100%;
}
.banner-con{
    padding: 40px;
}

.banner-con h1{
    font-size: 32px;
}

.banner-con h2{
    font-size: 17px;
}

#top-banner{
    min-height: 535px;
}

.ben-box3{
    margin-top: 1rem;
}

.box-content h2{
    font-size: 18px;
}

.banner-bottom {
    bottom: -8px;
}

.about-heading h2{
    font-size: 32px;
}

.about-con{
    padding: 0px;
}

.product-container h2{
    font-size: 24px;
    margin-bottom: 15px;;
}

}

a.prod-clearcart, #browse, .cont-shop, .prcd-chk:hover {
    background-color: #222;
    text-decoration: none;
}