
/*
======================
For - Big - Screen
======================
*/


@media screen and (min-width: 1600px) {

	.container {
		/*! max-width: 1440px !important; */
	}


}


@media screen and (min-width: 1440px) {



}


/*
=======================
For - Dextop - Screen
=======================
*/


@media screen and (min-width: 1200px) and (max-width: 1399px) {


	.order-footer div h3 {
		font-size: 17px;
	}

	.order-body div h3 {
		font-size: 16.8px;
	}

	.order-footer div small {
		font-size: 12px;
	}

	.order-footer div h3 span {
		font-size: 11px;
	}

	.order-body div p {
		font-size: 10px;
	}

	.tide-img {
		width: 60px !important;
	}


	/*
	----------------------
	Make-a-sell-receipt
	----------------------
	*/ 

	.trans_div p {
		font-size: 14px;
	}


}


/*
=======================
For - Leptop - Screen
=======================
*/

@media screen and (min-width: 992px) and (max-width: 1199px) {


	/*
	--------------------
	Home - Page
	--------------------
	*/
	
	.recent-order-div {
		height: auto;
		margin: 0 0 100px;
	}

	.slider-area .owl-nav,
	.slider-area .owl-dot {
		display: none;
	}


	/*---chiken--pix---*/

	.chiken-div h3,
	.chiken-div p {
		font-size: 11.031px;
	}



	/*
	-------------------
	Make-a-sell
	-------------------
	*/

	.make-sell-flex {
	  	gap: 20px;
	}



	/*
	----------------------
	Make-a-sell-receipt
	----------------------
	*/

	.submitted-div {
		width: 55%;
	}

	.detail-transaction {
		width: 45%;
	}
	
	.submitted-box {
		padding: 28px 20px;
		gap: 16px;
		margin: 0 0 25px;
	}

	.submitted-box h3 {
		font-size: 15px;
	}

	.trans_div p {
		font-size: 13px;
	}

	.home__btn a {
		font-size: 16px;
		padding: 13px 0;
	}




}


@media screen and (min-width: 992px) {


	/*
	--------------------
	Home - Page
	--------------------
	*/

	.sidebar-nav {
		transform: none;
		visibility: visible !important;
	}

	.offcanvas ~ .modal-backdrop {
		display: none;
	}



}


/*
=======================
For - Ipad - Screen
=======================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {


	/*
	--------------------
	Home - Page
	--------------------
	*/

	.aside-div {
  		width: 100%;
  		margin-left: 0;
	}

	.slider-area .owl-nav,
	.slider-area .owl-dot {
		display: none;
	}

	.recent-order-div {
		height: auto;
		margin: 0 0 100px;
	}



	/*---chiken--pix---*/

	.chiken-div img {
		width: 52px !important;
	}

	.chiken-div h3,
	.chiken-div p {
		font-size: 10.031px;
	}




	/*
	-------------------
	Make-a-sell
	-------------------
	*/

	.make-sell-flex {
	  	gap: 20px;
	}
		
	.aside-footer {
		margin: 0 0 100px;
	}




	/*
	----------------------
	Make-a-sell-receipt
	----------------------
	*/

	.submitted-div {
		width: 55%;
	}

	.detail-transaction {
		width: 45%;
	}
	
	.submitted-box {
		padding: 28px 20px;
		gap: 16px;
		margin: 0 0 25px;
	}

	.submitted-box h3 {
		font-size: 16px;
	}

	.trans_div p {
		font-size: 13px;
	}

	.home__btn a {
		font-size: 16px;
		padding: 13px 0;
	}






	
}





/*
=======================
For - Mobile - Screen
=======================
*/

