/*************
* GLOBAL
*/

body, td {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    /**
    background: #CADA5C;
    background: linear-gradient(#B4D07D, #dfff00);
    **/
    background: #1F1049;
	color: #333;
}

h1,
h2,
h3 {
	font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: inherit;
}

h1 { font-size: 32px; }
h2 { font-size: 27px; }
h3 { font-size: 23px; }

h1#content-title {
    margin-top: 0px;
    margin-bottom: 20px;
}

a {
    color: #D22E85;
    transition: color 0.4s;
}
a:hover {
    color: #B30B69;
    text-decoration: none;
}



.block-title {
    clear: both;
    font-weight: normal;
    margin: 0px 0px 30px 0px;
    color: #333;
    border-bottom: 2px solid #D52788;
    padding-bottom: 5px;
}

/*************
* HEADER
*/

#header {
	position: relative;
	padding: 15px 0px;
    color: #FFF;
}

#header a {
    color: #FFF;
}

#header a:hover {
    color: #B30B69;
}

#header i.fa {
    font-size: 23px;
    color: #D22E85;
    position: relative;
    top: 3px;
}

#header .row > div {
	padding: 0px 10px;
}

#header .logo {
	display: inline-block;
	height: 99px;
	width: 98px;
	max-width: 100%;
	background: url(../images/logo_new_transparent.png) center no-repeat;
	background-size: 100% auto;
}

#header .lang-select {
	margin-bottom: 10px;
}

#lang-flags img {
	border: solid 1px #aaa;
}

div#lang-codes {
    position: absolute;
    top: 5px;
    right: 10px;
}

div#lang-codes a.active {
    color: #D22E85;
}

#responsive-header {
	margin: 10px 0px;
	text-align: center;
}

#responsive-header .logo {
	display: inline-block;
	height: 99px;
	width: 98px;
	background: url(../images/logo_new_transparent.png) center no-repeat;
	background-size: 100% auto;
}

#cart-widget #text {
    font-weight: bold;
}

#cart-widget #text a {
    color: #d50023;
    text-decoration: underline;
}
#cart-widget #text a:hover {
	text-decoration: none;
}


/*************
* MENU
*/

#menu {
    background: #D52788;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#menu a {
    color: #FFF;
}

#menu ul > li.active a {
    background: #FFF !important;
    color: #D52788;
}

#menu.normal {

}

#menu.normal ul.level-1 {
	width: 100%;
	display: table;
}

#menu.normal ul.level-1 > li {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
}

#menu.normal ul.level-1 > li > .item > a {
	font-size: 15px;
    font-weight: bold;
	padding: 15px 15px;
    font-family: 'Dosis';
}

#menu.normal ul.level-1 ul {
    background: #D52788;
}


#menu.normal ul.level-1 > li:first-child {
	border: none;
}

#menu.normal ul.level-1 > li:hover > .item > a,
#menu.normal ul.level-1 > li.active > .item > a {
	background: #FFF; 
    color: #D52788;
}

#menu.normal ul ul li:hover > .item > a,
#menu.normal ul ul li a:hover {
    background: #FFF;
    color: #D52788;
}

#menu.normal ul ul li.active > .item > a {
    font-weight: bold;
}

#menu.responsive {
	background: #D52788;
}

#menu.responsive .menu-bar {
	background: #D52788;
	color: #fff;
	font-size: 15px;
	border-radius: 0px;
	text-align: right;
}

#menu.responsive .menu-bar a {
	color: #fff;
}

#menu.responsive .menu-bar a .fa {

}

#menu.responsive .menu-bar a.cart-button span {
	color: #98AAB9;
}

#menu.responsive .menu-bar a.lang-button span {
	position: relative;
	right: -4px;
}
#menu.responsive .menu-bar a.lang-button .fa {
	font-size: 12px;
}

#menu.responsive ul.level-1 {
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
}



/*************
* SEARCH
*/

.search_form {
	position: relative;
	clear: both;
}	
	
.search-box {
	position: relative;
	margin: 0px 0px 20px 0px;
	text-align: left;
	padding: 0px;
}

.search-box input {
	margin: 0px;
	padding: 0px;
}

.search-box input[type="text"] {
	padding: 7px 10px;
	width: 100%;
	color: #bbb !important;
	border: solid 1px #ddd;
	margin: 0px;
	border-radius: 5px;
}
.search-box .searchsubmit {
	padding: 8px 12px;
	border: none;
	border-radius: 0px;
	color: #fff;
	background: #D52788;
	position: absolute;
	right: 0px;
	top: 0px;
}

.search-box .searchsubmit:hover {
	opacity: 0.9;
}

.searchsubmit i.fa {
    font-size: 19px;
}

#responsive-search .search-box {
	margin: 10px 0px;
}

#responsive-search .search {
	width: 100%;
	padding: 10px;
}
#responsive-search .searchsubmit {
	padding: 11px 15px;
}


/*************
* MAIN CONTENT
*/
.main {
	position: relative;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.main.header-banner .main-content-wrapper {
    border-radius: 8px;
    padding: 10px;
}

.main .main-content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1140px;
    display: block;
    background: #FFF;
    margin: 0 auto;
    padding: 30px;
}

#content-area {
	position: relative;
}

