

@media only screen and  (max-width: 1024px) {
	.subscribe {
		top: 80px;
		width: 455px;
	}
	.subscribe-title {
		font-size: 42px;
	}
	
}@media only screen and (min-width: 768px) and (max-width: 991px) {
	.subscribe {
		top: 60px;
		width: 355px;
	}
	.subscribe-title {
		font-size: 32px;
	}
}@media only screen and (min-width: 557px) and (max-width: 767px) {
	.subscribe {
		top: 40px;
		width: 255px;
		left: 40px;
	}
	.subscribe-title {
		font-size: 24px;
	}
}@media only screen and (min-width: 320px) and (max-width: 556px) {
	.subscribe {
		top: 40px;
		width: 255px;
		left: 40px;
	}
	.subscribe-title {
		font-size: 18px;
	}
}




/* RESPONSIVE TABEL SUMMARY */

@media only screen and  (max-width: 557px) {
	table.font-size tr td { 
		font-size: 12px !important; 
	}

	.table thead th { 
		font-size: 14px !important; 
	}

	.table th { 
		font-size: 12px !important;
	}
	.content-form-buttom {
		float: inherit;
	}
	
}

/* FAQ */

@media only screen and  (max-width: 766px) {
	.style-faq {
		padding-right: 15px !important;
    	padding-left: 15px !important;
		text-align: justify;
	}
	
}

/* info member user flex */
@media only screen and  (max-width: 576px) {
	#flex-info-member {
		display: flex;
	}
	#flex-info {
		flex: 3 32%;
	}
	#account-info {
		text-align: right;
	}
	.account-info {		
		font-size: 13px !important;
	}
	.list-info-2 {
		font-size: 13px !important;
	}
	
}


/* HEADING FONT SIZE MEMBER */
@media only screen and  (max-width: 576px) {
	.heading-font-size h1 {
		font-size: 24px !important;
	}
}


/* ORDER HISTORY */

@media only screen and  (max-width: 767px) {	

	.flex-table {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.flex-table-item {
		flex: 3 45%;
	}

	.float-image-member {
		float: right;
	}

	.btn--block {
		width: 100% !important;
	    /*margin-top: -30px;*/
	}

	.button-order-detail {
		width: 100%;
	}

	.mobile-order-detail {
		line-height: 2;
		
	}

	.mobile-order-detail:before {
		border-bottom: 1px solid #000 !important;
	}

	/* Member 2 detail (histry order detail) */
	.tr-item {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}

	.td-item:first-child {
	  width: 100%;	  
	}

	.delivery {
		font-size: 13px !important;
	}
	
}


/* BTN PAYMENT */
@media only screen and (min-width: 320px) and (max-width: 464px) {
	.btn--payment-confirm {
		width: 100%;
		/*margin-bottom: 10px;*/
	}

	.trx-total span {
		font-size: 28px;
	}
}

@media only screen and (max-width: 991px) {

	#invoice-title {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
   }

   .list-info-2.right {
   	text-align: right;
   }
   
	.margin-payment-confirm {
		width: 85%;
	}

	.home-category {
	  margin-top: 30px;
	}

	.swiper-button-next {
		left: 120px !important;
	}

	.cat--list-desc-2 {
		text-align: left;
    	padding-left: 40px;
    	padding-right: 40px;
	}


}


/* CONTACT US */
@media only screen and (max-width: 767px) {
	#contact-info-image {
		padding-bottom: 100%;
	}
}


/*categories home*/

@media only screen and (max-width: 991px) {
	.swiper-button-prev {
		left: 40px !important;
	}

	.cat-list .cat--list-item img {
		width: 200px;
	}
	
	
    .home-category .swiper-slide {
        width:33% !important;
        max-height: 500px;
        background: transparent;
    }
    
    .home-category .swiper-slide a {
        width:100%;
    }
    
    
    .home-category .swiper-slide h4 {
        font-size:14px;
        margin-top:10px;
    }
    
    .home-category .swiper-slide img {
        width:100%;
    }
    
    .home-category .swiper-wrapper {
        margin-left:30px;
    }

}

@media only screen and (max-width: 767px) and (min-width: 320px) {
	.heading-2 .heading--title {
	    font-size: 25px;
	    margin-right: 40px;
	}

	.divider--line {
		margin-left: 90px !important;
	}

	.cat-list .divider--line {
	    margin-top: 20px;
	}

	.deal--price {
	    font-size: 35px !important;
	    width: 40px;
	    line-height: 1.4 !important;
	}

	.deal--desc {
		/*width: 280px;*/
	}

	.widget--social span {
	     margin-right: 0px; 
	}
	
	.banner-section .banner-slider-button-next {
        position: relative;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        z-index: 9;
        margin-right: 20px;
        font-size: 25px;
        background-color: rgba(255, 255, 255, 0.3);
        transition: .5s;
    }
    
    .banner-section .banner-slider-button-prev {
        position: relative;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        z-index: 9;
        margin-left: 20px;
        font-size: 25px;
        background-color: rgba(255, 255, 255, 0.3);
        transition: .5s;
    }

}