/*
	Theme Name: Beautiful Pro Theme
	Theme URI: http://my.studiopress.com/themes/beautiful/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
 
	Tags: black, orange, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Welcome Message
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

@font-face {
    font-family: 'open sans bold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open sans bolditalic';
    src: url('fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open sans italic';
    src: url('fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open sans regular';
    src: url('fonts/opensans-normal-webfont.woff2') format('woff2'),
         url('fonts/opensans-normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open sans extra bold';
         src: url('fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'open sans light';
        src: url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-family:'open sans bold'}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:none;color:#555555}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #F9F6F8;
	color: #666;
	font-family: 'Open sans regular', sans-serif;
	font-size: 14.5px;
	font-weight: 300;
	line-height: 1.625;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #428bca;
	color: #fff;
}

::selection {
	background-color: #428bca;
	color: #fff;
}

a {
    color: #428bca;
    text-decoration: underline;
}

a:hover {
	color: #333;
}

.content a.more-link {
	background-color: #eee;
	border-radius: 3px;
	clear: both;
	color: #333;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-top: 32px;
	padding: 10px;
	text-align: center;
}

.content a.more-link:hover {
	background-color: #428bca;
	color: #fff;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}
section {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    width: 100%;
    float: left;
}

/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #707070;
    font-family: 'open sans light',sans-serif;
    font-weight: 100;
}

h1 {
	font-size: 36px;
}

h2 {
    font-size: 40px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-size: 13px;
    font-weight: 300;
    padding: 8.5px;
    width: 100%;
}
li.select2-results__option {
    font-size: 12px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #428bca;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #d04943;
}

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

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.bundle_form {
margin:0px;
}
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner, .wrap {
    margin: 0 auto;
    max-width: 1058px;
}

.beautiful-landing .site-inner {
	max-width: 800px;
}

.site-inner {
    clear: both;
    padding-top: 80px;
    background-color: #fff;
    margin-top: -140px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
    float: right;
    min-width: 720px;
    max-width: 76%;
    margin: 0 auto;
}

.sidebar-content .content {
float:right;
max-width:75%;
}

.full-width-content .content {
	width: 100%;
}

/* Sidebar */
.sidebar-content .sidebar {
    float: right;
    width: 20%;
    margin-right: 5%;
}
.sidebar-content .sidebar {
	float: left;
	
}
.content-sidebar .sidebar {
    float: left;
    width: 20%;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Genesis
--------------------------------------------- */

.breadcrumb {
    border-bottom: 0.5px solid #ddd;
    color: #999;
    font-size: 16px;
    padding-bottom: 10px;
    border-top: 0.5px solid #ddd;
    padding-top: 10px;
}
.breadcrumb {
    font-size: 12px;
}
.breadcrumb span {
    margin: 0.1rem;
}

.archive-description,
.author-box {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: 60px;
	padding: 40px 0;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

form.woocommerce-product-search, .search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}
.site-header .search-form {
    float: right;
    margin: 10px auto;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
input.search-form-submit, form.woocommerce-product-search button {
    box-sizing: border-box;
    float: right;
    width: 70px;
    padding: 10px;
    font-size: 12px;
    height: 40px;
}

.sidebar input#woocommerce-product-search-field-0 {
    margin-bottom: 10px;
}
section#woocommerce_product_search-2 {
    padding: 10px 0;
}
input.search-form-input, input.search-field
 {
    width: 200px;
  
    margin: 0 auto;
    box-sizing: border-box;
    height: 40px;
}
.nav-primary .wrap {
    padding: 10px 0;
    height: auto;
    width:100%;
}
.nav-primary{
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
    background: -moz-linear-gradient(top, #f8f8f8, #efefef);
    background: -ms-linear-gradient(top, #f8f8f8, #efefef);
    background: -o-linear-gradient(top, #f8f8f8, #efefef);
    background: linear-gradient(to bottom, #f8f8f8, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F8F8', endColorstr='#FFEFEFEF');
}
li.searchbox input#s {
    width: 200px;
}
li.searchbox input#searchsubmit {
    padding: 6px;
}
.prdctfltr_filter label {
    font-size: 100%;
    line-height: 24px;
    display: block;
}
li.searchbox {
    display: inline-block;
    float: right;
    margin-top: 30px;
}
.prdctfltr_count {
    display: inline-block;
    height: 16px;
    line-height: 10px;
    font-size: 12px;
    padding: 2px;
    margin-left: 2px;
    border: 1px solid #333;
    color: #333;
    border-radius: 2px;
    vertical-align: text-bottom;
    opacity: 0.5;
    min-width: 12px;
    text-align: center;
    /* background-color: coral; */
}
.prdctfltr_wc.prdctfltr_bold .prdctfltr_filter label.prdctfltr_active > span {
    font-family: 'open sans bold', sans-serif!important;
    color: #222;
}
/*mega menu*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    margin: 5px 0;
    display: none;
}
/* Already in genesis sample theme */
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

/* Add the following below it */
.genesis-nav-menu .megamenu .sub-menu {
	background-color: #fff; /* same color as .genesis-nav-menu .sub-menu a */
	border: 1px solid #eee; /* optional, if a border is desired */
	height: auto;
	width: 610px; /* make width needed plus 10px */
}

.genesis-nav-menu .megamenu.move .sub-menu {
	right: 0;
} /* optional to right align the sub-menu */

.genesis-nav-menu .megamenu .sub-menu a {
	border: 0; /* optional */
	width: 200px; /* 1/3 width for 3 columns */
	/* width: 300px; /* 1/2 width for 2 columns */
}

/* Mobile Menu
Find section @media only screen and (max-width: 1023px) {
In that section find, already in genesis sample theme
*/

/* Titles
--------------------------------------------- */

.entry-title a,
.widget .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 24px;
	text-align: left;
	text-transform: uppercase;
}
.prdctfltr-widget .prdctfltr_terms_customized_select i.prdctfltr-down, .prdctfltr-widget .prdctfltr_terms_customized_select i.prdctfltr-up, .prdctfltr-widget .pf_default_select i.prdctfltr-down, .prdctfltr-widget .pf_default_select i.prdctfltr-up {
    float: right;
    margin-right: 10px;
}
.header-widget-area .widget-title {
	text-align: left;
}

.entry-title,
.welcome-message .widget-title {
	font-size: 30px;
	font-weight: 400;
}

.after-entry .widget-title {
	font-size: 24px;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

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

.avatar {
	float: left;
}

.author-box .avatar {
	height: 80px;
	margin-right: 30px;
	width: 80px;
}

.entry-comments .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


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

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}
ul#menu-webshopmenu li {
    list-style-type: none;
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    text-align: left;
    font-family: 'open sans light';
    padding: 0 10px;
}
.widget.widget_nav_menu li a {
    color: #999999;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 40px;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	box-shadow: none;
	margin-bottom: 15px;
	margin-right: -4px;
	padding: 14px 24px 15px;
	width: 100%;
}

