/*!
Theme Name: prosummer
Theme URI: http://underscores.me/
Author: scottilicious
Author URI: https://scottilicious.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prosummer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

prosummer is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap');
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic.woff2') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-BoldItalic.eot');
    src: url('fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('fonts/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Italic.eot');
    src: url('fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'DB Helvethaica X';
    src: url('fonts/DBHelvethaicaX-65Med.eot');
    src: url('fonts/DBHelvethaicaX-65Med.eot?#iefix') format('embedded-opentype'),
        url('fonts/DBHelvethaicaX-65Med.woff2') format('woff2'),
        url('fonts/DBHelvethaicaX-65Med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Helvethaica X';
    src: url('fonts/DBHelvethaicaX-55Regular.eot');
    src: url('fonts/DBHelvethaicaX-55Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DBHelvethaicaX-55Regular.woff2') format('woff2'),
        url('fonts/DBHelvethaicaX-55Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Helvethaica X';
    src: url('fonts/DBHelvethaicaX-75Bd.eot');
    src: url('fonts/DBHelvethaicaX-75Bd.eot?#iefix') format('embedded-opentype'),
        url('fonts/DBHelvethaicaX-75Bd.woff2') format('woff2'),
        url('fonts/DBHelvethaicaX-75Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}






body,
button,
input,
select,
optgroup,
textarea {
	color: #142e72;
	font-family: 'DB Helvethaica X', sans-serif;
	font-weight: 300;
	/*font-family: "IBM Plex Sans Thai", sans-serif;*/
/*	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-size: 1.3rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 0.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #122e72;
	transition: 0.5s;
}

a:visited {
	color: #122e72;
}

a:hover,
a:focus,
a:active {
	color: #2f5bbf;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

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

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


/* Styles
--------------------------------------------- */
/*body.admin-bar .site-header{
	top: 32px;
}
*/
.blue-bg{
	background-color: #132e75;
}

.light-blue-bg{
	background-color: #2f5cc0;
}

.red-bg{
	background-color: #ff0400;
}

.yellow-bg{
	background-color: #fbb700;
}

.color-blue,
a.color-blue{
	color: #132e75;
}


a.color-blue:hover{
	color: #132e75;
	text-decoration: none;
}

.color-black{
	color: black;
}

.color-light-blue,
a.color-light-blue{
	color: #2f5bc3;
}

a.color-light-blue:hover{
	color: #2f5bc3;
	text-decoration: none;
}

.color-gray{
	color: #9e9e9e;
}

.color-red,
a.color-red{
	color: #ff0400;
}

a.color-red:hover{
	color: #ff0400;
	text-decoration: none;
}

.color-yellow,
a.color-yellow{
	color: #fbb700;
}

a.color-yellow:hover{
	color: #fbb700;
	text-decoration: none;
}

.color-white,
a.color-white{
	color: white;
}

a.color-white:hoer{
	color: white;
}

a.decorate-link{
	text-decoration: none !important;
}

a.decorate-link:hover{
	text-decoration: underline !important;
}

.top-header{
	background: #2f5cc0;
	color: white;
	font-weight: 500;
}

.top-header a,
.top-header a:hover{
	color: white;
	text-decoration: none;
}

.top-header .social-icon{
	margin-right: 4px;
}

.top-header .social-icon img{
	max-width: 20px;
}

.top-header .social-icon.social-linktree{
	padding: 2px 8px;
	border-radius: 4px;
	background-color: #132e72;
	text-transform: uppercase;
}


.top-header .social-icon.social-linktree img,
.top-header .social-icon.social-calling img{
	max-height: 24px;
}

.top-header .social-phone{
	display: inline-block;
}

.top-header .social-phone img{
	width: 16px;
}

.site-main-header .logo img{
	max-width: 100%;
}

.navbar-nav li{
	padding-left: 12px;
}

.navbar-nav .nav-link{
	color: #2b367c;
	transition: 0.5s;
	position: relative;
	font-weight: 300;
	font-size: 1.3rem;
}

.navbar-nav .nav-link{
	padding: 4px 24px;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #2b367c;
	padding: 4px 24px;
}

.navbar-nav .nav-link:hover,
.current-menu-item .nav-link.active{
	background-color: #e5e4e6;
	color: #305bbf;
	border-radius: 100px;
}

.current-menu-item .nav-link.active{
	font-weight: bold;
}

