/* Styles For Best Part
--------------------------------------------------*/
/* Hidden Elements
------------------------------*/
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 15px;
    background-color: #f6f6f6;
    border: 3px;
    border-color: #6E757C;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

@media (min-width: 720px){
    #cookie_note.show{
        display: flex;
    }
    .cookie_accept{
        max-width:25%;
    }
}

@media (max-width: 720px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
    .cookie_accept{
        margin-top: 10px;
        max-width: 80%;
    }
}

.best-all-link {
	display: block;
	position: absolute;
	font-size: 14px;
	color: blue;
	left: 540px;
	padding-top: 19px;
	text-align: right;
}

.best-price-label {
    font-size: 17px;
}

.best-price {
    display: block;
    position: absolute;
    text-align: left;
    top: 20px;
    right: 70px;
    padding-right: 10px;
    z-index: 2;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 41px;
    color: #000;
    text-shadow: 2px 2px 4px #999;
    width: auto;
	height: 38px;
	background-color: #FFD700;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	border-left: 1px solid #FFD700;

}

/* Makes the triangle */
.best-price:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #FFD700;
}

/* Makes the circle */
.best-price:after {
	content: "";
	background-color: black;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}


.youtubeParent {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtubeIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}