.after-entry .enews-widget input {
	border: none;
}

.sidebar .enews-widget input {
	margin-right: 0;
	padding: 12px 20px 15px;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	margin: 0;
	padding: 16px 24px 15px;
}

.enews form + p {
	margin-top: 24px;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.latest-tweets .tweet-details a,
.latest-tweets .tweet-details a:visited {
	color: #999;
	font-size: 16px;
	text-decoration: none;
}

.latest-tweets .tweet-details a:hover {
	color: #333;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.before-header {
    background-color: #333;
    line-height: 1;
    color: #fff;
    text-align: left;
    font-size: 12px;
    padding: 10px 0;
}
.before-header a {
color: #fff;
text-decoration:underline;
}

before-header .wrap {
    border-bottom: 0px;
    padding: 10px 0;
}
.before-header p {
	line-height: 1.625;
}

.before-header p:last-child {
	margin-bottom: 0;
}

#text-2 h4.widget-title.widgettitle {
    display: none;
    border: 0px;
}
#text-2{
border:0px;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header .wrap {
    /* padding: 40px 0; */
    height:auto;
}
.beautiful .site-header-banner {
	height: 200px;
}

/* Title Area
--------------------------------------------- */
.title-area {
    float: left;
    padding-top: 10px;
    width: 200px;
    height: 60px;
}
.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 0;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
}
.header-image .site-title a {
    background-size: contain!important;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */
.header-image .site-header .wrap {
    padding:0;
}
.header-image .site-title a {
	float: left;
	min-height: 120px;
	width: 100%;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: auto;
}
nav.nav-secondary {
    padding-top: 10px;
}
header.site-header {
    position: relative;
    width: 100%;
    background: -webkit-linear-gradient(#f5f4f4, #e4e4e4);
    background: -linear-gradient(#f5f4f4, #e4e4e4);
   }
header.site-header {
    margin: 0 auto;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #666;
	font-family: 'open sans bold', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	width: 100%;
	font-weight:700;
	
}
ul#menu-webshopmenu.genesis-nav-menu {

    width: fit-content;
    float: right;
}
ul.menu-secondary, ul.menu-secondary a {
    font-family: 'open sans regular',sans-serif!important;
   font-size: 12px; 
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin: 0;
    text-align: left;
    vertical-align: top;
}

.genesis-nav-menu a {
	color: #555555;
	display: block;
	font-size: 13px;
    letter-spacing: normal;
    	padding: 6px 20px;
	position: relative;
	text-decoration: none;
	    text-transform: none;
}

ul#menu-megamenu.genesis-nav-menu a {
 
    padding: 10px;
   }

.genesis-nav-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #428bca;
    background-color: #F8F8F8;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #555555;
}

