body{
	font-size: 15px
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
a,a:visited,a:hover,a:focus{text-decoration:none}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
header{
	background: #fc5931;
	padding: 5px 0
}
.ordering-guide{
	color: #fff;
	font-size: 15px;
	margin-top: 5px
}
.ordering-guide p{
	margin-bottom: 5px
}
.logo {
    width: auto;
    max-height: 100px;
}
.input-group-full{
	width: 100%!important
}
:root{
 --main:#fc5931;
}
#menu{
	padding: 10px 0 0;
	background: var(--main);
}
#nav-top{margin-top: 5px}
#nav-top a{
	color: #666
}
#nav-top a.active{
	color: #007bff
}
#form-search{padding-top: 5px}
.img-product img{
	width: 160px
}
.home-page-mobilee{padding: 10px 0 0}
.title-cate{
	font-size: 22px;
	padding-bottom: 0;
	margin-bottom: 0
}
.price-group{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0
}
.price-group span{
	font-weight: 600;
	color: #02acf0
}
.price-group label{
	margin-bottom: 0;
}
span.retail-price{
	color: #F51
}
.media-product {
    position: relative;
    border-top: 5px solid #ccc;
}
.box-price-cart{
	position: relative;
	bottom: 0;
    /*width: calc(100% - 160px);*/
}
.input-cart-qty{
	width: 80px;
	margin-right: 0;
	border: 1px solid #ced4da
}
.mini-cart {
    margin-bottom: 20px;
}
.mini-cart .header-title {
    background: #e7e7e7;
    padding: 10px;
}
.mini-cart .header-title .title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #323232;
    font-weight: 600;
    font-size: 16px;
}
.mini-cart .order-item{border:solid 1px #e7e7e7;padding:10px;max-height: 400px;overflow: auto}
.mini-cart .order-item .table{margin-bottom:0;}
.mini-cart .table td, .mini-cart .table th{padding: .25rem}
.mini-cart .order-item .table tr:first-child td{border-top:0}
.mini-cart .order-item .item-image img{width:40px}
.mini-cart .order-item .table td{border-top-style:dashed}
.mini-cart .order-item .item-total{text-align:right}
.mini-cart .order-item .item-total .price{font-weight:400;font-size:13px;font-weight:400;font-size:13px}
.mini-cart .order-summary{border:solid 1px #e7e7e7;border-top:0;padding:10px}
.mini-cart .order-summary .table{margin-bottom: 0}
.mini-cart .order-summary .table td{border:0}
.mini-cart .order-summary .price{font-weight:600;text-align:right}
.mini-cart .order-summary .row_total_purchase{border-top:solid 1px #ddd;margin-top:5px}
.mini-cart .order-summary .price-total{font-size:16px;color:#d71a00}
.mini-cart .order-summary tr{min-height: 30px}
.box-cart-qty{
	margin-top: 5px;
	margin-bottom: 4px
}
.btn-cart{
	background: rgb(12 63 178);
	border-color: rgb(255, 57, 69);
}
.btn-cart i {margin-right: 7px}
#checkout_cart{
    top: 10px;
    background: #fff
}
#back-top {
    display: none;
    z-index: 99;
    margin: 0;
}
#back-top span:before {
    cursor: pointer;
    background: #da2929;
    width: 40px;
    position: fixed;
    right: 20px;
    bottom: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -transition: all .2s linear;
    color: #fff;
    content: "▲";
    opacity: .7;
    z-index: 8;
    border-radius: 5px;
}
.checkout-paymentsum {
    padding: 0.7rem;
    background: #eee;
}
.checkout-paymentsum h3{
    font-size: 1rem;
}

#box-cart-mobile {
    background: #eee;
    padding: 0px 0;
    border: 5px solid #000;
}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #000000;
}
.cart-mobile-info{
	position: relative;
}
.cart-mobile-info-total{
	color: #F51
}
.view-mobile-cart{
	position: absolute;
	top: 6px;
	right: 0;
	color: #f00
}
#modal-mobile-cart .modal-dialog{
	max-width:none;
}
.product-summary{color: #666}
.product-summary p {margin-bottom: 0}
/*.media-product{min-height: 180px}*/
.product-name {font-size: 1.25rem}
.product-name a {color: #000}
.product-name a:hover, product-name a:focus{color: #333}

.sp-quantity {
  height:42px;
  margin: auto;
  margin-bottom: 5px
}
.sp-minus {
  width:40px;
  height:40px;
  border:1px solid #e1e1e1;
  float:left;
  text-align:center;
}
.sp-input {
  width:40px;
  height:40px;
  border:1px solid #e1e1e1;
  border-left:0px solid black;
  float:left;
}
.sp-plus {
  width:40px;
  height:40px;
  border:1px solid #e1e1e1;
  border-left:0px solid #e1e1e1;
  float:left;
  text-align:center;
}
.sp-input input {
  width:100%;
  height:100%;
  text-align:center;
  border: none;
}
.sp-input input:focus {
  border:1px solid #e1e1e1;
  border: none;
}
.sp-minus a, .sp-plus a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 32px;
	font-size: 30px;
	/*color: #f7980a;*/
	color: rgb(255, 57, 69)
}
.toast-center-center {
	top: calc(50% - 40px);
	left: calc(50% - 150px);
}
.toast-top-center-custom {
    top: calc(50% - 40px);
    right: 0;
    width: 100%;
}
.whoscale_guide_link > a {
	text-decoration: underline;
	color: #f50000
}
.box_voucher_code {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.input_pay {
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    width: 100%;
    outline: 0;
    color: #5e5e5e;
}
.coupon-input {
    width: calc(100% - 79px);
}
.coupon-button {
    color: #242424;
    font-size: 13px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: #fdd835;
    padding: 9px 10px;
    outline: 0;
    width: 78px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.tborder {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    font-weight: 500;
    margin-bottom: 25px;
}
.tborder:before {
    content: '';
    width: 70px;
    height: 3px;
    background: var(--red);
    border-radius: 2px;
    position: absolute;
    bottom: -9px;
    left: 0;
    margin-left: 0;
    z-index: 1;
}
.tborder:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #acacac;
    bottom: -10px;
    left: 0;
    margin-left: 0;
    position: absolute;
    z-index: 0;
}
.tab_ctitle {
    margin-top: 0;
    font-size: 18px!important;
    /*text-transform: inherit;*/
    color: var(--red) !important;
    font-weight: 500 !important
}
#block-note {
    background: #000;
    color: #fff;
    margin-top: 20px;
    padding: 15px 0px;
}
#block-note p:last-child {
    margin-bottom: 0px;
}
/* hnd css */
.container:nth-of-type(1) .row div:nth-of-type(2){
	text-align:right;
}
#menu .row .col-lg-4{
	width:100%!important;
	max-width: 100%;
	padding:0px!important;
}
#menu .row{
	display:unset;
}
#menu .row .btn.btn-outline-secondary,#menu .row .col-lg-4 .form-control{
	background:#fff;
	border:0px;
}
#menu .row .btn.btn-outline-secondary svg{
	font-size: 20px;
    color: #000;
}
#danh-sach-cac-mon-ngon a{
	font-size: 24px;
    color: #fc5931;
}
.tborder:before{
	height:2px;
	background:var(--main);
}
.tborder:after{
	border-bottom: 1px solid #e8e8e8;
}
#danh-sach-cac-mon-ngon .list-product-slider .row{
	padding:20px 5px;
	border-radius:20px;
	border: 1px solid #e8e8e8;
	box-shadow: 5px 5px 5px 0px #21212130;
	margin-top:20px!important;
}
#danh-sach-cac-mon-ngon .list-product-slider .pt-3:first-child .row{
	margin-top:0px!important;
}
#danh-sach-cac-mon-ngon .list-product-slider .pt-3{
	padding:0px!important;
	margin:0px!important;
}
#danh-sach-cac-mon-ngon .list-product-slider .pt-3 .myCarousel-product{
	box-shadow:none!important;
}
.myCarousel-product .carousel-item img{
	height:295px!important;
}
img.lazy{
	border-radius:10px;
}
.mini-cart .header-title{
	background:var(--main);
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}
.mini-cart .header-title .title{
	color: #fff;
}
.mini-cart{
    margin-top: 20px;
}
.media-body-product {
    display: flex;
    flex-wrap: wrap;
}
.media-body-product .product-name{
	text-align:left;
}
.media-body-product .product-summary{
	text-align:left;
}
.box-price-cart{
	padding-top:90px!important;
}
.box-product-cart form{
	display:flex;	
}
.price-group {
	margin-bottom:65px!important;
	font-size:25px;
	font-weight:bold!important;
}
.box-product-cart .btn-cart{
	background:#fff;
	border-radius: 99px;
	color:var(--main)!important;
	margin-left: 20px;
}
.box-product-cart .btn-cart:hover{
	background:var(--main);
	color:#fff!important;
}
.myCarousel-product .carousel-indicators{
	margin-bottom:0!important;
}
.border-danger{
	border-color: transparent!important
}
#page-content .row{
	padding-top:10px;
}
.container .row .col-lg-9{
	display:flex;
	justify-content: flex-end;
    align-items: center;
}
.container .row .col-lg-9 .ordering-guide{
	font-family: monospace;
	font-weight: bold;
    font-style: italic;
}
.btn-cart{
	background:var(--main);
}










