/*
Theme Name: Hussel-Shop
Description: Hussel-Shop Theme
Version: 1.0.0
Text Domain: hussel-theme
*/

* {
    box-sizing:border-box;
}

*:focus {
    outline: 0;
}

body, html {
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    min-height: 100%;
    background: #FFF;
    color: #555;
}

/* General
-------------------------------------------------------------- */

a {
    text-decoration: none;
}

a, a:hover, a:visited, a:focus {
    color: #555;
}

p, div.textwidget {
    line-height: 1.8em;
}

h1
{
    font-size: 24px;
    line-height: 30px;
    font-weight: 200;
}

blockquote {
    font-style: italic;
}

blockquote p {
    border-left: 2px solid #EEE;
    padding-left: 1em;
}

hr {
    border: none;
    border-bottom: 1px solid #CCC;
}

/* Alignment
-------------------------------------------------------------- */

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

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

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

/* Grid
-------------------------------------------------------------- */

.container {
    width: 98%;
    padding: 0px;
    max-width: 1100px;
    margin: 0 auto;
    
}

.container {
    margin: 0 auto !important;
}


.container-nomargin {
    margin: 0 auto;
}

.grid {
    clear: both;
}

.column {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.grid-2 .column {
    width: 50%;
}

.grid-3 .column {
    width: 33.3%;
}

.grid-4 .column {
    width: 25%;
}

.grid-5 .column {
    width: 20%;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Inputs
-------------------------------------------------------------- */

input[type=text], input[type=search], input[type=email], textarea, input[type=password], input[type=number] {
    border: 1px solid #CCC;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    margin: 0;
    padding: 0.3rem;
    vertical-align: top;
    line-height: 1rem;
}

.button, input[type=submit], button, .comment-reply-link {
    box-shadow: 0;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    padding: 0.8em 1.5em;
    margin: 0;
    -webkit-appearance: none;
    text-decoration: none;
    
  background-color: #fff;
  font-size: 13px;
  color: #333;
  text-transform : uppercase;
  animation-delay: 0.25s;
  animation: 0.5s ease-in 0s normal forwards 1 running fadeIn;
  border: 1px solid #e6e6e6;
  transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
  border-radius: 0px;    
}

.entry-content a.button
{
    color: #333;
}

.entry-content a.button:hover
{
    color: #fff;
}

.button:hover, input[type=submit]:hover, button:hover {
    background-color: #aa5c91;
    border: 1px solid #884773;
  color: #FFF;
    
}

button.primary,
a.button.primary,
input#place_order,
button#place_order
{
  background-color: #884773;
  color: #fff;
  border: 1px solid #884773;
}

button.primary:hover,
a.button.primary:hover,
input#place_order:hover,
button#place_order:hover
{
  background-color: #aa5c91;
}



.woocommerce-cart .button, 
.woocommerce-cart input[type=submit], 
.woocommerce-cart button 
{
    height: 34px;
}





a.button {
    line-height: 2.7em;
}

.button-secondary, button.button-secondary, input[type=submit].button-secondary, a.button-secondary {    
    background-color: #FFF;
    color: #555;
    border: 1px solid #e6e6e6;
}

.button-secondary:hover, button.button-secondary:hover, input[type=submit].button-secondary:hover, a.button-secondary:hover {
    background-color: #aa5c91;    
    border: 1px solid #884773;
}

.button-smaller, .comment-reply-link {
    padding: 0.3em 1em;
    line-height: 2em;
    font-size: 0.9em;
}

button i {
    padding-right: 0.5em;
}

#searchform input::-ms-clear
{
  display:none;
}


.hu-form input[type="text"],
.hu-form input[type="search"],
.hu-form input[type="email"],
.hu-form textarea,
.hu-form input[type="password"],
.hu-form input[type="date"],
.hu-form select
{
    border: 1px solid #ccc;
    font-size: 13px !important;
    border-radius: 0 !important;
    font-family: "Open Sans",sans-serif;
    line-height: 1rem !important;
    margin: 0;
    padding: 10px;
    vertical-align: top;
    width: 98% !important;
    margin: 0 0 8px 3px !important;
}

.hu-form input[type="text"].captcha
{
    width: 160px !important;
    font-size: 2.5em !important;
}

.hu-form input[type="checkbox"]
{
  float:left;
  position:relative !important;
  margin-top:0px;
  margin-right: 10px;
}

.hu-form button
{
  margin-bottom: 20px !important;
}

.pt30
{
    padding-top: 30px !important;
}



/* Lists
-------------------------------------------------------------- */

ul {
	line-height: 1.5em;
}

dl dt, dl dd {
	display: block;
	margin: 0;
}
dl dt {
	font-weight: 600;
}
dl dd {
	margin-bottom: 1em;
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
    margin: 0px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.entry-content img {
	max-width: 100%; 
	height: auto;
}

article .vc_images_carousel .vc_carousel-control
{
    opacity: 1 !important;
    height: 40px !important;
    width: 40px !important;      
}

.vc_images_carousel .vc_carousel-control .icon-prev,
.vc_images_carousel .vc_carousel-control .icon-next
{
  background: #f6efe7;    
  border-radius: 50%;
  height: 40px !important;
  width: 40px !important;    
  padding: 0px !important;  
  position: relative;
}

.vc_images_carousel .vc_carousel-control .icon-prev:before,
.vc_images_carousel .vc_carousel-control .icon-next:before
{
  font-family: 'huicons';
  text-shadow: none;
  color: #333;
  width: 100%;
  height: 100%;
  display:block;
  line-height: 40px;
  top: 0px !important;
  font-size: 20px;
}

.vc_images_carousel .vc_carousel-control .icon-prev:before
{
  content: '<' !important;
}

.vc_images_carousel .vc_carousel-control .icon-next:before
{
  content: '>' !important;
}


/* Messages
-------------------------------------------------------------- */

.woocommerce-message, .woocommerce-info {
	display: block;
	margin: 1em 0;
	background-color: #d1e2f0;
	line-height: 1em;
	padding: 1em 1em;
	border-radius: 0px;	
}

.entry-content .woocommerce-info,
.entry-content .woocommerce-info a,
.entry-content .woocommerce-message,
.entry-content .woocommerce-message a
{
    color: #045371;
}

.entry-content .woocommerce-info a
{
    text-decoration: underline;
}

/* ERRORS */
ul.woocommerce-error {
	margin: 0;
	padding: 1em;
	list-style: none;
	line-height: 20px;
	background-color: #dfaaa1;
	color: #913526;
}
ul.woocommerce-error a {
	color: #913526;
	text-decoration: underline;
}

ul.woocommerce-error a.button,
ul.woocommerce-error a.button:hover
{
    background: none;
    padding: 0px;
    text-transform: none;
    line-height: 20px;
    border: 0px;
    color: #913526;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}

.ajax-loader-wrapper {
	text-align: center;
	height: 60px;
	vertical-align: middle;
}

.ajax-loader-wrapper .ajax-loader {
	display: inline-block;
	text-indent: -9999px;
	width: 50px;
	height: 30px;
	background: url(assets/images/ajax-loader.svg) no-repeat;
	background-size: 50px 30px;
}

/* WooForms
-------------------------------------------------------------- */

p.form-row {
	text-align: right;
	margin: 1.5em 0;
}
p.form-row label {
	width: 30%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

p.form-row label.checkbox {
	width: 100%;
}

p.form-row input[type=text], p.form-row select, p.form-row textarea, p.form-row input[type=password], p.form-row input[type=email] {
	width: 70%;
	margin-left: -4px;
	display: inline-block;
}
p.form-row textarea {
	min-height: 80px;
}
p.form-row span.description {
	width: 70%;
	display: inline-block;
	margin-left: -4px;
	text-align: left;
}
p.form-row .select2-container {
	text-align: left;
	display: inline-block;
	width: 70%;
}

/* Star Ratings
-------------------------------------------------------------- */

.star-rating {
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 5.4em;
	font-family: FontAwesome;
}
.star-rating:before {
	content: "\f006\f006\f006\f006\f006";
	color: #DDD;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	color: #c9a32f;
	position: absolute;
	left: 0;
}
p.stars {
	position: relative;
	font-size: 1.2em;
	display: inline-block;
}
p.stars a {
	display: inline-block;
	font-weight: 700;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
}
p.stars a:last-child {
	border-right:0;
}
p.stars a {
	border-right: 1px solid #ccc;
}
p.stars a:after {
	color: #CCC;
}
p.stars a:after {
	font-family: "FontAwesome";
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}
p.stars a:hover:after, p.stars a.active:after {
	color: #c9a32f;
}
p.stars a.star-1 {
	width: 2em;
}
p.stars a.star-1:after {
	content: "\f006";
}
p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
	content: "\f005";
}
p.stars a.star-2 {
	width: 3em;
}
p.stars a.star-2:after {
	content: "\f006\f006";
}
p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
	content: "\f005\f005";
}
p.stars a.star-3 {
	width: 4em;
}
p.stars a.star-3:after {
	content: "\f006\f006\f006";
}
p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
	content: "\f005\f005\f005";
}
p.stars a.star-4 {
	width: 5em;
}
p.stars a.star-4:after {
	content: "\f006\f006\f006\f006";
}
p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
	content: "\f005\f005\f005\f005";
}
p.stars a.star-5 {
	width: 6em;
}
p.stars a.star-5:after {
	content: "\f006\f006\f006\f006\f006";
}
p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
	content: "\f005\f005\f005\f005\f005";
}

/* Tabs
-------------------------------------------------------------- */

ul.tabs {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}
ul.tabs li {
	display: inline-block;
	list-style: none;
	margin-right: 0.5em;
}
ul.tabs li a {
	display: block;
	text-transform: uppercase;
	background-color: #EEE;
	padding: 0.5em 1em;
	font-size: 1em;
	font-weight: 500;
}
ul.tabs li.active a {
	background-color: #7b9f35;
	color: #FFF;
}

/* Categories
-------------------------------------------------------------- */
.categoryHeader,
.post-header
{
    margin-bottom: 20px;
    margin-top: -20px;
}

.product-category ul.products li
{
  overflow: hidden;
}

.product-category .title
{
  padding: 0px;
  height: 65px;
  margin: 20px 0px 10px;
  overflow: hidden;
}

.product-category .priceBox
{
  margin-bottom: 0px;
}

/* Price
-------------------------------------------------------------- */

.product .price {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
}

.product .price del
{
    font-size: 15px;
    line-height: 20px;
    display: block;
}

.product .price ins {
    color: #db2b1d;
    text-decoration: none;
    padding-left: 0px;
}

/* Breadcrumb
-------------------------------------------------------------- */

.woocommerce-breadcrumb {
	font-size: 0.85em;
}

/* Sliders
-------------------------------------------------------------- */


div.flexslider-vp, div.flexslider {
	box-shadow: none;
	margin: 1em 0;
	padding: 0;
	border: none;
	background: transparent;
}
div.flexslider-vp ol.flex-control-nav {
	display: block;
	float: none;
	position: inherit;
	bottom: 0;
	margin-top: 1em;
}
div.flexslider-vp .flex-control-paging li a {
	background: #EEE;
	box-shadow: none;
}
div.flexslider-vp .flex-control-paging li a.flex-active {
	background: #7b9f35;
}
div.flexslider-vp ul.slides li {
	border: none;
	margin: 0;
}
div.flexslider-vp-carousel ul.slides li {
	margin: 0 15px 0 0;
	padding: 0;
	border: none;
}
div.flexslider-vp-carousel ul.slides li a {
	display: block;
	text-decoration: none;
}
div.flexslider-vp ul.slides li:last-child {
	margin-right: 0;
}
div.flexslider-vp ul.slides li.product:hover {
	border: none;
}
div.flexslider-vp-default .flex-direction-nav a {
	color: #333;
}
div.flexslider-vp-carousel {
	border-radius: 0;
	padding: 1em;
}
div.flexslider-vp-default ul.slides li .meta {
	position: absolute;
	z-index: 99;
	text-align: left !important;
	bottom: 10%;
}
div.flexslider-vp-default ul.slides li .meta h3 {
	font-size: 2em;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #FFF;
	padding: 0 0.5em;
	line-height: 2em;
	text-align: left;
	margin: 0 0 0.3em 0;
	width: auto;
	display: block;
}
div.flexslider-vp-default ul.slides li .meta .star-rating {
	display: none;
}

div.flexslider-vp-default ul.slides li .meta .unit-price,
.related ul.products li .unit-price,
{
	font-size:9px;
	color: #7a7a7a;
}

div.flexslider-vp-default ul.slides li .meta .price, div.flexslider-vp-default ul.slides li .meta .meta-item {
	font-size: 1.2em;
	margin-top: 0.5em;
	display: inline-block;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #FFF;
	max-width: 100%;
	padding: 0.5em 1em;
}
div.flexslider-vp-default ul.slides li .meta .meta-item p {
	margin: 0;
}
div.flexslider-vp-default ul.slides li .badge {
	top: 2%;
	right: 1%;
	padding: 1%;
}
div.flexslider-vp-carousel .flex-control-nav {
	display: none !important;
}
div.flexslider-vp-carousel ul.flex-direction-nav li a.flex-prev {
	left: 0px;
}
div.flexslider-vp-carousel ul.flex-direction-nav li a.flex-next {
	right: 0px;
}
div.flexslider-vp-carousel ul.flex-direction-nav li a {
	transition: none;
	background: #f6efe7;
	border-radius: 50%;
	z-index: auto;
	padding: 0px;
	content: "";
	cursor: pointer;
	width: 40px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	opacity: 1 !important; 
	display: block !important;
	top: 150px;
}

div.flexslider-vp-carousel ul.flex-direction-nav li a:before {
	color: #5b413d;
	display: block;
}

.flex-prev,
.flex-next
{
    font-size:0px;
}

.flex-direction-nav a:before
{
    line-height: 40px;
}

article .flex-direction-nav a::before,
.sliderProd .flex-direction-nav a::before
{
  font-family: 'fontawesome';
  font-size: 20px;
}

article .flex-direction-nav a.flex-prev:before,
.sliderProd .flex-direction-nav a.flex-prev:before
{
  content: '\f053' !important;
}

article .flex-direction-nav a.flex-next:before,
.sliderProd .flex-direction-nav a.flex-next:before
{
  content: '\f054' !important;
}

article .flex-direction-nav li,
.sliderProd .flex-direction-nav li
{
    background-color: #ccc;    
}


/* Widgets
-------------------------------------------------------------- */

.widget .widgettitle {
	font-weight: 600;
	font-size: 1.1em;
	display: block;
	margin-bottom: 1em;
}

.widget .star-rating {
	font-size: 1em;
}

/* Widget Search */

.widget_search .screen-reader-text, .widget_product_search .screen-reader-text {
	display: none;
}
.widget_search .button, .widget_product_search .button {
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	margin-left: -5px;
	padding: 0;
	width: 15%;
	height: 30px;
	line-height: 30px;
	line-height: 1em;
}
.widget_search button i, .widget_product_search button i {
	padding: 0;
}

.widget_search input[type=search], .widget_product_search input[type=search] {
	height: 30px;
	width: 99%;
}

.widget_shopping_cart a.cart-link {
	display: block;
	line-height: 1em;
	font-weight: 600;
}
.widget_shopping_cart .cart-price {
	font-size: 1em;
}

.widget_shopping_cart p.cart-text {
	margin: 0;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	padding-top: 0.5em;
	margin-right: 0.5em;
}

.widget_shopping_cart .cart-icon {
	position: relative;
}

.menuiconwrp>ul>li.cart span.cart-count {
    background: #884976;
    display: inline-block;
    padding: 2px 3px;
    line-height: 13px;
    font-size: 12px;
    color: #FFF;
    position: absolute;
    right: 15px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    position:absolute;
    width: 18px;  
    height: 18px;
    top: 12px;
    font-weight: bold !important;
    text-align: center;
    
}

.menuiconwrp>ul>li .payback
{
    background-image : url('images/payment.png');
    background-position: -9px -125px;
    width: 22px;
    height: 22px;
    margin: 5px 0 5px 21px;
}

.widget_shopping_cart a.cart-link
{
  line-height:24px !important;
}


/* Widget Layer Nav List */

.widget_layered_nav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #EEE;
	list-style: none;
	font-size: 0.9em;
	overflow-y: scroll;
	min-width: 8em;
	max-height: 6em;
}
.widget_layered_nav ul li {
	display: block;
	border-bottom: 1px solid #EEE;
	padding-right: 2em;
}
.widget_layered_nav ul li:last-child {
	border-bottom: 0;
}
.widget_layered_nav ul li a {
	padding: 0.3em 0 0.3em 0.3em;
	display: inline-block;
}
.widget_layered_nav ul li .count {
	text-align: right;
	display: inline-block;
}

/* Widget Price Slider */

