html
{
	overflow-y: scroll;
}

body, html
{
	min-height: 100%;
	height: auto;
}

body {
	background-color: #FFF;
	/* background-image: url(../images/bg-main.jpg); */
	background-position: top center;
	background-repeat: no-repeat; 
}

body, td
{
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	color: #575757;
}

[v-cloak] {
    display: none;
}

h1, h2, h3 {
	font-family: inherit;
    color: #ed0b5d;
}

h1, .content-title { 
	margin: 5px 0px 12px 0px;
	font-size: 25px;
	font-weight: 500;
	color: #ed0b5d;
}
h2 { 
    font-size: 23px; 
    font-weight: 600;
}
h3 { font-size: 21px; }

a { 
    color: #1484b6; 
}
a:hover { 
    /* color: #4e0000; */
    color: #1484b6;
}

img {
	max-width: 100%;
}


#header {
	position: relative;
	float: left;
	width: 100%;
	height: 90px;
}

#logo {
    position: absolute;
    bottom: 5px;
    left: 2px;
    z-index: 10000;
    width: 180px;
    height: 66px;
    background: url(../images/logo.png);
    background-size: 100%;
}

#cart-widget {
	position: absolute;
	top: 15px;
	left: 255px;
	height: 64px;
	font-weight: bold;
	color: #575757;
	background: url(../images/icon-cart.png) left center no-repeat;
	padding: 19px 0px 0px 74px;
}

#cart-widget a {
	color: #000;
	text-decoration: underline;
}
/**
#flags {
	position: absolute;
	right: -8px;
	bottom: -64px;
	width: 217px;
	height: 126px;
	background: url(../images/bg-flags.png) center no-repeat;
	text-align: right;
	padding: 35px 33px 0px 0px;
}
**/

#flags {
    position: absolute;
    right: 0px;
    bottom: -64px;
    width: 217px;
    height: 126px;
    background: url(../images/bg-flags.png) center no-repeat;
    text-align: right;
    padding: 35px 0px 0px 0px;
}

#flags a {
	display: inline-block;
	margin: 0px 6px;
	text-decoration: none;
}

#flags a:hover {
	opacity: 0.6;
}

#flags a.active {
	opacity: 0.3;
}

#flags img {
	display: block;
	border: solid 1px #aaa;
}

	/*
	#flags
	{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
		#flags a
		{
			text-decoration: none;
		}
	
		#flags img
		{
			opacity: 0.6;
			border: solid 1px #555;
			margin: 0px 4px;
		}
		
		#flags .active img,
		#flags img:hover
		{
			opacity: 1;
		}
	*/
	
#cart_box {
	margin-bottom: 40px;
}

#main
{
	position: relative;
	float: left;
	width: 100%;
	padding: 3px;
	background: #fff;
}

#mobile-banner {
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}

#content-area {
	position: relative;
	padding-bottom: 10px;
}

#content {
	position: relative;
	z-index: 100;
}

#sidebar {
	position: relative;
	z-index: 1;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	color: #7c7b7b;
	font-size: 10px;
	font-weight: bold;
}

#footer a {
	color: #7c7b7b;
}

#footer-text {
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.separator {
	display: block;
	height: 15px;
	margin: 4px 0px;
	background: url(../images/separator.jpg) center no-repeat;
	background-size: 100% auto;
}

#facebook-widget {
	width: 100%;
	position: relative;
	float: left;
	min-height: 200px;
	background: url(/images/ajax-loader.gif) center no-repeat;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

.banners-container {
	margin-bottom: 4px;
}

.banners-container .top-banners {
	margin-bottom: 4px;
}

.banners-container .wowslider {
	position: relative;
	display: inline-block;
	width: 618px;
	height: 234px;
    vertical-align: top;
    overflow-y: hidden;
}

.banners-container .button-banners {
	display: inline-block;
	vertical-align: top;
	width: 225px;
}

.banners-container .button-banners .banner a {
	margin-top: 3px;
	display: block;
}

.banners-container .button-banners .banner:first-child a {
	margin-top: 0px;
}

.banners-container .button-banners .banner:hover {
	opacity: 0.8;
}



.news-widget ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.news-widget ul li {
	padding: 0px 0px 0px 0px;
	margin-top: 3px;
}

.news-widget ul li {
	margin-top: 5px;
}

.news-widget ul li:first-child .separator {
	display: none;
}

.news-widget .separator {
	height: 20px;
}

