/*!
Theme Name: Swell Custom Theme
Author: Swell Media Group
Author URI: https://sitebyswell.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: swell-custom


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins.summary.entry-summary h1.product_title.entry-title
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Mont;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-family: MontLight;
    font-size: 12px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

a.button.product_type_variable {
    display: none !important;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: none;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 10px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: black;
}

a:visited {
	color: black;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: black;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    width: 100%;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: transparent; 
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    width: 100%;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: ;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* SWELL */

.topbar, .bottombar {
    background: #f3f0e6;
    text-align: center;
    letter-spacing: 2px;
    font-size: 10px;
    padding: 10px;
}

.bottombar {
    position: absolute;
    width: 100%;
    clear: both;
}

header#masthead {
    display: table;
    width: 100%;
    padding: 30px 20px;
}

.col1, .col2, .col3 {
    display: table-cell;
    vertical-align: middle;
}

.col1 {
    text-align: left;
    width: 40%;
}

.col2 {
    text-align: center;
    width: 20%;
}

.col3 {
    text-align: right;
    width: 40%;
}

nav#ubermenu-left-39-dleft-2 {
    float: left;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    padding-right: 30px;
    font-size: 10px;
}

ul#ubermenu-nav-main-40-dright{
    float: left;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    padding-left: 30px;
    font-size: 10px;
}

ul#ubermenu-nav-main-40-dright a, nav#ubermenu-left-39-dleft-2 a {
    text-transform: uppercase;
}

.menu-left li {
    float: left;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    padding-right: 30px;
    font-size: 10px;
}

.colf1 li, .colf2 li, .colf3 li {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
    font-size: 10px;
}

.colf1, .colf2, .colf3 {
    display: table-cell;
    width: 33.3%;
}

footer#colophon {
    padding: 30px 50px;
    display: table;
    width: 100%;
}

.bottombar {
    clear: both;
}

.footerdiv {
    display: table-cell;
    width: 70%;
}

.footermenus {
    display: table;
    width: 100%;
}

.footersocials {
    width: 30%;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
    text-align: right;
}

.footersocials a {
    padding-left: 10px;
}

.menu-right {
    float: right;
}

select#alg_currency_select {
    border: 0;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
}

form#alg_currency_selector {
    margin-bottom: 0px;
}

nav.woocommerce-breadcrumb, a.button.product_type_variable.add_to_cart_button, p.woocommerce-result-count, form.woocommerce-ordering, nav.woocommerce-pagination, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_simple {
    display: none !important;
}

h1.woocommerce-products-header__title.page-title {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0px;
    padding: 0px 40px;
}

ul.products.columns-3 {
    width: 100%;
    padding-left: 3%;
}

h2.woocommerce-loop-product__title {
    font-size: 12px;
    font-weight: 100;
    width: 70%;
    margin-top: 10px !important;
    font-family: Optima;
    float: left;
    margin: 0px;
}

span.price {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 100;
    font-family: MontLight;
    width: 30%;
    margin-top: 10px !important;
    float: right;
    margin: 0px;
    text-align: right;
}

ul.products li.pif-has-gallery a.woocommerce-loop-product__link [class*="wp-post-image"] {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.collectwidgets {
    position: -webkit-sticky;
    position: sticky;
    min-height: 50vh;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    padding-left: 40px;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: MontLight;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 2.8;
}

.collectwidgets {
    display: none !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #ffffff !important;
    font-size: 12px;
    padding: 50px 40px;
}

/* PRODUCT PAGE - DSK */

.single-product div.product .woocommerce-product-gallery {
    width: 60%;
    float: right !important;
    padding: 40px;
    height: 90%;
    overflow: hidden;
    padding-left: 0px;
    padding-top: 0px;
}

.summary.entry-summary {
    float: right;
    padding: 40px;
    width: 40%;
}

.quantity, .product_meta {
    display: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid black;
    background: white;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 10px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    width: fit-content;
}



button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #f2f0e6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid black;
}

.button-variable-item span {
    font-size: 12px !important;
}

.woocommerce-product-details__short-description {
    font-family: MontLight;
    font-size: 12px;
}

.stock.in-stock {
    color: #000000 !important;
    font-family: MontLight;
    font-size: 12px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #f2f0e6 !important;
    clear: both;
    padding: 20px;
    margin: 10px 40px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1.product_title.entry-title {
    font-family: MontLight;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px;
    text-transform: uppercase;
}

.summary.entry-summary h1.product_title.entry-title {
    font-family: Optima;
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0px !important;
}

section.related.products, td.label, a.reset_variations, .quantity {
    display: none !important;
}

h1.entry-title {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    font-size: 20px;
    margin-top: 0px;
    margin: 0px 40px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    li#menu-item-125, li#menu-item-127 {
        display: none;
    }
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0px !important;
}

li.variable-item.button-variable-item.selected {
    background-color: white !important;
    border: 1px solid black !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    background-color: #f2f0e6 !important;
    box-shadow: none !important;
    padding: 2px;
    margin: 4px 8px 4px 0;
}

.flex-viewport {
    width: 80%;
    float: left;
}

ol.flex-control-nav.flex-control-thumbs {
    width: 20%;
    float: left;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100% !important;
    padding: 0px 8px !important;
}

:focus {
    outline: 0px !important;
}

/* Collapsible */
.collapsible {
  color: black;
  cursor: pointer;
  padding: 18px;
  background: white;
  width: 100%;
  border: 1px solid white;
  text-align: left;
  outline: none;
  font-size: 12px;
}

.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.prodinfo {
    width: 40%;
    padding: 20px;
}

p.collapsiblecontent {
    font-size: 12px;
    font-family: MontLight;
}