/*
.navbar-nav .nav-link:hover::after,
.current-menu-item .nav-link.active::after{
	position: absolute;
	bottom:2px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #ff0400;
	content: "";
}
*/

.home-slider-section .carousel-item img{
	height: 720px;
	width: 100%;
	object-fit: cover;
}


.homepage-promotion-banner-wrapper{
	background: #fec410 url(images/prosumersupply_sikalanko_promotion_banner.png) no-repeat left 20px center;
	background-size: auto 80%;
	border-radius: 12px;
	padding: 16px;
	min-height: 320px;
}


.footer-features img{
	width: auto;
	max-width: 100%;
	height: 60px;
}

.dbd-wrapper img{
	width: 100px;
	max-width: 100%;
}


.card-product .cta-wrapper a{
	width: 100%;
}

.card-product .card-product-bottom-area{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 1em;
}

.card-product .product-price{
	margin-bottom: -10px;
}


.homepage-product-categories{
	/*background: url(images/) no-repeat center center;
	background-size: cover;
	background-color: #e6e6e6;*/
}


.section-title.main-section-title{
	position: relative;
	border-bottom: 1px solid #d1d3d5;
	color: #132e72;
	font-size: 2rem;
	font-weight: bold;
}

.section-title.main-section-title .main-col{
	margin-bottom: -2px;
}

.section-title.main-section-title span{
	border-bottom: 4px solid #132e72;
}

.section-title.main-section-title .section-title-icon{
	padding-left: 48px;
	padding-right: 12px;
}

.section-title.main-section-title.section-title-no-icon .section-title-icon{
	padding-left: 0;
}

.section-title.section-title-promotion{
	background: url(images/group_icons/promotion_icons.png) no-repeat left center;
	background-size: 40px;
}

.section-title.section-title-best-seller{
	background: url(images/group_icons/bestsellerproduct_icons.png) no-repeat left center;
	background-size: 40px;
}

.section-title.section-title-where-to-buy{
	background: url(images/group_icons/courier_icon.png) no-repeat left center;
	background-size: 40px;
}

.section-title.section-title-news{
	background: url(images/group_icons/article_news_icons.png) no-repeat left center;
	background-size: 40px;
}

.section-title.main-section-title .more-link{
	color: #959595;
	font-size: 1.3rem;
	text-decoration: none;
}

.underline-yellow span,
.page-title-underline span,
.section-title.title-underline span{
	position: relative;
}

.section-title.title-underline span::after{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	content: "";
	border-bottom: 1px solid red;
	content: "";
}

.underline-yellow span::after,
.page-title-underline span::after{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	content: "";
	border-bottom: 2px solid #fbb700;
	content: "";
}

.search-product-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #e5e5e5;
	border-right: 0px;
	border-radius: 40px;
	overflow: hidden;
}

.search-product-wrapper ::placeholder{
	color: #122e72;
}

.search-product-wrapper input{
	display: inline-block;
	width: 60%;
}

.input-search-form,
.input-search-form:hover,
.input-search-form:focus,
.input-search-form:active{
	background-color: #e5e5e5;
	border: none !important;
	border-radius: 40px 0px 0px 40px !important;
	padding: 4px 20px !important;
	height: 45px !important;
	font-size: 1.3rem;
}

.button-search-round{
	background: #2e5bc0 url(images/group_icons/search_white_icon.png) no-repeat center center;
	background-size: 20px;
	height: 45px;
	width: 45px;
	border: 1px solid #2e5bc0;
	border-radius: 100px;
}

.button-search-round:hover{
	background: #2e5bc0 url(images/group_icons/search_white_icon.png) no-repeat center center;
	background-size: 20px;
	border: 1px solid #2e5bc0;
}


