.umb-grid {
	
}

#primary-menu ul li > a {
    padding: 39px 10px;
}

.margin-bottom-xs {
	margin-bottom: 5px;
}  
.margin-bottom-sm {margin-bottom: 10px;} 
.margin-bottom-md {margin-bottom: 20px;}
.margin-bottom-lg {margin-bottom: 30px;}

#top-search a {
	font-size: 22px !important;
}

#page-title {
	margin-bottom: 30px;
}

.content-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container ol, .container ul {
	margin-left: 30px;
}

#content p { 
	line-height: 1.5; 
}
 

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
	from {color: red;}
	to {color: #000000;}
}

/* Standard syntax */
@keyframes example {
	from {color: red;}
	to {color: #000000;}
}

@media (max-width: 990px) {
	.mobilemenu {
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: 100% !important;
	}
}

.disabled {
		pointer-events: none;
		cursor: default;
		opacity: 0.6;
	}


.searchUrl {
	font-style: italic;
	font-size: 75%;
}

.customDate {
	font-size: 75%;
	float: right;
	color: gray;
}

/**umb_name:h1*/
h1{}

/**umb_name:h2*/
h2{}

/**umb_name:h3*/
h3{}



/**Payment*/
.cc-selector input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cc-selector-2 input {
	position: absolute;
	z-index: 999;
}

	.cc-selector-2 input:active + .drinkcard-cc, .cc-selector input:active + .drinkcard-cc {
		opacity: .9;
	}

	.cc-selector-2 input:checked + .drinkcard-cc, .cc-selector input:checked + .drinkcard-cc {
		-webkit-filter: none;
		-moz-filter: none;
		filter: none;
	}

.drinkcard-div input:checked {
	border: 3px solid brown;
}

.drinkcard-cc {
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100px;
	height: 70px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.3) opacity(.6);
	-moz-filter: brightness(1.3) opacity(.6);
	filter: brightness(1.3) opacity(.6);
	margin: 10px 20px;
}

	.drinkcard-cc:hover {
		-webkit-filter: brightness(1.0) opacity(.3);
		-moz-filter: brightness(1.0) opacity(.3);
		filter: brightness(1.0) opacity(.3);
	}

.cc-selector-2 input {
	margin: 5px 0 0 12px;
}

.cc-selector-2 label {
	margin-left: 7px;
}

span.cc {
	color: #6d84b4
}

.pagination-centered {
	text-align: center;
}


.panel-body span span {
    font-weight: bold;
}

.margin-top-minus-30 {
    margin-top: -30px;
}

.Collection, .Available {
    display: none;
}


.stock-flash {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    background-color: #be1421;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index: 5;
}

.sale-flash.stock-flash {
    left: initial;
    right: 10px;
    background-color: #09a1f3;
}

.promo-flash {
    position: absolute;
    top: 60px;
    left: 10px;
    padding: 6px 10px;
    background-color: #009933;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index: 5;
}

    .promo-flash.promo-flash {
        left: initial;
        right: 10px;
        background-color: #009933;
    }


.new-flash {
    position: absolute;
    top: 60px;
    padding: 6px 10px;
    background-color: #ff6666;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index: 5;
}

    .new-flash.new-flash {
        left: initial;
        background-color: #ff6666;
    }


#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    width: 300px;
}

#primary-menu-trigger, #page-submenu-trigger {
    font-size: 40px;
    color: red;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;
    animation-name: example;
    animation-duration: 4s;
    top: 18px;
}


#top-cart .top-cart-content {
    width: 380px;
}

.hide {
    display: none;
}

.field-validation-error {
    color: red;
    padding: 10px;
    margin-top: 15px;
    display: block;
}


#update-cart {
	display: none;
}
