
html.md-default-theme,
html,
body.md-default-theme,
body {
	background-color: #fff;
}

* {
	outline: none;
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: transparent;
	/*overflow-x: hidden;*/
	outline: none;
    overflow-anchor: none;
}

body a {
	text-decoration: none;
}

a {
	text-decoration: none !important;
}

a.black {
	color: #000000 !important;
}


.h-100 {
	height: 100% !important;
}


.w-100 {
	width: 100% !important;
}

/*----------- Pages ------------*/

.page-title-wrapper {
	margin-bottom: 0;
	padding-top: 0;
	text-align: center;
}

.page-title-wrapper .title {
	color: #2a2d2d;
	font-size: 40px;
	font-weight: 600;
	font-family: "Baloo", sans-serif;
}

.page-title-wrapper .sub-title {
	color: #a1a1a1;
	font-size: 16px;
	font-weight: 500;
}


/*-------- Grey Buttons --------*/

.grey-round-button {
	border: 1px solid #e9e9e9 !important;
	border-radius: 20px !important;
	background-color: #f4f5f8;
	padding: 8px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	transition: all .8s ease 0s;
	text-align: center;
	color: #000;
}

.grey-round-button:hover {
	background-color: #EF2C9A;
	color: #fff;
	transition: all .8s ease 0s;
}

/*-------- Pink Buttons --------*/

.pink-round-button {
	color: #FFF;
	background-color: #EF2C9A !important;
	border-radius: 20px !important;
	border: none;
	padding: 8px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	transition: all .8s ease 0s;
	text-align: center;
}

.pink-round-button:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #D02C88 !important;
	transition: all .8s ease 0s;

}

.pink-round-button:visited {
	color: #fff;
	text-decoration: none !important;
}

.pink-round-button:focus {
	color: #fff;
	text-decoration: none !important;
}

/*-------- Black Buttons --------*/

.black-round-button {
	color: #fff;
	background-color: #000 !important;
	border-radius: 20px !important;
	/*margin: 10px 50px 0 50px;*/
	border: none;
	padding: 8px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	transition: all .8s ease 0s;
	text-align: center;
}

.black-round-button:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #464646 !important;
	transition: all .8s ease 0s;
}

.black-round-button:visited {
	color: #fff;
	text-decoration: none !important;
}

.black-round-button:focus {
	color: #fff;
	text-decoration: none !important;
}

.add-to-cart-dollar {
	height: 23px;
}

.add-to-cart-dollar span {
	color: #dfe0e5;
	background: transparent;
	font-size: 12px;
	position: absolute;
	right: 17px;
	border: 1px solid #ddd;
	padding: 2px 3px;
	border-radius: 4px;
	margin-top: -10px;

}

.add-to-cart-dollar span:hover {
	color: #fff;
	background: #EF2C9A;
	transition: all .8s ease 0s;
}


/*-------- Black Buttons --------*/

.black-button {
	padding: 10px 36px;
	background-color: #000;
	margin: 30px 10px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-family: "Baloo", sans-serif;
	font-weight: 400;
}

.black-button:hover {
	color: #000;
	background-color: #fff;
	transition: all .6s ease 0s;
}

/*-------- Black Buttons Latest--------*/

.black-button-latest {
	padding: 10px 36px;
	background-color: #000;
	margin: 30px 10px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-family: "Baloo", sans-serif;
	font-weight: 400;
	text-decoration: none;
	border: none;
}

.black-button-latest:hover {
	color: #fff;
	background-color: #494949;
	transition: all .6s ease 0s;
}

/*-------- Green Buttons --------*/

.green-button {
	padding: 10px 36px;
	background-color: #00BE6A;
	margin: 30px 10px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-family: "Baloo", sans-serif;
	font-weight: 400;
}

.green-button:hover {
	color: #000;
	background-color: #fff;
	transition: all .6s ease 0s;
}

.grey-round-button .md-ripple-container {
	border-radius: 20px !important;
}

.green-rectangular-button {
	color: #fff;
	background-color: #4ec66c !important;
	padding: 10px 36px;
}

.green-rectangular-button:hover {
	color: #fff;
	text-decoration: none !important;
}

.green-rectangular-button:visited {
	color: #fff;
	text-decoration: none !important;
}

.green-rectangular-button:focus {
	color: #fff;
	text-decoration: none !important;
}

.black-text {
	color: #000;
	font-size: 12px;
	font-weight: 500;
}

.black-text.text-center {
	text-align: center;
	width: 100%;
}

/*-------- Subscribe Buttons --------*/


/*-------- Contact Buttons --------*/

.contact-round-button {
	color: #FFF;
	background-color: #f81b84 !important;
	border-radius: 30px !important;
	margin: 20px;
	font-family: "Baloo", sans-serif;
	font-weight: 400;
	padding: 10px 90px;
	font-size: 16px;
	border: none;
}

.contact-round-button:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #442576;
	color: #fff;
	cursor: pointer;
	transition: all 0.9s ease 0s;
}

.contact-round-button:visited {
	color: #fff;
	text-decoration: none !important;
}

.contact-round-button:focus {
	color: #fff;
	text-decoration: none !important;
}

.subscribe-btn {
	border-radius: 40px;
	color: #000000;
	font-family: "Baloo", sans-serif;
	font-weight: 400;
	padding: 14px 50px;
	background: #FFFFFF;
	text-transform: uppercase;
	border: none;
	font-size: 16px;

}

