/*!
Theme Name: checkout
Description: Description
Version: 1.4.9999
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: checkout
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> 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: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}



form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
/*     font-size: 14px; */
/*     color: #333; */
	    color: #666666 !important;
	    font-weight: 600;
}

:not(.flatpickr-calendar) select,
:not(.flatpickr-calendar) input:not([type="radio"]),
:not(.flatpickr-calendar) input:not([type="checkbox"]),
:not(.flatpickr-calendar) textarea,
:not(.flatpickr-calendar) select,
:not(.flatpickr-calendar) .select2-selection--single{
/*     width: 100%; */
    transition: border-color 0.3s;
	min-height: 50px;
	font: var(--font-ls);
	
	background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
	padding: 10px 15px !important;
    border-radius: 12px;
}

:not(.flatpickr-calendar) select,
:not(.flatpickr-calendar) input:focus,
:not(.flatpickr-calendar) textarea:focus,
:not(.flatpickr-calendar) select:focus {
    outline: none;
	
}

:not(.flatpickr-calendar) textarea {
    resize: vertical;
    min-height: 100px;
}

:not(.flatpickr-calendar) select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f7f7f7 url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray"><path d="M4 6l4 4 4-4"/></svg>') no-repeat right 10px center;
    background-size: 12px 12px;
    padding-right: 30px;
    cursor: pointer;
}

button {
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    color: #fff;
    background-color: #007aff;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #005bb5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: auto;
    right: 15px;
    width: 20px;
}

.select2-container--default .select2-selection--single {
    display: flex;
	
	    width: 100%;
    transition: border-color 0.3s;
	min-height: 50px;
	font: var(--font-ls);
	
	background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
	padding: 10px 15px !important;
    border-radius: 12px;
}


button{
    padding: 11px 24px !important;
	background-color: #664aff !important;
    border: 1px solid #664aff !important;
    color: #ffffff !important;
	min-width: 180px !important;
	display: flex !important;
	border-radius: 12px !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 50px !important;
}


button:hover{
    background-color: #371ccb !important;
    box-shadow: 0 0 18px #371ccb69 !important;
}

b, strong{
    font-weight: initial !important;
}

h1.entry-title{
    text-align: center;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #000;
}


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

