/*
Theme Name: VendiPro
Theme URI: http://vendidero.de/vendipro
Author: Vendidero
Author URI: http://wordpress.org/
Description: This theme will make your WordPress WooCommerce (Germanized) Installation appeal like a real Online-Shop.
Version: 202509.7.9-Custom
wc_gzd_compatible: true
Tags: dark, light, white, flat, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, theme-options, translation-ready
Text Domain: vendipro
Domain Path: languages
*/

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('assets/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('assets/fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('assets/fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('assets/fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('assets/fonts/open-sans-v15-latin-600italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
    url('assets/fonts/open-sans-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/open-sans-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/open-sans-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/open-sans-v15-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

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

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1em;
    min-height: 100%;
    background: #FFF;
    color: #333;
}

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

a {
    text-decoration: none;
}

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

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

blockquote {
    font-style: italic;
}

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

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

address {
    line-height: 1.5em;
}

mark {
    background-color: transparent;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
}

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

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

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

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

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

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

.container-nomargin {
    padding-top: 0;
}

#main-wrapper {
    padding-bottom: 2em;
}

.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 .column-70 {
    width: 70%;
}

.grid .column-60 {
    width: 60%;
}

.grid .column-40 {
    width: 40%;
}

.grid .column-30 {
    width: 30%;
}

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

input[type=text], input[type=search], input[type=email], textarea, input[type=password], input[type=tel] {
    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;
    border-radius: 3px;
    vertical-align: top;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    padding: 0.8em 1.5em;
    margin: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
    text-decoration: none !important;
}

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

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

.button-secondary, button.button-secondary, input[type=submit].button-secondary, a.button-secondary {
    background-color: #CCC;
    color: #333 !important;
    border: 1px solid #CCC;
}

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

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

button i {
    padding-right: 0.5em;
}

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

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

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

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

.woocommerce-error {
    background-color: #ffefef;
    color: #ff0000;
}

/* ERRORS */
ul.woocommerce-error {
    margin: 0;
    padding: 1em;
    list-style: none;
    line-height: 1.5em;
}

ul.woocommerce-error a {
    color: #ff0000;
    text-decoration: underline;
}

.woocommerce-info {
    background-color: #BDE5F8;
    color: #00529B;
}

.woocommerce-info a {
    color: #00529B;
    text-decoration: underline;
}

.woocommerce-info a.button {
    line-height: 1.5em;
    padding: .3em .8em;
    margin: 0 .5em;
}

.woocommerce-warning {
    background-color: #FEEFB3;
    color: #9F6000;
}

.woocommerce-warning a {
    color: #9F6000 !important;
    text-decoration: underline !important;
}

.woocommerce-success {
    background-color: #DFF2BF;
    color: #4F8A10;
}

.woocommerce-success a {
    color: #4F8A10 !important;
    text-decoration: underline !important;
}

.woocommerce-checkout .woocommerce-info {
    background-color: #EEE;
    color: #333;
}

.woocommerce-checkout .woocommerce-info a {
    color: #333 !important;
}

.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 > strong {
    text-align: left;
    width: 70%;
    display: inline-block;
}

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

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], p.form-row input[type=tel], p.form-row .select2-container {
    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 !important;
    width: 70% !important;
}

/* 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, .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CCC;
}

ul.tabs li, .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    list-style: none;
    margin-right: 0.5em;
}

ul.tabs li a, .woocommerce-MyAccount-navigation ul li a {
    display: block;
    text-transform: uppercase;
    background-color: #EEE;
    padding: 0.5em 1em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 1em;
    font-weight: 500;
}

ul.tabs li.active a, .woocommerce-MyAccount-navigation li.is-active a {
    background-color: #7b9f35;
    color: #FFF;
}

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

.price {
    font-weight: 600;
}

.price ins {
    color: #db2b1d;
    text-decoration: none;
}

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

ul.flex-direction-nav li {
    list-style: none !important;
}

.images div.flexslider ul.flex-direction-nav li a {
    height: 52px;
    top: 45%;
}

.images div.flexslider ul.flex-direction-nav li a:before {
    margin-top: 12px;
}

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 !important;
}

div.flexslider[data-animation="fade"] ul.slides li {
    margin-right: -100% !important;
}

div.flexslider-vp-carousel ul.slides li {
    margin: 0 15px 0 0 !important;
    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 .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 {
    font-size: 1.5em;
    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: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

div.flexslider-vp-carousel ul.flex-direction-nav li a.flex-next {
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

div.flexslider-vp-carousel ul.flex-direction-nav li a {
    transition: none;
    background: #EEE;
    z-index: auto;
    padding: 0.5em;
    padding-bottom: 0.3em;
    content: "";
    cursor: pointer;
    width: auto;
    text-decoration: none;
    height: auto;
    opacity: 1 !important;
    display: block !important;
}

div.flexslider-vp-carousel ul.flex-direction-nav li a:before {
    font-size: 1.5em;
    color: #333;
    display: block;
}

/* 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] {
    border-right: 0;
    height: 30px;
    width: 85%;
}

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

.widget_shopping_cart .cart-icon .cart-icon-img {
    font-size: 45px;
    color: #FFF;
    text-shadow: 0 0 1px #333;
}

.widget_shopping_cart .cart-icon .cart-count {
    background: #7b9f35;
    display: inline-block;
    padding: 0.15rem 0.3rem;
    line-height: 0.7rem;
    font-size: 0.7rem;
    color: #FFF;
    position: absolute;
    right: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* 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 .right {
    width: 73%;
}

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 {
    display: block;
    margin-bottom: 0;
}

ul.product_list_widget li .price-unit {
    font-weight: normal;
    margin-top: 0;
}

ul.product_list_widget li img {
    width: 90%;
    height: auto;
}

ul.product_list_widget li .reviewer {
    display: block;
}

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

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

/* Widgets Header */

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-loop-header form.woocommerce-ordering {
    z-index: auto !important;
}

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

/* 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 #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 a.logo-text {
    white-space: normal !important;
}

header#hmain #logo .pagetitle {
    font-size: 2.2em;
    display: block;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 0.3em;
}

header#hmain .header-inner .container {
    padding-bottom: 1em;
}

header#hmain .navbar {
    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: 3;
    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 > ul.hover-hidden {
    display: none !important;
}

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 > ul li a {
    font-size: 0.65em;
    padding-left: 1em !important;
}

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, ol.commentlist > .review {
    margin-bottom: 2em;
    padding: 0 0 1em 1em;
    border-bottom: 1px solid #EEE;
}

ol.commentlist .comment img, ol.commentlist .comment .comment-meta, ol.commentlist .review img, ol.commentlist .review .comment-meta {
    display: inline-block;
    vertical-align: middle;
}

ol.commentlist .comment .comment-text, ol.commentlist .review .comment-text {
    margin-top: 1em;
}

ol.commentlist .comment img, ol.commentlist .review 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, #review_form_wrapper {
    clear: left;
}

.comment-respond label {
    width: 20%;
    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;
}

/**
 * 2.6 reviews
 */
ol.commentlist .comment_container .comment-text {
    float: left;
    max-width: 80%;
}

ol.commentlist .comment_container img {
    float: left;
}

ol.commentlist .comment, ol.commentlist .review {
    clear: left;
    float: left;
    width: 100%;
}

ol.commentlist .comment .comment-text, ol.commentlist .review .comment-text {
    margin-top: 0;
}

/**
 * My Account Tabs
 */
.woocommerce-MyAccount-navigation ul li {
    margin-right: 0.2em;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #747474;
    text-transform: none;
}

.woocommerce-MyAccount-content {
    margin-top: 2.5em;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    float: right;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: transparent;
    text-align: right !important;
    padding-right: 0;
}

.woocommerce-MyAccount-content form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-content form fieldset legend {
    font-size: 1.2em;
    font-weight: bold;
}

/* 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;
    line-height: 1.2em;
}

h1.page-title {
    line-height: 120%;
}

.entry-content {
    margin-top: 1em;
}

.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: 1em;
}

.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;
    color: #7b9f35;
}

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

article .entry-content .column-60 {
    padding-left: 2%;
}

article .entry-content .column-60 p:first-child {
    margin-top: 0;
}

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

footer#bottom {
    background: #EEE;
    width: 100%;
    padding: 1em 0;
    clear: both;
}

p.footer-info {
    margin: 0 auto !important;
    font-size: 0.8em !important;
    display: inline-block;
    padding: 0;
    padding-top: 0.5em;
}

.footer-msg p:first-child {
    border-top: 1px solid #CCC;
}

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

.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 h3 {
    font-size: 2em;
    margin: 0;
    line-height: 1em;
}

.wc-content-thumbnail .cat-thumb .cat-thumb-overlay p, .wc-content .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: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

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

li.product:not(.wc-block-product) {
    display: inline-block;
    margin: 0 2% 2% 0;
    text-align: center;
    position: relative;
    z-index: auto;
    vertical-align: bottom;
    cursor: pointer;
    width: 18%;
    border: 2px solid #FFF;
    padding-bottom: 0.5em;
}

li.product .added_to_cart {
    display: block;
}

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, ul.products.columns-5 li.product {
    width: 18%;
    margin-right: 2% !important;
}

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

.columns-4 ul.products li.product, ul.products.columns-4 li.product {
    width: 23%;
    margin-right: 2% !important;
}

.columns-4 ul.products li.product:nth-child(4n), ul.products.columns-4 li.product:nth-child(4n) {
    margin-right: 0 !important;
}

.columns-3 ul.products li.product, ul.products.columns-3 li.product {
    width: 31%;
    margin-right: 2% !important;
}

.columns-3 ul.products li.product:nth-child(3n), ul.products.columns-3 li.product:nth-child(3n) {
    margin-right: 0 !important;
}

.columns-2 ul.products li.product, ul.products.columns-2 li.product {
    width: 48%;
    margin-right: 2% !important;
}

.columns-2 ul.products li.product:nth-child(2n), ul.products.columns-2 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, li.product h2 {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    margin: 0;
    margin-bottom: 0.5em;
    line-height: 1.5em;
}

li.product img {
    width: 100%;
    height: auto;
}

li.product .price {
    font-size: 0.9em;
    display: block;
    padding-bottom: 0.3em;
}

li.product .button {
    padding: 0 0.5em;
    display: block;
    font-size: 0.9em;
}

li.product p.wc-gzd-additional-info {
    font-size: 0.8em;
    line-height: 2em;
    display: block;
    margin: 0;
    margin-right: -4px;
}

li.product a.button {
    display: inline-block;
    margin-top: 0.5em;
    color: #FFF;
}

li.product .price-unit {
    margin: 0;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.woocommerce-3 .product .images {
    width: 55%;
}

.woocommerce-3 .product .summary {
    width: 45%;
}

.woocommerce-3 .product .product_title {
    font-size: 1.4em;
}

.woocommerce-3 .product p.price .amount {
    font-size: 1.2em;
    font-weight: bold;
}

.woocommerce-3 .product p.price-unit .amount {
    font-size: 1em;
}

.woocommerce-3 div.product p.price-unit .amount, .woocommerce-3 div.product p.price-unit .unit, .woocommerce-3 div.product p.price-unit .unit-base {
    font-size: 1em;
    font-weight: normal;
}

.woocommerce-product-gallery .flex-viewport {
    float: right;
    width: 85%;
}

.woocommerce-product-gallery .flex-vertical-thumbnails {
    float: left;
    width: 15%;
    padding: 0 2.5%;
    height: 400px;
    overflow: hidden;
}

.woocommerce-product-gallery .flex-control-nav {
    float: left;
    overflow: visible;
    margin-top: 0;
    transition: transform .45s ease-out, -webkit-transform .45s ease-out;
}

.woocommerce-product-gallery .flex-control-nav li {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    position: relative;
}

woocommerce-product-gallery .flex-control-nav li.active {
    overflow: initial;
}

.woocommerce-product-gallery .flex-control-nav li.active:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    left: -6px;
    width: 2px;
    height: 100%;
    background-color: #2a2a2a;
}

.pswp__button--arrow--left:hover, .pswp__button--arrow--right:hover {
    border: none;
}

.vp-gallery-no-thumbnails .woocommerce-product-gallery {
    width: 45% !important;
}

.vp-gallery-no-thumbnails .woocommerce-product-gallery .flex-viewport {
    float: left;
    width: 100%;
}

.vp-gallery-no-thumbnails .woocommerce-product-gallery .flex-vertical-thumbnails {
    display: none;
}

.vp-gallery-no-thumbnails .summary {
    width: 55% !important;
}

/* 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 .current {
    background-color: #7b9f35;
    border: 1px solid #7b9f35;
    color: #FFF;
}

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

.single-product .wc-gzd-sale-price-label {
    padding-right: 0.5em;
}

.single-product .wc-gzd-sale-price-regular-label {
    margin-left: 0.5em;
    padding-right: 0;
}

li.product .wc-gzd-sale-price-label {
    font-size: 0.8em;
    font-weight: normal;
    position: relative;
    top: -1px;
}

li.product span.wc-gzd-sale-price-regular-label:before {
    display: block;
    content: "";
}

/* 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 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: inherit;
    font-size: 0.9em;
    line-height: 1.5em;
}

.woocommerce .shop_table dl.variation dt {
    padding-right: 2px;
}

.woocommerce .shop_table dl.variation dd {
    margin-bottom: 0.5em;
}

.woocommerce .shop_table dl.variation dd p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    width: auto !important;
}

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

ul#shipping_method li {
    text-align: left;
}

.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 {
    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:not(.woocommerce-order-received) header#hmain .widgets .widget {
    display: none;
}

.woocommerce-checkout:not(.woocommerce-order-received) header#hmain #logo {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EEE;
    padding-bottom: 1em;
}

.woocommerce-checkout:not(.woocommerce-order-received) header#hmain #logo a.logo-active {
    display: inline-block;
}

.woocommerce-checkout:not(.woocommerce-order-received) 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 p.form-row-wide label.checkbox {
    width: 100%;
    text-align: right;
}

.woocommerce-checkout p.form-row label span.optional {
    display: none;
}

.woocommerce-checkout p.form-row-wide .input-checkbox {
    margin-top: 6px;
    margin-left: 7px;
    float: right;
}

#shipping_parcelshop_field label {
    font-weight: bold;
    display: inline;
}

.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 .wc-gzd-product-name-right {
    max-width: 75%;
}

.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 p.legal {
    text-align: left;
    margin-top: 0;
}

.woocommerce-checkout .place-order p.form-row label, .woocommerce-checkout p.legal 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 p.create-account label {
    width: auto;
    display: inline;
}

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

.woocommerce-password-strength.good {
    color: #ceb944;
}

.woocommerce-password-strength.strong {
    color: green;
}

.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
    color: red;
}

/* 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 fieldset {
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin: 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: 1.4em;
}

.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: -3em;
    border: none;
}

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

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

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

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

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

.woocommerce-gzdp-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-account #customer_login {
    vertical-align: top;
}

.woocommerce-account #customer_login h2 {
    font-size: 1.3em;
}

.woocommerce-account #customer_login .col-1 {
    display: inline-block;
    width: 50%;
    padding-right: 2.5%;
    vertical-align: top;
}

.woocommerce-account #customer_login .col-2 {
    display: inline-block;
    width: 50%;
    padding-left: 2.5%;
    margin-left: -4px;
    vertical-align: top;
}

.woocommerce .login, .woocommerce .register {
    width: 100%;
}

.woocommerce .login p.form-row label, .woocommerce .register p.form-row label {
    width: 100%;
    margin-bottom: 0.5em;
}

.woocommerce .login p.form-row input[type=text],
.woocommerce .register p.form-row input[type=text],
.woocommerce .login p.form-row select,
.woocommerce .register p.form-row select,
.woocommerce .login p.form-row textarea,
.woocommerce .register p.form-row textarea,
.woocommerce .login p.form-row input[type=password],
.woocommerce .register p.form-row input[type=password],
.woocommerce .login p.form-row input[type=email],
.woocommerce .register p.form-row input[type=email],
.woocommerce .login p.form-row input[type=tel],
.woocommerce .register p.form-row input[type=tel] {
    width: 100%;
    margin-left: 0;
}

.woocommerce .login p.form-row label.inline {
    width: auto;
    float: left;
}

.woocommerce .login p.lost_password {
    clear: both;
}

.woocommerce .register p.form-row-wide label.inline {
    width: auto;
    display: inline;
}

.woocommerce-account .my_account_orders td {
    text-align: center;
    line-height: 1.5em;
}

.woocommerce-account .my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
    font-size: 0.8em;
    padding: 0.3em;
    font-weight: normal;
    margin-right: 5px;
}

.woocommerce-account .my_account_orders td.woocommerce-orders-table__cell-order-actions a:last-child {
    margin-right: 0;
}

.woocommerce-account .order_details thead tr th:first-child {
    text-align: left;
}

.woocommerce-account .order_details tr td:first-child {
    padding-left: 0;
}

.woocommerce-account .order_details tbody tr td {
    border-bottom: 1px solid #CCC;
    padding-top: 1.2em;
}

.woocommerce-account .order_details tfoot {
    line-height: 2em;
}

.woocommerce-account .my_account_orders td.order-actions .button {
    margin-right: 0.5em;
    font-size: 0.7em;
    padding: 0.5em;
}

.woocommerce-account .shop_table tbody tr:nth-child(even) th {
    background: transparent;
}

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

div.product {
    margin-top: 1em;
}

/*
 New Product Gallery
 */
div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper figure, div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin-left: 0;
    margin-right: 0;
}