.news-widget .image {
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

.news-widget .image:hover {
	opacity: 0.8;
}

.news-widget ul li img {
	max-width: 100%;
	height: auto;
}

.news-widget h3 {
	margin: 0px 0px 2px 0px;
	padding: 0px 10px 0px 0px;
	text-transform: uppercase;
}

.news-widget h3 a {
    color: inherit;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
}

.news-widget a.readmore {
	position: relative;
	top: -5px;
}

.news-widget .row,
.news-widget .row > div {
	margin: 0px;
	padding: 0px;
}

.corner-bg {
	position: relative;
	min-height: 132px;
	width: 100%;
	padding: 23px 20px 30px 20px;
}

.corner-bg h1,
.corner-bg .content-title {
	margin-top: 0px;
}

/**
.corner-bg-top:before,
.corner-bg-top:after,
.corner-bg-bottom:before,
.corner-bg-bottom:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	max-width: 210px;
	background: url(../images/bg-corners.png) no-repeat;
}
**/

.corner-bg-top:before {	
	top: 0px;
	left: 0px;	
	height: 87px;
	background-position: 0px 0px;
}

.corner-bg-top:after {
	top: 0px;
	right: 0px;
	height: 87px;
	background-position: 100% 0px;
}

.corner-bg,
.corner-bg-top, 
.corner-bg-bottom {
	float: left;
	width: 100%;
}

.corner-bg-bottom:before {	
	bottom: 0px;
	left: 0px;	
	height: 45px;
	background-position: 0px 100%;
}

.corner-bg-bottom:after {
	bottom: 0px;
	right: 0px;
	height: 45px;
	background-position: 100% 100%;
}

#sidebar .block-content {
	position: relative;
	width: 100%;
	padding: 10px 10px;
	clear: both;
	background: #fdfdfd;
	margin: 3px 0px;
}

#join-newsletter label {
	margin: 0px;
	font-weight: normal;
}

#join-newsletter input[type="text"] {
	margin-bottom: 5px;
	width: 100%;
	padding: 4px 10px;
}

#join-newsletter .btn {
	display: block;
	font-size: 0.8em;
	margin: 5px 0px 0px 0px;
}

.btn,
button,
input[type=submit],
input[type=button]
{
	border-radius: 0px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #fec007;
	height: 37px;
	line-height: 37px;
	padding: 0px 10px;
	margin: 3px;
	cursor: pointer;
	border: none;
	font-size: 0.88em;
	text-align: center;
}
	.btn:hover,
	.btn:active,
	.btn:focus,
	button:hover,
	button:active,
	button:hover,
	input[type=submit]:hover,
	input[type=button]:hover
	{
		color: #fff;
		text-decoration: none;
		background: #feb007 !important;
	}
	
.btn-info,
button.btn-info,
input[type=submit].btn-info,
input[type=button].btn-info {
	color: #555;
	background: #e5e5e5;
}
	.btn-info:hover,
	.btn-info:active,
	.btn-info:focus {
		background: #ddd !important;
		color: #555 !important;
	}
	

	
.titlebar
{
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	padding: 15px 12px;
	font-size: 14px;
	line-height: 14px;
	background: #eee;
	color: #62290A;
	box-shadow: inset #e8e8e8 0px 0px 10px;
}

.titlebar b {
	display: block;
	font-weight: bold;
}
	
a.readmore
{
	position: relative;
	display: inline-block;
	padding: 3px 12px;
	color: #555;
	font-size: 11px;
	background: #e5e5e5;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

	a.readmore:hover {
		text-decoration: none;
		color: #555;
		background: #ddd;
	}




#responsive-header {
	position: relative;
	margin: 0px 0px 10px 0px;
}

#responsive-header a.logo {
    display: inline-block;
    position: relative;
    z-index: 10000;
    width: 180px;
    height: 66px;
    margin-top: 15px;
    margin-bottom: 10px;
    left: calc(50% - 90px);
    background-position: 0px 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/logo.png);
}

#responsive-header #main-menu-button {
	font-size: 2em;
	margin-right: 0.7em;
	cursor: pointer;
	position: relative;
	z-index: 10000000000;
} 

#responsive-header #main-menu-button:hover {
	color: #fff;
}

#responsive-header #menu-bar {
	position: relative;
	z-index: 1001;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 65px;
	line-height: 65px;
	padding-left: 5px;
	text-align: right;
	border-radius: 10px;
}

body.menu-bar-fixed #responsive-header #menu-bar {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1002;
	border-top: none;
	border-radius: 0px;
}

body.menu-bar-fixed #responsive-header a.logo {
	display: none;
}

#responsive-header .menu .icons .row > div {
	vertical-align: middle;
}

#responsive-header .menu .icons {
	margin: 10px 0px;
}

#responsive-header .menu .icons a {
	display: inline-block;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	line-height: 100%;
	text-align: center;
	margin: 0px 5px;
}

#responsive-header .menu .icons a:hover {
	opacity: 0.8;
}

#responsive-header .menu .icons i.fa {
	font-size: 2.2em;
	margin-bottom: 5px;
	color: #FFB021;
	position: relative;
	z-index: 10;
}

