.btn-search { 
        border-radius: 0;
        font-size: 20px;
        margin: 10px auto 0;
        display: block;
        width: 170px;
        height: 50px;
        line-height: 46px;
        font-size: inherit;
 
}
 .normal .btn-search:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}
.normal .btn-search {
	width: 250px;
	background-color: #2587D7;
	border-color: #2587D7;
	float: right;
    margin-top: 5px;
    border-radius: 3px;
    height: 45px;
        line-height: 43px;
} 

.alert-success-product , .alert-top {
	color: #155724;
	background-color: #d4edda;
	border-color:none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	text-align: center;
	padding: 2rem 0; 
	background-color: rgba(255,255,255,0.98);
	box-shadow: 5px 0 36px rgba(0,0,0,0.2); 
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        border-radius: 0;
}
.alert-success-product .alert-dismissible .close ,  .alert-top .alert-dismissible .close { 
	padding: 2rem 1.25rem; 
}
 .alert-top.warning {
	  color:rgb(97, 28, 28);
 }
 .alert-top.success {
 color: #155724;
 }
.table-cart-body .info {
	width:100%;
}
.panel-shipping-address input {
	border:none;
	width: 100%;
	font-weight: 300;
}
#search button {
	height: 100%;
	background: #fff;
	border: 1px solid #E0E0E0;
	border-left:none;
}
#search button i.btn-search {
 right:10px;
}
#search input:focus + span  button {
	border-color: #bebebe;
}

#searchTextField {
	-webkit-appearance: none;
	font-family: inherit;
	border-radius: 3px;
	color: inherit;
	padding: 0 15px;
	font-size: inherit;
	font-weight: inherit;
	height: 45px;
	line-height: 43px;
	border: 1px solid #E0E0E0;
	background-color: #ffffff;
	/* font-family: inherit; */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:100%;
}
#searchTextField  + button {
	top:5px;
	margin: 0;
	background-color:#FFF !important;
}

.location-info  > .info{
	width:100%;
}
.nearby-place .location-info .info {
	padding-left: 0;
}
.nearby-place > div:last-child .info {
	padding-left: 30px;
}
.radio-group {
	position: relative;
}
.radio-group:not(.checkbox) input[type="radio"]:checked + label::after {
	content: "";
	color: #ea6f21;
	background-color: var(--color-primary);
	position: absolute;
	left: 3px;
	top: 7px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.radio-group:not(.checkbox) label::before {
	top: 4px;
	width: 16px;
	height: 16px;
	border: 1px solid #E0E0E0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bank-info  {
	border: 2px solid transparent;
}
.bank-info.active {
	border: 2px solid #1570ba;
}

.nav-main > li > a .badge {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	background-color: #D74E4E;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	text-indent: 0;
	line-height: 20px;
}

.error_login {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 0;
	position: absolute;
	left: 0;
	color: #A51824;
}
@media (max-width: 600px) { 
	.blog-body   img {
		width: 100% !important;
	}
	} 