/*!
Theme Name: bloonsy
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: bloonsy
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.

bloonsy 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;
	text-decoration: none;
}

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

@media screen and (min-width: 1024px) {
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

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

.main-navigation ul ul a {
	width: 200px;
}
@media screen and (min-width: 1024px) {
	.main-navigation ul li:hover > ul {
		left: auto;
	}
}

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

/***** Bloonsy theme *****/
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Poppins', sans-serif;
}
.post, .page {
    margin: 0 0;
}
.site {
	overflow: hidden;
}
/* primary color #e6148a */
.primary-color {
	color: #e6148a;
}
/* secondary color #7b4778 */
.secondary-color {
	color: #7b4778;
}
/* hover color #b7106e */

@media (max-width: 1200px) {
	.container {
		max-width: 100%;
	}
}

/* header */
.site-header {
	position: relative;
}
.top-line {
	background-color: #7b4778;
	color: #fff;
	height: 44px;
}
.inner-top-line p {
	margin: 0;
	line-height: 1em;
	padding: 14px 15px ;
}
.header-elements-wrapper {
	align-items: center;
    justify-content: space-between;
}
.custom-logo-link {
	display: block;
	padding: 15px;
}
.custom-logo {
	width: 132px;
}
.main-navigation {
    display: block;
    width: auto;
}
.main-navigation li {
    position: relative;
    padding: 0 20px;
	font-size: 15px;
}
.main-navigation li.current_page_item > a:after,
.main-navigation li.current_page_parent > a:after,
.main-navigation li.current-menu-item > a:after,
.main-navigation li.current-category-ancestor > a:after,
.main-navigation li.current-menu-parent > a:after
/*.main-navigation li.current_page_parent ul li.current-menu-item a:after*/ {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 50%;
	height: 2px;
	transform: translateX(-50%);
	background-color: #e6148a;
	transition: .3s width ease;
}
.main-navigation li a {
	color: #7d797b;
    position: relative;
    font-weight: 400;
    line-height: 1.8em;
}
.main-navigation li a:after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 0;
	left: 50%;
	height: 2px;
	transform: translateX(-50%);
	background-color: #7d797b;
	transition: .3s width ease;
}
.main-navigation #primary-menu > li:hover > a:after {
	width: 100%;
	transform: translateX(-50%);
	transition: .3s width ease;
}
.main-navigation li.menu-item-has-children {
	position: relative;
	padding-right: 20px;
}
.main-navigation li.menu-item-has-children:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	background-image: url(images/down-arrow-grey.png);
	background-size: cover;
}
.main-navigation li.menu-item-has-children ul {
	flex-direction: column;
    width: 356px;
	padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}