.nav-header .genesis-nav-menu > .menu-item > a {
    display: inline;
    position: relative;
    padding: 12px 7px 14px 7px;
    color: #555555;
    line-height: 100px;
}


.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 13px;
	letter-spacing: normal;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 -199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
genesis-nav-menu .sub-menu .menu-item:hover, .genesis-nav-menu .sub-menu .menu-item a:hover {
    color: #428bca;
    background-color: #F8F8F8;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	letter-spacing: 4px;
	list-style-type: none;
	text-transform: uppercase;
}

genesis-nav-menu > .right > a {
    display: block;
    font-size: 12px;
    padding: 6px 20px;
}

.genesis-nav-menu > .rss > a {
	margin-left: 40px;
}

.genesis-nav-menu > .search {
	padding: 4px 0 0;
}
/*footer menu*/
.footer-menu {
    display: block;
    width: 100%;
clear:both;
}

.footer-menu .menu ul {
    margin: 0 auto;
    width: 1000px;
    display: block;
    float: none;
    column-count:2;
}
/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */



/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Welcome Message
--------------------------------------------- */

.welcome-message {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.welcome-message .widget {
	margin-bottom: 40px;
}

.welcome-message .widget:last-child {
	margin-bottom: 0;
}

.welcome-message .widget-title {
	text-align: left;
	text-transform: none;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.content .entry:last-of-type,
.page.page-template-page_blog-php .entry:last-of-type {
	border: medium none;
	margin: 0;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 40px;
	padding: 0;
}

.page.beautiful-landing .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ul.wc_payment_method > li {
    list-style-type: none;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 16px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "/";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	text-align: left;
	text-transform: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	overflow: hidden;
	padding: 20px 0;
}

.archive-pagination {
	margin-bottom: 80px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #eee;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #428bca;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-comments .comment,
.entry-comments .comment-reply,
.ping-list {
	margin-bottom: 40px;
}

.entry-comments .comment,
.ping-list {
	border-bottom: 1px dotted #ddd;
}

.ping-list {
	padding-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

p.comment-meta,
p.form-submit {
	margin-bottom: 20px;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
    font-size: 12px;
}
.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .simple-social-icons ul li a {
	padding: 15px !important;
}

/* Split Sidebars
--------------------------------------------- */

.split-sidebars .aligncenter {
	margin: 0 auto 12px;
}

.split-sidebars .widget li li {
	margin: 0 0 0 20px;
}

.split-sidebar-left,
.split-sidebar-right {
	width: 160px;
}

.split-sidebar-left {
	float: left;
}

.split-sidebar-right {
	float: right;
}

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

.bottom-sidebar {
	clear: both;
}


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

.footer-widgets {
    background-color: #222222;
    clear: both;
    padding: 60px 0 20px;
    color: #999999;
    font-size: 13px;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 31%;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
    font-family: 'open sans regular', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

.footer-widgets li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-widgets section {
    border: 0px;
}
/*woocommerce
*/
span.item_qty {
    display: none;
}
.woocommerce ul.products li.product-category a img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border-radius: 5px;
}

.woocommerce ul.sale li.product, .woocommerce-page ul.sale li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 5%!important;
    margin-left: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 30px;
}
.home .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 16px;
    height: 5rem;
}
.bundled_product.bundled_product_summary.product.bundled_item_hidden:first-child {
    display: block!important;
}
.bundled_product.bundled_product_summary.product.bundled_item_hidden {
    display: none;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
    float: left!important;
    padding: 0!important;
    margin-left: -4px!important;
}
tr.woocommerce-cart-form__cart-item.cart_item.bundled_table_item {
    display: none;
}
.bundle_availability {
    display: none!important;
}

.peliglass-home .columns-3 ul.products li a h2.woocommerce-loop-category__title {
    font-size: 20px!important;
    font-family: 'open sans', sans-serif;
    margin-left: 1rem;
    display: inline-block;
    height: 100px;
    max-width: 120px;
}
.peliglass-home .woocommerce ul.products li.product, .peliglass-home .woocommerce-page ul.products li.product {
    padding: 0;
    margin-left: 0;
    min-height: 240px;
}
.peliglass-home .products.columns-3 li.product-category.product {
    width: 310px;
    height: 200px;
}
.peliglass-home .products.columns-3 li.product-category.product {
    width: 300px;
}
.peliglass-home .site-inner {
    background-color: transparent;
}
.peliglass-home .woocommerce.columns-3 {
    width: 100%;
    margin: 0 auto;
}
.peliglass-home header.entry-header {
    visibility: hidden;
}

.peliglass-home h2.woocommerce-loop-category__title {
    font-size: 16px;
    font-family: 'open sans', sans-serif;
    float: LEFT;
    margin-left: 2rem;
}
h2.woocommerce-loop-category__title {
    font-size: 14px!important;
    font-family: 'open sans bold', sans-serif;
}
.home section.sale li h2.woocommerce-loop-product__title {
    font-size: 12px!important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 12px;
    height: 5rem;
    text-decoration:underline;
}

.product_cat-books-videos h2.woocommerce-loop-product__title {
height: 7rem!important;

}
.home section.sale li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 300px;
}
.home section.sale li.product_cat-paints a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 240px;
}
/*homepage*/
.woocommerce li.product {
    float: left;
    list-style-type: none;

}

