@media (min-width:1700px) {
	
	.container {
		max-width: 1600px;
	}

}

@media (max-width:1920px) {
	
	   .mob-button{
		gap: 10px;
	}
	.mob-button .arrivals-txt{
		width: 50% !important;

	}
}
	
	.arrivals-txt h3 {
		font-size: 55px;
	}
/* 
	.arrivals-txt .prdct-btn {
		width: 100%;
	} */

	#big .testimonial-innr-img img {
		height: 240px;
	}




@media (max-width:1600px) {
	#big .testimonial-innr-img img {
		height: 220px;
	}

}

@media(max-width:1599px) {
	.delivery-card .delivery-card-cntnt h6 {
		font-size: 16px;
	}

	#big .testimonial-innr-img img {
		height: 215px;
	}

	.banner-sec {
		padding: 130px 0 80px 0;
	}

}

@media(max-width:1440px) {
}

@media (max-width:1400px) {
}
@media (max-width:1080px){
	.my-favorite-items-listing .heartData{
		left: 85% !important;
	}
	/* left: 80%; */
}
@media(max-width:1399px) {
	.banner-content h1 {
		font-size: 40px;
	}
	

	.banner-slide-innr-content a {
		padding: 10px 10px;
		font-size: 16px;
	}

	.trending-innr .owl-theme .owl-dots {
		bottom: 20px;
	}

	.category-innr-cont {
		padding: 0 10px;
	}

	.category-innr-cont a {
		width: 100%;
		padding: 10px 6px;
	}

	.about-box h5 {
		font-size: 13px;
	}

	.main-header .custom-navbar .nav-item {
		margin-right: 8px;
	}

	.main-header .custom-navbar .nav-item .nav-link {
		font-size: 12px;
	}

	#big .testimonial-innr-img img {
		height: 190px;
	}

	.testimonial-innr-content {
		width: 100%;
		padding: 0 3rem;
	}

	.delivery-card .delivery-card-cntnt h6 {
		font-size: 14px;
	}

	.delivery-card .delivery-card-cntnt p {
		font-size: 11px;
	}
	.arrivals-txt h3 {
		font-size: 42px;
		line-height: 52px;
	}
	.trending-innr {
		margin-bottom:0;
	}

}

@media(max-width:1199px) {
	.main-header .custom-navbar .nav-item {
		margin-right: 4px;
	}

	.main-header .tpbar .tpbar-lft h5 {
		font-size: 10px;
	}

	.trending-innr p {
		font-size: 12px;
	}

	.trending-innr h5 {
		font-size: 13px;
	}

	.trending-innr h5 del {
		font-size: 10px;
		margin-left: 5px;
	}

	.arrivals-txt h3 {
		font-size: 38px;
	}

	#big .testimonial-innr-img img {
		height: 220px;
	}

	.delivery-card-icon img {
		width: 50px;
	}

	.banner-slide-innr-content {
		padding-bottom: 10px;
	}

	.banner-slide-innr-content a {
		padding: 8px 10px;
		font-size: 14px;
	}

}

@media(max-width:1024px) {
	#big .testimonial-innr-img img {
		height: 210px;
	}

}