.button-search-round span{
	font-size: 1px;
	opacity: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.category-box.blue-category-box{
	background-color: #2f5bc0;
	color: white;
	border-radius: 1.5em;
}

.category-box.blue-category-box a:visited{
	color: white !important;
}

.card-categories{
	border: 1px solid red;
	min-height: 180px;
	text-decoration: none;
	transition: 0.5s;
}

.card-categories .card-category-header{
	min-height: 80px;
}

.card-categories .button-card-yellow{
	display: inline-block;
	padding: 2px 12px;
	background-color: #fbb700;
	color: black;
	font-size: 14px;
}

.card-categories .button-card-yellow i{
	color: white;
	transition: 0.5s;
}

.card-categories:hover .button-card-yellow i{
	 margin-left: 4px;
}

.card-categories:hover{
	color: #2b367c;
	text-decoration: none;
}

.card-categories.category-1{
	background: white url(images/categories/leaking.png) no-repeat bottom right;
	background-size: 50%;
}

.card-categories.category-2{
	background: white url(images/categories/concrete_fix.png) no-repeat bottom right;
	background-size: 50%;
}

.card-categories.category-3{
	background: white url(images/categories/lining.webp) no-repeat bottom right;
	background-size: auto 80%;
}

.card-categories.category-4{
	background: white url(images/categories/tile_glue.png) no-repeat bottom right;
	background-size: 50%;
}

.card-categories.category-5{
	background: white url(images/categories/tiling_util.png) no-repeat bottom right;
	background-size: 50%;
}

.card-categories.category-6{
	background: white url(images/categories/floor_coat.png) no-repeat bottom right;
	background-size: 50%;
}

.card-categories.category-7{
	background: white url(images/categories/wall_coat.png) no-repeat bottom right;
	background-size: 50%;
}

.card-categories.category-8{
	background: white url(images/categories/concrete_build.png) no-repeat bottom right;
	background-size: 50%;
}

.card-categories.category-9{
	background: white url(images/categories/SikalasticFleece-80.png) no-repeat bottom right;
	background-size: 50%;
}

.where-to-buy-row .card-where-to-buy{
	min-height: 200px;
	position: relative;
}

.where-to-buy-row .card-where-to-buy.card-size-small{
	min-height: 170px;
}

.inner-gray-bg{
	background-color: #e5e5e5;
}

.about-us-figure-wrapper{
	position: relative;
}

.about-us-figure-wrapper .product-about-us{
	position: absolute;
	left: -100px;
	bottom: 0;
}

.homepage-about-banner{
	background: url(images/prosumersupply_sikalanko_allproduct_banner.png) no-repeat top center;
	background-size: 100% auto;
	min-height: 600px;
	padding: 4em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: end;
	border-radius: 12px;
}

.homepage-about-banner .banner-caption{
	width: 40%;
}



.article-carousel-wrapper .carousel-control-prev{
	left: -45px;
	width: 45px;
	opacity: 1;
}

.article-carousel-wrapper .carousel-control-next{
	right: -45px;
	width: 45px;
	opacity: 1;
}

.article-carousel-wrapper .carousel-control-prev:hover,
.article-carousel-wrapper .carousel-control-next:hover{
	opacity: 0.8;
}

.article-carousel-wrapper  .carousel-control-prev-icon{
	background-color: red;
	background-size: 12px;
	border-radius: 4px;
	padding: 4px;
}

.article-carousel-wrapper .carousel-control-next-icon {
	background-color: red;
	background-size: 12px;
	border-radius: 4px;
	padding: 4px;
}

.contact-list-wrapper{
	font-size: 14px;
	font-weight: 500;
}


.contact-us-list,
.contact-list-wrapper .contact-list{
	padding-bottom: 1em;
	padding-left: 24px;
}


.contact-us-list{
	padding-top: 1em;
	padding-bottom: 0em;
}

.contact-list-wrapper .contact-list.contact-list-address{
	background: url(images/icons/pin_icons.png) no-repeat left top 4px;
	background-size: 16px;
}

.contact-us-list.contact-us-address{
	background: url(images/icons/pin_icons.png) no-repeat left top 1em;
	background-size: 16px;
}

.contact-list-wrapper .contact-list.contact-list-time{
	background: url(images/icons/time_icons.png) no-repeat left top 4px;
	background-size: 16px;
}

.contact-us-list.contact-us-time{
	background: url(images/icons/time_icons.png) no-repeat left top 1em;
	background-size: 16px;
}

.btn-yellow,
.btn-yellow:visited{
	background-color: #fbb700 !important;
	color: black  !important;
	border: 1px solid #e8aa00 !important;
}

.btn-yellow:hover,
.btn-yellow:focus{
	background-color: #ffca38  !important;
	color: black !important;
	border: 1px solid #e2ab13 !important;
}

.btn-yellow:active{
	background-color: #fbb700  !important;
	color: black  !important;
	border: 1px solid #e8aa00 !important;
}
.btn-yellow:disabled{
	background-color: #fff6df !important;
	color: rgb(184, 184, 184) !important;
	border: 1px solid #bab7ae !important;
}


.btn-blue-square{
	background-color: #2f5bbf;
	color: white;
	padding: 8px 24px;
	text-decoration: none;
}

.btn-blue-square:hover{
	background-color: #132e72;
	color: white;
	padding: 8px 24px;
	text-decoration: none;
}


.btn-primary-dark,
.btn-primary-dark:visited{
	background-color: #132e72;
	color: white;
}

.btn-primary-dark:hover{
	background-color: #153586;
	color: white;
	border: 1px solid #132e72;
}

.underline-link{
	text-decoration: underline;
}

.yellow-button-direction .elementor-button,
.btn-link-direction{
	background: url(images/icons/direction_icons.png) no-repeat left 12px center;
	background-size: 12px;
	padding-left: 32px;
}

.blue-button-direction .elementor-button,
.btn-link-direction{
	background: url(images/group_icons/navigate_wh_icon.png) no-repeat left 12px center;
	background-size: 12px;
	padding-left: 32px;
}

.contact-address-title{
	background: url(images/group_icons/PIN_blue_icon.png) no-repeat left center;
	background-size: 16px;
	padding-left: 32px;
}

.contact-hour-title{
	background: url(images/group_icons/time_blue_icon.png) no-repeat left center;
	background-size: 16px;
	padding-left: 32px;
}

.contact-detail-title{
	background: url(images/group_icons/contact_blue_icon.png) no-repeat left center;
	background-size: 24px;
	padding-left: 40px;
}

.contact-phonenumber-title{
	background: url(images/group_icons/tel_blue_icon.png) no-repeat left center;
	background-size: 16px;
	padding-left: 32px;
}

.contact-emailaddress-title{
	background: url(images/group_icons/mail_blue_icon.png) no-repeat left center;
	background-size: 16px;
	padding-left: 32px;
}

.contact-followus-title{
	background: url(images/group_icons/linktree_blue_icons.png) no-repeat left center;
	background-size: 16px;
	padding-left: 32px;
}

.social-media-follow-icon{
	display: inline-block;
	width: 36px;
	height: 36px;
	content: "";
}

.social-media-follow-icon:hover{
	text-decoration: none;
}

.facebook-contact-icon{
	background: url(images/group_icons/fb_icons.png) no-repeat center center;
	background-size: 32px;
}	

.youtube-contact-icon{
	background: url(images/group_icons/youtube_icons.png) no-repeat center center;
	background-size: 32px;
}	

.tiktok-contact-icon{
	background: url(images/group_icons/tiktok_icon.png) no-repeat center center;
	background-size: 32px;
}	

.googlebusiness-contact-icon{
	background: url(images/group_icons/googlebusiness_icon.png) no-repeat center center;
	background-size: 32px;
}	

.force-mb-0 h2,
.force-mb-0 p{
	margin-bottom: 0px;
}

.contact-form-control input[type="text"],
.contact-form-control input[type="tel"],
.contact-form-control input[type="email"],
.contact-form-control textarea{
	background-color: #efefef;
	border-radius: 12px;
	border: none;
	width: 100%;
	padding: 4px 24px;
}

.contact-form-control ::placeholder{
	color: rgba(0, 0, 0, 0.6);
}

.contact-form-control .wpcf7-submit{
	background-color: #2f5bc0;
	color: white;
	border: none;
	font-size: 1.3rem;
}

.contact-form-control .wpcf7-submit:hover{
	background-color: #142e72;
}



.entry-page-title{
	overflow: hidden;
	height: 1px;
	width: 1px;
	opacity: 0;
}

.article-page-main .entry-page-title{
	overflow: visible;
	height: auto;
	width: auto;
	opacity: 1;
}

.about-feature p{
	margin-bottom: 8px;
}

.about-feature .feature-line{
	position: relative;
}

.about-feature .feature-line::before{
	position: absolute;
	left: 32px;
    top: 20%;
    height: 85%;
	border-left: 2px solid #fbb700;
	content: "";
}

.about-right-text p{
	margin-bottom: 0px;
}

.about-right-text .blue-quote p{
	color: #2b367c;
	padding: 1em 0;
	font-weight: bold;
	position: relative;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-left: 12px;
}

.about-right-text .blue-quote p::before{
	position: absolute;
	top: -12px;
	left: -12px;
	background: url(images/icons/quote-start.png) no-repeat center center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	content: "";
}

.about-right-text .blue-quote p::after{
	position: absolute;
	bottom: 0px;
	right: -12px;
	background: url(images/icons/quote-end.png) no-repeat center center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	content: "";
	
}

.province-figure-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: end;
	padding-top: 1em;
	padding-left: 2em;
}

