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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 1023px) {

	.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 */

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

/*
primary color: #D94D7D;
*/
body {
	font-family: 'Gotham Book';
	font-size: 16px;
}
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;
}
.primary-color {
	color: #D94D7D
}
.primary-bg-color {
	background-color: #D94D7D;
}
.top-line {
	background-color: #D94D7D;
	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: 6px;
	}
}
/* 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;
}
.sale-text.just-text .sale-percent-first-row {
	font-size: 26px;
	line-height: 26px;
}
.sale-text.just-text .sale-percent-second-row {
	font-size: 22px;
}
#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 #D94D7D;
	background-color: white;
	color: #fff;
	border-radius: 8px;
	color: #D94D7D;
	width: 32px;
	height: 44px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Gotham Bold';
}
.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;
		border-radius: 5px;
	}
	.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;
	}
	.sale-text.just-text .sale-percent-first-row {
		font-size: 22px;
		line-height: 22px;
	}
	.sale-text.just-text .sale-percent-second-row {
		font-size: 20px;
	}
}
.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;
}
.header-order-btn, .header-order-btn:visited {
	color: #fff;
}
.header-order-btn {
	background-color: #d94d7d;
    padding: 10px 38px;
    margin-left: 60px;
    border-radius: 25px;
}
.header-order-btn:hover {
	color: #fff;
}
@media screen and (max-width: 1440px) {
	.main-navigation .menu .menu-item {
		margin-left: 30px;
	}
	.header-order-btn {
		margin-left: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.menu-main-menu-container + .header-order-btn {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.main-navigation {
		padding-top: 40px;
	}
	.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;
	}
}
.main-navigation .menu .menu-item a {
	color: #000;
}
.main-navigation .menu .menu-item a:hover {
	color: #D94D7D;
}
.main-navigation .menu .menu-item.current-menu-item a {
	color: #d94d7d;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
	color: #d94d7d;
}
.wpml-ls-legacy-list-horizontal a span {
	text-transform: lowercase;
}
.wpml-ls-legacy-list-horizontal a:hover {
	color: #d94d7d;
}
.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;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid #d94d7d;
}
.woocommerce-info {
    border-top-color: #d94d7d;
}
.return-to-shop a.button, .return-to-shop a.button:hover {
	font-size: 16px;
    padding: 20px 30px;
    border-radius: 40px;
	color: #fff;
    background-color: #D94D7D;
    border-color: #D94D7D;
    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: 1024px) {
	.mini-cart-wrapper {
		padding-top: 42px;
	}
}
@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: #d94d7d;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    border-radius: 50%;
    top: -10px;
    right: -6px;
    padding-left: 1px;
    padding-top: 0px;
}
.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 {
	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: #d94d7d!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: 14px;
	width: 100%;
}
.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 #d94d7d;
	background-color: #fff;
	color: #d94d7d;
	text-decoration: none;
	padding: .618em 1em;
}
.mini-cart-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
	background-color: #d94d7d;
	color: #fff;
}
.mini-cart-icon {
	width: 28px;
    height: 28px;
    background-image: url(img/empty-cart.png);
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -8px;
}
.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;
}
.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;
}
.page-template-contact .site-header {
	background-color: #f9f4f1;
}
@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.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.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.just-text {
		display: block;
	}
	.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;
	}
	.sale-text.just-text .sale-percent-first-row {
		font-size: 18px;
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
		margin-bottom: 10px;
	}
	.sale-text.just-text .sale-percent-second-row {
		font-size: 18px;
	}
}
@media screen and (max-width: 360px) {
	.mobile-menu-activator, .mobile-menu-activator:focus, .mobile-menu-activator:hover {
		width: 38px;
		height: 32px;
	}
}

/* homepage */
.homepage-banner-wrapper {
	background-image: url(img/bg2.jpg);
	background-size: cover;
}
.homepage-banner {
	padding-top: 120px;
}
.homepage-banner h1 {
	font-size: 3.5vw;
	line-height: 1.1em;
	margin-top: 0px;
	color: #D94D7D;
	font-family: 'Gotham Bold';
}
.homepage-banner .banner-subtitle {
	font-size: 18px;
	line-height: 38px;
	text-transform: uppercase;
}
.banner-right-col img {
	max-height: 65vh;
	margin-bottom: -38px;
}
.site-header {
	position: relative;
}
.page-template-homepage .site-header {
	position: absolute;
	z-index: 2;
}
.inner-homepage-banner {
	justify-content: center;
}
.banner-left-col {
	padding-top: 60px;
}
.hp-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (min-width: 1920px) {
	.homepage-banner h1 {
		font-size: 60px;
	}
}
@media screen and (max-width: 1024px) {
	.hp-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.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: #d94d7d;
	min-width: 180px;
	text-align: center;
}
.b-btn, .woocommerce div.product form.cart .button.b-btn {
	font-size: 16px;
	padding: 20px 30px;
	color: #D94D7D;
	border-radius: 40px;
	border: 1px solid #D94D7D;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	float: left;
}
.b-btn.btn-reverse {
	background-color: #d94d7d!important;
	color: #fff!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: #000;
	border-color: #000;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.homepage-banner {
		padding-top: 140px;
		padding-bottom: 100px;
	}
	.inner-homepage-banner {
		justify-content: start;
	}
	.banner-right-col {
		max-width: 188px;
	}
	.banner-right-col img {
		margin-bottom: 0px;
		width: 330px;
		max-width: 330px;
	}
	.banner-left-col {
		padding-top: 60px;
		padding-left: 40px;
		width: calc(100vw - 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 {
		position: relative;
	}
	.inner-homepage-banner {
		align-items: end;
	}
	.homepage-banner h1 {
		font-size: 32px;
	}
	.banner-left-col {
		padding-left: 20px;
		padding-right: 20px;
		width: 100vw;
	}
	.banner-right-col {
		max-width: 100px;
		position: absolute;
		right: 0;
		overflow: hidden;
		bottom: 18px;
	}
	.banner-right-col img {
		max-width: 150px;
	}
	.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);
	}
}
.section-title {
	font-size: 50px;
	text-align: center;
	margin-bottom: 60px;
}
.section1-text {
	width: 100%;
	max-width: 860px;
	text-align: center;
	margin: 0 auto 80px auto;
}
@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;
	color: #D94D7D;
}
.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: 25px;
}
.page {
	margin: 0px;
}
.section2-text {
	text-align: center;
}
.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%;
	border-radius: 18px;
}
.swiper-slide .hp-swiper-video {
	cursor: pointer;
	width: 100%;
}
.inner-slide {
	width: 100%;
}
.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);
	top: calc(50% - 60px);
	width: 35px;
	height: 76px;
	z-index: 1;
}
.hp-swiper-one-holder .swiper-slide .inner-slide {
	width: 100%;
}
.hp-swiper-one-holder .swiper-slide .inner-slide .hp-swiper-video {
	width: 100%!important;
}
.long-video {
	display: none;
}
.hp-swiper-one-holder .swiper-button-prev {
	left: calc(160px - 60px);
	top: calc(50% - 60px);
	width: 40px;
	height: 82px;
	z-index: 1;
}
.swiper-button-prev:after, .swiper-button-next:after {
	content: '';
}
.swiper-button-prev {
	background-image: url(img/arrow-left.png);
	background-size: cover;
}
.swiper-button-next {
	background-image: url(img/arrow-right.png);
	background-size: cover;
}
.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: #d94d7d;
    color: #fff;
    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;
}
#show-less {
	display: none;
}
.hp-testimonials-wrapper {
	margin-top: 100px;
}
.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;
	}
}
.single-testimonial-img {
	width: 100%;
}
.hp-section-5 {
	padding: 0;
	background-color: #fff1f1;
}
.hp-section-5 p {
	font-size: 16px;
}
.first-image-holder {
    border-bottom: 1px solid #fff;
}
.first-image-holder, .second-image-holder {
	position: relative;
}
.hp-section-5 .img-label {
	position: absolute;
	width: 276px;
	background-color: #D94D7D;
	color: #fff;
	border-radius: 40px;
	padding: 20px 30px;
	text-align: center;
	right: 20px;
	bottom: 20px;
}
@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 .section-title {
	text-align: left;
	margin-bottom: 40px;
	padding-top: 20px;
}
.hp-video-wrapper {
	margin-bottom: 0px;
}
.hp-section-5 .right-col {
	padding-left: 0px;
	position: relative;
}
.play-btn-holder {
	cursor: pointer;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 60px;
}
.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 {
	width: 100%;
    height: auto;
}
.video-holder video.desktop-video {
	width: 100%;
    height: auto;
}
.video-holder video {
	max-width: unset;
	max-height: unset;
}
video.mobile-video {
	width: 100%!important;
	height: auto!important;
	max-width: 100%;
}
video.desktop-video {
	width: 100%!important;
	height: 100%!important;
}
.video-opened {
	display: flex;
}
.close-video {
    position: fixed;
    top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.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/img_footer_desk.jpg);
	background-size: auto 100%;
    background-repeat: no-repeat;
}
.inner-hp-section-7 {
	padding-top: 13vh;
    padding-bottom: 13vh;
	justify-content: end;
}
@media screen and (max-width: 1100px) {
	.hp-section-7 {
		background-image: url(img/img_footer_mobile.jpg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-color: #f4f4f6;
		background-position: bottom;
	}
	.inner-hp-section-7 {
		padding-top: 7vh;
		padding-bottom: 72%;
		justify-content: start;
	}
	.inner-hp-section-7 .product-content-wrapper {
		width: 100%;
		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;
	}
}
.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;
}
.hp-section-7-subtitle {
	font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000;
}
.inner-hp-section-7 .product-image-wrapper {
	max-width: 22vw; 
}
.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: #D94D7D;
	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: #d94d7d;
	color: #fff;
}
@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;
	}
	.inner-hp-section-7 .product-image-wrapper {
		max-width: 360px;
		width: 360px;
	}
}
@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: 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;
	}
}
@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: 80px;
	}
	.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;
	}
	.home .hp-swiper-results-holder .swiper-button-next {
		top: calc(50% - 38px);
	}
	.hp-swiper-results-holder .swiper-button-prev {
		width: 18px;
		height: 38px;
		left: 8px;
	}
	.home .hp-swiper-results-holder .swiper-button-prev {
		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!important;
	}
	.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%;
	}
	.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 .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: 300px;
		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;
	}
}
/* single product  */
.product-container {
	margin: 40px 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%;
}
/* product page - swiper */
.custom-product-slider {
    width: 44%;
	overflow: hidden;
}
.custom-product-slider .swiper-container {
	width: 100%;
	height: 300px;
	margin: 20px 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;
}
.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;
}
.custom-product-slider .gallery-thumbs .swiper-wrapper {
	transform: none!important;
}
.custom-product-slider .gallery-thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.4;
}
.custom-product-slider .gallery-thumbs .swiper-slide-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 */
.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 .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: 10px;
    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: #D94D7D;
	border-color: #D94D7D;
	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: #D94D7D;
    border-radius: 40px;
    border: 1px solid #D94D7D;
    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: -0.5em;
    left: -0.5em;
    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;
}
.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 #D94D7D;
}
.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: 20px;
}
.product-last-section-row .left-column img {
	width: 100%;
}
.product-last-section-row .left-column .inner-left-column {
	position: relative;
}
.product-last-section-row .left-column .inner-left-column .swiper-button-prev, .product-last-section-row .left-column .inner-left-column .swiper-button-next {
	width: 20px;
    height: 41px;
}
.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;
    color: #d94d7d;
	font-family: 'Gotham Bold';
}
.donut circle {
  fill: none;
  width: 120px;
  height: 120px;
}
.donut .circle-back {
  stroke: #f2f2f2;
  stroke-width: 20px;
}
.donut .circle-front {
  transform: rotate(270deg);
  stroke:#d94d7d;
  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;
}
.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: #d94d7d;
	color: #fff;
}
.accordion-button:not(.collapsed):after, .accordion-button:after {
	background-image: url(img/arrow-down-a.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 {
		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;
	}
}
@media screen and (max-width: 425px) {
	.single-product-info-wrapper .price ins, .single-product-info-wrapper .price > .woocommerce-Price-amount > bdi {
		font-size: 30px;
	}
	.woocommerce div.product form.cart .button.b-btn {
		max-width: unset;
	}
}
/* Results & Testimonials */
.results-section1 {
	padding-top: 80px;
	margin-bottom: 60px;
}
.results-section1 .section-title {
	margin-top: 0px;
	color: #d94d7d;
	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 {
	border-radius: 18px;
	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 .hp-testimonials-wrapper {
	margin-top: 30px;
}
.results-section .show-hide-btns-wrapper {
	margin: 20px 0px 0px 0px;
}
.results-section .show-hide-btns-wrapper .single-btn.btn-red {
	background: #d94d7d;
	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 (min-width: 1025px) {
	.result-main-video-wrapper {
		border-radius: 18px;
		padding-top: 7px;
	}
	#main-video-results {
		height: 99vh;
	}
}
@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 */
.contact-background-holder {
	background-image: url(img/bg2.jpg);
    padding-top: 80px;
	padding-bottom: 90px;
	background-size: 100% 100%;
}
.inner-contact-container {
    text-align: center;
    background: #fff;
    padding: 80px 20px;
    border-radius: 20px;
}
.inner-contact-container .section-title {
	margin-bottom: 80px;
}
.contact-page-content a {
	color: #d94d7d;
}
.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;
    max-width: 220px;
    justify-content: start;
}
.contact-info-wrapper .single-info-box img {
	margin-right: 20px;
}
.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;
	}
	.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: -58px;
	}
}

