@font-face{
	font-family:'flamingregular';
	src:url("/assets/fonts/Hand Originals.woff") format("woff");
	font-weight:normal;font-style:normal
}

.product-details-action .btn-cart {
	background-color:#fff;
	min-height: 35px;
}
.menu-title a {
	color:#333;
}
.nav-link, .breadcrumb-item {
	text-transform:none !important;
}
.entry-cats{
	color:#777777 !important;
	text-transform: uppercase;
	font-size:1.7rem;
}
.editor-content a {
	color: #d4376e !important;
	box-shadow: 0 1px 0 #d4376e;
}
.striped-table 	tr:nth-child(even) {
	background-color: #f2f2f2 !important;
}
.pinktext {
	color: #d4376e;
}
.collapse ul {
	list-style:inside;
}
#bs-gdpr-cookies-modal-body {
	padding: 15px !important;
}
#bs-gdpr-cookies-modal-body li {
	list-style-type: none !important;
}
.tooltip {
	font-size:1.2rem !important;
}
a.nohover:hover {
	color:inherit;
	text-decoration: none;
}
.banner-content {
	left:36px !important;
}
.intro-title {
	font-size:8.5rem !important;
    opacity: 1.00 !important;
    text-transform: uppercase;
    line-height: 1.75 !important;
    margin-top:5rem !important;
    margin-bottom:1rem !important;
    letter-spacing:-0.1rem !important;
    color: #ffffff;
    text-shadow: 0px 0px 11px #777;
}
/* 
.intro-title {
	font-size:8.5rem !important;
    opacity: 0.90 !important;
    text-transform: uppercase;
    line-height: 1.75 !important;
    margin-top:5rem !important;
    margin-bottom:1rem !important;
    letter-spacing:-0.1rem !important;
    color: #ffffff;
}
*/
@media screen and (max-width: 576px) {
    .intro-title {
        font-size:5rem !important;
        line-height: 1.75 !important;
        margin-top:3rem !important;
        margin-bottom:0.7rem !important;
    }
}
@media screen and (min-width: 576px){
    .intro-title {
        font-size:6rem !important;
        line-height: 1.75 !important;
        margin-top:3.75rem !important;
        margin-bottom:0.8rem !important;
    }
}
@media screen and (min-width: 768px){
    .intro-title {
        font-size:7rem !important;
        line-height: 1.75 !important;
        margin-top:4.5rem !important;
        margin-bottom:0.9rem !important;
    }
}
@media screen and (min-width: 992px){
    .intro-title {
        font-size:8.5rem !important;
        line-height: 1.75 !important;
        margin-top:5rem !important;
        margin-bottom:1rem !important;
        letter-spacing:-0.1rem !important;
    }
	.product-gallery-item {
		max-height:23%;
	}
}       
.intro-title a {
	font-family:'flamingregular';
	color:#fff;
}
.intro-title a:hover {
	color:#fff;
}

.eigenbanner-subtitle {
        color:#fff;
        font-weight:500;
        font-size:1.5rem !important;
        letter-spacing:-.0rem !important;
        margin-bottom:1rem !important;
        text-decoration: none;
}    

.eigenbanner-title {
        font-family:'flamingregular', serif;
        opacity: 0.95 !important;
        text-transform: uppercase;
        color:#fff;
        font-weight:600;
        font-size:2.1rem !important;
        line-height:1.9! important;
        letter-spacing:-.0rem !important;
        margin-bottom:0.5rem !important;
        text-decoration: none;
}
.video-portrait-modal {
    width:100%;
    max-width:500px;
    margin:60px auto;
    padding:0 30px;
}
.video-portrait-modal video {
    width:100%;
    height:auto;
}
.btn-video:hover {
	background: #d4376e !important;
}
.newsletter-popup-container .mfp-close {
	background-color:#000;
	color: #fff;
}
.select-custom::after {
	pointer-events:none;
}
.product-price .new-price {
	color:#d4376e;
}
.product-price .old-price {
	text-decoration:line-through;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
		height: 6em !important; 
}
.swal2-title {
	margin-top:5px !important;
	margin-bottom:5px !important;
	font-size:1.75rem !important;
	line-height: 1.4;
}
.swal2-container {
	left:10% !important;
	right:10% !important;
}