.main-navigation li.menu-item-has-children ul li a {
	width: 100%;
	line-height: 1.35em;
}
.main-navigation li.menu-item-has-children ul li:last-child {
    margin-bottom: 0px;
}
.main-navigation li.menu-item-has-children ul li {
    margin-bottom: 10px;
}
.main-navigation ul a {
    width: auto;
	padding-bottom: 2px;
}
.main-navigation .nav-menu ul li a:after, .main-navigation li.current_page_parent ul li.current-menu-item a:after {
	bottom: -1px;
}
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-category-ancestor > a,
.main-navigation li.current_page_parent ul li.current-menu-item > a {
	color: #e6148a;
}
.header-action-icons-wrapper {
	display: flex;
	padding-right: 30px;
	padding-top: 15px;
}
.header-search-wrapper, .header-user-wrapper, .mini-cart-wrapper {
    padding: 0px 8px;
}
.header-search-wrapper {
	position: relative;
}
.search-form-holder {
	max-width: 0;
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: -5px;
	opacity: 0;
	transition: all .6s ease;
}
.search-form-holder-expanded {
	max-width: 300px;
    width: auto;
	opacity: 1;
    transition: all .6s ease;
}
.search-form-holder .search-form {
	display: flex;
}
input:focus-visible, textarea:focus-visible {
	outline: none;
}
.search-form-holder .search-form .search-field {
	border-radius: 0px;
	border-right: none;
	padding: 3px 8px;
	height: 44px;
}
.search-form-holder .search-form .search-submit {
	width: 32px;
	height: 44px;
	background-image: url(images/search.webp);
	background-size: 32px 31px;
	background-repeat: no-repeat;
	border-left: none;
	border-radius: 0px;
	background-color: #fff;
	background-position: center;
	font-size: 0;
}
.search-action, .user-action {
	cursor: pointer;
	display: block;
}
.mini-cart-wrapper  {
	position: relative;
	padding-bottom: 15px;
}
.widget_shopping_cart_content {
	position: absolute;
    top: 100%;
    right: 0px;
    width: 330px;
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    z-index: 11;
    background-color: #fff;
    box-shadow: 0 4px 12px lightgrey;
    padding: 15px;
    display: none;
}
.widget_shopping_cart_content::-webkit-scrollbar {
    width: 7px; 
    height: 7px;
	border-radius: 10px;
}
.widget_shopping_cart_content::-webkit-scrollbar-thumb {
    background-color: #eabac4;
    outline: 1px solid #d5b6ec;
}
.widget_shopping_cart_content::-webkit-scrollbar-thumb {
    border-radius: 50px;
}
.widget_shopping_cart_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}
.mini-cart .items-num {
	position: absolute;
    font-size: 10px;
    background-color: #7b4778;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    border-radius: 50%;
    top: -10px;
    right: 4px;
    padding-left: 1px;
    padding-top: 0px;
}
.mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item .remove {
	background-image: url(images/remove.webp);
	background-size: cover;
}
.mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item .remove:hover {
	background-color: unset;
}
@media screen and (min-width: 1025px) {
	.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;
		margin-bottom: 14px;
	}
	.mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item .attachment-woocommerce_thumbnail {
		margin-right: 12px;
		width: 50px;
		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: #e6148a !important;
        position: absolute;
        right: -4px;
		top: 50%;
        transform: translateY(-86%);
        text-decoration: none;
        font-size: 1.5em;
        height: 20px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
		font-size: 0px;
	}
	.mini-cart-wrapper .widget_shopping_cart_content .cart_list .mini_cart_item .remove + a {
		display: flex;
        padding-top: 5px;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
        align-items: center;
        margin-bottom: 2px;
        width: 100%;
        color: #000;
	}
	.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 #e6148a;
		background-color: #fff;
		color: #e6148a;
		text-decoration: none;
		padding: .618em 1em;
	}
	.mini-cart-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
		background-color: #e6148a;
		color: #fff;
	}
}
@media screen and (max-width: 425px) {
	.inner-top-line p {
		font-size: 14px;
	}
}
/* sticky nav */
.site-header.sticky-nav  {
	top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background-color: #fff;
    max-width: unset;
    padding: 6px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	-webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.padding-for-sticky {
	padding-top: 100px;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.site-header.sticky-nav .site-branding  {
	max-width: 74px;
	left: 0px;
	z-index: 5;
}
.site-header.sticky-nav .custom-logo-link {
	padding: 0px;
}
.site-header.sticky-nav .header-row  {
	width: 100%;
	position: relative;
	justify-content: center;
	align-items: center;
	margin: 0px;
}
.custom-dropdown-toggle, .mobile-close-search {
	display: none;
}

/* header responsive */
.main-navigation li.pull-back {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.header-elements-wrapper {
		padding-right: 80px;
		position: relative;
	}
	.site-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.custom-logo {
		width: 84px;
		z-index: 4;
        position: relative;
	}
	.menu-toggle {
		font-size: 0px;
	}
	.custom-logo-link {
		padding: 0;
	}
	.header-search-wrapper, .header-user-wrapper, .mini-cart-wrapper {
		z-index: 4;
	}
	.single-nav-bar {
		width: 100%;
		height: 2px;
		display: block;
		background-color: #7b4778;
		transition: transform .6s ease;
	}
	.main-navigation #primary-menu {
        background-color: #fff;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100vw;
        left: 0;
		transition: left .6s ease;
        color: #fff;
        padding-bottom: 75px;
        z-index: 1;
        padding-top: 75px;
    }
	body.body-fixed .main-navigation #primary-menu {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
		padding-top: 93px;
		z-index: 3;
    }
	.main-navigation .menu-toggle {
        background: 0 0;
        border: none;
        font-size: 0;
        display: flex;
        height: 30px;
        width: 30px;
        padding: 0;
        flex-wrap: wrap;
        margin-right: 10px;
        position: absolute;
        align-items: center;
        z-index: 4;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
	.main-navigation.toggled .menu-toggle .first-bar {
		transform: rotate(135deg);
		transition: transform .6s ease;
		position: absolute;
	}
	.main-navigation.toggled .menu-toggle .second-bar {
		display: none;
	}
	.main-navigation.toggled .menu-toggle .third-bar {
		transform: rotate(-135deg);
		transition: transform .6s ease;
		position: absolute;
	}
	body.body-fixed {
        height: 100vh;
        overflow: hidden;
    }
	.main-navigation li {
		font-size: 18px;
        width: 100vw;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dadada;
        position: unset;
        display: flex;
        justify-content: space-between;
        align-items: center;
		text-align: left;
		height: 70px;
	}
	.main-navigation li.menu-item-has-children a {
		width: calc(100% - 40px);
	}
	.main-navigation #primary-menu > li:first-child {
		border-top: 1px solid #dadada;
	}
	.main-navigation li.current_page_item>a:after, .main-navigation li.current_page_parent>a:after, .main-navigation li.current-menu-item>a:after, .main-navigation li.current-category-ancestor>a:after, .main-navigation li.current-menu-parent>a:after {
		display: none;
	}
	.main-navigation li a:after {
		display: none;
	}
	.main-navigation li.menu-item-has-children {
		position: unset;
	}
	.custom-dropdown-toggle {
		color: #7b4778;
        font-weight: 700;
        height: 100%;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
		cursor: pointer;
	}
	.custom-dropdown-toggle:after {
		font-family: swiper-icons;
		content: 'next';
	}
	.main-navigation li.menu-item-has-children:after {
		display: none;
	}
	.header-action-icons-wrapper {
		padding-right: 0px;
	}
	#primary-menu.primary-menu-flyaway {
		left: -100vw;
		transition: left .6s ease;
	}
	.main-navigation li.menu-item-has-children.unset-position {
		position: unset;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu {
		padding-top: 0;
        padding-bottom: 0;
		height: calc(100vh - 150px);
		left: 200vw;
		transition: left .3s ease;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu-active {
		left: 100vw;
		transition: left .3s ease;
		top: 93px;
		width: 100%;
		padding: 0;
	}
	.main-navigation ul a {
		padding-bottom: 0px;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu.hide-sub-menu {
		right: 200%;
	}
	.main-navigation li.menu-item-has-children ul li {
		margin-bottom: 0;
	}
	.main-navigation li.pull-back {
		color: #7d797b;
		position: relative;
		padding-left: 60px;
		border-top: 1px solid #dadada;
		display: block;
	}
	.pull-back:before {
		font-family: swiper-icons;
		content: 'prev';
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		color: #7b4778;
        font-weight: 700;
        width: 40px;
	}
	.main-navigation ul ul {
		top: 93px;
		box-shadow: none;
	}
	.white-overlay {
		position: fixed;
		top: 45px;
		left: 0px;
		width: 0;
		overflow: hidden;
		height: 100vh;
		background-color: #fff;
		z-index: 3;
	}
	.white-overlay-active {
		width: 100vw;
	}
	.header-search-wrapper {
		position: unset;
		z-index: 5;
	}
	.search-form-holder {
		max-width: 100vw;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: -100vh;
		opacity: 1;
		transition: all .6s ease;
		padding: 14px;
		background-color: #fff;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	}
	.search-form-holder-expanded {
		max-width: 100vw;
		width: 100vw;
		opacity: 1;
		transition: all .6s ease;
		top: -10px;
		z-index: 99;
		height: 103px;
		display: flex	;
		justify-content: space-between;
		align-items: center;
	}
	.search-form-holder .search-form {
		display: flex;
		width: calc(100% - 50px);
	}
	.search-form-holder .search-form label {
		width: calc(100% - 32px);
	}
	.search-form-holder .search-form .search-field {
		width: 100%;
	}
	.mobile-close-search {
		display: block;
		background-image: url(images/close.webp);
		background-size: cover;
		width: 30px;
		height: 30px;
	}
}
@media only screen and (max-width: 375px) {
	.inner-top-line p {
		font-size: 14px;
	}
}

/* homepage */
.homepage-banner {
	height: 100vh;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(images/balloon_stuffing_machine_bloonsy.webp);
}
.banner-caption {
	width: 60vw;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
}
.homepage-banner h1 {
	font-size: 64px;
	font-weight: 400;
	margin-bottom: 25px;
}
.homepage-banner h2 {
	font-weight: 200;
	font-size: 18px;
}
.cta-btn.banner-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #e6148a;
    margin-top: 20px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 3px;
	text-transform: uppercase;
}
.single-section {
	margin-top: 80px;
	margin-bottom: 60px;
}
.section-title-holder {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.section-title {
	padding: 0px 50px;
    position: relative;
}
.section-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    border-bottom: 2px solid #e6148a;
    width: 100%;
}
.section-title span {
	padding: 5px 15px;
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 9;
	color: #e6148a;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 25px;
}

/* homepage swiper */
.products-swiper-main-holder {
	padding: 0px 60px;
	position: relative;
}
.products-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.single-product-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}
.inner-swiper-slide {
    position: relative;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.product-link-holder .product-link {
	display: block;
	text-decoration: none;
	color: #000;
}
.flyin-addtocart-btn {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.woocommerce .flyin-addtocart-btn .add_to_cart_button {
	border-radius: 0px;
	background-color: #7b4778;
	color: #fff;
	font-weight: 300;
	padding: 10px 30px;
}
.woocommerce .flyin-addtocart-btn .add_to_cart_button:hover {
	background-color: #e6148a;
    color: #fff;
}
.name-and-price-holder {
	display: flex;
    margin-top: 10px;
    flex-direction: column;
}
.single-product-slide h3 {
	font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
    color: #7b4778;
}
.single-product-slide a {
	text-decoration: none;
	color: #000;
	text-align: center;
}
.single-product-slide .price {
	text-align: center;
    margin: 0;
    color: #e6148a;
    font-weight: 500;
	width: 100%;
	margin-bottom: 10px;
}
.swiper-button-next, .swiper-button-prev {
	color: #e6148a;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: auto;
}

/* visit bloonsy store section */
.visit-bloonsy-section {
    background-color: #7b4778;
    padding: 100px 30px;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.visit-bloonsy-section h2 {
	max-width: 800px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
}

/* homepage blog list */
.single-blog-thumb {
	display: flex;
	flex-direction: column;
	margin-bottom: 36px;
}
.single-blog-thumb .post-thumbnail {
	padding-top: 56%;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.single-blog-thumb .post-title {
	margin-top: 20px;
	font-size: 18px;
	color: #7b4778;
}
.post-categories {
	margin-top: auto;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
}
.post-categories a {
	color: #7b4778;
	text-decoration: underline;
	margin-right: 18px;
    margin-bottom: 8px;
}
.post-categories a:hover {
	color: #e93198;
}
.view-all-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}
a.view-all-btn {
    text-transform: uppercase;
}

/* inverse-visit-bloonsy-section */
.inverse-visit-bloonsy-section {
    background-color: #f3e7f3;
}
.inverse-visit-bloonsy-section h2 {
	color: #7b4778;
}

/* homepage last section */
.guarantee-images {
	display: flex;
	justify-content: center;
}
.guarantee-images .single-img {
	margin: 15px 40px;
	width: 102px;
}
/* homepage responsive */
@media (max-width: 768px) {
	.homepage-banner {
		height: calc(100vh - 146px);
	}
	.banner-caption {
		width: calc(100% - 50px);
		top: 40%;
		transform: translateY(-40%);
	}
	.homepage-banner h1 {
		font-size: 35px;
		margin-bottom: 18px;
	}
	.homepage-banner h2 {
		font-weight: 200;
		font-size: 18px;
		background: rgba(251, 251, 251, .6);
		padding: 8px;
	}
	.single-section {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.section-title-holder {
		display: flex;
		justify-content: center;
		margin-bottom: 25px;
	}
	.section-title span {
		font-size: 20px;
	}
	.products-swiper-main-holder {
		padding: 0px 44px;
		position: relative;
	}
	.swiper-button-next {
		right: 0px;
	}
	.swiper-button-prev {
		left: 0px;
	}
	.visit-bloonsy-section {
		padding: 40px 30px;
	}
	.visit-bloonsy-section h2 {
		margin-bottom: 5px;
	}
	.single-blog-thumb {
		width: 50%;
	}
	.guarantee-images {
		justify-content: space-around;
	}
	.guarantee-images .single-img {
		margin: 15px 15px;
		width: 88px;
	}
}
@media (max-width: 425px) {
	.single-blog-thumb {
		width: 100%;
	}
	.guarantee-images .single-img {
		margin: 15px 10px;
		width: 75px;
	}
}

/* shop */
.sort-holder {
    display: flex;
    height: auto;
    flex-wrap: wrap;
	position: relative;
    padding-top: 20px;
}
.sort-holder .woocommerce-notices-wrapper {
    width: 100%;
	margin-bottom: 18px;
}
.woocommerce .sort-holder .woocommerce-ordering {
	margin-left: auto;
	position: relative;
	z-index: 2;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    position: absolute;
    top: -6px;
}
.products-list {
	margin-top: 40px;
}
.woocommerce .shop-container ul.products {
	display: flex;
    flex-wrap: wrap;
}
.woocommerce div.single-product-holder {
	margin-bottom: 70px;
	position: relative;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.woocommerce .shop-products-list div.single-product-holder {
	opacity: 1;
}
.woocommerce .single-product-holder .woocommerce-loop-product__link {
	text-decoration: none;
	display: flex;
	flex-direction: column;
}
.woocommerce .single-product-holder .woocommerce-loop-product__title {
	font-size: 14px;
    color: #000;
    margin: 12px 0px 6px 0px;
    text-align: center;
    font-weight: 300;
    line-height: 1.4em;
}
.title-and-price-holder {
	margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.woocommerce div.single-product-holder span.price {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #e6148a;
    font-weight: 500;
}
.woocommerce div.single-product-holder .add_to_cart_button {
	border-radius: 0px;
    background-color: #7b4778;
    color: #fff;
    font-weight: 300;
    padding: 10px 30px;
    margin-top: auto;
}
.woocommerce div.single-product-holder .add_to_cart_button:hover {
    background-color: #e6148a;
    color: #fff;
}
.product-filters {
	width: 100%;
    margin-bottom: 15px;
	position: relative;
	padding-left: 50px;
}
.product-filter-icon {
    position: absolute;
	top: 8px;
	left: 0px;
    width: 32px;
    height: 32px;
    background-image: url(images/filter-icon-pink.webp);
}
.filter-btns-holder {
	display: flex;
}
.product-filters .filter-button {
	background: none;
	border-radius: 0px;
	margin-right: 15px;
	border: 1px solid #656565;
	color: #656565;
	font-size: 15px;
	padding: 15px 18px;
}
.product-filters .filter-button.active {
	background-color: #e6148a;
	border: 1px solid #e6148a;
	color: #fff;
}
.woocommerce .products-list .woocommerce-result-count {
	display: none;
}
.ajax-pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.ajax-pagination .page-numbers {
	height: 23px;
	min-width: 26px;
	text-align: center;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
	color: #571b53;
}
.ajax-pagination .page-numbers.current {
	color: #e82a8e;
}
.sort-by-expander {
	position: relative;
	padding-right: 50px;
	font-size: 16px;
	width: auto;
	text-align: right;
	cursor: pointer;
}
.sort-by-expander:before {
	width: 32px;
	height: 32px;
	content: '';
	background-image: url(images/sort-by.webp);
	background-size: cover;
	position: absolute;
	right: 0px;
	top: -5px;
}
.ordering-options {
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: calc(100% + 15px);
	list-style: none;
	right: 0;
	text-align: right;
	background-color: #fff;
    box-shadow: 0 4px 12px lightgrey;
    padding: 15px;
	min-width: 230px;
}
.woocommerce-shop .sort-by-expander {
	margin-top: -50px;
}
.woocommerce-shop .ordering-options {
	top: calc(100% - 15px);
	width: 250px;
}

.ordering-options .orderby-option {
	cursor: pointer;
	margin-bottom: 4px;
}
.ordering-options .orderby-option:hover,
.ordering-options .orderby-option.active {
	color: #e6148a;
}
.ordering-options-expanded {
	display: block;
}
.woocommerce div.single-product-holder .add_to_cart_button:after,
.woocommerce .flyin-addtocart-btn .add_to_cart_button:after,
.woocommerce div.product form.cart .button.single_add_to_cart_button:after {
	display: none;
}
.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb a:hover {
	color: #555252;
}

/* shop responsive */
@media (max-width: 991px) {
	.product-filters {
		height: 47px;
	}
	.filter-btns-holder {
		display: none;
	}
	.filter-btns-holder-expanded {
		display: flex;
        position: absolute;
        left: 0;
        top: 50px;
        flex-direction: column;
        z-index: 2;
        background-color: #fff;
	}
	.product-filter-icon.saturized {
		filter: saturate(0);
	}
	.product-filters .filter-button {
		margin-right: 0px;
		border-bottom: none;
	}
	.product-filters .filter-button:last-child {
		border-bottom: 1px solid #656565;
	}
}
@media (max-width: 768px) {
	.shop-top-level-page .products-list {
		margin-top: 0px;
	}
	.shop-container:not(.shop-top-level-page) .products-list {
		margin-top: 24px;
	}
	.woocommerce div.single-product-holder {
		margin-bottom: 50px;
	}
}
@media (max-width: 432px) {
	.filter-btns-holder-expanded {
		width: 100%;
	}
}
@media (max-width: 375px) {
	.woocommerce .shop-products-list div.single-product-holder {
		width: 100%;
	}
	.woocommerce .shop-products-list div.single-product-holder img {
		width: 100%;
	}
}
/* product page */
.product-page-images {
	width: 48%;
	float: none;
}
.product-main-swiper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
}
.product-main-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.product-gallery-swiper {
    max-width: 600px;
    margin: 0 auto;
    cursor: pointer;
}
.product-gallery-swiper .swiper-slide {
	overflow: hidden;
}
.product-gallery-swiper .swiper-slide img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}
.product-gallery-swiper .swiper-slide img:hover {
    transform: scale(1.1);
}
.woocommerce div.product div.summary {
    margin-top: 0;
	float: none;
    margin-left: auto;
}
.woocommerce div.product .product_title {
    font-size: 22px;
    color: #7b4778;
}
.woocommerce div.product p.price {
    font-size: 22px;
    color: #e6148a;
    font-weight: 500;
	margin-bottom: 15px;
}
.woocommerce-product-details__short-description {
    font-size: 14px;
}
.woocommerce input {
	border-radius: 0px;
}
.product_meta {
    font-size: 14px;
}
.product_meta a {
    color: #7b4778;
}
a.woocommerce-review-link {
    color: #7b4778;
    font-size: 13px;
    margin-left: 2px;
    text-decoration: none;
}
.woocommerce .star-rating {
	display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.woocommerce .star-rating span::before {
    color: goldenrod;
}
.comment-form-rating .stars a {
	color: goldenrod;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 12px;
}
.product-qty-wrapper {
	display: flex;
}
.product-qty-wrapper .product-qty-label {
	position: absolute;
    top: -20px;
}
.product-qty-wrapper .quantity .qty {
	width: 90px;
    border: 1px solid #dadada!important;
    padding: 12px 36px 12px 16px;
    box-shadow: none;
    border-radius: 0px;
    text-align: left;
}
.product-qty-wrapper .quantity .qty:focus-visible, .product-qty-wrapper .quantity .qty:focus {
	outline: none;
}
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(images/arrow-down.webp);
    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(images/arrow-up.webp);
    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.single_add_to_cart_button {
	background-color: rgb(123, 71, 120);
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin-top: auto;
    border-radius: 0px;
    padding: 15px 48px;
    font-size: 18px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
	background-color: #e6148a;
}
.product-page-guarantee {
	margin-top: 30px;
	display: flex;
}
.product-page-guarantee .single-img {
	max-width: 100px;
	margin-right: 10px;
}
.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs {
	margin-top: 30px;
	width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border-bottom-left-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #7b4778;
}
.woocommerce-Tabs-panel h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.woocommerce-Tabs-panel p {
    font-size: 15px;
    font-weight: 300;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
	margin-left: 0;
    padding-left: 20px; 
}
.comment-text .description {
	font-size: 14px;
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background-color: #e6148a;
    color: #fff;
    line-height: 1em;
    border-radius: 0px;
    font-weight: 400;
    padding: 12px 25px;
    font-size: 16px;
    text-transform: uppercase;
}
.related.products h2 {
	font-size: 18px;
}
.woocommerce .related.products .star-rating {
    display: block;
    margin: 0 auto 10px auto;
    float: none;
}

/* social share */
.social-share {
	margin-bottom: 30px;
	width: 100%;
}
.social-share .sfsi_shortcode_container {
    float: none;
}
.sfsiplus_footerLnk {
	display: none;
}
.share-label {
	margin-bottom: 4px;
	color: #7b4778;
}
.success-alert {
    background-color: #7b4778!important;
}
/* product page responsive */
@media (max-width: 768px) {
	.product-page-images {
		width: 100%;
	}
	.product-main-swiper,
	.product-gallery-swiper	{
		max-width: 100%;
	}
	.woocommerce div.product .product_title {
		margin-top: 30px;
	}
}
@media (max-width: 375px) {
	.woocommerce div.single-product-holder {
		width: 100%;
	}
	.woocommerce div.single-product-holder img {
		width: 100%;
	}
	.product-page-guarantee {
		margin-top: 30px;
		display: flex;
		justify-content: space-around;
	}
	.product-page-guarantee .single-img {
		max-width: 80px;
		margin-right: 8px;
		margin-left: 8px;
	}
}

/* contact us */
.contact-form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form-single-col.one-third {
	width: 30%;
}
.contact-form-single-col.one-half {
	width: 47%;
}
.contact-form-single-col.full-width {
	width: 100%;
}
.contact-form-single-col label {
	color: #7b4778;
}
.contact-form-single-col input, .contact-form-single-col textarea {
	width: 100%;
	border-radius: 0px;
	padding: 8px 12px;
	border: 1px solid #ccc;
}
.submit-button-row {
	display: flex;
    justify-content: center;
    margin-top: 30px;
}
.submit-button-row input.wpcf7-submit {
	background-color: #e6148a;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 18px 60px;
    font-weight: 400;
    border: none;
}
.submit-button-row  .wpcf7-spinner {
    display: block;
}
.wpcf7-not-valid-tip {
    color: #e6148a;
}
.contact-form-single-col select {
	width: 100%;
    border-radius: 0px;
    padding: 8px 12px;
    border: 1px solid #ccc;
}
.contact-form-single-col select:focus-visible {
	outline: none;
}
/* contact us responsive */
@media (max-width: 768px) {
	.contact-form-single-col.one-third {
		width: 100%;
	}
	.contact-form-single-col.one-half {
		width: 100%;
	}
}
.entry-content {
    padding-bottom: 0;
}

/* cart */
.woocommerce table.shop_table {
	border-radius: 0px;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 60px;
	margin-top: auto;
    margin-bottom: auto;
}
.woocommerce-cart .woocommerce .quantity {
	position: relative;
}
.woocommerce-cart .woocommerce .quantity .qty {
    width: 80px;
    text-align: left;
    height: 46px;
    padding: 8px 36px 8px 16px;
}
.woocommerce-cart .woocommerce a.remove {
	font-weight: 400;
	color: transparent!important;
	text-decoration: none;
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(images/remove.webp);
	background-size: cover;
}
.woocommerce-cart .woocommerce a.remove:hover {
	background-color: transparent;
}
.woocommerce table.shop_table th {
    font-weight: 500;
}
.woocommerce table.shop_table td.product-name {
	font-size: 15px;
}
.woocommerce table.shop_table td.product-name a {
	color: #404040;
}
.woocommerce table.shop_table td.product-name a:hover {
	color: #7b4778;
}
.woocommerce-page table.cart td.actions .coupon {
	display: flex;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 150px;
}
.woocommerce table.cart td.actions .coupon button {
	background-color: #7b4778;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 24px;
}
.woocommerce-page .cart-collaterals .cart_totals th {
	font-weight: 500;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	color: #e6148a;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: #e6148a;
	border-radius: 0px;
	font-weight: 500;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #7b4778;
}
.woocommerce-cart .shop_table .button[name="update_cart"] {
	display: none;
}
.woocommerce .return-to-shop a.button {
	background-color: #e6148a;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
	padding: 18px 30px;
    font-weight: 400;
}
/* cart responsive */
@media (max-width: 768px) {
	.woocommerce-page table.cart td.actions .button[name="update_cart"] {
		display: none;
	}
	.woocommerce table.shop_table td.product-name {
		font-size: 15px;
		padding-top: 38px;
		position: relative;
		text-align: left !important;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-name:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
        position: absolute;
        top: 6px;
	    background: none;
    }
	.woocommerce-page table.shop_table_responsive tbody tr td.product-remove {
		position: absolute;
		right: 20px;
		z-index: 2;
		background: none;
	}
	.woocommerce-page table.shop_table_responsive tr.cart_item {
		border-bottom: 1px solid #e6148a;
	}
}
@media (max-width: 475px) {
	.woocommerce-page table.cart td.actions .coupon {
		display: flex;
		justify-content: start;
		width: 100%;
		padding-bottom: 0px;
	}
}

/* checkout */
.woocommerce-info {
    border-top-color: #e6148a;
}
.woocommerce-info::before {
    color: #e6148a;
}
.showcoupon {
	color: #e6148a
}
form.woocommerce-checkout {
    padding-bottom: 76px;
}
form.woocommerce-checkout h3 {
	font-size: 20px;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #e6148a;
}
.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: #e6148a;
}
.woocommerce form.woocommerce-checkout input, .woocommerce form.woocommerce-checkout textarea {
	padding: 6px 8px;
	border-radius: 0px;
}
.select2-container--default .select2-selection--single {
	border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 4px 8px;
}
.select2-container .select2-selection--single {
	height: 35px;
	font-size: 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
	outline: none;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 500;
}
.checkout-shipping-wrapper {
	margin-top: 35px;
}
form.woocommerce-checkout h3#ship-to-different-address {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
form.woocommerce-checkout h3#ship-to-different-address input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #e6148a;
}
form.woocommerce-checkout h3#ship-to-different-address input:checked ~ .checkmark {
	background-color: #e6148a;
}
form.woocommerce-checkout h3#ship-to-different-address .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
form.woocommerce-checkout h3#ship-to-different-address input:checked ~ .checkmark:after {
	display: block;
}
form.woocommerce-checkout h3#ship-to-different-address .checkmark:after {
	left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.woocommerce-privacy-policy-text a {
	color: #e6148a;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    padding: 15px 40px;
    border-radius: 0px;
    background-color: #e6148a;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #c3c3c3;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0px;
}
.woocommerce form.checkout_coupon input {
	padding: 9px;
	line-height: 1em;
}
.woocommerce form.checkout_coupon .button {
    background-color: #7b4778;
    color: #fff;
    font-weight: 500;
    border-radius: 0px;
    padding: 12px;
}
/* checkout responsive */
@media (max-width: 768px) {
	form.woocommerce-checkout {
		padding-bottom: 0;
	}
	form.woocommerce-checkout .order-details-wrapper {
		width: 100%;
	}
	form.woocommerce-checkout .order-review-wrapper {
		width: 100%;
		margin-top: 35px;
	}
}

/* blog */
.blog-filter-holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.blog-filter-holder form select {
	padding: 10px 38px 10px 20px;
	font-weight: 500;
	border: 2px solid #e6148a;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(images/arrow-down.webp);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
}
.blog-filter-holder form select:focus-visible {
	outline: none;
}
.single-blog-post {
	margin-bottom: 50px;
}
.single-blog-post a {
	color: #7b4778;
}
.single-blog-post a:hover {
	color: #e6148a;
}
.featured-image-holder {
	padding-top: 56%;
	background-size: cover;
}
.single-blog-post h2 {
	font-size: 18px;
	margin-top: 20px;
}
.filter-by {
	margin-bottom: 8px;
    font-weight: 300;
    letter-spacing: 1px;
}
/* blog responsive */
@media (max-width: 768px) {
	.single-blog-post {
		width: 50%;
	}
}
@media (max-width: 475px) {
	.single-blog-post {
		width: 100%;
	}
}

/* single post */
.page-and-post-container {
	padding: 0 150px 50px 150px;
}
.page-and-post-container .entry-meta {
	margin-bottom: 20px;
}
.rank-math-breadcrumb p {
	margin-bottom: 20px;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb span {
	font-size: .92em;
    color: #767676;
}
.rank-math-breadcrumb a:hover {
	color: #555252;
}
.entry-content img {
	margin-bottom: 30px;
	margin-top: 6px;
}
.video-wrapper {
	text-align: center;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.entry-content {
	padding-bottom: 50px;
}

/* single post responsive */
@media (max-width: 1024px) {
	.page-and-post-container {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
}

/* search page */
.search-container {
	min-height: calc(100vh - 444px);
}
.search-results-holder {
	margin-top: 50px;
	margin-bottom: 0px;
}
.single-search-result {
	position: relative;
	margin-bottom: 50px;
}
.single-search-result h2 {
	font-size: 18px;
    margin-top: 20px;
}
.single-search-result a {
	color: #7b4778;
}
.single-search-result a:hover {
	color: #e6148a;
}
.search-label {
	position: absolute;
    top: 10px;
    right: 20px;
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    line-height: 1.3em;
    border: 2px solid #e6148a;
}
.search-pagination .nav-links {
	display: flex;
}
.no-results.not-found {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.no-results.not-found .search-form {
	margin-top: 50px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.no-results.not-found .search-field {
	padding: 12px 16px;
	border-radius: 0px;
	border-right: none;
	border: 1px solid #e6148a;
}
.no-results.not-found .search-submit {
	border-left: none;
	border: 1px solid #e6148a;
	background-color: #e6148a;
	color: #fff;
	border-radius: 0px;
    text-transform: uppercase;
    padding: 12px 25px;
}
.no-results.not-found .search-submit:hover {
	background-color: #b7106e;
}
@media (max-width: 475px) { 
	.single-search-result {
		width: 50%;
	}
}
@media (max-width: 375px) { 
	.single-search-result {
		width: 100%;
	}
}

/* 404 */
.error-404.not-found {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	min-height: calc(100vh - 502px);
}
.not-found .shop-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #e6148a;
    margin-top: 20px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.not-found .page-title {
	text-align: center;
}
.not-found-paragraph {
	text-align: center;
}

/* my account */
.login-register-btns-holder {
	display: flex;
	margin-bottom: 35px;
}
.login-register-btns-holder .single-btn {
	padding: 12px 30px;
	background-color: #7b4778;
	color: #fff;
	cursor: pointer;
}
.single-btn.login-btn {
    margin-right: 15px;
}
.single-btn.register-btn {

}
.user-register-form-wrapper {
	display: none;
}
.single-btn.active-btn {
	position: relative;
}
.single-btn.active-btn:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #e6148a;
}
.woocommerce .user-register-form-wrapper form .form-row,
.woocommerce .user-login-form-wrapper form .form-row {
	max-width: 350px;
	width: 100%;
}
.woocommerce .user-register-form-wrapper form .form-row input.input-text,
.woocommerce .user-login-form-wrapper form .form-row input.input-text {
	height: 45px;
	padding: 8px;
}
.user-form-wrapper button[type="submit"],
.user-form-wrapper button[type="submit"]:hover {
	border-radius: 0px;
    background-color: #e6148a;
    line-height: 1em;
    border: none;
    padding: 8px 30px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    min-width: 128px;
}
.user-form-wrapper h2 {
	font-size: 20px;
}
.user-form-submit-holder {
	display: flex;
	align-items: center;
}
.woocommerce-LostPassword.lost_password a, .woocommerce-LostPassword.lost_password a:hover {
	color:  #e6148a;
}
.woocommerce-ResetPassword.lost_reset_password input[type="text"] {
	height: 45px;
	padding: 8px;
	max-width: 350px;
	width: 100%;
}
.woocommerce-ResetPassword.lost_reset_password  button[type="submit"],
.woocommerce-ResetPassword.lost_reset_password  button[type="submit"]:hover {
	border-radius: 0px;
    background-color: #e6148a;
    line-height: 1em;
    border: none;
    padding: 8px 30px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    min-width: 128px;
}
.woocommerce-MyAccount-navigation {
	padding-right: 50px;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dadada;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #7b4778;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #e6148a;
}
.woocommerce-account .woocommerce-MyAccount-content a {
	color: #e6148a;
}
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
	border-radius: 0px;
    background-color: #e6148a;
    line-height: 1em;
    border: none;
    padding: 8px 30px;
    height: 42px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    min-width: 128px;
	display: flex;
    align-items: center;
	justify-content: center;
    margin: 10px 0;
}
.woocommerce-Address-title.title h2 {
	font-size: 20px;
}
.woocommerce .woocommerce-EditAccountForm.edit-account fieldset {
	margin-top: 35px;
	padding: 0px;
}
.woocommerce .woocommerce-EditAccountForm.edit-account fieldset legend {
	font-size: 20px;
}
.woocommerce-error:focus-visible {
	outline: none;
}
.woocommerce-error {
    border-top-color: #f200ff;
}
.woocommerce-error::before {
    content: "\e016";
    color: #f200ff;
}
/* my account responsive */
@media (max-width: 768px) {
	.woocommerce-page table.shop_table_responsive tr td[data-title="Actions"] {
		padding-top: 18px;
	}
	.woocommerce-page table.shop_table_responsive tr td[data-title="Actions"]:before {
		padding-right: 16px;
	}
	.woocommerce-page table.shop_table_responsive tr td[data-title="Actions"] .button {
		max-width: 200px;
        margin-left: auto;
	}
}

/* footer */
.site-footer {
	background-color: #571b53;
	color: #fff;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.site-footer h4 {
	font-size: 18px;
    margin-bottom: 16px;
}
.footer-menu {
	font-size: 14px;
}
.footer-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-menu ul li {
	margin-bottom: 8px;
}
.footer-menu ul li a:hover {
	color: #f684c4;
}
.divider {
    position: relative;
    border-top: 1px #eab2e7 solid;
}
.website-footer-text p {
	margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    opacity: .5;
}
ul.social-icons-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 0;
}
ul.social-icons-list li {
	margin-right: 22px;
}
ul.social-icons-list li img {
	width: 28px;
	opacity: .8;
}
ul.social-icons-list li a:hover img {
	opacity: 1;
}
.newsletter-form-wrapper .mc4wp-form-fields {
	display: flex;
}
.newsletter-form-wrapper .mc4wp-form-fields input[type="email"]{
	border-radius: 0px;
	padding: 8px 16px;
	border: none;
}
.newsletter-form-wrapper .mc4wp-form-fields input[type="submit"] {
	border-radius: 0px;
	background-color: #e6148a;
	line-height: 1em;
	border: none;
	padding: 8px 20px;
	height: 50px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-guarantee {
    display: flex;
    gap: 15px;
    justify-content: end;
}
.footer-guarantee .single-img {
	background-color: #fff;
    border-radius: 50%;
}
/* footer responsive */
@media (max-width: 768px) {
	.first-footer-col,
	.second-footer-col {
		width: 50%;
	}
	.third-footer-col {
		width: 100%;
		margin-top: 25px;
	}
	.footer-guarantee {
		justify-content: center;
	}
}
@media (max-width: 425px) {
	.first-footer-col,
	.second-footer-col,
	.third-footer-col {
		width: 100%;
	}
	.second-footer-col {
		margin-top: 25px;
	}
	.footer-guarantee {
        justify-content: space-between;
    }
	.footer-guarantee .single-img {
		max-width: 22%;
	}
}

/* under construction */
.col-xs-12.col-md-8.col-md-offset-2.col-lg-offset-2.col-lg-8 .content {
	font-size: 20px;
}
.col-xs-12.col-md-8.col-md-offset-2.col-lg-offset-2.col-lg-8 .content a {
	color: #e6148a;
	display: block;
}