body {
	font-family: 'Muli', sans-serif;
    color: #221F20;
    font-size: 14px;	
}
ul,li {
	list-style: none;
	padding:0;
	margin: 0;
}
a:hover,a:focus {
	text-decoration: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #E96E34;
    background-color: #E96E34;
}
.list {
    background: #F1F1F1;
}
.cover-container header {
	padding: 20px 0 0px 0;
    width: 100%;
    z-index: 10px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.cover-container {
    width: 100%;
    height: 620px;
    background-size: cover;
    position: relative;
}
.cover-container header .brand {
    text-indent: -9999px;
}
.cover-container header .brand a {
    background: url('../images/gdeli-logo.svg') no-repeat 0 0;
    width: 180px;
    height: 45px;
    display: block;
}
.cover-container header .mod {
    text-align: right;
}
.cover-container header .mod a.item {
	padding: 0px 12px;
    margin-left: 0;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.cover-container header .mod a i {
	color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.cover-container header .mod a.wrap-user i {
	margin-right: 0;
}
.top-cart {
    display: inline-block !important;
}
.top-cart i {
    position: relative;
    top: 2px;
}
.cover-container header .mod a.wrap-user {
	 width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    margin-right: 0;
}
.cover-container header .mod a span {
	height: 24px;
    width: 24px;
    background: #E96E34;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-left: 5px;
}
.cover-container header .mod .dropdown {
	    display: inline-block;
}
.module-step h2 {
    font-weight: 300;
    font-size: 30px;
    padding: 50px 0 40px 0;
}
.module-step {
    text-align: center;
    max-width: 100%;
}
.step {
    margin-bottom: 20px;
    text-align: center;
}
.step img {
    display: block;
    margin: 0 auto;
}
.step h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.step p {
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
}
/*.wrap-province {
	font-size: 14px;
	background: #FFFFFF;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	padding:0 10px;
}*/

.wrap-province {
    font-size: 14px;
    background: #FFFFFF;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
}
.wrap-province b{
	float: right;
	color: #E96E34;
}
.wrap-province i {
	float: right;
    font-size: 7px;
    position: relative;
    top: 16px;
    margin-left: 10px;
}
.wrap-brand ul li {
    text-align: center;
    display: inline-block;
    margin: 5px;
    position: relative;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 87%);
    border-radius: 19px;
}
.wrap-brand {
	text-align: center;
	margin-top: 20px;
}
.wrap-brand ul {
	padding:0;
	margin:0;
}
.wrap-brand ul li img {
    max-width: 70px;
}
.modal-province .modal-content {
	border-top-left-radius: 16px !important;
	border-top-right-radius: 16px !important;
}
.modal-province .modal-body .list-province {
	max-height: 400px;
	overflow-y: auto;
}
 .modal-province .modal-header{
 	border-bottom:1px solid #DFE2E6;
 }
.modal-province .modal-header .modal-title {
	font-size: 18px;
	font-weight: 700;
}
.modal-province .modal-body {
	padding:0 !important;
}
.modal-province .modal-body .search-province {
	height: 44px;
	border: 1px solid #E0E0E0;
	border-radius: 22px;
	margin:10px 20px 0 20px;
}
.modal-province .modal-body .search-province input {
	border: none;
    height: 42px;
    border-radius: 22px;
    width: calc(100% - 40px);
}
.modal-province .modal-body .list-province {
	margin-top: 5px;
}
.modal-province .modal-body .list-province ul li i{
	background:url('../images/radio.svg') no-repeat 0 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.modal-province .modal-body .list-province ul li {
	padding:10px 20px;
	border-top:1px solid #F7F8F9;
}
.modal-province .modal-body .list-province ul li.active i {
	background:url('../images/radio-active.svg') no-repeat 0 0;
}
.modal-province .modal-body .list-province ul li:first-child {
	border-top:none;
}
.modal-province .modal-body .list-province ul li span {
	font-size: 16px;
}
.modal-province .modal-body .list-province ul li input{
	display: none;
}
/********************************************************* cart ******************************************/
.wrap-list-mb {
    margin-top: 70px;
}
.header-list {
    width: 100%;
    padding: 10px 0;
    box-shadow: 0px 5px 5px rgba(0,0,0,5%);
    background: #E96E34;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.back-order {
    line-height: 40px;
    color: #fff;
}
.header-list .wrap-receipt {
    float: right;
    color: #fff;
    margin-right: 10px;
}
.header-list .wrap-receipt a {
    border: 1px solid #FF9D6F;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    display: block;
    line-height: 37px;
    padding: 0 10px;
}
.header-list .wrap-receipt a i {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: 1px;
}
.header-list .wrap-receipt a div {
    display: inline-block;
}
.header-list .wrap-receipt a span {
    height: 24px;
    width: 24px;
    background: #fff;
    color: #221F20;
    font-size: 12px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-left: 5px;
}
.header-list .wrap-user {
    margin-right: 7px;
    float: right;
}
.header-list .user {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    border: 1px solid #FF9D6F;
    text-align: center;
}
.header-list .user i {
    color: #FFEAE2;
    font-size: 16px;
}
.header-list .menu-user .dropdown-item {
    font-size: 13px;
    padding: 10px 25px;
    font-weight: 300;
}
.header-list .wrap-user .dropdown-menu .last,
.header-list .wrap-user .dropdown-menu .last i {
    color: #E96E34;
}
.cover-container header .dropdown .dropdown-menu a i,
.header-list .menu-user .dropdown-item i {
    color: #605E5C;
    font-size: 15px;
    margin-right: 7px;
}
.header-list .menu-user .dropdown-item span {
    background: #E96E34;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    margin-left: 5px;
}
.process {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 10px 0 0;
}
.process .step-process {
    text-align: center;
    position: relative;
    z-index: 10;
    color: #221F20;
}
.process .step-process span {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #bdbdbd;
    display: inline-block;
    z-index: 10;
}
.process .step-process.active span {
    background: #E96E34;
    color: #fff;
}
.process .wrap-status-process {
    margin-top: -15px;
}
.wrap-status-process .bar-color {
    background: #6B6C6F;
    height: 4px;
    width: 66.66666%;
    margin-left: 16.66667%;
}
.wrap-status-process .bar-color .fill,
.wrap-status-process .bar-color2 .fill {
    height: 4px;
    background: #E96E34;
}
.process .step-process p {
    font-size: 10px;
    margin-top: 25px;
}
.title-cart {
    font-size: 18px;
    font-weight: 600;
    color: #323130;
    padding: 15px;
    margin-bottom: 2px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    z-index: auto;
    margin-top: 10px;
    width: 100%;
}
.title-cart span {
    background: #E96E34;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    margin-left: 5px;
}
.cart {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    padding-top: 10px;
}
.cart >ul>li {
    padding: 10px 5px;
}
.cart >ul>li p {
    font-size: 14px;
    line-height: 18px;
    color: #221F20;
    margin-bottom: 0;
    font-weight: 300;
}
.cart >ul>li span {
    font-weight: 600;
    font-size: 14px;
    color: #E96E34;
}
.wrap-list-mb .cart ul li a i {
    font-size: 22px;
    color: #605E5C;
}
.cart ul li .btn-more {
    border: 1px solid #E96E34;
    color: #E96E34;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.cart .code-discount,
.block-step .code-discount {
    border-top: 1px dotted #E0E0E0;
    padding: 15px 0;
}
.block-step .code-discount {
	border-top: none;
	padding-top: 10px;
}
.cart .code-discount h5,.block-step .code-discount h5{
    font-size: 14px;
    line-height: 18px;
    color: #221F20;
    padding-left: 15px;
}
.cart .code-discount section,
.block-step .code-discount section {
    height: 44px;
    border: 1px solid #E0E0E0;
    border-radius: 22px;
    margin: 0 15px;
}
.wrap-list-mb .cart .code-discount input[type='text'],
.block-step .code-discount input[type='text'] {
    width: calc(100% - 100px);
}
.cart .code-discount input[type="text"],
 .block-step .code-discount input[type="text"] {
    padding: 8px 11px;
    border: none;
    font-size: 13px;
    padding: 11px;
    width: 70%;
    border-radius: 22px;
    color: #999;
    font-weight: 300;
    margin-left: 5px;
}

.cart .code-discount button,
 .block-step .code-discount button{
    background: #605E5C;
    border-radius: 3px;
    height: 44px;
    padding: 0 20px;
    text-align: center;
    outline: none;
    border: none;
    float: right;
    color: #fff;
    border-radius: 22px;
}

/********************************************************* Promotion ******************************************/
.pay-delivery .indexVouchers{
    padding: 10px 15px;
    border-top: 1px dotted #E0E0E0;
}
.pay-delivery .indexVouchers p{
    margin-bottom: 0;
    cursor: pointer;
}
.pay-delivery .indexVouchers p i{
    color: #ee4d2d;
}

.modal-promotion .modal-body .list-promotion {
    /*max-height: calc(100vh - 150px);
    height: calc(100vh - 150px);*/
    overflow-y: auto;
}
.modal-promotion .modal-body .list-promotion ul li {
    border-bottom: 1px solid #EDF2F9;
    padding: 10px 0px 10px 0px;
    /*margin:0 16px;*/
}
.modal-promotion .modal-body .list-promotion ul li .media img {
    border-radius: 12px;
    max-height: 72px;
    max-width: 72px;
}
.modal-promotion .modal-body .list-promotion ul li p {
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    color: #6B6B6B;
}
.modal-promotion .modal-body .list-promotion ul li p span {
    padding:4px 8px;
    background: #E96E34;
    float: left;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    height: 20px;
}

.modal-promotion .modal-body .list-promotion ul li h5 {
    font-size: 15px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.modal-promotion .modal-body .list-promotion ul li a {
    font-size: 14px;
    color: #248FED;
}
.modal-promotion .modal-body .list-promotion ul li a.deny {
    color: #EF4949;
}
/*@media screen and (min-width: 768px) {
	.modal-promotion .modal-dialog {
		margin: 0 auto;
		position: absolute;
		left: 25%;
		max-width: 50%;
	}
}*/
.list-promotion ul.hidden{
    display: none;
}

.lds-ellipsis {
    margin: auto;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis.hidden{
    display: none;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #e96e34;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/********************************************************* End Promotion ******************************************/

.cart .btn-order {
    background: #E96E34;
    border-radius: 22px;
    height: 44px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    border: none;
    padding: 0 10px;
    margin-top: 10px;
}
.cart .summary,
.block-step .summary{
    padding: 0px 15px 10px 15px;
}
.cart .sum,
.block-step .sum {
    padding: 10px 15px;
    border-top: 1px dotted #E0E0E0;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #E96E34;
}
.cart .sum span,
.block-step .sum span {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #221F20;
}
/********************************************************* end cart ******************************************/
/********************************************************** order ******************************************/
.pay-delivery {
   
    width: 100%;
    border-radius: 3px;
    margin-top: 10px;
}
.pay-delivery .block-step {
	margin-bottom: 10px;
	background:#fff;
	border-radius: 3px;
}
.pay-delivery .block-step h4 {
	padding:10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #F1F1F1;
	font-weight: 700;

}
.pay-delivery .block-step .form-row {
	padding: 10px 15px;
}
.pay-delivery .block-step .form-row .form-control {
	height: 44px;
	border: 1px solid #E0E0E0;
	border-radius: 22px;
	margin-bottom: 10px;
}
.pay-delivery .block-step  .free-ship {
	padding:0 10px 10px 10px;
}
.pay-delivery .block-step  .free-ship p {
	margin-bottom: 0;
	color: #E96E34;
	font-size: 14px;
	font-style: italic;
}
.pay-delivery .block-step .wrap-add {
	margin:10px 0 15px 0;
}
.pay-delivery .block-step .wrap-add .custom-control-label {
	line-height: 24px;
}
.pay-delivery .block-step .wrap-add a {
	float: right;
	font-weight: 600;
}
.pay-delivery .block-step .form-row label{
	line-height: 24px;
}
.pay-delivery .block-step .block-sbm {
	text-align: center;
	padding: 10px;
}
.pay-delivery .block-step .block-sbm button {
	width: 100%;
    height: 44px;
    background: #E96E34;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    border-radius: 22px;
    border: none;
}
/********************************************************** end order **************************/
.block-payment .form-row label span{
	margin-left: 5px;
	position: relative;
    top: -4px;
}
.icon-cash {
	background:url('../images/cash.svg') no-repeat center center;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.icon-zalo {
	background:url('../images/vnpay.png') no-repeat center center;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.icon-vnpay {
	background:url('../images/zalo-pay.png') no-repeat center center;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.icon-momo {
	background:url('../images/momo.png') no-repeat center center;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.icon-atm {
	background:url('../images/noi-dia.svg') no-repeat center center;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.icon-visa {
	background:url('../images/the-quoc-te.svg') no-repeat center center;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.block-step .form-live-receipt .form-control,
.block-step .form-live-receipt input[type="email"] {
    height: 44px;
    border: 1px solid #E0E0E0;
    border-radius: 22px;
    width: 100%;
    text-indent: 15px;
    margin-bottom: 10px;
}
.pay-delivery .block-step .form-row button {
	width: 100%;
    height: 44px;
    background: #E96E34;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    border: none;
    margin-bottom: 10px;
}
.list-address {
    padding-bottom: 10px;
}
.list-address ul li i {
	background: url(../images/radio.svg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.list-address ul li {
    padding: 0 15px;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.list-address ul li h5 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}
.list-address ul li span {
    font-size: 14px;
    color: #6B6C6F;
}
.list-address ul li p {
     color: #6B6C6F;
     margin-bottom: 0;
}

.list-address ul li  a {
    color: #E96E34;
}
.list-address ul li b {
	float: right;
	color: #E96E34;
}
.list-address button {
    height: 44px;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    border: none;
    width: calc(100% - 30px);
    background: #E96E34;
    margin: 0 15px;
    display: block;
}
.list-address button:focus {
    outline: none;
}
.list-address ul li.active i {
	background: url(../images/radio-active.svg) no-repeat 0 0;
}
.mrt-20 {
    margin-top: 20px;
}
.mrt-10 {
    margin-top: 10px;
}
footer {
    padding-top: 20px;
    background: #323130;
    margin-top: 70px;
}
footer ul li a i {
    margin-right: 5px;
}
footer .list-socail-network li a i {
    color: #fff;
}
.sub-footer .wrap-register {
    text-align: left;
    margin-top: 20px;
}
.sub-footer .wrap-register a {
    position: inherit;
    text-align: center;
}
.sub-footer .wrap-register a {
    position: inherit;
    text-align: center;
}
.sub-footer a {
    right: 50px;
    height: 48px;
    width: 48px;
    color: #fff;
    border-radius: 50%;
    background: #545454;
    line-height: 48px;
}
.sub-footer img {
    max-width: 140px;
}
footer h4 {
    font-weight: 600;
    font-size: 14px;
    color: #F2F2F2;
    margin-top: 20px;
}
footer ul {
	list-style: none;
}
footer ul li {
    font-size: 13px;
    color: #E0E0E0;
    padding: 10px 0;
}
footer ul li a {
    display: inline-block;
    color: #bdbdbd;
    font-weight: 300;
}
.wrap-list-payment li {
	display: inline-block;
    margin-right: 10px;
}
.sub-footer {
    background: #262626;
    position: relative;
    padding: 30px 0 20px 0;
    margin-top: 30px;
}
.sub-footer .address {
    color: #828282;
}
.sub-footer h5 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sub-footer p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #828282;
}
