/*!
Theme Name: barbams
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: barbams
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.

barbams 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	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 1.5em 3em;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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

@media screen and (min-width: 1025px) {
	.main-navigation ul li:hover > 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: 1025px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

.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: 1.5em 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; 
	width: 180px;
}

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

/* barbams theme style */

/*
primary color: #101111;
*/

@font-face {
  font-family: 'Gotham Bold';
  src: url('fonts/Gotham-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('fonts/Gotham-Ultra.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('fonts/Gotham-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('fonts/GothamLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
	font-family: 'Gotham Book';
	font-size: 16px;
	font-weight: 300;
}
a, a:hover, a:visited, a:focus {
	color: inherit;
}
@media (max-width: 1400px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}
.site-branding {
	display: flex;
	align-items: center;
}
.home .site-branding .custom-logo {
	filter: brightness(0) invert(1);
}
.primary-color {
	color: #101111
}
.primary-bg-color {
	background-color: #101111;
}
.top-line {
	background-color: #14809b;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 72px;
}
.inner-top-line {
	display: flex;
	justify-content: center;
}
@media (max-width: 1024px) {
	.site-branding {
		position: absolute;
		top: 8px;
	}
}
/* countdown timer */
.countdown-wrapper {
    display: flex;
}
.sale-text {
	margin-left: 20px;
	color: #fff;
}
.sale-text .sale-percent-first-row {
	margin: 0px;
	font-size: 32px;
	line-height: 32px;
}
.sale-text .sale-percent-second-row {
	margin: 0px;
	font-size: 16px;
}
#countdown.timer {
    display: flex;
    justify-content: center;
	width: 375px;
}
.inner-counter {
	display: flex;
}
.inner-counter .two-dots {
	display: flex;
	font-size: 24px;
	margin: -10px 16px 0px 16px;
	font-weight: 800;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.single-unit {
	display: flex;
	position: relative;
	padding-bottom: 12px;
}
.unit-data {
	display: flex;
	margin: 0px;
}
.unit-data span {
	display: flex;
	border: 2px solid #14809b;
	background-color: white;
	color: #fff;
	border-radius: 3px;
	color: #14809b;
	width: 32px;
	height: 44px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: 800;
}
.small-label {
	position: absolute;
    bottom: 0;
    margin-bottom: 0;
    font-size: 11px;
    color: #fff;
    height: 12px;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.top-line {
		height: 62px;
	}
	#countdown.timer {
		width: 240px;
	}
	.unit-data span {
		width: 22px;
		height: 30px;
		font-size: 16px;
		line-height: 16px;
	}
	.sale-text {
		margin-left: 10px;
		color: #fff;
	}
	.sale-text .sale-percent-first-row {
		margin: 0px;
		font-size: 16px;
		line-height: 16px;
	}
	.sale-text .sale-percent-second-row {
		margin: 0px;
		font-size: 12px;
	}
	.inner-counter .two-dots {
		font-size: 18px;
		margin: -16px 6px 0px 6px;
	}
}
.main-navigation {
	width: auto;
	margin-left: auto;
	display: flex;
    align-items: center;
	padding-top: 26px;
}
.main-navigation .menu .menu-item {
	font-size: 16px;
	margin-left: 60px;
	font-weight: 600;
}
@media screen and (max-width: 1920px) {
	.main-navigation .menu .menu-item {
		margin-left: 40px;
	}
}
@media screen and (min-width: 1025px) {
	.main-navigation .menu .menu-item.menu-item-has-children:hover .sub-menu {
		left: auto;
		display: flex;
        flex-direction: column;
        padding: 15px 20px;
	}
	.main-navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
		margin-left: 0px;
		margin-bottom: 15px;
	} 
	.main-navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
		margin-bottom: 0px;
	}
	body:not(.home) .main-navigation .sub-menu {
		background-color: #fff;
	}
	.site-header.sticky-nav .main-navigation .sub-menu, .page-template-homepage .site-header.sticky-nav .main-navigation .sub-menu {
		background-color: #fff!important;
	}
}
.header-order-btn, .header-order-btn:visited, .header-order-btn:hover {
    font-weight: 600;
}
.header-order-btn {
	background-color: #46c7e6;
    padding: 10px 38px;
    margin-left: 60px;
}
@media screen and (max-width: 1440px) {
	.main-navigation .menu .menu-item {
		margin-left: 25px;
	}
	.header-order-btn {
		margin-left: 25px;
	}
}
@media screen and (max-width: 1200px) {
	.main-navigation a.header-order-btn {
		display: none;
	}
	.main-navigation .menu .menu-item {
		margin-left: 26px;
	}
}
@media screen and (max-width: 1024px) {
	.main-navigation .menu .menu-item {
		margin-left: 25px;
	}
	.header-order-btn {
		margin-left: 25px;
	}
	#primary-menu .header-order-btn {
		margin-left: 0;
		display: inline-block;
		padding: 10px 54px;
		color: #000;
		background-color: #46c7e6;
		font-weight: 600;
	}
}
@media screen and (min-width: 1025px) {
	.home .main-navigation .menu .menu-item a {
		color: #fff;
	}
}
body:not(.home) .main-navigation .menu .menu-item a {
	color: #000;
}
@media screen and (min-width: 1025px) {
	body.home .main-navigation .menu .menu-item a:hover {
		color: #cbcbcb;
	}
}
body:not(.home) .main-navigation .menu .menu-item.current-menu-item a {
	color: #6a6a6a;
}
body:not(.home) .main-navigation .menu .menu-item.current-menu-item a:hover {
	color: #6a6a6a;
}
.home .wpml-ls-legacy-list-horizontal a {
	color: #fff;
}
body:not(.home) .wpml-ls-legacy-list-horizontal a {
	color: #101111;
}
.sticky-nav .main-navigation .menu .menu-item a {
	color: #000;
}
body.home .main-navigation .menu .menu-item.current-menu-item a {
    color: #cbcbcb;
}
body.home .sticky-nav .main-navigation .menu .menu-item.current-menu-item a {
	color: #000;
}
body .sticky-nav .main-navigation .menu .menu-item.current-menu-item a:hover {
	color: #666060;
}
body .sticky-nav .main-navigation .menu .menu-item a:hover {
	color: #666060;
}
@media screen and (max-width: 1024px) {
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children:after {
        content: '';
        transition: all ease .6s;
        width: 20px;
        height: 10px;
        position: absolute;
        right: 12px;
        top: 10px;
        background-image: url(img/arrow-down-s.png);
        background-size: cover;
		pointer-events: none;
    }
	.menu-item-has-children.sub-menu-opened:after {
		transition: all ease .6s;
		transform: rotate(180deg);
	}
	.main-navigation.toggled ul .menu-item-has-children .sub-menu {
		display: none;
		position: relative;
        left: inherit;
        width: 100%;
        box-shadow: none;
        text-align: center;
		padding-top: 10px;
        padding-bottom: 10px;
	}
	.main-navigation.toggled ul .menu-item-has-children .sub-menu.sub-menu-active {
		display: block;
	}
	.menu-item-has-children .sub-menu a {
		width: 100%;
	}
	.main-navigation.toggled ul .menu-item-has-children .sub-menu .menu-item {
		margin-bottom: 12px;
	}
	.main-navigation.toggled ul .menu-item-has-children .sub-menu .menu-item a {
		opacity: .85;
        font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	body.home .main-navigation .menu .menu-item a, body.home .sticky-nav .main-navigation .menu .menu-item a {
		color: #000;
	}
	body.home .main-navigation .menu .menu-item.current-menu-item a, body.home .sticky-nav .main-navigation .menu .menu-item.current-menu-item a, body:not(.home) .main-navigation .menu .menu-item.current-menu-item a {
		color: #46c7e6;
	}
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
	color: #46c7e6!important;
}
.wpml-ls-legacy-list-horizontal a span {
	text-transform: lowercase;
}
.wpml-ls-legacy-list-horizontal a:hover {
	color: #46c7e6;
}
.lang-swither-holder {
    position: absolute;
    right: 0px;
    top: -5px;
}
.lang-swither-holder .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 0px;
}
.wpml-ls-item a {
    background: none!important;
}
.site-name-barbams-bih .wpml-ls-item.wpml-ls-current-language, .site-name-barbams-croatia .wpml-ls-item.wpml-ls-current-language {
	display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid #101111;
}
.woocommerce-info {
    border-top-color: #101111;
}
.return-to-shop a.button, .return-to-shop a.button:hover {
	font-size: 16px;
    padding: 20px 30px;
    border-radius: 40px;
	color: #fff;
    background-color: #101111;
    border-color: #101111;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
	min-width: 250px;
}
.mini-cart-wrapper {
    display: flex;
    align-items: center;
    margin-left: 60px;
    margin-right: 30px;
	padding-top: 30px;
	position: relative;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.shake {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1440px) { 
	.mini-cart-wrapper {
		margin-left: 10px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 991px) {
	.wpml-ls-legacy-list-horizontal a {
		padding: 5px 5px 5px!important;
		font-size: 14px;
	}
	.mini-cart-wrapper {
		margin-left: 20px;
		margin-right: 20px;
	}
}
.b-mini-cart {
	position: relative;
	text-decoration: none;
}
.b-mini-cart .items-num {
	position: absolute;
    font-size: 10px;
    background-color: #46c7e6;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    top: -10px;
    right: -6px;
    padding-left: 1px;
    padding-top: 0px;
}
.mini-cart-wrapper .variation {
	font-size: 14px;
}
.mini-cart-wrapper .widget_shopping_cart_content {
    position: absolute;
    top: calc(100% - 6px);
    right: 0px;
    width: 290px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 4px 12px lightgrey;
    padding: 15px;
	display: none;
}
.mini-cart-wrapper:hover .widget_shopping_cart_content {
	display: block;
}
.mini-cart-wrapper .widget_shopping_cart_content .cart_list {
	padding: 0px;
	margin: 0px;
}
.mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item {
	display: flex;
	padding-right: 28px;
	position: relative;
	flex-wrap: wrap;
}
.mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item .attachment-woocommerce_thumbnail, .mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item img {
	margin-right: 12px;
	width: 32px;
    height: auto;
    box-shadow: none;
	margin-left: 0px;
}
.mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
	font-size: 12px;
}
.mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item .remove {
	font-weight: 400;
	color: #101111!important;
	position: absolute;
	right: 0;
	top: 14px;
	background: none!important;
	text-decoration: none;
	font-size: 1.5em;
    height: 1em;
    width: 1em;
	display: flex;
	align-items: flex-end;
    justify-content: center;
}
.mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item .remove + a {
	display: flex;
	padding-top: 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	align-items: center;
	margin-bottom: 8px;
	width: 100%;
}
.woocommerce ul.woocommerce-mini-cart li dl {
	display: none;
}
.mini-cart-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__total {
	font-size: 14px;
}
.mini-cart-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
	font-weight: 600;
}
.mini-cart-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	display: flex;
	width: 100%;
	margin-bottom: 4px;
	justify-content: space-between;
}
.mini-cart-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
	width: calc(50% - 4px);
	font-weight: 400;
	font-size: 13px;
	line-height: 1em;
	text-align: center;
	border-radius: 0px;
	border: 2px solid #101111;
	background-color: #fff;
	color: #101111;
	text-decoration: none;
	padding: .618em 1em;
}
.mini-cart-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
	background-color: #101111;
	color: #fff;
}
.mini-cart-icon {
	width: 28px;
    height: 28px;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -8px;
}
.home .mini-cart-icon {
	background-image: url(img/empty-cart-white.png);
}
body:not(.home) .mini-cart-icon {
	background-image: url(img/empty-cart.png);
}
.sticky-nav .mini-cart-icon {
	background-image: url(img/empty-cart.png);
}
.site-header.sticky-nav, .page-template-homepage .site-header.sticky-nav {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	box-shadow: 0 4px 2px -2px #e8e8e8;
	z-index: 11;
}
.site-header.sticky-nav .custom-logo {
	width: auto;
	height: 80px;
	filter: brightness(0%);
}
.site-header.sticky-nav .mini-cart-wrapper:hover .widget_shopping_cart_content {
	top: 100%;
}
.site {
	overflow: hidden;
}
.close-mobile-menu {
	display: none;
}
.site-header.sticky-nav .lang-swither-holder, .page-template-homepage .site-header.sticky-nav .lang-swither-holder {
	display: none;
}
@media screen and (max-width: 1200px) {
	.custom-logo-link {
		width: 140px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.custom-logo-link {
		margin-top: 0px;
	}
}
@media screen and (max-width: 1023px) {
	.mini-cart-wrapper:hover .widget_shopping_cart_content {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.site-header.sticky-nav .main-navigation {
		padding-top: 0px;
	}
	.site-header.sticky-nav .mini-cart-wrapper {
		padding-top: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.inner-site-header {
		padding-top: 26px;
		height: 72px;
	}
	.site-header.sticky-nav .custom-logo {
		height: 56px;
	}
	.site-header.sticky-nav .inner-site-header, .page-template-homepage .site-header.sticky-nav .inner-site-header {
		padding-top: 0px;
		height: 56px;
	}
	.main-navigation {
		padding-top: 0px;
		position: absolute;
		right: 15px;
		top: 38px;
	}
	.site-header.sticky-nav .main-navigation, .page-template-homepage .site-header.sticky-nav .main-navigation {
		top: 22px;
	}
	#primary-menu {
		display: block;
		position: fixed;
		right: -100vw;
		top: 0px;
		height: 100vh;
		background: #fff;
		z-index: 15;
		padding: 76px 20px 60px 20px;
		-webkit-transition: right ease .6s;
		-moz-transition: right ease .6s;
		-ms-transition: right ease .6s;
		-o-transition: right ease .6s;
		transition: right ease .6s;
	}
	.main-navigation.toggled #primary-menu {
		right: 0;
		width: 100vw;
		margin: 0;
		text-align: center;
		-webkit-transition: right ease .6s;
		-moz-transition: right ease .6s;
		-ms-transition: right ease .6s;
		-o-transition: right ease .6s;
		transition: right ease .6s;
	}
	.close-mobile-menu {
		display: block;
		border-radius: 0;
		border: none;
		width: 50px;
		height: 50px;
		position: fixed;
		background-image: url(img/close-mobile-menu-s.png);
		top: 0px;
		right: -100vw;
		background-size: 100% 100%;
		z-index: 999;
		-webkit-transition: right ease .6s;
		-moz-transition: right ease .6s;
		-ms-transition: right ease .6s;
		-o-transition: right ease .6s;
		transition: right ease .6s;
	}
	.main-navigation.toggled .close-mobile-menu {
		right: 0;
		-webkit-transition: right ease .6s;
		-moz-transition: right ease .6s;
		-ms-transition: right ease .6s;
		-o-transition: right ease .6s;
		transition: right ease .6s;
	}
	.mobile-menu-activator, .mobile-menu-activator:focus, .mobile-menu-activator:hover {
		border: none;
		background: none;
		width: 34px;
		height: 28px;
		border-radius: 0px;
		padding: 0px;
		background-image: url(img/burger-s.png);
		background-size: 100% 100%;
	}
	.mini-cart-wrapper {
		position: absolute;
		right: 76px;
		top: 46px;
		padding-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.site-header.sticky-nav .mini-cart-wrapper {
		top: 30px;
	}
	.main-navigation .menu .menu-item {
		margin-bottom: 22px;
		font-size: 18px;
		text-align: center;
		margin-left: 0px;
	}
}
@media screen and (max-width: 425px) {
	.top-line {
		height: 84px;
	}
	.countdown-wrapper {
		padding: 0px;
		flex-wrap: wrap;
	}
	#countdown.timer {
		width: 100%;
		height: 42px;
	}
	.sale-text {
		margin-left: 0px;
		margin-top: 10px;
		color: #fff;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.sale-text .sale-percent-first-row {
		margin: 0px;
		font-size: 16px;
		margin-right: 8px;
		padding-right: 8px;
		border-right: 1px solid #fff;
		line-height: 16px;
	}
	.sale-text .sale-percent-second-row {
		line-height: 16px;
	}
}
@media screen and (max-width: 360px) {
	.custom-logo-link {
		width: 140px;
	}
	.mobile-menu-activator, .mobile-menu-activator:focus, .mobile-menu-activator:hover {
		width: 38px;
		height: 32px;
	}
}

/* homepage */
.homepage-banner-wrapper {
	background-image: url(img/banner-blue4.jpg);
	background-size: cover;
}
.homepage-banner {
	padding-top: 120px;
}
.homepage-banner h1 {
	line-height: 1.1em;
	margin-top: 0px;
	color: #fff;
	font-family: 'Gotham Bold';
	font-weight: 600;
}
.homepage-banner .banner-subtitle {
	font-size: 18px;
	line-height: 38px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.4em;
}
.banner-right-col {
	width: 310px;
	position: relative;
	height: 100%;
}
.banner-right-col img {
	max-width: 276px;
	position: absolute;
	bottom: -38px;
}
.site-header {
	position: relative;
}
.page-template-homepage .site-header {
	position: absolute;
	z-index: 2;
}
.inner-homepage-banner {
	justify-content: end;
	height: 60vh;
	align-items: center;
}
.banner-left-col {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (min-width: 1920px) {
	.homepage-banner h1 {
		font-size: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.homepage-banner-wrapper {
		background-position-x: center;
	}
	.banner-right-col {
		width: 236px;
		position: relative;
		height: 100%;
	}
	.banner-right-col img {
		max-width: 190px;
		position: absolute;
		bottom: -16px;
	}
}
@media screen and (max-width: 768px) {
	.homepage-banner-wrapper {
		background-position-x: -250px;
	}
	.homepage-banner {
		padding-bottom: 40px;
	}
	.homepage-banner h1 {
		font-size: 40px;
	}
	.homepage-banner .banner-subtitle {
		font-size: 14px;
		line-height: 1.2em;
	}
}
.cta-btns-wrapper {
	display: flex;
}
.cta-btns-wrapper .b-btn {
	display: block;
	color: #101111;
	min-width: 180px;
	text-align: center;
	font-weight: 600;
}
.b-btn, .woocommerce div.product form.cart .button.b-btn {
	font-size: 16px;
	padding: 20px 30px;
	color: #101111;
	border: 1px solid #fff;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	float: left;
	background-color: #fff;
	border-radius: 0px;
}
.b-btn.btn-reverse {
	background-color: #46c7e6!important;
	color: #000!important;
	border: 1px solid #46c7e6!important;
}
.cta-btns-wrapper .b-btn:first-child {
	margin-right: 15px;
}
.cta-btns-wrapper .b-btn:last-child, .cta-btns-wrapper .b-btn:last-child:visited {
	background-color: transparent;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.homepage-banner {
		padding-top: 140px;
		padding-bottom: 100px;
	}
	.inner-homepage-banner {
		justify-content: end;
	}
	.banner-right-col {
		max-width: 188px;
	}
	.banner-right-col img {
        margin-bottom: 0px;
        width: 188px;
        max-width: 330px;
		bottom: -110px;
    }
	.banner-left-col {
		padding-top: 60px;
		padding-left: 40px;
		width: calc(70vw - 190px);
	}
}
@media screen and (max-width: 768px) {
	.banner-left-col {
		padding-top: 0px;
	}
	.cta-btns-wrapper {
		flex-wrap: wrap;
		position: relative;
		z-index: 1;
	}
	.cta-btns-wrapper .b-btn:first-child {
		margin-right: 0;
		min-width: 300px;
		margin-bottom: 20px;
	}
	.cta-btns-wrapper .b-btn {
		min-width: 300px;
	}
}
@media screen and (max-width: 525px) {
	.homepage-banner-wrapper {
        background-position-x: right;
    }
	.homepage-banner {
		position: relative;
	}
	.inner-homepage-banner {
		align-items: center;
	}
	.homepage-banner h1 {
		font-size: 32px;
	}
	.banner-left-col {
		padding-left: 20px;
		padding-right: 20px;
		width: 100vw;
		z-index: 1;
	}
	.banner-right-col {
		max-width: 144px;
		position: absolute;
		right: 48px;
		bottom: 18px;
		z-index: 0;
	}
	.banner-right-col img {
		max-width: 144px;
		bottom: -34px;
	}
	.cta-btns-wrapper .b-btn:first-child {
		width: calc(100vw - 122px);
		min-width: calc(100vw - 122px);
	}
	.cta-btns-wrapper .b-btn:last-child {
		width: calc(100vw - 122px);
		min-width: calc(100vw - 122px);
	}
}
@media screen and (max-width: 375px) {
	.cta-btns-wrapper .b-btn {
		padding: 20px 15px; 
	}
	.cta-btns-wrapper .b-btn:first-child {
		width: calc(100vw - 86px);
		min-width: calc(100vw - 86px);
	}
	.cta-btns-wrapper .b-btn:last-child {
		width: calc(100vw - 86px);
		min-width: calc(100vw - 86px);
	}
}
.hp-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-title {
	font-size: 50px;
	text-align: center;
	margin-bottom: 60px;
}
.section1-text {
	width: 100%;
	text-align: center;
	margin: 0 auto 80px auto;
}
.max-width-set {
	max-width: 860px;
}
@media screen and (max-width: 991px) {
	.section1-text {
		margin: 0 auto 0px auto;
	}
}
.icons-list {
	justify-content: center;
}
.icons-list .single-col {
	text-align: center;
}
.icons-list .single-col .single-img {
	margin-bottom: 20px;
}
.icons-list .single-col .single-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 22px;
}
.icons-list .single-col .single-text {
	padding-left: 10px;
	padding-right: 10px;
}
.hp-section-2 {
	padding-top: 0px;
}
.hp-section-2 .section-title {
	margin-bottom: 60px;
}
.page {
	margin: 0px;
}
.section2-text {
	text-align: center;
	margin: 0 auto 80px auto;
}
.hp-section-2 .swipper-holder {
	margin-top: 85px;
	position: relative;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide .hp-swiper-video {
	max-width: 100%;
}
.swiper-slide .hp-swiper-video {
	cursor: pointer;
}
.see-all-btn-wrapper {
    display: flex;
    margin-top: 35px;
    justify-content: center;
    align-items: center;
}
.see-all-btn-wrapper .b-btn {
	min-width: 200px;
}
@media screen and (max-width: 1024px) {
	.see-all-btn-wrapper.ml-minus-30 {
		margin-left: -30px;
	}
}
.video-play-holder-active {
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.video-play-holder-active video.mobile-video {
	height: 100%;
    width: auto;
}
.video-play-holder-active video.desktop-video {
	width: 100%;
    height: auto;
}
.video-play-holder .close-video {
	display: none;
}
.video-play-holder.video-play-holder-active .close-video {
	display: block;
	z-index: 99999;
}
.swiper-slide .hp-swiper-video::-webkit-media-controls {
  display:none !important;
}
.hp-section-2 .swiper {
	margin-left: 160px;
	margin-right: 160px;
	width: calc(100% - 320px);
}
.hp-swiper-one-holder {
	padding: 0px;
}
@media screen and (max-width: 768px) {
	.hp-swiper-one-holder {
		margin-right: -15px;
	}
}
.hp-swiper-one-holder .swiper-button-next {
	right: calc(160px - 60px);
	width: 35px;
	height: 76px;
	z-index: 1;
	top: calc(50% - 60px);
}
.hp-swiper-one-holder .swiper-button-prev {
	left: calc(160px - 60px);
	width: 35px;
	height: 76px;
	z-index: 1;
	top: calc(50% - 60px);
}
.swiper-button-prev:after, .swiper-button-next:after {
	content: '';
}
.swiper-button-prev {
	background-image: url(img/arrow-left-s.png);
	background-size: cover;
	filter: contrast(0);
}
.swiper-button-next {
	background-image: url(img/arrow-right-s.png);
	background-size: cover;
	filter: contrast(0);
}
.inner-hp-results-wrapper {
    margin: 0;
}
.inner-hp-results-wrapper .single-result {
	padding: 0px 15px;
	margin-bottom: 30px;
	width: calc(100% / 3);
	position: relative;
}
.results-time-qty {
    margin: 0;
    padding: 4px 10px;
    background-color: #46c7e6;
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.inner-hp-results-wrapper .single-result .single-result-img {
	width: 100%;
}
.inner-hp-results-wrapper .single-result:nth-child(n+4) {
    display: none;
}
.show-hide-btns-wrapper {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.show-hide-btns-wrapper .single-btn {
    margin-bottom: 20px;
	margin-left: 10px;
    margin-right: 10px;
    width: auto;
    min-width: 200px;
    cursor: pointer;
	border: 1px solid #101111;
}
#show-less {
	display: none;
}
/* hp testimonials */
.hp-section-4 .hp-text-testimonials-holder {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.hp-text-testimonials-holder p {
    position: relative;
    padding-top: 40px;
    margin-bottom: 14px;
    font-size: 18px;
}
.hp-text-testimonials-holder p em {
	position: relative;
	margin-right: 45px;
}
.hp-text-testimonials-holder p em:before {
    background-image: url(img/qm1.png);
    background-size: 60px 60px;
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: -40px;
    top: 2px;
    opacity: 0.09;
    transform: rotate(180deg);
}
.hp-text-testimonials-holder p em:after {
    background-image: url(img/qm2.png);
    background-size: 60px 60px;
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    right: -40px;
    top: -40px;
    opacity: 0.09;
    transform: rotate(180deg);
}
.hp-text-testimonials-holder p strong {
	font-weight: 600;
}
.hp-section-4 .section4-text  {
	display: flex;
	justify-content: center;
}
.inner-section4-text {
	max-width: 1050px;
	font-size: 18px;
	line-height: 2em;
}
.hp-testimonials-wrapper {
	margin-top: 80px;
}
.inner-hp-testimonials-wrapper {
	margin: 0px;
}
.inner-hp-testimonials-wrapper .single-testimonial {
	padding: 0px;
	width: calc(100% / 3 - 30px);
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
}
.hp-testimonials-wrapper .single-testimonial:nth-child(n+4) {
	display: none;
}
@media screen and (max-width: 1024px) {
	.inner-hp-testimonials-wrapper .single-testimonial {
		width: calc(100% / 2 - 16px);
		margin-bottom: 15px;
		margin-left: 8px;
		margin-right: 8px;
	}
	.hp-testimonials-wrapper .single-testimonial:nth-child(n+3) {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.inner-hp-testimonials-wrapper .single-testimonial {
		width: calc(100% - 16px);
		margin-bottom: 15px;
		margin-left: 8px;
		margin-right: 8px;
	}
	.hp-testimonials-wrapper .single-testimonial:nth-child(n+2) {
		display: none;
	}
}
.hp-testimonials-wrapper .single-testimonial:nth-child(n+4) {
	display: none;
}
.single-testimonial-img {
	width: 100%;
}
.hp-section-5 {
	padding: 0;
	background-color: #f6f6f6;
}
.hp-section-5 p {
	font-size: 16px;
}
.first-image-holder {
	height: 100%;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.first-image-holder img {
	min-height: 100%;
	max-width: unset;
}
.first-image-holder, .second-image-holder {
	position: relative;
}
.hp-section-5 .img-label {
	position: absolute;
	width: 276px;
	background-color: #101111;
	color: #fff;
	padding: 20px 30px;
	text-align: center;
	right: 20px;
	bottom: 20px;
	border: 1px solid #f6f6f6;
}
@media screen and (min-width: 1920px) {
	.hp-section-5 .img-label {
		right: -138px;
		bottom: 30px;
	}
}
.hp-section-5 .left-col {
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding-right: 80px;
}
.hp-section-5 .left-col ul {
	padding-left: 15px;
	margin: 0;
	margin-bottom: 25px;
}
.hp-section-5 .left-col .section-title {
	text-align: left;
	margin-bottom: 40px;
	padding-top: 20px;
}
.hp-video-wrapper {
	margin-bottom: 15px;
}
.hp-section-5 .right-col {
	padding-left: 0px;
}
.play-btn-holder {
	cursor: pointer;
	display: inline-block
}
.video-holder {
	position: fixed;
	top: 0px;
    left: 0px;
    z-index: 13;
    justify-content: center;
    align-items: center;
    display: none;
	width: 100vw;
	height: 100vh;
}
.video-holder video.mobile-video {
	height: 100%;
    width: auto;
}
.video-holder video.desktop-video {
	width: 100%;
    height: auto;
}
.video-holder video {
	max-width: unset;
	max-height: unset;
}
video.mobile-video {
	height: 100%!important;
	width: 100%!important;
	max-width: 100%;
}
video.desktop-video {
	width: 100%!important;
	height: 100%!important;
}
.long-video {
    display: none;
}
.video-opened {
	display: flex;
}
.close-video {
    position: fixed;
    top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.cross-sell-overlay {
	position: fixed;
	background-color: rgba(0,0,0,0.52);
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 13;
}
.video-overlay {
	position: fixed;
	background-color: rgba(0,0,0,0.92);
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 13;
}
.active-overlay {
	display: block;
}
body.fixed-body {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.hp-section-6-row {
	align-items: center;
}
.hp-section-6 .inner-right-column {
	padding: 20px 15px 10px 100px;
}
.hp-section-6 .inner-right-column .section-title {
	margin-bottom: 40px;
	text-align: left;
	font-size: 40px;
}
/* section 7 */
.hp-section-7 {
	background-image: url(img/bg-hp-last.jpg);
	background-size: cover;
}
.inner-hp-section-7 {
	padding-top: 7vh;
    padding-bottom: 7vh;
	justify-content: center;
}
.s7-product-title-wrapper {
	color: #000;
}
.s7-product-title-wrapper h3, .s7-product-title-wrapper h2 {
	font-size: 3.5vw;
	line-height: 1.1em;
	margin-top: 0px;
	font-weight: 600;
	padding-top: 28px;
	margin-bottom: 25px;
}
.hp-section-7-subtitle {
	font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000;
}
.inner-hp-section-7 .product-image-wrapper {
	max-width: 250px; 
}
.homepage-price {
	font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: row-reverse;
	justify-content: start;
}
.homepage-price del {
	color: #706B6D;
}
.homepage-price ins {
	color: #101111;
	background: none;
    margin-right: 20px;
}
.hp-product-link-wrapper {
	margin-top: 30px;
}
.hp-product-link-wrapper .b-btn {
	display: inline-block;
	min-width: 190px; 
	background-color: #101111;
	color: #fff;
	border-color: #101111;
	font-weight: 600;
}
@media screen and (min-width: 1920px) {
	.s7-product-title-wrapper h3, .s7-product-title-wrapper h2 {
		font-size: 60px;
	}
}
@media screen and (max-width: 1500px) {
	.hp-section-2 .swiper {
		margin-left: 60px;
		margin-right: 60px;
		width: calc(100% - 120px);
	}
	.hp-swiper-one-holder .swiper-button-next {
		right: 8px;
	}
	.hp-swiper-one-holder .swiper-button-prev {
		left: 8px;
	}
}
@media screen and (max-width: 1400px) {
	.inner-hp-results-wrapper .single-result {
		margin-bottom: 20px;
		width: calc(100% / 3);
	}
	.hp-section-4 {
		padding-top: 30px;
	}
	.hp-section-5 .left-col {
		padding-left: 40px;
	}
	.hp-section-5 .right-col {
		padding-right: 0px;
	}
	.hp-section-5 .right-col img, .hp-section-5 .right-col img {
		width: 100%;
	}
}
@media screen and (max-width: 1300px) {
	.hp-section-6 .inner-right-column {
		padding: 20px 15px 20px 20px;
	}
	.hp-section-6 .inner-right-column .section-title {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.hp-section-6 .inner-right-column .right-column-text-holder p:last-child {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 1024px) {
	.hp-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.hp-section-2 {
		padding-top: 0px;
	}
	.hp-section-4 {
		padding-top: 0px;
	}
	.hp-section-5 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.section-title {
		font-size: 28px;
		text-align: center;
		margin-bottom: 40px;
	}
	.hp-section-6 .inner-right-column .section-title {
		font-size: 28px;
	}
	.hp-section-2 .swiper {
		margin-left: 40px;
		margin-right: 40px;
		width: calc(100% - 80px);
	}
	.hp-section-2 .results-video-swiper {
		margin-right: -15px;
	}
	.hp-section-2 .results-video-swiper .swiper {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.hp-swiper-results-holder {
		position: relative;
	}
	.hp-swiper-one-holder .swiper-button-next {
		width: 18px;
		height: 38px;
	}
	.hp-swiper-one-holder .swiper-button-prev {
		width: 18px;
		height: 38px;
	}
	.hp-results-wrapper {
		padding: 0px;
	}
	.hp-swiper-results-holder .hp-swiper-two {
		margin-left: 40px;
		margin-right: 40px;
		width: calc(100% - 80px);
	}
	.hp-swiper-results-holder .swiper-button-next {
		width: 18px;
		height: 38px;
		right: 8px;
		top: calc(50% - 38px);
	}
	.hp-swiper-results-holder .swiper-button-prev {
		width: 18px;
		height: 38px;
		left: 8px;
		top: calc(50% - 38px);
	}
	.hp-testimonials-wrapper {
		margin-top: 40px;
	}
	.hp-swiper-testimonials-holder {
		position: relative;
	}
	.hp-swiper-testimonials-holder .hp-swiper-three {
		margin-left: 40px;
		margin-right: 40px;
		width: calc(100% - 80px);
	}
	.hp-swiper-testimonials-holder .swiper-button-next {
		width: 18px;
		height: 38px;
		right: 8px;
	}
	.hp-swiper-testimonials-holder .swiper-button-prev {
		width: 18px;
		height: 38px;
		left: 8px;
	}
	.page-template-results .hp-swiper-results-holder .swiper-button-prev, .page-template-results .hp-swiper-results-holder .swiper-button-next {
		top: calc(50% + 8px);
	}
	.inner-hp-results-wrapper .single-result {
		width: calc(100% / 2 - 16px);
		margin-bottom: 15px;
		margin-left: 8px;
		margin-right: 8px;
	}
	.inner-hp-results-wrapper .single-result:nth-child(n+3) {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.icons-list-mobile {
		padding-bottom: 0px;
	}
	.icons-list .single-col {
		width: 50%;
		margin-bottom: 30px;
	}
	.icons-list .single-col .single-img {
		margin-bottom: 15px;
		max-width: 60px;
	}
	.icons-list .single-col .single-title {
		font-size: 16px;
	}
	.icons-list .single-col .single-text {
		font-size: 14px;
	}
	.hp-swiper-results-holder .swiper-slide {
		margin-top: 15px;
	}
	.hp-section-5 .left-col {
		width: 100%;
		padding: 40px 15px;
		text-align: center;
	}
	.hp-section-5 .left-col .section-title {
		text-align: center;
	}
	.hp-section-5 .right-col {
		width: 100%;
		height: 468px;
	}
	.first-image-holder, .second-image-holder {
        background-position: center bottom;
    }
	.hp-section-6-row {
		flex-direction: column-reverse;
	}
	.hp-section-6-row .right-column, .hp-section-6-row .left-column {
		width: 100%;
	}
	.hp-section-6-row .right-column {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hp-section-6-row .left-column img {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.hp-swiper-results-holder .swiper-wrapper {
		flex-direction: row;
	}
	.s7-product-title-wrapper h3, .s7-product-title-wrapper h2 {
		font-size: 40px;
	}
	.hp-section-7-subtitle {
		font-size: 14px;
		line-height: 1.2em;
	}
	.first-image-holder, .second-image-holder {
		text-align: center;
	}
	.hp-section-5 .img-label {
		position: relative;
		right: inherit;
		bottom: inherit;
		margin: 30px auto;
	}
	.inner-hp-section-7 {
		padding-top: 40px;
		padding-bottom: 40px;
		justify-content: center;
	}
	.inner-hp-section-7 .product-content-wrapper {
		width: 100%;
		margin-bottom: 35px;
		text-align: center;
	}
	.inner-hp-section-7 .product-content-wrapper .homepage-price {
		justify-content: center;
	}
	.hp-product-link-wrapper {
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}
	.inner-hp-section-7 .product-image-wrapper {
		width: 100%;
	}
	.inner-hp-section-7 .product-image-wrapper {
		max-width: 200px;
		width: 100%;
	}
	.inner-hp-results-wrapper .single-result {
		width: calc(100% - 16px);
		margin-bottom: 15px;
		margin-left: 8px;
		margin-right: 8px;
	}
	.inner-hp-results-wrapper .single-result:nth-child(n+2) {
		width: calc(100% - 16px);
		margin-bottom: 15px;
		margin-left: 8px;
		margin-right: 8px;
	}
}
@media screen and (max-width: 525px) {
	.hp-section-5 .right-col {
		height: 400px;
	}
}
/* single product  */
.product-container {
	margin: 40px auto 0px auto;
}
.inner-product-container > .woocommerce {
	display: flex;
}
.inner-product-container > .woocommerce .product {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.product-entry-header {
	margin: 0 auto;
}
.single-product {
	max-width: 100%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #ecfeff;
}
/* product page - swiper */
.custom-product-slider {
    width: 44%;
	overflow: hidden;
}
.custom-product-slider .swiper-container {
	width: 100%;
	height: 300px;
	margin: 20px auto 0px auto;
}
.custom-product-slider .swiper-slide-container {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height:100%;
	max-width: 600px;
	margin:auto;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}
.custom-product-slider .gallery-top {
	height: 80%;
	width: 100%;
	position: relative;
}
.custom-product-slider .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 0px;
}
.custom-product-slider .gallery-thumbs .swiper-wrapper {
	display: flex;
}
.custom-product-slider .gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
.custom-product-slider .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.product-swiper-holder .swiper-button-next {
	right: 28px;
	width: 20px;
    height: 41px;
    background-size: 100% 100%;
}
.product-swiper-holder .swiper-button-prev {
	left: 28px;
	width: 20px;
    height: 41px;
    background-size: 100% 100%;
}
/* end product page swiper */
/* product page - additional videos swiper */
.additional-product-videos-holder {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.additional-videos-title {
    width: 300px;
    display: flex;
    align-items: center;
}
.additional-videos-title p {
    margin: 0px;
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Gotham Ultra';
    color: #ccc;
}
.additional-product-videos-holder .swipper-holder {
	width: calc(100% - 340px);
	padding-left: 60px;
	padding-right: 60px;
	margin-right: 0;
} 
.hp-swiper-one-holder.product-page-vide-swiper {
	position: relative;
}
.hp-swiper-one-holder.product-page-vide-swiper .swiper-button-prev {
    left: 0;
    width: 35px;
    height: 76px;
    z-index: 1;
    top: calc(50% + 25px);
    transform: translateY(-50%);
}
.hp-swiper-one-holder.product-page-vide-swiper .swiper-button-next {
    right: 0;
    width: 35px;
    height: 76px;
    z-index: 1;
    top: calc(50% + 25px);)50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
	.additional-videos-title {
		width: 222px;
	}
	.additional-videos-title p {
		font-size: 45px;
		line-height: 40px;
	}
	.additional-product-videos-holder .swipper-holder {
		width: calc(100% - 246px);
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 575px) {
	.additional-product-videos-holder {
		flex-direction: column;
		margin-top: 25px;
	}
	.additional-videos-title {
		width: 100%;
	}
	.additional-videos-title p {
        font-size: 6vw;
        line-height: 1em;
        margin-bottom: 28px;
    }
	.additional-product-videos-holder .swipper-holder {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
	.additional-product-videos-holder .swiper-button-next,
	.additional-product-videos-holder .swiper-button-prev {
		display: none;
	}
}
/* end product page - additional videos swiper */
.single-product-info-wrapper .product-name {
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.single-product-info-wrapper .price {
	display: flex;
    flex-direction: column;
}
.single-product-info-wrapper .no-equal-prices {
	display: none;
}
.single-product-info-wrapper .price del {
	color: #949494;
	font-size: 22px;
	opacity: 1!important;
}
.single-product-info-wrapper .price ins, .single-product-info-wrapper .price > .woocommerce-Price-amount > bdi {
	color: #000;
	font-size: 40px;
	font-weight: 600!important;
}
.product-qty-wrapper {
	display: flex;
}
.product-qty-wrapper .product-qty-label {
	position: absolute;
    top: -20px;
}
.product-qty-wrapper .quantity .qty {
	width: 90px;
    border: 1px solid #dadada!important;
    padding: 12px 36px 12px 16px;
    box-shadow: none;
    border-radius: 0px;
    text-align: left;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.product-qty-wrapper .quantity {
    border: none;
    display: inline-flex;
}
.product-qty-wrapper .quantity,
.product-qty-wrapper .quantity * {
    box-sizing: border-box;
	height: 100%;
}
.qty-input-rel-wrapper {
	display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.minus.qty-minus-btn {
	background-image: url(img/arrow-down.png);
    background-size: 19px 8px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    padding: 0;
    margin: 0;
    background-position: 50% 50%;
    position: absolute;
    right: 8px;
    bottom: 4px;
}
.plus.qty-plus-btn {
	background-image: url(img/arrow-up.png);
    background-size: 19px 8px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    padding: 0;
    margin: 0;
    background-position: 50% 50%;
    position: absolute;
    right: 8px;
    z-index: 2;
    top: 4px;
}
.woocommerce div.product form.cart .button.b-btn {
	color: #fff;
	background-color: #101111;
	border-color: #101111;
	width: 250px;
}
.add-to-cart-btn-wrapper {
	display: flex;
    align-items: center;
}
.added_to_cart.wc-forward {
	margin: 0 15px;
    font-size: 16px;
    position: relative;
    padding: 20px 30px!important;
    text-decoration: none;
    color: #000;
    border: 1px solid #46c7e6;
	background-color: #46c7e6;
    line-height: 20px;
    text-align: center;
}
.woocommerce-product-details__short-description {
	font-size: 16px;
}
.woocommerce span.onsale {
    height: 64px;
    width: 64px;
    padding: 6px;
    font-weight: 700;
    position: absolute;
    text-align: center;
	top: 12px;
    left: 18px;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 44%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
	margin-bottom: 70px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
	margin-right: 0;
}
.woocommerce-page div.product .summary.single-product-info-wrapper {
	width: 50%;
	margin-top: 0px;
}
.variations-dropdown-wrapper.variations {
	margin-bottom: 20px;
}
.single-variation-holder .single-variation-label {
	margin-bottom: 6px;
}
.woocommerce div.product form.cart .variations .single-variation-holder .variation-value select {
	max-width: unset;
    min-width: unset;
	padding: 10px;
	width: 270px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #ff7600;
}
.woocommerce div.product form.cart .variations .single-variation-holder .variation-value select:focus-visible {
	outline: none;
}
.custom-tabs-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}
.custom-tabs-wrapper .nav-tabs {
	margin: 0px;
}
.custom-tabs-wrapper .nav-tabs .nav-link {
	border: none;
	font-size: 17px;
	padding: 16px 22px 10px 22px;
	border-bottom: 5px solid transparent;
	color: inherit;
	margin-bottom: -2px;
}
.custom-tabs-wrapper .nav-tabs .nav-link.active {
	border-bottom: 5px solid #46c7e6;
}
.custom-tabs-wrapper .tab-content .tab-pane {
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
}
.custom-tabs-wrapper .tab-content .tab-pane ul {
	margin: 0px;
	padding-left: 20px;
}
.custom-tabs-wrapper .tab-content .tab-pane ul li {
	margin-bottom: 8px;
}
.custom-tabs-wrapper .tab-content .tab-pane:after {
	border-bottom: 5px solid #F1F1F1;
	width: 300px;
	bottom: 0px;
	left: 0px;
	content: '';
	position: absolute;
}
.custom-tabs-wrapper .tab-content .tab-pane h3, .custom-tabs-wrapper .tab-content .tab-pane h2, .custom-tabs-wrapper .tab-content .tab-pane h4 {
	font-size: 24px;
	margin-bottom: 40px;
}
.custom-tabs-wrapper .tab-content .tab-pane p {
	font-size: 16px;
}
.product-last-section-row {
	padding-top: 100px;
	padding-bottom: 0px;
}
.product-last-section-row .left-column {
	padding-right: 45px;
}
.product-last-section-row .left-column img {
	width: 100%;
}
.product-last-section-row .right-column {
	padding-left: 45px;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.product-last-section-row .right-column h3 {
	text-align: left;
	margin-bottom: 40px;
	width: 100%;
}
@media screen and (max-width: 991px) {
	.woocommerce a.added_to_cart.wc-forward {
		margin: 15px 0px;
		float: left;
		clear: left;
	}
}

/* qty circle */
.c-countdown-wrapper {
  max-width: 140px;
  width: 100%;
  margin: 20px 0px;
}
.donut {
	text-align: center;
    margin: 20px 0px;
    width: 160px;
	position: relative;
}
.donut .qty-left {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
    font-weight: 800;
    color: #46c7e6;
}
.donut circle {
  fill: none;
  width: 120px;
  height: 120px;
}
.donut .circle-back {
  stroke: #f2f2f2;
  stroke-width: 20px;
}
.donut .circle-front {
  transform: rotate(270deg);
  stroke:#46c7e6;
  stroke-width: 20px;
  /* 2 * Math.PI * radius + 1  */
  stroke-dasharray: 629px;
  stroke-dashoffset: 629px;
  animation: loading 6s ease;
  animation-iteration-count: infinite;
  animation-delay: 6s;
}

@keyframes loading {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: -629px;
  }
  100% {
    stroke-dashoffset: -629px;
  }
}
/* end qty circle */

/* product page FAQ */
.faq-section {
	margin-top: 80px;
	margin-bottom: 60px;
}
.faq-section .section-title {
	margin-bottom: 40px;
	font-size: 35px;
}
.faq-section .accordion .accordion-item .accordion-header {
	font-size: 16px;
}
.accordion-button {
	border-color: #ccc;
}
.accordion-button:focus {
	box-shadow: none;
    border-color: #ccc;
}
.accordion-button {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
	background: #fff;
    color: #000;
}
.accordion-button[aria-expanded="true"] {
	background-color: #46c7e6;
	color: #fff;
}
.accordion-button:not(.collapsed):after, .accordion-button:after {
	background-image: url(img/arrow-down-s.png);
	background-position: center center;
}
.accordion-button:not(.collapsed):after {
	transform: none;
}
.accordion-button[aria-expanded="true"]:after {
	filter: brightness(0) invert(1);
	transform: rotate(-180deg);
}
.accordion-body {
    font-size: 14px;
}

/* product page responsive */
@media screen and (max-width: 1023px) {
	.woocommerce-page div.product .summary.single-product-info-wrapper {
		padding-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.custom-tabs-wrapper {
		margin-top: 0px;
	}
	.custom-tabs-wrapper .nav-tabs .nav-link {
		width: 100%;
		text-align: left;
		padding: 16px 22px 6px 0px;
	}
	.product-container .entry-title {
		text-align: center;
	}
	.custom-product-slider {
		width: 100%;
	}
	.woocommerce-page div.product .summary.single-product-info-wrapper {
		width: 100%;
	}
	.custom-product-slider .swiper-slide-container {
		max-width: 100%;
	}
	.custom-product-slider .swiper-slide {
		display: block;
	}
	.single-product-info-wrapper form.cart {
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce .added_to_cart.wc-forward {
		width: 100%;
		display: block;
		margin: 0px;
	}
	.qty-input-rel-wrapper {
		display: block;
		position: relative;
		margin-bottom: 0;
	}
	.single-product-info-wrapper .product form.cart div.quantity {
		float: left;
		margin: 0 15px 0 0;
		height: 100%;
	}
	.single-product-info-wrapper .plus.qty-plus-btn {
		right: 20px;
		top: 6px;
	}
	.product-qty-wrapper .minus.qty-minus-btn {
		right: 20px;
		bottom: 6px;
	}	
	.product-qty-wrapper .quantity .qty {
		font-size: 22px;
		width: 92px;
		margin-right: 12px;
	}
	.custom-tabs-wrapper .tab-content .tab-pane {
		padding-top: 36px;
	}
	.product-last-section-row {
		padding-top: 65px;
	}
	.product-last-section-row .row {
		flex-direction: column-reverse;
	}
	.product-last-section-row .left-column {
		padding-right: 15px;
		width: 100%;
		padding-top: 15px;
	}
	.product-last-section-row .right-column {
		padding-left: 15px;
		width: 100%;
		text-align: center;
	}
	.product-last-section-row .right-column h3 {
		text-align: center;
	}
	.woocommerce div.product form.cart .button.b-btn {
		width: calc(100% - 108px);
		padding: 20px 20px;
		max-width: 200px;
		margin: 0;
		padding-top: 22px;
	}
	.woocommerce div.product .additional-product-add-to-cart form.cart .button.b-btn {
		width: 100%;
	}
	.woocommerce-variation-add-to-cart {
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 425px) {
	.single-product-info-wrapper .price ins, .single-product-info-wrapper .price > .woocommerce-Price-amount > bdi {
		font-size: 30px;
	}
}
/* popup products */
.additional-product-popup {
	position: fixed;
	top: 50%;
	left: -200%;
	transition: none;  
}
.additional-product-popup.fixed {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: left 0.6s ease;  
	z-index: 99;
	width: 320px;
}
.inner-additional-product-popup {
	padding: 20px;
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	background: #fff;
	flex-direction: column;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
				0 2px 2px rgba(0,0,0,0.15), 
				0 4px 4px rgba(0,0,0,0.15), 
				0 8px 8px rgba(0,0,0,0.15);
}
.additional-product-popup h2 {
	margin-top: 28px;
    margin-bottom: 32px;
    font-size: 24px;
    text-align: center;
}
.close-additional {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-image: url(img/close-mobile-menu.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
.additional-product-price {
	font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 600;
	margin-bottom: 20px;
}
.additional-product-add-to-cart form.cart {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.additional-product-add-to-cart .add_to_cart_button {
	text-align: center;
    border-radius: 0px;
    background-color: #101111;
    border-color: #101111;
    width: 250px;
    margin: 10px auto 10px;
	color: #fff;
}
.additional-product-add-to-cart .added_to_cart.wc-forward {
	margin: 20px auto 0px auto;
    padding: 0px;
	width: 250px;
}
/* related products */
.related.products {
	margin-top: 80px;
    margin-bottom: 10px;
	width: 100%;
}
.woocommerce .inner-ralated-products .products {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .inner-ralated-products .products .product {
	flex: 0 0 auto;
    margin: 0;
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
	width: 25%;
}
.woocommerce .inner-ralated-products ul.products li.product a img {
	width: auto!important;
}
.woocommerce .inner-ralated-products .products .product .woocommerce-LoopProduct-link {
	margin-bottom: 20px;
}
.inner-ralated-products h2 {
	font-size: 30px;
    margin-bottom: 30px;
	text-align: center;
}
.inner-ralated-products .product .woocommerce-loop-product__title {
	text-align: center;
    font-size: 18px !important;
    font-weight: 600;
}
.inner-ralated-products ul.products li.product .price {
    text-align: center;
    color: #272727;
    font-weight: 600;
}
.inner-ralated-products .product .add_to_cart_button, .inner-ralated-products .product .add_to_cart_button:hover {
	margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #101111;
    border-color: #101111;
    width: auto;
    border-radius: 0;
    text-align: center;
    padding: 15px 35px;
    max-width: 100%;
    width: 210px;
    line-height: 1em;
    font-size: 16px;
    display: block !important;
	margin-top: auto !important;
}
.woocommerce span.onsale {
	background-color: #46c7e6;
	color: #000;
}
.inner-ralated-products .product .added_to_cart.wc-forward {
	margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #46c7e6;
    border-radius: 0;
    text-align: center;
    padding: 15px 35px !important;
    max-width: 100%;
    margin-top: 10px;
    line-height: 1em;
    font-size: 16px;
    display: block !important;
    width: 210px;
    font-weight: 600;
    border: none;
}
@media screen and (max-width: 991px) {
	.woocommerce .inner-ralated-products .products .product {
		width: 33.3333%!important;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce .inner-ralated-products .products .product {
		width: 50%!important;
	}
}
@media screen and (max-width: 475px) {
	.woocommerce .inner-ralated-products .products .product {
		margin: initial;
		margin-bottom: 45px;
	}
	.inner-ralated-products ul.products li.product .price {
		height: 42px;
	}
	.inner-ralated-products .product .add_to_cart_button, .inner-ralated-products .product .add_to_cart_button:hover {
		padding: 15px 10px;
        font-weight: 400;
	}
	.inner-ralated-products .product .woocommerce-loop-product__title {
		height: 62px;
	}
}
@media screen and (max-width: 375px) {
	.inner-ralated-products .product .add_to_cart_button, .inner-ralated-products .product .add_to_cart_button:hover { 
		font-size: 14px;
	}
}
.woocommerce ul.products li.product .onsale {
	right: 45px;
}
/* homepage - products list */
.single-product-holder {
	margin-top: 80px;
}
.single-product-left-col {
	position: relative;
}
.single-product-link {
	display: flex;
	flex-direction: column;
	align-items: start;
	text-decoration: none;
}
.single-product-link img {
	margin-bottom: 20px;
}
.single-product-link h3 {
	font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 30px;
}
.single-product-btns-holder {
    display: flex;
	margin-top: 15px;
}
.single-product-holder .add_to_cart_button, .single-product-holder .select_options {
    color: #fff;
    background-color: #101111;
    border-color: #101111;
    border-radius: 0;
    text-align: center;
    padding: 15px 15px;
    max-width: 100%;
    width: 210px;
    line-height: 1em;
    font-size: 16px;
    text-decoration: none;
	display: block;
	margin-right: 10px;
}
.single-product-holder .added_to_cart.wc-forward {
	color: #000;
    background-color: #fff;
	border: 1px solid #000;
    border-radius: 0;
    text-align: center;
    padding: 15px 15px !important;
    max-width: 100%;
    margin: 0px;
    line-height: 1em;
    font-size: 16px;
    width: 210px;
	display: block;
}
.onsale-custom {
	height: 64px;
    width: 64px;
    padding: 6px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: -0.5em;
    right: 45px;
    margin: 0;
    border-radius: 100%;
    background-color: #46c7e6;
    color: #000;
    font-size: .857em;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
.single-product-holder .price {
	color: #272727;
    font-weight: 600;
    display: block;
    font-size: 22px;
}
.single-product-holder .price del {
    color: inherit;
    opacity: .5;
    display: inline-block;
}
.single-product-holder .price ins {
	background: none;
}
.single-product-right-col {
	padding-left: 60px;
}
@media screen and (max-width: 1024px) {
	.single-product-left-col {
		width: 25%;
	}
	.single-product-right-col {
		padding-left: 15px;
		width: 75%;
	}
	.single-product-link h3 {
		font-size: 18px !important;
		margin-bottom: 10px;
	}
	.single-product-right-col p {
		margin-bottom: 12px;
	}
	.single-product-holder .price {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.single-product-left-col {
        width: 100%;
    }
	.single-product-right-col {
        width: 100%;
    }
	.single-product-btns-holder {
		justify-content: space-between;
	}
	.single-product-holder .add_to_cart_button, .single-product-holder .select_options, .single-product-holder .added_to_cart.wc-forward {
		width: calc(50% - 10px);
		padding: 15px 5px;
	}
}
/* homepage - package swiper (section 7) */
.hp-package-swiper .swiper-slide {
	background: none;
}
.hp-package-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.prod_desc strong {
    font-weight: 600;
}
/* Results & Testimonials */
.results-section1 {
	padding-top: 80px;
	margin-bottom: 60px;
}
.results-section1 .section-title {
	margin-top: 0px;
	color: #101111;
	margin-bottom: 30px;
	font-size: 60px;
}
.results-section .section-title {
	font-size: 42px;
	margin-bottom: 50px;
} 
.results-section1 .rs1-subtitle {
	max-width: 700px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
    margin-bottom: 60px;
}
.main-video-results-long {
	display: none;
}
.result-main-video-wrapper {
	text-align: center;
	display: flex;
    justify-content: center;
}
.inner-result-main-video-wrapper {
	display: flex;
    justify-content: center;
    position: relative;
}
.result-main-video-wrapper .video-control {
	position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    pointer-events: none;
    width: 50px;
}
.result-main-video-wrapper .video-control.playing .play-btn {
	display: none;
}
.result-main-video-wrapper .video-control:not(.playing) .pause-btn {
    display: none;
}
.control-video-btn {
	cursor: pointer;
}
#main-video-results {
	max-width: 100%;
}
.results-section2 .section-subtitle {
	width: 100%;
	max-width: 800px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}
.results-video-swiper .swiper-button-next {
    right: calc(160px - 60px);
	top: calc(50% - 60px);
    width: 35px;
    height: 76px;
    z-index: 1;
}
.results-video-swiper .swiper-button-prev {
    left: calc(160px - 60px);
	top: calc(50% - 60px);
    width: 40px;
    height: 82px;
    z-index: 1;
}
.results-section {
	margin-bottom: 60px;
}
.results-section .hp-testimonials-wrapper {
	margin-top: 30px;
}
.results-section .show-hide-btns-wrapper {
	margin-top: 20px;
}
.results-section .show-hide-btns-wrapper .single-btn.btn-red {
	background: #101111;
	color: #fff;
}
.single-result-video-holder video {
    width: 100%;
	border-radius: 20px;
}
.results-video-row .inner-single-video {
	position: relative;
	margin-bottom: 15px;
}
.results-video-row .video-control-btns {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 2;
}
.results-video-row .video-control-btns .control-video-btn {
	height: 60px;
	width: 60px;
}
.results-video-row .video-control-btns.playing .play-btn {
	display: none;
}
.results-video-row .video-control-btns:not(.playing) .pause-btn {
    display: none;
}
.results-video-row .single-video-wrapper:nth-child(n+4) {
    display: none;
}
#show-less-videos {
    display: none;
}
.results-page-testimonials .single-testimonial:nth-child(n+4) {
    display: none;
}
#show-less-testimonials {
    display: none;
}
.results-last-section {
	margin-bottom: 0px;
}
.results-page-videos {
	margin-bottom: 0px;
}
.results-section.results-section3 {
	padding-top: 100px;
}
.results-section.results-section4 {
	padding-top: 100px;
}
.results-section.results-section4 {
	padding-bottom: 100px;
}
.results-main-video {
	cursor: pointer;
	max-width: 340px;
    width: 100%;
}
@media screen and (max-width: 1024px) {
	.results-testimonials-section {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 100px;
	}
	.videos-swiper-mobile {
		margin-left: 40px;
		margin-right: 40px;
		width: calc(100% - 80px);
	}
	.videos-swiper-mobile .swiper-slide video {
		max-width: 100%;
	}
	.results-swiper-container {
		position: relative;
		padding: 0;
	}
	.results-swiper-container .swiper-button-prev {
		width: 18px;
		height: 38px;
		left: 8px;
	}
	.results-swiper-container .swiper-button-next {
		width: 18px;
		height: 38px;
		right: 8px;
	}
	.results-section .section-title {
		font-size: 28px;
		text-align: center;
		margin-bottom: 40px;
	}
	.results-section1 {
		padding-top: 40px;
	}
	.results-section.results-section4 {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 991px) {
	.result-main-video-wrapper .video-control {
		top: 30px;
		left: 30px;
		width: 50px;
		height: 50px;
	}
	.results-video-row .video-control-btns .control-video-btn {
		height: 50px;
		width: 50px;
	}
	.results-video-row .video-control-btns {
		bottom: 20px;
		right: 20px;
	}
}
/* contact */
.page-template-contact .site-header {
	background-color: #f5f5f5;
}
.contact-background-holder {
    padding-top: 80px;
	padding-bottom: 90px;
	background-color: #f5f5f5;
}
.inner-contact-container {
    text-align: center;
    background: #fff;
    padding: 80px 20px;
}
.inner-contact-container .section-title {
	margin-bottom: 80px;
}
.contact-page-content a {
	color: #101111;
}
.contact-info-wrapper {
    display: flex;
    margin: 80px auto 20px auto;
    justify-content: center;
}
.contact-info-wrapper .single-info-box {
	display: flex;
    align-items: center;
    margin: 5px 45px;
    justify-content: start;
}
.contact-info-wrapper .single-info-box .contact-icon-holder {
	margin-right: 15px;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-icon-holder.contact-icon-summer {
	background-color: #46c7e6;
}
.contact-info-wrapper .single-info-box .contact-icon-holder img {
	width: auto;
	height: 40px;
}
.contact-info-wrapper .single-info-box p {
	margin-bottom: 0;
    text-align: left;
}
.map-img-holder {
	width: 100%;
}
@media screen and (max-width: 1400px) {
	.contact-background-holder {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 768px) {
	.inner-contact-container {
		padding: 36px 20px;
		margin-top: 72px;
	}
	.inner-contact-container .section-title {
		margin-bottom: 48px;
	}
	.contact-background-holder {
		margin-top: -118px;
	}
	.contact-info-wrapper {
		display: flex;
		margin: 48px auto 20px auto;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	.contact-info-wrapper .single-info-box {
		display: flex;
		align-items: center;
		margin: 5px 0px;
		max-width: 100%;
		justify-content: start;
		width: 360px;
		position: relative;
		padding-left: 102px;
		height: 75px;
		margin-bottom: 20px;
	}
	.contact-info-wrapper .single-info-box img {
		/* position: absolute; */
		left: 0;
		width: 48px;
	}
	.contact-info-wrapper .single-info-box {
		padding-left: 64px;
	}
}
@media screen and (max-width: 425px) {
	.contact-background-holder {
		margin-top: -118px;
	}
}

/* cart */
.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
	position: relative;
    width: 90px;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.page-template-cart .woocommerce-message .wc-forward.wp-element-button {
	display: none;
}
input:focus {
	outline: none;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}
.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity .qty {
	border: none;
    background: none;
    width: 100%;
    text-align: left;
    padding: 12px;
}
.woocommerce-cart-form__cart-item.cart_item .quantity .wac-qty-button.wac-btn-sub {
	position: absolute;
    right: 4px;
    height: 50%;
    color: transparent;
    bottom: 0px;
	border: none;
	background-image: url(img/arrow-down.png);
    background-size: 19px 8px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    width: 30px;
    padding: 0;
    margin: 0;
    background-position: 50% 50%;
}
.woocommerce-cart-form__cart-item.cart_item .wac-qty-button.wac-btn-inc {
	position: absolute;
    right: 4px;
    height: 50%;
    color: transparent;
    top: 0px;
	border: none;
	background-image: url(img/arrow-up.png);
    background-size: 19px 8px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    width: 30px;
    padding: 0;
    margin: 0;
    background-position: 50% 50%;
}
.page-template-cart .entry-title {
	position: relative;
    display: inline-block;
    padding: 0px 45px 0px 0px!important;
}
.page-template-cart .entry-title:after {
	position: absolute;
    content: '';
    right: 0px;
    top: 6px;
    width: 30px;
    height: 30px;
    background-image: url(img/empty-cart.png);
}
.cart-table-headings {
    display: flex;
    flex-wrap: wrap;
	border-bottom: 1px solid #DDDDDD;
}
.single-cart-heading {
    width: 150px;
	padding-bottom: 18px;
}
.single-cart-heading.first-cart-heading {
	width: calc(100% - 450px);
}
.single-cart-heading.fourth-cart-heading {
	text-align: right;
}
.cart-table-data .cart_item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	padding-bottom: 10px;
	padding-top: 10px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.cart-table-data .cart_item .product-remove {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}
.cart-table-data .cart_item .product-remove .remove {
	width: 16px;
	height: 16px;
	background-image: url(img/close-s-16.png);
	background-size: cover;
	opacity: 1;
}
.cart-table-data .cart_item .product-remove .remove:hover {
	background-color: transparent;
}
.cart-table-data .cart_item .product-thumbnail {
	width: 190px;
	margin-right: 30px;
}
.cart-table-data .cart_item .product-thumbnail img {
	width: 110px;
}
.cart-table-data .cart_item .product-name {
	width: calc(100% - 220px - 450px);
	font-size: 24px;
}
.cart-table-data .cart_item .product-name a {
	text-decoration: none;
}
.cart-table-data .cart_item .product-price {
	width: 150px;
	font-size: 18px;
    color: #000;
	font-weight: 600;
}
.cart-table-data .cart_item .product-quantity {
	width: 150px;
	font-size: 18px;
    color: #000;
}
.cart-table-data .cart_item .product-subtotal {
	width: 150px;
	font-size: 18px;
    color: #000;
	font-weight: 600;
	text-align: right;
}
.cart-coupon-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: end;
}
.cart-coupon-wrapper .actions {
	display: flex;
    flex-direction: column;
	width: 382px;
}
.woocommerce-error::before {
    content: "\e016";
    color: #101111;
}
.cart-coupon-wrapper .actions .coupon {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-around;
}
.cart-coupon-wrapper .actions .coupon label {
	margin-right: 10px;
}
.cart-coupon-wrapper .actions .coupon .input-text {
	border-radius: 0px;
    padding: 11px 18px;
    margin-right: 10px;
	max-width: 180px;
}
.cart-coupon-wrapper .actions .coupon .button {
	border-radius: 0px;
    padding: 16px 18px;
    background-color: #101111;
    color: #fff;
	font-weight: 400;
}
.woocommerce button.button.update-cart-btn {
	background-color: #101111;
    color: #fff!important;
    border-radius: 22px;
    padding: 16px 18px!important;
    margin-left: auto;
	font-weight: 400;
}
.woocommerce button.button.update-cart-btn:hover {
	background-color: #101111!important;
}
.woocommerce-page .cart-collaterals .cart_totals {
	width: 382px;
	max-width: 100%;
	margin-left: auto;
}
.woocommerce-page .cart-collaterals .cart_totals  table.shop_table th {
	font-weight: 400;
	font-size: 16px;
}
.woocommerce-page .cart-collaterals .cart_totals  table.shop_table td {
	font-size: 16px;
	text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: #101111;
	color: #fff;
	font-weight: 400;
	border-radius: 0px;
	font-size: 16px;
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 5px 35px;
	margin-left: auto;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #101111;
}
.shipping-cost-info {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 4px;
	padding-left: 14px;
}
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding-left: 14px;
	display: flex;
	margin-bottom: 100px;
}
.page-template-cart .woocommerce table.shop_table {
	border: none;
}
.page-template-cart .woocommerce-shipping-totals td, .page-template-cart .woocommerce-shipping-totals th, .page-template-cart .cart-subtotal th, .page-template-cart .cart-subtotal td {
	font-size: 16px!important;
}
.page-template-cart .shipping-calculator-button {
	color: #101111;
	text-decoration: none;
}
.page-template-cart .woocommerce-shipping-totals td strong {
	font-size: 16px;
	font-weight: 400;
}
.page-template-cart .woocommerce ul#shipping_method .amount {
	font-weight: 400;
}
.page-template-cart .woocommerce-shipping-calculator {
	display: none;
}
.page-template-cart .woocommerce table.shop_table .order-total th, .page-template-cart .woocommerce table.shop_table .order-total td {
	padding-top: 8px!important;
	padding-bottom: 8px;
}
.page-template-cart .woocommerce table.shop_table .order-total td strong {
	font-weight: 600;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	display: flex;
}
.cart-discount .woocommerce-remove-coupon {
	font-size: 14px;
    color: #101111;
    font-weight: 600;
    text-decoration: none;
    display: block;
}
.woocommerce .cart-collaterals .cross-sells h2 {
	font-size: 20px;
}
.woocommerce .cart-collaterals .cross-sells .products .product {
	text-align: center;
}
.woocommerce .cart-collaterals .cross-sells .products .product .price {
	font-size: 18px;
    color: #000;
}
.woocommerce .cart-collaterals .cross-sells .products .product .add_to_cart_button {
	border-radius: 0px;
    padding: 16px 18px;
    background-color: #101111;
    color: #fff;
    font-weight: 400;
}
@media screen and (max-width: 1400px) {
	.cart-table-data .cart_item .product-remove {
		position: absolute;
		right: 8px;
		top: 8px;
		transform: none;
	}
}
@media screen and (max-width: 1024px) {
	.single-cart-heading.first-cart-heading {
		width: 270px;
	}
	.product-price.single-cart-heading {
		width: 170px;
	}
	.product-quantity.single-cart-heading {
		width: 110px;
	}
	.single-cart-heading.fourth-cart-heading {
		width: 150px;
		margin-left: auto;
		padding-right: 15px;
	}
	.cart-table-data .cart_item .product-thumbnail {
		width: 100px;
		margin-right: 20px;
	}
	.cart-table-data .cart_item .product-name {
		width: 150px;
		font-size: 16px;
	}
	.cart-table-data .cart_item .product-price {
		margin-right: 20px;
		font-size: 16px;
	}
	.cart-table-data .cart_item .product-quantity {
		width: 110px;
		font-size: 18px;
		color: #000;
	}
	.cart-table-data .cart_item .product-subtotal {
		width: 150px;
		font-size: 18px;
		color: #000;
		font-weight: 600;
		text-align: right;
		margin-left: auto;
		padding-right: 15px;
	}
}
@media screen and (max-width: 768px) {
	.page-template-cart .entry-title {
		margin-bottom: 0px;
	}
	.cart-table-headings {
		display: none;
	}
	.cart-table-data {
		border-top: 1px solid #DDDDDD;
	}
	.cart-table-data .cart_item {
		padding-left: 200px;
		height: 170px;
		align-items: start;
	}
	.cart-table-data .cart_item .product-thumbnail {
		width: 110px;
		margin-right: 15px;
		position: absolute;
		left: 0;
	}
	.cart-table-data .cart_item .product-name {
		width: auto;
		font-size: 16px;
		position: absolute;
		left: 130px;
		top: 10px;
	}
	.cart-table-data .cart_item .product-price {
		margin-right: 20px;
		font-size: 16px;
		left: 130px;
		position: absolute;
		width: auto;
		top: 60px;
	}
	.cart-table-data .cart_item .product-quantity {
		width: 110px;
		font-size: 18px;
		color: #000;
		position: absolute;
		bottom: 24px;
		left: 130px;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
		width: 100%;
	}
	.cart-table-data .cart_item .product-subtotal {
		display: none;
	}
	.cart-table-data .cart_item .product-remove {
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
	}
	.cart-coupon-wrapper.actions {
		width: 100%;
	}
	.cart-coupon-wrapper .actions .coupon {
		justify-content: end;
	}
	.cart-coupon-wrapper .actions .coupon .input-text {
		max-width: 168px;
	}
	.cart-coupon-wrapper .actions .coupon .button {
		padding: 16px 10px;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		font-weight: 400;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none!important;
	}
	.cart_totals .woocommerce-shipping-destination {
		padding-top: 15px;
		font-size: 14px;
	}
	.page-template-cart .woocommerce-shipping-totals td strong {
		font-size: 14px;
	}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		flex-direction: column-reverse;
	}
	.woocommerce .cart-collaterals .cross-sells {
		text-align: center;
		margin-top: 28px;
	}
	.woocommerce .cart-collaterals .cross-sells .products {
		text-align: center;
		display: flex;
	}
	.woocommerce .cart-collaterals .cross-sells .products .product {
		text-align: center;
		margin: 10px auto;
	}
}
@media screen and (max-width: 360px) {
	.cart-table-data .cart_item .product-thumbnail {
		width: 110px;
	}
	.cart-table-data .cart_item .product-name, .cart-table-data .cart_item .product-price, .cart-table-data .cart_item .product-quantity {
		left: 122px;
	}
}
/* checkout */
.main-checkout-wrapper {
	display: flex;
}
.checkout-left-col {
	flex-basis: 50%;
	padding-right: 50px;
}
.order-review-wrapper {
	flex-basis: 50%;
	padding-left: 50px;
}
.inner-order-review-wrapper.fixed-overview {
	position: fixed;
	top: 30px;
}
.main-checkout-wrapper h3 {
    font-size: 18px;
    font-weight: 400;
}
.checkout-left-col label {
	font-size: 12px;
	color: #101111;
}
.checkout-left-col .input-text {
	height: 42px;
	padding: 5px 15px;
	border: 1px solid #C0C0C0;
	color: #000;
}
.checkout-shipping-wrapper textarea.input-text {
	height: auto;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00;
}
.woocommerce form .checkout-left-col .form-row {
	margin-bottom: 16px;
}
.checkout-left-col .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
	color: #000;
}
.checkout-left-col .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}
.checkout-left-col .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    position: absolute;
    top: 0px;
    right: 12px;
    width: 20px;
}
#ship-to-different-address {
	display: flex;
	align-items: center;
}
#ship-to-different-address input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#ship-to-different-address label {
	color: #000;
	font-size: 14px;
	display: flex;
    align-items: center;
	position: relative;
	padding-left: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 18px;
}
#ship-to-different-address .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	border: 1px solid #adadad;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ship-to-different-address input:checked ~ .checkmark {
	background-color: #101111;
    border-color: #101111;
}
#ship-to-different-address .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #C0C0C0;
    width: 100%;
	border-radius: 0px;
}
.select2-search--dropdown {
    padding: 4px 30px 4px 15px;
}
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    padding-left: 15px;
    padding-right: 15px;
}
.select2-container--default .select2-results>.select2-results__options {
    padding-left: 15px;
    padding-right: 15px;
}
.select2-container .select2-results__option {
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #101111;
	color: #fff;
}
#billing_country_field .woocommerce-input-wrapper strong, #shipping_country_field .woocommerce-input-wrapper strong {
	font-weight: 500;
}
.page-template-checkout .woocommerce table.shop_table {
    border: 1px solid #C0C0C0;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
	padding: 30px;
}
.page-template-checkout .woocommerce table.shop_table tbody td.product-total {
	text-align: right;
	font-weight: 600;
}
.page-template-checkout .woocommerce table.shop_table td.product-name {
	display: flex;
	align-items: center;
}
.page-template-checkout .woocommerce table.shop_table td.product-name .ts-product-image {
	margin-right: 18px;
}
.page-template-checkout .woocommerce table.shop_table tfoot th {
	font-weight: 400;
    border-top: none;
    padding-bottom: 0px;
    padding-top: 12px;
    font-size: 14px;
}
.page-template-checkout .woocommerce table.shop_table tfoot td {
	font-weight: 600;
	font-size: 16px;
    padding-bottom: 0px;
    padding-top: 12px;
	border-top: none;
	text-align: right;
}
.page-template-checkout .woocommerce table.shop_table tfoot td strong, .woocommerce ul#shipping_method .amount {
	font-weight: 600;
}
.woocommerce ul#shipping_method li {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.page-template-checkout .order-total th {
	padding-top: 16px!important;
    border-top: 1px solid #ccc!important;
	font-size: 16px!important;
}
.order-total td {
	padding-top: 16px!important;
    border-top: 1px solid #ccc!important;
}
tr.woocommerce-shipping-totals.shipping th {
    padding-bottom: 26px!important;
}
tr.woocommerce-shipping-totals.shipping td {
    padding-bottom: 26px!important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
    overflow: visible;
}
.woocommerce-checkout-payment .place-order button.button.alt {
	font-size: 16px;
    padding: 20px 30px;
    border-radius: 0px;
    border: none;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    min-width: 200px;
    color: #fff;
    background-color: #101111;
    font-weight: 400;
	margin-left: auto;
	margin-bottom: 100px!important;
}
.woocommerce-terms-and-conditions-wrapper {
	font-size: 12px;
	display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #fff;
}
.woocommerce-checkout #payment .place-order {
	display: flex;
    padding-right: 0;
}
/*
.wc_payment_methods.payment_methods {
	display: none;
}
*/
.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	margin: 0px 0px 5px 0;
}
.woocommerce-checkout #payment div.payment_box {
	margin: 0px;
	margin-top: 10px;
	background-color: #ecfeff;
	display: none!important;
}
.woocommerce-checkout #payment ul.payment_methods li label[for="payment_method_corvuspay"] img {
    width: 108px;
    margin-left: 26px;
}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #ecfeff;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li > label {
	cursor: pointer;
}
.woocommerce-info::before {
    color: #46c7e6;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	border-top-color: #46c7e6;
	font-size: 14px;
}
.showcoupon {
	color: #101111;
	font-size: 14px;
	text-decoration: none;
}
.woocommerce form.checkout_coupon {
	font-size: 14px;
}
.woocommerce form.checkout_coupon .input-text {
	height: 42px;
	padding: 5px 15px;
	border: 1px solid #C0C0C0;
	color: #000;
}
.woocommerce form.checkout_coupon .button.wp-element-button {
	font-size: 16px;
    padding: 10px 30px;
    border: none;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    min-width: 200px;
    color: #fff;
    background-color: #101111;
    font-weight: 400;
}
.page-template-checkout .woocommerce .woocommerce-order-details :last-child {
	text-align: right;
}
#billing_phone_field .woocommerce-input-wrapper {
	display: flex;
	align-items: center;
}
.country-calling-number{
    margin-right: 10px;
	font-weight: 600;
    color: #989898;
}
input {
	font-family: 'Gotham Book';
}
@media screen and (max-width: 768px) {
	.main-checkout-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.checkout-left-col {
		flex-basis: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.order-review-wrapper {
		flex-basis: 100%;
		padding-left: 0px;
	}
	.page-template-checkout .woocommerce table.shop_table {
		padding: 20px;
	}
	.woocommerce form.checkout_coupon .form-row {
		width: 100%;
		text-align: center;
	}
	.woocommerce form.checkout_coupon .button.wp-element-button {
		min-width: 250px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 425px) {
	.woocommerce form.checkout_coupon .button.wp-element-button {
		width: 100%;
	}
}

/* thank you page */
.woocommerce-order-received .woocommerce table.shop_table td.product-name {
    justify-content: end;
}
.woocommerce-order-received .woocommerce table.shop_table td.product-name ul.wc-item-meta {
	display: none;
}
small.shipped_via {
    display: none;
}
.page-template-checkout.woocommerce-order-received .woocommerce .woocommerce-order-details .product-quantity {
    text-align: right;
    padding-left: 5px;
}
.woocommerce-order-received .woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 4px;
    vertical-align: middle;
    line-height: 1.5em;
}
@media screen and (max-width: 1023px) {
	.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
		margin-left: 0;
		padding-left: 0;
	}
	.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li {
		width: 100%;
		padding-right: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.woocommerce ul.order_details li strong {
		display: inline;
		font-size: 14px;
		text-transform: none;
	}
}

/* footer */
.footer-social-wrapper {
	display: flex;
	justify-content: center;
    padding-top: 56px;
    padding-bottom: 36px;
}
.single-social-icon-holder {
	width: 64px;
	height: 64px;
	background-color: #46c7e6;
	display: flex;
	margin: 20px;
	justify-content: center;
	align-items: center;
}
.site-footer .site-info {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	margin-top: 40px;
	border-top: 1px solid #949494;
	color: #6F6F6F;
	font-size: 12px;
}
.site-footer .site-info p {
	margin-bottom: 0px;
}
.footer-nav-wrapper > div {
	display: flex;
    justify-content: center;
}
.footer-nav-wrapper ul.menu {
	margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.footer-nav-wrapper ul.menu li {
	margin: 4px 30px;
	font-size: 14px;
}
.footer-nav-wrapper ul.menu li a {
	text-decoration: none;
}
.footer-nav-wrapper .menu .menu-item-has-children {
	display: none;
}
@media screen and (max-width: 768px) {
	.footer-nav-wrapper ul.menu {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-nav-wrapper ul.menu li {
		margin: 6px 12px;
	}
	.single-social-icon-holder {
		width: 48px;
		height: 48px;
		margin: 20px 15px;
	}
	.single-social-icon-holder .social-icon {
		height: 20px;
	}
}
/* cookie consent */
.cookie-notice-container .cn-buttons-container {
	display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px;
}
#cookie-notice .cn-button {
	margin: 0 10px 0 10px!important;
	padding: 5px 20px;
	border-radius: 15px;
    text-decoration: none;
}
#cookie-notice .cn-button.cn-set-cookie  {
	background-color: #101111;
}
#cookie-notice .cn-button.cn-more-info {
	background: white;
    color: #101111;
}
@media screen and (max-width: 375px) {
	#cookie-notice .cn-button {
		margin: 0 4px 0 4px!important;
		padding: 12px 14px;
	}
}

/* product-page rtl fixes */
.woocommerce-product-gallery__image.flex-active-slide {
	float: left!important;
}
.woocommerce-product-gallery__image {
	float: left!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	float: left!important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	right: 0.5em;
	left: initial;
}
.woocommerce-message::before {
    color: #101111;
}

/* Winter & Summer */
/* Winter - #101111 */

/* Summer - #46c7e6 */
/*
.summer-theme .top-line {
	background-color: #46c7e6;
}
.summer-theme .unit-data span {
	border: 2px solid #46c7e6;
	color: #46c7e6;
}
.summer-theme .main-navigation .menu .menu-item.current-menu-item a {
    color: #46c7e6;
}
.summer-theme .header-order-btn {
    background-color: #46c7e6;
}
.summer-theme .b-mini-cart .items-num {
	background-color: #46c7e6;
}
*/

/* Video gallery */
.video-gallery {
	margin-top: 20px;
}
.single-video-holder {
	margin-bottom: 15px;
}
.gallery-single-video {
	cursor: pointer;
}
.single-video-holder.mobile-video-col {
	width: 20%;
}
@media screen and (max-width: 1024px) {
	/* ios iphone isssue scroll over the video gallery */
	.inner-single-video {
		-webkit-overflow-scrolling: touch;
	}
}
@media screen and (max-width: 767px) {
	.single-video-holder.mobile-video-col {
		width: 50%;
	}
	.video-gallery .page-title {
		margin-top: 0;
	}
	.single-video-holder {
		margin-bottom: 8px;
	}
	.single-video-holder:nth-child(even) {
		padding-left: 7px;
	}
	.single-video-holder:nth-child(odd) {
		padding-right: 7px;
	}
}

/* lightbox */
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
    background-color: #000000;
    margin: auto;
    padding: 0;
    max-height: 100%;
    height: 100%;
}

/* The Close Button */
.close {
	color: white;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 999;
    width: 30px;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
	height: 100%;
	text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.prev {
	left: 20px;
}
.next {
	right: 20px;
}
.prev:hover,
.next:hover {
	text-decoration: none;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* mailchimp */
.subscribe-wrapper {
	background-color: #46c7e6;
    color: #000;
}
.subscribe-title {
	font-size: 30px;
    margin-bottom: 16px;
    text-transform: uppercase;
	text-align: center;
}
.inner-subscribe {
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.mp-inputs-wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
}
.mp-inputs-wrapper input {
	padding: 10px 20px;
    margin: 0 7px;
    font-size: 16px;
    line-height: 16px;
    height: 46px;
	min-width: 150px;
	border-radius: 0px;
}
.mp-inputs-wrapper .email-input {
	border: 1px solid #46c7e6;
}
.mp-inputs-wrapper .subscribe-submit {
	border: 1px solid #000;
	background-color: #46c7e6;
    color: #000;
}
.mp-inputs-wrapper .subscribe-submit:hover {
	border: 1px solid #000;
}
.mc4wp-response {
    margin-top: 10px;
    text-align: center;
}
.inner-subscribe .mc4wp-form {
	max-width: 100%;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.inner-subscribe .mc4wp-form .mp-elements {
		max-width: 100%;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.inner-subscribe .mc4wp-form .mp-inputs-wrapper {
		align-items: center;
		justify-content: center;
		max-width: 100%;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.subscribe-title {
		font-size: 26px;
		margin-bottom: 22px;
		line-height: 1.3em;
	}
	.mp-inputs-wrapper .email-input {
		margin-bottom: 15px;
	}
}

/* homepage - how to use video */
.hp-section-5 .right-col {
    padding-left: 0px;
    margin-left: auto;
}
.hp-video-wrapper {
	margin-bottom: 0px;
	position: relative
}
video#video-hp1-short {
    width: 100%!important;
    height: auto!important;
	cursor: pointer;
}
@media screen and (max-width: 991px) {
	video#video-hp1-short {
		 width: auto%!important;
		height: 100%!important;
	}
	.hp-section-5 .left-col ul {
		list-style: none;
	}
	.hp-section-5 .right-col {
		width: 100%;
		height: 560px;
		padding-bottom: 50px;
	}
	.hp-video-wrapper {
		height: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 525px) {
	.hp-section-5 .right-col {
		width: 100%;
		height: 560px;
	}
	.hp-video-wrapper {
		height: 100%;
		text-align: center;
	}
}

/* footer menu & cards */
.company-info-holder p {
	margin-bottom: 10px;
	line-height: 1.1em;
	font-size: 14px;
}
.footer-menu-holder {
	margin-top: 30px;
}
.footer-menu-container ul {
	padding: 0;
	margin: 0px;
	list-style: none;
}
.footer-menu-container ul li {
	margin-bottom: 10px;
	line-height: 1.1em;
	font-size: 14px;
}
.footer-menu-container ul li a {
	color: #000!important;
}
.inner-footer-nav.row {
    justify-content: space-between!important;
}
.inner-footer-nav h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.inner-cards-list-holder {
    display: flex;
    flex-wrap: wrap;
}
.single-card-link {
	text-decoration: none;
    margin-right: 50px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-card-link p {
	margin-bottom: 8px;
}
.woocommerce-page img.single-card, .single-card {
    height: 60px;
}
.woocommerce-page img.single-card.diners-club, .single-card.diners-club {
	height: 40px;
	margin-top: 8px;
}
.woocommerce-page img.single-card.mastercard-id-check, .single-card.mastercard-id-check {
	height: 40px;
	margin-top: 14px;
}
.diners-kupnja {
	margin-top: 10px;
}
.woocommerce-page img.single-card.visa-secure, .single-card.visa-secure {
	height: 68px;
}
.cards-list-holder:first-child {
	margin-bottom: 35px;
}

/* payment method page template */
.payment-method-page .cards-list-holder {
	justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-method-page .cards-list-holder h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
	.company-info-and-footer-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin-bottom: 50px;
	}
	.company-info-holder, .footer-menu-holder {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-menu-container ul li {
		text-align: center;
	}
	.inner-footer-nav h4 {
		text-align: center;
		margin-bottom: 28px;
	}
	.payment-method-page .cards-list-holder h4 {
		margin-bottom: 28px;
	}
	.card-logos-holder {
		width: 100%;
	}
	.single-card-link {
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 28px;
	}
	.inner-cards-list-holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-logo {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.woocommerce-page img.single-card, .single-card {
		height: 48px;
	}
	.single-card.diners-club {
		height: 32px;
	}
	.single-card.mastercard-id-check {
		height: 32px;
	}
	.diners-kupnja {
		margin-top: 14px;
	}
}

/*** Checkout phone prefix ***/
input#phone_prefix {
    height: 42px;
}

/* RTL styles for some sections in Arabic */
/* arabic rtl header 
html:lang(ar) {
    direction: rtl!important;
}
.lang-swither-holder {
    position: absolute;
    left: 0px;
	right: unset;
    top: -5px;
}
.mini-cart-wrapper {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 30px;
    padding-top: 30px;
    position: relative;
}
.mini-cart-wrapper .widget_shopping_cart_content {
    position: absolute;
    top: calc(100% - 6px);
    left: 0px;
	right: unset;
    width: 290px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 4px 12px lightgrey;
    padding: 15px;
    display: none;
}
*/

/* arabic rtl homepage 
body.rtl .hp-section-5 .left-col {
	direction: rtl;
}
body.rtl .hp-section-5 .left-col .section-title {
    text-align: right;
}
body.rtl .hp-section-6 .inner-right-column {
	direction: rtl;
}
body.rtl .hp-section-6 .inner-right-column .section-title {
	text-align: right;
}
body.rtl .custom-tabs-wrapper {
	direction: rtl;
}
body.rtl.woocommerce-page div.product .summary.single-product-info-wrapper {
	direction: rtl;
}
body.rtl .woocommerce div.product form.cart .button.b-btn {
	float: right;
}
body.rtl .product-last-section-row .right-column h3 {
	text-align: right;
}
body.rtl .product-last-section-row .right-column {
	text-align: right;
}
body.rtl .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 20px;
}
body.rtl .woocommerce .cart-collaterals .cross-sells h2 {
    font-size: 20px;
    direction: rtl;
}
/* arabic rtl product page 
.product-swiper-holder .swiper-button-next {
    right: unset;
    left: 28px;
    width: 20px;
    height: 41px;
    background-size: 100% 100%;
    background: none;
}
.product-swiper-holder .swiper-button-prev {
    right: 28px;
    width: 20px;
    height: 41px;
    background-size: 100% 100%;
    background: none;
}
*/

/* psycho elixir style */
img.custom-title-image {
    max-width: 360px;
    margin-bottom: 30px;
}
img.custom-title-image-in-list {
    max-width: 222px;
}
.custom-title-image-nav {
	width: 154px;
}
.psycho-desc {
	text-align: left;
	font-family: 'Gotham Ultra';
	color: #000;
	text-transform: uppercase;
	line-height: 1.2em;
}
.red-text {
	color: #ec1c24;
	display: block;
}
.psycho-title-holder {
	
}
.psycho-desc-holder {
    display: flex;
}
.psycho-video-holder video {
	width: 100%;
}
.custom-product-slider.psycho-product-slider {
	width: 66%;
	margin-bottom: 30px;
}
.psycho-video-holder {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
	.custom-product-slider.psycho-product-slider {
		width: 100%;
		margin-bottom: 30px;
	}
	.psycho-desc, .psycho-title-holder {
		text-align: center;
	}
}
@media only screen and (max-width: 475px) {
	img.custom-title-image {
		max-width: 100%;
	}
	img.custom-title-image-in-list {
		max-width: 100%;
	}
	.psycho-desc, .psycho-title-holder {
		text-align: center;
	}
}
/* aqua di barraba */
/*
.product-container.adjust-product-container {
    margin: 10px auto 0px auto;
    background-color: #b8dbe5;
    padding-top: 40px;
	font-family: 'Condor', sans-serif;
    font-weight: 400;
}
.product-container.adjust-product-container .nav-tabs .nav-item.show .nav-link,
.product-container.adjust-product-container .nav-tabs .nav-link.active {
	background-color: transparent;
}
.product-container.adjust-product-container .custom-tabs-wrapper .tab-content .tab-pane:after {
    border-bottom: 5px solid #000;
}
.product-container.adjust-product-container .additional-videos-title p {
    color: #000000;
	font-family: 'Condor', sans-serif;
    font-weight: 900;
}
.product-container.adjust-product-container .single-product-info-wrapper .product-name {
	color: #000;
	font-family: 'Thryn', sans-serif;
    font-weight: 600;
}
.product-container.adjust-product-container .swiper-button-next,
.product-container.adjust-product-container .swiper-button-prev {
	filter: brightness(0);
}
.product-container.adjust-product-container .swiper-slide {
	background: transparent;
}
.product-container.adjust-product-container .product-qty-wrapper .quantity .qty {
	background: transparent;
    border: 1px solid #000 !important;
}
.product-container.adjust-product-container .custom-tabs-wrapper .nav-tabs .nav-link.active {
    border-bottom: 5px solid #ffffff;
}
.product-container.adjust-product-container .woocommerce div.product form.cart .button.b-btn {
	font-family: 'Condor', sans-serif;
	letter-spacing: .5px;
}
.product-container.adjust-product-container .custom-tabs-wrapper .nav-tabs .nav-link {
	font-family: 'Condor', sans-serif;
}
.woocommerce .psycho-video-holder span.onsale {
	left: unset;
    right: 12px;
}
.psycho-video-holder {
	position: relative;
}
.adb-short-video {
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.product-container.adjust-product-container {
		margin: 10px auto 0px auto;
		background-color: #b8dbe5;
		padding-top: 10px;
	}
}
*/

/* Shop page */
.woocommerce-shop .entry-header {
	margin-bottom: 40px;
	text-align: center;
}
.woocommerce-shop ul.products {
	margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce.woocommerce-shop ul.products li.product {
    flex: 0 0 auto;
    margin: 0;
    margin-bottom: 55px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    width: 25%;
	flex-wrap: wrap;
}
.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link {
	width: 100%;
	margin-bottom: 15px;
}
.woocommerce-shop ul.products li.product a img {
    width: auto !important;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    font-size: 18px !important;
    font-weight: 600;
}
.woocommerce-shop ul.products li.product .price {
    text-align: center;
    color: #272727;
    font-weight: 600;
}
.woocommerce-shop ul.products li.product .add_to_cart_button,
.woocommerce-shop ul.products li.product .add_to_cart_button:hover {
    margin-left: auto;
    margin-right: auto;
    color: #000;
    background-color: #46c7e6;
    border-color: #46c7e6;
    width: auto;
    border-radius: 0;
    text-align: center;
    padding: 15px 35px;
    max-width: 100%;
    width: 210px;
    line-height: 1em;
    font-size: 16px;
    display: block !important;
    margin-top: auto !important;
}
.woocommerce-shop ul.products li.product .added_to_cart.wc-forward {
	display: none;
}

/* shop page responsive */
@media screen and (max-width: 991px) {
    .woocommerce.woocommerce-shop ul.products li.product {
        width: 33.3333% !important;
    }
}
@media screen and (max-width: 768px) {
	.woocommerce.woocommerce-shop ul.products li.product {
		width: 50%!important;
	}
}
@media screen and (max-width: 475px) {
	.woocommerce.woocommerce-shop ul.products li.product {
		margin: initial;
		margin-bottom: 60px;
	}
	.woocommerce.woocommerce-shop ul.products li.product .price {
		height: 42px;
	}
	.woocommerce.woocommerce-shop ul.products li.product .add_to_cart_button, .woocommerce.woocommerce-shop ul.products li.product .add_to_cart_button:hover {
		padding: 15px 10px;
        font-weight: 400;
	}
	.woocommerce.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
		height: 62px;
	}
}
@media screen and (max-width: 375px) {
	.woocommerce.woocommerce-shop ul.products li.product .add_to_cart_button,
	.woocommerce.woocommerce-shop ul.products li.product .add_to_cart_button:hover { 
		font-size: 14px;
	}
}

/* submenu expander mobile */
.arrrow-expand-submenu {
    display: none;
}

@media (max-width: 1024px) {
	.menu-item-has-children:after {
		display: none;
	}
    .arrrow-expand-submenu {
	    transition: all ease .6s;
        width: 36px;
        height: 27px;
        position: absolute;
        right: 12px;
        top: 0px;
        background-image: url(img/arrow-down-s.png);
        background-size: 20px 10px;
        background-position: center center;
        display: block;
        background-repeat: no-repeat;
    }
	.menu-item-has-children.sub-menu-opened .arrrow-expand-submenu {
		transition: all ease .6s;
		transform: rotate(180deg);
	}
}

/* 20260220 - card payment style - HR site */
.homepage-price.card-price-info {
	flex-direction: column;
}

/* HR language switcher */
.hr-language-switcher .wpml-ls-item-sr .wpml-ls-native {
	font-size: 0px;
    color: transparent;
}
.hr-language-switcher .wpml-ls-item-sr .wpml-ls-native:after {
    content: "hrvatski";
    font-size: 16px;
    color: #fff;
}
body:not(.home) .hr-language-switcher .wpml-ls-item-sr .wpml-ls-native:after {
    color: #101111;
}
body:not(.home) .hr-language-switcher .wpml-ls-item-sr.wpml-ls-current-language a .wpml-ls-native:after {
    color: #46c7e6!important;
}