.price_slider {
	margin-bottom: 1em;
	width: 90%;
}
.price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	font-size: 0.8751em;
}
.ui-slider {
	position: relative;
	background-color: #CCC;
	text-align: left;
	margin-top: 2em;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	cursor: pointer;
	outline: none;
	background: #CCC;
	top: -.4em;
}
.ui-slider .ui-slider-range {
	position:absolute;
	z-index: 1;
	display:block;
	border: 0;
	background-color: #CCC;
}
.price_slider_amount {
	text-align: left;
}
.price_slider_amount .price_label {
	display: inline-block;
	line-height: 1em;
	margin-left: 1em;
	position: relative;
	margin-top: 1em;
}
.ui-slider-horizontal {
	height: .2em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

/* Widget Product List */

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

ul.product_list_widget li {
	display: block;
	border-bottom: 1px solid #EEE;
	vertical-align: middle;
	padding: 0.3em 0;
	margin: 0.3em 0;
	font-size: 0.9em;
}
ul.product_list_widget li a {
	display: block;
	vertical-align: middle;
}
ul.product_list_widget li:last-child {
	border: none;
}
ul.product_list_widget .left, ul.product_list_widget .right  {
	display: inline-block;
	vertical-align: top;
}
ul.product_list_widget .left {
	width: 25%;
}
ul.product_list_widget li .title {
	font-weight: 600;
	display: block;
}
ul.product_list_widget li .star-rating {
	margin-bottom: -0.2em;
}
ul.product_list_widget li .price {
	font-weight: normal;
	display: block;
}
ul.product_list_widget li img {
	width: 90%;
	height: auto;
}
.widget_recent_reviews ul.product_list_widget li {
	position: relative;
}
.widget_recent_reviews ul.product_list_widget li a {
	vertical-align: top;
	font-weight: 600;
}
.widget_recent_reviews ul.product_list_widget .star-rating {
	position: absolute;
	top: 1.8em;
	left: 22.5%;
}
.widget_recent_reviews ul.product_list_widget .reviewer {
	position: absolute;
	bottom: 0.6em;
	left: 23%;
}
.widget_recent_reviews ul.product_list_widget li a img {
	width: 22.5%;
	height: auto;
}

/* Widget Custom Nav */

.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_nav_menu ul li > ul {
	margin-left: 0.5em;
	font-size: 0.95em;
}
.widget_nav_menu ul li a {
	display: block;
	line-height: 2em;
}

.widget_nav_menu ul li a:hover {
	text-decoration: underline;
}


/* Tab-Menu
-------------------------------------------------------------- */

header#hmain #tab-menu {
    position: absolute;
    left: 160px;
    font-family: "Oxygen";
    z-index: 10 !important;
    top: 0px;
}

header#hmain #tab-menu a {
    color: #faf5f0;
    padding: 0 30px;
    font-size: 15px;
    line-height: 60px;
    overflow: hidden;
}

header#hmain #tab-menu a {
    display: inline-block;
    position: relative;
}

header#hmain #tab-menu a.active {
    background-color: #4f403d;
    color: #FFF;
    font-weight: 600;
}

header#hmain #tab-menu .activeArrow {
    width: 18px;
    height: 8px;
    background: #f6efe7;
    transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    left: calc(50% - 5px);
}

header#hmain #tab-menu span
{
  display: table-cell;
}

/* Widget Areas
-------------------------------------------------------------- */

/* Widgets Header */

header#hmain #user-welcome {
    float: right;
    text-align: right;
}

header#hmain #mini-menu {
    position: absolute;
    right: 0px;
    font-family: "Oxygen";
    z-index: 10 !important;
    top: 20px;
}

header#hmain #mini-menu ul li.current-menu-item a,
.mainFooter ul li.current-menu-item a
{
    font-weight: normal;
}

header#hmain .widgets .widgettitle {
	display: none;
}
header#hmain .widgets .widget {
	vertical-align: bottom;
	text-align: center;
}
header#hmain .widget:first-child {
	text-align: left;
}
header#hmain .widget:last-child {
	text-align: right;
}
header#hmain .widget_text div {
	margin-left: 0.8rem;
	display: inline-block;
}
header#hmain .widget_search, header#hmain .widget_product_search {
	position: relative;
	top: -0.5rem;
}
header#hmain .widget_search input[type=search], header#hmain .widget_product_search input[type=search] {
	width: 80%;
}
header#hmain .widgets .grid-4 .widget:nth-child(1) {
	width: 30%;
}
header#hmain .widgets .grid-4 .widget:nth-child(2) {
	width: 30%;
}
header#hmain .widgets .grid-4 .widget:nth-child(3) {
	text-align: right;
}
header#hmain .widgets .grid-4 .widget:nth-child(3), header#hmain .widgets .grid-4 .widget:nth-child(4) {
	width: 20%;
}

/* Widgets Loop Header */

#widgets-loop-header {
	margin-top: 1em;
	border-top: 1px solid #CCC;
	padding-top: 1em;
}

#widgets-loop-header .widget {
	vertical-align: top;
	margin-right: 2em;
}
#widgets-loop-header .widgettitle {
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	vertical-align: top;
	margin-bottom: 0.5em;
}
#widgets-loop-header .widget-inner {
	display: inline-block;
}
#widgets-loop-header .widget-inner form {
	margin: 0;
	padding: 0;
}
#widgets-loop-header .widget:last-child {
	margin-right: 0;
}

/* Widgets Sidebar */

.sidebar .widget-toggle-icon {
    display: none;
}

.sidebar .widget {
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.sidebar .widget ul {
    margin-top: 0;
}
.sidebar .widget .button {
    padding: 0.5em;
}
.sidebar .widget:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.sidebar ul.products {
    margin-bottom: 0;
}

#article-sidebar{
    margin-top:101px;
}

/* Widgets Footer */

#widgets-footer .widget {
	padding-right: 3%;
}
#widgets-footer ul.product_list_widget li {
	border-bottom: 1px solid #CCC;
}
#widgets-footer ul.product_list_widget li:last-child {
	border-bottom: none;
}
#widgets-footer .star-rating {
	width: 4.8em;
}
#widgets-footer .star-rating:before {
	color: #CCC;
}

/* Header
-------------------------------------------------------------- */

header#hmain {
	margin: 0;
}

#hbar {
	background: #EEE;
}

#hbar {
	line-height: 1em;
	padding: 0.3em 0;
}

#hbar p {
	margin: 0;
	font-size: 0.8em;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.02rem;
}

#hbar .fa {
	padding-right: 0.4rem;
	font-size: 0.9rem;
}

header#hmain .header-top #logo-new{
    width: 138px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url('images/logo.svg');
    background-size: 100%;
    background-position: 0 17px;
    position: absolute;
}

header#hmain #logo-new a{
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px){
header#hmain .header-inner #logo-new{
    width: 138px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url('images/logo.svg');
    background-size: 100%;
    background-position: 0 17px;
    position: absolute;
    margin-left: -68px;
    left:50%;    
}
}

header#hmain #logo {
    display: inline-block;    
}

header#hmain #logo a {
    display: none;
    border: none;
}

header#hmain #logo a.logo-img img {
    max-width: 95%;
    height: auto;
    border: none;
    vertical-align: middle;
}

header#hmain #logo .logo-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

header#hmain #logo a.logo-active {
    display: block;
    white-space: nowrap;
}

header#hmain #logo .pagetitle {
	font-size: 2.2em;
	display: block;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 0.3em;
}
header#hmain .navbar {
	margin-top: 1em;
	font-size: 0.9em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
header#hmain .navbar ul {
	margin: 0;
	font-size: 1.1em;
	padding: 0;
	list-style: none;
}
header#hmain .navbar ul > li {
	display: inline-block;
}
header#hmain .navbar ul li a {
	line-height: 2rem;
	padding: 0 1em;
	color: #747474;
	position: relative;
	display: block;
}

header#hmain .navbar ul li a:hover, header#hmain .navbar ul > li.current_page_item > a, header#hmain .navbar ul > li.current-menu-item > a  {
	color: #333;
}
ul#menu-header > li.menu-item-has-children > a:hover:after, ul#menu-header > li.menu-item-has-children:hover > a:after {
    position: absolute;
    left: 0;
    width: 3em;
    width: 100%;
    font-size: 1.2em;
    bottom: -0.9em;
    font-family: 'FontAwesome';
    text-align: center;
    content : "\f0d8";
    color: #CCC;
    z-index: 3;
}

header#hmain .navbar ul li:last-child a {
	padding-right: 0;
}
header#hmain .navbar ul li > ul {
	position: absolute;
	z-index: 2;
	background: #FFF;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 0.5em 1em;
	display: none;
}
header#hmain .navbar ul li:hover > ul {
    display: block;
}
header#hmain .navbar ul li:hover > a {
   color: #333;
}
header#hmain .navbar ul li ul li {
	vertical-align: top;
	display: block;
}
header#hmain .navbar ul li ul.submenu-columnized > li {
	display: inline-block;
}
header#hmain .navbar ul li ul > li a {
	font-size: 0.85em;
	padding: 0;
	display: block;
}
header#hmain .navbar ul li ul > li a:hover {
	text-decoration: underline;
}
header#hmain .navbar ul li ul.submenu-columnized > li a {
	font-weight: 600;
	padding: 0 1em;
}
header#hmain .navbar ul li ul.submenu-columnized > li a:hover {
	text-decoration: none;
}
header#hmain .navbar ul li ul.submenu-columnized > li:first-child a {
	padding-left: 0;
}
header#hmain .navbar ul li ul.submenu-columnized > li:last-child a {
	padding-right: 0;
}
header#hmain .navbar ul li ul li ul {
	position: inherit;
	border: 0;
	display: block;
	padding: 0;
}
header#hmain .navbar ul li ul li ul li {
	display: block;
}
header#hmain .navbar ul li ul.submenu-columnized > li > ul li a {
	font-weight: normal;
	line-height: 2em;
	font-size: 0.75em;
	display: block;
}
header#hmain .navbar ul li ul.submenu-columnized > li > ul li a:hover {
	text-decoration: underline;
}
header#hmain .menu-right {
	font-size: 0.8em;
}
header#hmain .menu-small ul li a {
	padding: 0 0.8em;
	padding-left: 0;
}

header#hmain .menu-small ul > li {
	line-height: 0em;
	display: inline-block;
	width: auto;
}

header#hmain .menu-small ul > li:after {
	content : "\007C";
	display: inline-block;
	position: relative;
	top: -1.4em;
	left: -0.7em;
}
header#hmain .menu-small ul > li:first-child:after {
	content: "";
}

/* Reviews & Comments
-------------------------------------------------------------- */

ol.commentlist {
	list-style: none;
	margin: 2em 0 1em;
	padding: 0;
}
ol.commentlist > .comment {
	margin-bottom: 2em;
	padding: 0 0 1em 1em;
	border-bottom: 1px solid #EEE;
}
ol.commentlist .comment img, ol.commentlist .comment .comment-meta {
	display: inline-block;
	vertical-align: middle;
}
ol.commentlist .comment .comment-text {
	margin-top: 1em;
}
ol.commentlist .comment img {
	margin-right: 1em;
}
ol.commentlist .star-rating {
	font-size: 1.2em;
	width: 4.9em;
}
ol.commentlist .meta {
	margin: 0.5em 0;
}
ol.commentlist .reply {
	margin-top: 0.5em;
}
ol.commentlist ul.children {
	list-style: none;
}
ol.commentlist ul.children li {
	margin-top: 1.5em;
}
ol.commentlist ul.children li .comment-inner {
	border-left: 3px solid #EEE;
	padding-left: 1em;
}
ol.commentlist .description p:first-child {
	margin: 0;
}
.comment-respond label {
	width: 15%;
	display: inline-block;
	vertical-align: top;
}
.comment-respond p {
	margin-bottom: 1em;
}
.comment-respond p.stars {
	vertical-align: top;
	margin: 0;
}
.comment-respond textarea {
	min-width: 360px;
}
.comment-respond p.form-submit {
	margin-bottom: 0;
}

/* Single Post & Pages
-------------------------------------------------------------- */
.featured-image img {
	max-width: 100%;
	height: auto;
}
.featured-image {
	margin-bottom: 1em;
}
#nav-single, #nav-below {
	margin: 1em 0;
	display: block;
}
#nav-single a, #nav-below a {
	border: 1px solid #EEE;
	background-color: #EEE;
	padding: 0.5em;
	display: inline-block;
	cursor: pointer;
}
#nav-single a:hover, #nav-below a:hover {
	background-color: #7b9f35;
	border: 1px solid #7b9f35;
	color: #FFF;
}
#nav-single > span, #nav-below .nav-previous, #nav-below .nav-next {
	display: inline-block;
	width: 50%;
}
#nav-single > span:last-child, #nav-below .nav-next {
	margin-right: -4px;
	text-align: right;
}
header.entry-header, header.page-header {
	margin-top: 1.5em;
	display: block;
}
header.entry-header h1, header.page-header h1 {
	margin-top: 0;
}
.entry-content {
	margin-top: 0px;
}
.entry-content ul.products {
	border: none;
}
.entry-content h1 {
	font-size: 2em;
	margin: 1em 0;
	line-height: 1em;
}
.entry-content h1:first-child {
	margin-top: 0;
}
.entry-content h2 {
	font-size: 1.7em;
	margin: 1em 0;
	line-height: 32px;
	font-weight:200;
}
.entry-content h3 {
	font-size: 1.3em;
	margin: 0.8em 0;
	line-height: 1em;
}
.entry-content h4 {
	font-size: 1.1em;
	margin: 0.7em 0;
	line-height: 1em;
}
.entry-content h5 {
	font-size: 1em;
	margin: 0.7em 0;
	line-height: 1em;
}

.entry-content h6 {
	font-size: 0.9em;
	margin: 0.7em 0;
	line-height: 1em;
}
.entry-content table {
	border-spacing: 0;
	text-align: left;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content table thead tr th {
	background-color: #CCC;
	padding: 0.5em 1em;
}
.entry-content table thead tr th:first-child {
	border-top-left-radius: 3px;
}
.entry-content table thead tr th:last-child {
	border-top-right-radius: 3px;
}
.entry-content table tbody tr td, .entry-content table tbody tr th {
	padding: 0.5em 1em;
}
.entry-content table tbody tr:nth-child(even) td, .entry-content table tbody tr:nth-child(even) th {
	background-color: #EEE;
}
.entry-content > ul, .entry-content > ol {
	padding-left: 1.5em;
	line-height: 2em;
}
footer.entry-meta {
	padding-top: 1em;
}
footer.entry-meta a {
	text-decoration: underline;
}
.edit-link {
	display: block;
	margin-top: 1em;
}

.woocommerce a {
	text-decoration: none;
}
.archive article .entry-header .entry-title a, .blog article .entry-header .entry-title a {
	color: #7b9f35;
}
.archive article, .blog article {
	border-bottom: 1px solid #EEE;
	padding-bottom: 1em;
}
.archive article .entry-meta, .blog article .entry-meta {
	display: inline-block;
}
.archive article .entry-content, .blog article .entry-content {
	margin-top: 1.5em;
}
.archive article footer.entry-meta, .blog article footer.entry-meta {
	border: none;
	margin-top: 0;
}
.archive article .entry-title, .blog article .entry-title {
	margin-bottom: 0.5em;
}
.archive .comments-link, .blog .comments-link {
	background-color: #EEE;
	display: inline-block;
	padding: 0.2em;
	margin-left: 0.5em;
	border-radius: 3px;
}
.archive .comments-link a, .blog .comments-link a {
	font-weight: normal;
	text-decoration: none;
}
.archive .comments-link:before, .blog .comments-link:before {
	font-family: FontAwesome;
	content: '\f075';
	padding-right: 0.5em;
}
article .entry-utility-prep {
	font-weight: 600;
}
article .cat-links a, article .tag-links a {
	text-decoration: none;
	font-size: 0.9em;
}
article .cat-links a:hover, article .tag-links a:hover {
	text-decoration: underline;
}

/* Footer
-------------------------------------------------------------- */

footer .mainFooter
{
    background-color: #2b0f04;	
    padding: 30px 0;    
}

footer .mainFooter,
footer .mainFooter a,
footer .mainFooter a:link,
footer .mainFooter a:visited,
footer .mainFooter a:hover
{
    color: #f6efe7
}

footer .mainFooter .widgettitle
{
  text-transform: uppercase;
  font-size: 20px;
}

footer .mainFooter .footer-msg
{
    text-align: center;
    margin-top: 40px;
    font-size: 11px;
}

footer .mainFooter .footer-msg p
{
    margin: 0px;
}

footer .nlFooter
{
    background-color: #f6efe7;
    text-align: center;
    padding: 10px 0 20px;
}

footer .nlFooter p
{
    font-size: 14px;
    line-height: 21px;
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}

footer .nlFooter h3
{
  margin-top:0px;
  margin-bottom:0px;
}

footer .nlFooter input[type="text"],
footer .nlFooter input[type="email"]
{
    border: 1px solid #0e0000;
    font-size: 15px;
    line-height: 18px;
    padding: 8px;
    text-align: center;  
    width: 100%;
}

footer .nlFooter input[type="submit"]
{
  background-color: #884773;
  color: #fff;
  border: 1px solid #0e0000;
  font-size: 16px;
  line-height: 16px;
  padding: 7px;
  width: 100%;
  font-weight: normal;
  height: 36px;  
}

footer .nlFooter input[type="submit"]:hover
{
  background-color: #aa5c91;
}


footer .nlFooter .submit-button
{
  position: relative;
}

footer .nlFooter .submit-button .mc4wp-ajax-loader
{
  position:absolute;
  top: 10px;
  right: -25px;
}

footer .nlFooter input[type="submit"]:hover
{
  border: 1px solid #0e0000 !important;
}

footer .nlFooter .mc4wp-response .mc4wp-alert
{
  font-size:15px;
  margin-top: 10px;
  text-align: center;
}

footer .paymentFooter
{
    padding: 20px;
    text-align: center;
}

footer .paymentFooter .icon
{
    background: url('images/payment.png');
    display: inline-block;
    height: 30px;
    margin-left: 6px;
    margin-right: 6px;
}

footer .paymentFooter .credit
{
    background-position: 0 -60px;    
    width: 100px;
}

footer .paymentFooter .paypal
{
    background-position: 0 -90px;    
    width: 100px;
}

footer .paymentFooter .invoice
{
    background-position: 0 1px;    
    width: 108px;
}

footer .paymentFooter .sofort
{
    background-position: 0 -25px;    
    width: 100px;
}






/* Sidebar
-------------------------------------------------------------- */

#primary {
	display: inline-block;
	width: 100%;
}