@media (max-width:991px) {
	#banner-slide .owl-item {	
		margin: 30px 0;
	}
	.main-header .tpbar {
		display: none;
	}

	.main-header .custom-navbar .navbar-toggler:focus {
		box-shadow: none !important;
	}

	.main-header .custom-navbar .navbar-brand {
		position: relative;
		z-index: 999;
	}

	.main-header .custom-navbar .navbar-toggler {
		width: 30px;
        height: 25px;
		padding: 0 6px;
		border-radius: 4px;
		text-align: center;
		border: none;
		outline: none;
		z-index: 110;
		background-color: #c91c45;
	}

	.main-header .custom-navbar .navbar-toggler span {
		width: 16px;
        height: 2px;
		background: #fff;
		display: block;
		margin: 2px auto 2px auto;
		position: relative;
		top: 0;
		opacity: 1;
		float: right;
		transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
		border-radius: 10px;
	}

	.main-header .custom-navbar .navbar-toggler span:nth-child(2) {
		width: 12px;
	}

	.main-header .custom-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
		transform: rotate(-45deg);
		position: relative;
		top: -9px;
	}

	.main-header .custom-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.main-header .custom-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
		transform: rotate(45deg);
		position: relative;
		top: 9px;
	}

	.main-header .custom-navbar .navbar-collapse {
		position: fixed;
		top: 0;
		right: -400px;
		width: 0%;
		height: 100vh;
		max-height: 100vh;
		background-color: #fff;
		padding: 60px 0px;
		box-shadow: -30px 0 30px rgb(0 0 0 / 10%);
		transition: 0.5s;
		opacity: 0;
	
		overflow: hidden;
		overflow-y: auto;
	}

	.main-header .custom-navbar .navbar-collapse {
		width: 100%;
	}

	.main-header .custom-navbar .navbar-collapse.show {
		right: 0;
		opacity: 1;
		z-index: 100;
	}

	.main-header .custom-navbar .nav-item {
		margin-right: 0px;
		padding: 10px 10px;
		border-bottom: 1px solid #ccc;
	}

	.main-header .custom-navbar .nav-item .nav-link {
		font-size: 14px;
	}

	.tp_search_bar {
		width: calc(100% - 30px);
		top: 57px;
		padding: 10px;
		border-radius: 6px;
	}
	.tp_search_bar_bx .form-control {
		height: 36px;
		border-radius: 4px;
	}
	.tp_search_bar_bx button {
		top: 3px;
		right: 4px;
		font-size: 18px;
	}

	.banner-sec {
		padding: 90px 0 80px 0;
	}

	.banner-content h1 {
		font-size: 24px;
	}

	.banner-content h5 {
		font-size: 20px;
		margin-bottom: 1rem;
	}

	.banner-slide-innr-content a {
		padding: 5px 10px;
		font-size: 11px;
	}

	.owl-prev span, .owl-next span {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.category-innr-cont a {
		font-size: 14px;
	}

	.about-box {
		margin-bottom: 1rem;
	}

	.about-box h5 {
		margin-top: 1rem;
	}

	.about-innr {
		padding: 1rem;
	}

	#big .testimonial-innr-img img {
		height: 200px;
	}

	.delivery-card {
		margin-bottom: 1rem;
	}

	.ftr-lnk li a {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 0.5rem;
	}

	.thm-btn {
		padding: 8px 20px 8px 20px;
	}

	.colection-slide.owl-theme .owl-dots {
		margin-top: 0 !important;
	}

	.ftr-abt {
		margin-bottom: 1rem;
	}
	.headings {
		margin-bottom: 2rem;
	}
	.arrivals-txt h3 {
		font-size: 38px;
		line-height: 48px;
		margin-bottom: 15px;
	}
	.colection-slide-innr img {
		border-radius: 15px;
	}
	.trending-product.tp_space,
	.arrivals.lenga-sec.tp_space{
		padding-bottom:0;
	}
	.trending-innr .owl-theme .owl-dots {
    bottom: 48px;
}
.trending-innr .product-slide-content{
	bottom: 59px;
}
.bttm-fx a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
}

}

@media  (max-width:480px) {
	.addcraad{
		max-width:300px  !important;
		margin: auto;
	}
	.mob-button .arrivals-txt{
		width: 50% ;
	}
	.mobilehandle {
		/* position: fixed; */
		display: flex;
		justify-content: center;
		bottom: 0px;

		/* width: fit-content; */
		/* margin-bottom: 5px; */
		/* margin: auto !important; */
		/* display: block !important; */
		align-items: center;
		/* max-width: 509px; */
		/* background: green; */
	}
	.mobilehandle a{
		display: block;
		position: fixed;
		bottom: 05px;
		width: 90%;

	}
	.mobilehandle button{
		background-color: #c91c45 !important;
	color: white !important;
		display: block ;
		position: fixed;
		bottom: 05px;
		width: 90% !important;

	}
	.paymentaddress{
		display: flex !important;
		flex-direction:column !important; ;
	}
}
@media (max-width:768px) {
	.mob-button .arrivals-txt{
		width: 50% ;
	}
	.tpbar-lnk li {
		margin-left: 5px;
	}
	.tpbar-lnk li a {
		font-size: 10px;
	}

	.category-innr {
		margin-bottom: 1rem;
	}

	.banner-content h1 {
		font-size: 15px;
	}

	.banner-content h5 {
		font-size: 13px;
		margin-bottom: 1rem;
	}

	.thm-btn {
		font-size: 12px;
	}

	.banner-slide-innr-content a {
		font-size: 9px;
		font-weight: 500;
	}

	.arrivals-txt h3 {
		font-size: 22px;
	}

	#big .testimonial-innr-img img {
		height: 150px;
	}
	.banner-sec {
		padding: 80px 0 50px 0;
	}
	.headings p{
		margin-bottom:0;
	}

	.subtotal{
		display: flex;
		width: fit-content;
        justify-content: end;
	}
	.image-thumbnails{
		width: 100%;
		overflow-x:scroll ;
		scrollbar-width: none;
	}
	.thubnail img{
		max-width: auto;
		max-height: auto;
	}
	.brdr-btn{
		padding:5px 9px !important;
	}

	a.search-btn{
		font-size:20px!important;
	}
	.navbar-brand{
		margin-right:0px !important;
		text-align: left;
	}
	.navbar-brand img{
		max-width: 74%; 
	}

}

