body {
	padding: 0;
	margin: 0;
}
.error{
	color:#f33f3f;
}
.login {
	width: 100%;
	height: auto;
	padding: 80px 0;
}
.login-form {
	width: 60%;
	height: auto;
	padding: 20px;
	/*background: linear-gradient(45deg,#ec303575,#f4c11099); */
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 2px 3px 6px 3px #c5c5c5;
}
.login-form h4 {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.login-form .btn-warning {
	background: #db5039 !important;
	border-color: #db5039;
}
.login-form .btn-success:hover {
	background-color: #6bb84f;
	border-color: #6bb84f;
}
.profile {
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: #efefef;
}
.profile-details {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 25px;
	margin: 0 auto;
}
.profile-image {
	text-align: center;
}
.profile-name p {
	margin-bottom: 0;
	font-weight: bold;
}
.cart-page {
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: #efefef;
}
.card-items {
	width: 100%;
	height: auto;
}
.card-items hr {
	padding: 0;
	margin: 0;
}
.item-part,
.price-part {
	width: 100%;
	height: auto;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}
.pro-img {
	text-align: center;
}
.price-part .adj-font {
	margin-top: 15px;
}
.trash-icon {
	width: 30px;
	height: auto;
	position: absolute;
	top: -18px;
	right: 15px;
}
.product-description {
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: #efefef;
}
.description-left {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.description-right {
	width: 100%;
	height:auto;
	/*background: #fff;*/
	padding: 15px;
}
.description-right .btn-cart {
	margin-top: 30px;
}
.description-right .btn-cart .btn {
	width: 30%;
}
.referal_code {
	padding: 10px;
	text-align: center;
	background-color: tomato;
	color: white;
	font-weight: 700;
	letter-spacing: 1.5px;
	border-radius: 10px;
	border: 1px dashed black;
	/*user-select: none;
    -webkit-user-drag: none;*/
}
.share_icons {
	margin-top: 10px;
}
.share_icons a {
	color: black;
	text-decoration: none;
}
.share_icons i {
	padding: 10px;
	font-size: 17px;
	border-radius: 10px;
	margin-right: 5px;
}
.registerform {
	/* border: 1px solid #cec3c3;
	background: linear-gradient(45deg,#ec303575,#f4c11099); */
	margin-top: 25px;
}
.registerform input[type="text"],
.registerform input[type="number"],
.registerform input[type="password"],
.registerform input[type="email"] {
	width: 100%;
	padding: 8px;
	margin: 5px 0 11px 0;
	display: inline-block;
	border: 1px solid black;
	background: #ffff;
}
.registerform .input-group-append {
	margin: 5px 0 11px 0;
	border: 1px solid black;
	border-left: none;
}
.registerform .input-group-text {
	padding: 0.375rem 1rem;
}
.registerform .registerbtn {
	background-color: #243640!important;
	color: white;
	padding: 11px 15px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	opacity: 0.9;
}
.signin {
	/*background: linear-gradient(45deg,#ec303575, #f4c11099); */
	text-align: center;
}

#google_translate_element span{
	display:none;
}

.DailyItems, .Price, .RegBrands {
    background-color: whitesmoke;
    padding: 50px 0;
}
.DailyItems .productItem img {
	width: 100%;
	height: 200px;
	border-radius: 20px;
}

.DailyItems .productItem {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    text-align: center;

}
.DailyItems .productName {
    padding: 10px 0 10px 0;
    background: #c0b5b5;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.DailyItems .productName a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.owl-carousel{
	width: 100%;
	height:300px;
	background-color: #fff;
}
.item .productItem {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.075);
}

.item .productName {
    padding: 10px 0 10px 0;
    background: gray;
}
.item .productName a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.item .productItem img{
	width: 100%;
	height: 200px;
}
.font-responsive {
    font-size: calc(0.5em + 0.7vw) !important;
    letter-spacing: 0.5px;
}

.upsubcat_menu .item p{
	padding:4px;
	text-align: center;
	border-radius: 5px;
	border:2px solid rgb(107 184 79);
	margin-bottom:5px;
	color:white;
	background-color: rgb(107 184 79);
	font-size: 14px;
	text-shadow: 1px 0px 5px black;
	letter-spacing: 0.8px;
}
.upsubcat_menu .item a{
	color:black;
	font-weight:500;
}
.ProductWrap .ProductWeight .select_box{
	width: 50%;
	height:25px;
	border:2px double #23a623;	
}
.about{
	width:100%;
	height:auto;
	padding: 80px 0;
	background: #efefef75;
}
.about_detail h1{
	font-weight:600;
	font-style:normal;
	font-family: fangsong;
	color: #81bc02;
}
.about_detail p{
	font-style: normal;
    font-family: emoji;
    font-size: 17px;
}
.about_detail p span{
	font-style: normal;
    font-family: fangsong;
    font-size: 35px;
}
.about_detail hr{
    border-top: 2px solid #0b2a5d  !important;
}

@media (max-width: 1024px) {
	.price-part .adj-font {
		font-size: 13px;
	}
	.registerform .input-group-text {
		padding: 6px;
	}
}
@media (max-width: 768px) {
	.login-form {
		width: 65%;
	}
	.price-part .adj-font {
		font-size: 11px;
	}
	.description-right .btn-cart .btn {
		width: 48%;
	}
	.adj-order-btn .btn {
		width: 48%;
		font-size: 10px;
	}
}
@media (max-width: 576px) {
	.login {
		padding: 20px 0;
	}
	.login-form {
		width: 100%;
	}
	.login-form h4 {
		font-size: 18px;
	}
	.adj-details {
		margin-top: 25px;
	}
	.profile-details {
		width: 100%;
	}
	.profile-details h3 {
		font-size: 22px;
	}
	.price-part {
		margin-top: 25px;
	}
	.cart-page {
		padding: 30px 0;
	}
	.price-part .adj-font {
		font-size: 17px;
	}
	.adj-order-btn {
		text-align: center;
	}
	.adj-order-btn .btn {
		width: 48%;
		font-size: 15px;
	}
	.product-description {
		padding: 40px 0;
	}
}
@media (max-width: 375px) {
	.adj-order-btn .btn {
		font-size: 12px;
	}
	.description-right .btn-cart .btn {
		width: 47%;
	}
}