.province-figure-wrapper .province-figure{
	background-color: red;
	color: white;
	padding: 12px 0px;
	width: 112px;
	height: 112px;
	font-size: 4rem;
	font-weight: bold;
	border-radius: 24px;
	margin-right: 8px;
	text-align: center;
}

.province-figure-wrapper .province-caption{
	font-size: 2rem;
	font-weight: bold;
	color: #2b367c;
}

.card-articles{
	background-color: rgba(255,255,255,0);
	border: 0px solid rgba(0, 0, 0, 0.0);
	transition: 0.5s;
	padding-top: 1em;
}

.card-articles:hover{
	background-color: rgba(255,255,255,1);
	border: 0px solid rgba(0, 0, 0, 0.1);
	
}

.card-articles .card-img-top{
	width: 90%;
	max-height: 240px;
	object-fit: cover;
	border-radius: 14px;
	border: 2px solid #fbb700;
}

.card-articles h5{
	font-size: 18px;
}

.card-articles:hover h5{
	color: #2b367c;
}

.card-articles a{
	text-decoration: none;
}

article.type-post{
	margin-top: 2em;
	background-color: white;
	border-radius: 24px;
	padding: 1em;
}

article h1.entry-title{
	margin-bottom: 12px;
}

article.type-post .entry-meta{
	font-size: 12px;
	color: rgba(0, 0, 0, 0.2);
	padding-bottom: 12px;
}