#primary.has-sidebar {
	display: inline-block;
	width: 80%;
	border-right: 1px solid #CCC;
	padding-right: 2em;
}

#primary.has-sidebar-left {
	border-right: none;
	border-left: 1px solid #CCC;
	padding-right: 0;
	padding-left: 2em;
}

.sidebar {
	width: 20%;
	margin-left: -4px;
	padding-left: 0.7rem;
	margin-top: 0px;
	vertical-align: top;
	display: inline-block;
}

/* Product Listings
-------------------------------------------------------------- */

.badge {
	position: absolute;
	right: 0;
	background: transparent;
	border-radius: 3px;
	border: 1px solid #db2b1d;
	font-size: 0.8em;
	color: #db2b1d;
	font-weight: 600;
	padding: 0 0.3em;
}

.wc-content .page-title {
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 600;
}

.product-category h1.page-title {
	margin-bottom: 30px;
	margin-top: 0px;
}

.woocommerce-result-count {
	margin: 0;
	display: inline-block;
	font-size: 0.9em;
}

.wc-content .cat-thumb {
	position: relative;
	margin-top: 1em;
	display: block;
}

.wc-content .cat-thumb img {
	max-width: 100%;
}

.wc-content .cat-thumb .cat-thumb-overlay {
	position: absolute;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	bottom: 1.8em;
	right: 0;
	padding: 1em;
}

.wc-content .cat-thumb .cat-thumb-overlay h4 {
	font-size: 2em;
	margin: 0;
}

.wc-content-thumbnail .cat-thumb .cat-thumb-overlay p {
	padding: 0;
	margin: 1em 0 0 0;
}

ul.products {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 1em 0 0 0;
	border-top: 0px solid #CCC;
	margin-bottom: 10px;
	border-bottom: 0px solid #CCC;
}

.product ul.products {
	border-bottom: none;
}

li.product {
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: auto;
	vertical-align: top;
	cursor: pointer;
	width: 18%;
	border: 2px solid #FFF;
	width: 23% !important;
	margin: 10px 0  0 0;
	padding: 8px;
}

ul.products li.product:nth-child(5n) {
	margin-right: 0;
}

li.product a {
	color: #333;
}
.has-sidebar ul.products li.product {
	width: 23%;
}
.has-sidebar ul.products li.product:nth-child(5n) {
	margin-right: 2%;
}
.has-sidebar ul.products li.product:nth-child(4n) {
	margin-right: 0;
}
/* GRID */
.columns-5 ul.products li.product {
	width: 18%;
	margin-right: 2% !important;
}
.columns-5 ul.products li.product:nth-child(5n) {
	margin-right: 0 !important;
}
.columns-4 ul.products li.product {
	width: 23%;
	margin-right: 2% !important;
}
.columns-4 ul.products li.product:nth-child(4n) {
	margin-right: 0 !important;
}
.columns-3 ul.products li.product {
	width: 31%;
	margin-right: 2% !important;
}
.columns-3 ul.products li.product:nth-child(3n) {
	margin-right: 0 !important;
}
.columns-2 ul.products li.product {
	width: 48%;
	margin-right: 2% !important;
}
.columns-2 ul.products li.product:nth-child(2n) {
	margin-right: 0 !important;
}
li.product:hover {
	border: 2px solid #EEE;
}
li.product .star-rating {
	width: 4.9em;
	display: inline-block;
}
li.product h3 {
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	margin: 0;
	line-height: 2em;
}
li.product img {
	width: 100%;
	height: auto;
}
li.product .price {
	font-size: 15px;
	display: block;
	padding-bottom: 0.3em;
}
li.product .button {
	padding: 0 0.5em;
	display: block;
	font-size: 15px;
}
li.product p.wc-gzd-additional-info {
	font-size: 0.8em;
	line-height: 1.5em;
	display: block;
	margin: 0;
	margin-right: -4px;
}
li.product p.wc-gzd-additional-info:nth-of-type(2):before {
	content : "\007C";
	margin: 0;
	padding: 0;
}
li.product a.button {
	display: inline-block;
	margin-top: 0.5em;
	color: #FFF;
}

/* Pagination */

.woocommerce-pagination {
	text-align: right;
}
ul.page-numbers, .page-link {
	padding: 0;
	list-style: none;
}
.page-link .pag-item {
	cursor: default;
	padding: 0.5em;
	background-color: #7b9f35;
	border: 1px solid #7b9f35;
	color: #FFF;
}
ul.page-numbers li a, ul.page-numbers li .current, .page-link a .pag-item {
	border: 1px solid #EEE;
	background-color: #EEE;
	color: #333;
	padding: 0.5em;
	display: block;
	cursor: pointer;
}
ul.page-numbers li, .page-link a .pag-item, .page-link .pag-item {
	display: inline-block;
	text-decoration: none !important;
	margin-right: 0.2em;
}

ul.page-numbers li a:hover, a .pag-item:hover {
	background-color: #CCC;
	border: 1px solid #CCC;
}

/* Add to Cart Modal
-------------------------------------------------------------- */

.single-product .woocommerce-message, .archive .woocommerce-message {
	padding: 1% 2%;
	background: #FFF;
	display: none;
}
.single-product .woocommerce-message a {
	margin-right: 1em;
}
.vp-add-to-cart-success h3 {
	font-size: 1.8em;
}
.vp-add-to-cart-success h2 {
	font-size: 1.2em;
}
.vp-add-to-cart-success ul.products {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}
.vp-add-to-cart-success ul.products li.product {
	width: 31%;
	margin-bottom: 0;
}
.vp-add-to-cart-success ul.products li.product:nth-child(3n) {
	margin-right: 0;
}
.vp-add-to-cart-success p.button-wrap {
	margin: 2em 0;
}
.vp-add-to-cart-success p.button-wrap a {
	margin-right: 1em;
}

/* Cart
-------------------------------------------------------------- */

table.shop_table {
	width: 100%;
	background: #F7F7F7;
	padding: 1em;
}
table.shop_table thead tr th {
	text-align: center;
	background: transparent;
	border-bottom: 1px solid #CCC;
	padding: 0 0 1em 0;
}
table.shop_table thead tr th:last-child, table.shop_table tr td:last-child, table.shop_table tr.cart_item td:last-child {
	text-align: right;
}
table.shop_table > tbody > tr:nth-child(even) > td {
	background: transparent;
}
table.shop_table tr.cart_item td {
	border-bottom: 1px solid #CCC;
	padding: 0.7em 0;
	text-align: center;
}
table.shop_table td.product-thumbnail, table.shop_table thead th.product-thumbnail {
	width: 90px;
	max-width: 90px;
	padding-right: 1em !important;
}
table.shop_table td.product-thumbnail img {
	width: 90%;
	height: auto;
}
table.shop_table th.product-name, table.shop_table tbody td.product-name {
	text-align: left;
}
table.shop_table tbody td.product-name p {
	font-size: 0.9em;
}
table.shop_table tbody td.product-name a {
	font-weight: 600;
}
table.shop_table .wc-gzd-item-desc {
	font-size: 0.9em;
}
table.shop_table .wc-gzd-item-desc p {
	line-height: 1.5em;
}
.woocommerce .shop_table dl {
	margin: 0.5em 0;
	line-height: auto;
	font-size: 0.9em;
}
.woocommerce .shop_table dl.variation dt, .woocommerce .shop_table dl.variation dd {
	display: inline-block;
	line-height: auto;
	margin: 0;
	font-weight: normal;
}
.woocommerce .shop_table dl.variation dd p {
	display: block;
	margin: 0;
	font-size: 1em;
	padding: 0;
}
.cart_totals {
	text-align: right;
	display: block;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}
.cart_totals table {
	display: inline-block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 1em;
	background-color: #EEE;
	font-size: 0.9em;
}
.cart_totals ul {
	list-style: none;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}
.cart_totals tr td, .cart_totals tr th {
	padding: 0.5em 0;
}
.cart_totals tr th {
	padding-right: 1.5em;
}
.cart_totals tr.order-total strong .amount {
	font-size: 1.3em;
}
.checkout-btn-wrap {
	margin-top: 1em;
	vertical-align: top;
}
.checkout-btn-wrap .button {
	margin-left: 1em;
	line-height: 1em;
	display: inline-block;
}
.woocommerce-checkout .checkout-btn-wrap .button {
	margin-left: 0;
}
.coupon, .cart .refresh {
	vertical-align: middle;
	display: inline-block;
}
.cart .refresh {
	float: right;
}
.coupon label, .promotion label {
	line-height: 2em;
	margin-right: 1em;
}
.cart_totals table tr td {
	text-align: right;
}
.cart td.actions {
	padding-top: 1em;
}
.cart-collaterals .cart_totals h2 {
	display: none;
}
.cart-collaterals .wc-proceed-to-checkout {
	margin-top: 1em;
}
.cart td.actions .button {
	padding: 0 1em;
	text-transform: none;
	font-weight: 500;
	margin-left: 1em;
	line-height: 2.3em;
	font-size: 0.9em;
}
.shipping-calculator-form {
	width: 100%;
	vertical-align: top;
	text-align: right;
}
.cart-collaterals h2 {
	text-align: right;
}
.shipping-calculator-button {
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.5em 1em;
	border-radius: 3px;
	background-color: #EEE;
}

/* Checkout
-------------------------------------------------------------- */

.woocommerce-checkout header#hmain .widgets .widget {
	display: none;
}
.woocommerce-checkout header#hmain #logo {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #EEE;
	padding-bottom: 1em;
}
.woocommerce-checkout header#hmain #logo a.logo-active {
	display: inline-block;
}
.woocommerce-checkout nav.navbar {
	display: none;
}
.checkout .grid .column:first-child {
	padding-right: 5%;
}
.woocommerce-checkout #order_review_heading {
	margin-top: 2em;
}
.woocommerce-checkout p.form-row .chosen-container, .p.form-row .chosen-container {
	text-align: left;
	width: 70% !important;
}
.woocommerce-checkout h3#ship-to-different-address {
	font-size: 1em;
	text-align: right;
}
.woocommerce-checkout .shop_table {
	margin-bottom: 1em;
}
.woocommerce-checkout .shop_table td.product-thumbnail, .woocommerce-checkout .shop_table th.product-thumbnail {
	width: 60px;
}
.woocommerce-checkout .shop_table tr td {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-checkout .shop_table td.product-name p {
	font-size: 0.9em;
	margin-top: 0.5em;
}
.woocommerce-checkout .shop_table .product-name-inner, .woocommerce-checkout .shop_table .product-name-inner td {
	border: none;
	padding: 0;
	text-align: left;
	margin: 0;
}
.woocommerce-checkout .shop_table .product-name-inner tr td:last-child {
	text-align: right;
	padding: 0 0 0 1.5em;
}
.woocommerce-checkout .shop_table .product-name-inner {
	width: 100%;
	display: block;
}
.woocommerce-checkout .shop_table td.product-name a {
	font-size: 0.9em;
}
.woocommerce-checkout .shop_table td.actions {
	padding: 0.5em 0;
	text-align: right;
	border-bottom: 1px solid #CCC;
}
.woocommerce-checkout .shop_table td.actions .button {
	padding: 0.3em 0.5em;
	font-size: 0.8em;
	font-weight: 500;
	top: 0;
	vertical-align: middle;
}
.woocommerce-checkout .shop_table tfoot tr td, .woocommerce-checkout .shop_table tfoot tr th {
	padding: 0.3em 0;
	font-size: 0.9em;
	text-align: right;
}
.woocommerce-checkout .shop_table tfoot tr:first-child td, .woocommerce-checkout .shop_table tfoot tr:first-child th {
	padding-top: 1em;
}
.woocommerce-checkout .shop_table tfoot tr th {
	padding-right: 2em;
}
.woocommerce-checkout .shop_table tfoot tr.order-total td, .woocommerce-checkout .shop_table tfoot tr.order-total th {
	font-size: 1.1em;
}
.woocommerce-checkout .place-order p.form-row {
	margin: 0 0 1em 0;
}
.woocommerce-checkout .place-order p.form-row label {
	width: auto;
}
.woocommerce-checkout .place-order p.form-row label a {
	text-decoration: underline;
}
.woocommerce-checkout .place-order p.terms {
	font-size: 0.9em;
}
.woocommerce-checkout .place-order p.form-row a {
	color: #333;
	text-decoration: underline;
}
.woocommerce-checkout .place-order #place_order {
	margin-top: 1em;
	width: 100%;
}
.woocommerce-checkout .checkout_coupon {
	width: 50%;
	text-align: left;
}
.woocommerce-checkout .checkout_coupon p.form-row {
	text-align: left;
}
.woocommerce-checkout .create-account label {
	width: auto;
}

table.product-details-inner {
	table-layout:fixed !important;
	width: 100%;
}

table.product-details-inner, table.product-details-inner tr th, table.product-details-inner tr td {
	border: none !important;
	padding: 0 !important;
	text-align: left;
	margin: 0;
}

table.product-details-inner tr td.product-title {
	text-align: left !important;
}

/* Payment Methods Slide */

#wc_gzd_order_review_heading {
	margin-top: 1.5em;
}
#payment ul.payment_methods {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
#payment ul.payment_methods li label {
	line-height: 2em;
	font-weight: 600;
}
#payment ul.payment_methods li label .small {
	font-weight: normal;
	font-size: 0.9em;
}
#payment ul.payment_methods li label img {
	position: relative;
	top: 0.8em;
	margin: 0 1em;
	border: none;
}

/* Multistep Checkout
-------------------------------------------------------------- */

.woocommerce-multistep-checkout .step-buttons {
	border-top: 1px solid #EEE;
	padding-top: 1em;
}

.woocommerce-multistep-checkout .step-buttons .next-step-button {
	float: right;
}

.woocommerce ul.step-nav {
	display: block;
	width: 100%;
	text-align: center;
	list-style: none;
	margin: 1em 0;
	margin-top: -0.5em;
	padding: 0 0 1.5em 0;
	border-bottom: 1px solid #EEE;
	text-transform: uppercase;
}

.woocommerce ul.step-nav li {
	display: inline-block;
	margin-right: -4px;
}

.woocommerce ul.step-nav .step-number {
	background: #EEE;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
}

.woocommerce ul.step-nav li a {
	display: block;
	line-height: 1.4em;
	color: #AAA;
	padding: 0 0 0 1em;
	font-size: 16px;
}

.woocommerce ul.step-nav li .step-number
{
    background-color: #f6efe7;
}

.woocommerce ul.step-nav li.active .step-number
{
    background-color: #2b0f04;
    color:#FFF;
}

.woocommerce ul.step-nav li a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	color: #AAA;
	padding-left: 1em;
}

.woocommerce ul.step-nav li:last-child a:after {
	content: '';
	padding: 0;
}

.woocommerce ul.step-nav li.active a {
	color: #333;
}

#order-verify .column-30 {
	width: 30%;
}

#order-verify .column-70 {
	width: 70%;
}

#step-wrapper-order .step-buttons {
	margin-top: 10px;
	border: none;
}

.woocommerce-gzpd-checkout-verify-data .data-container {
	width: 90%;
	border: 1px solid #EEE;
	margin-bottom: 1em;
}

.woocommerce-gzpd-checkout-verify-data .data-container h4 {
	margin: 0;
	padding: 0.5em;
	background: #EEE;
}

.woocommerce-gzpd-checkout-verify-data .data-container h4 a {
	color: #333;
	float: right;
	font-size: 0.8em;
	font-weight: normal;
}

.woocommerce-gzpd-checkout-verify-data .data-container p {
	margin: 0;
}