.woocommerce.columns-4 li.product {
    width: 22.5%;
    margin: 0 2.5%;
}
.woocommerce.columns-6 li.product {
    width: 15%;
    margin: 0 1.5%;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0;
    margin-left: 0;
   min-height: 320px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
}

.peliglass-home a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
height:400px;}
.home a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {

    height: 320px;
    width: 150px;
    text-decoration: none;

}
.home #product-cats-frontpage2 .product.featured a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 360px!important;
}
.peliglass-home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 1rem!important;
    padding: .5em 0;
    margin: 0;
font-size: 14px;    
height: fit-content;
    display: block;
    /* clear: both; */
}
#product-cats-frontpage-sale .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    white-space: nowrap;
    margin-top: 2rem;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
    height:250px;
}
li.product_cat-dalle-de-verre a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 170px;
}
.related.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
    height: 310px;
}

#product-cats-frontpage3 li.product a.woocommerce-LoopProduct-link {
    height: 255px;
}
.product_cat-peli-sets a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, .product_cat-pre-packaged-glass-paint-sets a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
/* 
    height: 340px!important;
 */
}
.archive.term-controllers a.woocommerce-LoopProduct-link h2{
    height: 4rem!important;
}
.archive.term-controllers a.woocommerce-LoopProduct-link{
    height: 200px;
}
.archive.tax-product_cat.term-contour-grisaille-debitus .product_cat-peli-sets a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, .archive.tax-product_cat.term-contour-grisaille-debitus .product_cat-pre-packaged-glass-paint-sets a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
height:200px!important;
}

