.m--hide {
	height: 0 !important;
	display: none !important;
	visibility: hidden !important;
}


/* Headers */

.a--hd-1,
.a--hd-2,
.a--hd-3 {
	margin-bottom: 0;
}

.a--hd-1 {
	font: 700 58px Quicksand;
}

.a--hd-1-1,
.a--hd-1-1-in * {
	font: 700 38px Quicksand;
}

.a--hd-2,
.a--hd-2 a {
	font: 700 28px Quicksand;
}

.a--hd-3 {
	font: 800 22px Quicksand;
}

.a--hd-4 {
	font: 500 22px Quicksand;
}

.a--hd-5 {
	color: #3c0028;
	font: 500 18px Quicksand;
}


/* Text */

.a--txt-dcr {
	text-decoration: underline;
}

.a--txt-2,
.a--txt-2-in * {
	font: 500 16px Quicksand;
}

.a--txt-1,
.a--txt-1-in *,
.a--txt-1 > p {
	font: 500 18px/32px Quicksand;
}

.a--txt-1-1,
.a--txt-1-1-in * {
	font: 300 18px/28px Quicksand;
}

.a--txt-1-1 strong,
.a--txt-1-1-in strong {
	font-weight: 700;
}

.a--txt-3,
.a--txt-3-in * {
	font: 300 14px Quicksand;
}

.a--txt-up,
.a--txt-up-in * {
	text-transform: uppercase;
}

.a--txt-clr,
.a--txt-clr-in * {
	color: #3c0028 !important;
}

.a--txt-clr-1,
.a--txt-clr-1-in * {
	color: #fff;
}

.a--txt-clr-2,
.a--txt-clr-2-in * {
	color: #000;
}

.a--txt-clr-3,
.a--txt-clr-3-in * {
	color: #3c0028 !important;
}

.a--txt-lh {
	line-height: 1.2;
}

.a--txt-ctr {
	text-align: center;
}

.a--txt-thin {
	font-weight: 300 !important;
}

.a--hvr-txt > a {
	position: relative;
}

.a--hvr-txt > a:after {
	opacity: 0;
	content: attr(data-line);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: Quicksand;
	font-weight: 800;
	white-space: nowrap;
	letter-spacing: -0.35px;
	transition: opacity 0.3s;
}

.a--hvr-txt:hover > a:after {
	opacity: 1;
}


/* Btns */

.a--btn,
.a--btn-wd {
	color: #3c0028;
	display: inline-block;
	padding: 12px 56px;
	font: 300 16px Quicksand;
	background-color: unset;
	border: 1px solid #3c0028;
	transition: all 0.3s;
}

.a--btn-hvr {
	transition: background-color 0.3s;
}


.a--btn-hvr-2 {
	transition: background-color 0.3s;
}

.a--btn-hvr-2:hover {
	background-color: #3c0028 !important;
}

.a--btn:hover {
	color: #fff!important;
	background: #3c0028;
}

.a--btn-wd {
	padding: 12px 70px;
}

.a--btn-alt {
	width: 100%;
    padding: 12px 0 12px 0;
    color: #fff !important;
    font: 300 14px Quicksand;
    text-align: center;
    background: #3c0028;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a--btn-alt:hover {
	background-color: #3c0028;
}

.a--btn-def {
	padding: 0;
	background-color: transparent;
	border: none;
}

.a--btn-def:hover {
	background-color: transparent;
}

.a--btn-1 {
	padding: 12px 36px;
	font: 300 14px Quicksand;
	text-transform: uppercase;
}

.a--btn-2 {
	width: 100% !important;
	padding: 10px 0;
	color: #fff !important;
	font: 300 16px Quicksand;
	background-color: #3c0028 !important;

	transition: all .4s ease-in-out;
}

.a--btn-2.m--facebook {
	background-color: #3b5998 !important;
}

.a--btn-2:hover,
.a--btn-2.m--facebook:hover{
	background-color: #3c0028!important;
}