div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin-top: 0;
}

div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    max-width: 100%;
    height: auto;
}

div.product .images {
    display: inline-block;
    width: 40%;
    height: 100%;
    position: relative;
}

div.product .summary {
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
    width: 60%;
    margin-left: -4px;
}

div.product .images .big {
    margin-bottom: 0;
}

div.product .images .thumbnails {
    width: 100%;
    background: rgba(255, 255, 255, .4);
    padding: 0.5em 1.2em;
    border-radius: 0;
    border-top: 2px solid #EEE;
    margin-top: 0;
}

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 div[itemprop="offers"] {
    display: inline-block;
}

div.product a.woocommerce-review-link {
    text-decoration: none;
}

div.product p.price {
    margin: 0.5em 0;
    margin-bottom: 0;
}

div.product p.price .amount {
    font-size: 1.6em;
    font-weight: 500;
}

div.product p.price ins {
    font-size: 1.2em;
    padding-left: 0.5em;
}

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

div.product .summary .badge-sale {
    position: inherit;
    margin-left: 1em;
    vertical-align: middle;
    margin-top: -0.6em;
    font-size: 1em;
    display: inline-block;
}

div.product .summary h1, div.product .summary h2, div.product .summary h3, div.product .summary h4, div.product .summary h5 {
    line-height: 1.1em;
}

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 {
    text-align: right;
    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;
    text-align: right;
}

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 .woocommerce-variation-description {
    margin-bottom: 1em;
}