/* 

body,h1,h2,h3,h4,h5,h6,html,p,ul{margin:0;padding:0}a,article h3 a{word-break:break-word;-ms-word-wrap:break-word}#menu-primary,aside .wp-block-latest-posts.wp-block-latest-posts__list,ol.children,ol.comment-list{list-style-type:none}a.trans,form.wpcf7-form input[type=submit]{outline:0!important;-webkit-appearance:none}a.trans,button:active,button:focus,button:hover,input:active,input:focus,input:hover,textarea:active,textarea:focus,textarea:hover{-webkit-appearance:none}.footer-menu ul>li>a,body,h1,h2,h3,h4,h5,h6,html{font-family:'Josefin Sans',sans-serif}.footer-menu ul>li>a,a,a:focus,a:hover,a:visited{text-decoration:none}*,::before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline}body,html{color:#555;font-size:13px;font-style:normal;font-weight:400;height:100%;letter-spacing:.5px;text-rendering:optimizeLegibility;text-rendering:geometricPrecision;width:100%;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-webkit-font-smoothing:subpixel-antialiased;line-height:1.7em}h1,h2,h3,h4,h5,h6{color:#555;clear:both;line-height:1.4;margin:0 0 .75em;padding:.5em 0 0}h1{font-size:34px}h2{font-size:22px}h3{font-size:20px}h4{font-size:18px}article .blog-post .post-day,article .blog-post .post-month,h5{font-size:14px}h6{font-size:12px}a{display:inline-block}img{max-width:100%;height:auto}ol,ul{list-style:none}input[type=email],input[type=password],input[type=search],input[type=text],input[type=url]{border:1px solid #d0d0d0;color:#a1a1a1;height:50px;padding:0 10px 0 20px;width:100%;font-weight:400}select{height:40px;width:250px;padding:5px;background-color:transparent;position:relative;background-image:none}textarea{border:1px solid #d0d0d0;color:#000;padding:10px 10px 0 20px;width:100%;font-weight:400}blockquote p{background:url(../img/bquote.png) no-repeat;border:none;padding:0 0 0 40px;margin-top:30px;overflow:hidden;margin-bottom:8px!important}blockquote cite,tr{font-weight:700}table{border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;font-size:14px;line-height:2;margin:0 0 20px;width:100%}td{border-top:1px solid #ededed;padding:6px 10px 6px 0}dd,p{padding:0}caption,td{font-weight:400;text-align:left}ul{margin-left:0}.archive .archive.heading,div.wpcf7 .ajax-loader,li>ol,li>ul,ol{margin-left:20px}ol{list-style:decimal}.single blockquote p,address{font-style:italic}p{margin:0 0 1.5em}dd{margin:0 0 1.5em 20px}big{font-size:125%}small{font-size:80%}.os-container{position:relative;max-width:1350px;width:100%;padding-right:15px;padding-left:15px;margin:0 auto;background:0 0}.clearfix,.single .blog-post p{clear:both}.loader-wrapper{background:#fff;width:100%;height:100%;position:fixed!important;top:0;bottom:0;left:0;right:0;z-index:100000}#pre-loader{height:30px;width:30px;position:absolute;top:45%;left:47%}.loader-pulse{width:50px;height:50px;background-color:#555;border-radius:100%;animation:1.2s cubic-bezier(.455,.03,.515,.955) infinite loader-pulse}@keyframes loader-pulse{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.alignnone,.wp-caption.alignleft,.wp-caption.alignnone,a img.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright,.wp-caption.alignright,a img.alignright{margin:5px 0 20px 20px}.alignright{text-align:right}.alignleft{text-align:left;margin:5px 20px 20px 0}a img.alignright{float:right}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;white-space:nowrap;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:.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}.sticky{padding-bottom:2px}.entry-title .la-thumb-tack,.meta-item i{padding-right:5px}.gallery-caption{font-size:16px;font-weight:700}.bypostauthor{font-size:14px;color:#555}.center,.single .post-categories,footer .footer-inner{text-align:center}.page-title{padding:70px 0}.page-title h1,.single h1.entry-title{text-align:center;margin:0}.entry-footer .edit-link{margin:50px 0;display:inline-block}.page .content-inner{font-size:14px;margin-bottom:70px}.archive article .blog-post .image,.page.elementor-page .content-inner{margin-bottom:0}.page blockquote p{padding:0 0 0 40px!important}.blog #post-wrapper{padding-right:30px}#blog-section,.error404 .style1 .content-inner,.style1 .searchpage{margin:70px 0}.blog article{width:49%;vertical-align:top;display:inline-block;padding:0 10px 10px}article .meta-wrapper .meta{margin-top:15px}article .meta-item{padding-right:30px;font-size:14px}article .read-more{margin-bottom:80px}.archive article,.blog-widget article,.footer-widgets-wrapper .widget-column,.single article .blog-post .image img,aside.widget,footer ul.navigation{margin-bottom:50px}article h3{margin:5px 5px 20px}article h3 a{display:inline-block}.blog-post .meta{margin-top:5px}article .blog-post .image{margin-bottom:-50px}.single article .blog-post .image{margin-bottom:0!important}article .blog-post .post-date{background:#ed516c;color:#fff;text-align:center;width:100px;position:relative;top:-85px;margin-left:15px;padding:10px;box-shadow:-1px 0 10px 0 #ed516c;-moz-box-shadow:-1px 0 10px 0 #ed516c;-webkit-box-shadow:-1px 0 10px 0 #ed516c}article .blog-post .post-day{line-height:1.4em}article .read-more a{margin-top:15px;color:#ed516c;font-size:15px;border-radius:0}#respond,.error404 .page-content-area form,.hd-bar .side-menu ul,aside>div{margin-top:50px}aside>div:first-child{margin-top:0}.footer-widgets-wrapper ul,aside ul{list-style-type:none;margin-left:0}aside li{vertical-align:top;margin-bottom:10px}.archive aside li,.blog aside li,.page aside li,.single aside li{border-bottom:1px solid #e4e4e4;padding-bottom:10px}aside li.mini_cart_item{padding-left:30px!important}.comment-meta img{border-radius:45px}.comment-content p,.single .nav-links .meta-nav{font-size:13px}.single nav.post-navigation{border-top:1px solid #ececec;padding:10px;margin-bottom:70px;margin-top:50px;border-bottom:1px solid #ececec}#navbar-collapse-2 .navigation li a span.caret,.dropdown-menu span.caret,.hd-bar .side-menu ul li span.menu-bubble-description,.post-navigation h2,.wp-block-search .wp-block-search__label,aside .wp-block-search__button,form.searchform input#searchsubmit,form.searchform label.search-icon,form.searchformmenu input.searchsubmitmenu,form.searchformmenu label.search-icon,form.woocommerce-product-search button,span.wpcf7-not-valid-tip{display:none}.nav-links .nav-next,.nav-previous{width:50%;display:inline-block;vertical-align:top}.nav-links .nav-previous .meta-nav:before{content:"\f060";font-family:"Line Awesome Free";font-weight:900;padding-right:5px}.nav-links .nav-next .meta-nav:after{content:"\f061";font-family:"Line Awesome Free";font-weight:900;padding-left:5px}.nav-links .nav-next,.style1 .top-social-wrap{text-align:right}article .blog-wrapper{border-bottom:1px solid #dedede}.blog-wrapper .meta .share i{padding:0 7px}article.sticky .meta .share i{padding:0 12px}.searchpage .entry-footer .cat-links,.searchpage .entry-footer .tags-links,input#wp-comment-cookies-consent{margin-right:10px}.archive article{width:33%;display:inline-block;padding:10px;vertical-align:top}.archive article.product,.single.theme-installer-active #comments,.single.theme-installer-active .blog-post .meta,.single.theme-installer-active .content,.single.theme-installer-active .title{width:100%}.archive article .meta span,.collapse:not(.show),.footer-menu ul>li ul>li,form.wpcf7-form label{display:block}.archive article .meta{background:#f9f9f9;padding:15px}.archive article .meta .meta-item{font-size:14px;padding:4px}.single .content{margin:0 auto}.single .blog-post .meta,.single .blog-post .post-tags{width:65%;margin:0 auto;text-align:center}.single .content ol li ol,.single .content ul li ul{margin-left:25px;width:100%}.single blockquote cite{text-align:center;display:inherit}.single .blog-post .post-tags{padding-bottom:30px}.single .blog-post .meta{padding-top:30px;padding-bottom:30px}.single .image{text-align:center;margin-bottom:50px}.single .nav-links{padding:25px;font-size:13px}.single ul.post-categories{display:inline-block;margin:20px 0}.single ul.post-categories li{display:inline}.post-tags a,.single ul.post-categories li a{background:#efefef;padding:5px 15px;border-radius:45px;margin-right:5px;margin-bottom:10px}.single .content p{font-size:15px;line-height:1.8}.single .post-tags a{padding:0 8px;border:1px solid #c5c5c5;background:0 0}.single.single-left-sidebar #comments,.single.single-left-sidebar .content,.single.single-left-sidebar div.title,.single.single-right-sidebar #comments,.single.single-right-sidebar .content,.single.single-right-sidebar div.title{width:90%}.pagination{padding-left:15px;width:100%;margin-bottom:40px}.pagination .nav-links .page-numbers{border:0;height:40px;width:60px;text-align:center;padding:0;font-size:12px;margin-right:15px}.pagination .nav-links .current{font-weight:700;font-size:15px;padding:6px 14px;color:#fff}.pagination .nav-links a{padding:5px 25px}.error404 .style2 .content-inner,.style2 .searchpage{margin:150px 0}.searchpage .content-area article{margin:50px 0}.searchpage .content-area article h3{margin:15px 0}.search-content h1{margin-bottom:20px;padding:0}.searchpage .entry-footer span,header .header-inner{margin:10px 0}.btn-default,.hd-bar .hd-bar-closer:hover button,.searchpage .entry-footer span a,.style1 .topbar-menu a,.top-menu .navigation>li>ul>li.dropdown:hover>a:after{color:#fff}.search .entry-summary{margin:30px 0}.searchpage .entry-footer .cat-links,.searchpage .entry-footer .comments-link,.searchpage .entry-footer .tags-links{background:#bc2a26;color:#fff;padding:5px 20px;border-radius:45px;display:inline-block;font-size:11px}#search-box .blog-search{z-index:99;position:relative;background:#fff}.single #comments{padding-top:80px;width:80%;margin:0 auto}ol.comment-list{margin-top:30px;margin-left:0}.comment-metadata{margin:10px 0;padding:0 70px;border-radius:45px}.page #respond{margin:50px 20px!important}.comment-meta .reply{margin:10px 0;float:right}.post-tags{margin:70px 0 10px}.post-tags a:hover{background:#d4d1d1;color:inherit}.comment-meta b.fn{display:block;margin-left:70px;margin-top:-50px}#menu-social-menu li,.btntoTop:before,.top-bar-menu li,.top-menu .navigation>li,.top-social ul{display:inline-block}.comment-meta span.says{margin-left:70px}#respond h3#reply-title{margin-bottom:5px}.children .comment{padding-left:50px}.comment-metadata time:before{content:"\f017";display:inline-block;vertical-align:middle;font-size:14px;font-family:"Line Awesome Free";font-weight:900;padding-right:5px}form.wpcf7-form{width:100%;margin:auto}form.wpcf7-form input[type=submit]{border:0;margin-top:35px;color:#fff;padding:16px 40px;transition:.3s ease-in-out}div.wpcf7-mail-sent-ng{text-align:center;border:0;color:red}div.wpcf7-mail-sent-ok{text-align:center;border:0;color:#408e1e}input[aria-invalid=true],textarea[aria-invalid=true]{border-bottom:1px solid red;transition:.3s ease-in-out}#menu-social-menu li a{padding:0 20px 0 0}#menu-social-menu li a::before{display:block;font-size:18px;text-align:center;width:37px;line-height:37px;font-weight:900;font-family:"Line Awesome Brands";color:inherit}#menu-social-menu li a[href*="facebook.com"]::before{content:"\f39e";color:#3b5998;transition:.5s}#menu-social-menu li a[href*="facebook.com"]:hover::before{background:#3b5998;color:#fff;transition:.5s}#menu-social-menu li a[href*="twitter.com"]::before{content:"\f099";color:#1da1f2;transition:.5s}#menu-social-menu li a[href*="twitter.com"]:hover::before{background:#1da1f2;color:#fff;transition:.5s}#menu-social-menu li a[href*="instagram.com"]::before{content:"\f16d";color:#df2176;transition:.5s}#menu-social-menu li a[href*="instagram.com"]:hover::before{background:#df2176;color:#fff;transition:.5s}#menu-social-menu li a[href*="linkedin.com"]::before{content:"\f0e1";color:#0078bb;transition:.5s}#menu-social-menu li a[href*="linkedin.com"]:hover::before{background:#0078bb;color:#fff;transition:.5s}#menu-social-menu li a[href*="pinterest.com"]::before{content:"\f231";color:#c00;transition:.5s}#menu-social-menu li a[href*="pinterest.com"]:hover::before{background:#c00;color:#fff;transition:.5s}#menu-social-menu li a[href*="behance.net"]::before{content:"\f1b4";color:#4465ff;transition:.5s}#menu-social-menu li a[href*="behance.net"]:hover::before{background:#4465ff;color:#fff;transition:.5s}#menu-social-menu li a[href*="github.com"]::before{content:"\f09b";color:#000;transition:.5s}#menu-social-menu li a[href*="github.com"]:hover::before{background:#000;color:#fff;transition:.5s}#menu-social-menu li a[href*="youtube.com"]::before{content:"\f167";color:#f40a;transition:.5s}#menu-social-menu li a[href*="youtube.com"]:hover::before{background:#f40a;color:#fff;transition:.5s}#menu-social-menu li{padding:0;margin:4px}.btn{padding:6px 25px}button,input[type=reset],input[type=submit]{color:#fff;cursor:pointer;font-size:12px;padding:16px 40px;border:none;background:#bc2a26;transition:.5s}.btn-default:hover,.btntoTop{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out}.btn-default:focus{border:none;color:#fff}.btn-default:hover{border:0;transition:.3s ease-in-out}a.trans{transition:.3s ease-in-out}.btntoTop{width:30px;height:30px;position:fixed;bottom:50px;right:30px;border:1px solid #000;text-align:center;line-height:25px;cursor:pointer;opacity:0;transition:.3s ease-in-out}.btntoTop.active:hover,footer .social-icons i{-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out}.btntoTop:before{content:"\f106";vertical-align:middle;font-size:20px;font-family:"Line Awesome Free";font-weight:700}.btntoTop.active,.top-menu .navigation>li:focus>a:after,.top-menu .navigation>li:hover>a:after{opacity:1}.btntoTop.active:hover{opacity:.8;background:#bc2a26;border:1px solid #bc2a26;color:#fff;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.title.content-section{background:#f5f5f5}.section-title.page-title{padding:20px 5px 60px}.section-title h1{color:#555;margin:0;padding:0}.page-content-area h1.page-error{margin-bottom:20px;padding-top:0}.top-bar{background:#f9f9f9;color:#fff;padding:5px 0;font-weight:500;text-align:center;font-family:Poppins,sans-serif}.top-bar-menu li{padding:0 15px;border-right:1px solid #d4d4d4;line-height:1}.top-bar-menu li:last-child{border-right:none}.top-bar-menu li a{font-size:11px}.header-wrapper .logo{text-align:center;padding:15px}.header-wrapper .logo h1,.header-wrapper .logo p.site-title,.header-wrapper .logo p.site-title a{margin:0}.top-menu-wrapper{border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0}.main-header .top-menu-wrapper,.top-menu{position:relative}.footer-widgets-wrapper h4,.style1 h1.site-title,.style1 p.site-title,.top-menu .navbar-collapse,h1.main-title{padding:0}.top-menu .navigation{position:relative;margin:0}.top-menu .navigation>li{position:relative;padding:0}.top-menu .navigation>li>a{position:relative;display:block;line-height:30px;padding:12px 18px;font-size:16px;color:#3c3c3c;font-weight:600;opacity:1;letter-spacing:1px}.top-menu .navigation>li.current>a:before,.top-menu .navigation>li>a:hover::before{left:0;right:0}.top-menu .navigation>li>a:before{content:"";position:absolute;background:#bc2a26;height:3px;z-index:-1;left:50%;right:50%;bottom:0;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-timing-function:cubic-bezier(0.4,0,0.2,1)}.dropdown-menu{padding:0;border-radius:0}.header-upper .top-menu .navigation>li.current-menu-item>a,.header-upper .top-menu .navigation>li.current>a,.header-upper .top-menu .navigation>li:focus>a,.header-upper .top-menu .navigation>li:hover>a{color:#e73f43;opacity:1;-webkit-transition-duration:.5s;transition-duration:.5s}.top-menu .navigation>li>ul{z-index:100;display:none;position:absolute;left:0;width:240px;padding:0;background:#101010;border:0;border-radius:5px;-webkit-transition-duration:.5s;transition-duration:.5s;margin-top:-.5px}.top-menu .navigation .dropdown:focus-within>ul,.top-menu .navigation .dropdown:hover>ul{display:block;-webkit-transition-duration:.5s;transition-duration:.5s}.top-menu .navigation>li>ul.from-right{left:auto;right:0}.top-menu .navigation>li>ul>li{position:relative;width:100%;border-bottom:1px solid #ddd}.hd-bar .side-menu ul li:last-child,.hd-bar .side-menu ul.navigation>li>ul>li:last-child,.top-menu .navigation>li>ul>li:last-child,.top-menu .navigation>li>ul>li>ul>li:last-child{border-bottom:none}.top-menu .navigation>li>ul>li>a{position:relative;display:block;font-size:12px;color:#555;background:#fff;text-align:left;padding:12px 20px;line-height:22px;font-weight:500}.dropdown-menu>li>a:focus,.top-menu .navigation>li>ul>li:hover>a,.top-menu .navigation>li>ul>li>ul>li>a:hover{color:#fff;background-color:#bc2a26}.top-menu .navigation>li>ul>li.dropdown>a:after{font-family:"Line Awesome Free";font-weight:900;content:"\f105";position:absolute;right:10px;top:12px;width:10px;height:20px;line-height:21px;font-size:16px;text-align:center;z-index:5;display:block}.top-menu .navigation>li>ul>li>ul{position:absolute;left:100%;top:20px;width:240px;z-index:100;display:none;color:#555}.top-menu .navigation>li>ul>li>ul>li{position:relative;width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.top-menu .navigation>li>ul>li>ul>li>a{position:relative;display:block;padding:12px 20px;line-height:22px;font-weight:500;font-size:12px;color:#555;text-align:left}.top-menu .navigation>li.dropdown:focus-within>ul,.top-menu .navigation>li.dropdown:hover>ul{opacity:1;top:100%;-webkit-transition-duration:.5s;transition-duration:.5s}.top-menu .navigation li>ul>li.dropdown:focus-within>ul,.top-menu .navigation li>ul>li.dropdown:hover>ul{visibility:visible;opacity:1;top:0;-webkit-transition-duration:.5s;transition-duration:.5s}.top-menu .navigation li.dropdown .dropdown-btn{position:absolute;right:10px;top:6px;width:34px;height:30px;border:1px solid #fff;text-align:center;font-size:16px;line-height:26px;color:#fff;cursor:pointer;z-index:5;display:none}.main-header .header-lower{position:relative;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.main-header .outer-box{position:absolute;right:0;top:0}header .menu-header-cart img{vertical-align:bottom}.top-menu .navigation>li span.menu-bubble-description{display:inline-block;position:absolute;top:-5px;line-height:15px;color:#fff;padding:0 8px;font-size:10px;right:-15px;background:#ed516c;font-weight:400;border-radius:45px}.top-menu .navigation>li span.menu-bubble-description:after{position:absolute;bottom:-3px;left:3px;content:'';width:7px;height:5px;border-style:solid;border-width:6px 6px 0 0;border-color:#ed516c transparent;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}#navbar-collapse-2 .navigation li.dropdown .la,.hd-bar .side-menu ul li.dropdown .la{position:absolute;z-index:99;width:60px;right:0;top:0;line-height:50px;font-size:18px;cursor:pointer}.style1 #header-main{margin-top:20px;margin-bottom:20px}.style1 .top-menu,.style1 .topbar-menu{text-align:left}.style1 .topbar-menu ul li{display:inline-block;padding-right:20px}.style1 .header-wrapper .logo{float:left;width:25%;padding:0;text-align:left}.style1 .top-menu-wrapper{width:75%;float:right;border:none}.style1 p.site-title,.style1 p.site-title a{line-height:1.4;font-size:34px;font-weight:500;margin:0}.section-latest-posts-area-box .col-first{width:30%;display:inline-block;vertical-align:top}.section-latest-posts-area-box .col-second{width:68%;display:inline-block;vertical-align:top;padding-left:15px}.section-latest-posts-area-box .content h6{padding:0;margin-bottom:0}.section-latest-posts-area-box .content .meta{font-size:12px;font-weight:600}.latest-posts-content .latest-category-post{margin-bottom:20px}.section-latest-posts-area-box{overflow:hidden}.section-latest-posts-area-box .latest-post-image{display:inline-block;overflow:hidden}.section-latest-posts-area-box .latest-post-image img{transition:.5s;vertical-align:middle}.section-latest-posts-area-box .latest-post-image img:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);transition:.5s}.hd-bar .side-menu ul li a:hover,.hd-bar .side-menu ul.navigation>li.active>a,.hd-bar .side-menu ul.navigation>li>ul>li>a:hover,.hd-bar .side-menu ul>li.current>a,.hd-bar .side-menu ul>li>ul>li.current>a,.section-latest-posts-area-box .content h6 a:hover{color:#bc2a26}.top-menu .menu-header{position:absolute;right:0;top:-75px;z-index:12;display:none}.top-menu .menu-header button{position:relative;display:block;height:36px;width:42px;background:0 0;color:#7f7f7f;text-align:center;font-size:20px;line-height:36px;border:1px solid #a0a0a0;font-weight:400}.hd-bar .hd-bar-closer,.hd-bar .hd-bar-closer button{width:40px;height:40px;line-height:40px;background:0 0}.top-menu .navbar-toggle .icon-bar{background:#555}.hd-bar{position:fixed;top:0;width:100%;height:100%;background:#000;z-index:9999}.hd-bar .mCSB_inside>.mCSB_container{margin-right:0}.hd-bar.left-align{left:-100%}.hd-bar.left-align.visible-sidebar{left:0;display:none}.hd-bar .hd-bar-closer{position:absolute;right:50px;top:5px;color:#fff;border-radius:0;text-align:center;z-index:999999}.hd-bar .side-menu,footer .dropdown-menu{background-color:transparent}.admin-bar .hd-bar .hd-bar-closer{top:40px}.hd-bar .hd-bar-closer button{display:block;font-size:20px;color:#fff!important}.hd-bar-wrapper{height:100%;padding:45px 0 40px 30px}.hd-bar-wrapper .mCustomScrollBox{overflow:visible}.hd-bar .side-menu{padding:0 40px 0 0;font-size:13px;text-align:center}.hd-bar .side-menu ul li ul a{background:0 0}.hd-bar .side-menu ul li ul li ul li a{background:0 0;text-transform:uppercase;padding-left:22px;font-size:13px;color:rgba(255,255,255,.5)}.hd-bar .side-menu a.current,.hd-bar .side-menu li.current>a{color:#c5a47e}.hd-bar .side-menu ul li{position:relative;display:block;border-bottom:1px solid rgba(255,255,255,.15)}.hd-bar .side-menu ul .dropdown:focus-within>ul{display:block!important}.hd-bar .side-menu>ul>li>ul{background-color:#2a2a2a}.hd-bar .side-menu ul.navigation>li>ul>li,.hd-bar .side-menu ul.navigation>li>ul>li ul{margin-left:50px}.hd-bar .side-menu ul.navigation>li>ul>li:first-child{border-top:1px solid rgba(255,255,255,.15)}.hd-bar .side-menu ul li a{background:0 0;color:#fff;display:inline-block;font-weight:400;text-transform:uppercase;padding:12px 15px;position:relative;cursor:pointer;line-height:24px;font-size:12px;letter-spacing:1px;width:100%;text-align:left}.hd-bar .side-menu ul.navigation>li>ul>li>a{text-transform:uppercase;padding-left:22px;font-size:12px;color:rgba(255,255,255,.5)}.hd-bar .side-menu ul.navigation>li>ul>li.dropdown>a{padding-left:22px}.hd-bar .side-menu ul.navigation>li>ul>li.dropdown{width:auto}.hd-bar .side-menu ul li.dropdown .la{border-left:1px solid rgba(130,130,130,.58);color:#fff;text-align:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.qb-close-button:before{content:"\f00d";font-family:"Line Awesome Free";font-weight:900;padding-right:5px}.side-navigation .navigation .dropdown-menu{position:relative;z-index:1;display:block;float:none;min-width:100%;padding:5px 0;margin:2px 50px 0 0;font-size:14px;text-align:center;list-style:none;background-color:transparent;-webkit-background-clip:padding-box;background-clip:padding-box;border:none;border-radius:1px;-webkit-box-shadow:none;box-shadow:none}#navbar-collapse-2 .navigation li.dropdown .la{display:none;border-left:1px solid rgba(255,255,255,.13);color:#b3b3b9;text-align:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}footer#footer .footer-widgets-wrapper{padding-top:40px;padding-bottom:20px;background:#f0f0f0}.footer-widgets-wrapper .widget-column .section{margin-bottom:30px}.footer-widgets-wrapper li,footer ul li{padding:5px 0}footer .social,footer .social-icons .s-icon a{color:#555}footer .social-icons .s-icon{padding:5px}footer .social-icons i{text-align:center;font-size:16px;width:45px;height:45px;padding:12px;border-radius:50%;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}footer .social-icons i:hover{color:#fff;background:#000;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;transition:.3s ease-in-out}footer .copyrights{text-align:center;margin-top:20px}footer .footer-inner .icon i{font-size:40px}footer .social{margin-top:-15px}.footer-widgets-wrapper .widget-column.align-right{padding-left:150px}.footer-menu .dropdown-menu{display:block;position:relative;box-shadow:none;border:none;float:none;z-index:0}.footer-menu .dropdown-menu>li>a{padding:3px 0}.footer-menu ul>li>a{font-size:20px;font-weight:600;margin-bottom:10px;border-bottom:2px dotted #dadada;pointer-events:none;cursor:default}.footer-menu ul>li{display:inline-block;vertical-align:top;width:24%}.footer-menu ul>li ul>li>a{font-weight:inherit;font-size:13px;margin-bottom:0;font-family:inherit;pointer-events:inherit;cursor:pointer;text-decoration:inherit}.footer-menu .dropdown-menu>li>a:focus,.footer-menu .dropdown-menu>li>a:hover{background:0 0;color:#bc2a26}.skip-link{background:#fff!important;color:#555!important;box-shadow:none!important;border:1px solid #555!important}.skip-link:hover{background:#bc2a26!important;color:#fff!important;box-shadow:none!important;border:1px solid #bc2a26!important}.woocommerce ul.products .tooltiptext-1,.woocommerce ul.products .tooltiptext-2,.woocommerce ul.products .tooltiptext-3{left:60px;background-color:#000;color:#fff;text-align:center;border-radius:45px;padding:5px 15px;position:absolute;z-index:1;font-size:12px;visibility:hidden}::-moz-selection{background-color:#bfdcea}::selection{background-color:#bfdcea}article.recent-blog-widget{width:32%;display:inline-block;vertical-align:top;padding:0 20px}.woocommerce ul.products .tooltiptext-1{width:110px;top:10px}.woocommerce ul.products .tooltiptext-2{width:110px;top:65px}.woocommerce ul.products .tooltiptext-3{width:130px;top:125px}.tooltiptext-1,.tooltiptext-2,.tooltiptext-3{visibility:hidden}.woocommerce ul.products .button.yith-wcqv-button:hover~.tooltiptext-2,.woocommerce ul.products li.product .add_to_wishlist:hover~.tooltiptext-3,.woocommerce ul.products li.product .product_type_simple:hover~.tooltiptext-1,.woocommerce-page ul.products li.product .product_type_simple:hover~.tooltiptext-1{visibility:visible}aside .gallery figure{padding:5px;margin:0;display:inline-block}aside .gallery-columns-2 figure{width:49.5%}aside .gallery-columns-3 figure{width:32%}aside .gallery-columns-4 figure{width:24.5%}aside .gallery-columns-5 figure{width:19.5%}aside .gallery-columns-6 figure{width:16%}aside .gallery-columns-7 figure{width:14%}aside .gallery-columns-8 figure{width:12.3%}aside .gallery-columns-9 figure{width:11%}input[type=radio],input[type=radio]:hover{-webkit-appearance:radio}input[type=checkbox],input[type=checkbox]:hover{-webkit-appearance:checkbox}.archive aside article{width:100%!important;margin:0!important;padding:0!important}.blog aside article{padding:0!important}@media only screen and (max-width:480px){article .meta-item{display:inline-block}.archive article,header .category-dropdown,header .search-field{width:100%!important}#pre-loader{left:43%}.navbar-toggle{margin-right:0}.style1 .header-wrapper .logo{width:48%!important}p.site-description{margin:0!important}header .top-menu-wrapper{margin-top:10px!important}.style1 .header-wrapper .logo img{margin-top:10px}.style1 .top-menu-wrapper{width:25%;float:right;border:none}.top-bar-menu li{line-height:2}.top-bar-menu li a{font-size:12px}.os-container .col-md-3,.os-container .col-md-9{width:100%}.all-categories,.right-column .header-product-search{display:none}.side-menu .header-product-search form{margin-top:70px}article.recent-blog-widget{width:100%!important;margin-bottom:50px;padding:0}.footer-widgets-wrapper .widget-column.align-right{padding-left:15px}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:0 10px}#checkout-wrapper .content-page{padding-right:0}.content-inner .os-container,.woocommerce-checkout #payment ul.payment_methods{padding:0}}@media only screen and (max-width:991px){.navbar-collapse.collapse{display:none!important;height:auto!important;padding-bottom:0;overflow:visible!important}#navbar-collapse-2 .navigation li.dropdown .la,.hd-bar.left-align.visible-sidebar{display:block}.style1 .top-menu-wrapper{width:auto}.top-menu .menu-header{display:block;position:relative;top:0}.top-menu .navbar-collapse{padding-top:0;width:100%;margin:0;display:none}.header-woo-links{float:none!important;margin-top:0!important;position:absolute!important;left:30px!important}.all-categories,.header-woo-links li i,.right-column .header-product-search{display:none}.hd-bar .side-menu ul li a{color:#fff}.style1 .header-wrapper .logo{width:50%}.side-menu .header-product-search form{margin-top:70px}.navbar-toggle{float:none}button.navbar-toggle:focus{outline:-webkit-focus-ring-color auto 5px}.top-menu .menu-header button{display:inline-block;height:unset;width:unset;border:0;color:#000}.top-menu .menu-header span{color:#000}.single .content,.single .title{width:100%!important;margin:0 auto}.single #comments{padding-top:0}.blog article,.footer-menu ul>li{width:100%}.footer-menu ul>li.dropdown{margin-top:30px}li.menu-header-search{display:none!important}.archive article{width:49%}article.recent-blog-widget{padding-right:0;margin-bottom:50px}.blog #post-wrapper{padding-right:15px}.footer-widgets-wrapper .widget-column.align-right{padding-left:15px}.single #comments,.single .content h1,.single .content h2,.single .content h3,.single .content h4,.single .content h5,.single .content h6,.single .content ol,.single .content p,.single .content ul{width:90%;margin:0 auto}.page .page-content-area ol,.page .page-content-area ul{margin:20px}}@media only screen and (min-width:768px) and (max-width:991px){.top-menu .navigation>li>ul,.top-menu .navigation>li>ul>li>ul{display:block!important;visibility:hidden;opacity:0}.top-menu .navigation>li{overflow:hidden}.single .content,.single .title{width:100%;margin:0 auto}.single #comments{padding-top:0}.os-container .col-md-3{width:34%;display:inline-block;vertical-align:top}.os-container .col-md-9{width:64%;display:inline-block}article.recent-blog-widget{width:32%}header .category-dropdown{width:35%!important}.top-menu .navigation>li span.menu-bubble-description{display:inline-block;position:absolute;top:0;line-height:8px;padding:4px 10px;font-size:10px;right:11px}footer .os-container .col-md-3{width:25%;display:inline-block;vertical-align:top}footer .os-container .col-md-9{width:75%;float:right;display:inline-block}footer .os-container .col-md-6{width:48%;display:inline-block}.footer-widgets-wrapper .widget-column.align-right{padding-left:20px}.single #comments,.single .content h1,.single .content h2,.single .content h3,.single .content h4,.single .content h5,.single .content h6,.single .content ol,.single .content p,.single .content ul{width:80%;margin:0 auto}}@media only screen and (min-width:992px) and (max-width:1399px){.os-container .left-column.col-md-3{display:inline-block;vertical-align:top}.os-container .right-column.col-md-9{display:inline-block}header .category-dropdown{width:25%!important}}@media only screen and (min-width:1201px) and (max-width:1399px){header .search-field{width:55%!important}}@media only screen and (min-width:1400px) and (max-width:1921px){header .search-field{width:60%!important}}@media only screen and (max-width:1200px){.os-container{width:99%;padding-left:15px;padding-right:15px}}@media (min-width:1400px){.os-container{max-width:1350px}}

* {
    font-family: "Open Sans", sans-serif !important;
}
h1 {
    margin-bottom: 0 !important;
}
header, footer, #header-main, .header-inner {
    display: none !important;
}
.os-container {
    max-width: 960px;
}
.page-title {
    padding: 40px 0 30px;
}
#cart-wrapper .content-page, #checkout-wrapper .content-page {
    padding-right: 0 !important;
}
.page .content-inner {
    margin-bottom: 0 !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: rgba(138, 62, 236, 0.06) !important;
}
.woocommerce button.button.alt {
    background-color: #8A3EEC !important;
    border-radius: 12px !important;
    transition: background-color .3s;
}
.woocommerce button.button.alt:hover {
    background-color: #6B2DCA !important;
}
a.btn-back-to-app {
    outline: none;
    padding: 12px 24px;
    border-radius: 12px;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(102, 74, 255);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 226, 226);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
}
a.btn-back-to-app:hover {
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(247, 247, 247);
}
.testmode-info {
    display: none;
}
.woocommerce table.shop_table {
    border-radius: 12px !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 12px !important;
} */