/* cart */
.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
	position: relative;
    width: 90px;
    border: 1px solid #ccc;
    border-radius: 12px;
}
.page-template-cart .woocommerce-message .wc-forward.wp-element-button {
	display: none;
}
input:focus {
	outline: none;
}
.woocommerce-shipping-destination {
	display: none;
}
tr.woocommerce-shipping-totals.shipping th {
	padding-bottom: 9px!important;
}
.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;
	max-width: 
}
.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: 1px;
    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-red-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-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: #d94d7d;
}
.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: 24px;
    padding: 11px 18px;
    margin-right: 10px;
	max-width: 180px;
}
.cart-coupon-wrapper .actions .coupon .button {
	border-radius: 24px;
    padding: 16px 18px;
    background-color: #d94d7d;
    color: #fff;
	font-weight: 400;
}
.woocommerce button.button.update-cart-btn {
	background-color: #d94d7d;
    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: #d94d7d!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: #d94d7d;
	color: #fff;
	font-weight: 400;
	border-radius: 30px;
	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: #d94d7d;
}
.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: #d94d7d;
	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: #d94d7d;
    font-weight: 600;
    text-decoration: none;
    display: block;
}
@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: 150px;
		margin-right: 15px;
		position: absolute;
		left: 0;
	}
	.cart-table-data .cart_item .product-name {
		width: auto;
		font-size: 16px;
		position: absolute;
		left: 180px;
		top: 10px;
	}
	.cart-table-data .cart_item .product-price {
		margin-right: 20px;
		font-size: 16px;
		left: 180px;
		position: absolute;
		width: auto;
		top: 32px;
	}
	.cart-table-data .cart_item .product-quantity {
		width: 110px;
		font-size: 18px;
		color: #000;
		position: absolute;
		top: 60px;
		left: 180px;
	}
	.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;
	}
}
@media screen and (max-width: 360px) {
	.cart-table-data .cart_item .product-quantity {
		height: 130px;
	}
	.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: #d94d7d;
}
.checkout-left-col .input-text {
	height: 42px;
	padding: 5px 15px;
	border-radius: 24px;
	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: #d94d7d;
}
.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;
    border-radius: 19px;
    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: #d94d7d;
    border-color: #d94d7d;
}
#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: 26px;
}
.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: #d94d7d;
	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: 20px;
	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: 40px;
    border: none;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    min-width: 200px;
    color: #fff;
    background-color: #d94d7d;
    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;
}
.woocommerce-checkout #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li > label {
	cursor: pointer;
}
.woocommerce-info::before {
    color: #d94d7d;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	border-top-color: #d94d7d;
	font-size: 14px;
}
.showcoupon {
	color: #d94d7d;
	font-size: 14px;
	text-decoration: none;
}
.woocommerce form.checkout_coupon {
	font-size: 14px;
	border-radius: 20px;
}
.woocommerce form.checkout_coupon .input-text {
	height: 42px;
	padding: 5px 15px;
	border-radius: 24px;
	border: 1px solid #C0C0C0;
	color: #000;
}
.woocommerce form.checkout_coupon .button.wp-element-button {
	font-size: 16px;
    padding: 10px 30px;
    border-radius: 40px;
    border: none;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    min-width: 200px;
    color: #fff;
    background-color: #d94d7d;
    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';
}
.woocommerce-order-pay input[type="submit"] {
	background-color: #d94d7d;
	padding: 8px 20px;
	line-height: 1.2em;
	display: block;
	flex-wrap: wrap;
	color: #fff;
	margin-bottom: 40px;
	max-width: 100%;
	overflow: hidden;
    word-wrap: break-word;
	white-space: normal;
}
.woocommerce .woocommerce-customer-details :last-child:not(address) {
    margin-top: 30px;
}
@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: 8px;
	}
	.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;
	}
	.page-template-checkout .woocommerce table.shop_table td.product-name {
		font-size: 14px;
	}
	.page-template-checkout .woocommerce table.shop_table tbody td.product-total {
		font-size: 14px;
	}
	.page-template-checkout .woocommerce table.shop_table tfoot td {
		font-size: 14px;
	}
}
@media screen and (max-width: 425px) {
	.woocommerce form.checkout_coupon .button.wp-element-button {
		width: 100%;
	}
}
/* thank you page */
.page-template-checkout .woocommerce table.shop_table td.product-name {
    justify-content: end;
}
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;
	border-radius: 50%;
	background-color: #EC7AA1;
	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 .menu-main-menu-container {
	display: flex;
    justify-content: center;
}
.footer-nav-wrapper .menu-main-menu-container ul {
	margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.footer-nav-wrapper .menu-main-menu-container ul li {
	margin: 4px 30px;
	font-size: 14px;
}
.footer-nav-wrapper .menu-main-menu-container ul li a {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.footer-nav-wrapper .menu-main-menu-container ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-nav-wrapper .menu-main-menu-container ul li {
		margin: 6px 12px;
	}
	.single-social-icon-holder {
		width: 48px;
		height: 48px;
		margin: 20px 15px;
	}
	.single-social-icon-holder .social-icon {
		height: 20px;
		width: 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: #d94d7d;
}
#cookie-notice .cn-button.cn-more-info {
	background: white;
    color: #d94d7d;
}
@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: #d94d7d;
}
/* 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: #d94d7d;
    color: #fff;
}
.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;
}
/*
.site-lang-sr .mp-elements.mp-en.mp-ar {
	display: none;
}
*/
.mp-inputs-wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
}
.mp-inputs-wrapper input {
	padding: 10px 20px;
    border-radius: 26px;
    margin: 0 7px;
    font-size: 16px;
    line-height: 16px;
    height: 46px;
	min-width: 150px;
}
.mp-inputs-wrapper .email-input {
	border: 1px solid #d94d7d;
}
.mp-inputs-wrapper .subscribe-submit {
	border: 1px solid #fff;
	background-color: #d94d7d;
    color: #fff;
}
.mp-inputs-wrapper .subscribe-submit:hover {
	border: 1px solid #fff;
}
.mc4wp-response {
    margin-top: 10px;
    text-align: center;
}
.mc4wp-response p {
	display: none;
}
.site-lang-sr .mc4wp-response .mc4wp-alert:after {
	content: 'Hvala, uspešno ste se prijavili!'
}
.site-lang-en .mc4wp-response .mc4wp-alert:after {
	content: 'Thank you, you have successfully signed up!'
}
.site-lang-ar .mc4wp-response .mc4wp-alert:after {
	content: 'Thank you, you have successfully signed up!'
}
.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;
	}
}
.otgs-development-site-front-end {
	display: none;
}
/* RTL styles for some sections in Arabic */
/* 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;
}