.woocommerce-gzpd-checkout-verify-data .data-container address {
	font-style: normal;
}

.woocommerce-gzpd-checkout-verify-data .data-container .data-container-inner {
	padding: 1em;
	line-height: 1.5em;
}

.woocommerce-multistep-checkout .legal {
	margin-top: 0;
}

.woocommerce-multistep-checkout #order-verify h3, .woocommerce-multistep-checkout #step-wrapper-payment h3 {
	text-align: center;
	margin-top: 1em;
	font-size: 1.8em;
	margin-bottom: 1em;
}

.woocommerce-multistep-checkout .place-order {
	text-align: right;
}

.woocommerce-multistep-checkout .place-order #place_order {
	display: inline-block;
	width: auto;
}

/* Order Success
-------------------------------------------------------------- */

.woocommerce-checkout .order_details tr td {
	padding: 1em 0;
}
.woocommerce-checkout .order_details tr th.product-name {
	width: 70%;
}
.woocommerce-checkout .order_details tr th:first-child {
	text-align: left;
}
.woocommerce-checkout .order_details td.product-name a {
	font-weight: 700;
}
.woocommerce-checkout .order_details tfoot tr th {
	text-align: right !important;
}
.woocommerce-checkout .order_details tfoot tr th, .woocommerce-checkout .order_details tfoot tr td {
	padding: 0.5em 0;
}
.woocommerce-checkout .order_details tfoot tr:first-child th, .woocommerce-checkout .order_details tfoot tr:first-child td {
	border-top: 1px solid #CCC;
	padding-top: 1em;
}

.wc-gzd-trusted-shops-rating-widget .star-rating {
	top: 2px;
}

/* Login & Account
-------------------------------------------------------------- */
.woocommerce .login {
	width: 50%;
}
.woocommerce .login .inline {
	margin-top: 0.5em;
	text-align: right;
	width: auto;
	margin-left: 0.5em;
}
.woocommerce-account .my_account_orders td {
	text-align: center !important;
}
.woocommerce-account .order_details thead tr th:first-child {
	text-align: left;
}
.woocommerce-account .order_details tbody tr td {
	border-bottom: 1px solid #CCC;
}
.woocommerce-account .order_details tfoot {
	line-height: 2em;
}

/* Single Product
-------------------------------------------------------------- */

div.product {
	margin-top: 1em;
}
div.product .images {
	display: inline-block;
	width: 48%;
	height: 100%;
	position: relative;
}
div.product .summary {
	display: inline-block;
	vertical-align: top;
	padding-left: 3%;
	width: 52%;
	margin-left: -4px;
}
div.product .images .big {
	margin-bottom: 1em;
}
div.product .images .thumbnails {
	position: absolute;
	width: 100%;
	bottom: 1em;
	background: rgba(255, 255, 255, .4);
	padding: 0.5em 1.2em;
	border-radius: 0;
	border-top: 2px solid #EEE;
}
div.product .images .big img {
	width: 100%;
	height: auto;
}
div.product .images .thumbnails ul li {
	margin-right: 15px;
	cursor: pointer;
}
div.product .images .thumbnails ul li img {
	width: 100%;
	height: auto;
}
div.product .summary a {
	text-decoration: underline;
}
div.product .summary .offer {
	display: inline-block;
}
div.product a.woocommerce-review-link {
	text-decoration: none;
}
div.product p.price {
	margin-bottom: 0;
	margin-top: 20px;
}
div.product .summary blockquote {
	padding: 0;
	margin-left: 0;
}
div.product .woocommerce-product-rating {
	margin: 2em 0 0.5em 0;
	display: block;
}
div.product .woocommerce-product-rating a {
	position: relative;
	top: -0.1em;
	margin-left: 0.5em;
}
div.product .woocommerce-product-rating .star-rating {
	width: 4.5em;
}
div.product .summary .badge-sale {
	position: relative;
	
	margin-left: 0px !important;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 1em;
	display: inline;
	
	color: #fff;
	background-color: #db2b1d;
	margin-top: -55px;
	margin-left: 10px;
	padding: 2px 8px;
}

.product .summary h1 {
  font-weight: 100;
  line-height: 30px;
  font-size: 25px;
  margin-bottom: 8px;  
}

.product .shortdesc {
  color : #8f8f8f;
  font-weight: 100;
  
}


div.product .summary .wc-gzd-additional-info {
	margin: 0.5em 0;
}
div.product form.cart {
	margin: 1.5em 0;
	text-align: right;
}
div.product form.variations_form {
	text-align: left;
}

div.product form.variations_form .variations_button {
	display: block;
	width: 100%;
}
div.product .summary .single_add_to_cart_button {
	margin-left: 1em;
	font-size: 1.2em;
	padding: 0.55em 1em;
	line-height: 1.4em;
}
div.product .summary .single_add_to_cart_button i {
	padding-right: 0.3em;
}
div.product .variations, div.product .variations tbody, div.product .variations tbody tr {
	display: block;
}
div.product .variations {
	margin-bottom: 2em;
}
div.product .variations .reset_variations {
	display: none !important;
}
div.product .variations tr td {
	line-height: 1.5em;
	padding-right: 1em;
	display: inline-block;
}
div.product .variations tr td:last-child {
	padding-right: 0;
}
div.product .variations tr td.label {
	min-width: 8em;
}
div.product .summary .product_meta span.sku_wrapper, div.product .summary .product_meta span.posted_in {
	display: block;
	line-height: 2em;
}
div.product .single_variation .price {
	font-size: 2em;
	line-height: 2em;
}
div.product p.price-unit {
	font-size: 1.2em;
	margin-left: 1em;
	display: inline;
}
div.product p.price-unit .amount, div.product p.price-unit .unit, div.product p.price-unit .unit-base {
	font-size: 1em;
	font-weight: normal;
}
.product .quantity, .product-quantity .quantity {
	display: inline-block;
}

.product .summary .quantity {
    float : left;
    margin-right: 10px;
}

.product .summary button.single_add_to_cart_button {
    float: left;
    margin-right: 10px !important;
    font-weight: 400;
}

.product .summary #wl-wrapper.wl-button-wrap {
    float: left;

    margin-right: 10px;
    width: auto;
    padding: 0px !important;
    clear: none;
    margin: 0px !important;
}

.product .summary #wl-wrapper.wl-button-wrap a{
    padding: 5px 10px;
    height: 33px;
    line-height: 22px;
    display: block;    
}


.woocommerce-2-2 .product .quantity, .woocommerce-2-2 .product-quantity .quantity {
	width: 60px;
	position: relative;
	overflow:hidden;
	zoom: 1;
}
input.qty {
	float: left;
	border: 1px solid #CCC;
	padding: 0 1em;
	height: 41px;
	max-width: 60px;
}
.woocommerce-2-2 input.qty {
	width: 40px;
	height: 38px;
	float:left;
	padding: 0;
	text-align: center;
	border-right: 0;
	font-weight:bold;
	-moz-appearance: textfield;
	-webkit-appearance: none;
	border-radius: 0;
}
noindex:-o-prefocus, input[type=number] {
	padding-right: 1.2em;
}
.plus, .minus {
	display:block;
	padding: 0;
	margin: 0;
	position:absolute;
	text-align: center;
	vertical-align: text-top;
	width: 20px;
	height: 19px;
	text-decoration:none;
	overflow: visible;
	font-weight:bold;
	cursor: pointer;
	line-height: 13px;
	font-size: 12px;
	background-color: #EEE;
	border: 1px solid #CCC;
	-webkit-appearance: none;
	border-radius: 0;
}
.plus {
	top: 0;
	right: 0;
	border-bottom: 0;
}
.minus {
	bottom: 0;
	right: 0;
}
.woocommerce-tabs {
	margin: 1em 0 2em;
	float: left;
	width: 75%;
}
.woocommerce-tabs .entry-content {
	padding-top: 1.5em;
}

.product .upsells  {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-left: -4px;
	padding-left: 3%;
}
.product .upsells .products {
	border: none;
	margin: 0;
	padding: 0;
}
.product .vp-product-grid-wrapper {
	display: block;
	vertical-align: top;
	width: 100%;
	margin-top: 1.5em;
}
.product .upsells li.product {
	width: 100%;
	margin-right: 0;
}
.product .upsells h2 {
	font-size: 1.1em;
	padding-top: 0.2em;
}
.product .related li {
	width: 23%;
}
.mobile {
	display: none;
}

/* Editor Styles 
-------------------------------------------------------------- */

.wp-editor-container .button {
	text-transform: none;
	color: #333 !important;
	font-weight: normal;
}

.wp-editor-container .wp-editor-area {
	border: 1px solid #dedede;
	border-top: none;
}

/* Templates
-------------------------------------------------------------- */

.page .woocommerce ul.products {
	margin: 0;
}

.page .img-first {
	margin: -1em 0 0 0;
}


.mb35
{
    margin-bottom: 35px !important;
}

.plr30
{
    padding:0 30px;
}


/*******************************************
 * Clearfix
 */
 
.cleared,
.clear
{
  clear : both;
}

.cf:before,
.cf:after,
.row-fluid:before,
.row-fluid:after
{
  content: " ";
  display: table;
}

.cf:after,
.row-fluid:after
{
  clear: both;
}

.cf,
.row-fluid
{
  *zoom: 1;
}

.row-fluid [class*="span"]
{
  display: block;
  float: left;
  width: 100%;
  min-height: 20px;
  margin-left: 2.564102564102564%;
  *margin-left: 2.5109110747408616%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child
{
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] 
{
  margin-left: 2.564102564102564%;
}

.row-fluid .span12
{
  width: 100%;
  *width: 99.94680851063829%;
  margin-left: 0px;
}

.row-fluid .span11 {width: 91.45299145299145%;*width: 91.39979996362975%;}
.row-fluid .span10 {width: 82.90598290598291%;*width: 82.8527914166212%;}
.row-fluid .span9 {width: 74.35897435897436%;*width: 74.30578286961266%;}
.row-fluid .span8 {width: 65.81196581196582%;*width: 65.75877432260411%;}
.row-fluid .span7 {width: 57.26495726495726%;*width: 57.21176577559556%;}
.row-fluid .span6 {width: 48.717948717948715%;*width: 48.664757228587014%;}
.row-fluid .span5 {width: 40.17094017094017%;*width: 40.11774868157847%;}
.row-fluid .span4 {width: 31.623931623931625%;*width: 31.570740134569924%;}
.row-fluid .span3 {width: 23.076923076923077%;*width: 23.023731587561375%;}
.row-fluid .span2 {width: 14.52991452991453%;*width: 14.476723040552828%;}
.row-fluid .span1 {width: 5.982905982905983%;*width: 5.929714493544281%;}
.row-fluid .offset12 {margin-left: 105.12820512820512%;*margin-left: 105.02182214948171%;}
.row-fluid .offset12:first-child {margin-left: 102.56410256410257%;*margin-left: 102.45771958537915%;}
.row-fluid .offset11 {margin-left: 96.58119658119658%;*margin-left: 96.47481360247316%;}
.row-fluid .offset11:first-child {margin-left: 94.01709401709402%;*margin-left: 93.91071103837061%;}
.row-fluid .offset10 {margin-left: 88.03418803418803%;*margin-left: 87.92780505546462%;}
.row-fluid .offset10:first-child {margin-left: 85.47008547008548%;*margin-left: 85.36370249136206%;}
.row-fluid .offset9 {margin-left: 79.48717948717949%;*margin-left: 79.38079650845607%;}
.row-fluid .offset9:first-child {margin-left: 76.92307692307693%;*margin-left: 76.81669394435352%;}
.row-fluid .offset8 {margin-left: 70.94017094017094%;*margin-left: 70.83378796144753%;}
.row-fluid .offset8:first-child {margin-left: 68.37606837606839%;*margin-left: 68.26968539734497%;}
.row-fluid .offset7 {margin-left: 62.393162393162385%;*margin-left: 62.28677941443899%;}
.row-fluid .offset7:first-child {margin-left: 59.82905982905982%;*margin-left: 59.72267685033642%;}
.row-fluid .offset6 {margin-left: 53.84615384615384%;*margin-left: 53.739770867430444%;}
.row-fluid .offset6:first-child {margin-left: 51.28205128205128%;*margin-left: 51.175668303327875%;}
.row-fluid .offset5 {margin-left: 45.299145299145295%;*margin-left: 45.1927623204219%;}
.row-fluid .offset5:first-child {margin-left: 42.73504273504273%;*margin-left: 42.62865975631933%;}
.row-fluid .offset4 {margin-left: 36.75213675213675%;*margin-left: 36.645753773413354%;}
.row-fluid .offset4:first-child {margin-left: 34.18803418803419%;*margin-left: 34.081651209310785%;}
.row-fluid .offset3{margin-left: 28.205128205128204%;*margin-left: 28.0987452264048%;}
.row-fluid .offset3:first-child {margin-left: 25.641025641025642%;*margin-left: 25.53464266230224%;}
.row-fluid .offset2 {margin-left: 19.65811965811966%;*margin-left: 19.551736679396257%;}
.row-fluid .offset2:first-child {margin-left: 17.094017094017094%;*margin-left: 16.98763411529369%;}
.row-fluid .offset1 {margin-left: 11.11111111111111%;*margin-left: 11.004728132387708%;}
.row-fluid .offset1:first-child {margin-left: 8.547008547008547%;*margin-left: 8.440625568285142%;}


.widget-main #searchsubmit {
    background-position: center center;
}

body{
  background-color : #f9f5f1 !important;
}

img
{
  height: auto;
  max-width: 100%;
  border: 0 none;
}
                         
#application {
  max-width: 1500px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;  
  border-bottom: 1px solid #dedede;
}               

#content
{
  position: relative;
  overflow: visible;
}   

#primary
{
  position: relative;
  z-index: 1;
  min-height: 450px;
}


.sliderProd .oldPrice{
    margin-right: 10px;
    text-decoration: line-through;
    color: #8f8f8f;
}

.entry-content .sliderProd a{
    text-align: center;
    padding: 12px 10px;
    line-height: 20px !important;
    font-size: 14px !important;
    color:#333;
}

.product .sliderProd .price{
    line-height: 20px !important;
    font-size: 14px !important;
}

.sliderProd .sale
{
    color: #d13a1f;
}

.sliderProd .title
{
    height: 50px;
    margin-bottom: 10px;
    margin-top:20px;
}


.content-card-row .vc_col-sm-4{width: 31.623931623931625%;*width: 31.570740134569924%;}
.content-card-row .vc_col-sm-6{width: 48.717948717948715%;*width: 48.664757228587014%;}


.content-box {
    background-color: #fff;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    margin-bottom: 10px;
    position: relative;
    padding: 50px;
    font-size: 16px;
    line-height: 25px;   
    font-weight: 200; 
}

.content-box h1
{
  font-size: 30px;
  font-weight: 300;    
}

.content-card-row {
  display: flex;
}

.content-card-row .wpb_column
{
  margin-left: 2.564102564102564%;
  float:left;
  flex: 1;
  border: 1px solid #efefef;
}

.content-card-row [class*="vc_col-sm"]:first-child
{
  margin-left: 0;
}

.content-card-style2 .content-card .details{
    position: absolute;
    bottom: 0px;
    background-color: rgba(43,15,4,0.5);
    color: #FFF;
    width: 100%;
}

.vc_row-has-fill{
    display: inherit !important;
}

.content-card>a
{
    text-decoration: none;
}

.content-card .details h3
{	
    margin: 5px 0;
    line-height: 24px;
}

.content-card-row .wpb_column .content-card.landscape
{
    display: flex;
    flex-wrap: wrap;
}

.content-card-row .wpb_column .content-card.landscape > div {
    flex: 1 1;
    box-sizing: border-box;
}

.content-card-row .wpb_column .vc_column-inner,
.content-card-row .wpb_column .wpb_wrapper,
.content-card-row .wpb_column .content-card
{
}

.content-card {
    background-color: #fff;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    position: relative;    
}

.cc-style-a .content-card .details,
.cc-style-a .content-card .details p
{
  font-size: 16px;
  line-height: 26px !important;
}

.cc-style-a .content-card .details h3
{	
    line-height: 28px;
}

.subline p {
  font-size: 18px;
  line-height: 28px;
}

.content-card.landscape .details{
    flex-basis: 55%;
}

.content-card .cover-left {
    float: left;    
    flex-basis: 45%;
    width: 100%;
    position: relative;    
    height: 250px;
}

.content-card .cover-top {
    width: 100%
    overflow: hidden;
    position: relative;    
    height: auto;
}

.content-card .cover-top img{
    width: 100%
}


.content-card .cover-left a, 
.content-card .cover-top a
{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
}

.content-card .details {
    color: #555;
    font-weight: 200;
    overflow: hidden;
    padding: 17px 20px;
    position: relative;    
}

.content-card .details, 
.content-card .details p
{
    line-height: 20px !important;
}

