/*
Template Name:  uCo - Multipurpose Ecommerce Mobile HTML Template
Description:  uCo - Multipurpose Ecommerce Mobile HTML Template
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Redressed&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,700&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	background: #E5E8FF;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #82B60B;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p{
	color: #191919;
}
.main-content h2 {
	font-size: 35px;
	font-weight: 700;
	color: #333;
	line-height: 1.3;
	margin-bottom: 10px;
}
.main-content p {
	line-height: 34px;
	font-size: 18px;
	margin-bottom: 20px;
}
.mobile-content-full {
	width: 400px;
	margin: 0 auto;
}
.mobile-content-full iframe {
	width: 100%;
	height: 650px;
}
.mobile-content-full {
	width: 100%;
	margin: 0 auto;
	border: 14px solid #333;
	border-top: 25px solid #444;
	border-radius: 15px;
	border-bottom: 25px solid #444;
}
.mobile-content {
	width: 410px;
	margin: 0 auto;
	background: #8e8e8e;
	border-radius: 15px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}