.a--btn-3 {
	width: auto !important;
	padding-left: 42px;
	padding-right: 42px;
	display: inline-block;
	color: #fff !important;
	font: 300 16px Quicksand;
	background-color: #3c0028 !important;
	border: 1px solid #3c0028;
	transition: all .4s ease-in-out;

}

.a--btn-3:hover {
	color: #3c0028!important;
	background-color: #3c002800!important;
}

.a--btn-4 {
	padding: 20px 70px;
	text-transform: uppercase;
}


/**
 * Disabled
 */

.m-hidden {
	display: none;
}


/* Inputs */

.a--inp-cnt-pet {
	width: calc(100% - 10px);
}

.a--inp-cnt-pet label {
	display: none !important;
}

.a--inp-cnt-pet + .a--inp-cnt-pet {
	margin-top: 30px;
}

.a--inp-pet {
	height: 40px;
	width: 100%;
	padding-left: 0 !important;
	padding-bottom: 5px !important;
	box-shadow: none !important;
	border: none !important;
	border-bottom: 1px solid rgba(207, 203,212, 1) !important;
	background: transparent !important;
}

.a--inp-pet::placeholder {
	padding-left: 0;
	color: #3c0028;
	font: 300 14px Quicksand;
}

.a--inp-def {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	border-bottom: 1px solid #3c0028 !important;
}

.a--inp-txt-1 {
	padding-left: 0 !important;
	padding-bottom: 5px !important;
	border-color: rgba(207, 203,212, 0.6) !important;
}

.a--inp-txt-1::placeholder {
	color: #938d91;
	font: 300 14px Quicksand;
}

.a--inp-txt-2 {
	width: 100%;
	max-width: 500px;
	text-align: center;
	background: transparent !important;
	border-bottom: 1px solid #c2c9ca !important;
	box-shadow: none !important;
}

input.tnp-privacy,
.p-check .form-row#accept_delivery_date_field input,
.p-check .form-row.show-label input,
#ship-to-different-address .woocommerce-form__input-checkbox
{
	visibility: hidden;
	position: absolute;
	left: 0;
}

.tnp-privacy, 
.a--inp-checkbox,
#ship-to-different-address .woocommerce-form__input-checkbox {
	padding-left: 28px;
	margin-bottom: 15px;
	position: relative;
}

.tnp-privacy input[type="checkbox"], 
.a--inp-checkbox input[type="checkbox"],
#ship-to-different-address .woocommerce-form__input-checkbox[type="checkbox"] {
	display: none !important;
}

.tnp-privacy input[type=checkbox]+label, 
.a--inp-checkbox input[type=checkbox]+label,
.a--inp-checkbox input[type=radio]+label,
.p-check .form-row#accept_delivery_date_field input[type=checkbox]+label,
.p-check .form-row.show-label input[type=checkbox]+label {
	margin: 0;
}

.tnp-privacy label,
.a--inp-checkbox label, 
.p-check .form-row#accept_delivery_date_field label,
.p-check .form-row.show-label label{
	font-weight: 300;
}

.tnp-privacy:before, 
.a--inp-checkbox:before,
.p-check .form-row#accept_delivery_date_field input:before,
.p-check .form-row.show-label input:before,
#ship-to-different-address .woocommerce-form__input-checkbox + span:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 19px;
	height: 19px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: unset;
	border: 1px solid #c6c6c6;
	visibility: visible;
	cursor: pointer;
}

.tnp-privacy:after,
.a--inp-checkbox:after,
.p-check .form-row#accept_delivery_date_field input:after,
.p-check .form-row.show-label input:after,
#ship-to-different-address .woocommerce-form__input-checkbox + span:after {
	content: ' ';
	color: #000;
	position: absolute;
	top: 7px;
	left: 6px;
	width: 7px;
	height: 7px;
	background-color: #502641;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	visibility: visible;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}

.tnp-privacy:checked:after, 
.a--inp-checkbox.active:after,
.p-check .form-row#accept_delivery_date_field input:checked:after,
.p-check .form-row.show-label input:checked:after,
#ship-to-different-address .woocommerce-form__input-checkbox:checked + span:after {
	opacity: 1;
}