header#hmain .header-inner
{
  background-color: #f6efe7;
  height:60px;
  margin-bottom: 0px;  
}  

   
header#hmain,
header#hmain a,
header#hmain a:link,
header#hmain a:visited,
header#hmain a:hover
{
  color: #faf5f0;
}     


header#hmain #widgets-header .grid
{
  margin-top: 0px;
}

header#hmain .container
{
  margin: 0 auto;
}

header#hmain #hbar
{
  background-color: #f3f3f3;
  padding: 5px 0px;
}

header#hmain #hbar p
{
  font-size: 12px;
  font-weight: 400;
  color: #494949;  
  text-transform: none;
}

header#hmain.mini #hbar
{
  display:none;
}

#logo a
{
  display: inline !important;
  top: 0px;
  position:absolute;
}     

.prdctfltr_filter > span
{
    margin-top: 0px;
}

.prdctfltr_filter label > span
{
    line-height: 26px !important;
    font-size: 14px;
}

article.error404
{
    text-align:center;
    padding: 50px;
}

.post-background
{
  margin-left: -750px;
  width: 1500px;
  z-index: -1;
  top:0;
  bottom:0;
  position: absolute;
  left: 50%;
}

.post-background .full
{
  background-color: transparent;
  background-position: left top;
  background-repeat: repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.post-background .top
{
  height: 645px;
  left: 0;
  position : absolute;
  right: 0;
  top : 0;
}

.post-background .top img
{
  width: 100%;
}

.post-background .middle
{
  height: 280px;
  left: 0;
  position : absolute;
  right: 0;
  top : 645px;
}

.post-background .bottom
{
  background-color: transparent;
  background-position: left top;
  background-repeat: repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 900px;
}

.post-background .assets
{
  left: 0;
  position: absolute;
  right: 0;
  top: 0 !important;
}

.post-background .assets .content
{
  margin: 0 auto;
  width: 1004px;  
}

.post-background .assets .content .asset
{
    height: 875px;
}

.post-background .assets .content .asset.left img
{
    float: left;
}

.post-background .assets .content .asset.right img
{
    float: right;
}

.horizontal-ruler
{
    border-top: 1px dashed #c8c3be
}

    .woocommerce ul.products li.product:nth-child(even) {
	margin-right: 2% !important; 
    }
    
    .woocommerce ul.products li.product:nth-child(odd) {
	margin-right: 2% !important; 
    } 

    .woocommerce ul.products li.product {
	width: 23%;
	margin-right: 2% !important;
    }
    
    .woocommerce ul.products li.product:nth-child(4n) {
	margin-right: 0 !important;
    }

    .woocommerce .upsells ul.products li.product {
	width: 100%;
    }


#cookie-notice
{
  background-color: #fff;
  color: #eee;
  position: absolute;  
  z-index: 100;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
}

#cookie-notice .cookie-notice-container
{
  max-width: 1100px;
  margin: 0 auto;
  padding: 4px 0;
  text-align: left;
}

.cookies-not-accepted #application
{
  padding-top: 30px;
}

#cookie-notice .cookie-notice-container a.button
{
  border: none !important;
  background: none !important;
  padding: 0;
  margin: 0;
  color: #494949 !important;
  text-transform: none !important;
  line-height: 18px !important;
  float: right;
  font-size: 12px !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

#application #main-content .main-slider
{
    margin-top:0px;
}

.home #main-content .main-slider .wpb_content_element
{
    margin-bottom: 10px;
}

.home #main-content .sliderProd
{
   margin-top:0px;
}

.wpb_content_element.nomargin
{
    margin: 0px !important;
}

.prodImgList .prodImg {
    padding-bottom: 15px;
    position: relative;
}
.prodImgList .prodImg img {
    height: auto !important;
    max-width: 100% !important;
}
.prodImgList .imgText {
    background-color: rgba(209, 208, 206, 0.65);
    color: White;
    font-family: Helvetica,Arial;
    font-size: 39px;
    line-height: 50px;
    padding: 18px 30px;
    position: absolute;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    top: 10%;
}
.prodImgList div:nth-of-type(2n) .imgText {
    right: 0;
}
.prodImgList div:nth-of-type(2n+1) .imgText {
    left: 0;
}

.product-category #primary.has-sidebar
{
  border-right: none !important;
  padding-right: 0px !important;
  width: 100%;
}

.sidebar
{
  float:left;
}

.contentList
{
  display: table-cell;
  float: right;
  width: 77%;
}

.contentSidebar
{
  display: table-cell;
  float: left;
  width: 19%;
}

.wc-content .page-title
{
  display:block !important;
}

.product-category .sidebar
{
  margin-left: 0px;
  padding-left: 0px;
}

.product-category .sidebar ul
{
  padding: 0px;
}

.product-category .sidebar ul li
{
  margin-bottom: 8px;
  list-style: outside none none;
}

.product-category li .productTitle
{
  height: 60px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #555;
}

.product-category li .priceBox .price
{
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.product-category li .priceBox .unit-price,
.sliderProd li .unit-price
{
    font-size:9px;
    color: #7a7a7a;
}


.product-category li 
{
  overflow: hidden;
}


.product-category li .product-image-wrapper:hover .footer-product
{
  transform : translateY(0px) !important;
}


.product-category li del
{
  color: #8f8f8f;
}

.widget .widgettitle
{
  font-size:16px !important;
}

.footer-product {
    background: rgba(26, 26, 26, 0.85) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 35px;
    left: 0;
    padding: 8px 0 9px;
    position: absolute;
    transform: translateY(35px);
    transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 4;
}

.product-image-wrapper {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.footer-product a {
    color: #fff !important;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}


div.product form.cart
{
  text-align: left !important;
}

.woocommerce-tabs ul.tabs li a
{
  color: #555;
  text-transform: none;
  font-weight: 400;  
  font-size: 14px;
  line-height: 18px;
  
}


.woocommerce-tabs ul.tabs li.active a
{
  color: #555;
  background-color: #fff;
  font-weight: 600;  
  padding: 10px 15px;
}

.woocommerce-tabs ul.tabs li a
{
  background-color: #f6efe7;
}

.woocommerce-tabs ul.tabs
{
  border-bottom: 3px solid #f6efe7;
}

.woocommerce-tabs ul.tabs li.active
{
  background-color: #fff;
  border-width: 3px 3px 0 ;
  border-style: solid;
  border-radius: 4px 4px 0 0;
  margin-bottom: -3px;
}

.woocommerce-tabs ul.tabs li
{
  background-color: #f3f3f3;
  border-width: 3px 3px 0 ;
  border-color: #f6efe7;
  border-style: solid;
  border-radius: 4px 4px 0 0;
}

.woocommerce-tabs .entry-content
{
  padding: 5px 5px !important;
}

div.product .images .thumbnails
{  
  border: 0px !important;
  padding: 10px 0px !important;
  position: relative !important;
}

div.product .summary .single_add_to_cart_button
{
  font-size: 14px !important;
  padding: 5px 10px !important;
  text-transform: none !important;  
  margin: 0px;
  height: 33px;
  display:block;
}


div.product input.qty
{
  height: 33px;
  float:none;
  margin-bottom:15px;
}

input.qty
{
  padding: 6px !important;
}

#main-wrapper 
{
  background-color: #fff;
  padding: 0px 0px;
  margin-top:0px !important;
  margin-bottom: 25px !important;
}

.single-product .sidebar
{
  float:right;
}

.single-product #primary
{
  width: 100%;
}

.single-product .sidebar
{
  width: 0%;
  padding: 0 0 0 20px;
}

.single-product .woocommerce-tabs
{
  width: 100%;
}

#mobile-menu
{
  z-index: 1000;
}

header#hmain nav
{
  border-bottom: 0px !important;
  width: 100%;
}


ul.advantagesList
{
  margin: 0px;
  padding: 0px;
}


.button.cta
{
  font-size:16px !important;
}



table.shop_table
{
  padding: 10px 0 !important;
  font-size: 14px;
  line-height: 16px;
}

.cart_totals table,
table.shop_table
{
  background-color: transparent !important;
}

.entry-content table tbody tr:nth-child(2n) td, .entry-content table tbody tr:nth-child(2n) th
{
  background-color: transparent !important;
}

.cart_item a
{
  color: #333 !important;
}

.product-name
{
  font-size: 14px;  
  line-height: 16px;
}

.product-name .sku
{
  font-size: 11px;
  color: #888;
}

.product-name p
{
  padding: 0px;
  margin: 4px 0px;
  font-size: 14px !important;
  font-weight: 200;
}




ul.page-numbers li a
{
  background-color: transparent !important;
  border: none !important;
  font-size: 14px !important;
}

ul.page-numbers li .current
{
  background-color: #2b0f04 !important;
  border: none !important;
  border-radius: 2px;
  font-size: 14px !important;  
  color: #fff;
}

.page-numbers.dots
{
  line-height: 32px;
}


footer .social-media ul 
{
  padding-left: 0px;
}

footer .social-media li {
    display: inline-block;
    margin-right: 17px;
}

.social-media a {
    display: block;
    position: relative;
    text-indent: -9999em;
}

.social-media .icon {
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
    background-color: #874873;
    border-radius: 18px;
    transition: all 0.25s ease 0s;
  
    border: 1px solid #2b0f04;      
}

.social-media .icon:hover {
    background-color: #aa5c91;
    border-color: #aa5c91;
}

.icon-instagram {
    background-position: -49px -576px;
    height: 36px;
    width: 36px;
}

.icon-facebook {
    background-position: -89px -576px;
    height: 36px;
    width: 36px;
}

.icon-googleplus {
    background-position: -37px -113px;
    height: 36px;
    width: 36px;
}


#wpadminbar 
{
  position: fixed !important;
}

header#hmain 
{
  position: relative !important;
  background-color: #f6efe7;
}

#responsive_menu_pro_button.responsive_menu_pro_admin_bar_showing
{
   margin-top: 67px !important;
}

.entry-content h1
{
  font-size: 26px !important;
  line-height: 36px !important;
}


.woocommerce-breadcrumb
{
  font-size: 14px;
  margin-bottom: 16px;
}


.products .badge-sale
{
  background-color: #dd3333;
  color: #fff;
  border-radius: 0px;
  border:none;
  font-size: 12px;
  padding: 3px 10px;
}

.products .badge-new
{
  background-color: #3986c6;
  background-color: #d5adcf;
  border: none;
  color: #fff;
  border-radius: 0px;
  font-size: 12px;
  padding: 3px 10px;
  left: 8px;
  right: auto;
}


.products .badge-online-only
{
    background-color: #f5ebe0;
    color: #4f403d;
    border: none;
    border-radius: 0px;
    font-size: 12px;
    padding: 3px 10px;
    right: 8px;
    top: 8px;
}

.product .images .badge-online-only
{
    background-color: #f5ebe0;
    color: #4f403d;
    border: none;
    border-radius: 0px;
    font-size: 12px;
    padding: 3px 10px;
    right: 0;
    top: 0;
    z-index: 10;
}

p.form-row label.checkbox
{
  float: none;
}

p.form-row label
{
  float: left;
}

p.form-row 
{
  display: inline-block;
  margin: 0px !important;
  width: 100%;
  border-radius: 0;
  padding: 0.3rem;
}

p#hu-terms_field
{
  padding: 0px;
  margin: 50px 0 30px 0!important;
}

.ui-slider .ui-slider-handle
{
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  height: 15px !important;
  width: 15px !important;
  top: -4px !important;
  border-radius: 8px !important;
}

.ui-slider .ui-slider-range
{
  background-color: #b10057 !important;
  margin-left: 2px;
}

.ui-slider-horizontal
{
  border-radius: 0px !important;
  border: none;;
  height: 7px !important;
  margin-left:2px;
}

.ui-slider
{
  background-color: #ebebeb !important;
}

ul.woocommerce-error
{
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  border-radius: 0px !important;
  color: #a94442 !important;
}

.woocommerce-checkout header#hmain .widgets .widget {
    display: inline-block !important;
}

.woocommerce-checkout header#hmain #logo {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-align: left!important;
    width: 33.33%! important;
}

.woocommerce-checkout header#hmain #logo a.logo-active {
    display: block !important;
}

.woocommerce-checkout nav.navbar {
    display: none;
}

.entry-content a,
.archive article .entry-header .entry-title a
{
  color: #94765e;
}

.wpcf7-response-output
{
  border: 1px solid #d6e9c6 !important;
  border-radius: 4px !important;
  background-color: #dff0d8 !important;
  color: #3c763d !important;
  padding: 20px !important;
  margin: 0px !important;
}

.wpcf7-validation-errors
{
  border: 1px solid #ebccd1 !important;
  background-color: #f2dede !important;
  color: #a94442 !important;  
}

input[type="tel"]
{
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1rem;
  margin: 0;
  padding: 0.3rem;
  vertical-align: top;
}


.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control
{
  width: 100%;
}


ul li.current-menu-item a
{
  font-weight: 600;
}


.inlinerow
{
  text-align: center;
  font-family: 'Coming Soon';  
  font-size: 20px;

}

.scriptfont1
{
  font-family: 'Coming Soon';  
  font-size: 15px;
}

.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
    font-size: 21px;
    line-height: 18px;
}

.cart td.actions
{
  padding: 20px 0px !important;
}

.cart input#coupon_code, .cart input#promotion_code
{
  line-height: 20px;
  padding: 6px;
}

p.form-row input[type="tel"]
{
    display: inline-block;
    margin-left: -4px;
    width: 70%;
}

.banner-headline1 h1
{
  font-family: 'Coming Soon';
}

.header-top
{
    background-color : #2b0f04;
    height: 60px;
    padding: 0px;
}

.header-top > .container
{
    position: relative;
}

.logowrp
{
  float:left;
  width: 150px;
}

.searchandmenuwrp
{
    background-color: #fff;
}

.left
{
  float:left !important;
}

.mobmenuwrp
{
  display: none;
}

.menuiconwrp
{
  float:right;
  margin-top: 6px;
}


.searchwrp 
{
  float: left;
  width: 38%;
  margin-top:10px;
  background-color: #F6EFE7;
  z-index:10;
}

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

.menuiconwrp>ul>li
{
  float:left;
  width:65px;
  margin: 0 0 0 5px;
}

.menuiconwrp>ul>li span
{
  display: block;
  text-align:center;
  font-size: 26px;
}

.menuiconwrp>ul>li span.icon
{
  background-repeat: no-repeat;
  background-position: center;
  height:32px;
  line-height:32px;
}

.menuiconwrp>ul>li
{
  position:relative;
}

.menuiconwrp>ul>li.cart span.icon
{
  background-image: url('images/cart.png');
}




.menuiconwrp>ul>li.mobile-nav span.icon
{
 padding-top:10px; 
}

header#hmain .widget_search input[type="search"], 
header#hmain .widget_product_search input[type="search"],
header#hmain .searchwrp input[type="text"] 
{
    background: #fff repeat scroll 0 0;
    width: 100%;
    border: 1px solid #d0bab3;
    color: #d0bab3;
    float:left;
}

header#hmain .widget_search input[type="search"]:focus,
header#hmain .widget_product_search input[type="search"]:focus,
header#hmain .searchwrp input[type="text"]:focus 
{
    background-color: #fff;
    color: #333;
}

.widget_search .button, 
.widget_product_search .button,
.searchwrp .button
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-radius: 0 3px 3px 0;
    color: #30150a !important;
    height: 28px;
    line-height: 1em;
    margin-left: -32px !important;
    padding: 0;
    width: 28px !important;
    border: none !important;
}


#main-content
{
  margin-top:20px;
  min-height: 500px;
}

.full-width #main-content
{
  margin-top:0px;
}


#application .vc_row
{
  margin: 0px;
}

.vc_row.container
{
  margin: 0 auto;
}

.vc_row-has-fill
{
  background-size: cover;
  background-position: center;
  display: flex;  
}

.vc_column_container>.vc_column-inner
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

header#hmain #logo a
{
    background-color: #581d01;
    line-height: 90px;
    font-size: 88px;    
    width: 100px;
    height: 100px;
    display:block;
    color: #FFF;
    padding: 12px 8px;
    font-weight: 200;
}

header#hmain nav.navbar
{
  border-bottom: none !important;
  border-top: none !important;  
}

header#hmain nav.navbar ul#menu-header li a
{
  border-bottom: none !important;
  border-top: none !important;  
}

.header-inner  .mobile-nav
{
  display: none;
}

h3.sectTitle
{
  font-family: "Open Sans";
  font-weight: 200;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 30px;
  text-align: center;  
  margin-bottom: 15px;
}

h1.sectTitle
{
  font-family: "Open Sans";
  font-weight: 200;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 34px;
  text-align: center;  
  margin-bottom: 20px;
}