a.button.wc-forward {
    width: 100%;
    display: block;
    padding: 14px;
    border: 1px solid black;
    margin-bottom: 10px;
    text-align: center;
    font-family: Mont;
    font-size: 10px;
}

li.woocommerce-mini-cart-item.mini_cart_item {
    width: 50%;
    float: left;
    padding-right: 2%;
}

p.woocommerce-mini-cart__buttons.buttons {
    clear: both;
}

.widget_shopping_cart_content span.woocommerce-Price-amount.amount {
    float: right;
    border-bottom: 1px solid black;
}

li#woocommerce_widget_cart-2 {
    margin-top: 15px;
}

a.remove.remove_from_cart_button {
    position: absolute;
    margin: 10px;
    background: #f2f0e6;
    padding: 5px;
    line-height: 1;
    border: 1px solid black;
    padding-left: 8px;
    font-size: 15px;
}

a.button.wc-forward {
    display: none;
}

a.button.checkout.wc-forward {
    display: block;
}

p.woocommerce-mini-cart__total.total {
    clear: both;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

li#menu-item-129:hover:before {
    margin-top: 29px;
    margin-left: 24px;
    border: 10px inset;
    border-color: transparent transparent #f2f0e6;
    border-bottom-style: solid;
    content: "";
    position: absolute;
}

li#menu-item-123:hover:before {
    margin-top: 29px;
    margin-left: 56px;
    border: 10px inset;
    border-color: transparent transparent #f2f0e6;
    border-bottom-style: solid;
    content: "";
    position: absolute;
}

li#menu-item-122:hover:before {
    margin-top: 29px;
    margin-left: 27px;
    border: 10px inset;
    border-color: transparent transparent #f2f0e6;
    border-bottom-style: solid;
    content: "";
    position: absolute;
}

li#menu-item-127:hover:before {
    margin-top: 29px;
    margin-left: 53px;
    border: 10px inset;
    border-color: transparent transparent #f2f0e6;
    border-bottom-style: solid;
    content: "";
    position: absolute;
}

li#menu-item-126:hover:before {
    margin-top: 29px;
    margin-left: 50px;
    border: 10px inset;
    border-color: transparent transparent #f2f0e6;
    border-bottom-style: solid;
    content: "";
    position: absolute;
}

input#woocommerce-product-search-field-0 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* MOBILE */ 

@media only screen and (max-width: 700px) {
    
    .single-product div.product .woocommerce-product-gallery {
        height: 70% !important;
    }

.col1 {
    text-align: left;
    width: 10% !important;
}

.col2 {
    text-align: center;
    width: 80% !important;
}

.col3 {
    text-align: right;
    width: 10% !important;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    border: 0px;
    width: 100% !important;
    position: fixed !important;
    overflow-y: scroll !important;
    top: 0;
    overflow-x: hidden !important;
    height: 100vh !important;
    padding: 20px;
    padding-top: 30px;
}

nav#ubermenu-main-40-dright-2 ul.ubermenu-submenu.ubermenu-submenu-id-129.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    border: 0px;
    width: 100% !important;
    position: fixed !important;
    top: revert;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: 100vh !important;
    margin-top: 20px;
}
nav#ubermenu-left-39-dleft-2 {
    z-index: 999;
}
li#menu-item-129:hover:before {
    display: none;
}
.colf1, .colf2, .colf3 {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.footerdiv {
    display: block;
    width: 100%;
}
.footersocials {
    text-align: left;
    display: block;
    width: 100%;
}
.footersocials a {
    padding-left: 0px;
    padding-right: 10px;
}
.single-product div.product .woocommerce-product-gallery {
    width: 100% !important;
    padding: 0px !important;
}
.summary.entry-summary, .prodinfo {
    width: 100% !important;
}
.collectwidgets {
    display: none;
}
ul.products li.product {
    width: 50%;
    float: left;
    padding: 5px;
}
li.pif-has-gallery img {
    object-fit: cover;
    height: 280px;
}
ul.products.columns-3 {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 5px;
}
span.price {
    float: none;
}
h1.woocommerce-products-header__title.page-title {
    text-align: center;
}
footer#colophon {
    padding: 30px 40px !important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    padding: 8px !important;
    padding-bottom: 16px !important;
    padding-top: 0px !important;
}
}

.ubermenu .ubermenu-target-text {
    text-transform: uppercase;
}

.ubermenu-left .ubermenu-submenu.ubermenu-submenu-drop {
    padding: 30px 15px;
}

.ubermenu-left .ubermenu-submenu.ubermenu-submenu-drop {
    padding: 30px 15px;
}

.ubermenu-submenu.ubermenu-submenu-id-127.ubermenu-submenu-type-flyout.ubermenu-submenu-drop {
    padding: 30px 15px;
}

span.onsale {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

span.onsold {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.xoo-wsc-notice-success {
    background-color: #f3f0e6 !important;
    color: black !important;
}

a.added_to_cart.wc-forward, span.xoo-wsc-sc-count, span.xoo-wsc-sc-subt {
    display: none;
}

.xoo-wsc-sc-bki {
    font-size: 19px;
}

span.xoo-wsc-sc-bki.xoo-wsc-icon-bag2 {
    padding: 13px;
}

@media only screen and (min-width: 1000px) { 
li.pif-has-gallery img {
    object-fit: cover;
    height: 450px;
}

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

@media only screen and (min-width: 1400px) { 
li.pif-has-gallery img {
    object-fit: cover;
    height: 700px !important;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
    z-index: 200 !important;
}
}

.pif-has-gallery .onsale {
    z-index: 1 !important;
}

ul.flex-direction-nav {
    position: absolute;
    width: 68%;
    margin: 10px;
}

li.flex-nav-prev {
    float: left;
}

li.flex-nav-next {
    float: right;
}

ul.flex-direction-nav a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 9px;
}