#responsive-header .menu .icons a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.1em;
}

#responsive-header .menu .cart-icon {
	position: relative;
}

#responsive-header .menu .cart-icon .cart-count {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	z-index: 100;
	text-shadow: none;
	font-size: 11px;
	color: #fff;
	background: #E8661A;
	border-radius: 3px 50%;
}

#responsive-header .menu .cart-icon .cart-count[data-count="0"] {
	display: none;
}

#responsive-header .menu .toggle-auto-snap {
	position: relative;
	z-index: 10;
}

#responsive-header .menu a.lang-link {
	display: inline-block;
	font-size: 1.1em;
	text-align: center;
	border-radius: 4px;
}

#responsive-header .menu a.lang-link img {
	display: block;
	border: solid 1px #3c3c3c;
	background: #5c5c5c;
	padding: 6px;
	margin: 0 auto;
	margin-bottom: 8px;
}

#responsive-header .auto-snap {
	position: absolute;
	top: 129px;
	left: 0px;
	right: 0px;
	display: block;
	z-index: 1000;
	box-shadow: #888 0px 0px 20px;
	background: #ddd;
	border-radius: 10px;
	overflow: hidden !important;
}

body.menu-bar-fixed .auto-snap {
	border-radius: 0px!important;
	margin-top: -10px;
}

#responsive-header .menu li a.menu-item {
	padding: 15px;
	font-size: 1.35em;
}

#responsive-header .menu li a.menu-item:hover {
	opacity: 1;
}

#responsive-header .menu li .toggle-button {
	width: 54px;
	height: 54px;
	line-height: 54px;
}

#responsive-header .menu li.expandable a.menu-item {
	padding-right: 60px;
}

#responsive-search.auto-snap {
	overflow-x: visible !important;
}


#responsive-header #widgets #cart-box {
	border-bottom: solid 6px #00BFFF;
}

#responsive-header #widgets #cart-button .fa {
	font-size: 1.6em;
	margin-right: 6px;
}

#responsive-header #widgets #cart-button {
	padding: 10px;
	display: block;
	background: #00BFFF;
	color: #fff;
	text-decoration: none;
}

#responsive-header #widgets #cart-button span {
	border-bottom: solid 1px;
}

#responsive-header #widgets #cart-button:hover span {
	border: none;
}

#responsive-header #widgets #your-cart {
	display: none;
}

#responsive-header #widgets #cart-preview {
	font-size: 12px;
	padding: 10px;
}

#responsive-header #widgets #cart-preview .row.item {
	border-bottom: dotted 1px #ddd;
	margin-bottom: 10px;
}

#responsive-header #widgets #cart-preview .price {
	display: block;
	font-weight: normal;
	font-style: italic;
	opacity: 0.6;
}

#responsive-header #widgets #cart-preview .col {
	margin-bottom: 10px;
}

#responsive-header #search-box {
    position: relative;
    margin: 10px 0px;
}

#responsive-header #search-box input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

#responsive-header #search-box button {
    position: absolute;
    right: -3px;
    top: -3px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px 5px 5px 0px;
    padding: 0 15px;
}

#sidebar #search-box {
    background: #222;
    padding: 7px;
    position: relative;
}

#sidebar #search-box input {
    width: 100%;
    padding: 5px 30px 5px 10px;
    border-radius: 4px;
    border: none;
    background: #eee;
}

#sidebar #search-box button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #e86619;
    height: 30px;
    line-height: 30px;
    border-radius: 0px 4px 4px 0px;
}

#sidebar #search-box button:hover {
    background: #f7792e !important;
}


#responsive-header #menu-bar { 
	background: #333; 
	color: #ddd;
	box-shadow: #555 0px 3px 20px;
}






/**
 * General styles
 */

.user-area {
	margin: 20px;
}

#login-box {
	margin: 30px;
}

#login-box .links {
	
	margin: 20px 0px;
}

#login-box .links a {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

#login-box .inputs #email,
#login-box .inputs #password {
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #ddd;
}

#login-box .auto-login {
	text-align: left;
	margin: 10px 0px 0px 10px;
}
 
#login-box .auto-login label {
	font-weight: normal;
} 


#ajax-loader.fullscreen 
{
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}

#ajax-loader.regional 
{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}
	
#ajax-loader-message
{
	display: block;
	position: relative;
	top: 50px;
	min-width: 300px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
}	
	
#ajax-loader-overlay
{
	position: absolute;
	display: table;
	top: 0px;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 100000000000000000;
}

#ajax-loader-overlay.nobg { background: none !important; }

