/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/




#primary-menu ul li .mega-menu-content ul li ul {
    margin-left: 20px;
    font-weight: normal;
    font-size: 80% !important;
}

.margin-bottom-xs {
    margin-bottom: 5px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-bottom-md {
    margin-bottom: 20px;
}

.margin-bottom-lg {
    margin-bottom: 30px;
}

body {
    font-size: 16px;
}

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

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

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

#content p {
    line-height: 1.5;
}


#primary-menu ul li > a {
    padding-left: 12px;
    padding-right: 12px;
}

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

#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;
}

/* 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;
}

.content-wrap {
/*    padding: 40px 0 !important;*/
	padding-top: 30px;
	padding-bottom: 30px;
}

.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;
}

.page-title-mini#page-title h1 {
    font-size: 20px;
}

/*modal z list� wariant�w dla produktu*/
.modal-ProductVariantsBody {
    height: 500px;
    overflow-y: auto;
}

.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;
}


.slider-caption.slider-caption-center {
    max-width: 100% !important;
}

.brand {
    text-transform: capitalize;
}

/**autocomplete*/
/*! jquery-ui autocomplete bootsrap theming - Massimo Cassandro 2014 */
ul.bs-autocomplete-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    z-index: 9999;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}

    ul.bs-autocomplete-menu a {
        font-weight: normal;
        color: #333333;
    }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-state-active,
.ui-state-focus {
    color: #23527c;
    background-color: #eeeeee;
}

.bs-autocomplete-feedback {
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin-top: .5em;
    margin-right: .5em;
}

.loader {
    font-size: 10px;
    text-indent: -9999em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #333;
    background: -moz-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #333;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #fff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#logo {
    margin-right: 27px;
}