@media screen and (max-width: 767px) {


	/*
	--------------------
	Login - Page
	--------------------
	*/

	.login-body {
		background-image: url('/themes/custom/gafoor/build/login-bg-sm.png');
		display: block;
		padding: 50px 0;
	}

	.login__form {
		background: transparent;
		box-shadow: none;
		width: 100%;
		padding: 18px 18px 34px;
	}

	.log__body > h4 {
		margin-top: -10px;
	}



	/*
	--------------------
	Home - Page
	--------------------
	*/


	/*====aside-div====*/

	.aside-div {
		width: 100%;
		margin-left: 0;
	}

	.dashboard-sm-header {
		background: #FFF;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
		padding: 18px 18px 8px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}

	.sidebar-nav {
		left: 0;
	}

	.recent-order-div {
		margin: 0 0 100px;
		height: auto;
		margin: 0 15px;
	}

	.bottom-recent .recent-order-div {
		margin: 0 0px;
	}

	.sidebar-nav .offcanvas-header .btn-close {
		position: absolute;
		top: 38px;
		right: 20px;
		opacity: 1;
	}

	.wdt_div .modal-backdrop {
		opacity: 0.2;
		background: #000;
	}

	.aside-body {
		padding: 0;
	}

	.aside-body2 {
		padding: 0 18px;
	}

	.pdng_h2 {
		padding: 28px 18px 35px;
	}

	.bottom-recent {
		padding: 0 0px;
	}

	.recent-div h3 {
		font-size: 14px;
	}

	.recent-div a {
		font-size: 14px;
		font-weight: 700;
	}

	.slider-area .owl-nav,
	.slider-area .owl-dot {
		display: none;
	}

	#Carousel2 {
		padding: 0 18px;
	}

	.stock-btn {
		position: fixed;
		bottom: 110px;
	}

	.first-div .stock-btn-1 {
		left: 89px;
	}

	.second-div .stock-btn-2 {
		right: -82px;
	}



	/*---chiken--pix---*/

	.chiken-div img {
		width: 52px !important;
	}

	.chiken-div h3,
	.chiken-div p {
		font-size: 10.031px;
	}



	/*
	-------------------
	Make-a-sell
	-------------------
	*/

	.make-a-sell {
		margin-top: 0;
	}

	.make-sell-flex {
		flex-direction: column;
		gap: 0;
		margin-bottom:100px;
	}

	.make-sell-flex > div {
		width: 100%;
	}

	.second-div {
		padding: 20px 0 0;
	}

	.upload__btn-box {
		min-height: 120px;
	}

	.upload-psn img {
		width: 44px;
	}

	.upload-psn p {
		font-size: 14px;
		margin: 5px 0 0;
	}

	.aside-footer {
		margin: 0 0 100px;
		padding: 0;
	}

	.sell-btn-div {
		width: 66%;
		margin: 0;
	}

	.sell-footer {
		padding: 20px 18px;
	}

	.amount-text {
		text-align: right;
		margin-left: auto;
	}

	.amount-text h3 {
		font-size: 26px;
	}

	.amount-text h3 small {
		font-size: 20px;
	}

	.amount-text p {
		font-size: 16px;
	}
    .recent-div {
        margin: 0 15px;
    }



	/*
	----------------------
	Make-a-sell-receipt
	----------------------
	*/

	.Invoice-body {
		background: #168B4C;
	}

	.Invoice-body .make-a-sell {
		background: transparent;
	}

	.Invoice-body .inr-sell {
		padding-bottom: 28px;
	}

	.Invoice-body .inr-sell h3 {
		color: #FFF;
	}

	.Invoice-body .share-cnt {
		color: #FFF !important;
	}

	.Invoice-body .share-cnt img {
		filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7485%) hue-rotate(97deg) brightness(112%) contrast(97%);
	}

	.make-sell-flex2 {
		padding: 28px 0 105px;
		border-radius: 30px 30px 0px 0px;
		background: #FFF;
		margin: 0;
	}

	.make-sell-flex2 > div {
		width: 100%;
		padding: 0;
	}

	.submitted-box {
		border: none;
		background: transparent;
		border-radius: 0;
		padding: 0 22px;
		gap: 16px;
		margin: 0 0 14px;
	}

	.submitted-box h3 {
		font-size: 16px;
	}

	.inr-transaction {
		border: none;
		background: transparent;
		border-radius: 0;
	}

	.home__btn {
		padding: 0 18px;
	}



	

}


@media screen and (min-width: 430px) and (max-width: 767px) {

	.login__form {
		max-width: 418px;
		margin: 0 auto;
	}

}

@media screen and (max-width: 429px) {

	.order-box {
		padding: 10px;
		/*margin: 0 15px;*/
	}

	.order-footer div h3 {
		font-size: 15px;
	}

	.order-body div h3 {
		font-size: 15px;
	}

	.order-footer div small {
		font-size: 11px;
	}

	.order-footer div h3 span {
		font-size: 10px;
	}

	.order-body div p {
		font-size: 9px;
	}

	.tide-img {
		width: 60px !important;
	}

	.inr-order-link .details-order h4 {
		font-size: 12px;
		margin: 0 0 2px;
	}

	.inr-order-link .d-flex {
		gap: 8px;
	}

	.inr-order-link .details-order p {
	  	padding: 0 7px 0 0;
	  	font-size: 11px;
	}

	.recent-order-div {
		padding: 0 10px 0 8px;
		height: auto;
	}

	.inr-order {
		padding: 14px 0;
	}

	.sell-btn-div {
		width: 50%;
	}

	.modal-dialog {
	  margin: 0rem;
	}




}