footer{
	background-color: #F6F5FC !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	float: none  !important;
    width: 100%  !important;
}

main.site-main{
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f9f9f9  !important;
    border-radius: 5px;
}


:root {
    --font-family-main: "Inter", sans-serif;
    --font-size-xxs: 9px;
    --font-line-xxs: 12px;
    --font-xxs: var(--font-size-xxs) / var(--font-line-xxs) var(--font-family-main);
    --font-size-xs: 10px;
    --font-line-xs: 16px;
    --font-xs: var(--font-size-xs) / var(--font-line-xs) var(--font-family-main);
    --font-size-s: 12px;
    --font-line-s: 16px;
    --font-s: var(--font-size-s) / var(--font-line-s) var(--font-family-main);
    --font-size-ms: 13px;
    --font-line-ms: 16px;
    --font-ms: var(--font-size-ms) / var(--font-line-ms) var(--font-family-main);
    --font-size-m: 14px;
    --font-line-m: 20px;
    --font-m: var(--font-size-m) / var(--font-line-m) var(--font-family-main);
    --font-size-ml: 15px;
    --font-line-ml: 20px;
    --font-ml: var(--font-size-ml) / var(--font-line-ml) var(--font-family-main);
    --font-size-l: 16px;
    --font-line-l: 20px;
    --font-l: var(--font-size-l) / var(--font-line-l) var(--font-family-main);
    --font-size-ls: 17px;
    --font-line-ls: 24px;
    --font-ls: var(--font-size-ls) / var(--font-line-ls) var(--font-family-main);
    --font-size-lm: 21px;
    --font-line-lm: 28px;
    --font-lm: var(--font-size-lm) / var(--font-line-lm) var(--font-family-main);
    --font-size-xl: 32px;
    --font-line-xl: 40px;
    --font-xl: var(--font-size-xl) / var(--font-line-xl) var(--font-family-main);
}







