.action-btn{
	background: linear-gradient(360deg,  #FFDE00 0%, #FF8700 100%)!important;
	
}

BODY{
	
	background-color: var(--background-color);
	/*background: url(../img/sitebackground.png);*/
	color: var(--main-font-color);
	font-size: var(--font-normal);
	display:none;
	font-family: var(--main-font-family);
}
 .space-1{
	margin-bottom:-15px;
}
.space{
	margin-top:-15px;
}
.avatar {
    width: 120px;
    height: 120px;
    margin: 10px;
}
.accent-light
{
	color:var(--accent-color-light);
}

.buy-container .action-btn{

	background:  linear-gradient(360deg, rgba(226,190,0,1) 0%, rgba(255,228,86,1) 100%)!important;
}

H1
{
	font-weight: bold;
	font-size: var(--font-large);
}

H2,H3,H4,H5,H6,H7,H8
{
	font-size: var(--font-medium);
}
@media (max-width: 993px){
.h-size
   {
	   font-size: 20px!important;
   }
}
h3 {
    font-size: 28px;
}

p {
	font-family:main-font;
    font-size: 1.125rem;
	text-align: justify;
}

B, .bold
{
	font-family: bold-font;
	font-weight: bold;
}
.italic
{
    font-family:italic-font;
    font-weight: 400;
}
.medium
{
    font-family: medium-font;
    font-weight: 500;

}
.b-italic{
	font-family: bold-italic-font;
	font-weight: 700;
}
.light{
	font-family: light-font;
	font-weight: 300;
}
.semi-b{
	font-family: semi-bold-font;
	font-weight: 600 ;
}
.product-img {
    max-height: 220px;
}
.headline
{
	font-size:calc(var(--font-large) * 1.7);
}
.reference-link:hover {
	text-decoration:none;
	color:var(--accent-color-light);
}
.review-stars{
	max-height:30px;
	max-width:50%;
}
.testimonial-top{
	top:-31px;
   display:block;
   position:relative 
}
.review-avatar {
	top:-50px;
	width:100px;
}
.review-comment {
	background-color: #ffffff;
	filter: drop-shadow(0 0 2rem rgb(0,0,0,0.2));
}
.double-img{
	height:240px;
}
/* Footer Section  */
.footer-color-bar{
	height:6px;
	width:100%;

	background: #325aa9;
}
    .footer-top-bg{
	background-image:url("./../img/footer-top-bg.png");
	background-size:cover;
	background-repeat:no-repeat;
}
.footer-middle-bg{
	background-image:url("./../img/footer-middle-bg.png");
	background-size:cover;
	background-repeat:no-repeat;
}
.footer-bottom-bg{
	background-image:url("./../img/footer-top-bg.png");
	background-size:cover;
	background-repeat:no-repeat;
}
.footer-wrapper .footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin:0px;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
    font-weight:bold;
}
.footer-wrapper .footer-menu .footer-menu-links {
	list-style: none;
	display:inline-block;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	font-family: bold-font;
}
@media (min-width: 993px)

{
    .footer-wrapper {
		background-color:var(--footer-background-color);
		background-size:100% auto;
		color: var(--footer-font-color);
   }
	.footer-wrapper .footer-menu .footer-menu-links A {
		text-decoration:none;
		color:var(--footer-font-color);
   }
	.footer-wrapper .footer-menu .footer-menu-links A:hover {
		text-decoration:none;
		color:var(--footer-hover-color);
}
}

.footer-menu .footer-menu-links {
    text-align: center;
    padding: 5px;
}
.footer-logo {
    left: -20%;
}
.footer-menu .footer-menu-links a {
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
}
.footer-menu .footer-menu-links a:hover {
    color: #8c9292 ;
}
.footer-main-section p {
    font-size: 12px;
    color: #1b1b1b;
    letter-spacing: -0.1px;
	font-family: light-font;
	font-weight: 300;
}
a.footer-link {
    color: rgba(14, 13, 13, 0.986);
    font-size: 12px;
}
.copyright {
    background-image: url(../img/copy.png);
}
.copyright h3 {
    font-size: 14px;
    color: #1b1b1b;
}

.bg-text-disclaimer {
    color:#1b1b1b!important ;
}

footer #disclaimer .main.container>div {
    background-color: transparent!important;
    box-shadow: none!important;
}

footer p {
    font-size: 0.875rem;
}

/* player container styling */
.videobox
{
	font-size: var(--font-medium);
	display:block;
}


/* pricebox container styling */
/* .pricebox
{
} */

.pricebox .price-box {
	
    transition: transform .2s;
    border-radius: 20px;
}
.pricebox .card-product {
}