.peliglass-home a.button {
    margin-bottom: 7rem;
    margin-top: 0rem;
}
.woocommerce table.shop_attributes:first-child{
display:none;
}
/*hide 'sale' for peli glass catalog*/

.post-12204 span.onsale {
    display: none;
}
/*----*/
.woocommerce.columns-4, .woocommerce.columns-6 {
    clear: both;
}
#product-cats-frontpage-sale .woocommerce.columns-6 li {
    width: 10%;
    margin: 0 3%;
}
#product-cats-frontpage-sale .woocommerce.columns-6 li.product a img {
    width: 100px;
    }
li.product_tag-in-stock::before {
    content: "In Stock";
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'open sans bold', sans-serif;
    display: block;
    padding: 8px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #428bca;
    vertical-align: middle;
    border-radius: 100px;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    z-index: 999;
    left: -10px;
}

.woocommerce div.product p.stock {
    font-size: .92em;
    display: none;
}
section#product-tags-instock li:before {
    display: none;
}
.home .woocommerce span.onsale {
    position: absolute;
}
section#product-tags-instock {
    margin-bottom: 4rem;
}
.woocommerce span.onsale {
   
    padding: 13px 10px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 1.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    box-sizing: border-box;
}
.woocommerce.columns-4 li.product-category.product {
    margin: initial;
    width: 25%;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 20%;
    margin: 3% 6%;
}
woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 1rem;
    font-family: 'open sans bold', sans-serif;

}

/*quote request option*/

li.wc_payment_method.payment_method_gpls-rfq {
    list-style-type: none;
}
.archive small.woocommerce-price-suffix, .home small.woocommerce-price-suffix {
    display: none;
}
.archive .price small.woocommerce-price-suffix, .home .price small.woocommerce-price-suffix
 {
    display: none;
}
small.woocommerce-price-suffix {
    float: left;
    clear: both;
    width: 100%;
    color: #666;
    font-size: 12px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #449024;
    font-size: 1.25em;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .8;
    display: inline-block;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .8;
    display: inline-block;
}
.purchase-note {
    clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    display: none;
}
del span.woocommerce-Price-amount.amount {
    color: red;
    text-decoration: line-through;
    }
.product_meta {
    font-size: 12px;
}
.product_meta span {
    float: left;
}
.product_meta span span {
    float: none;
}
.woocommerce ul.products li.product .price {

    color: #2d810a;
    font-weight: 400;
    font-size: 0.8rem;
    font-family: 'open sans bold', sans-serif;
    text-decoration: none;

}
ul.products {
    position: relative;
}
ul.products li {
    position: relative;
}
del span.woocommerce-Price-amount.amount {
    color: #2d810a;
}
ins span.woocommerce-Price-amount.amount {
    color: #861717;
    text-decoration: underline;
}
.woocommerce ul.products li.product a img {
    width: 150px;
    max-height: none;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
li.product.featured::before, .single-product div.product.featured::before {
    content: "Tip!";
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'open sans bold', sans-serif;
    display: block;
    padding: 9px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #664696;
    vertical-align: baseline;
    border-radius: 100px;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    z-index: 999;
    left: -10px;
    line-height: 2.8;
}

#product-cats-frontpage2 li.product.featured::before{
display:none;
}
#product-cats-frontpage-sale .woocommerce-loop-product__title {

    font-size: 12px;
    white-space: pre-wrap;
    width: 100px;

}
#product-cats-frontpage-sale a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 300px !important;
}