.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "↓";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

span.selection {
    display: none;
}

.woocommerce form .form-row label {
	display: block !important;
    overflow: inherit !important;
    height: inherit !important;
    width: inherit;
    clip: inherit;
    clip-path: inherit;
    position: relative !important;
	width: 100% !important;
	margin-bottom: 8px;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}

.woocommerce form .form-row {
    flex-basis: calc(50% - 15px);
    width: 50%;
    padding: 0;
    margin-bottom: 15px;
}

.woocommerce form .form-row.notes,.woocommerce form .form-row.place-order{
    flex-basis: 100%;
    width: 100%;
}

.entry-footer{
	display: none !important;
}

.the_custom_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	
	padding: 30px 0;
}

img.custom-logo {
    max-width: 180px;
    width: 100%;
}

.the_custom_logo a{
    display: flex;
}

.wc-block-components-notice-banner.is-info {
    background-color: #f7f7f7 !important;
    border: 1px solid #e2e2e2 !important;
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #2f2f2f !important;
}

.wc-block-components-notice-banner.is-info a {
    color: #4169e1;
}


@media screen and (max-width: 991px) {
  .woocommerce {
    padding: 0 20px;
  }
}


@media screen and (max-width: 787px) {
  .woocommerce form .form-row {
    flex-basis: 100%;
    width: 100%;
  }
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li{
	display: flex;
    flex-basis: 100%;
    width: 100%;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce-checkout #payment div.payment_box{
	flex-basis: 100%;
    width: 100%;
}

.woocommerce-checkout #payment label{
	margin-bottom: 0;
}