.middle:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));
    z-index: 4;
    position: relative;
}
.left:hover{
	transform: scale(1.02);
    
    z-index: 4;
    position: relative;
}


.pricebox .price_header {
    font-size: 35px;
    color: black;
    border-radius: 16px;
}
.pricebox .price
{
	padding: 2px;
    font-size: 55px;
    line-height: 63px;
    font-weight: bold;
}

.pricebox .per_bottle
{
	padding: 2px;
    font-size: 31px;
    font-weight: bold;
    line-height: 29px;
}

.pricebox .price_product_box {
    height: 209px;
    max-height: 271px;
    padding-top: 14px;
    padding-bottom: 20px;
}

.pricebox .card-section {
    padding-bottom: 2rem!important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pricebox .price_bottle {
    font-size: 1.625rem;
	
    
}

.pricebox .prices{
	font-size:3rem;
	margin-top: 14px;
}

.pricebox .price-box .prices S {
    font-weight: normal;
    font-size:2rem;
}

.pricebox .buy_link{
	padding-left:2rem!important;
	padding-right:2rem!important;
}

.pricebox .highlighted .price-box
{
	
	filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));
    z-index: 4;
    position: relative;
}


@media (min-width: 993px)
{
	.pricebox .highlighted .price-box::before
	{
		content:" ";
		position:absolute;
		top:-50px;
		right:-50px;
		display:block;
		z-index:5;
		background:url(../img/bestvaluebadge.png);
		background-size:100% 100%;
		width:100px;
		height:100px;
	}
		
}

/*  Exit popup */
.mypop{
    z-index:20;
	display: none;
    justify-content: center;
    align-items: center;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	right:0px;
	background-color: RGBA(0,0,0,0.5);
	backdrop-filter: blur(5px);
}

.mypop A
{
    text-decoration:none;
    color: var(--main-font-color);
}

.mypop .videorow .col
{
    padding:40px 40px 10px 40px;
}

.mypop .mypop_inner
{
    position:relative;
    border-radius:45px;
    border: solid 3px white;
    width:900px;
    height:650px;
    margin:auto;
    background: linear-gradient(0deg, rgba(255,254,255,1) 0%, rgba(215,255,254,1) 100%);
}

.mypop .close_buton
{
    display:flex;
    z-index:5;
    justify-content: center;
    align-items: center;
    position:absolute;
    right:20px;
    top:20px;
    border:solid 2px white;
    border-radius:50%;
    width:40px;
    height:40px;
    cursor:pointer;
}

.mypop .close_buton A 
{
    color:black;
}

/* misc */


.main-cta{
	padding-top: 50px;
    padding-bottom: 10px;
	display:none;
}

.atf_wrapper
{
	width:100%;
	max-width:calc(100vh * 1.6);
	margin:auto;
	display:block;
	overflow:hidden;
}

.atf_wrapper .headline SVG
{
	width:100%;
	max-height:10vh;
}

BODY.video
{
	/*background:url(../img/videopagebackground.png) no-repeat;*/
	background-size:100% auto;
}

.accent-light
{
	color:var(--accent-color-light);
}

.accent-hard
{
	color:var(--accent-color-hard);
}

.accent-hard-contrast
{
	color:var(--accent-color-hard-contrast);
}

.references.clickable .reference-link
{
	pointer-events: auto;
	
}
.reference-link
{
	overflow-wrap: break-word;
	text-decoration:none;
	/*pointer-events: none;*/
	color:var(--main-font-color);
}

.reference-link:hover
{
	text-decoration:none;
	color:var(--accent-color-light);
}

.orderreel{
    z-index:100;
    opacity:0.9;
    transform: scale(0.45);
    transition: transform 0.5s, left 0.5s;
    display:flex;
    font-family: Arial;
    position:fixed;
    bottom:5px;
    left:-15px;
    background-color:white;
    border:solid 4px #227dc2;
    border-radius:50px;
    
    background: white;
    
}

.orderreel .message
{
    size:0.2rem;
    transition: width 1s;
    width:0px;
    height:0px;
    width:0px;
    opacity:0;
    text-align: center;
    display:inline-block;
}
.orderreel .message .msg
{
    margin-right:20px;
    margin-top:4px;
}

article {
	width: auto;
	text-align: center;
	background-color: aliceblue;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 15px auto 20px;
	padding: 5px;
	overflow: hidden;
	box-shadow: 3px 3px 10px #ccc;
}

article h3 {
	font-weight: bold;
	line-height: 1.4;
	padding: 15px;
	padding-bottom: 0!important;
	color: #000;
}
article .count {
	padding: 5px;
}
article #timer{
	padding-bottom: 5px;
	padding-top: 0!important;
	margin-top: -10px;
	color: red;
	background-color: aliceblue;
	border-radius: 2px;
}

