.warranty_page{
	padding-left: 30px;
}
.warranty{
	border-radius: 10px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	padding: 25px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.warranty_info{
	max-width: 680px;
}
.warranty_image{
	display: flex;
	margin-left: 30px;
	align-items: center;
	justify-content: flex-end;
}
.warranty_image img{
	margin: 0 !important;
}
.warranty_title{
	font-size: 24px;
	font-weight: 700;
	color: #333;
	line-height: 35px;
	margin-bottom: 20px;
}
.warranty_text{
	font-size: 16px;
	font-weight: 400;
	color: #555;
	line-height: 26px;
	margin-bottom: 20px;
}
.warranty_warning{
	border-radius: 10px;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	padding: 16px 60px 16px 20px;
	margin: 0;
	margin-bottom: 20px;
}
.warranty_warning img{
	max-width: 40px;
	max-height: 40px;
	margin: 0px 20px 0px 0px !important;
}
.warranty_warning span{
	color: #555;
	font-size: 14px;
	line-height: 20px;
	flex: 1 1 0;
	font-weight: 400;
}
.warranty_small{
	font-size: 14px;
	line-height: 24px;
	color: #555;
	font-weight: 400;
}
.warranty .color_text{
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #f8355e;
	line-height: 26px;
}


.product_tab {
	background-color: #f4f4f4;
	padding: 20px 0
}

.product_tab_container {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
	background-color: #fff;
	overflow: hidden;
	margin-bottom: -1px
}

.product_tab .title_tab {
	background-color: #fff;
	padding: 15px 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	cursor: pointer
}

.product_tab .title_tab.active img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.product_tab .title_tab:focus h3,
.product_tab .title_tab:hover h3 {
	color: #f8355e
}

.product_tab .title_tab h3 {
	font-size: 18px;
	font-weight: 700;
	color: #30373d;
	line-height: 28px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.product_tab .title_tab img {
	margin: 0 !important;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.product_tab .text_tab {
	background-color: #f8f8f8;
	display: none
}

.product_tab .text_tab .single_blog .information {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	padding: 30px;
	width: 100%;
	border: none
}
.product_tab .text_tab .single_blog .information *{
	font-family: source-font, sans-serif;
}
.product_tab .text_tab .single_blog {
	padding: 0
}

.product_tab .text_tab .payment_box {
	padding: 40px
}

.product_tab .text_tab .payment_box .h2_common {
	font-size: 28px
}

.product_tab .text_tab .payment_item {
	width: 50%;
	padding-left: 30px
}

.product_tab .text_tab .payment_item:first-child {
	border-right: 1px solid rgba(0, 0, 0, .1);
	padding-left: 0;
	padding-right: 30px
}

.product_tab .text_tab .payment_information {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0
}
@media only screen and (max-width:991px) {
	.warranty_page{
		padding-left: 0px;
	}
	.warranty{
		display: block;
	}
	.warranty_info{
		margin-bottom: 20px;
	}
	.warranty_image{
		justify-content: center;
		margin-left: 0;
	}
	.product_tab .text_tab .payment_item {
		width: 100%;
		padding: 0!important;
		border: none!important;
		margin: 0!important
	}
	.product_tab .text_tab .payment_box {
		padding: 30px
	}
}
@media only screen and (max-width:767px) {
	.product_tab .text_tab .payment_box {
		padding: 20px
	}
	.product_tab .text_tab .single_blog .information {
		padding: 20px
	}
	.product_tab .main_container{
		 padding: 0;
	 }
}
@media only screen and (max-width:480px) {
	.warranty{
		padding: 15px;
	}
	.warranty_title{
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	.warranty_warning{
		display: block;
		padding: 10px;
	}
	.warranty_warning img{
		display: block;
		margin-bottom: 10px !important;
	}
	.product_tab .text_tab .payment_box {
		padding: 15px
	}
	.product_tab .text_tab .single_blog .information {
		padding: 15px
	}
	.product_tab {
		padding-bottom: 10px
	}
}