.article-thumbnail-wrapper img{
	width: 800px;
	max-width: 100%;
	height: 400px;
	object-fit: cover;
	
}

.article-gallery-wrapper .slider-article-for img{
	width: 96%;
	height: 480px;
	object-fit: contain;
}

.article-gallery-wrapper .slider-article-nav .inner-slider-slick{
	padding: 0 8px;
}

.article-gallery-wrapper .slider-article-nav img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.short-div,
.entry-footer .entry-footer-div{
	width: 100px;
	background-color: black;
	opacity: 1;
}

.tag-cloud-wrapper{
	display: block;
}

.tag-cloud-wrapper .tag-post-minimal{
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: rgba(0, 0, 0, 0.05);
	color: black;
	padding: 4px;
	text-decoration: none;
	transition: 0.5s;
	border-radius: 2px;
}

.tag-cloud-wrapper .tag-post-minimal:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

.footer-share-icons a{
	text-decoration: none;
}

.footer-share-icons button{
	color: #000;
	text-decoration: none;
	box-shadow: 0px 0px 0px transparent;
}

.contact-info-wrapper .contact-info{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 12px;
}

.contact-info-wrapper .contact-info a{
	color: #2b367c;
	text-decoration: underline;
}

.contact-info.contact-tel .contact-title{
	background: url(images/icons/tel_B_icons.png) no-repeat left top 4px;
	background-size: 16px;
}

.contact-info.contact-hotline .contact-title{
	background: url(images/icons/hotline_B_icons.png) no-repeat left top 4px;
	background-size: 16px;
}

.contact-info.contact-email .contact-title{
	background: url(images/icons/mail_icons.png) no-repeat left top 4px;
	background-size: 16px;
}


.contact-info-wrapper .contact-info .contact-title{
	width: 25%;
	padding-left: 24px;
}

.contact-info-wrapper .contact-info .contact-content{
	width: 75%;
}

.contact-info-wrapper .contact-info a.link-black{
	text-decoration: none;
	color: black;
}





.float-social-footer{
	position: fixed;
	bottom: 4vh;
	right: 2vw;
	width: 80px;
}

.float-social-footer .widget-float-social-button{
	cursor: pointer;
}


.float-social-footer .widget-float-social-button img{
	width: 44px;
	height: auto;
	transition: 0.5s;
}

.float-social-footer .social-media-list{
	display: none;
}

.float-social-footer .social-media-list.active{
	display: block;
}

.float-social-footer .social-media-list .social-media-list-link{
	display: block;
	margin-bottom: 4px;
	transition: 0.5s;
}

.float-social-footer .social-media-list .social-media-list-link:hover{
	opacity: 0.8;
}