.term-new-items-sales li.product a.woocommerce-LoopProduct-link, .page-id-21222 li.product a.woocommerce-LoopProduct-link {
    height: 300px !important;
}   
#product-cats-frontpage-sale .woocommerce ul.products li.product .onsale{
display:none;}
.woocommerce span.onsale {
     font-size: 11px;
    text-transform: uppercase;
    font-family: 'open sans bold', sans-serif;
    display: block;
    padding: 9px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #77a464;
    vertical-align: baseline;
    border-radius: 100px;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    z-index: 999;
    left: -10px;
    line-height: 2.8;
}
.woocommerce ul.products li.product .onsale {
    right: 30px;
    left: auto;
    margin: 0;
    top: 10px;
}
#product-tags-instock button h4 a, #product-cats-frontpage-sale button h4 a {
    color: #fff;
    text-decoration: none;
    font-family: 'open sans bold', sans-serif;
    font-size: 19px;
} 
#product-tags-instock button h4, #product-cats-frontpage-sale button h4 {
    padding: 0px;
    margin: 0px;
}
#product-tags-instock button, #product-cats-frontpage-sale button {
    margin: 0 auto 40px auto;
    float: none;
    display: block;
}
button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt {
    width: auto!important;
}
/*delete tabs look*/

li#tab-title-other_details {
    display: none;
}
ul.tabs.wc-tabs {
    display: none!important;
}
.vat_number span.optional {
    display: none;
}
.vat_number::after {
    content: '*';
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 16px;
	padding: 40px 0;
	text-align: center;
}

.site-footer a {
	color: #666;
}

.site-footer a:hover {
	color: #428bca;
}