.sectTitleBg
{
  background: #ccc none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.sectTitleInner
{
  background: #fff;
  display: inline-block;
  padding: 0px 45px;
  position: relative;
  top: -18px;
  text-align: center;
}

.prod-category-footer
{
  text-align: center;
  margin-bottom:50px;
}

.product-categories li.current-cat
{
  font-weight: bold;
}

p.center
{
  text-align:center;
}



.product-desc table.attributes
{
  line-height: 20px;
  width: 100%;
}

.product-desc table.attributes tr th
{
  padding: 8px 10px 8px 0;
  text-align: left;
  width: 40%;
}

.product-desc table.attributes tr td
{
  padding: 8px 10px;
  text-align: left;
  width: 60%;
}

.product-desc table.attributes tr
{
  border-bottom: 1px solid #e2e2e2;
  display: inline-table;
  width: 100%;
}

.overlay-box
{
  position: relative;
}

.overlay-box .wpb_text_column
{
  position: absolute;
  bottom: 0px;
  color: #fff;
  text-align: center;
  background-color: rgba(43,15,4,0.5);
  left: 0px;
  right: 0px;
  padding: 20px;
}

.overlay-box .wpb_text_column h3
{
   margin-top: 0px;
   margin-bottom: 5px;   
}

.hu-icons
{
  font-family: 'huicons';
  font-size: 26px;
  line-height: 32px;
  color: #2b0f04;
}

header#hmain a .hu-icons,
header#hmain a .subtitle
{
  color: #2b0f04;  
}

header#hmain a .subtitle
{
  line-height: 12px;
  font-size: 12px;  
}

.menubuilder-menu-container .section-6
{
   float:right;
   text-align: right;
   margin-right: 0px;
   padding-right: 0px;
   
}

header#hmain ul.menubuilder-menu>li.sale a
{
  color: #b11215;  
  font-weight: bold;
}

header#hmain ul.menubuilder-menu>li.sale:hover>a
{
    background: none;
    border: 1px solid #f6efe7;
    border-bottom: 0px;
    padding: 8px 10px;
    text-decoration: underline;    
}

header#hmain ul.menubuilder-menu>li.directlink a
{
  color: #333;  
}

header#hmain ul.menubuilder-menu>li.directlink:hover>a
{
    background: none;
    border: 1px solid #f6efe7;
    border-bottom: 0px;
    padding: 8px 10px;
    text-decoration: underline;    
}


header#hmain ul.menubuilder-menu>li.magazin a
{
    color: #884976;  
    font-weight: bold;
    font-family: sugar;
    font-weight: 200;
    font-size: 16px;  
}

header#hmain ul.menubuilder-menu>li.magazin:hover>a
{
    background: none;
    border: 1px solid #f6efe7;
    border-bottom: 0px;
    padding: 8px 10px;
    text-decoration: underline;    
}

.menubuilder-menu-container .section-6 img.alignnone {
    margin: 0px;
}

.menubuilder-menu-container ul li
{
    padding: 4px 0;
    height: auto;
}

.menubuilder-section-headline h3
{
    margin: 0px;
}

.menubuilder-menu-container ul li a
{
    font-size: 13px;
}

.menubuilder-menu-container ul li a:hover
{
    text-decoration: underline;
}

header#hmain .menubuilder-menu-container
{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px 30px;
    margin-top: 8px !important;
    z-index: 100;
}


header#hmain .main-menu,
header#hmain .main-menu a
{
    color: #333;
}

header#hmain .main-menu>ul>li>a
{
    text-transform: uppercase;
    font-weight: 500;
}

header#hmain .main-menu ul
{
   padding: 8px 0px;
   margin: 0px;
}

header#hmain ul.menubuilder-menu>li:hover>a
{
    background-color: #fff;
    position : relative;
    border: 1px solid #ccc;    
    border-bottom: none;
    padding: 10px;
    z-index: 1000;    
}

header#hmain ul.menubuilder-menu>li>a
{
    padding: 8px 10px;
    border: 1px solid #f6efe7;
    border-bottom: 0px;
    border-top: 0px;
}

#mini-menu ul 
{
  list-style: outside;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}


#mini-menu ul li
{
  display: inline-block;
  padding: 0 15px 0 0;
}

.loginAreaMenu {
    right: -45px;
    top: 51px;
    cursor: auto;
    background: #fff;
    border: 1px solid #CEC4BB;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 9px rgba(34,34,34,.3);
    -webkit-box-shadow: 0 0 9px rgba(34,34,34,.3);
    box-shadow: 0 0 9px rgba(34,34,34,.3);
    position: absolute;
    text-align: left;
    z-index: 9999;
    width: 284px;
    display: none;
}

.loginAreaMenu .us_closeLoginMenuButton {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 1rem;
}

.loginAreaMenu li.login_area_menu_button {
    padding-top: 10px;
}

.loginAreaMenu li {
    padding: 10px 0 0 0;
}

#loginAreaUserData
{
    padding: 20px;
    color: #333;
}

#loginAreaUserData .welcome
{
    font-weight: bold;
}

.closeLoginAreaButton
{
    position: absolute;
    right: 0;
    top:0;
    font-size: 12px;
    padding: 3px 12px;
    border: 1px solid #fff;
    height: 26px !important;
}


header#hmain .loginAreaMenu a.button
{
    width: 100%;
    display: block;
    padding: 0px;
    background-color: #884976;
    color: #fff;
    text-align: center;
}

header#hmain .loginAreaMenu li,
header#hmain .loginAreaMenu li a
{
   color : #333;
}

.menubuilder-menu ul li
{
    display: block !important;
}

.menubuilder-menu-container{
    -webkit-animation: fadein 0.3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.3s; /* Firefox < 16 */
        -ms-animation: fadein 0.3s; /* Internet Explorer */
         -o-animation: fadein 0.3s; /* Opera < 12.1 */
            animation: fadein 0.3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}









@media only screen and (max-width: 991px)
{
    #article-sidebar
    {
        clear: both;
    }
}


@media only screen and (min-width: 768px)
{
  header#hmain nav.navbar
  {
    display: block !important;
  }
  
  header#hmain nav.navbar  .sub-menu-trigger
  {
    display: none;
  }
  
  .prdctfltr_loader
  {
    display: none !important;
  }  
  
}









@media only screen and (max-width: 1500px)
{
    #application
    {
	border: none;
    }
}

@media (max-width: 1100px)
{
    .menubuilder-menu-container
    {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
    }
}

@media only screen and (max-width: 768px)
{
    #content
    {
	padding: 0 6px;
    }
    
    .product .images .big
    {
	margin-left: 0px !important;
    }
    
    .no-mobile
    {
	display: none;
    }
    
    header#hmain .header-top .container
    {
	padding: 0px !important;
    }
    
    header#hmain .header-top
    {
	height: 40px;
	border-bottom: 1px solid #4f403d;	
    }
    
    header#hmain #tab-menu {
        position: relative;
        left: 0;
	width: 100%;        
    }

    header#hmain #tab-menu a {
	width : 33.33%;
	display: inline-block;
	text-align: center;

	line-height: 40px;	
    }

    header#hmain #tab-menu a.active {

    }

    header#hmain #tab-menu .activeArrow {
	background: #2b0f04;
    }
    
    .mobile 
    {
	display: block;
    }    
    
    .menuiconwrp>ul>li.cart span.cart-count 
    {
        right: -3px;
    }    

    .header-inner  .mobile-nav
    {
	display: block;
    }
    
    header#hmain .header-inner
    {
	background-color: #2b0f04;
    }
    
    header#hmain .header-inner .hu-icons
    {
	color: #FFF;
    }
  
    header nav .navbar
    {
	margin-top: 0px !important;
    }

    header .container
    {
	padding: 0px 8px !important;
        width: 100% !important;
    }

    header#hmain #logo a
    {
	background-color: transparent;
	background-image: none;
	top: 5px;
	height: 40px;
	line-height: 50px;	
        font-size: 80px;  
        text-align: center;  
        padding: 0px;
    }
    
    .logowrp
    {
        position: absolute;
        width: 100px;    
        left: 50%;     
        margin-left: -50px;         
        height: 50px !important;  	                
        top: 7px;
    }
    
    .mobmenuwrp
    {
        margin-top: 15px;
        display: block;
        float: left;
    }
    
    .menuiconwrp
    {
        float: right;
        margin-top: 15px;
    }    

    .searchwrp 
    {
	padding: 8px;
        position: absolute;
	display: block;
        left: 0px;
	top: 50px;
        width: 100%;
    }
  
    .entry-content
    {
	margin-top: 0px !important;
    }
    
    #order-verify .column-30,
    #order-verify .column-70 {    
	width: 100%;
    }
    
    .woocommerce-gzpd-checkout-verify-data .data-container
    {
       width: 100%;
    }

    #widgets-footer .grid .column {
	width: 50%;
	padding-right: 2%;
	margin-right: 0;
	margin-bottom: 40px;
        text-align: center;	
    }
    
    .woocommerce-checkout header#hmain .grid #logo {
    	width: 100%;
    }
    
    .woocommerce-checkout header#hmain {
	position: inherit;
	text-align: center;
	width: 100%;
    }
    
    .woocommerce-checkout #main-wrapper {
    	margin-top: 0;
    }

    .woocommerce-checkout .header-inner {
    	background: transparent;
	border: none;
    }
    
    .woocommerce-checkout .widget_shopping_cart {
	display: none !important;
    }

    .woocommerce-checkout .grid-2 .column {
	width: 100%;
	padding-right: 0 !important;
	margin: 0;
    }
    
    .woocommerce-checkout .create-account {
	text-align: left;
    }

    .woocommerce-checkout h3#ship-to-different-address {
	text-align: left;
    }    
 
    .menuiconwrp>ul>li span.subtitle
    {
	display:none;
    }

    .menuiconwrp>ul>li
    {
	width: 32px;
	margin: 0px 2px;
    }
  
    .loginAreaMenu {
	right: -42px;
        top: 50px;
    }
  
    header#hmain .header-inner
    {
	height: 100px;
        margin-bottom:0px;
        position:relative;
    }

    .single-product #primary,
    .single-product .sidebar
    {
	width: 100%;    
    }
  
  header#hmain nav
  {
    display: none;
  }
  
  #wp-admin-bar-comments,
  #wp-admin-bar-query-monitor,
  #wp-admin-bar-my-sites
  {
    display: none !important;
  }

  .contentList
  {
    width: 100%;
  }

	#primary.has-sidebar {
		width: 100% !important;
		border: none;
		padding: 0;
		margin: 0;
	}
	.sidebar {
		display: block;
		width: 100%;
		padding: 0;
		margin: 1em 0;
	}
	.sidebar .widget .widgettitle {
		background: #EEE;
		padding: 0.7em;
		cursor: pointer;
		line-height: 20px;
	}
	.sidebar .widget .widget-toggle-icon {
		float: right;
		display: block;
	}
	.sidebar .widget .widget-inner {
		display: none;
	}
	/* Default Products per Row: 4 */
	.wc-content ul.products li.product {
		width: 23%;
		margin-right: 2%;
	}
	.wc-content ul.products li.product:nth-child(4n) {
		margin-right: 0;
	}
	.checkout .cart_totals table {
		width: 100%;
		display: table;
	}

	header#hmain #hbar {
		display: none;
	}
	header#hmain #widgets-header .grid-4 .widget {
		width: 30%;
	}
	header#hmain #widgets-header .grid-4 .widget:nth-child(2) {
		width: 45%;
	}
	header#hmain #widgets-header .grid-4 .widget:nth-child(3) {
		display: none;
	}
	header#hmain #widgets-header .grid-4 .widget:last-child {
		width: 25%;
	}
}

@media (max-width: 660px) {
	.mobile-nav {
		display: inline-block;
		font-size: 45px;
	}
	.mobile-nav .mobile-nav-trigger {
		color: #FFF;
		text-shadow: 0 0 1px #333;
	}
	header#hmain #widgets-header #logo a {
		max-width: 100%;
		max-height: 45px;
		height: 45px;
	}
	header#hmain #widgets-header #logo a img {
		max-height: 45px;
	}
	header#hmain .container {
		margin-top: 0;
	}
	header#hmain {
		position: fixed;
		width: 100%;
		z-index: 11;
		top: 0;
	}
	#main-wrapper {
		margin-top: 12%;
	}
	header#hmain #widgets-header .grid-4 .widget:nth-child(2) {
		width: 50%;
	}
	header#hmain #widgets-header .grid-4 .widget:last-child {
		width: 20%;
	}
	header#hmain #widgets-header .cart-text {
		display: none;
	}
	header#hmain .widget_shopping_cart .widget_shopping_cart_content {
		display: inline;
		width: auto;
	}

	header#hmain nav.navbar {
		margin: 0;
		background: #FFF;
		display: none;
		border: none;
	}
	header#hmain nav.navbar .menu-small {
		display: none;
	}
	header#hmain nav.navbar .menu-left {
		display: block;
		width: 100%;
	}
	header#hmain nav.navbar .container {
		margin: 0;
		width: 100%;
		padding: 0;
	}
	header#hmain nav.navbar ul#menu-header li {
		display: block;
		width: 100% !important;
		padding: 0;
		position: relative;
		line-height: 2.5em;
		z-index: auto;
	}
	header#hmain nav.navbar ul#menu-header li a {
		display: block;
		width: 100%;
		border-bottom: 1px solid #CCC;
		text-align: center;
		padding: 0 !important;
		line-height: 2.5em !important; 
		font-weight: normal;
		font-size: 1em !important;
		cursor: pointer;
		margin: 0;
	}
	header#hmain nav.navbar ul#menu-header > li.menu-item-has-children .sub-menu-trigger {
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		z-index: 3;
		font-size: 1.5em;
		padding: 0 1em;
		cursor: pointer;
		line-height: 1.67em;
		color: #333;
		background-color: #EEE;
	}
	header#hmain nav.navbar ul#menu-header li a:hover {
		text-decoration: none;
	}
	header#hmain nav.navbar ul#menu-header > li.menu-item-has-children a:after {
		display: none;
	}
	header#hmain nav.navbar ul#menu-header li ul.sub-menu {
		width: 100% !important;
		display: none;
		margin: 0;
		border: none;
		font-size: 1em !important;
		padding: 0;
		background: transparent;
		position: inherit;
	}
	.woocommerce ul.products li.product {
		width: 31.3% !important;
		margin-right: 2% !important;
	}
	.woocommerce ul.products li.product:nth-child(even) {
		margin-right: 2% !important; 
	}
	.woocommerce ul.products li.product:nth-child(odd) {
		margin-right: 2% !important; 
	} 
	.woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 0 !important;
	}
	#widgets-loop-header .widget .widgettitle {
		display: block;
		margin-bottom: 0.5em;
	}
	#widgets-loop-header .widget {
		margin-bottom: 0.5em;
	}
	/* PRODUCT PAGE SIDEBAR */
	.woocommerce-tabs {
		width: 100%;
		display: block;
	}
	.product .upsells, .product .related {
		width: 100%;
		display: block;
		padding-left: 0;
		margin-left: 0;
	}
	.product .upsells .products {
		border-top: 1px solid #EEE;
		padding-top: 1em;
	}
	.cart-collaterals .shipping_calculator {
		width: 100%;
	}
	.product_list_widget li img {
		max-width: 50px;
	}
	.product_list_widget li .left {
		width: 18%;
	}
}


@media (max-width: 560px) {
    table.shop_table .product-tax
    {
	display:none;
    }
  
    div.product {
	margin: 0;
    }
    
    .sectTitleInner
    {
	padding: 0 10px;
    }
    
    div.product .summary {
	padding-left: 2%;
    }

    div.product .images, div.product .summary {
	width: 100%;
    }

    div.product .images .thumbnails {
	display: none;
    }

    div.flexslider-vp-default ul.slides li .meta {
	width: 100%;
    }

    div.flexslider-vp-default ul.slides li .meta h3, div.flexslider-vp-default ul.slides li .meta .price {
	padding: 1% 2%;
	float: left;
	clear: left;
	line-height: 1.2em;
    }
}

@media (max-width: 530px) {
    header#hmain #widgets-header .grid .widget:first-child, header#hmain #widgets-header .grid .widget:last-child 
    {
	margin-top: 10px;
    }
		
    #main-wrapper {
	margin-top: 45px;
    }
    
    header#hmain #widgets-header .grid .widget {
	display: none;
    }
    
    header#hmain #widgets-header .grid .widget:first-child, header#hmain #widgets-header .grid .widget:last-child {
    	display: inline-block;
    }

    header#hmain #widgets-header #logo a.logo-img {
	max-height: 32px !important;
	height: 32px;
	vertical-align: middle;
    }

    header#hmain #widgets-header #logo a img {
	max-height: 32px !important;
	vertical-align: middle;
    }
    
    header#hmain .widget_shopping_cart {
	font-size: 35px;
	min-width: 100px;
	position: absolute;
	right: 5%;
    }
    
    header#hmain .widget_shopping_cart .cart-icon .cart-icon-img, .mobile-nav {
	font-size: 35px;
    }
    
    .footer-info {
	text-align: left !important;
	margin-left: 0;
	width: 100%;
    }

    .vp-add-to-cart-success .button-wrap .button {
	width: 100%;
	margin: 0 0 1em 0;
	display: block;
	text-align: center;
    }
}