.woocommerce-checkout #payment label img{
	max-width: 100px;
}


#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #968bd338;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -13px;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color: #968bd338;
}
.woocommerce form.checkout_coupon>p:nth-child(1){
	margin:0;
	margin-bottom: 8px;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input{
    min-height: inherit;
}

fieldset {
    padding: 10px;
}

.create-account{
	display: none !important;
}


.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    outline: 0;
    transition: border-color 0.3s;
/*     min-height: 50px; */
    font: var(--font-ls);
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 10px 15px !important;
    border-radius: 12px;
}


/*
.woocommerce-validated label span{
	color: #ff0000;
}
 */

.form-row-wide.error label span{
	color: #ff0000;
}
.form-row-wide.error label input[required]{
	    border: 1px solid #ff0000;
}

.is-error{
	display: none;
}









.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    outline: 0;
    transition: border-color 0.3s;
/*     min-height: 50px; */
    font: var(--font-ls);
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 10px 15px !important;
    border-radius: 12px;
}

.ElementsApp input{
	  color: #666 !important;
}

.wc-block-components-notice-banner,.woocommerce-NoticeGroup-checkout,.select2-container {
	    display: none;
}

#stripe-payment-data>*:nth-child(4),.col-1>div:nth-child(1)>h3:nth-child(1){
	  display: none;
}