@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	#back-top span:before{
	    bottom: 120px
    }
    .toast-top-center {
        top: 110px;
        right: 0;
        width: 100%;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
	.box-price-cart{
		width: 100%;
		height: 110px;
    	display: flex;
	}
	.toast-center-center {
		top: calc(50% - 30px);
		left: calc(50% - 150px);
	}
	.d-md-block .container-fluid{
		position: fixed;
    	bottom: 0;
    	background: var(--main);
    	z-index: 99999;
    	width: 100%;
    	left: 0;
	}
	#page-content{
		padding-bottom:60px;
	}
	.cart-mobile-info-total-qty{
		color:#fff;
	}
	/*-------------------------------- 768 trang chu*/
	#page-content .container .row .col-lg-3{
		width:40%;
	}
	#page-content .container .row .col-lg-9{
		width:60%;
	}
	#home-page .container .row .col-lg-8 #block-home-cate .list-product-slider .row .col-lg-6{
		width:50%!important;
	}
	.myCarousel-product .carousel-item img{
		height:283px;
	}
	.price-group{
		padding-bottom:0px!important;
	}
	.box-price-cart .box-product-cart{
		padding-top: 45px;
	}
	.box-price-cart .box-product-cart .sp-quantity{
		padding-right:3px;
	}
	.container-fluid{
		padding-top:10px;
	}
	.media-body-product .product-name{
		margin-top: 60px!important;
	}
	
	/* chi tiết sản phẩm */
	#product-detail-page .container .col-lg-6:first-child{
	width:49%;
	}
	#product-detail-page .container .col-lg-6:last-child{
	width:49%;
	padding:0px;
	}
	#product-detail-page #myCarousel .carousel-item img{
	height:auto!important;
	}
	#product-detail-page .product-name{
	font-size: 25px;
    color: #fc5931;
    font-weight: bold;
	}
	#myCarousel .carousel-indicators > li img{
	height: auto!important;
	}
	.btn-cart{
	background:var(--red);
	animation-name: example;
  	animation-duration: 1s;
	animation-iteration-count: infinite;
	border:0px;
	}
	.btn-cart:hover{
	background:var(--main)!important;
	}
	.box-product-cart .btn-cart{
		border:1px solid var(--main);
		border-radius:99px;
	}
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.img-product img{
		width: 120px
	}
	.toast-center-center {
		top: calc(50% - 33px);
		left: calc(50% - 126px);
	}
	.group-product-qty{
		float: left!important;
	}
	.box-price-cart{margin-top: 5px}
	.price-group{
		position: static;
		width: 100%
	}
	.box-product-cart {
		width: 100%;
		float: left!important;
		margin-top: 5px
	}
	.whoscale_guide_link{margin-top: 0!important}
	.product-name {font-size: 1.15rem}
}
@media (max-width: 480px) {
	header{
		padding-bottom:0px;
	}
	#page-content .container .row .col-lg-9{
		padding:7px;
		margin:15px 8px 0 8px;
		border-radius:10px 10px 0px 0px;
	}
	#page-content .container .row .col-lg-9 .ordering-guide p:first-child{
		text-align: center;
	}
	.btn-cart{padding: 7px}
	#page-content .container .row .col-lg-3,
	#page-content .container .row .col-lg-9{
		width:100%;
	}
	#home-page .container .row .col-lg-8 #block-home-cate .list-product-slider .row .col-lg-6{
		width:49%!important;
	}
	.myCarousel-product .carousel-item img{
		height:100%!important;
	}
	#home-page .container .row .col-lg-8 #block-home-cate .list-product-slider .row .col-lg-6:nth-of-type(2){
		padding:0px;
		margin:0 0px;
	}
	#thuc-pham-tuoi-ngon .list-product-slider .d-md-block .container-fluid .container-fluid{
		padding:0px;
	}
	.box-price-cart{
		display:block;
		height:auto;
	}
