/*
Theme Name: Marine Parts Order
Description: website theme for Marine Parts Order, based on Storefront theme
Author: Ascona
Author URI: https://www.ascona.co.nz/
Template: storefront
Version: 100.0.0
*/

.woocommerce-checkout #shipping_method_0_local_pickup7:after { content:"Marine Zone, 254 Papamoa Beach Road, Papamoa 3118"; margin-top: 15px; margin-left: 25px; margin-bottom: 10px; width: 299px; display: block; line-height: 1; font-size: 14px; }

.woocommerce-cart label[for=shipping_method_0_local_pickup7]:after { content:"Marine Zone, 254 Papamoa Beach Road, Papamoa 3118"; margin-top: 15px; margin-left: 25px; margin-bottom: 10px; width: 299px; display: block; line-height: 1; font-size: 14px; }


.ywcca_category_accordion_widget .cat-item-15 { display:none; }

body {
    -ms-word-wrap: normal !important;
    word-wrap: normal !important;
}
body, button, input, select, textarea {
	font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #2b2e96;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}

b, strong { font-weight: 700; }

a { 
	color: #00b496; 
	font-weight: inherit; 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	
}
a:hover { color: #00b496; text-decoration: underline; }
.hentry .entry-content a:not(.button) { text-decoration: none; }
.hentry .entry-content a:not(.button):hover { text-decoration: underline; }

a:focus, button:focus, input:focus, textarea:focus {
    outline: 2px solid #00b496;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 1.25em;
	color: #2b2e96;
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 1.25;
    letter-spacing: 0.0125em;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 { letter-spacing: 0.0375em; }
h1, .page-template-template-homepage .entry-header h1 { font-size: 30px; border-bottom: 5px solid #00b496; margin-bottom: 1em; }
h2, .alpha { font-size: 30px; border-bottom: 5px solid #00b496; }
h3 { font-size: 24px; color: #00b496; }
h4 { font-size: 22px; margin-bottom: 1em; }
h5 { font-size: 18px; margin-bottom: 1em; text-transform: uppercase; margin-top: 1.5em; }
h6 { font-size: 20px; margin-bottom: 1em; margin-top: 1.5em; }

p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

img {
    -o-border-radius: 0; 
    -ms-border-radius: 0; 
    -moz-border-radius: 0; 
    -webkit-border-radius: 0; 
    border-radius: 0;
}

hr { background-color: #ade5f9; height: 2px; margin: 0 0 1.25em; }

i { font-size: 0.9em; margin-right: 10px; }

small { font-size: 85%; }

table { font-size: 0.9em; border-bottom: 5px solid #efefef; }
table td, table th { padding: 0.75em 1.25em; }
table:not( .has-background ) tbody td { background-color: #fafafa; }
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #efefef;
}
table th, table thead tr td { background-color: #00b496; color: #fff; font-weight: 700; }
table:not( .has-background ) th {
    background-color: #365fb6;
}

.clr { clear: both; }
.hidden { display: none; }
.visuallyhidden,
.page-template-template-homepage .entry-header,
.storefront-product-categories .section-title {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

.entry-content .alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}
.section-title { 
    text-transform: uppercase;
    text-align: center;
    border: none;
    word-spacing: 0.25em;
}
.d-tablet, .d-inline-tablet { display: none !important; }

.col-full {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 1510px;
	padding: 0;
}
.col-full .col-full {
    max-width: 100%;
    width: 100%;
}
.entry-content > p:last-child { 
	margin-bottom: 0; 
}

body .alignright, body .alignleft {
	max-width: 45%;
	margin-top: 7px;
	margin-bottom: 1em;
}

blockquote {
    margin: 34px 0;
    padding: 25px 30px 20px 55px;
    border-left: 5px solid rgba(247, 32, 133, 0.5);
    -o-border-radius: 4px 15px 15px 4px;
    -moz-border-radius: 4px 15px 15px 4px;
    -webkit-border-radius: 4px 15px 15px 4px;
    border-radius: 4px 15px 15px 4px;
    font-style: italic;
    background: rgba(0, 0, 0, 0.04);
}
blockquote::before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f10d";
    display: block;
    height: 0;
    position: relative;
    font-size: 26px;
    left: -40px;
    top: -10px;
    color: rgba(247, 32, 133, 0.6);
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin: 0; }

blockquote+h2, blockquote+h3, blockquote+h4, blockquote+header h2, form+h2, form+h3, form+h4, form+header h2, ol+h2, ol+h3, ol+h4, ol+header h2, p+h2, p+h3, p+h4, p+header h2, table+h2, table+h3, table+h4, table+header h2, ul+h2, ul+h3, ul+h4, ul+header h2 {
    margin-top: 1.75em;
}

/* buttons */

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
input[type="tel"],
.button, .added_to_cart, 
.widget a.button, 
.site-header-cart .widget_shopping_cart a.button,
body .nf-form-content button, body .nf-form-content input[type=button], body .nf-form-content input[type=submit] {
    background-color: #4bc3f6;
    border: none;
    color: #fff;
    padding: 9px 30px 10px 30px;
    box-shadow: none;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    text-transform: lowercase;
    border-radius: 100px;
	line-height: 1.3;
	margin-top: 0.5em;
}
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    background-color: #4bc3f6;
}
/*
button:after, 
input[type="button"]:after, 
input[type="reset"]:after, 
input[type="submit"]:after, 
.button:after, .added_to_cart:after, 
.widget a.button:after, 
.site-header-cart .widget_shopping_cart a.button:after {
}
*/
button.blue, .button.blue {
    background-color: #4bc3f6;
	color: #fff;
}
.entry-content .button span:after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    font-size: 0.85em;
    line-height: 1;
    transform: translate(0px, 0px);
    content: '\f061';
	margin-left: 10px;	
}
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
.button:hover, 
.added_to_cart:hover, 
.widget a.button:hover, 
.site-header-cart .widget_shopping_cart a.button:hover,
body .nf-form-content button:hover, body .nf-form-content input[type=button]:hover, body .nf-form-content input[type=submit]:hover {
    background-color: #2b2e96;
    border: none;
    color: #ffffff;
	text-decoration: none;
}
button.blue:hover, .button.blue:hover {
    background-color: #00b294;
    border-color: #00b294;
	color: #fff;
}
a:focus, .button:focus, .button.alt:focus, .button.added_to_cart:focus, .button.wc-forward:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .added_to_cart:focus {
    outline: #0a6fc6 dotted 1px;
}
.added_to_cart {
	background-color: #00b496;
    border-color: #00b496;
    color: #fff;
}
.added_to_cart:hover,
input[type="submit"].alt:hover, 
.button.alt:hover {
    background-color: #2b2e96;
    border-color: #2b2e96;
    color: #ffffff;
}

/* HEADER */
body .site-header {
    background-position: 50% 2.5em;
	background-image: url('images/Marine-Parts-Order-header_mobile.jpg');
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
    border-bottom: none;
    font-weight: 500;
	padding-top: 1em;
	padding-bottom: 0.25em;
}
body .site-header a:hover, body .site-header ul.menu:not(.site-header-cart) li a:hover  { color: #00b294; text-decoration: none; }
.header-wrap, .site-footer {
	padding-top: 1.618em;
	padding-bottom: 1.618em;
}
.header-wrap { padding: 10px 0; text-align: center; }
.woocommerce-active .site-branding {
	float: none;
	margin: auto;
}
.logo { padding: 0; margin: 0; }
.site-branding .site-description .tagline { margin-right: 10px; }
.site-branding .site-description .flag { 
	flex-basis: 30px;
    flex-grow: 0;
    flex-shrink: 0;
	order: 2;
}
.site-branding .site-description {
	font-size: 0.825em;
    font-weight: 700;
	letter-spacing: -0.0125em;
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    line-height: 1.2;
    align-items: center;
}

#header-widgets img { 
	display: inline-block; 
	margin: 4px; 
	vertical-align: middle; 
    -ms-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
#header-widgets .header-widgets-wrap { 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
	margin-bottom: 10px;
	margin-left: -8px;
    margin-right: -8px;
}
#header-widgets .widget { margin: 5px 8px 5px 8px; }
#header-widgets .widget:first-child { margin-left: 0 !important; }

body .woocs-style-1-dropdown.woocs-style-1-active,
body .woocs-style-1-dropdown.woocs-style-1-active:hover,
body .woocs-style-1-dropdown .woocs-style-1-dropdown-menu,
body .woocs-style-1-dropdown {
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #2b2e96;
	-ms-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	width: 120px !important;
	background-color: #fff;
}
body .woocs-style-1-dropdown .woocs-style-1-select { padding: 12px 14px; }
body .woocs-style-1-dropdown i img { margin: 0 !important; }
body .woocs-style-1-dropdown:focus { outline: 1px dotted #2b2e96; }
.site-header .custom-logo-link, .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
  float: none;
}
.site-header .site-branding { padding: 0 0 10px 0; }
.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-branding .site-description {
    margin: 0 auto;
    width: 300px;
    max-width: 100%;
	vertical-align: middle;
}
.site-branding .site-description {
    width: 450px;
}
.site-branding {
    width: 450px;
    max-width: 100%;
}
.site-header .menu:not(.site-header-cart) a { padding: 0 15px; }
.secondary-navigation { display: block; }
.site-header-cart .cart-contents .amount { font-weight: 500; }

/* NAVIGATION */

.main-navigation .handheld-navigation ul li { padding: 10px 5px; }
.main-navigation .handheld-navigation ul ul { background-color: #365fb6; padding: 10px 5px; margin-top: 5px; }
.main-navigation .handheld-navigation ul ul li { padding: 10px 20px; }
.main-navigation .handheld-navigation ul { background-color: #2b2e96; }
.handheld-navigation .dropdown-toggle { color: rgba(255, 255, 255, 0.65); border: none; }

.main-navigation { font-weight: 700; }
.main-navigation ul li a {
    color: #fff;
    font-size: 19px;
    padding: 13px 20px;
    line-height: 1.2;
}

.main-navigation ul li a:hover, .main-navigation ul li:hover > a, 
body ul.menu li.current-menu-item>a,
.site-header ul.menu li.current-menu-item > a {
  color: #00b496;
  text-decoration: none;
}
.menu, .secondary-navigation .menu { list-style: none; margin: 0; font-size: 1em; }
.secondary-navigation .menu li { display: inline-block; vertical-align: middle; margin-right: 4px; }
button.menu-toggle, button.menu-toggle:hover {
	background-color: #2b2e96;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    width: auto;
    max-width: 100%;
    text-align: center;
    padding: 3px 11px;
    margin-bottom: 0;
	margin-top: -30px;
	border-radius: 0;
}
button.menu-toggle span:before {
    background-color: transparent;
    position: relative;
    height: auto;
    width: auto;
    border: none;
    display: inline-block;
    margin: 0 13px 0 0;
    left: auto;
    top: auto;
	display: inline;
	
    display: inline-block;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	
    font-size: 0.9em;
    line-height: 1;
    transform: translate(0px, 0px);
    content: '\f0c9';
}
.toggled button.menu-toggle span:before {
    opacity: 1;
    content: '\f00d';
}
button.menu-toggle:before, button.menu-toggle:after { display: none; }
.handheld-navigation .menu { padding: 20px; }

.secondary-navigation, .header-navigation {
    display: inline-block;
    text-align: right;
    width: 65%;
    margin: 0 0.5em 1em 35%;
}
.secondary-navigation .menu { font-size: 0.9em; letter-spacing: -0.025em; }
	
	body .site-header ul.menu:not(.site-header-cart) li a { padding: 0; vertical-align: middle; }
	body .site-header ul.menu:not(.site-header-cart) li.small-on-mobile a { font-size: 0; }
	body .site-header ul.menu:not(.site-header-cart) li a:before { font-size: 18px; }
	body .site-header ul.menu:not(.site-header-cart) li.small-on-mobile a:before { margin: 0; }

/* BANNER */

.banner { 
	margin: -15px -15px 10px -15px; 
	background-color: #090a1e; 
	position: relative; 
}
.banner img { opacity: 0.5; }
.banner-text { 
    padding: 20px 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    color: #00b496;
}

/* OTHER */
.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header { max-width: 100%; }
.page-template-template-homepage .type-page { padding-top: 0; }
.site-main { margin-bottom: 0; padding-top: 0 !important; }
.entry-title { padding-top: 0; }
.page .hentry { margin-bottom: 0; padding-bottom: 0; }
.hentry.type-page .entry-header, .woocommerce-products-header, .site-main > .product { margin-top: 1.25em; }

.entry-content { margin-bottom: 40px; }

.entry-content ul:not(.products):not(.woocommerce-shipping-methods){
	list-style-type: none;
	margin-left: 10px;
}
.entry-content ul:not(.products):not(.woocommerce-shipping-methods) li {
	margin-bottom: 0.5em;
	text-indent: -16px;
	padding-left: 30px;
}
.entry-content ul:not(.products):not(.woocommerce-shipping-methods) li:before  {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
	
    font-size: 0.8em;
    line-height: 1;
    transform: translate(0px, 0px);
	content: "\f00c";
	color: #00b496;
	margin-right: 15px;
	vertical-align: middle;
}
.entry-content ul ul {
	padding-top: 20px;
}
.entry-content ul ul li:before  {
	content: "-";
}

.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover {
	font-weight: 500;
}

.widget .widget-title, .widget .widgettitle {
    font-size: 26px;
    color: #00b496;
    font-weight: 700;
    padding-bottom: 0;
    border: none;
}

body .pagination .page-numbers li .page-numbers.current, body .woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #00b496;
    color: #ffffff;
}
body .pagination .page-numbers li a.page-numbers:hover, body .woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: #2b2e96;
    color: #fff;
	text-decoration: none; 
}

.woocommerce-shop:not(.search) #content { display: none; }
.storefront-product-categories {  margin: 5px -5px; }
.storefront-product-categories ul.products, .woocommerce-shop:not(.search) ul.products, 
body[class^='term'].woocommerce ul.products, body[class*=' term'].woocommerce ul.products { display: flex; flex-wrap: wrap; justify-content: center; }
.storefront-product-categories ul.products li.product, .woocommerce-shop:not(.search) ul.products li,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products li.product.product-category {
	margin: 0 !important;
	color: #fff;
	text-shadow: 4px 4px 0 rgba(5,6,62,0.1);
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.0125em;
	width: 100%;
}

.storefront-product-categories ul.products li.product .woocommerce-loop-category__title,
ul.products li.product.product-category .woocommerce-loop-category__title,
.storefront-product-categories ul.products li.product a { 
	color: #fff;
}
.storefront-product-categories ul.products li.product a, .woocommerce-shop:not(.search) ul.products li a, ul.products li.product.product-category a { 
	display: block;
    position: relative;
	background-color: #00b294;
	margin: 5px;
}
.storefront-product-categories ul.products li.product a:hover, .woocommerce-shop:not(.search) ul.products li a:hover, ul.products li.product.product-category a:hover { 
	opacity: 0.8;
}

ul.products li.product .archive-img-wrap {
	height: 300px;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
	overflow: hidden;
}
ul.products li.product.product-category .archive-img-wrap { margin-bottom: 0; }
.woocommerce-shop:not(.search) ul.products li.product .archive-img-wrap { margin-bottom: 0; }
.storefront-product-categories ul.products li.product .archive-img-wrap { margin-bottom: 0; }
ul.products li.product img {
    width: auto;
    margin: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
ul.products li.product-category img { height: 100%; }
.storefront-product-categories ul.products li.product .woocommerce-loop-category__title,
ul.products li.product.product-category .woocommerce-loop-category__title { 
    position: absolute;
    right: 4%;
    top: 5%;
    text-align: right;
    width: auto;
    max-width: 75%;
    font-size: 31px;
    line-height: 1.05;
    letter-spacing: 0.015em;
    background-color: #00b294b3;
    display: inline-block;
    padding: 2px 6px 4px 8px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs { 
	margin: 0 -0.75em;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
    margin: 0;
    padding: 0 0.75em 1.5em 0.75em;
}
ul.products li.product .woocommerce-LoopProduct-link, ul.products .wc-block-grid__product .woocommerce-LoopProduct-link, .wc-block-grid__products li.product .woocommerce-LoopProduct-link, .wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
    line-height: 1.3;
    color: #2b2e96;
    font-size: 0.95em;
}

body[class^='term'].woocommerce ul.products li.product.product-category, 
body[class*=' term'].woocommerce ul.products li.product.product-category {
	margin-bottom: 1em;
}
body[class^='term'].woocommerce ul.products li.product.product-category img, 
body[class*=' term'].woocommerce ul.products li.product.product-category img {
	width: 100%;
    height: auto;
}
body[class^='term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title, 
body[class*=' term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
	font-size: 30px;
}
	
/* ICONS */
.site-header .menu:not(.site-header-cart) a:before, .site-footer .menu a:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    line-height: inherit;
	content: "\f061";
	margin-right: 7px;
	vertical-align: middle;
	font-size: 0.9em;
}
.menu:not(.site-header-cart) .icon-envelope a:before { content: "\f0e0"; }
.menu:not(.site-header-cart) .icon-arrow a:before { content: "\f0a9"; }
.menu:not(.site-header-cart) .icon-arrow-share a:before { content: "\f064"; }
.menu:not(.site-header-cart) .icon-phone a:before { content: "\f098"; }
.menu:not(.site-header-cart) .icon-login a:before { content: "\f064"; }
.menu:not(.site-header-cart) .icon-basket a:before { content: "\f291"; }
.menu:not(.site-header-cart) .icon-user a:before { content: "\f2bd"; }
.menu:not(.site-header-cart) .icon-truck a:before { content: "\f0d1"; }
.menu:not(.site-header-cart) .icon-document a:before { content: "\f15c"; }
.menu:not(.site-header-cart) .icon-info a:before { content: "\f05a"; }
.menu:not(.site-header-cart) .icon-close a:before { content: "\f057"; }
.menu:not(.site-header-cart) .icon-calendar a:before { content: "\f073"; }

.menu:not(.site-header-cart) .icon-facebook a:before, .menu:not(.site-header-cart) .icon-instagram a:before { 
    font-family: "Font Awesome 5 Brands";
	font-weight: normal;
	content: "\f082"; 
}
.menu:not(.site-header-cart) .icon-instagram a:before { 
	content: "\f16d"; 
}
#menu-main-menu a:before, .handheld-navigation a:before { display: none !important; }

/**/
.featured_content {
	background-color: #00373e;
	color: #fff;
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	padding: 50px 0;
	text-align: center;
}
.featured_content p {
	padding: 0 10px;
	margin-bottom: 0;
}
.featured_content a {
	color: #fff;
}

/**/
body .woocommerce .button, body .woocommerce button { margin-bottom: 0; }
.site-search .widget_product_search input[type=text], .site-search .widget_product_search input[type=search] {
    padding: 14px 14px;
    width: 280px;
}
.site-search .widget_product_search form::before {
    font-size: 1.1em;
}
#featured_section .storefront-product-section { margin-top: 0; }
#featured_section .storefront-featured-products .section-title { padding-top: 0; }
.storefront-featured-products .section-title {
	font-size: 26px;
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3, .product-title {
	font-size: 24px;
    font-weight: 700;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2;
	margin-bottom: .25em;
}
ul.products li.product a:hover .woocommerce-loop-product__title, ul.products li.product a:hover h2, ul.products li.product a:hover h3, a:hover .product-title {
	color: #00b496;
}
ul.products li.product .woocommerce-LoopProduct-link:hover { text-decoration: none; }
ul.products li.product .woocommerce-LoopProduct-link:hover img { opacity: 0.75; }
body ul.products li.product .price, .woocommerce-Price-amount {
    font-size: 22px;
    font-weight: 700;
    color: #00b294;
	padding: 0.25em 0;
	margin-bottom: 0.5rem;
}
ul.products li.product .price, .single-product div.product p.price { color: #00b294; }
body ul.products .price del { opacity: 1; }
body ul.products li.sale .price, body ul.products li.sale .woocommerce-Price-amount { color: #ff0000; }
body ul.products .price del .woocommerce-Price-amount { color: #9191a5; font-weight: 400; }
.woocommerce-price-suffix { font-size: 85%; }
span.onsale {
	border: none;
    color: #ff0000;
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -3px;
}
span.onsale:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 34px;
    content: "\f02b";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    color: inherit;
    text-indent: 0;
    float: left;
    text-shadow: 3px 0px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.product_list_widget li img {
    max-width: 60px;
    float: right;
    margin-left: 10px;
}

a.add_to_cart_button {  }
a.add_to_cart_button:hover { text-decoration: none; }

a.add_to_cart_button:after { display: none; }

/* SLIDESHOW */
.slideshow { 
	position: relative; 
	overflow: hidden;
	margin-bottom: 10px;
}
.slick-slider { margin-bottom: 0; }
.slick-slide { position: relative; }
.slick-slide img { width: 100%; }
.slick-next { right: 25px; display: none !important; }
.slick-prev { left: 25px; display: none !important; }
.slick-slider:hover .slick-next, .slick-slider:hover .slick-prev { 
	display: block !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.slick-dots { margin: 0; }
.slideshow-text {
    color: #ffffff;
    z-index: 1;
    line-height: 1.2;
    width: 100%;
    height: 100%;
	background: #231f20;
}
.slideshow-text .wrap-text { padding: 15px 10px; text-align: center; }
.slideshow-text .title {
    line-height: 1.2;
    padding: 0;
    font-size: 20px;
    color: #33c1cf;
    border-bottom: none;
    margin-bottom: 0.75em;
}
.slideshow-text .button {
    padding: 4px 20px 5px 20px;
    font-size: 16px;
    background: transparent;
    border-color: #33c1cf;
    color: #fff;
}
.slideshow-text .button:hover {
    background: #33c1cf;
    border-color: #33c1cf;
    color: #fff;
}
.slideshow-text .button:after {
    display: none;
}
.slideshow-text .description { display: none; }
.slick-prev, .slick-next { 
    background-color: rgba(0, 0, 0, 0.7);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    height: 30px;
    width: 30px;
	margin-top: -20px;
}
.slick-slider:hover .slick-next, .slick-slider:hover .slick-prev {
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}
.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	content: "\f104";
	opacity: 1;
	font-size: 30px;
	margin-left: -3px;
    text-indent: 0;
    float: left;
   
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.slick-next:before {
	content: "\f105";
	margin-left: 3px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: rgba(0, 178, 195, 0.6);
}
.wcpscwc-product-slider-wrap { margin-bottom: 2em; }
.wcpscwc-product-slider button.slick-prev, .wcpscwc-product-slider button.slick-next { 
	background-color: #00b294 !important; 
	background-image: none !important; 
	background-size: auto !important;
    border: 5px solid #fff !important; 
}
.wcpscwc-product-slider button.slick-next:hover, .wcpscwc-product-slider button.slick-next:focus, 
.wcpscwc-product-slider button.slick-prev:hover, .wcpscwc-product-slider button.slick-prev:focus { background-color: #2b2e96 !important; }

/* FORMS */

fieldset { background-color: #f7f4f1; }
fieldset legend { background: #00b496; color: #fff; margin-left: -0.75em; }
label { font-weight: 700; }

.input-text, 
input[type='text'], 
input[type='number'],
input[type='email'], 
input[type='url'], 
input[type='password'], 
input[type='search'], 
input[type='tel'],
body textarea, 
body select, .select2-container--default .select2-selection--single {
	background-color: #fafafa;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    border: none;
    padding: 13px 15px;
    color: #2b2e96 !important;
}
.site-header .input-text, 
.site-header input[type='text'], 
.site-header input[type='number'],
.site-header input[type='email'], 
.site-header input[type='url'], 
.site-header input[type='password'], 
.site-header input[type='search'], 
.site-header input[type='tel'],
.site-header body textarea, 
.site-header body select, .site-header .select2-container--default .select2-selection--single {
	background-color: #fff;
	-ms-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
.select2-container--default .select2-selection--single { box-sizing: content-box; padding: 13px 15px !important; } 
.select2-container--default .select2-selection__arrow { height: 100% !important; }
.select2-container--default .select2-selection--single {
    padding: initial;
}
.input-text:focus, 
input[type=text]:focus, 
input[type='number']:focus, 
input[type=email]:focus, 
input[type=url]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
body textarea:focus, 
body select:focus, .select2-container--default .select2-selection--single:focus {
	background-color: #fafafa;
    border-left: 5px solid #2b2e96;
    color: #2b2e96;
	font-weight: 400;
	outline: none;
}
.site-header .input-text:focus, 
.site-header input[type=text]:focus, 
.site-header input[type='number']:focus, 
.site-header input[type=email]:focus, 
.site-header input[type=url]:focus, 
.site-header input[type=password]:focus, 
.site-header input[type=search]:focus, 
.site-header input[type=tel]:focus, 
.site-header body textarea:focus, 
.site-header body select:focus, .site-header .select2-container--default .select2-selection--single:focus {
	background-color: #fff;
}
.select2-container--default .select2-results__option {
    background-color: #fafafa;
}
.input-text:placeholder, 
input[type='search']:-ms-input-placeholder,
input[type=text]:placeholder, 
input[type='number']:placeholder, 
input[type=email]:placeholder, 
input[type=url]:placeholder, 
input[type=password]:placeholder, 
input[type=search]:placeholder, 
input[type='search']::placeholder,
input[type=tel]:placeholder, 
body textarea:placeholder, 
body select,
.site-search .widget_product_search form input[type=search]:placeholder, .site-search .widget_product_search form input[type=text]:placeholder {
    color: #2b2e96 !important;
	opacity: 1 !important;
	font-weight: 400 !important;
}

[placeholder]::-webkit-input-placeholder, inpit::-webkit-input-placeholder, input::-moz-placeholder{ 
	color: #2b2e96 !important; 
	opacity: 1 !important;
}
 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2b2e96 !important;
  opacity: 1 !important;
}

 :-moz-placeholder {
  /* Firefox 18- */
  color: #2b2e96 !important;
  opacity: 1 !important;
}

img.ninja-forms-help-text { display: inline-block; }
.ninja-forms-field-description { font-size: 0.85em; }
#nf-form-1-cont .nf-form-title h3 {
    padding-top: 0;
    font-size: 1.4em;
    padding-bottom: 0;
    color: #2b2e96;
}
body .nf-error .ninja-forms-field { border: 3px solid #f7f4f1; border-left: 5px solid #ee0032; }
body .nf-error-msg, body .ninja-forms-req-symbol { color: #ee0032; font-size: 0.9em; font-weight: 400; }
body .listcheckbox-container .nf-field-element label { font-weight: 400; }
body .listcheckbox-container li:before { display: none; }
body .nf-field p:last-child { margin-bottom: 0; }
body .nf-field-description { font-size: 0.85em; opacity: 0.6; margin-top: 7px; }
body .nf-form-fields-required { margin-bottom: 1.25em; }
body .nf-response-msg { color: #ee0032; font-weight: 700; }

.required {
    color: #ee0032;
    font-size: 0.9em !important;
    border: none;
    text-decoration: none;
}
.required:after { display: none; }

/** FOOTER */

.site-footer {
	background-color: #282b8d;
    color: #ffffff;
    padding: 2em 0;
    line-height: 1.3;
    font-size: 0.9em;
}
.site-footer a:not(.button) { color: #ffffff !important; text-decoration: none; }
.site-footer a:not(.button):hover { color: #ffffff; text-decoration: underline; }
.site-footer .widget_text a:not(.button) { color: #ffffff !important; text-decoration: underline; }
.site-footer .widget_text a:not(.button):hover { color: #4bc3f6 !important; }
.footer-widgets { padding-top: 0; border-bottom: none; }
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6,
.site-footer .widget .widget-title {
	color: #fff;
	font-size: 1.5em;
	padding: 0;
	border-bottom: none;
}
.site-footer .widget { margin-bottom: 2.5em; }
.site-footer .widget:last-child, .site-footer .menu li:last-child { margin-bottom: 0; }
.site-footer .widget_nav_menu ul li:before { display: none; }
.site-footer p { margin-bottom: 0.75em; }
.site-footer img { display: inline-block;  }
.site-footer button, .site-footer input[type="button"], .site-footer input[type="reset"], 
.site-footer input[type="submit"], .site-footer input[type="tel"], 
.site-footer .button, .site-footer .added_to_cart, .site-footer .widget a.button {
    background-color: #00b294;
}
.site-footer button:hover, .site-footer input[type="button"]:hover, .site-footer input[type="reset"]:hover, 
.site-footer input[type="submit"]:hover, .site-footer input[type="tel"]:hover, 
.site-footer .button:hover, .site-footer .added_to_cart:hover, .site-footer .widget a.button:hover {
    background-color: #4bc3f6;
}
.site-footer .widget_media_image { margin-top: 5px; }
.site-info {
	padding: 3em 0 3em 0;
	font-size: 18px;
	text-align: center;
	background-color: #2f4ca0; 
	color: #acb7d9; 
}
.site-info a { color: #acb7d9; }
.site-footer li {
	padding-left: 0; 
	margin-bottom: 1.125em;
}
.storefront-handheld-footer-bar li { margin-bottom: 0; }
.site-footer .menu li {
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
	font-size: 1.25em;
	text-transform: uppercase;
    letter-spacing: 0.0375em;
    word-spacing: 0.125em;
	padding-left: 0;
}
.site-footer .menu li a:before { margin-right: 0.75em; }

.widget-area .widget a:not(.button) { text-decoration: none; }

.storefront-handheld-footer-bar, .storefront-handheld-footer-bar ul li > a, .storefront-handheld-footer-bar ul li.search .site-search {
    background-color: #2b2e96;
}
.storefront-handheld-footer-bar {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-bottom: 4px solid #fff;
    top: 0;
    bottom: auto;
	z-index: 999999;
}
.storefront-handheld-footer-bar ul li.search .site-search {
    bottom: auto;
    top: -4em;
}
.storefront-handheld-footer-bar ul li.search.active .site-search {
    bottom: auto;
    top: 100%;
}
.storefront-handheld-footer-bar ul li>a {
    height: 3em;
}
.storefront-handheld-footer-bar ul li>a:before {
    line-height: 2;
    font-size: 1.5em;
}
.storefront-handheld-footer-bar ul li.cart .count {
    background-color: #fff;
    color: #2b2e96;
    border: 2px solid #00b496;
	font-weight: 500;
	top: .375em;
    left: 57%;
}
.show-nav-left .mobmenu-panel.show-panel, .show-nav-right .mobmenu-panel.show-panel {
    margin-top: 2.875em;
}


/* WooCommerce */

.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, 
.onsale, .wc-block-grid__product-onsale, .widget_search form:before, 
.widget_product_search form:before {
    color: #2b2e96;
}

.woocommerce-breadcrumb { font-size: .85em; }
.storefront-breadcrumb,
.woocommerce-breadcrumb {
	background-color: transparent;
    padding: 0;
	margin-bottom: -1em;
    margin-top: 0.5em;
    color: #9a9aad;
}

.woocommerce-breadcrumb a, .storefront-breadcrumb a {
    font-weight: 400;
    text-decoration: none;
    color: #9a9aad;
}
.woocommerce-breadcrumb a:hover, .storefront-breadcrumb a:hover { color: #00b496; }
.woocommerce-breadcrumb a:first-of-type:before { margin-right: 0; }

.comment-form textarea { height: 150px; }

.pagination .page-numbers li .page-numbers.current, 
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #090a1e;
    color: #90909e;
}
.pagination .page-numbers li .page-numbers, 
.woocommerce-pagination .page-numbers li .page-numbers {
    background-color: rgba(9, 10, 30, 0.1);
    color: #090a1e;
}
.pagination .page-numbers li a.page-numbers:hover, 
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: rgb(237, 28, 36);
    color: #fff;
}

del span { text-decoration: line-through; }

.woocommerce-page.single-product #primary { margin-right: 0; width: 100%; }
#secondary { margin-top: 1em; }

.checkout ul li, .woocommerce-MyAccount-navigation ul li { text-indent: 0; padding-left: 0; }
.checkout ul li:before, .woocommerce-MyAccount-navigation ul li:before, .entry-content .woocommerce-order ul li:before { display: none; }


body.page-template-template-checkout .site-header > .col-full {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.page-template-template-checkout .site-description, /* .woocommerce-checkout .site-description, */
.page-template-template-checkout .header-right-wrap {
	display: none;
	margin: 0;
}

.page-template-template-checkout #primary { width: 100%; }
.page-template-template-checkout .col-full { width: 1100px; }

.page-template-template-checkout .site-header { padding-top: 0.25em; padding-bottom: 0.25em; }
.page-template-template-checkout .site-header .custom-logo-link, 
.page-template-template-checkout .site-header .site-branding, 
.page-template-template-checkout .site-header .site-logo-anchor, 
.page-template-template-checkout .site-header .site-logo-link,
.page-template-template-checkout.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 100%;
}
.page-template-template-checkout.storefront-secondary-navigation.woocommerce-active .site-header .site-branding { margin-bottom: 0; padding: 0; }
.page-template-template-checkout .site-header .custom-logo-link img, 
.page-template-template-checkout .site-header .site-logo-anchor img, 
.page-template-template-checkout .site-header .site-logo-link img {
    width: 200px;
    margin: 0 auto;
}
.page-template-template-checkout .woocommerce-message, 
.page-template-template-checkout .woocommerce-info, 
.page-template-template-checkout .woocommerce-error, 
.page-template-template-checkout .woocommerce-noreviews, 
.page-template-template-checkout p.no-comments { 
	margin-bottom: 1em; 
	padding: 0.5em 1em 0.5em 3.5em; 
}
.page-template-template-checkout .woocommerce-message::before, 
.page-template-template-checkout .woocommerce-info::before, 
.page-template-template-checkout .woocommerce-error::before, 
.page-template-template-checkout .woocommerce-noreviews::before, 
.page-template-template-checkout p.no-comments::before {
    top: 0.6em;
    left: 1em;
}
.page-template-template-checkout h1, .page-template-template-checkout .entry-header h1 {
    font-size: 1.75em;
    margin-bottom: 0.5em;
}
.page-template-template-checkout .hentry.type-page .entry-header, 
.page-template-template-checkout .woocommerce-products-header, 
.page-template-template-checkout .site-main > .product {
    margin-top: 1em;
}
.page-template-template-checkout #order_review_heading, 
.page-template-template-checkout .woocommerce-billing-fields h3,
.page-template-template-checkout .woocommerce-shipping-fields h3 { 
	padding-bottom: .375em; 
	font-size: 1.5em; 
	text-transform: uppercase; 
	margin-bottom: 0;
}
.page-template-template-checkout table.woocommerce-checkout-review-order-table tbody .product-name {
    width: 70%;
    line-height: 1.2em;
    /*font-size: 0.95em;*/
}
.page-template-template-checkout tfoot tr th {
    width: 50%;
}
.page-template-template-checkout table thead th, 
.page-template-template-checkout table td, 
.page-template-template-checkout table th { 
	padding: 0.5em 1em; 
    /*font-size: 0.9em;*/
}
.page-template-template-checkout .woocommerce-shipping-fields { margin-top: -0.5em; }
.page-template-template-checkout .woocommerce-additional-fields { margin-top: 0.5em; }
.page-template-template-checkout #order_comments { height: 100px; }
.page-template-template-checkout #header-widgets { width: 100%; }
.page-template-template-checkout #header-widgets .header-widgets-wrap {
    justify-content: center;
    margin-bottom: 0;
}
.page-template-template-checkout .site-footer {
    padding: 1.5em 0 1em 0;
    background-color: #2f4ca0;
}
.page-template-template-checkout .site-info { padding: 0 0 2em 0; }

.page-template-template-checkout #shipping_method {
    /*font-size: 0.9em;*/
    line-height: 1.2em;
}
.page-template-template-checkout #order_review {
    line-height: 1.2em;
    font-size: 0.95em;
}
.page-template-template-checkout #order_review #payment {
    font-size: 0.9em;
}
body.page-template-template-checkout  ul.products li.product .price, 
.page-template-template-checkout .woocommerce-Price-amount {
    font-size: 1.05em;
}
.page-template-template-checkout #order_review .shop_table,
.page-template-template-checkout .col2-set .col-1, .page-template-template-checkout .col2-set .col-2 { 
	margin-bottom: 1em; 
}
.page-template-template-checkout form.checkout p { margin-bottom: 0.5em; }
.page-template-template-checkout #payment .place-order { margin-top: 1em; }
.page-template-template-checkout #payment .payment_methods>.woocommerce-PaymentMethod>label, 
.page-template-template-checkout #payment .payment_methods>.wc_payment_method>label {
    padding: 0.75em 1em;
}
.page-template-template-checkout #payment .payment_methods li .payment_box {
    padding: 0.5em 1.5em 1em 1.5em;
}

.page-template-template-checkout .input-text, .page-template-template-checkout input[type='text'], 
.page-template-template-checkout input[type='number'], .page-template-template-checkout input[type='email'], 
.page-template-template-checkout input[type='url'], .page-template-template-checkout input[type='password'], 
.page-template-template-checkout input[type='search'], .page-template-template-checkout input[type='tel'], 
body.page-template-template-checkout  textarea, body.page-template-template-checkout  select, 
.page-template-template-checkout .select2-container--default .select2-selection--single {
    font-size: 17px;
    padding: 8px 13px !important;
}

.page-template-template-checkout .mobmenul-container { display: none; }


.woocommerce-info, .woocommerce-noreviews, p.no-comments { background-color: #00b496; }
.woocommerce-error { background-color: #365fb6; }



/* Find a contractor */
#image-map-pro-2770 { width: 420px; max-width: 100%; margin: 2em auto; }
.imp-tooltip { font-size: 15px; letter-spacing: 0.0125em; }

/* ACCORDION */
#accordion_slides { margin: 2em 0; }
.ui-accordion-header {
    font-size: 20px;
    color: #00b496;
    background: rgba(0, 0, 0, 0.05);
    margin: 3px 0;
    padding: 18px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.ui-state-active, .ui-accordion-header:hover { background: #00b496; color: #fff; }
.ui-accordion-content {
    padding: 18px;
	
}

/**/
.acf-2col-content { padding: 30px 0; }
.acf-2col-content p:last-child { margin-bottom: 0; }

.post .posted-on, .hentry .entry-header .posted-on { font-size: 0.8em; }
.hentry .entry-header { border-bottom: 2px solid #00b496; }
.hentry.type-post .entry-content { width: 100%; float: none; }
.entry-title a { color: #fff; }
.entry-title a:hover { color: #00b496; text-decoration: none; }
.widget-area .widget_recent_entries a { color: #00b496; font-size: 1.1em; }
.widget-area .widget_recent_entries a:hover, .entry-title a:hover { color: #00b496; }
.post .entry-title {     
    border-bottom: none;
    padding: 10px 15px;
    margin-top: 10px;
    background-color: #000000;
	color: #fff;
}
.post .entry-header { border-bottom: none; margin-bottom: 0; }
.beta+h3, h2+h3 { border-top: none; padding-top: inherit; }

.back-to-top {
	cursor: pointer;
    position: fixed;
    bottom: 5.5em;
    right: 20px;
    display: none;
    background-color: #4bc3f6;
    border-color: #4bc3f6;
    padding: 6px 8px;
    line-height: 1em;
    color: #fff;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
	font-size: 0.95em;
	z-index: 10;
}
.back-to-top:hover { 
	color: #fff; 
    background-color: #00b496;
    border-color: #00b496;
}
.back-to-top i { margin: 0; padding: 4px; }

.rpwwt-widget ul { border-top: 1px solid #d6d6de; }
.rpwwt-widget ul li {
    margin: 0;
    border-bottom: 1px solid #d6d6de;
    padding: 13px 0;
}
.rpwwt-post-title {
    color: #000;
    font-size: 1.2em;
    line-height: 1.2;
}
.rpwwt-widget ul li img { margin-top: 0; margin-bottom: 0; }
.widget-area .widget a:hover img { opacity: 0.75; }
.widget-area .widget a:hover .rpwwt-post-title { color: #00b496; }
.rpwwt-post-date { font-size: 0.85em; color: #9a9aad; }

.hentry .wp-post-image {
    max-height: 330px;
    width: auto;
}

#loginform input[type=text], #loginform input[type=email], #loginform input[type=password] { width: 100%; }

h3.addon-name { font-size: 21px; margin-bottom: 0; }
.product-addon .form-row { margin-bottom: 0; }
.form-row label { font-size: 0.9em; }
.form-row .woocommerce-Price-amount { font-size: 1.1em; }

.woocommerce-cart-form .product-name a { font-weight: 700; }

#order_review li, .woocommerce-MyAccount-navigation li { margin-bottom: 0 !important; text-indent: 0 !important; padding-left: 0 !important; }
#order_review li:before, .woocommerce-MyAccount-navigation li:before { display: none !important; }

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #00b496;
}


#payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: #efefef;
}

.storefront-sorting { margin-bottom: 2em; }
.term-description { margin-bottom: 3em; }

.widget-area .widget .ywcca_category_accordion_widget a { color: #2b2e96; }
.widget-area .widget .ywcca_category_accordion_widget .current-cat > a { color: #00b496; }

body .widget_yith_wc_category_accordion ul.children li:before {
    content: '•';
    color: #00b496;
    vertical-align: text-bottom;
}
body .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li {
    border-bottom: 2px solid #f3eeea;
}
body .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i {
    margin-top: 8px;
}
body .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
	background: none !important;
    text-indent: 0 !important;
    color: #00b496;
    font-size: 0.75em;
	font-style: normal;
}
body .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-plus:before {
	content: "\f067"
}
body .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-minus:before {
	content: "\f068"
}

.about_paypal { margin-left: 10px; }

@media (min-width: 360px) {

	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title,
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 35px;
	}

}
@media (min-width: 414px) {
	.site-branding .site-description { font-size: 0.95em; }
	button.menu-toggle, button.menu-toggle:hover { padding: 6px 18px; font-size: 1em; }
	.secondary-navigation .menu li { margin-right: 10px; }
	#header-widgets img { margin: 4px 8px; }

	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title,
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 40px;
	}
}

@media (min-width: 480px) {
	
	.col-full { max-width: 92%; }
	
	body .site-header ul.menu:not(.site-header-cart) li a:before { font-size: 22px; }
	body .site-header ul.menu:not(.site-header-cart) li.icon-close a:before { font-size: 24px; }
	body .site-header ul.menu:not(.site-header-cart) li[class^='icon'] a:before, 
	body .site-header ul.menu:not(.site-header-cart) li[class*='icon'] a:before { font-size: 23px; }
	
	
	.main-navigation .handheld-navigation ul { width: 330px; float: right; }
	.secondary-navigation .menu li { margin-right: 17px; }
	
	.site-branding .site-description { font-size: 1em; }
	.site-branding .site-description .flag { flex-basis: 44px; }
	
	.slideshow-text {
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
	}
	.slideshow-text .col-full { height: 100%; position: relative; }
	.slideshow-text .wrap-text {
		width: 50%;
		background: rgba(0, 0, 0, 0.7);
		padding: 15px;
		right: 0;
		top: 50%;
		position: absolute;
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.slideshow-text .title { font-size: 18px; }
	
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title,
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 47px;
	}
	body[class^='term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title, body[class*=' term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 28px;
	}
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title, 
	ul.products li.product.product-category .woocommerce-loop-category__title { max-width: 85%; }
	
	.featured_content { font-size: 19px; }

	.storefront-featured-products .section-title { font-size: 28px; }
    
	
	.team-photo { width: 35%; float: left; margin: 5px 30px 20px 0; }
	.team-photo img { width: 100%; }
}

@media (min-width: 600px) {

h1, .page-template-template-homepage .entry-header h1 { font-size: 34px; }
h2, .alpha { font-size: 38px; }
h3 { font-size: 32px; }
h4 { font-size: 28px; }
h5 { font-size: 22px; }
h6 { font-size: 24px; }

.alignright { margin-left: 1.5em; }
.alignleft { margin-right: 1.5em; }

	.site-header { padding-top: 0.75em; padding-bottom: 0.75em; }
	.site-header .site-branding { width: 50%; margin-right: 5%; float: left; }
	.site-branding .site-description { font-size: 0.95em; flex-wrap: wrap; }
	.site-branding .site-description .flag { margin-top: 12px; }
	.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img { width: 260px; max-width: 100%; margin: 0; }
	.secondary-navigation .menu { text-align: left; }
	.secondary-navigation .menu li { margin-right: 10px; }
	.secondary-navigation .menu li:last-child { margin-right: 0; }
	.secondary-navigation, .header-navigation { width: 45%; margin-right: 0; }
	button.menu-toggle, button.menu-toggle:hover { margin-top: 20px; }
	
	#header-widgets { width: 45%; float: right; }
	#header-widgets img:last-child { margin-right: 0; }
	
	
	body .woocs-style-1-dropdown.woocs-style-1-active, body .woocs-style-1-dropdown.woocs-style-1-active:hover, 
	body .woocs-style-1-dropdown .woocs-style-1-dropdown-menu, body .woocs-style-1-dropdown { width: 210px !important; }
	body .woocs-style-1-select > span:before { content: "Currency: "; display: inline-block; margin-right: 10px; }
	body .woocs-style-1-dropdown .woocs-style-1-select { padding: 16px 14px; }
	
	.slideshow-text .title { font-size: 20px; }
	
	.storefront-product-categories ul.products li.product, .woocommerce-shop:not(.search) ul.products li, ul.products li.product.product-category { width: 50% !important; }
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title,
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 29px;
	}
	
	.footer-widgets {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -3%;
	}
	
	.footer-widgets.col-2 .block, .footer-widgets.col-3 .block, .footer-widgets.col-4 .block {
		width: auto;
		float: none;
		margin: 3.5% !important;
		flex-grow: 1;
		flex-shrink: 1;
	}
}

@media (min-width: 768px){
	h1, .page-template-template-homepage .entry-header h1 { font-size: 40px; }
	h2, .alpha { font-size: 46px; }
	h3 { font-size: 40px; }
	h4 { font-size: 36px; }
	h5 { font-size: 28px; }
	h6 { font-size: 30px; }

	.col-full { max-width: 94%; }
	
	.d-tablet { display: block !important; }
	.d-inline-tablet { display: inline-block !important; }

	.floatleft { float: left; }
	.floatright { float: right; }
	.width20 { width: 20%; }
	.width33 { width: 33.333%; }
	.width40 { width: 40%; }
	.width45 { width: 45%; }
	.width50 { width: 50%; }
	.width55 { width: 55%; }
	.width60 { width: 60%; }
	.width75 { width: 75%; }
	
	body .site-header { text-align: left; padding-top: 0; padding-bottom: 0; background-position: 50% 0; }
	body .site-header > .col-full { margin-top: 1em; }
    .site-header .site-branding img { max-width: 100%; }
	.site-branding .site-description { flex-wrap: nowrap; }
	.site-branding .site-description .flag { margin-top: 0; }
	
	.storefront-primary-navigation { clear: both; background-color: #2b2e96; }
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation { float: right; margin-right: 0; }
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding { width: 55%; float: left; margin: 0 5% 0.5em 0; }
	#header-widgets { width: 40%; float: right; }
	.woocommerce-active .site-header .main-navigation { width: 70%; }
	.woocommerce-active .site-header .site-search { max-width: 60%; width: 280px; margin-bottom: 1em; }
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation { width: 100%; margin-bottom: 0.75em; }
	.site-header .site-branding { width: 39%; float: left; padding: 0; }
	.header-navigation { width: 56%; float: right; }
	.woocommerce-active .site-header .secondary-navigation, .site-header .secondary-navigation { width: 56%; float: right; margin-right: 0; }
	.secondary-navigation .secondary-navigation, .header-navigation { margin: 10px 0 0 0; }
	.secondary-navigation .menu { text-align: right; float: none; }
	.secondary-navigation .menu li { display: inline-block; padding: 5px 10px; }
	.secondary-navigation .menu a { font-weight: 500; }
	.primary-navigation { width: 1280px; max-width: 100%; margin: 0 auto; }
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a { padding: 15px 0; }
	.main-navigation ul.menu>li, .main-navigation ul.nav-menu>li { margin: 6px 25px 6px 0; }
	.main-navigation ul.menu>li:last-child>a, .main-navigation ul.nav-menu>li:last-child { margin-right: 0; }
	.main-navigation ul.menu > li.menu-item-has-children > a:after, 
	.main-navigation ul.menu > li.page_item_has_children > a:after, 
	.main-navigation ul.nav-menu > li.menu-item-has-children > a:after, 
	.main-navigation ul.nav-menu > li.page_item_has_children > a:after {
		font-size: 10px;
		content: "\f078";
		margin-left: 0.5em;
		opacity: 0.5;
	}
	.main-navigation ul li a:hover, .main-navigation ul li:hover > a, body ul.menu li.current-menu-item>a {
	  color: #fff;
	}
	
	.primary-navigation > .menu > li.current-menu-item>a:before,
	.main-navigation ul > li.current-menu-parent>a:before,
	.primary-navigation > ul > li > a:hover:before{ 
		width: 100%;
		height: 5px;
		content: " ";
		display: block;
		background-color: #365fb6;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.primary-navigation > ul > li.menu-item-has-children > a:hover:before { display: none; }
	.primary-navigation > .menu > li.current-menu-item:hover>a:before,
	.main-navigation ul > li.current-menu-parent:hover>a:before	{ display: none; }
	.main-navigation ul > li.current-menu-parent>a:after { color: #ffffff; }
	
	.main-navigation ul.menu, .main-navigation ul.nav-menu { margin: 12px 0; display: flex; flex-wrap: wrap; }
	
	#header-widgets .header-widgets-wrap { justify-content: center; text-align: center; }
	
	body .woocs-style-1-dropdown.woocs-style-1-active, body .woocs-style-1-dropdown.woocs-style-1-active:hover,
	body .woocs-style-1-dropdown .woocs-style-1-dropdown-menu, body .woocs-style-1-dropdown { width: 280px !important; }

	/* sub-menu */
	.main-navigation ul li.focus>ul, .main-navigation ul li:hover>ul, .secondary-navigation ul li.focus>ul, .secondary-navigation ul li:hover>ul { left: -10px; }
	
	#site-header-cart { background-color: #365fb6;  width: 26%; color: #fff; }
	#site-header-cart > li:first-child { 
		height: 100%; 
		display: flex; 
		align-items: center; 
		position: relative; 
	}
	#site-header-cart > li:first-child:after {
		display: block;
		content: " ";
		position: absolute;
		left: 100%;
		background: #365fb6;
		width: 100vw;
		height: 100%;
	}
	#site-header-cart .cart-contents { 
		width: 100%; 
		display: flex; 
		justify-content: space-between; 
		padding: 1.25em 0 1.25em 15px;
		color: #fff;
		font-size: 18px;
	}
	a.cart-contents, .site-header-cart .widget_shopping_cart a {
		color: #ffffff;
		    line-height: 1.1em;
	}
	a.cart-contents:hover, .site-header-cart .widget_shopping_cart a:hover {
		color: #4bc3f6;
	}
	a.remove::before { color: #ff7784; }
	.site-header-cart .widget_shopping_cart, .site-header .product_list_widget li .quantity { color: #ffffff; }
	.site-header-cart .widget_shopping_cart .woocommerce-Price-amount { color: #4bc3f6; font-weight: 500; }
	.site-header-cart .widget_shopping_cart .buttons, .site-header-cart .widget_shopping_cart .total { background-color: #2b2e96; }
	.site-header-cart .widget_shopping_cart a.button:hover { background-color: #00b294; }
	.site-header-cart .cart-contents .count {
		opacity: 1;
		color: #4bc3f6;
		font-weight: inherit;
		font-size: inherit;
	}
	.site-header-cart .cart-contents .amount { color: #4bc3f6; }
	.site-header-cart .cart-contents::after { color: #4bc3f6; content: "\f07a"; }
	.site-header-cart .cart-contents .amount { font-size: inherit; line-height: inherit; }
	.site-header-cart .widget_shopping_cart, .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
		background-color: #365fb6;
		padding: 0.5em;
		color: #fff;
		margin-top: 1px;
	}
	.main-navigation ul ul li, .secondary-navigation ul ul li { margin: 0.625em 0.5em; }
	.main-navigation ul ul li a, .secondary-navigation ul ul li a {
		width: 250px;
		line-height: 1.4;
	}
	.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
		padding: .75em 1.41575em;
		font-weight: 700;
	}
	.main-navigation ul.menu ul a:hover, 
	.main-navigation ul.menu ul li.focus, 
	.main-navigation ul.menu ul li:hover>a, 
	.main-navigation ul.nav-menu ul a:hover, 
	.main-navigation ul.nav-menu ul li.focus, 
	.main-navigation ul.nav-menu ul li:hover>a,
	body ul.menu ul.sub-menu li.current-menu-item>a	{
		background-color: transparent;
		color: #000000;
	}
	.main-navigation ul.menu ul li.menu-item-has-children>a, .main-navigation ul.menu ul li.page_item_has_children>a, .main-navigation ul.nav-menu ul li.menu-item-has-children>a, .main-navigation ul.nav-menu ul li.page_item_has_children>a {
		position: relative;
		padding-right: 2em;
	}
	.main-navigation ul.menu ul li.menu-item-has-children>a::after, .main-navigation ul.menu ul li.page_item_has_children>a::after, .main-navigation ul.nav-menu ul li.menu-item-has-children>a::after, .main-navigation ul.nav-menu ul li.page_item_has_children>a::after {
		float: none;
		position: absolute;
		right: 1em;
		top: 50%;
		font-size: 1em;
		margin-top: -0.5em;
		line-height: 1em;
	}
	.storefront-primary-navigation .col-full, #site-header-cart .cart-contents { 
	display: flex; 
	justify-content: space-between;

	}
	.woocommerce-active .site-header .main-navigation, .woocommerce-active .site-header .site-header-cart { float: none; margin: 0;	flex-grow: 1; }
	
	.storefront-breadcrumb, .woocommerce-breadcrumb { margin-top: 0.75em; }
	
	.slideshow-text { line-height: 1.35; }
	.slideshow-text .wrap-text { text-align: left; }
	.slideshow-text .title { font-size: 22px; margin-bottom: 0.5em; }
	.slideshow-text .description { display: block; font-size: 15px; margin-bottom: 1em; }
	.slideshow-text .description p { margin-bottom: 0.5em; }
	.slick-prev, .slick-next { height: 50px; width: 50px; 	}	
	
	.entry-content { margin-bottom: 10px; }
	.content-area, .widget-area { margin-bottom: 1em; }
	
	.right-sidebar:not(.page-template-template-fullwidth) .content-area {
		width: 68%;
		float: left;
		margin-right: 5%;
	}
	.right-sidebar .widget-area {
		width: 27%;	
		float: right;
	}
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title, ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 36px;
	}
	.page-template-template-homepage-php .content-area,
	.page-template-template-2columns .content-area,
	.storefront-full-width-content .content-area,
	.woocommerce.post-type-archive-product .content-area,
	.content-area.fullwidth {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none;
	}
	.subheading { margin-bottom: 1em; }
	
	.storefront-full-width-content .woocommerce-products-header, 
	.storefront-full-width-content.woocommerce-account .entry-header, 
	.storefront-full-width-content.woocommerce-cart .entry-header, 
	.storefront-full-width-content.woocommerce-checkout .entry-header {
		padding: 0;
	}
	
	ul.products li.product .woocommerce-loop-product__title, 
	ul.products li.product h2, ul.products li.product h3, .product-title {
    font-size: 20px; 
	}
	body ul.products li.product .price, .woocommerce-Price-amount { font-size: 20px; }
	.woocommerce-tabs { padding-top: 0 }
	.woocommerce-tabs ul.tabs { width: 27%; margin-right: 8%; }
	.woocommerce-tabs .panel { width: 65%; }
	.single-product .product { padding-top: 20px; }
	.single-product div.product .woocommerce-product-gallery { width: 27%; margin-right: 8%; }
	.single-product div.product .summary { width: 65%; }
	table.cart td, table.cart th { padding: .875em; }
	
	/*
	.site-main .columns-3 ul.products li.product, .site-main .columns-4 ul.products li.product, body .site-main ul.products li.product {
		width: 27.333%;
	}
	.site-main .columns-3 ul.products li.product:nth-child(odd), .site-main .columns-4 ul.products li.product:nth-child(odd), body .site-main ul.products li.product:nth-child(odd) {
		clear: none!important;
	}
	.site-main .columns-3 ul.products li.product:nth-child(3n-2), .site-main .columns-4 ul.products li.product:nth-child(3n-2), body .site-main ul.products:not(.columns-2) li.product:nth-child(3n-2) {
		clear: both!important;
	}
	.site-main .columns-2 ul.products li.product { clear: none!important; }
	.site-main .columns-2 ul.products li.product:nth-child(odd) { clear: both!important; }
	*/
	.featured_content { font-size: 23px; padding: 70px 0; }
	
	.storefront-featured-products ul.products li.product { margin-bottom: 0; }
	.storefront-featured-products .section-title { text-align: left; }
	
	.acf-2col-left { width: 35%; float: left; margin: 0 6% 0 0; }
	.acf-2col-right { width: 59%; float: right; }
	.team-photo { width: 100%; float: none; margin: 0 0 25px 0; }
	.acf-2col-title { padding-top: 0; }
	.acf-2col-content { padding: 50px 0; }
	
	.col-half-left {width: 45%; float: left; }
	.col-half-right {width: 45%; float: right; }
	
	.site-footer { padding: 3em 0; }
	.site-info { text-align: left; }
	.credit { text-align: right; }
	
	.woocommerce-result-count { margin: 13px 15px; }
	
	.page-template-template-checkout .col2-set .form-row-last {
		width: 48%;
	}
	.page-template-template-checkout .col2-set .form-row-first {
		width: 48%;
		margin-right: 4%;
	}
}

@media (min-width: 920px){
	.alignright { margin-left: 2em; }
	.alignleft { margin-right: 2em; }
	
	.header-navigation { margin-top: 15px; }
	
	.main-navigation ul.menu, .main-navigation ul.nav-menu { display: flex; flex-wrap: wrap; margin: 10px 0; }
	.main-navigation ul li a { font-size: 20px; letter-spacing: -0.0125em; }
	.main-navigation ul.menu>li, .main-navigation ul.nav-menu>li { margin: 6px 30px 6px 0; }
	
	#header-widgets .header-widgets-wrap { justify-content: flex-end; text-align: right; }
	
	.hentry.type-page .entry-header, .woocommerce-products-header, .site-main > .product { margin-top: 1.75em; }
	.storefront-breadcrumb, .woocommerce-breadcrumb { margin-bottom: -1.5em; }
	
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding { width: 47%; }
	
	.slideshow { margin-bottom: 20px; }
	.slideshow-text .wrap-text { width: 47%; padding: 25px; }
	.slideshow-text .title { font-size: 24px; }
	.slideshow-text .description { font-size: 16px; }
	.slideshow-text .button { padding: 4px 22px 5px 22px; font-size: 18px; }
	
	.featured_content { padding: 80px 0; }
	.featured_content p { padding: 0 80px; }
	
	body ul.products li.product .price, .woocommerce-Price-amount { font-size: 22px; }
	
	.site-info { font-size: 16px; }
	
	.site-search .widget_product_search form::before {
		left: 1em;
		font-size: 1em;
	}
	
	.footer-widgets.col-2 .block, .footer-widgets.col-4 .block { max-width: 46.5%; }
	.footer-widgets.col-3 .block { max-width: 31%; }
}

@media (min-width: 980px){
}

@media (min-width: 992px){
	
	body .site-header > .col-full { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 1em; }
	.header-right-wrap { width: 55%; margin-bottom: 0; }
	.woocommerce-active .site-header .site-search { max-width: 100%; }
	
	body .site-header ul.menu:not(.site-header-cart) li a:before { font-size: 17px; }
	body .site-header ul.menu:not(.site-header-cart) li.icon-close a:before { font-size: 19px; }
	body .site-header ul.menu:not(.site-header-cart) li[class^='icon'] a:before, 
	body .site-header ul.menu:not(.site-header-cart) li[class*='icon'] a:before { font-size: 18px; }
	
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding { width: 42%; margin: 0 3% 0 0; }
	.site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link { margin-bottom: 1.125em; }
	.woocommerce-active .site-header .site-search { margin-top: 0.25em; }
	
	#header-widgets { width: 100%; }
	#header-widgets .header-widgets-wrap { align-items: center; }
	
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation { margin-top: 0.375em; margin-bottom: 0; }
	
	.slideshow-text .title { font-size: 30px; }
	.slideshow-text .description { font-size: 18px; }
	
	.featured_content { font-size: 24px; }
	.featured_content p { padding: 0 110px; }

	.storefront-product-categories ul.products li.product, .woocommerce-shop:not(.search) ul.products li { width: 33.333% !important; }
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title, 
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 32px;
	}
	.storefront-featured-products .section-title { font-size: 30px; }
	body[class^='term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title, body[class*=' term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 32px;
	}

	.acf-2col-left { width: 30%; }
	.acf-2col-right { width: 62%; }
	
	.ui-accordion-header { font-size: 24px; padding: 20px; margin: 5px 0; }
	
	.products.slick-slider { margin-left: -1.25em; margin-right: -1.25em; }
	.wcpscwc-product-slider .products li { padding: 0 1.25em !important; }
}

@media (min-width: 1100px){
	
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding { width: 40%; }
	.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img { width: 300px; }
	.header-right-wrap { width: 57%; }
	
	body .site-header ul.menu:not(.site-header-cart) li a:before { font-size: 18px; }
	body .site-header ul.menu:not(.site-header-cart) li.icon-close a:before { font-size: 20px; }
	body .site-header ul.menu:not(.site-header-cart) li[class^='icon'] a:before, 
	body .site-header ul.menu:not(.site-header-cart) li[class*='icon'] a:before { font-size: 19px; }

	.main-navigation ul.menu > li.menu-item-has-children > a:after, 
	.main-navigation ul.menu > li.page_item_has_children > a:after, 
	.main-navigation ul.nav-menu > li.menu-item-has-children > a:after, 
	.main-navigation ul.nav-menu > li.page_item_has_children > a:after {
		font-size: 14px;
	}
	.site-header-cart .cart-contents .amount, .site-header-cart .cart-contents .count { font-size: 20px; }
	.site-header-cart .cart-contents::after { font-size: 22px; }
	
	.slideshow-text .wrap-text { padding: 30px; width: 45%; }
	
	.featured_content { font-size: 26px; padding: 90px 0; }
	.featured_content p { padding: 0 120px; }
	
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title, 
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 35px;
	}
	.storefront-featured-products .section-title { font-size: 34px; }
	
	ul.products li.product .woocommerce-loop-product__title, 
	ul.products li.product h2, ul.products li.product h3,
	.product-title { font-size: 22px; }
}

@media (min-width: 1200px){
	body, button, input, select, textarea { font-size: 20px; }

	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a { padding: 17px 0; }
	
	.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a { font-size: .825em; }
	.main-navigation ul ul li a, .secondary-navigation ul ul li a { width: 285px; }
	
	.secondary-navigation .menu a { font-size: 20px; }
	body .site-header ul.menu:not(.site-header-cart) li[class^='icon'] a:before, 
	body .site-header ul.menu:not(.site-header-cart) li[class*='icon'] a:before { font-size: 22px; }
	
	.slideshow-text .title { font-size: 32px; }
	.slideshow-text .description { font-size: 20px; }
	.slideshow-text .button { font-size: 21px; }
	
	.featured_content { font-size: 28px; }
	.featured_content p { padding: 0 130px; }
	
	.acf-2col-left { width: 25%; }
	.acf-2col-right { width: 66%; }
	
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title, 
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 38px;
	}
	body[class^='term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title, body[class*=' term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 36px;
	}
	ul.products li.product .woocommerce-loop-product__title, 
	ul.products li.product h2, ul.products li.product h3,
	.product-title { font-size: 24px; }
	

	.site-search .widget_product_search form::before {
		top: 1.2em;
		left: 1em;
		font-size: 0.9em;
	}
	
	.products.slick-slider { margin-left: -2.5em; margin-right: -2.5em; }
	.wcpscwc-product-slider .products li { padding: 0 2.5em !important; }
	
	.slick-prev:before, .slick-next:before {
		font-size: 34px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	
	.footer-widgets.col-2 .block, .footer-widgets.col-3 .block, .footer-widgets.col-4 .block { margin: 2.5% !important; }
	.footer-widgets { margin: 0 -2.5%; }
	.footer-widgets.col-3 .block { max-width: 46%; }
	.footer-widgets.col-4 .block { max-width: 20%; }
}

@media (min-width: 1280px){
	
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
	width: 55%;
    margin-right: 2%;
    display: flex;
    margin-bottom: 0.5em;
    align-items: flex-end;
	}
	.header-right-wrap { width: 43%; }
	.site-header .custom-logo-link, .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
		width: 55%;
		margin-bottom: 1px;
	}
	.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img { width: 350px; }
	.site-branding .site-description { width: 41%; margin-left: 4%; font-size: 0.95em; }
	
	.site-branding .site-description { flex-wrap: wrap; }
	.site-branding .site-description .tagline { order: 2; width: 100%; margin-right: 0; }
	.site-branding .site-description .flag { order: 1; flex-basis: 40px; margin-bottom: 1em; }

	.main-navigation ul.menu, .main-navigation ul.nav-menu { margin: 18px 0; }
	.main-navigation ul.menu>li, .main-navigation ul.nav-menu>li { margin: 6px 27px 6px 0; }
	.main-navigation ul li a { font-size: 19px; }
	
	#site-header-cart { width: 280px; max-width: 280px; }
	
	.slideshow-text { line-height: 1.5; }
	.slideshow-text .title, .slideshow-text .description p { margin-bottom: 0.75em; }
	.slideshow-text .description { margin-bottom: 1.5em; }
	
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title, 
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 42px;
	}
	.storefront-featured-products .section-title { font-size: 36px; }
}

@media (min-width: 1440px){
	/*
	h1, .page-template-template-homepage .entry-header h1 { font-size: 50px; }*/
	h2, .alpha { font-size: 50px; }
	h3 { font-size: 44px; }
	h4 { font-size: 40px; }
	h5 { font-size: 32px; }
	h6 { font-size: 34px; }

	h1, h2, h3, h4, h5, h6 { margin-bottom: 0.75em; }
	
	body .site-header > .col-full { margin-top: 0.75em; }
	.main-navigation ul.menu>li, .main-navigation ul.nav-menu>li { margin-right: 32px; }
	.main-navigation ul li a { font-size: 21px; }
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding { width: 51%; }
	.header-right-wrap { width: 47%; }
	.site-header .custom-logo-link, .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { width: 45%; margin-bottom: 3px; }
	.site-branding .site-description { 
		line-height: 1.4;
		width: 50%;
		margin-left: 5%;
	}
	.woocommerce-active .site-header .site-search { margin-top: 0; margin-bottom: 0.65em; }
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation { margin-top: 0.25em; }
	#header-widgets .widget { margin-left: 30px; }
	.site-header-cart .cart-contents::after { font-size: 28px; line-height: 1; }
	
	.slideshow-text .title { font-size: 34px; }
	.slideshow-text .description { font-size: 22px; }
	.slideshow-text .button { font-size: 22px; }
	
	.featured_content { font-size: 30px; padding: 100px 0; }
	.featured_content p { padding: 0 170px; }
	
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title, 
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 47px;
	}
	body[class^='term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title, body[class*=' term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 42px;
	}
	ul.products li.product .woocommerce-loop-product__title, 
	ul.products li.product h2, ul.products li.product h3,
	.product-title { font-size: 28px; }
}

@media (min-width: 1680px){
	
	body .site-header > .col-full { margin-top: 0.5em; }
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding { width: 56%; }
	.header-right-wrap { width: 42%; }
	.site-header .custom-logo-link, .site-header .site-branding, 
	.site-header .site-logo-anchor, .site-header .site-logo-link { width: 45%; }
	.site-branding .site-description { font-size: 1em; width: 49%; margin-left: 6%; }
	.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img { width: 380px; }
	.secondary-navigation .menu li { margin-right: 15px; }
	
	.site-header-cart .cart-contents::after { font-size: 30px; }
	
	.main-navigation ul.menu>li, .main-navigation ul.nav-menu>li { margin-right: 40px; }
	.main-navigation ul li a { font-size: 22px; }
	
	.slideshow-text .wrap-text { padding: 40px; }
	.slideshow-text .title { font-size: 36px; }
	.slideshow-text .description { font-size: 24px; }
	.slideshow-text .button { font-size: 26px; padding: 4px 30px 5px 30px; }

	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title, 
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 54px;
	}
	body[class^='term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title, body[class*=' term'].woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 46px;
	}
	
	.wcpscwc-product-slider button.slick-prev { left: -30px; }
	.wcpscwc-product-slider button.slick-next { right: -30px; }
}

@media (min-width: 1920px){
	
	.featured_content { font-size: 34px; padding: 110px 0; }
	.featured_content p { padding: 0 110px; }
	
	.storefront-product-categories ul.products li.product .woocommerce-loop-category__title, 
	ul.products li.product.product-category .woocommerce-loop-category__title {
		font-size: 58px;
	}
	
	.wcpscwc-product-slider-wrap { margin-bottom: 2.5em; }
	.wcpscwc-product-slider button.slick-prev { left: -50px; }
	.wcpscwc-product-slider button.slick-next { right: -50px; }
}


@media only screen and (max-width: 359px){
	body .alignright, body .alignleft {
		max-width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		display: block;
		margin-bottom: 1.4em;
	}
	#header-widgets img { max-width: 40px; }
}

@media only screen and (max-width: 1023px){
	.single-product #primary, .single-product #secondary { width: 100%; margin-right: 0; float: none; }
	
		ul.products li.product-category img { height: auto !important; vertical-align: bottom !important; padding-top: 60px !important; }

	
	
}

@media only screen and (max-width: 767px){
	
	
	ul.products li.product.product-category { width:50% !important; }
	ul.products li.product.product-category .woocommerce-loop-category__title { max-width:100% !important; }
	ul.products li.product .archive-img-wrap { height:230px !important; }
	
	ul.products li.product { width: 50% !important; padding: 2% !important; }
	
	
	
	#site-header-cart { display: none; }
	.site-info { padding: 2em 0; }
	.footer-widgets .block { margin-bottom: 3em; }
	.footer-widgets .block:last-child { margin-bottom: 0; }
    body .site-header { padding-top: 5.75em; }
	.secondary-navigation {
		position: absolute;
		top: 3.25em;
		right: 0;
	}
	
	body .mobmenu-left-panel { width: 320px; }
	body .mob-expand-submenu i { font-size: 18px; }
	body .mob-cancel-button { font-size: 24px!important; }
	body .mobmenul-container i:after {
		content: "MENU";
		display: inline-block;
		font-family: 'Barlow', sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		letter-spacing: 1px;
		vertical-align: top;
	}
	body .mobmenul-container { 
		top: 3.25em;
		height: 33px;
		background-color: #2b2e96;
	}
	body .mobmenu-content {
		margin-top: 35px;
		padding-top: 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) { 
	.woocommerce-loop-category__title { font-size:36px !important; }
}
