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;
	margin: 10px 0;
	text-transform: uppercase;
}
.product-page {
	    margin-top: 20px;
    margin-right: 0px;
    overflow: visible;
    height: auto;
    padding-bottom: 20px;
    padding: 20px 20px;
}
.footer-logo{
        filter: invert(1) brightness(10);
}
.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: #002a80;
	text-decoration: none;
	font-size: 16px;
}
.prod-checkout:hover {
	color: blue;
}
a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
       float: left;
    color: #fff;
    background-color: var(--button-bg);
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 600;
    margin: 0 4px;
    border-radius: 30px;
}
.cont-shop:hover, a.prod-clearcart:hover,.prcd-chk:hover {
	color: #fff;
	
}
a.prod-clearcart, .cont-shop,.prcd-chk {
	/*position: absolute;
	left: 58px;
	top: 27px;*/
}
.prcd-chk{
	
}
.cont-shop,.prod-clearcart{
        transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.cont-shop:hover ,.prod-clearcart:hover{
	text-decoration: none;
    background: #000;

}
#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;
    padding-bottom: 15px;
    text-align: left;
}
.frm-container-show{display:block !important}
.frm-container.step1 {
    float: left;
    width: 48%;
    border: #eceaea 1px solid;
    /* padding-right: 23px; */
    padding: 20px;
    margin-right: 10px;

}
.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: 51%;
    padding: 0px 14px;
    padding: 20px;
    border: #eceaea 1px solid;
}
.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: 100%;
    padding: 10px 15px;
    border-top: 6px solid #171719;
    background: #070708;
}
.prd_img, .prd_name, .prd_prc, .prd_qty, .prd_total {
	float: left;
	text-align: center;
	width: 20%;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	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: 100%;
    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: 80px;
    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: 20%;
	text-align: center;
}
.cart_prod_prc {
}
.cart-totl {
	float: left;
    width: 100%;
    padding: 20px 15px;
    text-align: left;
    position: relative;
}
.cart-summery {
    float: right;
    width: 50%;
}
.cart-links{
	float:left;
	width:50%;}
.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 40px;
    background: #070708;
    position: relative;
}
.shipping_heading h3 {
	font-size: 20px;
	line-height: 22px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
    padding: 10px 10px 0 10px;
}
.shipping_heading h3 img {
    position: absolute;
    left: 5px;
    top: 22px;
}
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;
    padding: 8px 0 8px 12px;
    border: 1px solid #d7d9e0;
    background: #FFF;
    border-radius: 0;
    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;
        margin-right: 5px;
}
.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  a {
    color: #899097!important;
    text-decoration: none;
    background-color: transparent;
}
.hover-link{
    text-decoration: none!important;
}
.hover-link:hover{
    text-decoration: underline!important;
}
.cart-terms input[type="checkbox"] {
	position: absolute;
	
    left: 10px;
    top: 14px;

}
.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 all and (max-width:767px){
    .r-100{
        width:100%!important;
    }
    .prd_img, .prd_name, .prd_prc, .prd_qty, .prd_total {
        font-size: 12px!important;
    }
    .prod_name .product_name{
        font-size: 12px;
        line-height: 15px;
    }
    .prod_name img {
        max-width: 70px;
    }
    .cart_prod_qty, .cart_prc_subtotl, .cart_prod_prc{
        font-size: 12px;
    }

    .shipping_heading h3 {
        font-size: 15px;
    }

}


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