input.error{
    border-color: #a00 !important;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	    transition: border-color 0.3s;
/*     min-height: 50px; */
    font: var(--font-ls);
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 10px 15px !important;
    border-radius: 12px;
	width:100%;
}


  input[type="date"] {
position: relative;
     min-height: 50px;
		height: 50px;
		min-width: calc( 100% - 15px);
    font: var(--font-ls);
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;

    border-radius: 12px;
	width:100%;
		
  
  }

.woocommerce-billing-fields__field-wrapper{
	position: relative;
}

#billing_lnk_referrer_field,#billing_lnk_urlsrc_field{
visibility: hidden;
    height: 0;
}


#billing_phone{
	padding-left: 100px !important;
}
.iti,.custom-checkboxes .form-row.form-row-wide{
		width:100%;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
	background: none !important;
}

.iti__country-list{
    max-width: calc(500px - 20px);
    z-index: 2;
    position: relative;
/*     margin: 0 10px; */
}

.iti__selected-flag {
    height: inherit !important;
    padding: 11px 9px !important;
}

input[type="radio"], input[type="checkbox"]{
	min-height: inherit !important;
}


input.cur-year{
	min-height: 30px !important;
	max-height: 30px !important;
	padding: 0 !important;
}

.flatpickr-current-month input.cur-year{
	padding: 0 0 0 0.5ch !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months{
    height: 30px !important;
    line-height: 30px !important;
    min-height: 30px !important;
	padding: 0 0 0 0.5ch !important;
}

.page-header{
	text-align: center;
}

.page-header h1{
	    font-size: 150px;
    margin: 70px 0 20px 0;
}

.page-header p{
	font-weight: 600;
	 font-size: 30px;
}

        .valid {
            border-color: green;
        }
        .error {
            border-color: red;
        }

/* a.back_ {
    border: 1px solid rgba(0, 0, 0, .1);
    border-collapse: separate;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    width: max-content;
    text-decoration: none;
    color: #000;
	transition: all .7s ease;
}

a.back_:hover{
	transition: all .7s ease;
	    border: 1px solid #ff7841;
	    color: #ff7841;

} */


a.back_ {
    outline: none;
    padding: 12px 24px;
    border-radius: 12px;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(102, 74, 255);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 226, 226);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
}
a.back_:hover {
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(247, 247, 247);
	
}

#payment>div.form-row:nth-child(2){
	width: 100%;
}

/*[name="checkout"] .woocommerce-terms-and-conditions-wrapper, .is-error, .woocommerce-notices-wrapper{
	display:none !important;
}*/


span.alert {
    color: #890909;
}

.woocommerce-privacy-policy-text *{
	font-weight: 600;
}

select.error {
    border-color: #a00 !important;
}

#phone_country_code_field, #phone_is_valid_field{
	display:none !important;
}