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: #ffc10761;
	padding: 5px 0
}
.ordering-guide{
	color: #fff;
	font-size: 15px;
	margin-top: 5px
}
.ordering-guide p{
	margin-bottom: 5px
}
.logo{
	width: auto
}
.input-group-full{
	width: 100%!important
}
#menu{
	padding: 10px 0 0;
	background: #f9f9f9
}
#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: #0062cc
}
.price-group label{
	margin-bottom: 0
}
span.retail-price{
	color: #fd1a03
}
.media-product{
	position: relative;
}
.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: #007bff;
	border-color: rgb(255, 57, 69);
}
.btn-cart i {margin-right: 7px}
#checkout_cart{
    top: 10px;
    background: #fff
}
#back-top {
	display: 
    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;
}
.cart-mobile-info{position: fixed;bottom: 0;width: 100%;left: 0;padding: 10px 15px 0;background: #f9c837;z-index: 9;box-shadow: 0 0 3px 0px #ffc10761;}
.cart-mobile-info-total{color: #F51}
.view-mobile-cart{position: absolute;top: 6px;right: 0;color: #f00}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #000000;
}
.cart-mobile-info{

}
.cart-mobile-info-total{
	color: #bd2130
}
.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: #ffc10761;
    color: #fff;
    margin-top: 20px;
    padding: 15px 0px;
}
#block-note p:last-child {
    margin-bottom: 0px;
}

@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) {
	#page-content{
		padding-bottom: 20px
	}
	#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: 80px;
    	display: flex;
	}
	.toast-center-center {
		top: calc(50% - 30px);
		left: calc(50% - 150px);
	}
	/*-------------------------------- 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;
	}
	.box-price-cart .price-group{
		margin-bottom: 45px;
	}
	.box-price-cart .box-product-cart{
		padding-top: 45px;
	}
	
	.container-fluid{
		padding-top:10px;
	}
}

/* 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{
		background: #ffc1078f;
		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 #thuc-pham-tuoi-ngon .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 #thuc-pham-tuoi-ngon .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;
	}
	.box-price-cart .box-product-cart{
		padding-top:0px;
		display:flex;
	}
	#block-note{
		padding:0px;
	}
	#block-note .container{
		padding:15px;
		background:rgb(255 193 7);
	}
	#block-note .container p:first-child{
		font-size:20px;
		font-weight:bold;
		text-align:center;
	}
	/* 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{
	color: var(--red)!important;
    font-size: 17px!important;
    font-weight: bold;
	}
	#myCarousel .carousel-indicators > li img{
	height: auto!important;
	}
	.btn-cart{
	background:#007bff;
	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}
}
@media (max-width: 480px)

}