@media (max-width: 580px) {

    .content-card-row
    {
	display: block;
    }

    .content-card-row [class*="vc_col-sm"]
    {
	display: block;
	float: none;
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    }
 
}

.cart td.actions input,
.cart td.actions label
{
    margin-top: 10px;
    display: inline-block;
}


@media (max-width: 768px) {
    #customer_login .row-fluid [class*="span"]
    {
	    display: block;
	    float: none;
	    width: 100% !important;
	    margin-left: 0 !important;
	    margin-bottom: 5px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
    }
    
   	.register--birthdate .field--select {
        width: 30% !important;
    }
}

@media (max-width: 480px) {

	.fpd-product-desc {
        padding-left: 0px !important;
    }

    .prodImgList .imgText
    {
	font-size: 28px;
	line-height: 36px;
    }

    .cart td.actions .coupon,
    .cart td.actions .coupon input.button,
    .cart td.actions input.button
    {
	width: 100%;
	margin: 0px;
	margin-top: 10px;
    }

    .row-fluid [class*="span"]
    {
	display: block;
	float: none;
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    }
  
    .grid-5 .column
    {
	width: 100% !important;
        text-align: center;
    }

    table.shop_table {
    	padding: 1em 2%;
    }

    table.shop_table tr.cart_item td {
	padding: 1em 0;
    }
    
    table.shop_table .product-thumbnail, table.shop_table .product-price {
	display: none;
    }
    
    .checkout-btn-wrap .button {
	width: 100%;
	display: block;
	margin: 0 0 1em 0;
	text-align: center;
    }
}

@media (max-width: 400px) {
	div.product p.price-unit {
		display: block;
		margin-left: 0;
	}
	div.product .summary .badge {
		position: absolute;
		right: 1em;
		top: 80px;
	}
	
	.woocommerce ul.products li.product:nth-child(even) {
		margin-right: 2% !important; 
	}
	
	.woocommerce ul.products li.product:nth-child(odd) {
		margin-right: 2% !important; 
	}
	
	.woocommerce ul.products li.product {
		width: 48% !important;
		margin-right: 2% !important;
	} 
	
	.woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	#widgets-footer .grid .column .widgettitle {
		text-align: center;
		font-size: 1.2em;
		display: block;
		padding-bottom: 0.5em;
		border-bottom: 2px solid #CCC;
	}
	
	#widgets-footer .grid .column {
		width: 100%;
		margin-right: 0;
		padding: 0 2%;
		margin-bottom: 1em;
	}
	
	#widgets-footer .grid .column
	{
	    margin-bottom: 30px !important;
	}

	#widgets-footer .grid .column .widgettitle 
	{
	    border-bottom: none !important;
	    margin-bottom: 5px;
	}
	
	#widgets-footer .widget_nav_menu ul li a	
	{
	    display: inline !important;	
	}
	
	#widgets-footer .widget_nav_menu ul li
	{
	    text-align: center;
	}	
	
	footer .social-media ul
	{
	    text-align: center;  
	}		
	
	footer .social-media ul li
	{
	    margin: 0px 5px !important;
	}			
}






.san_offcanvas-active .off-canvas-left {
    display: block;
}

.off-canvas-left {
    display: none;
    position: absolute;
    width: 264px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
    background-color: #f9f5f1;
}

#off-canvas-menu {
    left: 0;
}
#off-canvas-column, #off-canvas-menu {
    overflow: auto;
}
#off-canvas-menu, #off-canvas-submenu {
    top: 0;
    position: absolute;
    -webkit-transition: left .3s;
    transition: left .3s;
    -webkit-overflow-scrolling: touch;
}
#off-canvas-column, #off-canvas-menu, #off-canvas-submenu {
    width: 264px;
}

#off-canvas-menu li {
    padding: 0 8px;
    width: 100%;
}

.isCbFlyNavActive .bodyWrp
{
  overflow: hidden;
  position: relative;
}

.isCbFlyNavActive aside{
  visibility: visible;
  display: block;
  z-index: 1;
  transition: all 0.25s ease 0s;
}

#application
{
  z-index: 1;
  left: 0px;
  transition: all 0.25s ease 0s;
}

.isCbFlyNavActive #application {
  left: 264px;
  min-width: 320px;
  border-left:1px solid #ccc;
}

aside {
  height: 5000px;
  position: absolute;
  visibility: hidden;
  z-index: 0;
  transition: all 0.25s ease 0s;
}



.p_btn100--1st, .p_btn100--2nd, .p_btn100--3rd, .p_btn100--4th {
    min-height: 40px;
    padding: 10px 20px;
}
.p_btn100--1st, .p_btn150--1st, .p_btn50--1st {
    background: #D4021D;
    color: #F8F7F5;
}

.loginAreaMenu li.login_area_register_link {
    margin-top: 5px;
    text-align: center;
}

.p_symbolBtn100--1st, .p_symbolBtn100--2nd, .p_symbolBtn100--3rd, .p_symbolBtn100--4th, .p_symbolBtn100--5th, .p_symbolBtn150--1st, .p_symbolBtn150--2nd, .p_symbolBtn150--3rd, .p_symbolBtn150--4th, .p_symbolBtn150--5th, .p_symbolBtn25--1st, .p_symbolBtn25--2nd, .p_symbolBtn25--3rd, .p_symbolBtn25--4th, .p_symbolBtn25--5th, .p_symbolBtn50--1st, .p_symbolBtn50--2nd, .p_symbolBtn50--3rd, .p_symbolBtn50--4th, .p_symbolBtn50--5th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.42857em;
    background-clip: padding-box;
    background-repeat: repeat-x;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    outline: 0;
    overflow: visible;
    padding: 0!important;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    vertical-align: bottom;
}

.loginWrp
{
    position: relative;
}













.the-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.the-nav ul.nav {
    display: block;
    margin-bottom: 15px;
    float: none;
    height: 100%;
}

.the-nav ul.nav .dropdown {
    position: static;
}
.the-nav ul.nav > li {
    float: none;
    display: block;
    width: 270px;
}

.the-nav ul.nav li a {
    display: block;
    text-decoration: none;
    padding: 11px 15px;
    margin-right: 0;
    border-bottom: 1px solid #e1e1e1;
}

.the-nav ul.nav .dropdown .subnav {
    float: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: auto;
    width: 0;
    min-width: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    background: #f9f5f1;
    transition: width .2s ease-in-out;
}

.the-nav ul.nav .dropdown .subnav.is-subnav-visible {
    width: 100%;
}

.nav-flyout-navmask, .nav-flyout-contentmask {
}

.nav-flyout-navmask i{
    float: left;
    font-size: 20px;
    margin-right: 10px;
}

.the-nav ul.nav a.menu-item i,
.the-nav ul.nav a.submenu-item i
{
    float:right;
    font-size: 20px;
    margin-right: 4px;
}

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

.benefits ul li:before
{
  content: "\f00c";    
  font-family: "FontAwesome";
  color : #894873;
  padding-right: 10px;
}

.entry-content .vc_images_carousel .vc_carousel-control .icon-next, 
.entry-content .vc_images_carousel .vc_carousel-control .icon-prev 
{
  top : 0px;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

.entry-content .vc_images_carousel .vc_carousel-control.vc_left
{
  left: 10px;
}

.entry-content .vc_images_carousel .vc_carousel-control.vc_right 
{
  right: 10px;
}

.entry-content .vc_images_carousel .vc_carousel-indicators .vc_active
{
  background-color:#f6efe7;
  border-color:#f6efe7;  
}

.prdctfltr_terms_customized_select .prdctfltr_checkboxes {
    position: relative;
    top :0px;
    box-shadow: none;
}

.prdctfltr_terms_customized_select.prdctfltr_filter > span, 
.prdctfltr_terms_customized_select.prdctfltr_filter > span 
{
   margin-bottom: -1px;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active
{
    position: relative;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span::before {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #cec4bb !important;
    content: "";
    height: 12px !important;
    width: 12px !important;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span{
    padding-left: 25px;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span::after {
    background: #666 none repeat scroll 0 0;
    border: 1px solid #cec4bb;
    border: none;
    border-radius: 50%;
    content: " ";
    height: 6px;
    left: 4px;
    position: absolute;
    top: 7px;
    width: 6px;
}

.prdctfltr_customize
{
    display: inline;
}

.product .images .big
{
    margin-left: 100px;
}

.product .images .big .flex-next
{
    right: 10px;
    
}

.product .images .big .flex-prev
{
    left: 10px;
}


.prod-vert-thumbnails
{
  height: 430px;
  width: 80px !important;
  float: left;
  margin-right: 20px;
}

.prod-vert-thumbnails .alternateImages
{
    display:inline-block;
    float:left;
    overflow:hidden;
    text-align: left;
    width: 100%;
    height: 100%;
}

.prod-vert-thumbnails .prod-nav-wrapper
{
    position:relative;
    padding-top: 40px;
    padding-bottom: 40px;
    height:100%;
}

.prod-vert-thumbnails .alternateImages ul
{
    display: block;
    width: auto;  
}

.prod-vert-thumbnails .alternateImages ul li {
    float: none !important;
    height: 80px !important;;
    margin: 0 0 8px;
    overflow: hidden;
    padding: 1px;
    text-align: center;
    vertical-align: baseline;
    width: 80px !important;
    display: block;
    user-select: none;
    cursor: pointer;

-webkit-user-select: none; /* Webkit */
-moz-user-select: none;    /* Firefox */
-ms-user-select: none;     /* IE 10  */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none;
}

.prod-vert-thumbnails .flex-direction-nav .flex-prev
{
    position: absolute;
    top : 20px;
    left: 22px;
    opacity: 1 !important;
}

.prod-vert-thumbnails .flex-direction-nav .flex-disabled
{
    display: none;
}


.prod-vert-thumbnails .flex-direction-nav .flex-next
{
    position: absolute;
    bottom : 0px;
    top: inherit;
    left: 22px;
    right: initial;
    opacity: 1 !important;
    text-align: center;
}

.prod-vert-thumbnails li.flex-active-slide
{
    border: 1px solid #555;
    padding: 0px !important;    
    cursor: default !important;
}

.prod-vert-thumbnails .alternateImages .flex-direction-nav a.flex-prev:before,
.prod-vert-thumbnails .alternateImages .flex-direction-nav a.flex-next:before, 
.product .images .big a.flex-prev:before,
.product .images .big a.flex-next:before
{
    font-family: "FontAwesome";
    font-size: 30px;
    opacity: 1 !important;
}

.product .images .big a.flex-prev:before,
.product .images .big a.flex-next:before
{
    font-size: 40px;
}

.product .images .big a.flex-prev:before{
    content: '\f104';
}

.product .images .big a.flex-next:before{
    content: '\f105';
}

.prod-vert-thumbnails .alternateImages .flex-direction-nav a.flex-prev:before {
    content: '\f106';
}

.prod-vert-thumbnails .alternateImages .flex-direction-nav a.flex-next:before {
    content: '\f107';
}

.sovendus-container 
{
    margin-top: 40px;
}

.sovendus-container h1
{
    font-size: 18px !important;
    line-height: 20px !important;
}

.menubuilder-section-headline
{
    font-weight: 600;
    font-size: 15px;
}

@media only screen and (max-width: 768px)
{
  #wpsl-stores .wpsl-address,
  #wpsl-stores .wpsl-contact,
  #wpsl-stores .wpsl-hours
  {
     float:none;
     width:100%;
     margin-bottom: 15px;
  }
    
  #wpsl-search-wrap input
  {
    width: 100% !important;
    margin-bottom:10px;
  }
  

}

#wpsl-stores ul li
{
  padding: 20px 24px !important;
}

#wpsl-stores ul li:nth-child(even)
{
  background-color: #fff;
}

#wpsl-stores ul li:nth-child(odd)
{
  background-color: #f3f3f3;
}

#wpsl-stores
{
  height: auto !important;
  overflow-y: visible !important;
}

#wpsl-stores span
{
  display: block;
}

#wpsl-stores .wpsl-address,
#wpsl-stores .wpsl-contact,
#wpsl-stores .wpsl-hours
{
   float:left;
   width:33%;
}

#wpsl-wrap
{
  margin-top: -34px;
}

#wpsl-gmap
{
  height: 350px;
  margin-bottom: 35px;
  margin-top: 0px !important;
}

#wpsl-wrap code,
code > #wpsl-wrap
{
  font-family: "Open Sans";
  
}

#wpsl-search-wrap
{
  float:none;
  display: inline-block;
  margin-bottom: 20px;
}

#wpsl-search-wrap input
{
  float: left;
}

#wpsl-search-wrap > .container {
    float: none;
    height: 120px;
}

#wpsl-search-wrap #wpsl-search-btn
{
  width: 30%;
  float:none;
  margin-right:0px; 
  text-transform: uppercase !important;
  padding: 0.8em 1.5em !important; 
  font-weight: 600 !important;   
  line-height: 17px;
}

#wpsl-search-wrap #wpsl-search-input
{
  margin-right: 20px;
  width: 60%;
  padding: 12px;
}

#wpsl-search-wrap h1
{
  margin-bottom: 40px !important;
}

#primary #wpsl-wrap #wpsl-result-list ul li
{
  list-style: none !important;
}

.a-spacing-base, .a-ws .a-ws-spacing-base {
    margin-bottom: 14px !important;
}


.a-box-group > .a-box.a-first, .a-box-group > .a-box:first-child {
    margin-top: 0;
}
.a-box-group > .a-box {
    border-radius: 0;
    margin-top: -1px;
}
.a-box {
    background-color: #fff;
    display: block;
}
.a-color-offset-background {
    background-color: #f6f6f6 !important;
}


.a-box-group > .a-box.a-first > .a-box-inner, .a-box-group > .a-box:first-child > .a-box-inner {
    border-radius: 4px 4px 0 0;
}
.a-box .a-box-inner {
    border-radius: 4px;
    padding: 14px 18px;
    position: relative;
}

.a-fixed-right-grid {
    position: relative;
}

.a-fixed-right-grid .a-fixed-right-grid-inner::after, .a-fixed-right-grid .a-fixed-right-grid-inner::before {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
}
.a-fixed-right-grid .a-fixed-right-grid-inner::after {
    clear: both;
}
.a-fixed-right-grid .a-fixed-right-grid-inner::after, .a-fixed-right-grid .a-fixed-right-grid-inner::before {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
}
.a-fixed-right-grid .a-fixed-right-grid-inner {
    padding: 0;
    position: relative;
}

.a-fixed-right-grid .a-col-left {
    padding-right: 3.5%;
    width: 100%;
}
.a-fixed-right-grid .a-fixed-right-grid-col {
    min-height: 1px;
    overflow: visible;
    position: relative;
}
.a-row::after, .a-row::before {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
}
.a-row::after {
    clear: both;
}
.a-row::after, .a-row::before {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
}
.a-row {
    width: 100%;
}

.a-box-group.order
{
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
}

.a-ws div.a-column, div.a-column {
    float: left;
    margin-right: 2%;
    min-height: 1px;
    overflow: visible;
}
.a-row .a-span4, .a-ws .a-row .a-ws-span4 {
    width: 31.948%;
}


.a-row::after, .a-row::before {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
}
.a-row::after {
    clear: both;
}
.a-row::after, .a-row::before {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
}
.a-row {
    width: 100%;
}
.a-size-mini {
    font-size: 11px !important;
    line-height: 1.465 !important;
}

.order-info .label {
    text-transform: uppercase;
}
.a-color-secondary {
    color: #555 !important;
}
.a-size-base {
    font-size: 13px !important;
    line-height: 19px !important;
}

.a-fixed-left-grid .a-fixed-left-grid-inner::after, .a-fixed-left-grid .a-fixed-left-grid-inner::before {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
}
.a-fixed-left-grid .a-fixed-left-grid-inner::after {
    clear: both;
}
.a-fixed-left-grid .a-fixed-left-grid-inner::after, .a-fixed-left-grid .a-fixed-left-grid-inner::before {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
}

.us_bookingListSpinnerIcon {
    margin: 30px auto;
}
.p_loader200 {
    border-width: 0.5em;
    height: 32px;
    width: 32px;
}
.p_loader100, .p_loader200, .p_loader250 {
    animation: 0.8s linear 0s normal none infinite running rotate;
    border-color: rgba(206, 196, 187, 0.5) rgba(206, 196, 187, 0.5) rgba(206, 196, 187, 0.5) #cec4bb;
    border-radius: 50%;
    border-style: solid;
    font-size: 10px;
    overflow: hidden;
    position: relative;
    text-indent: -9999em;    
}

@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


.hsb-coupon-widget {
  background-image: url('images/banner-rose.jpg');
  background-size: cover;
  background-color: #f68b81;
}

.hsb-element-recommended-products .product {
    width: 45%;
    float: left;
    padding: 8px;
    margin: 20px 5px;
    color: #554e5b;
    font-size: 13px;
}

.hsb-element-recommended-products .product .info {
    text-align: left;
    margin-top: 7px;
    margin-left: 38%;
}
.hsb-element-recommended-products .product .info {
    text-align: center;
}

.hsb-element-recommended-products .product a {
    color: #554e5b;
    text-transform: none;
    padding: 0;
    text-decoration: none;
    font-size: inherit;
}
.hsb-element-recommended-products .widget-title {
    padding: 13px 0;
    font-size: 16px;
    margin: 0 auto;
}

.hsb-element-recommended-products hr, .hsb-element-recommended-products .widget-title {
    width: 87%;
}

.hsb-element-recommended-products .product .moreLink {
    display: none;
    color: #9c9c9c;
    text-transform: uppercase;
}

.hsb-element-recommended-products .product .moreLink {
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin-top: 7px;
    margin-bottom: 9px;
}

.hsb-element-recommended-products .product {
    width: 90%;
    margin: 0 auto;
    float: none;
}

.hsb-element-recommended-products .product .info {
    text-align: left;
    margin-top: 7px;
    margin-left: 38%;
}

.hsb-element-recommended-products .product .image {
    width: 38%;
    text-align: left;
    float: left;
}
.hsb-element-recommended-products .product .separator {
    border-top: 1px solid #e8e8e8;
}

.hsb-element-recommended-products .product .image img {
    width: 80%;
}

.hsb-list {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.hsb-list .widget-title {
    padding: 20px 0 13px 0;
    font-size: 18px;
    font-weight: bold;
    color: #606060;
}

.hsb-list hr {
    margin: 0 auto;
    border-top: 1px solid #e8e8e8;
    border-bottom: 0px;
}

.timing .col-md-4
{
    font-size:12px;
    line-height: 16px;
    text-align:center;  
    height: 40px;  
    padding: 0px 10px;
}

.timing .col-md-4 .label
{
    font-weight: bold;
    display:block;
    margin-bottom: 2px;
}

.timing .col-md-4.sep
{
  border-right: 1px solid #ccc;
}

body #cooked-plugin-page .cp-box-inner {
    padding: 25px 25px 0px;
}

#cooked-plugin-page .desc
{
    margin-top:30px;
    margin-bottom:30px;
}

#cooked-plugin-page,
#cooked-plugin-page p
{
    font-size: 15px;
    line-height: 24px;
    color: #808080;
}

#cooked-plugin-page h1,
#cooked-plugin-page h2,
#cooked-plugin-page h3
{
    color: #606060 !important;
}

#cooked-plugin-page .article-tags,
.single-post .article-tags
{
    margin: 0 0 10px;     
    height: 24px;
}

body #cooked-plugin-page h1
{
    margin: 0 0 10px;
}

#cooked-plugin-page .article-tags a,
.single-post .article-tags a
{
    padding: 0 20px 0 0;
    color: #808080;
    text-decoration: underline;
}

body #cooked-plugin-page .recipe-container
{
   border-bottom: 0px;
}

.rsUni,
.rsSlide,
.rsContent,
.rsOverflow
{
   background-color: #FFF !important;
}

.hu-recipe-card
{
    padding: 10px 20px;
}

.hu-recipe-card a.button
{
    width: 100%;
    display: block;
    text-align:center;
    padding: 5px 10px;
}

.hu-recipe-card img
{
    border: 1px solid #e8e8e8;
}

nav#maga-cats {
  width: 100%;
  background: #fff;
  border-right: none;
}

nav#maga-cats ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

nav#maga-cats ul li {
  list-style: none;
  float: left;
  text-align: center;
  border: 1px solid #d8d4d4;
  border-left: none;
  border-right: 1px solid #ccc;
  width: 25%;
  box-sizing: border-box;
}

nav#maga-cats ul li:first-child {
    border-left: 1px solid #d8d4d4;
}

@media only screen and (max-width: 768px)
{

    nav#maga-cats ul li 
    {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #d8d4d4 !important;
    }

}

nav#maga-cats ul li a {
  display: block;
  text-decoration: none;
  color: #888;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
}