.woocommerce-message {
	display: none;
}

/* Flex */

.a--flx-row,
.a--flx-row-btv,
.a--flx-row-arr,
.a--flx-row-ctr,
.a--flx-ai-ctr,
.a--flx-ai-str,
.a--flx-col-ctr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.a--flx-row-btv {
	justify-content: space-between;
}

.a--flx-row-ctr {
	justify-content: center;
}

.a--flx-row-arr {
	justify-content: space-around;
}

.a--flx-ai-str {
	-ms-align-items: stretch;
	align-items: stretch;
}

.a--flx-ai-ctr {
	-ms-align-items: center;
	align-items: center;
}

.a--flx-col-ctr {
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}


/* Gups */

.a--cntnr {
	width: 100%;
	padding-left: 7.142%;
	padding-right: 7.142%;
	box-sizing: border-box;
}

.a--mb-0-5 {
	margin-bottom: 6px;
}

.a--mb-1 {
	margin-bottom: 12px;
}

.a--mb-1-1 {
	margin-bottom: 15px !important;
}

.a--mb-2 {
	margin-bottom: 20px;
}

/* 'md' */
.a--mb-3 {
	margin-bottom: 25px !important;
}

.a--mb-3-1 {
	margin-bottom: 35px;
}

.a--mb-4 {
	margin-bottom: 50px;
}

.a--mb-4-1 {
	margin-bottom: 60px !important;
}

.a--mb-5 {
	margin-bottom: 80px;
}

.a--mb-bd {
	padding-bottom: 60px !important;
	margin-bottom: 60px !important;
	border-bottom: 2px solid #ede7eb;
}

.a--mr-aut {
	margin: 0 auto 0 auto;
}


/* Positioning */

.a--hrs-ctr,
.a--vrt-ctr,
.a--all-ctr {
	position: absolute;
}

.a--hrs-ctr {
	left: 50%;
	transform: translateX(-50%);
}

.a--vrt-ctr {
	top: 50%;
	transform: translateY(-50%);
}

.a--all-ctr {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* Colors */

.a--seashell {
	background-color: #fff3eb;
}

.a--azure {
	background-color: #f0fdff;
}

.a--misty-rose {
	background-color: #ffe0e0;
}

.a--clear-day {
	background-color: #e3fbf2;
}

.a--cosmic-latte {
	background-color: #d3f9ea;
}

.a--lavender-blush {
	background-color: #ffe1f3;
}

.a--pattens-blue {
	background-color: #d2e4e9;
}

.a--wisp-pink {
	background-color: #ffece8;
}

.a--turquoise {
	background-color: #3c0028;
}

.a--magic-mint {
	background-color: #97f3d2;
}

/* Tables */

.a--tbl-1 tr td {
	padding: 12px 18px;
	margin-bottom: 2px;
	background-color: #e3fbf2 !important;
	border-bottom: 2px solid #fff;
}

.a--tbl-1 tr td:first-child {
	width: 35%;
	font-weight: 700;
}

.a--tbl-1 tr:after {
	content: '';
	height: 2px;
	width: 100%;
}


/* Default */

.a--tbl-def {

}

.a--tbl-def * {
	background: transparent !important;
}

.a--tbl-def tr {
}

.a--tbl-def td {
	padding: 0 !important;
}

.a--tbl-def td {
	padding-top: 26px !important;
	padding-bottom: 26px !important;
}

.a--tbl-def td:first-child {
	padding-left: 56px !important;
}

.a--tbl-def td:last-child {
	padding-right: 56px !important;
}


/* ==============================
 * Mobile Base
 * ============================== */

@media (max-width: 575px) {
	.a--hd-1 {
		font-size: 20px;
	}
	.a--hd-2 {
		font-size: 20px;
	}
	.a--hd-3 {
		font-size: 18px;
	}

	.a--txt-3,
	.a--txt-3-in {
		font: 300 12px Quicksand;
	}

	.a--mb-4 {
		margin-bottom: 15px;
	}
	.a--mb-5 {
		margin-bottom: 40px;
	}
}