body{
	margin: 0px;
	padding: 0px;
	  font-family: 'Open Sans';
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	 font-family: 'Roboto';
}
p{
	margin: 0px;
}
ul,ol{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a{
	display: inline-block;
	text-decoration: none !important;
}
span{
	display: inline-block;
}
:root {
  --black: #000;
  --white: #fff;
  --themeColor:#e68111;
  --primaryColor: #0089d0;
  --red:#ed1c24;
}


.container{
	max-width:1300px;
	margin: 0px auto;
}

.row-wrapper{
	display: flex;
	flex-flow: row wrap;
}
.advertisement-img img {
	width: 100%;
}
.category-title-wrapper{
	margin-bottom: 30px;
	background: #f3f3f3;
}
.category-title{
	background: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: relative;
	border-bottom: 1px solid #e70410;
}
.category-title h1{
	position: relative;
	display: inline-block;
	color: #323332;
	font-weight: 600;
	padding: 15px 23px 12px 18px;
	line-height: 1;
	font-size: 30px;
}
.category-title h1::after {
	position: absolute;
	content: '';
	left: 100%;
	width: 2px;
	height: 28px;
	background: #e70410;
	left: calc(100% - 9px);
}

/** margin top **/
.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px;
}
.mt-50{
	margin-top: 50px;
}
/** end of margin top **/

/** margin bottom **/
.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-50{
	margin-bottom: 50px;
}

/** end of margin bottom **/