nav#maga-cats .huicons
{
  font-family: 'huicons';
  font-size: 24px;
  font-style: unset;
}

nav#maga-cats i.huicons
{
  font-style: unset;  
}

nav#maga-cats .huicons:before{
    display:inline-block;
    margin-right: 5px;
    vertical-align: middle;    
}

nav#maga-cats ul li a:hover {
    color: #FFF;
}

nav#maga-cats ul li:hover,
nav#maga-cats ul li a:hover
{
    transition: color 0.2s ease-out 0s, background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
    
}

nav#maga-cats ul li.hui-recipe:hover {
    background-color: #fed3d9 !important;
}

nav#maga-cats ul li.hui-diy:hover {
    background-color: #893867 !important;
}

nav#maga-cats ul li.hui-freebies:hover {
    background-color: #c0e5f4 !important;
}

nav#maga-cats ul li.hui-chocolate:hover {
    background-color: #ddefa6 !important;
}

.hui-recipe span::before{
    content: "";
}

.hui-diy span::before{
    content: "";
}

.hui-freebies span::before{
    content: "";
}

.hui-chocolate span::before{
    content: "";
}

.hui-chocfacts span::before{
    content: "";
}

#cooked-plugin-page .recipe-img
{
    position: relative;
}

#cooked-plugin-page .recipe-img .pinterest_share
{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index:200;
    display:block;
}

.nutritions .attr-value{
   float: right;
}

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

.nutritions li{
    padding: 10px 0;
}

.nutritions > ul > li{
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.nutritions > ul > li > ul{
    font-weight: normal;
    padding-left: 20px;
}

.nutritions > ul > li:last-child{
    border-bottom: 0px;
}

.woocommerce-cart-notice a.button,
.woocommerce-cart-notice a.button:hover {
    color: #b33838;
    text-transform: inherit;
    background: transparent;
    border: none;
    padding: 0 10px;
    margin: inherit;
    line-height: inherit;
    font-size: inherit;
    height: inherit;
    color: inherit;
    font-weight: inherit;
}

#hu-topbar-promo.topbar-countdown-container {
    background-color: #fff;
    background-image: url('https://cdn.hussel.de/content/shop-prd/2017/10/16085904/xmas-topbar.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: scroll;
}

#hu-topbar-promo > div {
    display: table;
    height: 80px;
    max-width: 1000px;
    position: relative;
}

#hu-topbar-promo .promo_img {
    display: table-cell;
    width: 266px;
    padding-right: 20px;
    vertical-align: middle;
}

#hu-topbar-promo .countdown_information {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#hu-topbar-promo a.banner-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#hu-topbar-promo,
#hu-topbar-promo .countdown_information,
#hu-topbar-promo .wrapper_inner .countdown_button {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

#hu-topbar-promo .countdown_information {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#hu-topbar-promo .button {
    background-image : url('https://cdn.hussel.de/content/shop-prd/2017/10/16084656/xmas-button.jpg');
    width : 157px;
    height : 36px;
    border: none;
    margin-top: -3px;
    float: right;
}

@media only screen and (max-width: 991px)
{

    #hu-topbar-promo.topbar-countdown-container {
        background-image: url('https://cdn.hussel.de/content/shop-prd/2017/10/16083927/xmas-topbar-small.jpg');
	background-repeat: repeat-x;
    }
    
    #hu-topbar-promo .button {
	float: inherit;
	display: block;
	margin: 15px auto 0;
    }

    #hu-topbar-promo .promo_img {
        display: block;
        width: auto;
        text-align: center;
        padding: 20px 0 0 0;
    }

    #hu-topbar-promo .countdown_information {
        display: block;
        text-align: center;
        padding: 20px;
    }

}

.ContactBody
{
  background-color: #FFF !important;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.fpd-tabs .span6 {
	width: 100%;
}

.fpd-shadow-1 {
	box-shadow: none !important;
}

.fpd-container .fpd-btn, .fpd-modal-wrapper .fpd-btn {
	background-color: #884773 !important;
	color: #fff !important;
	border: 1px solid #884773 !important;
	font-family: 'Open Sans', sans-serif !important;
	border: 1px solid #e6e6e6 !important;
	border-radius: 0px !important;
}

.fpd-product-desc {
	float: right !important;
	padding-left: 20px;
}


div.fancy-select {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #46565D;
}

div.fancy-select.disabled {
    opacity: 0.5;
}

div.fancy-select div.trigger {
    cursor: pointer;
    padding: 10px 24px 9px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background-color: #fff;
    background-image: -ms-linear-gradient(top,#fff,#fff);
    background-image: linear-gradient(to bottom,#fff 0%,#fff 100%);
    border: 1px solid #99A5BE !important;
    border-top-color: #A5B2CB;
    color: #4B5468;
}

div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #4B5468;
    top: 20px;
    right: 9px;
}

div.fancy-select div.trigger.open {
    background: #fff;
    border: 1px solid #000;
    color: #666;
    box-shadow: none;
}

div.fancy-select div.trigger.open:after {
    border-top-color: #7A8498;
}

div.fancy-select ul.options {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    left: 0;
    list-style: outside none none;
    margin: 0;
    max-height: 200px;
    min-width: 100%;
    opacity: 0;
    overflow: auto;
    padding-left: 0;
    position: absolute;
    top: 40px;
    visibility: hidden;
    z-index: 50;
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 40px;
    opacity: 1;

    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;

    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;

    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
    padding: 4px 12px;
    cursor: pointer;
    white-space: nowrap;

    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

.fancy-select ul.options li:hover,
.fancy-select ul.options li.hover {
	background-color: #e2e2e2 !important;
}	


.register--birthdate .field--select
{
	float: left;
	margin-right: 2%;
	width: 15%;
}

.register--content a.btn
{
    color: #333;
    text-decoration: none;
}

.register--content .btn {
	color: #034692;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    padding: .125rem .625rem .125rem .625rem;
    line-height: 32px;
    line-height: 2rem;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
    font-size: .8125rem;
    -webkit-font-smoothing: inherit;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    color: #3980c2;
}

.register--content .register--customertype-selection .link--customertype {
    width: 49%;
    float: left;
    text-align: center;
}

@media screen and (min-width: 48em)
{
	.register--content .register--customertype-selection .link--customertype {
	    height: 42px;
	    line-height: 35px;
	    font-size: 16px;
	}
	
	.register--content .register--phone {
	    width: 49%;
	    float: left;
	    margin-right: 2%;
	}	
	
	.register--content .register--fax {
	    width: 49%;
	    float: left;
	}	
}


.register--content .register--customertype-selection .link--customertype.link--customertype-private {
    margin-right: 2%;
}

.register--content .register--customertype-selection .link--customertype.is-active {
    background: #aa5c91 none repeat scroll 0 0;
    border-color: #884773;
    color: #fff;
}

.register--content .register--field,
.login--content .register--login-field {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%;
}

.register--content .fancy-select{
	margin-bottom: 0.625rem;
}

.register--content textarea, 
.register--content input[type="text"], 
.register--content input[type="search"], 
.register--content input[type="password"], 
.register--content input[type="number"], 
.register--content input[type="email"], 
.register--content input[type="tel"],
.login--content input[type="password"],  
.login--content input[type="email"]
 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    box-sizing: border-box;
    line-height: 1.1875rem;
    font-size: 14px;
    font-size: .875rem;
    padding: 10px 10px 9px 10px;
    padding: .625rem .625rem .5625rem .625rem;
    box-shadow: 0 0 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top-color: #d4d4d4;
    color: #595959;
    text-align: left;    
}

::-webkit-input-placeholder,
{
	color : #eee !important;
}

.login--content p.form-row label{
    width: 50%;    
}

.login--content p.form-row{
    padding: 0px;	
}

.panel--body {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    display: block;
    position: relative;
    padding: 0 0 20px 0;
    padding: 0 0 1.25rem 0;
}

.register--content .register--zip-city .register--spacer {
    margin-right: 2%;
}

.register--content .register--zip-city .register--field-city {
    width: 70%;
    float: left;
}

.register--content .register--zip-city .register--field-zipcode {
    width: 28%;
    float: left;
}

.register--content .register--street .register--field-street {
    width: 80%;
    float: left;
    margin-right: 2%;
}

.register--content .register--street .register--field-housenr {
    width: 18%;
    float: left;
}

.register--content .section-label {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem;
    display: block;
    font-weight: bold;
}

#customer_login .wire-box,
#customer_login .solid-box
{
	padding: 30px;
	border: 1px solid #ececec;
	margin-bottom: 30px;
}

#customer_login .wire-box h2,
#customer_login .solid-box h2
{
	margin: 0 0 30px 0;
}

#customer_login .solid-box
{
	background-color: #f5f5f5;
}

.register--content .register--accountmode-selection .link--accountmode {
    margin-bottom: 0.625rem;
    text-align: center;
    width: 100%;
}


.register--content .register--accountmode-selection .link--accountmode.is-active {
    background: #aa5c91 none repeat scroll 0 0;
    border-color: #aa5c91;
    color: #fff;
}

.register--content .register--accountmode-selection .link--accountmode {
    width: 44%;
}

.register--content .register--accountmode-selection .accountmode--seperator {
    display: inline-block;
    font-size: 0.875rem;
    line-height: normal;
    margin-bottom: 0.625rem;
    text-align: center;
    width: 100%;
}

.register--content .register--accountmode-selection .accountmode--seperator {
    width: 10%;
}

.register--content .register--accountmode-selection {
    padding: 0.625rem 0rem;
}


.register--content .register--check {
    display: none;
}

.register--content .register--privacy,
.register--content .register--newsletter {
    border: 1px solid #e1e1e1;
    font-size: 0.875rem;
    margin: 1.25rem 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}

.register--content .register--privacy input[type="checkbox"],
.register--content .register--newsletter input[type="checkbox"] {
    margin: 0rem 0.625rem 0rem 0rem;
}

#customer_login ul.woocommerce-error {
    margin-bottom: 25px;
}

.row-margin .vc_col-sm-3{
   width: 22.435897435897436%;
   margin-left: 2.564102564102564%;
}

.row-margin .vc_col-sm-4{
   width: 30.765897435897426%;
   margin-left: 2.564102564102564%;
}


@media only screen and (max-width: 768px)
{
  .row-margin .vc_col-sm-3,
  .row-margin .vc_col-sm-4{
    width: 100%;
    margin-left: 0px;
  }
}

h3.xmas17-1{
   background-color: #561900;
   display: inline;
   padding: 3px 6px;
   text-transform: uppercase;
   color: #fff;
   font-family: "Fjalla One";
}

.hu-mc-form .mc4wp-alert.mc4wp-success {
     color: #3c763d;
     background-color: #dff0d8;
     border-color: #d6e9c6;
}
 
.hu-mc-form .mc4wp-alert {
    border-radius: 0px;
    padding: 10px;
}

.hu-mc-form .mc4wp-alert.mc4wp-notice,
.hu-mc-form .mc4wp-alert.mc4wp-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}


.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.compact-box-row .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.compact-box-row .wpb_wrapper > div.vc_element {
    display: inline-flex;
}

.compact-box {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.6rem;
    flex-grow: 0;
    flex-shrink: 1;
}

.compact-box-row > .vc_column_container:first-child {
    padding-left: 0;
}

.compact-box-row > .vc_column_container:last-child {
    padding-right: 0;
}

.compact-box-row > .vc_column_container {
    padding: 0 0.3rem;
}

.compact-box-size-big {
    flex-basis: 100%;
}

.compact-box-size-small {
    flex-basis: calc(50% - 0.3rem);
}

.compact-box-title {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.125em;
    background: rgba(37, 37, 37, 0.65);
    margin: 0;
    padding: 13px 6% 11px 6%;
}

.compact-box-title-position-top {
    top: 0;
    left: 0;
}

.compact-box-title-position-bottom {
    bottom: 0;
    left: 0;
}

.compact-box-title > span {
    color: #fff;
    letter-spacing: 0.15rem;
}

@media only screen and (max-width: 768px)
{
    .compact-box-row > .vc_column_container {
        padding: 0 0.3rem !important;
    }
}

.hsb-coupon-widget .hu-recipe-card {
    padding: 20px;
}
.cpgn_flex {
    display: flex;
}

.cpgn_leverValue {
    font-size: 50px;
    color: #fff;
    width: 110px;
    float: left;
    line-height: 48px;
    font-weight: 200;
    margin: 18px 10px 18px 4px;
}

.cpgn_text {
    color: #fff;
    font-size: 16px;
}

.cpgn_code {
    background-color: #fff;
    color: #d31e4e;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}

.cpgn_info{
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    margin: 15px 0px 10px;
}

.pco-widget .widget-title {
    color: #fff;
}

.np-container
{
	margin-top: 100px;
}

p.form-row.order-street, p.form-row.order-housenr {
    display: inline-block;
    float: left;
    width: 80%;
}

p.form-row.order-street {
    width: 85%;
}

p.form-row.order-street label {
    width: 35.5%;
}

p.form-row.order-street input {
    width: 64.5%;
}

p.form-row.order-housenr {
    width: 15%;
}

p.form-row.order-housenr label {
    display: none;
}

p.form-row.order-housenr input {
    width: 100%;
}


ul.woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
}