/*

#quick-message
{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000000000;
	background: rgba(255, 255, 255, 0.9) !important;
	background: #eee;
	display: table;
}

#quick-message #message
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #333;
	font-weight: bold;
	padding: 20px 60px;
	
}

*/

#quick-message {
	position: fixed;
	z-index: 10000000000;
	width: 300px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: 0px;
	padding: 0px;
	margin-left: -150px;
	margin-top: -50px;
	display: table;
	border-radius: 5px;
	cursor: pointer;
}

#quick-message #message {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

#quick-message-close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	font-weight: normal;
	display: block;
	cursor: pointer;
	text-decoration: none;	
}

	#quick-message-close:hover {
		opacity: 0.8;
	}

.pagination {
	padding:2px;
	margin: 10px 0px;
	position: relative;
	float: left;
	width: 100%;
}

.pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pagination li {
	display: inline-block;
}

.pagination a {
	color: #666666 !important;
	background-color: #eee !important;
	border-radius: 0px !important;
	border: none !important;
}
.pagination a:hover,
.pagination a.active {
	background-color: orange !important;
	color: #fff !important;
}

.pagination a,
.pagination .page_numbers a {
	display: inline-block;
	padding: 3px 6px;
	min-width: 25px;
	margin: 0px 5px;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
}

.clear,
.clearfix
{	
	display: block;
	float: left;
	width: 100%;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}  


.clear-left
{
	display: block;
	float: left;
	clear: left;
}
.clear-right
{
	display: block;
	float: left;
	clear: right;
}

.ui-dialog
{
	position:absolute;
	overflow:hidden
}


.case-lower { text-transform: lowercase; }
.case-upper { text-transform: uppercase; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.screen-xs .align-xs-left
{ text-align: left !important; }

.screen-xs .align-xs-center
{ text-align: center !important; }

.screen-xs .align-xs-right 
{ text-align: right !important; }

@media (min-width: 768px) {
	.screen-sm .align-sm-left
	{ text-align: left !important; }
	
	.screen-sm .align-sm-center
	{ text-align: center !important; }
	
	.screen-sm .align-sm-right
	{ text-align: right !important; }
}
@media (min-width: 992px) {
	.screen-md .align-md-left
	{ text-align: left !important; }
	
	.screen-md .align-md-center
	{ text-align: center !important; }
	
	.screen-md .align-md-right
	{ text-align: right !important; }
}
@media (min-width: 1200px) {
	.screen-lg .align-lg-left
	{ text-align: left !important; }
	
	.screen-lg .align-lg-center
	{ text-align: center !important; }
	
	.screen-lg .align-lg-right
	{ text-align: right !important; }
}



.nopadding { padding: 0px; }
.no-H-padding { padding-left: 0px; padding-right: 0px; }
.no-V-padding { padding-top: 0px; padding-bottom: 0px; }
.no-T-padding { padding-top: 0px; }
.no-R-padding { padding-right: 0px; }
.no-B-padding { padding-bottom: 0px; }
.no-L-padding { padding-left: 0px; }


.trans01 { -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.trans02 { -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.trans03 { -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.trans04 { -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.trans05 { -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.trans06 { -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
.trans07 { -moz-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }
.trans08 { -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.trans09 { -moz-transition: all 0.9s ease-in-out; -webkit-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out; }
.trans10 { -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }

#cart h2.block-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

h3.block-title.banklink-name {
    font-size: 17px;
}

.footer-block {
    padding: 30px 20px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    color: #575757;
}

.footer-block h2,
.footer-block h3,
.footer-block a,
.footer-block p,
.footer-block span {
    color: #575757;
}

#footer .block-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

#footer .row {
    margin: 0px !important;
}

.block-wrapper:first-of-type {
    padding-left: 15px !important;
}

.block-wrapper:Last-of-type {
    padding-right: 15px !important;
}

#footer h3.block-title {
    margin-top: 0px;
    font-size: 17px;
    font-weight: 600;
}

.footer-blocks {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: #DDD8DC;
}

.social-media {
    position: absolute;
    top: 20px;
    right: 5px;
}

.social-media i.fa-brands {
    font-style: inherit;
    color: #000;
    font-size: 21px;
    margin-left: 5px;
}

.social-media a:hover {
    text-decoration: none;
}

.wide-banner {
    position: relative;
    width: 100%;
    float: left;
}

.news-widget {
    margin-top: 35px;
}














div#cookie-consent-banner {
    position: fixed;
    bottom: 40px;
    max-width: 100%;
    padding: 30px 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px #777;
    z-index: 100;
}

div.cookie-consent-options input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

div.cookie-consent-options label {
	margin-right: 10px;
}

div#cookie-consent-banner button {
	font-size: 15px;
	margin-right: 5px;
}

.cookie-consent-options {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

div#cookie-consent-banner h3 {
    color: #E8661A;
}