.subscribe-btn:hover {
	background-color: #F81B84;
	color: #fff;
	transition: all .6s ease 0s;
}

.sign-up-alone {
	padding: 60px;
	max-width: 1000px;
	margin: 0 auto;
	height: 100vh;
}

.sign-up-alone-on-free-page {
	margin: 40px auto 70px auto;
}

.sign-up-button {
	border: none;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	background-color: #F81B84;
	padding: 10px 80px;
	color: #FFFFFF;
	font-family: "Baloo", sans-serif;
	cursor: pointer;
}

.sign-in-float {
	float: right;
}


.sign-in-modal-button-wrapper {
	text-align: center;
	margin-top: 40px;
}

.login-alone {
	text-align: center;
	padding-bottom: 30px;
}

.sign-in-button {
	border: none;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	background-color: #F81B84;
	padding: 10px 80px;
	color: #FFFFFF;
	font-family: "Baloo", sans-serif;
	cursor: pointer;
}


.account-actions {
    cursor: default;
	position: absolute;
	background: #fff;
	top: 77px;
	right: 8px;
	color: #000;
	z-index: 64;
	list-style-type: none;
	padding: 30px;
	width: 320px;
	font-weight: 500;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	line-height: 40px;
	-webkit-box-shadow: 0px 0px 77px -8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 77px -8px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 77px -8px rgba(0, 0, 0, 0.75);
}

.account-actions .user-email {
	color: #9a9a9a;
}

.account-actions a {
	margin: 0 !important;
	color: #000 !important;
}

.account-actions a:hover {
	color: #f81b84 !important;
}

.account-button {
	background: #f81b84;
	margin: 0;
	text-align: center;
	font-size: 17px;
	font-weight: 100;
	line-height: 45px;
	border-radius: 25px;
	border: 0px;
	color: #fff;
	padding: 0px 42px;
}


.pdf-button-purchases {
	border: 1px solid #c1c4d6;
	background-color: #ffffff;
	border-radius: 3px;
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.pdf-button-purchases:hover {
	color: #ddd;
	transition: all 0.35s ease 0s;
}

.standard-button {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	/*padding: 8px 20px;*/
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: 20rem;
}

.standard-button:hover {
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}

.grey-button-style {
	background: #f9f9fb none repeat scroll 0 0;
	border: 1px solid #dfe0e5;
	color: #000;
}

.green-button-style {
	background: #4ec66c none repeat scroll 0 0;
	color: #fff;
}


/*-------- // Subscribe Buttons --------*/

/*-------- Shopping card header --------*/

.cart-products-count {
	background-color: #111111;
	border-radius: 100%;
	color: #fff;
	font-weight: 600;
	height: 25px;
	line-height: 14px;
	margin-left: 16px;
	margin-top: -38px;
	padding: 6px;
	position: relative;
	text-align: center;
	width: 25px;
	z-index: 1;
}

.shopping-cart {
	margin-right: 10px;
	margin-top: -10px;
	outline: none;
}

.my-account span {
	outline: none;
}

.my-account img {
	margin-left: 15px;
}


/*----------- Shopping Basket ------------*/
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 63;
}

.pointer{
    cursor: pointer;
}

.shopping-basket .shopping-basket-header {
	font-family: "Baloo", sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #ececec;
	margin: 0 -15px;
	padding: 0 20px 15px 20px;
	font-size: 19px;
	font-weight: 400;
}

.shopping-basket .shopping-basket-content {
	padding: 15px 0;
	height: 250px;
	overflow: auto;
	color: #adadad;
	font-weight: 300;
	line-height: 28px;
}

.shopping-basket .shopping-basket-footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ececec;
}

.shopping-basket .shopping-basket-footer .checkout-btn {
	text-align: center;
	font-weight: 100;
	line-height: 45px;
	margin-top: 30px;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	background-color: #F81B84;
	padding: 10px 80px;
	color: #FFFFFF;
	font-family: "Baloo", sans-serif;
	cursor: pointer;
}

.sign-in-button {

}

.shopping-basket .shopping-basket-footer .checkout-btn:hover {
	color: #ffffff;
}

.shopping-basket .shopping-basket-footer .checkout:hover {
	color: #fff;
}

.shopping-basket {
    cursor: default;
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 300px;
	right: 140px;
	top: 76px;
	font-weight: 500;
	padding: 15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 0px 0px 77px -8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 77px -8px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 77px -8px rgba(0, 0, 0, 0.75);
	list-style-type: none;
	z-index: 64;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}


.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-item:nth-child(1) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

/*----------- Alerts ------------*/
.alert.general-alert {
	margin-bottom: 0;
}

/*----------- // Alerts ------------*/

input[type="text"],
textarea,
select {
	outline: none;
	box-shadow: none !important;
	border: 1px solid #E7E7E7 !important;
}

input,
textarea,
select {
	outline: none;
	box-shadow: none !important;
	border: 1px solid #E7E7E7 !important;
}

input.invalid,
select.invalid,
textarea.invalid {
	border-color: red !important;
}

select {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	appearance: none;
}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	.page-title-wrapper {
		margin-bottom: 0;
	}

	.page-title-wrapper .title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 736px) {

	.sign-up-alone {
		height: auto;
	}


	.sign-in-float {
		float: left;
		margin: 10px 0 30px 0;
	}

}


/*----------- // Pages ------------*/
