.header__cart {
	text-align: right;	
	
}

.header__cart ul {
	display: inline-block;
	margin-right: 25px;
	
}

.header__cart ul li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
	
}
.lable{



}

.header__cart ul li:last-child {
	margin-right: 0;
	
}

.header__cart ul li a {
	position: relative;
	
}

.header__cart ul li a i {
	font-size: 18px;

	color:white;
}

.header__cart ul li a span {
	height: 13px;
	width: 13px;
	background: #FF0000;
	font-size: 10px;
	color: #ffffff;
	line-height: 13px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -12px;
}
.call{
	color:white;
	
	
}


.logo{
    color: #000;
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    margin: 0 0 20px;
}

.icon:after{
margin-left:10rem
}

.nav-link {
color: white;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
}
.nav-link:hover{
color:white;}
.nav-item:hover{
background-color:#F73859;
padding:10px;
margin-top:-12px;
margin-bottom:-12px;

}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.login-form{
    background: linear-gradient(30deg,#e9e9e9 49%, #e4e4e4 50%);
    box-shadow: 0 0 20px -10px rgba(0,0,0,0.5);
    border-radius: 50px;
    padding: 50px 40px;
    margin: 100px 0 0;
    text-align: center;
}

.set{
margin-left: 25%;
}

.login-form .form-group{
    text-align: left;
}
.login-form label{
    width: 25%;
    display: inline-block;
}
.login-form .form-control{
    width: 74%;
    display: inline-block;
    border: none;
    padding: 15px 15px;
    height: 50px;
    border-radius: 20px;
}
.login-form .form-control:focus{
    border: none;
    box-shadow: 3px 3px 5px #999;
}
.login-form .form-control::placeholder{
    color: #999;
    text-transform: capitalize;
}

.login-form .btn{
    padding: 7px 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    background-color: #e93700;
    transition: all 0.3s;
}

.login-form .btn:hover,
.login-form .btn:focus{
    background-color: #333;
}


.header_main{
background-color:#353535AD;

}

.right-top-bar a:first-child {
    border-left: 1px solid rgba(255,255,255,0.3);
}

.right-top-bar a {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.8;
    height: 100%;
    color: #FFF;
	padding-right:25px;
	padding-left:25px;
	text-decoration:none;
	font-weight:400;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.flex-c-m {
    padding-top: 13px;
    padding-bottom: 10px;
	justify-content: center;
	align-items: center;
}

.h-full {
    height: 100%;
}



.off{
color:#009999;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:900;
}
.copyright {
    padding: 10px 0;
    background-size: cover;
    background-color: #00192d;
}
.footer_lists ul li a i {
    padding-top: 9px;
    padding-right: 5px;
}
.footer_lists ul li a  {
text-decoration:none;
color:white;
}
.footer_lists ul {
    padding: 0px;
	text-decoration:none;
	list-style:none;
}
.footer_lists ul li a {
    color: #bbb;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 2.5;
}

<!--Prod_list css-->
.block{
border-bottom: #e8e8e8 solid 1px;
padding: 20px 12px 20px 12px;
position: relative;
}

.heading{
color: #353535;
font-weight: 500;
font-size:15px;
float: left;}

.toggle_arrow{
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 82px;
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    -webkit-transform: rotate(
-136deg
);}
.list ul li a{

text-decoration:none;
float:left;
color:#999999;
}

<!--==========cart css=================	-->

.hero {
    padding: 100px 0;
    background: #f5f5f5;
}


element.style {
}
h1, .h1 {
    font-size: 4.33rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}
.hero p {
    margin-top: 30px;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
body {
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.cart-heading {
    padding: 15px 0;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    font-size: 1.4em;
    color: #555;
    font-weight: 500;
}

section.cart .cart-body {
    padding: 30px 0;
    border-bottom: 1px solid #777;
}

section.cart .cart-body .product-img img {
    max-width: 150px;
}
section.cart .cart-body .product-details {
    margin-left: 20px;
}
section.cart .cart-body .product-details h3 {
    font-size: 2em;
}
section.cart .cart-body .product-details p {
    font-size: 1.3em;
    font-weight: 400;
    color: #999;
}
h3, .h3 {
    font-size: 1.6rem;
}

section.cart .cart-body .product-quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.cart .cart-body .product-quantity input {
    width: 50px;
    height: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    outline: none;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background: none;
}
section.cart .total-price {
    padding: 20px 0;
    margin-bottom: 100px;
	
}
section.cart .total-price h3 {
    display: inline;
	
}
.text-primary {
    color: #F73859 !important;
}
section.cart .total-price h2 {
    display: inline-block;
}
section.cart .cart-body .product-quantity .minus-btn, section.cart .cart-body .product-quantity .plus-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #444;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
}

.shipping.container {
    overflow: auto !important;
}
.shipping .form-holder .shipping-main h3 {
    margin-top: 0;
}
.shipping .form-holder div[class*="col-"] {
    margin-bottom: 25px;
}
.shipping .form-holder input {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select btn-default {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shipping .form-holder div[class*="col-"] {
    margin-bottom: 25px;
}
.shipping .form-holder input[type=checkbox]+label {
    font-size: 1.3em;
    font-weight: 400;
    color: #666;
    padding-left: 30px;
    cursor: pointer;
}
.shipping .form-holder input[type=checkbox] {
    display: none;
}
.shipping .form-holder input[type=checkbox]+label::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ddd;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.shipping .form-holder input[type=checkbox]+label::after {
    content: '\f00c';
    display: block;
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.shipping .form-holder button {
    border: none;
}
.btn-lg {
    padding: .5rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 2.5rem;
}

.shipping .form-holder .bootstrap-select {
    position: relative;
    height: 60px;
}

.btn-primary {
    color: color-yiq(#F73859);
    background-color: #F73859;
    border-color: #F73859;
}
@media screen and (max-width: 425px){
.footer{

text-align:center;}}

@media screen and (min-width: 1025px){

.heading-underline {
    border-bottom: 2px solid #F73859;
    width: 15%;
    margin: 22px auto;
    border-radius: 10px;
}

.heading-underline1 {
    border-bottom: 2px solid #F73859;
    width: 34%;
    margin: 22px auto;
    border-radius: 10px;
	font-family:"Courier New", Courier, monospace;
	color: #FF6600;
	font-weight:600; 
	}

}