/* Default Layout	*/


/*	Extra small devices (portrait phones, less than 576px)	*/
@media (max-width: 575.98px) {
	
	.container{
		max-width: 100%;
	}
	.colored_title h3{
		font-size: 23px;
	}
	.para_texts p{
		font-size: 16px;
	}
	.heading h4{
		font-size: 22px;
	}
	.cta_btn{
		min-width: 100%;
		font-size: 20px;
	}
	.cta_large_wrap {
		padding: 15px 10px;
		padding-bottom: 25px;
	}


	#ouibounce-modal .popups {
		width: calc(100% - 30px);
	}
	#ouibounce-modal .popups .product_wrap {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		gap: 25px;
		padding: 25px 15px;
	}
	#ouibounce-modal .popups .popups-title h4{
		font-size: 16px;
	}
	#ouibounce-modal .popups .popups-title .popup_closer {
		font-size: 32px;
		top: -30px;
	}
	#ouibounce-modal .popups .product_image img {
		max-width: 70px;
	}
	#ouibounce-modal .popups .product_texts{
		text-align: center;
	}
	#ouibounce-modal .popups .product_texts h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	#ouibounce-modal .popups .product_texts p{
		font-size: 16px;
	}

	/* ============================== */

	.bottom_offer.show{
		bottom: 0px;
	}
	.bottom_offer .the_offer {
		-ms-grid-columns: 100px 5px 1fr;
		grid-template-columns: 100px 1fr;
		gap: 5px;
		padding: 7px 10px;
	}
	.bottom_offer .the_offer .images .free_shipping {
		width: 70px;
		position: absolute;
		left: 5px;
		bottom: 0px;
		z-index: 999999;
	}
	.bottom_offer .the_offer .images .product_image {
		position: absolute;
		left: 40px;
		bottom: 5px;
		width: 68px;
	}
	.bottom_offer .the_offer .offer_cta_inner{
		max-width: 310px;
		margin-left: auto;
	}

	/* ============================== */
	
}

/*	Small devices (landscape phones, 576px and up)	*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	#ouibounce-modal .popups {
		width: calc(100% - 30px);
	}
	#ouibounce-modal .popups .product_wrap {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		gap: 25px;
		padding: 25px;
	}
	#ouibounce-modal .popups .product_image img {
		max-width: 75px;
	}
	#ouibounce-modal .popups .product_texts{
		text-align: center;
	}
	#ouibounce-modal .popups .product_texts h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	/* ============================== */

	.bottom_offer.show{
		bottom: 0px;
	}

	/* ============================== */

	
}

