#modalLocation .modal-dialog {
    max-width: 100%;
}

.icity--zone--logo {
    height: 80px;
}

.icity--zone {
    text-align: center;
    margin: 0 5px;
    background: #fff;
    box-shadow: 2px 3px 4px 1px #d8d7d7;
    /* margin-top: -80px; */
    flex: 1;
    /* padding: 20px; */
    min-width: 0;
}

.icity--brands img {
    height: 50px;
    margin: 0 5px;
    background: #f5f5f5;
    border-radius: 100%;
    width: 50px;
    object-fit: contain;
}

.icitys {
    display: flex;
    padding: 0 20px;
    padding-bottom: 50px;
}

.icity--body {
    padding: 20px;

}

.icity--head {
    background: #f5f5f5;
}
.body--center{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.full-width{
	width: 100%;
}
.container--icity{
	position: relative;
}
.logo--background{
    position: absolute;
    right: 40px;
    top: 40px;
	width: 250px;
    filter: grayscale(100%);
    transform: rotate(45deg);
    z-index: 0;
    opacity: 15%;
}
.p--add{
	height: 48px;
}
/* index */
.more--menu li{
    display: inline-block;
    list-style: none;
}
.modal--menu.active .modal--menu--content{
    overflow: auto;
}
#listProductData-tmp img{
    border-radius: 100%;
    height: 50px;
}
.sample--cart--head .item-price{
    width: 80px;
    display: inline-block;
    flex-shrink: 0;
    flex-basis: 80px;
    text-align: right;
    font-weight: 600;
}
.sample--cart--head .item-name{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    flex: 1;
}
#listProductData-tmp li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fen input[type='checkbox']:checked+.icon{
    border-radius: 100%;
    border: 2px solid #09f;
}
.letshop a{
    font-family: var(--font--family--title);
    transition: all 0.3s linear;
}
.letshop a:hover{
    box-shadow: 6px 3px 15px 0px #98d2e7;
}
/* validate form check out */
.custom-file.error .custom-file-label{
    border-color: red;
}
.checkbox--animated #agreetnc.error+label>span{
    background: red;
}
.checkbox--animated #agreetnc.error+label{
    color: red;
}
.checkbox--animated #agreetnc.error+label a{
    color: red;
}
.checkbox--animated--payment.checkbox--animated input[type='checkbox']+label>span{
    flex: 1;
    flex-basis: 20px;
    flex-shrink: 0;
    /* padding-top: 20px; */
    margin-top: -15px;
    position: relative;
}
.checkbox--animated--payment.checkbox--animated input[type='checkbox']:checked+label>span:before{
    top: 0px;
    left: -3px;
}
.home--banner--text{
    top: 50%;
    margin-top: -28px;
}
@media screen and (max-width: 980px) {
    .icitys {
        display: block;
        padding: 0 5px;
        /*padding-bottom: 50px;*/
    }

    .icity--zone {
        margin-top: 10px;
    }
    .p--add{
		height: initial;
	}
	.logo--background {
	    
	    right: 10px;
	    top: 10px;
	    width: 80px;
	}
	.body--center{
		position: initial;
	}
}