#content {
	padding-bottom: 20px;
	line-height: 1.8em;
}

#content table {
	width: 100% !important;
}


/*************
* SIDEBAR
*/

#sidebar {
	position: relative;
}

#sidebar .banner {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar .menu-container {
	position: relative;
	margin: 0px 0px 10px 0px;
}

.sidebar .menu-container ul.level-1 > li:first-child {
	border: none !important;
}

.sidebar .menu-container ul li a {
	padding: 12px 10px;
}

.sidebar .menu-container ul li a:hover,
.sidebar .menu-container ul li.active a {
	
}

.sidebar .menu-container.vertical ul ul li a {
	padding: 10px 20px 10px 35px;
}

.sidebar .menu-container .submenu-button {
	height: 36px;
	line-height: 36px;
}

.sidebar .menu-container .submenu-button::before,
.sidebar .menu-container .submenu-button::after {
	margin-top: -7px;
	background: #55690D;
}



/*************
* FOOTER
*/


#footer {
	position: relative;
	padding: 20px 0px;
	margin-top: 20px;
	border-top: solid 1px #ccc;
	line-height: 160%;
    background: #f8f8f8;
}

#footer .block-title {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	background: none;
}

#footer ul {
	list-style: none;
	padding: 0px;
}

#footer #newsletter-widget .row > div {
	margin-bottom: 15px;
}





/*************
* GENERAL STYLES / default styles
*/

.lang-select#lang-codes {
	font-size: 0px;
}

.lang-select#lang-codes a {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 0px 8px;
	border-left: solid 1px #DDD;
}

.lang-select#lang-codes a:first-child {
	padding-left: 0px;
	border: none;
}

.lang-select#lang-codes a:last-child {
	padding-right: 0px;
}


.lang-dropdown ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 100;
}

.lang-dropdown ul:hover {
    box-shadow: #ccc 0px 1px 5px;
}

.lang-dropdown ul li {
    display: none;
    text-transform: uppercase;
    background: #fff;
    border-top: solid 1px #eee;
}


.lang-dropdown ul:hover li,
.lang-dropdown ul li:first-child {
    display: block;
    position: relative;
}

.lang-dropdown ul li:first-child {
    background: none;
    border: none;
    padding: 10px;
}

.lang-dropdown ul li:first-child::after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    color: #ff0000;
    margin-left: 4px;
}

.lang-dropdown ul li a {
    color: inherit;
    cursor: pointer;
    display: block;
    padding: 10px;
}


.lang-dropdown ul li a:hover {
    background: #ff0000;
    color: #fff;
}

.modal {
	overflow-x: hidden !important;
}
 
#modal-lang {
	text-align: center;
} 
 
#modal-lang a {
	display: inline-block;
	margin: 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: inset #ccc 0px 0px 10px;
	text-align: center;
	text-decoration: none;
}

#modal-lang a img {
	border: solid 1px #ccc;
}

#modal-lang a span {
	display: block;
	margin-top: 2px;
}

.user-area {
	margin: 20px;
}

#login-box {

}

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

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

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

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

#login-box .btn {
	margin-top: -2px;
	color: #fff;
}

.btn {
	border-radius: 2px;
	text-decoration: none !important;
}

.btn-default { 
  color: #666666; 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  color: #666666; 
  background-color: #EDEDED; 
  border-color: #EDEDED; 
} 
 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  background-image: none; 
} 
 
.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default[disabled].active, 
fieldset[disabled] .btn-default.active { 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default .badge { 
  color: #F5F5F5; 
  background-color: #3B3B3B; 
}



.btn-success {
    color: #FFF;
    background-color: #D52788;
    border: none;
    font-size: 15px;
    padding: 8px 16px;
    transition: color 0.4s;
} 
 
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  color: #FFF; 
  background-color: #B30B69;
} 
 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  background-image: none; 
} 
 
.btn-success.disabled, 
.btn-success[disabled], 
fieldset[disabled] .btn-success, 
.btn-success.disabled:hover, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, 
.btn-success[disabled]:focus, 
fieldset[disabled] .btn-success:focus, 
.btn-success.disabled:active, 
.btn-success[disabled]:active, 
fieldset[disabled] .btn-success:active, 
.btn-success.disabled.active, 
.btn-success[disabled].active, 
fieldset[disabled] .btn-success.active { 
  background-color: #AFC0C9; 
  border-color: #A7B8C2; 
} 
 
.btn-success .badge { 
  color: #AFC0C9; 
  background-color: #ffffff; 
}

.container {
    max-width: 100%;
}

#banners_4 .banner.text a {
    color: #D22E85;
    padding: 10px 30px;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    background: #FEDDF1;
    transition: background 0.4s;
}

#banners_4 .banner.text a:hover,
#banners_4 .banner.text a.dark {
    text-decoration: none;
    background: #F9C6E5 !important;
}

.default-wrapper {
    position: relative;
    width: 100%;
    float: left;
}

h3.form-title {
    color: #D52788;
    margin-top: 20px;
    float: left;
}

.products .product-info a {
    position: relative;
    width: 100%;
    float: left;
}

.boxed {
    padding: 20px 15px 10px 15px;
    border-radius: 3px;
    background: #EDEDED;
}

a.facebook-link-mobile {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 27px;
}