@media (max-width:575px) {
	.handle .active{
		position: fixed;
		bottom: 0px;
		gap: 10px;
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		align-items: center ;
		left: 0px;
		padding: 10px;
		background-color: #ffffff;
		z-index: 999999;
		margin-bottom: 0px !important;
		box-shadow: 0px 0px 5px 0px grey;
	}
	.container-checkout{
		margin-bottom: 70px ;
	}
	
	.banner-sec {
		text-align: center;
	}

	.tpbar, .tpbar .text-end {
		text-align: center !important;
	}

	#banner-slide .owl-prev, .arrivals-slide .owl-prev {
		left: 0px;
	}

	#banner-slide .owl-next, .arrivals-slide .owl-next {
		right: 0px;
	}

	.tp_search_bar_bx .form-control {
		height: 35px;
	}
	.tp_search_bar .remove_bar {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

	.tp_search_bar_bx button {
		font-size: 15px;
		top: 6px;
	}
	.banner-slide-innr img {
		border-radius: 10px;

	}
	.arrivals-txt .prdct-btn{
		/* margin-bottom:25px; */

	}
	.arrivals.lenga-sec.tp_space .arrivals-txt .prdct-btn{
		margin-bottom:0;
	}
	.colection.tp_space .colection-slide-innr .thm-btn{
		padding: 5px 10px 5px 10px;
		left: 10px;
		bottom: 10px;
	}
	.colection.tp_space .owl-theme .owl-dots .owl-dot span {
		height: 3px;
		width: 20px;
		margin: 5px;
	}
	.thm-footer {
		padding-top:25px;
	}
	.ftr-head {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 25px;
	}
	.ftr-cta .form-control {
		height: 36px;
	}
	.copyright p {
		font-size: 12px;
		font-weight: 600;
	}
	.ftr-abt p,
	.ftr-cta p {
		font-size: 16px;
		font-weight: 500;
	}
	#banner-slide .owl-prev, #banner-slide .owl-next, .arrivals-slide .owl-prev, .arrivals-slide .owl-next {
    position: absolute;
    top: 45%;
}
}

@media (max-width: 1199.98px){
	.tp_space {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.mob-button{
		gap: 10px;
	}
	.mob-button .arrivals-txt{
		width: 50% ;
		
	}
}

@media (max-width: 991.98px){
	.mob-button .arrivals-txt{
		width: 50% ;
	}
	.product-Item-details h4 {
		font-size: 22px;
	}
	.product-Item-details h5 {
		font-size: 16px;
		margin: 10px 0;
	}
	.product-Item-details p {
		font-size: 16px;
	}
	.btn-fltr-aply{
		display: block;
	}
	.fiter-itm{
		display: none;
	}
	.fiter-itm.active{
		display: block;
	}
}
@media (max-width:390px) {
	.my-favorite-items-listing .heartData{
		left: 80% !important;
	}
	.handle .active *{
	 font-size: 10px !important ;
	 padding: 0px;
	}

	.forcartANdCheckout {
	min-width: 230px !important;
	}
	.arrivals .heartData{
		left: 82% !important;
        top: 25px;
	} 
}
@media (max-width: 767.98px){
	.product-Item-details p {
		font-size: 14px;
	}
	.product-Item-details h4 {
		font-size: 18px;
	}
	hr {
		margin: 8px 0;
	}
	.m_t {
		margin-top: 40px;
	}
	.tab button {
		padding: 6px 10px;
	}
	.Seb-header {
		margin-top: 60px;
	}
}
@media  (max-width: 321px){
	.forcartANdCheckout{
		width: 100px !important;
		/* background-color: gray !important; */
		justify-content: space-around;
	}
	
	.mobilehandle {
		/* position: fixed; */
		display: flex;
		background-color: green;
		justify-content: center;
		bottom: 0px;
		/* width: fit-content; */
		/* margin-bottom: 5px; */
		/* margin: auto !important; */
		/* display: block !important; */
		align-items: center;
		/* max-width: 509px; */
		/* background: green; */
	}
	.mobilehandle button{
		width: 100% !important;
		margin: auto;
		display: block;
	}
}
@media (max-width: 575.98px){
	.my-favorite-items-listing .heartData{
		left: 85% !important;
	}
	.trending-innr .product-slide-content {
		bottom: 32px;
	}
	.testimonial-innr-content p {
		font-size: 12px;
		line-height: normal;
	}
	.owl-prev span, .owl-next span {
		height: 25px;
		width: 25px;
		line-height: 25px;
	}
	
	.trending-innr .owl-theme .owl-dots {
		bottom: 10px;
		background: transparent;
	}
	.category-innr-cont a {
		font-size: 12px;
	}
	.trending-innr p {
		-webkit-line-clamp: 2;
	 }
}