.box-product-cart.float-right .float-right {
    float: left !important;
}
	.box-price-cart .price-group{
		margin-bottom:0px!important;
	}
	.box-price-cart .box-product-cart{
		padding-top:0px;
		display:flex;
	}
	#block-note{
		padding:0px;
	}
	#block-note .container{
		padding:15px;
		background:rgb(220, 53, 69, 0.7);
	}
	#block-note .container p:first-child{
		font-size:20px;
		font-weight:bold;
		text-align:center;
	}
	.box-price-cart{
		padding-top:0px!important;
	}
	.box-price-cart .price-group{
	padding-bottom:0px!important;
	font-size: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	}
	.box-product-cart>form>div{
		padding-top:0px!important;
	}
	.box-product-cart .btn-cart{
		border:1px solid var(--main);
		border-radius:99px;
		margin-left:0px;
	}
	.box-product-cart .btn-cart:hover{
		background:var(--main)!important;
	}
	.media-body-product .product-name {
    margin-top: 0px!important;
	}
	
	
	
	
	/* chi tiết sản phẩm */
	#product-detail-page .container .col-lg-6:first-child{
	width:49%;
	}
	#product-detail-page .container .col-lg-6:last-child{
	width:49%;
	padding:0px;
	}
	#product-detail-page #myCarousel .carousel-item img{
	height:auto!important;
	}
	#product-detail-page .product-name{
	font-size: 25px;
    color: #fc5931;
    font-weight: bold;
	}
	#myCarousel .carousel-indicators > li img{
	height: auto!important;
	}
	.btn-cart{
	background:var(--red);
	animation-name: example;
  	animation-duration: 1s;
	animation-iteration-count: infinite;
	border:0px;
	}
	.btn-cart:hover{
	background:var(--hover)!important;
	}
}
@media (max-width: 420px) {
	.btn-cart{padding: 7px}
}