div.product .summary p.price {
    display: inline;
}

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

.quantity .screen-reader-text {
    display: none;
}

.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;
    font-size: 13px;
    max-width: 70px;
}

.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 section.upsells ul.products li.product {
    width: 100% !important;
    margin-right: 0 !important;
}

.product .upsells h2 {
    font-size: 1.1em;
    padding-top: 0.2em;
}

.product .related {
    width: 75%;
    float: left;
}

.product .related li {
    width: 23%;
    margin-right: 2%;
}

.product .related li:nth-child(4n) {
    margin-right: 0;
}

.mobile {
    display: none;
}

table.shop_attributes td, table.shop_attributes th {
    line-height: 1.5em;
}

table.shop_attributes td p {
    margin: 0;
}

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

@media (max-width: 900px) {
    .has-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

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

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

    .woocommerce ul.products:not(.columns-3):not(.columns-2) li.product {
        width: 23%;
        margin-right: 2% !important;
    }

    .woocommerce ul.products:not(.columns-3):not(.columns-2) li.product:nth-child(4n) {
        margin-right: 0 !important;
    }

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

/* TABLETS */
@media (max-width: 768px) {
    #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;
        display: block;
        cursor: pointer;
        line-height: 20px;
    }

    .sidebar .widget .widget-toggle-icon {
        float: right;
        display: block;
    }

    /* Default Products per Row: 4 */
    .wc-content ul.products:not(.columns-3):not(.columns-2) li.product {
        width: 23%;
        margin-right: 2%;
    }

    .wc-content ul.products:not(.columns-3):not(.columns-2) li.product:nth-child(4n) {
        margin-right: 0;
    }

    .checkout .cart_totals table {
        width: 100%;
        display: table;
    }

    #order-verify .column {
        width: 100% !important;
        margin: 0 !important;
    }

    #order-verify .addresses .data-container {
        width: 32% !important;
        margin-right: 2%;
    }

    #order-verify .addresses .data-container:last-child {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    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%;
    }

    .woocommerce-checkout header#hmain #widgets-header #logo {
        width: 100%;
    }
}