.site-footer p {
	margin-bottom: 0;
}
/*woocommerce*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    margin: 0 0 4rem 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #222222;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px;
    font-family: 'open sans bold', sans-serif;
    width: 100%;
    text-align: center!important;
}


input.button.rfq_button {
    text-align: center;
    width: auto;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em!important;
}
h2.woocommerce-loop-product__title {
    font-size: 20px;
    font-family: 'open sans bold', sans-serif;
    color: #555555;
}
.site-header > .wrap {
    position: relative;
}

.menu-toggle {
    margin: 10px 30px 0 auto;
}

.header-search-wrap {
    display: none;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.split-sidebar-left,
	.split-sidebar-right {
		width: 100%;
	}
.prdctfltr_aftertitle > span, .prdctfltr_collector > span {
    white-space: pre-wrap!important;
  }
  .sidebar-content .sidebar {
    float: right;
    width: 18%;
    margin-right: 2%;
}

}

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

	.beautiful-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 768px;
	}
.sidebar-content .sidebar {
    float: left;
    width: 100%;
    margin-right: 2%;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
    width: fit-content;
    padding: 0;
    margin-bottom: 0px;
    margin-right: 20px;
}
section#text-8 {
    border-bottom: 0px;
    margin-bottom: 0;
}
section#prdctfltr-2 {
    border-top: 0px;
}
ul.wc-item-meta {
    list-style-type: none;
}
.prdctfltr-widget .prdctfltr_terms_customized_select i.prdctfltr-down, .prdctfltr-widget .prdctfltr_terms_customized_select i.prdctfltr-up, .prdctfltr-widget .pf_default_select i.prdctfltr-down, .prdctfltr-widget .pf_default_select i.prdctfltr-up {
    float: right;
    margin-left: 10px;
}
	.header-image .site-title a {
		background-position: center !important;
		background-size: contain !important;
		margin: 0;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
.sidebar .widget {
    margin-bottom: 10px;
}
.header-image .site-title a {
    float: left;
    min-height: 50px;
    width: 100%;
}
#product-cats-frontpage-sale .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    white-space: pre-wrap;
    margin-top: 2rem;
}
.content-sidebar-wrap main.content {
    max-width: 75% !important;
    float: right;
    min-width: 0;
    margin: 0 auto;
}
}

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

	.footer-widgets,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
li.searchbox {
    width: 300px;
    display: inline-block;
    float: RIGHT;
    MARGIN-TOP: 20PX;
}
li.searchbox input#s {
    width: 200px;
}
li.searchbox input#s {
    width: 200px;
}
	.pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
.woocommerce.columns-4 li.product-category.product {
    margin: initial;
    width: 50%;
    float:left;
}
.woocommerce.columns-4 li.product {
    width: 47.5%;
    margin: 0 2.5%;
    float: left;
}
.woocommerce.columns-6 li.product {
    width: 30%;
    margin: 0 1.5%;
}
.woocommerce.columns-4 {
    float: LEFT;
    DISPLAY: BLOCK;
    clear: both;
}
.woocommerce ul.products li.product a img {
    width: auto;
    max-height: 200px;
    display: block;
    box-shadow: none;
}
content-sidebar .sidebar {
    float: left;
    width: 100%;
}
.content{
float:none;
}
	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .megamenu .sub-menu {
			overflow: hidden;
			width: 100%;
	}

	.genesis-nav-menu .megamenu .sub-menu a {
		width: auto;
	}

.content-sidebar .sidebar {
    float: left;
    width: 100%;
}

    main.content {
        max-width: 100%;
        float: none;
        min-width: 0;
        margin: 0 auto;
    }
.woocommerce-ordering {

    float: left !important;
    clear: both;

}

}

@media only screen and (max-width: 480px) {
.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    margin-right: 20px;
}

.prdctfltr_filter h4 {
    margin: 10px 0;
}
main.content {
    width: 100%;
}
.sidebar-content .content {
    float: right;
    max-width: 100%;
}
.woocommerce.columns-4 li.product-category.product {
    margin: initial;
    width: 100%;
    float:left;
}
.woocommerce.columns-4 li.product {
    width: 100%;
    margin: 0 2.5%;
    }
    .peliglass-home .woocommerce.columns-3 {
    width: 100%;
    margin: 0 auto;
}
.peliglass-home .products.columns-3 li.product-category.product {
    width: 100%;
}
.content-sidebar-wrap {
    overflow: hidden;
}
.content-sidebar-wrap {
    overflow: hidden;
}
.full-width-content .content{
min-width:100%;
max-width:100%;
}
.footer-menu .menu ul {
    margin: 0 auto;
    width: 100%;

}
.footer-menu {
    display: block;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding: 14px 0;
}
.footer-menu .menu ul {
    margin: 0 auto;
    width: 100%;
    /* column-count: 1; */
    list-style-type: none;
}
nav.nav-secondary {
    height: 100px;
}
ul#menu-extra-info-menu li {
    padding: 5px;
    text-align: center;
    float: left;
    font-size: 12px;
}
ul.menu-secondary, ul.menu-secondary a {
    font-size: 10px;
}
.peliglass-home .woocommerce.columns-3 ul li {

    width: 100%;
    margin: 0 auto;

}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 90%;
    margin: 0 auto;
    float: none;
}
.site-inner {

    margin-top: -10px;

}
.woocommerce.columns-6 li.product {

    width: 40%;
    float: left;
    margin: 5% !important;
    margin-left: 5% !important;

}
.products.columns-6 {

    width: 100%;
    margin: 0 auto;

}
#product-cats-frontpage .woocommerce-loop-category__title {

    margin: 0 auto;
    float: none;
    display: block;

}
.peliglass-home h1 {

    text-align: center;

}
.home a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 300px;
    margin: 0 auto;
}
#product-cats-frontpage3 li.product a.woocommerce-LoopProduct-link {
    margin-top: 2rem;
    height: 300px;
}
.sidebar-content .sidebar {
    float: left;
    width: auto;
    margin-right: 2%;
}
.home li.post-12204 a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 320px;
}
.sidebar-content .content {

    float: right;
}
li.post-14256 a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 130px;
}
.single-product .half-col {

    float: left;
    width: 100%;

}
#product-cats-frontpage-sale h2.woocommerce-loop-product__title {

    font-size: 12px;

}

.peliglass-home a.button{
    margin: 0 auto 2rem auto;
    display: block;
    width: fit-content;
}
#product-cats-frontpage-sale .woocommerce.columns-6 li {
    width: 40%;
    margin: 0 5%;
}

.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu, .genesis-nav-menu.responsive-menu {
    display: block;
    float: none;
    width: fit-content;
    margin: 30px auto 10px auto;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 auto;
    display: block;
    float: none;
    width: 200px;
}
.nav-secondary .responsive-menu-icon {
    display: none;
}
/*hide secondary menu items on mobile, only display cart and shop home*/
#menu-extra-info-menu li {
    display: none;
}
li#menu-item-14553, #menu-extra-info-menu li.right {
    display: inline-block!important;
}
.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: none!important;
}
/*---*/

}