.float-social-footer .social-media-list .social-media-list-link img{
	width: 44px;
}


.float-social-footer .widget-float-social-button:hover img{
	width: 48px;
	opacity: 0.8;
}

.widget-social-media-button{
	display: none;
}

.widget-social-media-button.active{
	display: block;
	margin: auto;
}


ul.product-category-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid black;
}

ul.product-category-menu li{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

ul.product-category-menu li.underline{
	border-bottom: 1px solid black;
}

ul.product-category-menu li.underline .title{
	font-size: 16px;
	padding: 12px 8px;
	font-weight: bold;
}

ul.product-category-menu li a{
	display: block;
	width: 100%;
	position: relative;
	padding-right: 45px;
	text-decoration: none;
	font-size: 14px;
	transition: 0.5s;
	padding: 12px 8px;
	font-weight: 500;
}

ul.product-category-menu li.underline a{
	padding: 12px 12px;
}

ul.product-category-menu li a:hover{
	background-color: white;
}

ul.product-category-menu li.sub-menu a{
	padding-left: 24px;
}

ul.product-category-menu li a img{
	height: 32px;
}

ul.product-category-menu li a .inner-menu-item{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.card.card-products{
	text-decoration: none;
}

.card.card-products .card-image-wrapper{
	padding-top: 1em;
}

.card.card-products .card-image-wrapper img{
	width: auto;
	height: 150px;
}

.card.card-products .product_exerpt{
	max-height: 50px;
    overflow: hidden;
}

.card.card-article-general .card-text{
	max-height: 74px;
    overflow: hidden;
}

.promotion-carousel .promotion-carousel-item{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.promotion-carousel .promotion-carousel-item .card{
	min-height: 360px;
}

.page-numbers{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.page-numbers li .page-numbers{
	padding: 4px 12px;
	border-radius: 4px;
	color: black;
	text-decoration: none;
}

.page-numbers li .page-numbers.current{
	background-color: #2f5cc0;
	color: white;
	font-weight: bold;
}

.product-detail-title.product-detail-title-underline{
	border-bottom: 1px solid #fbb700;
	padding-bottom: 4px;
}

.slider-nav {
	padding-top: 2em;
}

.slider-nav .inner-slider-slick{
	padding: 4px 12px;
}

.slick-prev:before, .slick-next:before{
	color: #e8aa00;
	padding: 4px 20px;
	border-radius: 2px;
}

.slick-prev{
	left: 25px !important;
	z-index: 99;
}

.slick-next{
	right: 25px !important;
	z-index: 99;
}

.slick-prev:before{
	content: "" !important;
	background: #2e5bc0 url(images/icons/arrow-left-s-line.svg) no-repeat center center;
	background-size: 60%;
}

.slick-next:before{
	content: "" !important;
	background: #2e5bc0 url(images/icons/arrow-right-s-line.svg) no-repeat center center;
	background-size: 60%;
}

.about-navigation,
.article-navigation,
.all-production-navigation{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-navigation li,
.article-navigation li,
.all-production-navigation li{
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

.about-navigation li a,
.article-navigation li a,
.all-production-navigation li a{
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 0.5em;
	padding-left: 44px;
	border-radius: 12px;
	text-decoration: none;
	color: black;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.01);
}

.about-navigation li a:hover,
.article-navigation li a:hover,
.all-production-navigation li a:hover{
	color: #132e72;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
}

.about-navigation li a.current-nav,
.article-navigation li a.current-nav,
.all-production-navigation li a.current-nav{
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	font-weight: bold;
}

.about-navigation li a.about-nav-about{
	background: #f5f9fc url(images/group_icons/about_us_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.about-navigation li a.about-nav-about.current-nav{
	background: #fff url(images/group_icons/about_us_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.about-navigation li a.about-nav-shipping{
	background: #f5f9fc url(images/group_icons/shipping_notice_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.about-navigation li a.about-nav-shipping.current-nav{
	background: #fff url(images/group_icons/shipping_notice_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.about-navigation li a.about-nav-privacy{
	background: #f5f9fc url(images/group_icons/privacy_notice_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.about-navigation li a.about-nav-privacy.current-nav{
	background: #fff url(images/group_icons/privacy_notice_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.about-navigation li a.about-nav-cookies{
	background: #f5f9fc url(images/group_icons/cookies_notice_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.about-navigation li a.about-nav-cookies.current-nav{
	background: #fff url(images/group_icons/cookies_notice_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.article-navigation li a.article-nav-misc{
	background: #f5f9fc url(images/group_icons/article_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.article-navigation li a.article-nav-misc.current-nav{
	background: #fff url(images/group_icons/article_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.article-navigation li a.article-nav-news{
	background: #f5f9fc url(images/group_icons/news_events.png) no-repeat left 12px center;
	background-size: 24px;
}

.article-navigation li a.article-nav-news.current-nav{
	background: #fff url(images/group_icons/news_events.png) no-repeat left 12px center;
	background-size: 24px;
}

.all-production-navigation li a.product-nav-waterproof{
	background: #f5f9fc url(images/group_icons/waterproofing_Category_List_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.all-production-navigation li a.product-nav-waterproof.current-nav{
	background: #fff url(images/group_icons/waterproofing_Category_List_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.all-production-navigation li a.product-nav-sealant{
	background: #f5f9fc url(images/group_icons/sealant_Category_List_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.all-production-navigation li a.product-nav-sealant.current-nav{
	background: #fff url(images/group_icons/sealant_Category_List_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.all-production-navigation li a.product-nav-accessories{
	background: #f5f9fc url(images/group_icons/accessories_Category_List_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.all-production-navigation li a.product-nav-accessories.current-nav{
	background: #fff url(images/group_icons/accessories_Category_List_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.all-production-navigation li a.product-nav-misc{
	background: #f5f9fc url(images/group_icons/miscellaneous_Category_List_icon.png) no-repeat left 12px center;
	background-size: 24px;
}

.all-production-navigation li a.product-nav-misc.current-nav{
	background: #fff url(images/group_icons/miscellaneous_Category_List_icon.png) no-repeat left 12px center;
	background-size: 24px;
}




.card-article-general .card-figure img{
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.card-article-general .card-figure.full-card img{
	width: 100%;
	height: 320px;
	object-fit: cover;
}

body.postid-1488 .promotion-section-product-page .card-promotion-2 .unit-slash,
body.postid-1488 .promotion-section-product-page .card-promotion-2 .unit-text,
body.postid-715  .promotion-section-product-page .card-promotion-2 .unit-slash,
body.postid-715  .promotion-section-product-page .card-promotion-2 .unit-text{
	display: none;
}

/*
ul.product-category-menu li a .menu-arrow{
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%;
}
*/

.site-footer a{
	text-decoration: underline;
}

.site-footer .footer-wrapper{
	padding-right: 1em;
}

.site-footer .footer-wrapper.no-border{
	border-right: 0px;
}

.footer-address-wrapper a.footer-address{
	background: url(images/icons/pin_black_icons.png) no-repeat left center;
	background-size: 12px;
	padding-left: 20px;
}

.site-footer .footer-contact{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	padding-bottom: 4px;
}

.footer-link-wrapper{
	font-size: 14px;
}

.site-footer .footer-contact .footer-contact-icon{
	width: 25%;
	box-sizing: border-box;
	padding-left: 20px;
}

.site-footer .footer-contact .footer-contact-icon.icon-tel{
	background: url(images/icons/tel_B_icons.png) no-repeat left center;
	background-size: 12px;
}

.site-footer .footer-contact .footer-contact-icon.icon-mobile{
	background: url(images/icons/hotline_B_icons.png) no-repeat left center;
	background-size: 12px;
}

.site-footer .footer-contact .footer-contact-icon.icon-email{
	background: url(images/icons/mail_icons.png) no-repeat left center;
	background-size: 12px;
}

.site-footer .footer-contact .footer-contact-content{
	width: 75%;
	box-sizing: border-box;
}

.social-media-footer-wrapper a{
	text-decoration: none;
}

.social-media-footer-wrapper img{
	width: 32px;
}

.mobile-menu{
	display: none;
}

.carousel-4-column a,
.carousel-3-column a{
	text-decoration: none;
}

.carousel-3-column .slick-slide img,
.carousel-4-column .slick-slide img{
	width: 90%;
	height: 140px;
	object-fit: cover;
	margin: auto;
	border-radius: 0px;
}

.related-products .carousel-3-column .slick-slide img,
.related-products .carousel-4-column .slick-slide img{
	width: 90%;
	height: 200px;
	object-fit: contain;
}

body.elementor-page #page span,
body.elementor-page #page form *,
body.elementor-page #page p,
body.elementor-page #page .elementor-widget.elementor-widget-text-editor *,
body.elementor-page #page input,
body.elementor-page #page label,
body.elementor-page #page textarea,
body.elementor-page #page h1,
body.elementor-page #page h2,
body.elementor-page #page h3,
body.elementor-page #page h4,
body.elementor-page #page h5,
body.elementor-page #page ul,
body.elementor-page #page ul *,
body.elementor-page #page ol,
body.elementor-page #page ol *,
body.elementor-page #page a,
body.elementor-page #page footer *,
body.elementor-page #page .float-social-footer,
body.elementor-page .footer-copyright,
.font-db-helvethaica,
.font-db-helvethaica * 
{
	font-family: 'DB Helvethaica X', sans-serif !important;
}

.title-under-line-blue .elementor-heading-title{
	line-height: 1.3em !important;
}

.title-under-line-blue span{
	border-bottom: 3px solid #2a64c5;
}

article.products .product-content p{
	margin-bottom: 0px;
}

img {
  pointer-events: none;
}

@media screen and (max-width: 768px){
	.mobile-menu.active{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background: white;
		z-index: 99999;
	}

	#primary-menu-mobile{
		list-style: none;
		padding: 0px;
		margin: 0px;
		margin-top: 24px;
	}

	#primary-menu-mobile li{
		display: block;
		width: 100%;

	}


	#primary-menu-mobile li a{
		position: relative;
		display: block;
		width: 100%;
		padding: 1em;
		font-size: 20px;
		text-decoration: none;
		border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	}

	#primary-menu-mobile li.current_page_item a{
		font-weight: bold;
		color: #305bbf;
		border-bottom: 2px solid #305bbf;
	}

	#primary-menu-mobile li.current_page_item a::before{
		content: "";
		position: absolute;
		left: -45px;
		top: 35%;
		width: 45px;
		height: 25px;
		background: #305bbf;
		border-radius: 100px;
	}

	.social-media-mobile-menu a{
		display: inline-block;
		text-decoration: none;
		margin-bottom: 12px;
		font-size: 20px;
		margin-right: 12px;
	}

	.social-media-mobile-menu a.social-icon img{
		width: 45px;
	}

	.social-media-mobile-menu a.social-phone img{
		width: 24px;
	}

	.social-media-mobile-menu a.social-icon.social-linktree img{
		width: auto;
		height: 32px;
	}

	.home-slider-section .carousel-item{
		background: #2f5cc0;
	}

	.home-slider-section .carousel-item img{
		height: 380px;
		object-fit: contain;
	}

	.homepage-promotion-banner-wrapper{
		background: #fec410 url(images/promo-banner-mobile.png) no-repeat center top;
	    background-size: 100% auto;
	}

	.homepage-promotion .promotion-main-cta-wrapper{
		padding-top: 150px;
		padding-bottom: 50px;
	}

	.homepage-about-banner {
	    background: url(images/prosumersupply_sikalanko_allproduct_banner.png) no-repeat top center;
	    background-size: 100% auto;
	    min-height: 400px;
	    padding: 0;
	    display: block;
	    border-radius: 12px;
	    position: relative;
	}

	.homepage-about-banner .banner-caption{
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 1em;
		background: #fbb700;
		border-radius: 0px 0px 12px 12px;
	}

	.footer-features img{
		width: auto;
		height: 60px;
	}

	
	.buttton-product-menu-trigger{
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 1em;
		padding-bottom: 2em;
		background: white;
		border-top: 1px solid rgba(0,0,0,0.05);
		z-index: 999;
	}
	
	.product-menu{
		display: none;
		padding: 1em;
	}
	
	.product-menu.mobile-active{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%; 
		height: 100%;
		background: white;
		z-index: 9999;
	}
	
	body.page-template-page-product .float-social-footer{
		bottom: 100px;
	}
	
	.elementor-2 .elementor-element.elementor-element-ff6f557,
	.elementor-2 .elementor-element.elementor-element-577e5f3{
		padding-left: 60px;
	}
	
	.province-figure-wrapper{
		justify-content: center;
	}
	
	.province-figure-wrapper .province-caption{
		width: 100%; 
		text-align: center;
		padding-top: 12px;
	}
	
	.section-title.main-section-title{
		font-size: 1.6rem
	}


}