@media (max-width: 660px) {
    .mobile {
        display: block;
        margin-left: 20px;
    }

    .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 .widget_product_search {
        display: none;
    }

    #nav-wrapper .widget_product_search h2 {
        display: none;
    }

    #nav-wrapper .widget_product_search_wrapper {
        width: 100%;
        display: block;
        border-bottom: 1px solid #CCC;
    }

    #nav-wrapper .widget_product_search_wrapper .widget_product_search {
        width: 100%;
        display: block;
        text-align: center !important;
        top: 0;
        padding: 0.7em 0;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .widget_product_search input[type=search] {
            font-size: 16px !important;
            line-height: 22px;
        }
    }
    header#hmain #widgets-header #logo a {
        max-width: 100%;
        max-height: 45px;
        height: 45px;
    }

    header#hmain #widgets-header #logo a img {
        max-height: 45px;
        width: auto !important;
    }

    header#hmain #widgets-header #logo .pagetitle {
        font-size: 1.8em;
    }

    header#hmain .container, header#hmain .header-inner .container {
        padding: 0;
    }

    header#hmain {
        position: fixed;
        width: 100%;
        z-index: 11;
        top: 0;
    }

    header#hmain.menu-open {
        height: 100%;
        overflow-y: scroll;
    }

    #main-wrapper {
        margin-top: 3.5em;
    }

    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 .header-inner {
        border-bottom: 1px solid #CCC;
        background-color: #EEE;
        padding: 0.2em 0;
        min-height: 38px;
        width: 100%;
        display: block;
    }

    header#hmain .header-inner .container {
        background-color: #EEE !important;
    }

    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-checkout header#hmain .grid #logo {
        width: 100%;
        padding-bottom: 0;
    }

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

    .woocommerce ul.products:not(.columns-2):not(.columns-3) li.product {
        width: 31% !important;
        margin-right: 2% !important;
    }

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

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

    .woocommerce ul.products:not(.columns-2):not(.columns-3) 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;
    }

    #widgets-footer .grid .column {
        width: 50%;
        padding-right: 2%;
        margin-right: 0;
        margin-bottom: 1em;
    }

    .cart-collaterals .shipping_calculator {
        width: 100%;
    }

    .product_list_widget li img {
        max-width: 50px;
    }

    .product_list_widget li .left {
        width: 18%;
    }

    #order-verify .addresses .data-container {
        width: 100% !important;
        margin-right: 0;
    }

    .woocommerce ul.step-nav {
        font-size: 0.8em;
    }

    .woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2 {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 620px) {
    .woocommerce-cart .coupon input[type=submit] {
        margin-bottom: 1em;
    }

    .woocommerce-cart .actions {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 560px) {
    div.product {
        margin: 0;
    }

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

    div.product div.flex-vertical-thumbnails {
        height: auto !important;
        width: 100%;
        margin-top: 10px;
    }

    div.product div.flex-vertical-thumbnails ol li {
        width: 70px;
        display: inline-block;
        margin-right: 1em;
    }

    .woocommerce-product-gallery .flex-control-nav {
        transform: none !important;
    }

    .woocommerce-product-gallery .flex-control-nav li.active:after {
        top: auto;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 2px;
    }

    div.product div.flex-vertical-thumbnails ol li img {
        width: 100%;
        height: auto;
    }

    .woocommerce-3 div.product {
        margin-top: 1em;
    }

    .woocommerce-3 div.product div.woocommerce-product-gallery {
        width: 100% !important;
    }

    .woocommerce-3 div.product div.summary {
        width: 100% !important;
    }

    div.product div.woocommerce-product-gallery .flex-viewport {
        width: 100%;
        float: left;
    }

    .woocommerce ul.step-nav {
        font-size: 1.1em;
        padding-bottom: 1em;
    }

    .woocommerce ul.step-nav li:first-child a {
        padding-left: 0;
    }

    .woocommerce ul.step-nav li .step-title {
        display: none;
    }

    .woocommerce ul.step-nav .step-number {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 530px) {
    header#hmain #widgets-header #logo .pagetitle {
        font-size: 1.6em;
    }

    header#hmain #widgets-header #logo .subtitle {
        font-size: 0.9em;
    }

    .container {
        width: 94%;
    }

    #main-wrapper {
        margin-top: 2.5em;
    }

    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: 450px) {
    .container {
        overflow: hidden;
    }

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