@font-face {
    font-family: 'saminfood';
    src: url("../font/saminfood-Regular.eot") format("embedded-opentype"), 
    url("../font/saminfood-Regular.woff") format("woff"), 
    url("../images/saminfood.ttf") format("truetype"); 
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'saminfood';
    src: url("../font/saminfood-Italic.eot") format("embedded-opentype"), 
    url("../font/saminfood-Italic.woff") format("woff"), 
    url("../font/saminfood-Italic.ttf") format("truetype");
    font-style: italic; 
}

@font-face {
  font-family: 'saminfood';
  src: url("../font/saminfood-SemiBold.eot") format("embedded-opentype"), 
  url("../font/saminfood-SemiBold.woff") format("woff"), 
  url("../font/saminfood-SemiBold.ttf") format("truetype");
  font-weight: 700; 
}

@font-face {
  font-family: 'saminfood';
  src: url("../font/saminfood-SemiBoldItalic.eot") format("embedded-opentype"), 
  url("../font/saminfood-SemiBoldItalic.woff") format("woff"), 
  url("../font/saminfood-SemiBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; 
}
a{
	color: #6abd45;
}
a:hover{
	color: #000;
}
.main .logo {
	background-image: url("//file.hstatic.net/1000333483/file/logo.png");
	background-repeat: no-repeat;
	background-size: 195px;
	width: 195px;
}
.main .logo2 {
    background-size: 195px;
    width: 195px;
    display: block;
}
.main-header img {
    max-width: 50%;
}
.step-footer .step-footer-previous-link .previous-link-icon{
	fill: #6abd45;
}
.main .logo .logo-text {
	padding-top: 40px;
	text-indent: -9999em;
	height: 0;
}

.btn{
	background: #fff;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	border: 1px solid #a9a9a9;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
}
.btn:hover{
	background: #6abd45;
}
#form_update_shipping_method > div > div:nth-child(3){
	display: none;
}
@media screen and (max-width:999px){
	.banner .logo {
		background-image: url("//file.hstatic.net/1000333483/file/logo.png");
		background-repeat: no-repeat;
		background-size: 145px;
		width: 145px;
	}

	.banner .logo .logo-text {
		padding-top: 30px;
		text-indent: -9999em;
		height: 0;
	}
}
/*************/
label.radio-label span,
.field-input,
button.submit-giohang,
td.total-line-name,
span.product-description-name.order-summary-emphasis,
span.order-summary-emphasis {
    font-family: 'saminfood';
}