html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.header {
	text-align: center;
	padding: 12px;
	background: #eee;
}

.header img{
	width: 160px;
	margin: 0 auto}

.prod_row{
	flex-wrap: wrap;
}

.wraper{
	max-width: 1050px;
	margin: 0 auto;
	padding: 10px;
}

.product_section{
margin-top:4%;
}

img{
	max-width: 100%;
}

.prod_col {
	text-align: center;
	margin: 4px;
	border:4px solid #ddd;
	position: relative;
	min-height: 405px !important;
}

.prod_inner{
padding: 12px;	
}

.product_section h2{
font-size: 26px;
font-weight: 600;
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
padding: 6px 0;
}

.prod_row{
	margin-top: 14px;
	

}


.price_part{text-align:center;margin: 13px 0;}
.price_part h4{font-size: 16px;margin-top: 23px;}
.price_part h4 del{color:#cd0000;}
.price_part h2.each_price{font-size: 23px;/* margin: 6px 0; */color: #0b72d1;margin-bottom: 0;margin-top: 8px;}
.price_part h2.each_price span{font-size: 16px;}
h4.Your_Price {margin: 5px 0 0 0;}
h4.Your_Price span {color: #009b1c;font-weight: 600;}


.add_cart{

}

.add_cart a{
	background: #5c5c5c;
	color: #fff;
	display: inline-block;
	padding: 10px 16px;
	font-size: 15px;
	text-decoration: none;
	border-radius: 20px;
}

.add_cart a i{
	font-size: 15px;
	margin-right: 4px;
	color: #a5a5a5;
}

.prod_col h3{
	
background: #932300;
	
color: #fff;
	
padding: 10px;
	
font-weight: normal;
	
/* letter-spacing: 1px; */
}

.price_part h5{
	margin-top: 14px;
	font-size: 13px;
	color: #f00;
}



.coupon {
	display: flex;
	background: #13ab35;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	top: 14%;
	align-items: center;
	justify-content: center;
	z-index: 99;
	box-shadow: 1px 2px 3px #000;
}

.coupon p{

color: #fff;

font-size: 16px;
}

.coupon p span{

display: block;

font-size: 22px;

color: #ffd36d;
}




.from_Part_top {
	background: #000000;
	text-align: center;
}
.from_Part_top h2{
	color: #e5e5e5;
	padding: 14px;
	/* font-size: 25px; */
}
.from_Part_top h2 span{
	display: block;
	font-size: 25px;
}

.form_part{
	padding: 14px 20px;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.form_part form input{
	width: 100%;
	padding: 14px;
	color: #000;
	line-height: normal;
	height: auto;
}


.form_part form select {
    width: 100%;
    padding: 0 10px;
    color: #495057;
    border: 1px solid #ced4da;
    height: 45px;
    font-family: Arial, sans-serif;
    font-weight: 400;
}
 select{
     background-image: url(../images/dropdown-arrow-icon-16.png);
     background-repeat: no-repeat;
     background-position: center right 8px;
     background-size: 13px auto;
        appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}

.form-holder{
	display: flex;
	margin-bottom: 14px;
	justify-content: space-between;
	align-items: center;
}

.form_part h3{
	text-align: left;
	margin: 14px 0;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0;
	font-weight: 600;
}
.payment_form{
	/* margin-top: 14px; */
}

.cards img{
	width: 150px;
	margin-bottom: 18px;
}

img{
	max-width: 100%;
}

*{
	box-sizing: border-box;
}

.formcol{
	width:48%;
}

.send-btn {
font-family: 'Poppins', sans-serif !important;
    background-color: #71c105 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: linear-gradient(0deg, #27782a 0, #006a30 100%) !important;
    color: #fff !important;
    border-radius: 0 !important;
    display: block !important;
    width: 100% !important;
    /* height: 70px; */
    line-height: 55px !important;
    font-size: 23px !important;
    font-weight: 500 !important;
    /* text-indent: 10px; */
    border: none !important;
    cursor: pointer !important;
    /* box-shadow: 0 4px 4px rgba(0,0,0,.25); */
    -webkit-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important;

}

.sum_row {

padding: 0 20px;
}

.order_sum h3{
background: #000;
color: #fff;
padding: 18px;
font-size: 17px;
}

.sum_row span{
font-weight: 600;
}

.sum_row p, .sum_row h4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 8px 0;
}

.sum_row h4{
	font-size: 18px;
	margin-top: 18px;
	font-weight: 600;
}

.secureicons{
	padding: 20px;
	text-align: center;
	border-top: 1px solid #ddd;
	margin-top: 14px;
}

.secureicons img{
	width:60%;
	margin: 0 auto; 
}

.footer{
	text-align: center;
	padding: 20px;
	border-top: 1px solid #ddd;
	margin-bottom: 24px;
	margin-top: 90px;
}

.footer p{
	font-size: 14px;
	color: #777;
	line-height: 19px;
}

.ftr_btm{
	padding: 20px 0;
}

.ftr_link ul {

}


.ftr_link ul li{
	display: inline-block;
}

.ftr_link ul li a{color: #02738d;text-decoration: none;padding: 0;font-size: 14px;}

.whatisthis{
	color: #888;
	text-decoration: none;
	font-size: 12px;
}
.billing_shipping_input{
	display: flex;
	margin-bottom: 0;
	/* justify-content: space-between; */
	margin-top: 24px;
}

.payment_as_shipping{
	margin-right: 4px;
	position: relative;
	top: -3px;
	width: auto !important;
    padding: 0 !important;
}

.billing_form{
	margin-top: 16px;
}

.form_row{
	display: flex;
	justify-content: space-between;
	column-gap: 6px;
}

.form_left{
width: 48%;
}

.form_right{
	width: 48%;
}



.footer{
	text-align: center;
	padding: 20px;
	border-top: 1px solid #ddd;
	margin-bottom: 24px;
	margin-top: 90px;
}

.footer p{
	font-size: 14px;
	color: #777;
	line-height: 19px;
}

.ftr_btm{
	padding: 20px 0;
}

.ftr_link ul {

}


.ftr_link ul li{
	display: inline-block;
}

.ftr_link ul li a{color: #02738d;text-decoration: none;padding: 0;font-size: 14px;}

h3.blue_text{
    background: #1d528f;
}

h3.green_text{
	 background: #5d8d6e;
}

.add_cart a b{
	display: none;
}


.active_prod .add_cart a b{
	display: inline-block;
}

.active_prod .add_cart a span{
	display: none;
}

.product_section .col-md-3{

}
.active_prod .add_cart a{
	    background: #719f63;
	     transition: all 0.3s;
}

.active_prod .add_cart a i{
	    color: #fff;
}

.prod_col {
	cursor: pointer;
}

.active_prod{

border: 4px solid #bfd9b8;

position: relative;

/* min-height: 340px !important; */

background: #fdfbe7;

transition: all 0.3s;
}

.active_prod h3 {
    background: #738d53;
     transition: all 0.3s;
    }

.coupon_part{

margin: 20px;

padding: 14px;

background: #ffecbf; 

border: 2px solid #ffbc1f;
}

.coupon_part b{

font-weight: 600;

color: #995600;

margin-bottom: 10px;

display: block;
}

.coupon_part b span{

color: #f00;
}
.coupon_part_input{

display: flex;

/* column-gap: 16px; */

/* align-items: center; */

margin: 6px 0;
}

.coupon_part_input input{

width: 59% !important;
}

.coupon_part_input a.Coupon_btn{

width: 40%;
padding: 14px 15px;
background: #2288D0;
    color: #fff;
    cursor: pointer;
}

.apply_coupon{

}

.apply_coupon p{

color: #0ca503;

font-size: 20px;

font-weight: 600;

margin-top: 14px;
}

.apply_coupon p i{

}


@media only screen and (max-width: 768px) {
body{
	overflow-x: hidden;
}
.form_row{
	display: block;
}

.form_right{
	width: 100%;
}

.form_left{
	width: 100%;
}

.slick-prev {
    left: 8px;
    z-index: 99;
}
.slick-next {
    right: 15px;
    z-index: 99;
}
.add_cart a{
	display: block;
	padding: 10px 0px;
	font-size: 14px;
}
.add_cart a i{
	font-size: 11px;
}
.product_section .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}
.prod_row .col-md-4{
   padding-left: 0;
    padding-right: 0;
}

.prod_row{
	padding: 0 14px;
}
.prod_col h3{
	font-size: 12px;
    font-weight: normal;
}

.price_part h2.each_price {
    font-size: 19px;
    /* margin: 6px 0; */
    color: #0b72d1;
    margin-bottom: 0;
    margin-top: 2px;
}

.prod_col{
        min-height: 335px !important;
}

.slick-next:before, .slick-prev:before{
height: 20px;
width: 20px;
}

.form_part h3 {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 600;
}


}


html {
  scroll-behavior: smooth;
}
.proimg {
    width: 80px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 5px;
}

.proimg img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
}

.protitle {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.oredrSum ul li {
    gap: 10px;
    margin-bottom: 12px;
}

.proprice {
    font-size: 15px;
    line-height: 1.5;
    width: 80px;
    text-align: right;
}

.protitlediv {
    width: calc(100% - 160px);
}

.propacks {
    color: #747474;
    font-size: 14px;
    line-height: 1.5;
}

.prototals {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.subbox.totalbox {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

.subbox p {
    font-size: 13px;
    line-height: 1.5;
}

.totalbox p {
    font-weight: 700;
}
.subbox {
    gap: 10px;
}
@media only screen and (max-width: 768px){
    .oredrSum {
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width: 574px){
    .protitle {
        font-size: 14px;
        line-height: 1.2;
    }
    .propacks {
        font-size: 12px;
    }
    .proimg{
        width: 65px;
        height: 65px;
    }
    .proimg img {
        max-width: 100%;
        max-height: 100%;
    }
    .remove-product {
        background: #fbb9c5;
        display: block;
        border-radius: 50px;
        margin-top: 12px;
        color: #a50000;
        padding: 10px 0;
        font-size: 16px;
        border: 1px solid #bc0000;
        font-weight: 600;
        text-transform: uppercase;
    }
}