/***************************** STYLE.CSS *****************************/
/*!
Theme Name: Razzi
Theme URI: http://demo4.drfuri.com/razzi
Author: DrFuri
Author URI: http://drfuri.com
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.8.5
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
:root {
	--rz-color-primary: #FF6F61;
	--rz-color-lighter: #ffffff;
	--rz-color-dark: #111111;
	--rz-color-darker: #1f1f1f;
	--rz-color-placeholder: #A0A0A0;
	--rz-color-hover-primary: #FF6F61;
	--rz-background-color-primary: #FF6F61;
	--rz-background-color-light: #ffffff;
	--rz-background-color-gray: #f5f5f5;
	--rz-background-color-dark: #1F1F1F;
	--rz-background-text-color-primary: #ffffff;
	--rz-border-color: #cccccc;
	--rz-border-color-primary: #FF6F61;
	--rz-border-color-light: #e2e2e2;
	--rz-border-color-lighter: #ffffff;
	--rz-border-color-gray: #cdcdcd;
	--rz-border-color-dark: #1f1f1f;
	--rz-text-color-gray: #767676;
	--rz-text-color: #525252;
	--rz-font-family-primary: 'Jost', Arial, sans-serif;
	--rz-font-family-code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	--rz-font-family-pre: "Courier 10 Pitch", Courier, monospace;
}

@keyframes razzi-scale {
	30% {
		transform: scale(0.3);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes razzi-scale {
	30% {
		transform: scale(0.3);
	}
	100% {
		transform: scale(1);
	}
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* 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,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-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="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * 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"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: var(--rz-text-color);
	font-family: var(--rz-font-family-primary);
	font-size: 16px;
	line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box;
}

a {
	outline: none;
	transition: .5s;
	color: var(--rz-color-dark);
	text-decoration: none;
}

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

h1, h2, h3 {
	font-weight: 500;
	color: var(--rz-color-dark);
	line-height: 1.33;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 28px;
}

p {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: border-box;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

ul {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

li > ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

.comment-form-comment,
.wcpr-comment-form-title,
.razzi-loading {
	position: relative;
}

.razzi-loading:before {
	content: '';
	display: block;
	border-radius: 100px;
	position: absolute;
	background-color: var(--rz-background-color-primary);
    height: 28px;
    width: 28px;
    top: -40px;
    left: 29px;
    -webkit-animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.razzi-loading:after {
    content: "...aguarde...";
    display: block;
}

.razzi-svg-icon {
	display: inline-flex;
}

.razzi-svg-icon svg {
	vertical-align: -0.125em;
	width: 1em;
	height: 1em;
	display: inline-block;
}

.razzi-scrollbar {
	overflow-y: auto;
	scrollbar-color: #1f1f1f #e2e2e278;
	scrollbar-width: thin;
}

.razzi-scrollbar::-webkit-scrollbar {
	width: 2px;
}

.razzi-scrollbar::-webkit-scrollbar-track {
	background-color: #e2e2e2;
}

.razzi-scrollbar::-webkit-scrollbar-thumb {
	background-color: #1f1f1f;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
}

td,
th {
	padding: 0;
	font-weight: normal;
	text-align: left;
}

table,
th,
td {
	border: 1px solid var(--rz-border-color-gray);
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
	font-weight: 500;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	background-color: var(--rz-background-color-dark);
	color: var(--rz-color-lighter);
	padding: 0 37px;
	text-align: center;
	transition: ease .3s;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

button:focus {
	outline: none;
}

.razzi-button {
	font-weight: 500;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	background-color: var(--rz-background-color-dark);
	color: var(--rz-color-lighter);
	padding: 0 37px;
	text-align: center;
	transition: ease .3s;
	white-space: nowrap;
	text-decoration: none;
}

.razzi-button .razzi-svg-icon {
	vertical-align: middle;
	margin-left: 10px;
	font-size: 13px;
	transition: ease .3s;
	display: inline-block;
	/*rtl:raw:
			transform: rotateY(180deg);
		*/
}

.razzi-button.button-medium {
	line-height: 46px;
	padding: 0 31px;
}

.razzi-button.button-outline {
	color: var(--rz-color-dark);
	background-color: transparent;
}

.razzi-button.button-outline {
	border: 1px solid;
}

.razzi-button:not(.button-outline):not(.button-normal).button-light {
	background-color: var(--rz-background-color-light);
	color: var(--rz-color-dark);
}

.razzi-button:not(.button-outline):not(.button-normal).button-light .razzi-svg-icon {
	color: var(--rz-color-dark);
}

.razzi-button:hover .razzi-svg-icon {
	transform: translateX(3px);
	/*rtl:raw:
				transform: translateX(-3px) rotateY(180deg);
			*/
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	color: var(--rz-color-dark);
	border: 1px solid var(--rz-border-color);
	box-sizing: border-box;
	padding: 12px 15px;
	font-size: 16px;
	transition: all .1s ease-in-out;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	color: var(--rz-color-dark);
	border-color: var(--rz-color-darker);
	outline: none;
}

select {
	border: 1px solid var(--rz-border-color);
	padding: 12px 25px;
	color: var(--rz-color-dark);
	cursor: pointer;
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiM3Njc2NzYiLz4NCjwvc3ZnPg0K);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	transition: .1s;
	padding-right: 40px;
}

select:focus {
	border-color: var(--rz-border-color-darker);
	outline: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiMxZjFmMWYiLz4NCjwvc3ZnPg0K");
}

textarea {
	padding: 15px;
	height: 150px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	height: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	background-color: var(--rz-background-color-light);
	box-sizing: border-box;
	min-width: 200px;
	padding: 18px 0;
	float: left;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -1px;
	z-index: 99999;
	transition: opacity .3s;
	opacity: 0;
	transform: scaleX(0);
	pointer-events: none;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	transform: scaleX(1);
}

.main-navigation ul ul li {
	padding: 6px 30px;
	text-align: left;
}

.main-navigation ul ul li:last-child {
	margin-bottom: 0;
}

.main-navigation ul ul a {
	font-size: 15px;
	line-height: 1.5;
	text-transform: initial;
	color: var(--rz-color-dark);
	transition: .5s;
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
}

.main-navigation .nav-menu {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.main-navigation .nav-menu > li {
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.main-navigation .nav-menu > li > a {
	padding: 3px;
	white-space: nowrap;
	position: relative;
}

.main-navigation .nav-menu > li > a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--rz-color-hover-primary);
	transition: .5s;
	opacity: 0;
}

.main-navigation .nav-menu > li.menu-item-has-children > a {
	position: relative;
	padding-right: 20px;
}

.main-navigation .nav-menu > li:hover > a {
	color: var(--rz-color-hover-primary);
}

.main-navigation .nav-menu > li:hover > a:after {
	opacity: 1;
	width: 100%;
}

.main-navigation .nav-menu > li:first-child {
	padding-left: 0;
}

.main-navigation .nav-menu > li:last-child {
	padding-right: 0;
}

.main-navigation .nav-menu li {
	height: 100%;
	width: 100%;
}

.main-navigation .nav-menu li:hover > ul {
	opacity: 1;
	transform: scaleX(1);
	pointer-events: initial;
}

.main-navigation .nav-menu ul li a:after {
	bottom: 7px;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 14px;
	outline: none;
}

.main-navigation a {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	line-height: 1;
	color: var(--rz-header-color-dark);
	outline: none;
	transition: .5s;
}

.main-navigation a:hover {
	color: var(--rz-color-primary);
}

.primary-navigation:not(.has-arrow) .nav-menu > li.menu-item-has-children > a {
	padding-right: 3px;
}

.logo-center .header-center-items > .main-navigation .nav-menu {
	justify-content: flex-end;
}

.logo-center .header-center-items .site-branding + .main-navigation .nav-menu {
	justify-content: flex-start;
}

/* Small menu. */

@media screen and (min-width: 37.5em) {
	.main-navigation ul {
		display: block;
	}
}

.main-navigation li.is-mega-menu {
	position: static;
}

.main-navigation li.is-mega-menu.has-width {
	position: relative;
}

.main-navigation li.is-mega-menu.align-center .dropdown-submenu {
	left: 50%;
}

.main-navigation li.is-mega-menu.align-center:hover > ul {
	transform: translateX(-50%) scaleX(1);
}

.main-navigation li.is-mega-menu .dropdown-submenu {
	padding: 32px;
	left: 0;
}

.main-navigation li.is-mega-menu .mega-menu-content {
	padding: 22px 18px 14px 12px;
	border: 1px dashed #cacaca;
	top: 41px;
	pointer-events: initial;
	opacity: 1;
	margin: 0;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.main-navigation li.is-mega-menu .menu-item-mega a {
	pointer-events: auto;
}

.main-navigation li.is-mega-menu .menu-item-mega > a {
	font-size: 16px;
	font-weight: 500;
}

.main-navigation li.is-mega-menu .menu-item-mega ul {
	border: none;
	padding: 20px 0;
	position: relative;
	left: 0;
	top: 0;
	box-shadow: none;
	transform: none;
	background-color: transparent;
	opacity: 1;
}

.main-navigation li.is-mega-menu .menu-item-mega ul li {
	padding: 0;
	float: initial;
	margin-bottom: 9px;
}

.site-breadcrumb {
	padding: 19px 0;
	margin: 0;
	font-size: 14px;
	color: #909090;
	/*rtl:raw:
		display: flex;
	*/
}

.site-breadcrumb a {
	color: inherit;
}

.site-breadcrumb a:hover {
	color: var(--rz-color-dark);
}

.site-breadcrumb .delimiter {
	margin: 0 5px;
}

.site-breadcrumb .razzi-svg-icon {
	display: inline-block;
	/*rtl:raw:
			transform: rotateY(180deg);
		*/
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .site-branding .site-title, .site-branding .site-description {
	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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus, .site-branding .site-title:focus, .site-branding .site-description: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: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.rz-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	display: none;
	--rz-modal-spacing: 30px;
}

.rz-modal .panel-content {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 470px;
	max-width: 100%;
	margin: 0;
	background-color: var(--rz-background-color-light);
	transform: translateX(100%);
	transition: transform .5s;
	display: flex;
	flex-direction: column;
}

.rz-modal .modal-header {
	padding: 25px 45px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: var(--rz-background-color-light);
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.rz-modal .modal-header .modal-title {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	line-height: 1;
}

.rz-modal .modal-content {
	position: relative;
	padding: var(--rz-modal-spacing);
	background-color: var(--rz-background-color-light);
}

.rz-modal.side-left .panel-content {
	left: 0;
	right: auto;
	transform: translateX(-100%);
}

.rz-modal .off-modal-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: var(--rz-background-color-dark);
	opacity: 0.5;
}

.rz-modal .button-close {
	display: flex;
	line-height: 1;
	position: absolute;
	right: var(--rz-modal-spacing);
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #a6a6a6;
	margin-left: 20px;
}

.rz-modal .button-close:hover {
	color: #767676;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
iframe {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Col
--------------------------------------------------------------*/
.row-flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.col-flex {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.site-content:after {
	clear: both;
	display: block;
	content: "";
}

.page:not(.elementor-page) .site-content {
	display: flex;
}

.page.full-content:not(.elementor-page) .site-content {
	max-width: 1200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

.page .site {
	max-width: 100%;
	margin: 0 auto;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.site-header__border {
	border-bottom: 1px solid var(--rz-border-color-light);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Top bar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	--rz-header-color-light: #ffffff;
	--rz-header-color-dark: #111111;
	--rz-header-color-darker: #1f1f1f;
	--rz-header-text-color-gray: #767676;
	--rz-header-background-color-light: #ffffff;
	--rz-header-background-color-dark: #1F1F1F;
}

.site-header .razzi-header-container {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.site-branding {
	flex: 0 1 auto;
	position: relative;
	z-index: 100;
}

.site-branding .logo {
	position: relative;
	transition: none;
}

.site-branding .logo:hover {
	text-decoration: none;
}

.site-branding .logo img {
	display: inline-block;
	vertical-align: middle;
}

.site-branding .logo svg {
	vertical-align: middle;
}

.site-header .header-search .search-icon {
	cursor: pointer;
	font-size: 18px;
	color: var(--rz-header-color-dark);
	line-height: 1;
}

.ra-search-form .form-search,
.ra-search-form .search-inner-content {
	display: flex;
	width: 100%;
	position: relative;
}

.ra-search-form .product-cat {
	width: auto;
	float: left;
	position: relative;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	background-color: inherit;
}

.ra-search-form .product-cat.active:hover .cats-search {
	opacity: 1;
	z-index: 9998;
	top: 100%;
	transform: scaleX(1);
}

.ra-search-form .product-cat.active:hover .product-cat-label:before {
	z-index: 9999;
	opacity: 1;
	top: 100%;
}

.ra-search-form .form-search {
	width: 100%;
	margin: 0;
}

.ra-search-form .form-search.actived .search-wrapper .search-results,
.ra-search-form .form-search.actived ~ .search-results > .search-list {
	top: 100%;
	transform: scaleX(1);
	z-index: 9999;
}

.ra-search-form .form-search.actived ~ .quick-links {
	display: none;
}

.ra-search-form .form-search.searched .close-search-results {
	opacity: 1;
	z-index: 8888;
}

.ra-search-form .form-search.searching .razzi-loading {
	opacity: 1;
	visibility: visible;
}

.ra-search-form .form-search.searching .search-submit:before {
	opacity: 0;
}

.ra-search-form .form-search.searching ~ .quick-links {
	display: none;
}

.ra-search-form .razzi-loading {
	position: absolute;
	bottom: -50px;
	left: calc( 50% - 10px);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.ra-search-form .razzi-loading:before {
	height: 20px;
	width: 20px;
	top: 0;
	left: 0;
}

#ts-vc-viu .razzi-loading::after,
.ra-account-modal .razzi-loading::after,
.ra-search-form .razzi-loading::after {
  content: "";
}

.ra-account-modal .razzi-button.razzi-loading::before {
  left: calc(50% - 10px);
  top: -18px;
}

.ra-search-form .search-wrapper {
	width: 100%;
	display: flex;
	position: relative;
}

.ra-search-form .search-wrapper ::-webkit-scrollbar {
	background: transparent;
	width: 7px;
}

.ra-search-form .search-wrapper ::-webkit-scrollbar-thumb {
	background-color: var(--rz-border-color);
}

.ra-search-form .quick-links .label {
	font-size: 15px;
	line-height: 22px;
	color: var(--rz-color-dark);
	margin: 15px 0 20px;
	line-height: 1;
	font-weight: 500;
}

.ra-search-form .quick-links .links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ra-search-form .quick-links .links li {
	padding: 7px 0;
}

.ra-search-form .quick-links .links a {
	position: relative;
}

.ra-search-form .quick-links .links a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--rz-color-dark);
	transition: .5s;
	opacity: 0;
}

.ra-search-form .quick-links .links a:hover:after {
	opacity: 1;
	width: 100%;
}

.ra-search-form .search-results {
	position: relative;
}

.ra-search-form .search-results > .search-list {
	border-top: none;
	z-index: -1;
	padding: 0;
	transform: scaleX(0);
	max-height: calc( 100vh - 275px);
}

.ra-search-form .search-results .result-title {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	padding: 24px var(--rz-modal-spacing);
	margin: 0 -30px 0 -30px;
	border-top: 1px solid #E2E2E2;
}

.ra-search-form .search-results .result-title.not-found {
	display: none;
}

.ra-search-form .search-results .search-list.result-list-not-found {
	padding: 10px 0;
}

.ra-search-form .search-results .search-list.result-list-not-found .list-item {
	flex-direction: column;
	align-items: center;
	padding: 0;
}

.ra-search-form .search-results .search-list.result-list-not-found .list-item .text {
	font-size: 15px;
	line-height: 22.5px;
	margin-bottom: 13px;
	color: var(--rz-color-darker);
}

.ra-search-form .search-results .search-list.result-list-not-found .list-item .razzi-svg-icon {
	font-size: 22px;
	color: var(--rz-color-lighter);
}

.ra-search-form .search-results .search-list .list-item {
	display: flex;
	align-items: center;
	margin-top: 0;
}

.ra-search-form .search-results .search-list .list-item .content-item {
	margin: 0 0 6px;
}

.ra-search-form .search-results .search-list .list-item.view-more .button-normal {
	line-height: 35px;
}

.ra-search-form .search-results .search-list .list-item img {
	max-width: 150px;
	margin-right: 20px;
}

.ra-search-form .search-results .search-list .list-item .title-item {
	font-size: 15px;
	line-height: 23px;
	color: var(--rz-color-dark);
	display: block;
	margin-right: 20px;
}

.ra-search-form .search-results .search-list .list-item .title-item:hover {
	color: var(--rz-color-primary);
}

.ra-search-form .search-results .search-list .list-item .star-rating {
	float: none;
	margin-top: 5px;
}

.ra-search-form .search-results .search-list .list-item .price-item {
	font-size: 15px;
	color: var(--rz-text-color-gray);
	line-height: 23px;
	font-weight: 500;
	margin-top: 2px;
}

.ra-search-form .search-results .search-list .list-item .price-item .sale {
	display: none;
}

.ra-search-form .search-results .search-list .list-item del {
	font-size: 14px;
	padding-right: 5px;
	font-weight: 400;
}

.ra-search-form .search-results .search-list .list-item ins {
	text-decoration: none;
	background-color: transparent;
	color: var(--rz-color-primary);
	font-size: 16px;
}

.ra-search-form .search-results .search-list .search-item {
	display: flex;
	align-items: center;
}

.ra-search-form .close-search-results {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--rz-header-color-dark);
	z-index: 10;
	opacity: 0;
	transition: none;
}

.ra-search-form .product-cat-label {
	padding-right: 25px;
	padding-left: 25px;
	border: 1px solid var(--rz-border-color);
	border-right: none;
	color: var(--rz-header-text-color-gray);
	position: relative;
	height: 100%;
	white-space: nowrap;
}

.ra-search-form .product-cat-label .razzi-svg-icon {
	position: absolute;
	right: 25px;
	top: 53%;
	transform: translateY(-50%);
	font-size: 18px;
}

.ra-search-form .product-cat-dd {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
	min-height: 42px;
	width: 100%;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: var(--rz-header-text-color-gray);
	background-position: calc(100% - 25px) 50%;
	opacity: 0;
}

.ra-search-form .product-cat-dd:focus {
	color: var(--rz-color-dark);
}

.ra-search-form .search-field {
	float: left;
	height: 42px;
	line-height: 1;
	border-top: 1px solid var(--rz-border-color);
	border-bottom: 1px solid var(--rz-border-color);
	border-left: none;
	border-right: none;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	width: 100%;
	border-radius: 0;
}

.ra-search-form .search-field:focus {
	outline: none;
}

.ra-search-form.search-every-thing .search-field {
	border-left: 1px solid var(--rz-border-color);
}

.ra-search-form ::-webkit-input-placeholder {
	color: #777;
}

.ra-search-form ::-moz-placeholder {
	color: #777;
}

.ra-search-form :-ms-input-placeholder {
	color: #777;
}

.ra-search-form :-moz-placeholder {
	color: #777;
}

.ra-search-form .search-submit {
	float: right;
	height: 45px;
	line-height: 47px;
	background-color: var(--rz-header-bacground-color-light);
	border: 1px solid var(--rz-border-color);
	white-space: nowrap;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.ra-search-form .search-submit .razzi-svg-icon {
	display: block;
	font-size: 18px;
	order: 3;
}

.ra-search-form .search-submit .button-label {
	order: 2;
}

.ra-search-modal .search-inner-content {
	flex-direction: column;
}

.ra-search-modal .product-cat {
	height: 54px;
	line-height: 54px;
	background-color: var(--rz-background-color-light);
	margin-bottom: 20px;
}

.ra-search-modal .product-cat-label {
	border: 1px solid var(--rz-border-color-gray);
	background-color: var(--rz-background-color-light);
}

.ra-search-modal .product-cat-label:focus {
	border-color: var(--rz-border-color-dark);
}

.ra-search-modal .title {
	font-size: 18px;
	color: var(--rz-color-darker);
	font-weight: 600;
}

.ra-search-modal .search-field {
	border: 1px solid var(--rz-border-color-gray);
	padding-right: 42px;
	height: 54px;
	line-height: 54px;
}

.ra-search-modal .search-field:focus {
	border-color: var(--rz-color-dark);
}

.ra-search-modal .search-submit {
	position: absolute;
	right: 0;
	background-color: transparent;
	color: var(--rz-text-color-gray);
	padding: 0;
	width: 68px;
	height: 54px;
	line-height: 56px;
	display: block;
	text-align: center;
	z-index: 999;
	border: none;
	transition: none;
}

.ra-search-modal .search-submit .razzi-svg-icon {
	margin: 0;
}

.ra-search-modal form.actived .search-submit {
	opacity: 0;
}

.ra-search-modal .search-results {
	border: 0;
	margin-top: 30px;
}

.ra-search-modal .quick-links {
	margin-top: 30px;
}

.ra-search-modal .quick-links .label {
	padding: 30px var(--rz-modal-spacing) 20px;
	margin: 0 -30px 0 -30px;
	border-top: 1px solid #E2E2E2;
}

.ra-account-modal .modal-content {
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
	padding-right: 50px;
}

.ra-account-modal .modal-content .form-row {
	padding: 0;
}

.ra-account-modal .modal-content form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.ra-account-modal .razzi-button {
	width: 100%;
	line-height: 50px;
	cursor: pointer;
}

.ra-account-modal .razzi-button.button-medium {
	line-height: 48px;
}

.ra-account-modal .razzi-button.create-account {
	margin-top: 20px;
}

.ra-account-modal form.register button.razzi-button {
	margin: 20px 0 0 0;
}

.site-header .header-account {
	height: inherit;
}

.site-header .header-account .account-icon {
	font-size: 18px;
	display: flex;
	align-items: center;
	height: inherit;
	position: relative;
	top: -2px;
	color: var(--rz-header-color-dark);
}

.site-header .header-cart {
	padding-right: 19px;
}

.site-header .header-cart > a {
	position: relative;
	color: var(--rz-header-color-dark);
}

.site-header .header-cart .razzi-svg-icon {
	font-size: 18px;
}

.site-header .header-cart .counter {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 10px;
	font-weight: 500;
	color: var(--rz-background-text-color-primary);
	text-align: center;
	line-height: 11px;
	min-width: 18px;
	height: 18px;
	border-radius: 30px;
	padding: 4px;
	background-color: var(--rz-background-color-primary);
	display: inline-block;
}

.ra-cart-modal .modal-header {
	justify-content: center;
}

.ra-cart-modal .modal-content {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 100%;
	position: static;
}

.ra-cart-modal .widget_shopping_cart_content {
	height: 100%;
	padding-bottom: 340px;
	position: static;
}

.widget_shopping_cart_content {
	position: relative;
}

.widget_shopping_cart_content .woocommerce-mini-cart {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
	display: flex;
}

.widget_shopping_cart_content a.remove {
	color: #a2a5a6;
	line-height: 1;
}

.widget_shopping_cart_content a.remove:hover {
	color: var(--rz-color-dark);
}

.widget_shopping_cart_content a.remove .razzi-svg-icon {
	font-size: 14px;
	transform: translateY(2px);
}

.widget_shopping_cart_content a.remove .name {
	font-size: 14px;
	margin-left: 5px;
}

.widget_shopping_cart_content ul.cart_list {
	margin: 0;
	padding: 0 var(--rz-modal-spacing);
	overflow-y: auto;
	height: 100%;
}

.widget_shopping_cart_content ul.cart_list .mini_cart_item {
	display: flex;
	align-items: center;
	padding: 0 0 var(--rz-modal-spacing) 0;
	position: relative;
	border-bottom: 1px solid var(--rz-border-color-light);
	margin-bottom: var(--rz-modal-spacing);
}

.widget_shopping_cart_content ul.cart_list .mini_cart_item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
	padding-right: var(--rz-modal-spacing);
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
	display: block;
	float: none;
	margin-right: 0;
	max-width: 120px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary {
	flex: 1;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation {
	margin-top: 5px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation > dt {
	float: left;
	clear: both;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation > dt:before {
	display: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation > dd {
	float: left;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name {
	font-size: 15px;
	font-weight: 600;
	color: var(--rz-color-dark);
	padding-right: 20px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name a {
	color: var(--rz-color-dark);
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__price {
	font-weight: 500;
	display: block;
	margin-top: 5px;
	color: var(--rz-text-color-gray);
}

.widget_shopping_cart_content .variation {
	font-size: 14px;
	margin: 0;
}

.widget_shopping_cart_content .variation dt {
	font-weight: 400;
	display: inline-block;
}

.widget_shopping_cart_content .variation dt:before {
	content: "|";
	display: inline-block;
	margin: 0 4px 0 0;
}

.widget_shopping_cart_content .variation dt:first-child:before {
	display: none;
}

.widget_shopping_cart_content .variation dd {
	display: inline-block;
	margin: 0 0 0 5px;
}

.widget_shopping_cart_content .variation dd :first-child {
	margin-top: 0;
}

.widget_shopping_cart_content .variation dd :last-child {
	margin-bottom: 0;
}

.widget_shopping_cart_content .quantity {
	border: 0;
}

.widget_shopping_cart_content .quantity .qty {
	color: var(--rz-color-dark);
	text-align: center;
	font-weight: 400;
}

.widget_shopping_cart_content .woocommerce-cart-item__qty {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.widget_shopping_cart_content .total {
	font-size: 15px;
	font-weight: 500;
	text-align: right;
	color: var(--rz-color-dark);
	background-color: var(--rz-background-color-gray);
	padding: 24px var(--rz-modal-spacing);
	margin: 0 calc(var(--rz-modal-spacing)* -1);
}

.widget_shopping_cart_content .total strong {
	font-weight: 500;
	float: left;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	display: flex;
	flex-direction: column;
	margin: var(--rz-modal-spacing) 0 0 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .razzi-button {
	height: 54px;
	line-height: 54px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
	margin-top: 10px;
}

.widget_shopping_cart_content .widget_shopping_cart_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 var(--rz-modal-spacing) var(--rz-modal-spacing) var(--rz-modal-spacing);
	background-color: #fff;
}

.ra-hamburger-modal .hamburger-panel-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.ra-hamburger-modal .hamburger-panel-content::-webkit-scrollbar {
	width: 0;
}

.ra-hamburger-modal .hamburger-panel-content:hover::-webkit-scrollbar {
	width: 0;
}

.ra-hamburger-modal .modal-header {
	border: none;
}

.ra-hamburger-modal .modal-content {
	height: 100%;
	display: flex;
	align-items: center;
}

.ra-hamburger-modal .modal-footer {
	padding: 40px 30px;
}

.ra-hamburger-modal .hamburger-navigation {
	width: 100%;
}

.ra-hamburger-modal ul.nav-menu {
	padding: 0;
	margin: 0;
}

.ra-hamburger-modal ul.nav-menu a {
	font-weight: 500;
	font-size: 36px;
	line-height: 52px;
	position: relative;
	display: block;
}

.ra-hamburger-modal ul.nav-menu > li {
	margin-bottom: 10px;
}

.ra-hamburger-modal ul.nav-menu ul {
	padding: 10px 0 0 0;
	margin: 0;
	display: none;
}

.ra-hamburger-modal ul.nav-menu ul li {
	padding: 6px 0;
}

.ra-hamburger-modal ul.nav-menu ul li a {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}

.ra-hamburger-modal ul.nav-menu li:hover > a {
	color: var(--rz-color-primary);
}

.ra-hamburger-modal ul.nav-menu li.menu-item-has-children > a {
	font-weight: 500;
}

.ra-hamburger-modal ul {
	list-style-type: none;
}

.ra-hamburger-modal .menu-copyright {
	font-size: 13px;
	line-height: 19px;
	color: #919191;
	margin-top: 15px;
}

.campaign-bar__campaigns {
	display: flex;
	height: 100%;
}

.campaign-bar__campaigns .razzi-promotion {
	flex: 1;
	background-position: center center;
	background-size: cover;
	height: 100%;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--rz-color-dark);
}

.header-main {
	height: 90px;
	border: 1px solid transparent;
	transition: height 0.35s;
}

.header-main .header-items > * {
	z-index: 999;
	line-height: 1;
	height: inherit;
	display: flex;
	align-items: center;
}

.header-contents {
	position: relative;
}

.header-items {
	display: flex;
	align-items: center;
	height: 100%;
}

.header-items > * {
	position: relative;
	z-index: 100;
}

.header-left-items {
	flex: 1;
	text-align: left;
	justify-content: flex-start;
	margin: 0 -20px;
}

.header-center-items {
	text-align: center;
	justify-content: center;
}

.header-center-items > * {
	margin: 0 17px;
}

.header-right-items {
	flex: 1;
	text-align: right;
	justify-content: flex-end;
	margin: 0 -10px;
}

.logo-center .header-center-items {
	text-align: right;
}

.logo-center .header-center-items > * {
	flex: 1;
}

.logo-center .header-center-items .site-branding {
	flex: initial;
	text-align: center;
}

.logo-center .header-center-items .site-branding + * {
	text-align: left;
}

.logo-center.menu-center .header-center-items {
	flex: 3;
}

.has-menu > * {
	position: static;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header__title {
	font-size: 32px;
	margin: 0;
	padding: 42px 0 19px;
	text-align: center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.razzi-posts__loading {
	position: absolute;
	top: 0;
	left: 0;
	bottom: -50px;
	right: 0;
	z-index: 998;
	background-color: var(--rz-background-color-light);
	display: none;
	text-align: center;
}

.razzi-posts__loading .razzi-loading {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1199px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.ra-cart-modal .widget_shopping_cart_content {
		padding-bottom: 310px;
	}
	.ra-account-modal .modal-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	input[type="text"],
	input[type="email"] {
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
	}
	.site-content {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.page-header__title {
		padding-top: 20px;
	}
	input[type="text"] {
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
	}
}

@media (max-width: 480px) {
	.rz-modal .panel-content {
		width: 90%;
	}
}

.header-mobile {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}

.header-mobile .mobile-menu a {
	color: var(--rz-header-color-dark);
	transition: none;
	display: flex;
	margin-top: 2px;
}

.header-mobile .header-cart {
	padding-right: 5px;
}

.header-mobile .mobile-search .razzi-svg-icon {
	font-size: 18px;
}

.header-mobile > * {
	line-height: 1;
}

.header-mobile .site-branding {
	flex: auto;
	text-align: center;
}

.header-mobile .mobile-menu {
	flex: 1;
}

.mobile-header-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
	flex: 1;
}

.mobile-header-icons .search-icon {
	color: var(--rz-header-color-dark);
}

.mobile-header-icons > * {
	margin-left: 15px;
}

.mobile-header-icons > *:first-child {
	margin-left: 0;
}

.ra-menu-mobile-modal .menu-mobile-panel-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.ra-menu-mobile-modal .modal-header {
	justify-content: flex-start;
}

.ra-menu-mobile-modal .modal-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 60px;
	padding-bottom: 0;
}

.ra-menu-mobile-modal .content-footer {
	padding: 40px 0;
}

.ra-menu-mobile-modal ul.nav-menu ul {
	padding-left: 5px;
}

.ra-menu-mobile-modal ul.nav-menu ul li a {
	font-size: 20px;
	line-height: 1.5;
}

.ra-menu-mobile-modal ul.nav-menu li.menu-item-has-children > a {
	padding-right: 25px;
}

.ra-menu-mobile-modal ul.nav-menu > li {
	padding-left: 0;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}

.ra-menu-mobile-modal ul.nav-menu > li > a {
	font-size: 24px;
}

.ra-menu-mobile-modal ul.nav-menu a {
	line-height: 36px;
}

/***************************** WOOCOMMERCE.CSS *****************************/


/*
Theme Name: razzi

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */

/**
 * Shop tables
 */
/**
 * Shop tables
 */

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td.actions:before {
	display: none;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

table.shop_table {
	font-size: 100%;
	border: none;
	margin-bottom: 26px;
}

table.shop_table tr td {
	text-align: left;
}

table.shop_table th, table.shop_table td {
	border-width: 0 0 1px 0;
}

table.shop_table td.product-thumbnail a {
	max-width: 97px;
	margin: auto;
}

table.shop_table tbody td {
	border: none;
	padding: 20px;
}

table.shop_table tbody td.product-thumbnail {
	width: 14%;
}

table.shop_table tbody dl.variation {
	margin: 8px 0 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.18182px;
	color: var(--rz-color-dark);
	line-height: 1.38;
}

table.shop_table tbody dl.variation dt {
	float: left;
	margin-right: 5px;
}

table.shop_table tbody dl.variation dd {
	margin: 0 0 10px;
}

table.shop_table tbody tr:not(:last-child) {
	border-bottom: 1px solid var(--rz-border-color-light);
}

table.shop_table td .woocommerce-shipping-methods {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr td ul {
    list-style-type: none;
}

table.shop_table td .woocommerce-shipping-methods li {
    margin-bottom: 10px;
}

ul li input {
    float: left;
    margin-right: 5px;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] {
    display: none;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    align-items: center;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]:checked + label {
    color: var(--rz-text-color-dark);
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    background-color: var(--rz-color-darker);
    border-radius: 50%;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]:checked + label:before {
    border-color: var(--rz-color-darker);
    border-width: 1px;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]:checked + label:after {
    opacity: 1!important;
}

#order_review table tr.gift-card td small, #order_review table tr.gift-card th small, .cart_totals table tr.gift-card td small, .cart_totals table tr.gift-card th small {
    display: block;
    font-weight: normal;
    font-size: .75em;
	line-height: 14px;
}

/**
 * Products
 */
/**
 * Products
 */

ul.products.product-loop-layout-8 li.product .product-inner:not(:hover) .product-summary {
	transform: none !important;
	-webkit-transform: none !important;
}

.notifyjs-razzi-error ul li ::marker {
	display: none;
}

.rz-popup-add-to-cart .button-close {
	top: -12px;
	right: -10px;
	transform: none;
	z-index: 999;
	cursor: pointer;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
	font-size: 18px;
}

.rz-popup-add-to-cart .modal-content {
	max-width: 770px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.rz-popup-add-to-cart .widget_shopping_cart_content {
	height: auto;
	display: flex;
	align-items: center;
}

.rz-popup-add-to-cart .rz-product-popup-atc__notice {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	color: var(--rz-color-dark);
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation {
	border-top: 1px solid #e2e2e2;
	padding-top: var(--rz-modal-spacing);
	margin-top: var(--rz-modal-spacing);
}

/**
 * WooCommerce widgets
 */

/* WooCommerce Price Filter Widget */

/* Product Search Widget */

/* Products Widget */

/* Shoping cart widget */

/**
 * Products filter
 */

/**
 * Single product
 */
/**
 * Single Product
 */

.single-product div.product .product_meta > span a:not(:hover) {
	color: var(--rz-text-color);
}

/*rtl:raw:
.woocommerce div.product .deal-expire-countdown.razzi-countdown .divider {
	right: auto;
	left: -13px;
}

.size-guide-button .razzi-svg-icon {
	margin-right: 0;
	margin-left: 12px;
}
*/

.single-product div.product {
	position: relative;
}

.single-product div.product .entry-summary .meta-cat:not(:hover) {
	color: var(--rz-text-color-gray);
}

/**
 * Account
 */

.woocommerce-account .form-row {
	margin: 0 0 20px 0;
}

.woocommerce-account .form-row label {
	display: block;
	font-size: 15px;
	line-height: 22px;
	color: var(--rz-color-dark);
	margin-bottom: 5px;
}

.woocommerce-account .form-row .input-text {
	width: 100%;
}

.woocommerce-account .form-row-remember {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.woocommerce-account .form-row-remember .woocommerce-form__label-for-checkbox {
	color: var(--rz-color-dark);
}

.woocommerce-account .lost_password {
	margin-bottom: 0;
}

.woocommerce-account .lost_password a {
	position: relative;
}

.woocommerce-account .lost_password a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--rz-color-dark);
	transition: .5s;
	opacity: 0;
}

.woocommerce-account .lost_password a:hover:after {
	opacity: 1;
	width: 100%;
}

/**
 * Cart
 */
.woocommerce-cart .woocommrece-cart-content {
	position: relative;
}

.woocommerce-cart .woocommrece-cart-content:after {
	clear: both;
	content: '';
	display: block;
}

.woocommerce-cart .woocommerce-cart-form {
	float: left;
	width: 66%;
	padding-right: 100px;
	position: relative;
}

.woocommerce-cart table.shop_table a {
	text-decoration: none;
}

.woocommerce-cart table.shop_table tbody td {
	padding: 30px;
}

.woocommerce-cart table.shop_table .woocommerce-cart-form__cart-item > td {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-cart table.shop_table td.product-thumbnail {
	padding-right: 30px;
	line-height: 1;
}

.woocommerce-cart table.shop_table td.product-thumbnail a {
	display: block;
	max-width: 140px;
}

.woocommerce-cart table.shop_table td.product-thumbnail img {
	min-width: 140px;
}

.woocommerce-cart table.shop_table button[name="update_cart"].hide {
	display: none;
}

.woocommerce-cart table.shop_table .product-top,
.woocommerce-cart table.shop_table .product-bottom {
	display: flex;
	justify-content: space-between;
}

.woocommerce-cart table.shop_table .product-bottom {
	align-items: center;
	margin-top: 15px;
}

.woocommerce-cart table.shop_table .product-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 200px;
}

.woocommerce-cart table.shop_table .product-name {
	width: 100%;
}

.woocommerce-cart table.shop_table .product-name a {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 5px;
}

.woocommerce-cart table.shop_table .product-name .variation {
	color: var(--rz-text-color-gray);
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.woocommerce-cart table.shop_table .product-name .variation dt {
	font-weight: 400;
}

.woocommerce-cart table.shop_table .product-name .variation dd {
	margin: 0 0 5px;
}

.woocommerce-cart table.shop_table .product-name .variation p {
	margin: 0;
}

.woocommerce-cart table.shop_table .product-price {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: var(--rz-color-dark);
}

.woocommerce-cart table.shop_table .product-remove .remove {
	display: flex;
	align-items: center;
	color: #919191;
	font-size: 14px;
	line-height: 21px;
}

.woocommerce-cart table.shop_table .product-remove .remove .razzi-svg-icon {
	font-size: 14px;
	margin-right: 5px;
	transition: .5s;
}

.woocommerce-cart table.shop_table .product-remove .remove span {
	font-size: 14px;
}

.woocommerce-cart table.shop_table .product-remove .remove:hover {
	color: var(--rz-color-dark);
}

.woocommerce-cart table.shop_table .product-qty .quantity .qty {
	width: 68px;
	height: 34px;
	padding: 0 10px;
}

.woocommerce-cart table.shop_table .coupon-form td {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.woocommerce-cart table.shop_table .coupon-form .coupon {
	float: left;
}

.woocommerce-cart table.shop_table .coupon-form .coupon label {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: var(--rz-color-dark);
	margin-bottom: 10px;
	display: block;
}

.woocommerce-cart table.shop_table .coupon-form .coupon input {
	min-width: 265px;
}

.woocommerce-cart table.shop_table .coupon-form .actions > button {
	float: right;
	margin-top: 32px;
}

.woocommerce-cart table.shop_table .coupon-form .actions > button:disabled {
	opacity: 0.3;
}

.woocommerce-cart table.woocommerce-cart-form__contents {
	margin-bottom: 0;
}

.woocommerce-cart .cart-collaterals {
	float: left;
	width: 34%;
	margin-bottom: 135px;
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	background-color: var(--rz-background-color-gray);
	padding: 5px 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	display: none;
}

.woocommerce-cart .cart-collaterals .shop_table {
	margin: 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr {
	font-size: 15px;
	line-height: 22px;
	color: var(--rz-color-dark);
}

.woocommerce-cart .cart-collaterals .shop_table tr th {
	font-size: 16px;
	border: none;
	padding: 20px 15px 20px 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr td {
	text-align: right;
	padding: 20px 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr.order-total {
	font-size: 18px;
	font-weight: 500;
}

.woocommerce-cart .cart-collaterals .shop_table tr.order-total strong {
	font-weight: 500;
}

.woocommerce-cart .cart-collaterals .shop_table tr.order-total th {
	font-size: inherit;
	font-weight: inherit;
}

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals td {
	text-align: left;
}

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals p {
	margin-bottom: 13px;
}

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals a {
	text-decoration: underline;
}

.woocommerce-cart .cart-collaterals .shop_table .shipping-calculator-form .form-row-wide input {
	width: 100%;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: 30px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button {
	font-weight: 500;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	background-color: var(--rz-background-color-dark);
	color: var(--rz-color-lighter);
	padding: 0 37px;
	text-align: center;
	transition: ease .3s;
	white-space: nowrap;
	text-decoration: none;
	text-decoration: none;
	width: inherit;
	line-height: 54px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
	padding: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button .razzi-svg-icon {
	transform: rotate(-180deg);
	margin: 0 16px 0 0;
	/*rtl:raw:
					transform: rotate(0);
					*/
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button:hover .razzi-svg-icon {
	transform: translateX(-3px) rotate(-180deg);
	/*rtl:raw:
						transform: translateX(-3px);
						*/
}

/**
 * Checkout
 */
/**
 * Checkout
 */

/**
 * General WooCommerce components
 */
/**
 * Product Qty
 */

.product-qty-number .quantity {
	border: 1px solid var(--rz-border-color-gray);
	transition: 0.4s;
	display: flex;
	font-size: 14px;
}

.product-qty-number .quantity:hover {
	border-color: var(--rz-color-darker);
}

.product-qty-number .quantity .razzi-qty-button {
	cursor: pointer;
	padding: 0 7px;
	align-items: center;
	position: relative;
	display: inline-flex;
}

.product-qty-number .quantity .razzi-qty-button svg {
	position: relative;
}

.product-qty-number .quantity .razzi-qty-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	transition: background-color .2s;
}

.product-qty-number .quantity .razzi-qty-button:hover {
	color: var(--rz-color-darker);
}

.product-qty-number .quantity .razzi-qty-button:hover::before {
	background-color: #eee;
}

.product-qty-number .quantity .qty {
	flex: 1 1 auto;
	padding: 0;
	border: none;
	-moz-appearance: textfield;
	appearance: textfield;
	-webkit-appearance: textfield;
	text-align: center;
	width: 34px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.product-qty-number .quantity .qty::-webkit-outer-spin-button, .product-qty-number .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.product-qty-number.woocommerce-cart table.shop_table .product-qty .quantity {
	font-size: 12px;
}

.product-qty-number.woocommerce-cart table.shop_table .product-qty .quantity .qty {
	width: 30px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

.product-qty-number .widget_shopping_cart_content .quantity {
	font-size: 12px;
}

.product-qty-number .widget_shopping_cart_content .quantity .qty {
	width: 30px;
}

/**
 * Header cart
 */

/**
 * Star rating
 */
.star-rating {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.star-rating .rating-stars {
	display: block;
	line-height: 1;
}

.star-rating .rating-stars .razzi-svg-icon {
	margin-right: 1px;
}

.star-rating .max-rating .razzi-svg-icon {
	color: #CDCDCD;
}

.star-rating .user-rating {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.star-rating .user-rating .razzi-svg-icon {
	color: var(--rz-color-darker);
}

p.stars {
	line-height: 1;
	display: block;
	margin: 0 0 15px;
}

p.stars > span {
	display: flex;
	height: 15px;
}

p.stars a {
	position: relative;
	height: 15px;
	width: 15px;
	text-indent: -999em;
	font-size: 0;
	color: #CDCDCD;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
	transition: none;
}

p.stars a:hover ~ a {
	color: #CDCDCD;
}

p.stars a span {
	text-indent: 0;
	display: block;
	font-size: 15px;
}

p.stars:hover a {
	color: var(--rz-color-darker);
}

p.stars.selected a.active {
	color: var(--rz-color-darker);
}

p.stars.selected a.active ~ a {
	color: #CDCDCD;
}

p.stars.selected a:not(.active) {
	color: var(--rz-color-darker);
}
/**
 * Tabs
 */

/**
 * Password strength meter
 */

/**
 * Forms
 */

/**
 * Notices
 */

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
}

.woocommerce label.woocommerce-form__label-for-checkbox {
	position: relative;
	padding-left: 35px;
	display: block;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	color: var(--rz-text-color);
	margin-bottom: 0;
	line-height: 1.5;
}

.woocommerce label.woocommerce-form__label-for-checkbox input {
	display: none;
}

.woocommerce label.woocommerce-form__label-for-checkbox span:before, .woocommerce label.woocommerce-form__label-for-checkbox span:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: #e2e2e2;
	position: absolute;
	left: 0;
	top: 1px;
	transition: 0.4s;
}

.woocommerce label.woocommerce-form__label-for-checkbox span:before {
	border: 1px solid #e2e2e2;
	background-color: #e2e2e2;
}

.woocommerce label.woocommerce-form__label-for-checkbox span:after {
	opacity: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}

.woocommerce-form .password-input {
	position: relative;
	display: block;
}

.razzi-history-products {
	margin-bottom: 80px;
	position: relative;
}

.razzi-history-products .recently-header {
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.razzi-history-products .recently-header.no-button {
	justify-content: center;
}

.razzi-history-products .recently-title {
	font-size: 28px;
	margin: 0 25px 0 0;
}

.razzi-history-products .razzi-posts__loading {
	display: block;
}

/**
 * WooCommerce Responsive
 */

@media (max-width: 991px) {
	.woocommerce-cart .woocommerce-cart-form {
		padding-right: 50px;
	}
	.woocommerce-cart table.shop_table .coupon-form td {
		width: 100%;
		padding: 10px 0;
	}
	.woocommerce-cart table.shop_table .coupon-form .coupon {
		width: inherit;
	}
	.woocommerce-cart table.shop_table .coupon-form .coupon .coupon-row {
		display: flex;
	}
	.woocommerce-cart table.shop_table .coupon-form .coupon input {
		width: 100%;
		min-width: auto;
	}
	.woocommerce-cart table.shop_table .coupon-form .actions > button {
		width: inherit;
		margin-top: 20px;
	}
	
	ul.products li.product {
        padding: 0 10px;
        width: 33.33%;
    }

    ul.products li.product .product-inner .product-loop__buttons {
        position: absolute;
        padding: 0;
        top: 0;
        right: 15px;
        bottom: auto;
        flex-direction: column;
        width: auto;
        left: auto;
    }

    ul.products li.product .product-inner .product-loop__buttons .rz-loop_button {
        width: auto;
        height: auto;
        background-color: transparent;
        margin: 15px 0 0;
        --rz-background-text-color-primary: var(--rz-color-dark);
        transform: translateX(10px);
        line-height: 1;
    }

    ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:hover {
        background-color: transparent;
    }

    ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:before {
        right: 30px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:after {
        right: 20px;
        left: auto;
        top: 50%;
        transform: translateY(-50%) rotate(270deg);
    }

    ul.products li.product .product-inner .woocommerce-badges {
        top: 15px;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-summary {
        position: static;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons {
        position: absolute;
        top: 0;
        left: auto;
        right: 15px;
        flex-direction: column;
        height: auto;
        transform: none !important;
        transition: none !important;
        opacity: 1 !important;
        margin: 0;
        z-index: 10;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons .rz-loop_button {
        opacity: 0;
        transform: translateX(10px);
        padding: 0;
        transition: 0.1s;
        transition-property: transform, opacity;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons .rz-loop_button:nth-child(2) {
        transition-delay: 75ms;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons .rz-loop_button:before {
        right: 30px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons .rz-loop_button:after {
        right: 20px;
        left: auto;
        top: 50%;
        transform: translateY(-50%) rotate(270deg);
    }

    ul.products.product-loop-layout-4 li.product .product-inner:hover .product-summary {
        transform: none;
    }

    ul.products.product-loop-layout-4 li.product .product-inner:hover .product-loop__buttons .rz-loop_button {
        transform: translateX(0);
        opacity: 1;
    }

    ul.products.mobile-show-atc:not(.product-loop-layout-12) .product-summary .rz-loop_atc_button {
        background-color: var(--rz-background-color-dark) !important;
        color: var(--rz-color-lighter);
    }

    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button {
        font-weight: 500;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        text-decoration: none;
        padding: 0 10px;
        height: 42px;
        line-height: 42px;
        margin-top: 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 3px;
        text-transform: none;
        border: none;
    }

    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button .loop_button-text {
        transition: 0.3s;
    }

    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button .razzi-svg-icon {
        display: none;
    }

    ul.products.mobile-show-atc li.product .product-summary .product-loop__buttons .rz-loop_atc_button {
        display: none;
    }

    ul.products.mobile-show-featured-icons li.product .product-inner .product-loop__buttons .rz-loop_button {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }

    ul.products.product-loop-center li.product .product-summary {
        padding-left: 0;
        padding-right: 0;
    }
	
}

@media (max-width: 767px) {
	.rz-modal {
		--rz-modal-spacing: 20px;
	}
	.ra-search-modal .quick-links .label {
		margin: 0 -20px 0 -20px;
	}
	.ra-account-modal .modal-content form {
		height: auto;
		margin-top: 40px;
	}
	.widget_shopping_cart_content .woocommerce-mini-cart-item__name {
		padding-right: 0;
	}
	
	ul.products.mobile-pl-col-3 li.product {
        width: 33.33%;
    }

    ul.products {
        margin: 0 -7.5px;
    }

    ul.products li.product {
        padding: 0 7.5px;
    }
	
	table.shop_table tbody td.product-thumbnail {
		width: auto;
	}
	.woocommerce-cart .form-row {
		width: 100%;
	}
	.woocommerce-cart .woocommerce-cart-form {
		width: 100%;
		padding: 0;
	}
	.woocommerce-cart .cart-collaterals {
		width: 100%;
	}
	.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 5px 20px;
		margin-top: 30px;
	}
	.woocommerce-cart .cart-collaterals table.shop_table tbody tr {
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.woocommerce-cart .cart-collaterals table.shop_table tbody tr:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.woocommerce-cart .cart-collaterals table.shop_table tbody th {
		display: inline-block;
	}
	.woocommerce-cart .cart-collaterals table.shop_table tbody td {
		padding: 10px 0;
	}
	.woocommerce-cart .cart-collaterals table.shop_table tr.woocommerce-shipping-totals td {
		width: 100%;
	}
	.woocommerce-cart table.shop_table tr {
		display: flex;
		flex-direction: row;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.woocommerce-cart table.shop_table tr:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.woocommerce-cart table.shop_table td.product-thumbnail {
		max-width: 90px;
		width: auto;
		padding: 0;
	}
	.woocommerce-cart table.shop_table td.product-thumbnail a {
		max-width: 90px;
	}
	.woocommerce-cart table.shop_table td.product-thumbnail img {
		min-width: 90px;
	}
	.woocommerce-cart table.shop_table td.product-content {
		padding: 0 0 0 20px;
		flex: 1;
		min-height: auto;
	}
	.woocommerce-cart table.shop_table .coupon-form td {
		width: 100%;
		padding: 10px 0;
	}
	.woocommerce-cart table.shop_table .coupon-form .coupon {
		width: inherit;
	}
	.woocommerce-cart table.shop_table .coupon-form .coupon .coupon-row {
		display: flex;
	}
	.woocommerce-cart table.shop_table .coupon-form .coupon input {
		width: 100%;
		min-width: auto;
	}
	.woocommerce-cart table.shop_table .coupon-form .actions > button {
		width: inherit;
		margin-top: 20px;
	}
	.rz-popup-add-to-cart .modal-content {
		width: 85%;
		right: 0;
		top: 0;
		left: auto;
		max-width: 470px;
		transform: translateX(100%);
		transition: transform .5s;
		background-color: #fff;
		height: 100%;
		overflow: auto;
		scrollbar-color: #1f1f1f #e2e2e278;
		scrollbar-width: thin;
	}
	
	.rz-popup-add-to-cart .modal-content {
        width: 85%;
        right: 0;
        top: 0;
        left: auto;
        max-width: 470px;
        transform: translateX(100%);
        transition: transform .5s;
        background-color: #fff;
        height: 100%;
        overflow: auto;
        scrollbar-color: #1f1f1f #e2e2e278;
        scrollbar-width: thin;
    }
	.rz-popup-add-to-cart .modal-content::-webkit-scrollbar {
		width: 2px;
	}
	.rz-popup-add-to-cart .modal-content::-webkit-scrollbar-track {
		background-color: #e2e2e2;
	}
	.rz-popup-add-to-cart .modal-content::-webkit-scrollbar-thumb {
		background-color: #1f1f1f;
	}
	.rz-popup-add-to-cart .button-close {
		top: 10px;
		right: 10px;
		font-size: 24px;
	}
	.rz-popup-add-to-cart .rz-product-popup-atc__notice {
		font-size: 16px;
		padding-top: 10px;
	}
	.rz-popup-add-to-cart .widget_shopping_cart_content {
		flex-direction: column;
		margin-top: 20px;
	}
	#gotop {
		bottom: 74px;
	}
}

@media (max-width: 600px) {
	.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
		max-width: 100px;
	}
}

/***************************** MEU STYLE PERSONALIZADO *****************************/
form .comment-form-cookies-consent,
form .comment-form-author,
#ts-vc-viu .rz-swiper-button-prev,
#ts-vc-viu .rz-swiper-button-next,
#ts-vc-viu .swiper-pagination,
.mobile-header-icons .header-account,
.mini_cart_item span.quantity, #shipping-simulator form > br, 
.wc_gc_giftcard_product #shipping-simulator,
.variations .reset_variations,
.shortcode-wcpr-comment-author::before,
.single-product .entry-summary
.woocommerce-product-rating,
.product-share .after-text,
.shortcode-wcpr-filter-container > a, li[class*="avaliacoes"], 
.mini_cart_item span.quantity, .mini_cart_item .hidden,
.ts-m-date-ul label:nth-child(4), button .icon-cart-custom, #search-modal .product-cat,
.wa__stt_offline .wa__btn_title,li.account-link--dashboard,.account-link--downloads{
    display: none!important;
}

.site-header .header-cart .cart-counter {
    display: none;
}

.ts-forceDisplayBlock {
	display: block !important;
}

.ts-whats {
  cursor: pointer;
  text-decoration: underline dotted;
    text-decoration-color: currentcolor;
  text-underline-offset: 4px;
  text-decoration-color: #afafaf;
  font-style: italic;
  color: #009517;
}

.razzi-faq .faq-title {
    font-size: 18px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.razzi-faq .faq-desc {
    margin-top: 23px;
    margin-bottom: 4px;
	display: none;
}

.razzi-faq .faq-desc p {
    margin: 0;
}

.razzi-faq .box-content {
    padding: 21px 0;
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 1px 0 0;
    cursor: pointer;
}

.razzi-faq .box-content .razzi-svg-icon {
    color: #1f1f1f;
    padding-top: 6px;
    padding-left: 25px;
}

.razzi-faq .box-content .razzi-svg-icon svg {
    transform: rotate(0);
    transition: ease .3s;
}

.razzi-faq .box-content .icon-active {
    display: none;
}

.razzi-faq .box-content:last-child {
    border-bottom-width: 1px;
}

.comment-respond .comment-form > p {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 20px;
}

.comment-respond .comment-form textarea, .comment-respond .comment-form input[type="text"], .comment-respond .comment-form input[type="email"] {
  width: 100%;
  display: block;
}

#wcpr_comment_form input[type="submit"] {
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  background-color: var(--rz-background-color-dark);
  color: var(--rz-color-lighter);
  padding: 0 37px;
  text-align: center;
  transition: ease .3s;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.ginput_counter, .tc-chars {
  position: absolute;
  bottom: -6px;
  right: 5px;
  font-size: 10px !important;
  line-height: 12px;
  text-align: right;
  color: #6a6a6a !important;
  background: #fff;
  padding: 0 3px 1px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  letter-spacing: 0.2px;
  align-self: end;
}

.comment-respond .comment-form {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

body {
    line-height: 1.4;
}

.page.full-content:not(.elementor-page) .site-content,
.container {
    padding-left: 20px;
    padding-right: 20px;
}

.main-navigation li.is-mega-menu .dropdown-submenu {
    padding: 22px 18px 14px 12px;
}

.main-navigation li.is-mega-menu .menu-item-mega ul {
    padding: 20px 0 0;
}

.main-navigation .mega-menu-content .col-flex:last-child {
    padding-right: 0;
}

.main-navigation ul ul {
    min-width: 0;
}

.main-navigation ul ul a {
    line-height: 1.2;
    white-space: initial;
}

.single-product .product_meta a:hover, #ts-divisor-prod-page div a {
    color: var(--rz-color-primary);
}

.main-navigation li.is-mega-menu.align-center:hover > ul {
    transform: translateX(-21.6%) scaleX(1);
    border: 1px dashed #cacaca;
    top: 95%;
}

.logo-center .header-center-items > * {
    flex: initial;
}

.header-search, .header-cart, .header-account {
    margin: 0 0 0 18px;
}

#primary-menu .ts-mplus > a {
    box-shadow: 0 0 0 1px rgba(249, 181, 177, 0.6);
    color: var(--rz-color-hover-primary);
    border-radius: 3px;
    padding: 5px 6px!important;
    background-color: rgba(249, 181, 177, 0.15);
}

#primary-menu .ts-mplus > a:hover {
    box-shadow: 0 0 0 1px #fff;
    background-color: #fff;
}

#primary-menu li.ts-mplus.current_page_parent > a::after {
    opacity: 0!important;
}

#campaign-bar {
    margin: 0 0 22px;
}

.razzi-scrollbar {
    scrollbar-color: var(--rz-color-primary) #e2e2e278;
}

.ts-prod-desc {
    display: flex!important;
    flex-wrap: wrap;
}

.ts-prod-flex {
    flex: 1;
    width: 50%;
}

.ts-prod-p-feat {
    color: var(--rz-color-primary);
    font-weight: 500;
}

.ts-prod-li-feat {
    list-style: none;
    margin: 0 0 10px -23px;
    color: var(--rz-color-primary);
    font-weight: 500;
}

.ts-identado {
  padding: 0 20px;
}

.ts-identado h3{
	margin-top: 50px;
}

.ts-identado h3::after {
	content: '';
	border-bottom: 3px solid antiquewhite;
	padding-bottom: 20px;
	display: block;
	width: 90px;
}

.ts-identado h5{
	font-size: 18px;
}

.ts-identado li {
  margin: 10px;
}

.ts-identado a{
	cursor: pointer;
	text-decoration: underline dotted;
	text-decoration-color: currentcolor;
	text-underline-offset: 4px;
	text-decoration-color: #afafaf;
	font-style: italic;
}

@media (min-width: 768px) {
	.ts-identado div,
	.ts-identado p,
	.ts-identado h4,
	.ts-identado ul{
		margin-left: 25px;
		text-align:justify;
	}
}

ol.ts-prod-lo-feat > li::marker {
    font-weight: 500;
    color: #FF6F61;
}

.entry-summary .ts-prod-lo-feat li {
    margin: 0px 0 4px;
    font-size: 15px;
}

.site-breadcrumb, .site-breadcrumb a {
    font-size: 12.2px;
    color: #707070;
    letter-spacing: 0.13px;
    align-items: baseline;
}

dl.tc-epo-metadata dd, .site-breadcrumb a:hover {
    color: var(--rz-color-hover-primary)!important;
}

.site-breadcrumb a, .site-breadcrumb span {
    padding: 3px 0;
}

.site-breadcrumb > a:first-child {
    padding: 3px 11px;
    background-color: #f2f2f2;
    border-radius: 3px;
}

.site-header .razzi-svg-icon {
    font-size: 24px;
}

.site-header .header-cart .razzi-svg-icon {
    font-size: 28px;
}

.site-header.minimized #leve-logo {
	width: 48px!important;
	height: 48px!important;
}

.mini_cart_item {
    align-items: start!important;
}

ul.products {
	display: flex;
	margin: 0 -15px;
	padding: 0;
	position: relative;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 25px;
}

ul.products li.product .product-thumbnail {
	position: relative;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link {
	display: block;
	transition: none;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link img {
	display: block;
}

ul.products li.product .rz-loop_button {
	position: relative;
}

ul.products li.product .rz-loop_button .razzi-svg-icon {
	min-width: 16px;
}

ul.products li.product .rz-loop_button:not(.loading):before {
	content: attr(data-text);
	background-color: #000;
	color: #fff;
	top: -40px;
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	white-space: nowrap;
	display: none;
	border-radius: 5px;
	font-size: 13px;
	padding: 6px 12px 7px;
	line-height: 1;
	pointer-events: none;
}

ul.products li.product .rz-loop_button:hover:before, ul.products li.product .rz-loop_button:hover:after {
	display: inline-block;
}

ul.products li.product .product-summary {
	transition: transform .35s ease;
	padding-top: 20px;
	background-color: #fff;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	margin: 0 0 3px;
}

ul.products li.product .price {
	color: var(--rz-text-color-gray);
	font-size: 16px;
	font-weight: 500;
	display: block;
}

ul.products.product-loop-center li.product .product-summary {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

ul.products.product-loop-center li.product .price {
	justify-content: center;
}

ul.products.product-loop-layout-4 li.product .product-summary {
	position: relative;
	z-index: 1;
}

ul.products.product-loop-layout-8 li.product .product-inner:not(:hover) .product-summary {
	transform: none !important;
	-webkit-transform: none !important;
}

ul.products li.product .product-inner {
	padding-bottom: 20px;
	position: relative;
}

ul.products.product-loop-layout-4 li.product .product-summary {
    position: relative;
    z-index: 1;
}

ul.products.product-loop-layout-4 li.product .product-inner {
	overflow: hidden;
	padding-bottom: 25px;
}

ul.products.product-loop-layout-4 li.product .product-inner:hover .product-summary {
	transform: translateY(-40px);
}

ul.products.product-loop-layout-4 li.product .product-inner:hover .product-loop__buttons {
	transform: translateY(0);
	opacity: 1;
	transition: 0.1s;
}

ul.products.product-loop-layout-4 li.product .product-loop__buttons {
	padding-top: 15px;
	position: absolute;
	left: 0;
	right: 0;
	height: 40px;
	opacity: 0;
	transform: translateY(50%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	margin-left: -15px;
	margin-right: -15px;
}

ul.products.product-loop-layout-4 li.product .product-loop__buttons .rz-loop_button {
	display: flex;
	padding: 0 15px;
}

ul.products.product-loop-layout-4 li.product .product-loop__buttons .loop_button-text,
.notifyjs-razzi-error ul li ::marker {
	display: none;
}

.woocommerce-badges {
	position: absolute;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
    top: 0!important;
    left: calc(50% - 32px)!important;
}

.woocommerce-badges > span {
	display: block;
	padding: 5px 11px;
	line-height: 1;
	background-color: var(--rz-background-color-dark);
	color: var(--rz-color-lighter);
    background-color: var(--rz-color-primary);
    margin-bottom: 0!important;
    padding: 5px 0;
    width: 64px;
}

.woocommerce-badge {
    border-top: 1px dashed white;
    border-radius: 0 0 3px 3px;
}

.woocommerce-badges .featured {
	background-color: #ff6f61;
	color: #fff;
}

.text {
    font-family: var(--rz-font-family-primary)!important;
}

.woocommerce .deal {
    margin: 30px 0 10px;
}


.timer .digits{
	border-radius:50%!important;
}

.woocommerce .deal-expire-text, .woocommerce .deal-sold-text {
    font-size: 13px;
}

.woocommerce .deal-sold-text,
.deal-text .amount span{
    font-weight: 600;
}

.woocommerce .deal-expire-text {
    font-size: 20px;
    color: var(--rz-color-primary);
    line-height: 20px;
    vertical-align: middle;
    padding-top: 15px;
}

.ts-deal {
    color: var(--rz-text-color)!important;
    font-size: 13px;
    display: block;
	margin: 2px 5px 0 0;
    line-height: 15px;
}

.deal-text .amount {
    font-style: italic;
}

select {
    width: 100%!important;
    padding: 9px 12px!important;
    transition: all .1s ease-in-out;
    outline: none;
}

.form-row-wide {
    clear: both;
}

.single-product div.product .product-button-wrapper {
    padding-top: 15px!important;
}

.single-product div.product .product-button-wrapper .single_add_to_cart_button.loading {
	opacity: 0.5;
	color: transparent;
}

.single-product div.product .product-button-wrapper .single_add_to_cart_button.loading:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid;
	border-top-color: transparent;
	-webkit-animation: razzi-spin infinite 1s linear;
	animation: razzi-spin infinite 1s linear;
	transition: opacity .2s linear .2s;
	content: "";
	margin-top: -8px;
	margin-left: -8px;
	color: var(--rz-color-lighter);
}

.single-product div.product .product-button-wrapper .single_add_to_cart_button .razzi-svg-icon {
	margin-left: 16px;
	display: inline-block;
	font-size: 19px;
}

.site-header__border {
    padding: 0;
    border: none;
}

#site-header:not(.minimized) {
    background-image: linear-gradient(0deg, transparent 40%, rgba(249, 181, 177, 0.14) 100%),radial-gradient(farthest-corner , transparent 55%, rgba(249, 181, 177, 0.1) 100%)
}

.tc-associated-table-product-indent,
.tc-associated-table-product .product-name > div,
.woocommerce_gc_giftcard_form,

.shortcode-wcpr-overall-rating-and-rating-count,
dl.tc-epo-metadata dd,
.menu-copyright p,
.razzi-history-products,
dl.tc-epo-metadata dd,
.tc-chars-remanining,
.ts-m-date-ul label:nth-child(3),
.tm-epo-totals{
    padding: 0!important;
    margin: 0!important;
}

.site-content {
    padding-top: 0;
}

.site-content.no-bottom-spacing {
  padding-bottom: 0 !important;
}

input[name="wc_gc_giftcard_to_multiple"] {
    text-transform: lowercase;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea, select {
    border-color: #eaeaea!important;
    background-color: #f9f9f9!important;
    border-radius: 2px;
    padding: 9px 12px!important;
    font-size: 15px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus {
    border-color: #fff;
    border-bottom-color: #ff6f61;
}

small {
    font-size: 92%;
    font-weight: 400;
}

a.button:not(.rz-loop_button):not(.button-outline) {
	font-weight: 500;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	background-color: var(--rz-background-color-dark);
	color: var(--rz-color-lighter);
	padding: 0 37px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
}

button, a.button {
    -webkit-transition: background-color .15s ease-in-out!important;
    transition: background-color .15s ease-in-out!important;
}

button:hover, a.button:not(.rz-loop_button):hover{
	background-color: #ffaca8!important;
	border-color: #ffaca8!important;
	color: #fff!important;
}

button[name="apply_coupon"] {
	line-height: 41px;
	padding: 0 15px;
	border-radius: 0 15px;
	margin: 0 0 0 -20px;
}

.single-product div.layout-v2 .entry-summary {
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

/* Mercado Pago Gateway */

/* Extra Options */
.ts-prod-flex ol li::marker {
    font-weight: 500!important;
}

.tc-tooltip {
    color: var(--rz-color-hover-primary);
    font-size: 17px;
    margin: 0.1em 0.3em!important;
}

.tc-cell.tm-description {
    margin: 0 0 2px;
}

#tm-extra-product-options .tm-description p {
    font-size: 14px;
    margin: 0;
}

#tm-extra-product-options div.tm-description:last-child p {
    margin: 6px 0 0;
}

.ts-prod-flex ol li::marker, .shortcode-wcpr-comment-author {
    font-weight: 500!important;
}

.tm-epo-style.round2 {
    background: #fef4f3 none repeat scroll 0 0;
    border: 2px solid #ffcecb;
}

.tc-epo-style-wrapper.round2 .tm-epo-style::after {
    font-size: 8px!important;
    margin-top: -4px;
    margin-left: -4px;
    color: #ff6f61!important;
}

.tc-epo-style-wrapper.round2 {
    height: 20px;
    width: 20px;
    vertical-align: top;
}

.ts-m-date-ul li, .tm-epo-field-label {
    display: flex!important;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label {
    padding: 0!important;
    margin: 0 0 0 10px!important;
    display: block!important;
    line-height: 1.3!important;
}

.tm-element-ul-product .tm-epo-style.round2, .tm-element-ul-checkbox .tm-epo-style.round2 {
    border-radius: 0%;
}

.price.tc-price .amount,
.tm-extra-product-options li.tmcp-field-wrap.tc-active .tc-label.tm-label {
    font-weight: 400!important;
}

ul.tm-element-ul-product {
    margin: 6px 0 0 !important;
}

.ts-prod-div h3 {
    font-size: 15px;
    color: #3e98c4;
    font-style: italic;
    font-weight: 500;
}

.ts-m-date-ul label {
    margin-right: 6px!important;
}

.ts-m-date-ul label:nth-child(1) {
    flex: .7!important;
}

.ts-m-date-ul label:nth-child(2) {
    flex: 1.1!important;
}

.ts-m-date-ul label:nth-child(3) {
    flex: .8!important;
}

#tm-extra-product-options li.tm-per-row {
    flex: 0!important;
}

.tmcp-field-wrap.tm-per-row {
    min-width: fit-content;
}

.ts-box-msg {
    background: #fef4f3!important;
    border: 1px solid #fbd2d0!important;
    padding: 0 13px 10px 13px;
    font-family: inherit!important;
    color: var(--rz-text-color);
}

.ts-box-msg h2 {
    color: #ff6f61;
}

.ts-box-msg .title {
    color: #ff6f61;
    font-weight: 600;
    padding: 8px 0 0;
}

dl.tc-epo-metadata dt {
    margin: 0 5px 0 0;
    font-size: 13px;
    color: var(--rz-text-color-gray);
}

dl.tc-epo-metadata dd {
    display: inherit!important;
    font-weight: 500!important;
    font-size: 13px;
    line-height: 1.38;
}

.shortcode-wcpr-filter-button.shortcode-wcpr-active {
    color: #fff!important;
}

.tm-extra-product-options img.radio-image {
    background: #f9b5b1!important;
    border: none!important;
}

.single-product div.product .woocommerce-tabs .panel {
    max-width: 963px;
}

table.variations select {
    max-width: 200px;
}

.single-product div.product.product-type-variable form.variations_form .variations td.value {
    margin-bottom: 12px;
}

.product .nyp label, .ts-prod-flex ol li::marker, .shortcode-wcpr-comment-author {
    font-weight: 500!important;
}

.single-product .variations .label {
    margin: 0 0 10px!important;
}

.single-product .variations label {
    font-weight: 500!important;
    -color: #fff;
}

.product .nyp .nyp-input {
    font-weight: 600;
    margin: 6px 0 2px;
}

.nyp-product .entry-summary > form.cart, .nyp-product .single_variation_wrap {
    display: flex;
    flex-direction: column;
}

.nyp-product .nyp {
    order: -1;
    margin: 10px 0 0.8em!important;
}

.shop_table.cart {
	color:#fff!important;
}

/* Gravity Forms */

/************** Whatsapp Chat ******************/
/** Parte original **/
.nta-woo-products-button:after,.nta-woo-products-button:before {
    clear: both;
    content: "";
    display: block
}

/** Parte adicional Therus **/

/* AFFILIATEWP Area STYLING */

/* Woocommerce Reviews photo */

/* Woocommerce upload file */

#page-header {
    margin: 0 0 20px;
}

.shop_table .quantity{
  color: var(--rz-text-color);
  fill: var(--rz-text-color);
  font-weight: 500;
}

.ts-topbar-mobile {
    background-color: #f9f9f9;
    border-bottom: 1px dashed #e8e8e8;
    padding: 3px 6px 2px;
}

#mobile-menu-modal .modal-header {
    text-align: left;
}

#mobile-menu-modal #leve-logo {
    width: 70px;
}

#mobile-menu-modal .modal-content {
    padding-top: 0;
}

.header-mobile .cart-counter {
    right: -10px !important;
}

div.layout-v2 [id^="ts-termo-"] {
    cursor: pointer;
}



.variation-Parae-maildodestinatrio p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 125px;
}

.tc-chars {
	position: absolute;
	bottom: -6px;
	right: 5px;
	font-size: 10px!important;
	line-height: 12px;
	text-align: right;
	color: #6a6a6a!important;
	background: #fff;
	padding: 0 3px 1px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	letter-spacing: 0.2px;
	align-self: end;
}



/* Botão de pagamento malsucedido de cartão de crédito */

/* Conserta Bug menu header parte 1 */
#site-header .header-main {
	-webkit-transition: none;
	transition: none;
}

#site-header.minimized .header-main {
	-webkit-transition: height .3s ease-in;
	transition: height .3s ease-in;
}

body:not(.sticky-minimized) {
	-webkit-transition: margin-top .4s ease-in-out;
	transition: margin-top .4s ease-in-out;
}

/*Executa no Firefox somente*/
@-moz-document url-prefix() {
	body.sticky-minimized {
		margin-top: 0px!important;
	}
}

.notifyjs-razzi-error ul li ::marker {
	display: none;
}

h2 {
    font-weight: 500;
    color: var(--rz-color-dark);
    line-height: 1.33;
}

dl.tc-epo-metadata dt,
tr.order_item .wc-item-meta li strong {
  margin:0 5px 0 0;
  font-size: 13px;
  color: var(--rz-text-color-gray);
}

dl.tc-epo-metadata dd,
tr.order_item .wc-item-meta li{
	display: inherit!important;
	font-weight: 500!important;
	font-size: 13px;
	line-height: 1.38;
}

dl.tc-epo-metadata dd {
	color: var(--rz-color-hover-primary)!important;
}

.mini_cart_item {
    align-items: start!important;
}

.woocommerce-form .show-password-input {
    transition: .35s;
    cursor: pointer;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: no-repeat center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTExMTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV5ZSI+PHBhdGggZD0iTTEgMTJzNC04IDExLTggMTEgOCAxMSA4LTQgOC0xMSA4LTExLTgtMTEtOHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48L2NpcmNsZT48L3N2Zz4=);
}

.woocommerce-form .display-password:before {
	content:"/";
	position:relative;
	top:-8px;
	left:3px;
	font-weight:600;
	font-size:23px;
	color:#00ff87;
}

.woocommerce-privacy-policy-text {
    font-size: 13px;
}

.woocommerce label.woocommerce-form__label-for-checkbox :checked ~ span:after {
    opacity: 1;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    position: absolute;
    top: calc( 50% - 15px);
    transform: translateY(-50%);
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: var(--rz-color-dark);
    padding: 0 var(--rz-modal-spacing);
    margin: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message .razzi-svg-icon {
    font-weight: 400;
    margin-left: 17px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message .razzi-button {
    width: 100%;
    margin-top: var(--rz-modal-spacing);
}

#ts-nome {
    text-align: left;
    font-size: 13px;
    padding: 3px 0 0 6px;
    color: #2b2b2b;
    width: min-content;
}

.site-header .header-account .account-links {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%)!important;
    background-color: var(--rz-background-color-light)!important;
    box-sizing: border-box;
    min-width: 200px;
    padding: 30px 0!important;
    float: left;
    position: absolute;
    top: 100%;
    right: -15px;
    z-index: 99999;
    transition: opacity .3s;
    opacity: 0;
    transform: scaleX(0);
    pointer-events: none;
}

.site-header .header-account .account-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-header .header-account .account-links li {
    padding: 0 30px;
    margin-bottom: 12px;
    text-align: left;
}

.site-header .header-account .account-links {
    right: initial;
}

#ts-vc-viu li.product,
.site-header .header-account .account-links li:last-child {
    margin-bottom: 0;
}

#ts-vc-viu .razzi-products-recently-viewed-carousel:before{
	content: "Você viu...";
	font-size: 28px;
	font-weight: 500;
	color: var(--rz-color-dark);
	margin: 0 auto 40px;
	display: block;
	text-align: center;
}

#ts-vc-viu .razzi-loading::before {
	top: 0;
	left: -14px;
}

#ts-vc-viu .swiper-container {
	min-height: 40px;
}

.site-header .header-account .account-links li a:hover {
    color: var(--rz-color-primary);
}

.woocommerce-MyAccount-Giftcards-form, .header-account .account-links {
    display: initial;
}

.site-header .header-account.mobile:hover .account-links{
  transform: translateX(-57.6%) scaleX(1);
}

.site-header .header-account .account-links span a:hover {
	background:#ffd9d6!important;
}

.swiper-container__extra {
	padding-bottom: 100px;
	margin-bottom: -100px;
}

.swiper-container__extra .swiper-pagination {
	z-index: 0;
}

body .notifyjs-corner {
	z-index: 99999;
}

body.admin-bar .notifyjs-corner {
	transform: translateY(32px);
}

.notifyjs-razzi-success {
	color: #299c77;
	background-color: #bff9d0;
}

.notifyjs-razzi-error {
	color: #fff;
	background-color: #b81c23;
}

.notifyjs-razzi-error ul {
	margin: 0;
	padding: 0;
}

.notifyjs-razzi-error ul li {
	list-style: none;
}

.notifyjs-razzi-error ul li ::marker {
	display: none;
}

.notifyjs-razzi-info {
	color: #fff;
	background-color: #1e85be;
}

.notifyjs-razzi-base {
	font-weight: 400;
	position: relative;
	padding: 15px 40px 15px 60px;
	margin-bottom: 10px;
	box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
	max-width: 450px;
}

.notifyjs-razzi-base .message-icon {
	position: absolute;
	left: 20px;
	top: 17px;
	font-size: 20px;
}

.notifyjs-razzi-base .button.wc-forward {
	display: none;
}

.notifyjs-razzi-base .btn-button {
	padding-left: 5px;
	color: #299c77;
	text-decoration: underline;
}

.notifyjs-razzi-base .svg-active {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 11px;
}

.notifyjs-razzi-base .message-box {
	display: inline-block;
}

.rz-popup-add-to-cart .button-close {
	top: -12px;
	right: -10px;
	transform: none;
	z-index: 999;
	cursor: pointer;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
	font-size: 18px;
}

.rz-popup-add-to-cart.loaded .button-close, .rz-popup-add-to-cart.open .button-close {
	opacity: 1;
}

.rz-popup-add-to-cart .modal-content {
	max-width: 770px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.rz-popup-add-to-cart .widget_shopping_cart_content {
	height: auto;
	display: flex;
	align-items: center;
}

.rz-popup-add-to-cart .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
	padding-right: 20px;
	position: sticky;
    top: 0;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list {
	height: auto;
	width: 50%;
	padding: 0;
	max-height: 170px;
	padding-right: 30px;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item {
	border-bottom: none;
	margin-bottom: 0;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item:not(.active) {
	display: none;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item__title {
	font-size: 16px;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list a.remove,
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-cart-item__qty {
	display: none;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item__qty {
	display: block !important;
	visibility: visible !important;
	color: var(--rz-text-color);
	font-weight: 400;
	margin-top: 5px;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar {
	width: 3px;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-track {
	background-color: transparent;
}

.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer {
	width: 50%;
	padding: 0 0 0 20px;
	position: relative;
	bottom: auto;
}

.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer .total {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer .razzi-button {
	width: 100%;
}

.rz-popup-add-to-cart.loading .product-modal-content {
	opacity: 0;
	transition: none;
}

.rz-popup-add-to-cart.loading .razzi-posts__loading {
	display: block;
	background-color: transparent;
}

.rz-popup-add-to-cart.loading .razzi-posts__loading .razzi-loading {
	transform: translate(-50%, -50%);
	top: 50%;
}

.rz-popup-add-to-cart .woocommerce-mini-cart__count_notice {
	display: block !important;
	visibility: visible !important;
	text-align: left;
	margin-bottom: 10px;
	color: var(--rz-text-color);
	font-weight: 400;
	font-size: 16px;
}

.rz-popup-add-to-cart .rz-product-popup-atc__notice {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	color: var(--rz-color-dark);
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation {
	border-top: 1px solid #e2e2e2;
	padding-top: var(--rz-modal-spacing);
	margin-top: var(--rz-modal-spacing);
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation.loading {
	height: 0;
	opacity: 0;
	transition: height 0.4s;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation.active {
	height: auto;
	opacity: 1;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation.loaded {
	display: block;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .product-heading {
	font-size: 24px;
	margin: 0 20px 20px 0;
	font-weight: 500;
	line-height: 1;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .recommendation-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon {
	color: #bababa;
	font-size: 24px;
	cursor: pointer;
	transition: 0.3s;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon:focus {
	outline: none;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon:hover {
	color: #111;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon.swiper-button-disabled {
	cursor: auto;
	color: #bababa;
	opacity: 0.5;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .rz-swiper-button-next {
	margin-right: -5px;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-button-lock,
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-pagination.swiper-pagination-lock,
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-pagination {
	display: none;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-title {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: var(--rz-color-dark);
	margin-top: 7px;
	line-height: 1.2;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-price {
	color: var(--rz-text-color-gray);
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-top: 5px;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-price del {
	font-size: 14px;
	color: #a6a6a6;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-price ins {
	background-color: transparent;
	color: var(--rz-color-primary);
	padding-left: 5px;
}

.widget_shopping_cart_content ul.cart_list .mini_cart_item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-qty-number .quantity {
    border: 1px solid var(--rz-border-color-gray);
    transition: 0.4s;
    display: flex;
    font-size: 14px;
}

.product-qty-number .widget_shopping_cart_content .quantity {
    font-size: 12px;
}

.product-qty-number .quantity .razzi-qty-button {
    cursor: pointer;
    padding: 0 7px;
    align-items: center;
    position: relative;
    display: inline-flex;
}

.product-qty-number .quantity .razzi-qty-button svg {
    position: relative;
}

.product-qty-number .quantity .qty {
    flex: 1 1 auto;
    padding: 0;
    border: none;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
    text-align: center;
    width: 34px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.product-qty-number .widget_shopping_cart_content .quantity .qty {
    width: 40px;
}

.tc-associated-table-product-indent {
	color: var(--rz-color-dark);
	font-weight: 500;
	padding:0!important;
}

.tc-associated-table-product-name {
	color: #ff6f61;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	max-width: fit-content;
	border-radius: 3px;
	background: #fef4f3;
	display: flex;
}

.product-qty-number .quantity .razzi-qty-button:hover {
	color: var(--rz-color-darker);
}

.product-qty-number .quantity .razzi-qty-button:hover::before {
	background-color: #eee;
}

.product-qty-number .quantity .qty {
	flex: 1 1 auto;
	padding: 0;
	border: none;
	-moz-appearance: textfield;
	appearance: textfield;
	-webkit-appearance: textfield;
	text-align: center;
	width: 34px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.product-qty-number .quantity .qty::-webkit-outer-spin-button, .product-qty-number .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.single-product div.product .entry-summary > .stock,
#quick-view-modal .woocommerce-product-rating,
.wa__stt_offline .wa__member_duty{
	display:none!important;
}

.ts-prot {
    position: absolute;
    z-index: 2;
}

.ts-prot, .ts-prot img {
    width: 100%;
    height: 100%;
}

.single-product div.product .product-share {
	margin-top: 35px;
}

.single-product div.product .product-share .sharing-icon {
	margin-right: 11px;
	color: var(--rz-color-darker);
}

.single-product div.product .product-share .social-share-link {
	font-size: 15px;
	margin: 0 4.5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	color: var(--rz-color-placeholder);
	background-color: #f5f5f5;
}

.single-product div.product .product-share .social-share-link:hover {
	color: var(--rz-color-lighter);
	background-color:  var(--rz-color-primary);
}

.entry-title {
    margin: 0 0 13px;
}

#quick-view-modal .product-share .sharing-icon {
	display: block;
	margin: 10px auto;
	letter-spacing: 4px;
	font-size: 11px;
}

#quick-view-modal .product-share .social-share-link {
	background: #fff;
	box-shadow: 0 0 0 1px #8e8a89;
}

#quick-view-modal .product-share .social-share-link:hover {
	box-shadow: 0 0 0 4px #ff6f61;
	color:#111;
}

#quick-view-modal .product-share, #quick-view-modal .product_meta {
    margin:15px;
    text-align:center;
}

#quick-view-modal .price {
    font-weight: 500;
    margin: 0;
}

.single-product .product_meta {
    display: flex;
    flex-direction: column-reverse;
}

.single-product .product_meta * {
    font-size: 12px;
    margin-right: 4px!important;
}

.woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-error {
  display: inline-block;
  width: 100%;
}

.ra-account-modal .woocommerce-error .error-message {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-message .close-message, .woocommerce-info .close-message, .woocommerce-error .close-message {
  position: absolute;
  right: 15px;
  top: 23px;
  cursor: pointer;
}

.ts-menu-badge a::after{
	font-size: 9.4px;
	font-weight: 500;
	padding: 2px 2.4px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	color: #fff;
	height: min-content;	display: inline-block;
}

.ts-menu-badge.novo a::after{
	content: 'NOVO';
	background: #a2e4b8;
	color: #222;
}

.ts-menu-badge.oferta a::after{
	content: 'OFERTA';
	background: #FF6F61;
}

.ts-menu-badge.breve a::after{
	content: 'EM BREVE';	border: 1px dashed #ddd;	color: #bfbfbf;
	background: #fff;
	
}

.breve a, a[title=breve] {
	color:#d9d9d9!important;
	cursor:default!important;
}

button:hover, a.button:not(.rz-loop_button):hover, .wcpr-load-more-reviews-button-container .wcpr-load-more-reviews-button:hover {
    background-color: #ffaca8!important;
    border-color: #ffaca8!important;
    color: #fff!important;
}

.header-sticky:not(.header-v6) .site-header.minimized {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 #f0f0f0;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    border-bottom: none;
    max-width: 100%;
    margin: 0 auto;
}

.rz-modal {
	--rz-modal-spacing: 30px!important;
}

.rz-modal.open {
	visibility: visible;
}

.rz-modal.open .panel-content {
    transform: none;
}

.rz-modal.open .modal-header {
    opacity: 1;
    display: block;
}

.rz-modal.open .modal-content {
    opacity: 1;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation {
    margin-top: 5px;
}

.widget_shopping_cart_content .variation {
    font-size: 14px;
    margin: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation > dt {
    float: left;
    clear: both;
}

.widget_shopping_cart_content .variation dt {
    font-weight: 400;
    display: inline-block;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation > dd {
    float: left;
}

.widget_shopping_cart_content .variation dd :last-child {
    margin-bottom: 0;
}

.widget_shopping_cart_content .variation dd :first-child {
    margin-top: 0;
}

.ra-hamburger-modal ul.nav-menu li.menu-item-has-children .toggle-menu-children {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateY(-50%);
    display: none;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
}

.ra-menu-mobile-modal ul.nav-menu li.menu-item-has-children .toggle-menu-children {
    display: block;
}

.ra-hamburger-modal ul.nav-menu li.active > a .toggle-menu-children .razzi-svg-icon {
    transform: rotate(180deg);
}

.ra-hamburger-modal ul.nav-menu li.menu-item-has-children .toggle-menu-children .razzi-svg-icon {
    transition: none;
}

.ra-hamburger-modal ul.nav-menu > li .razzi-svg-icon {
    font-size: 24px;
}

#gotop.show-scroll {
    opacity: 1;
    transform: translateX(0) rotate(-90deg);
}

@media (max-width: 767px) {
	.rz-modal {
		--rz-modal-spacing: 20px!important;
	}
	
	
}

/*********************** Inseridos além do css gerado para a home ***********************/

mark, ins {
    background-color: #fff9c0;
    text-decoration: none;
}

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, select, .select2 span.select2-selection--single {
    border-color: #eaeaea!important;
    background-color: #f9f9f9!important;
    border-radius: 2px;
    padding: 9px 12px!important;
    font-size: 15px;
	color: var(--rz-color-dark);
    border: 1px solid var(--rz-border-color);
    box-sizing: border-box;
    transition: all .1s ease-in-out;
    outline: none;
}

.tc-epo-element-product-container-left {
    width: 30%;
    flex: 0 0 30%;
}

.tc-epo-element-product-container-right {
    width: 66%;
    flex: 0 0 66%;
}

.tm-extra-product-options .tc-cell.tm-error {
    color: #ff6f61;
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0!important;
}

/* quick-modal - visão rápida */

.quick-view-modal .button-close {
	transform: none;
	padding: 0;
	z-index: 9;
	cursor: pointer;
	top: 9px;
    right: 9px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
}

.single-product div.product .woocommerce-product-gallery figure {
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image * {
    cursor: default!important;
    width: 100%;
    max-width: 600px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	display: block;
	cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwb2x5Z29uIHBvaW50cz0iMjAsMTEgMTMsMTEgMTMsNCAxMSw0IDExLDExIDQsMTEgNCwxMyAxMSwxMyAxMSwyMCAxMywyMCAxMywxMyAyMCwxMyAiLz48L3N2Zz4=), auto;
}

.quick-view-modal .button-close .razzi-svg-icon {
	font-size: 24px;
}

.quick-view-modal .modal-content {
	max-height: 600px;
	position: absolute;
	top: calc(50% - 80px);
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	padding: 0;
}

.quick-view-modal .razzi-posts__loading {
	bottom: 0;
}

.quick-view-modal .woocommerce div.product {
	background-color: #fff;
}

#quick-view-modal .entry-thumbnail {
	width: 100%;
    position: relative;
    overflow: hidden;
}

.quick-view-modal .woocommerce div.product .woocommerce-product-gallery {
    width: 100% !important;
    padding-bottom: 50px;
}

.quick-view-modal .rz-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
    outline: none;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #ffffff;
    text-align: center;
    color: var(--rz-color-dark);
    z-index: 1;
    transition: .3s;
    font-size: 20px;
}

.quick-view-modal .rz-quickview-button-prev {
    left: 0;
	border-radius: 0 30% 30% 0;
}

.quick-view-modal .rz-quickview-button-next {
    right: 0;
	border-radius: 30% 0 0 30%;
}

.quick-view-modal .product-more-infor {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 14px 20px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--rz-background-color-primary);
    color: var(--rz-color-lighter);
    z-index: 1;
}

.quick-view-modal .product-more-infor .razzi-svg-icon {
    margin-left: 10px;
    font-size: 20px;
}

.quick-view-modal.loading .button-close, .quick-view-modal.loading .product {
    opacity: 0;
}

.quick-view-modal.loading .razzi-posts__loading .razzi-loading {
    transform: translate(-50%, -50%);
    top: 50%;
	color: #fff;
    letter-spacing: .3px;
}

.quick-view-modal.loading .razzi-posts__loading {
    display: block;
    background-color: transparent;
}


.single-product div.product .product_meta > span a:not(:hover) {
	color: var(--rz-text-color);
}


ul.products li.product .product-summary .rz-loop_atc_button {
	display: none;
}

.razzi-history-products {
	position: relative;
	display: block;
}

.razzi-history-products .recently-header {
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.razzi-history-products .recently-header.no-button {
	justify-content: center;
}

.razzi-history-products .recently-title {
	font-size: 28px;
	margin: 0 25px 0 0;
}

.razzi-history-products:not(.grid-type) ul.products {
	margin: 0;
	flex-wrap: initial;
}

.razzi-history-products:not(.grid-type) ul.products li.product {
	padding: 0;
}

.razzi-history-products:not(.grid-type) ul.products li.product:last-child {
	margin-right:0!important;
}

.razzi-history-products .swiper-scrollbar {
	max-width: 570px;
	background-color: #e5e5e5;
	cursor: pointer;
	height: 4px;
	border-radius: 0;
	position: static;
	width: 100%;
	margin: 40px auto 0;
}

@media (min-width: 1200px) {
	.razzi-history-products .swiper-scrollbar {
		display: none;
	}
}

.razzi-history-products .swiper-scrollbar-drag {
	background-color: var(--rz-background-color-primary);
	cursor: pointer;
}

.razzi-history-products.loaded .razzi-posts__loading,
.razzi-history-products.hide-empty {
	display: none;
}

.single-product .razzi-history-products .recently-header {
	margin-bottom: 60px;
}

.ts-title-alt {
    position: absolute;
    background-color: #bbb;
    color: #fff;
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 0 3px 3px 3px;
	width: fit-content!important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
    padding: 20px 30px;
    margin: 0 0 2em;
    position: relative;
    background-color: #1e85be;
    color: #fff;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 14px;
}

.woocommerce-message {
    background-color: #8ed3af;
}

.woocommerce-error {
    background-color: #ff5747;
}

.woocommerce-notices-wrapper p {
    margin: 0;
}

.clear::before, .clear::after, .clearfix::before, .clearfix::after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear::after, .clearfix::after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: var(--rz-color-dark);
  line-height: 1.33;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}



@media (max-width: 1200px) {
    #quick-view-modal .modal-content {
        max-width: 490px;
    }
}

@media (max-width: 991px) {
	.site-header.minimized {
		position: initial!important;
	}

    #site-header #leve-logo {
        box-shadow: 0 12px 15px -11px #00000061;
        border-radius: 50%;
    }

    .razzi-promotion {
        padding: 22px 13px 12px 13px!important;
        text-align: center;
        border-top: 1px dashed #ccc;
        box-shadow: inset 0 12px 15px -11px rgba(0, 0, 0, 0.22);
    }
	
	.tm-clear-cart-button,
    #site-header-minimized {
        display: none!important;
    }

    .product-summary .quick-view-button svg {
        width: 1.6em;
        height: 1.55em;
        background: #fff;
        border-radius: 50%;
        border: 3px solid #fff;
    }
		
	.product-loop__buttons a:first-child,
	ul.products li.product .product-thumbnail .product-loop__buttons .loop_button-text{
		display: none!important;
	}
	
	ul.products li.product .product-thumbnail .product-loop__buttons > * {
		pointer-events: auto;
	}
	
	ul.products li.product .product-thumbnail .product-loop__buttons {
		position: absolute;
		bottom: 0;
		z-index: 1;
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 20px 0;
		pointer-events: none;
	}
	
	ul.products li.product .product-inner .product-loop__buttons {
		position: absolute;
		padding: 0;
		top: 0;
		right: 0;
		bottom: auto;
		flex-direction: column;
		width: auto;
		left: auto;
	}
	
	ul.products li.product .product-thumbnail .rz-loop_button {
		display: flex;
		align-items: center;
		justify-content: center;
		transition: transform 0.1s, opacity 0.1s, background 0.35s, color 0.35s;
		position: relative;
		box-shadow: 0px 2px 5px rgb(0 0 0 / 3%);
	}
	
	ul.products li.product .product-inner .product-loop__buttons .rz-loop_button {
		width: auto;
		height: auto;
		background-color:#eeb8b2;
		color: #fff;
		font-size: 26px;
		padding: 5px;
		margin: 0;
		border-radius: 0 0 0 5px;
		--rz-background-text-color-primary: var(--rz-color-dark);
		line-height: 1;
	}
	
	ul.products.mobile-show-featured-icons li.product .product-inner .product-loop__buttons .rz-loop_button, ul.products.mobile-show-featured-icons li.product .product-inner .product-loop-inner__buttons .rz-loop_button {
		transform: translateX(0) !important;
		opacity: 1 !important;
	}
	
	.rz-modal {
		--rz-modal-spacing: 20px;
	}
	
	.rz-modal.open {
		visibility: visible;
		z-index: 99999;
	}
	
	.rz-modal.open .modal-content {
		opacity: 1;
	}
	
	ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button {
		font-weight: 500;
		font-size: 16px;
		display: flex!important;
		align-items: center;
		justify-content: center;
		background-color: var(--rz-background-color-dark) !important;
		color: var(--rz-color-lighter);
		text-align: center;
		white-space: nowrap;
		text-decoration: none;
		padding: 0 10px;
		height: 42px;
		line-height: 42px;
		margin-top: 15px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		border-radius: 3px;
		text-transform: none;
		border: none;
	}
	
	.rz-stock,
	ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button .razzi-svg-icon {
		display: none;
	}
	
	.quick-view-modal.loaded .modal-content {
		transform: translateX(0);
	}
	
	.quick-view-modal .woocommerce div.product .entry-thumbnail {
		width: 42%;
		position: relative;
		overflow: hidden;
	}
	
	.quick-view-modal .woocommerce div.product .entry-thumbnail, .quick-view-modal .woocommerce div.product .entry-summary {
		width: 100%;
	}
	
	.quick-view-modal .woocommerce div.product .woocommerce-product-gallery {
		padding-bottom: 50px;
		margin: 0;
	}
	
	.quick-view-modal .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
		display: block !important;
	}
	
	.quick-view-modal .rz-swiper-button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		cursor: pointer;
		outline: none;
		width: 42px;
		height: 42px;
		line-height: 42px;
		background-color: #ffffff;
		text-align: center;
		color: var(--rz-color-dark);
		opacity: 1;
		z-index: 1;
		transition: .3s;
		font-size: 20px;
	}
	
	.quick-view-modal .rz-quickview-button-next {
		right: 0;
		border-radius: 30% 0 0 30%;
	}
	.quick-view-modal .rz-quickview-button-prev {
		left: 0;
		border-radius: 0 30% 30% 0;
	}
	
	.quick-view-modal .product-more-infor {
		font-size: 15px;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		padding: 14px 20px;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: var(--rz-background-color-primary);
		color: var(--rz-color-lighter);
		z-index: 1;
	}
	
	.quick-view-modal .woocommerce div.product .entry-summary {
		position: relative;
		padding: 20px 20px 50px 20px;
		margin-top: 0;
		height: auto;
	}
	
	.quick-view-modal .product-more-infor .razzi-svg-icon {
		margin-left: 10px;
		font-size: 20px;
	}
	
	.single-product div.product .woocommerce-tabs .razzi-tab-wrapper > a.active > .razzi-svg-icon {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		transition: .3s;
	}
	
	.quick-view-modal .modal-content {
		width: 85%;
		right: 0;
		top: 0;
		bottom: 0;
		left: auto;
		max-width: 600px;
		max-height: 100vh;
		transform: translateX(100%);
		transition: transform .5s;
	}
	.quick-view-modal .button-close {
		top: 20px;
		right: 20px;
	}
	.quick-view-modal .woocommerce div.product {
		background-color: #fff;
		transition: none;
		overflow: auto;
		height: 100vh;
		scrollbar-color: #1f1f1f #e2e2e278;
		scrollbar-width: thin;
	}
	.quick-view-modal .woocommerce div.product::-webkit-scrollbar {
		width: 2px;
	}
	.quick-view-modal .woocommerce div.product::-webkit-scrollbar-track {
		background-color: #e2e2e2;
	}
	.quick-view-modal .woocommerce div.product::-webkit-scrollbar-thumb {
		background-color: #1f1f1f;
	}
	
	.single-product div.product .entry-summary .product_title {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	
	.single-product div.product .summary-price-box {
		flex-wrap: wrap;
	}
	
	.single-product div.product .entry-summary .price {
		font-size: 18px;
	}
	
}

@media (max-width: 767px){
	.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img{
	    max-width: 100px;
	}
	
	.rz-popup-add-to-cart.loaded .modal-content {
		transform: translateX(0);
	}
	
	.rz-popup-add-to-cart .modal-content {
		width: 85%;
		right: 0;
		top: 0;
		left: auto;
		max-width: 470px;
		transform: translateX(100%);
		transition: transform .5s;
		background-color: #fff;
		height: 100%;
		overflow: auto;
		scrollbar-color: #1f1f1f #e2e2e278;
		scrollbar-width: thin;
	}
	
	.rz-popup-add-to-cart .rz-product-popup-atc__notice {
		font-size: 16px;
		padding-top: 10px;
	}
	
	.rz-popup-add-to-cart .button-close {
		top: 10px;
		right: 10px;
		font-size: 24px;
	}
	
	.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list, .rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer {
		width: 100%;
		padding-right: 0;
	}
	
	#rz-popup-add-to-cart img {
		max-width: 100px!important;
	}
	
	.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer {
		padding-left: 0;
		margin-top: 30px;
	}
	
}

@media (max-width: 640px) {
	.page-header__title {
		padding: 25px 0!important;
	}
	
	.ts-prod-flex {
        margin-right: 0;
        width: 100%;
        flex: initial;
    }


}

@media (max-width: 480px) {
	ul.products li.product {
        width: 50%;
    }

    ul.products.mobile-pp-col-2 li.product {
        width: 50%;
    }
	
    .wc_gc_giftcard_from, .wc_gc_giftcard_to_multiple {
        flex: 1 0 100%!important;
    }
	
	.woocommerce .deal-expire-date {
		margin-bottom: 8px;
	}
	
}

@media (min-width: 641px) {
    .ts-prod-desc .ts-prod-flex:first-of-type {
        padding-right:22px;
    }
}

@media (min-width: 769px) {
    .ts-gap-esq-div {
        padding-right:7px!important;
    }

    .ts-gap-dir-div {
        padding-left: 7px!important;
    }
}

@media (min-width: 961px) {
    .shortcode-wcpr-overall-rating-and-rating-count {
        max-width: 790px;
    }

    #woocommerce-photo-reviews-shortcode-1 div.shortcode-wcpr-filter-container {
        margin: -81px 0 55px !important;
    }

    .ts-filter-star > span {
        display: block!important;
    }
}

@media (min-width: 992px) {
	ul.products li.product {
        width: 33.33%;
        padding: 0 15px;
    }

    ul.products.columns-4 li.product {
        width: 25%;
    }

    ul.products.columns-6 li.product {
        width: 16.66%;
    }
	.single-product {
		--razzi-product-sidebar-space: 15px;
		--razzi-product-thumbs-width: 85px;
		--razzi-product-sidebar-width: 300px;
	}
	.single-product:not(.full-content) div.product {
		--razzi-product-thumbs-width: 55px;
	}
	
	body.sticky-minimized {
		margin-top: 114px;
	}
	
    .single-product div.layout-v2 .woocommerce-product-gallery {
        width:60%;
		position: sticky;
		top: 73px;
    }

    .single-product div.layout-v2 .entry-summary {
        width: 40%;
        padding-left: 60px!important;
    }
	
	.single-product div.layout-v2 .entry-summary.ts-without {
		width: 49%;
	}
	
	.single-product div.layout-v2 .woocommerce-product-gallery.ts-without {
		width: 51%;
	}
	
	.layout-v2 .woocommerce-product-gallery:not(.ts-without) .woocommerce-badges {
        left: calc(56% - 32px)!important;
    }

    .sold-individually .single_add_to_cart_button {
        min-width: 334px!important;
    }
	
	#quick-view-modal .summary > *:not(.product-share) {
		display:none;
	}
	
	#quick-view-modal .summary {
	    float: none;
		text-align: center;
		background-image: linear-gradient(#ffe6e4, #fff);
	}
	
    /* Conserta Bug menu header parte 2     */

    /* Alteração para o checkout de 3 colunas */
}

@media (min-width: 1201px) {
    #quick-view-modal .modal-content {
        width: 490px;
    }
	.razzi-history-products:not(.grid-type) ul.products {
		justify-content: center;
	}
	
}

@media (max-width: 1199px) and (min-width: 992px) {
    ul.products.columns-6 li.product {
        width: 25%;
    }
}


/*
*   Error 404
*/

.error404 .site-content {
  padding: 110px 15px;
}

.error404 .content-area {
  width: 100%;
}

.error404 .error-404 {
  max-width: 440px;
  margin: auto;
  text-align: center;
}

.error404 .error-404__svg {
  margin-bottom: 27px;
}

.error404 .error-404__svg svg {
  width: 54px;
  height: 54px;
}

.error404 .error-404 .page-title {
  font-size: 36px;
  margin: 0 0 19px;
}

.error404 .error-404 .page-content {
  margin: 0 0 37px;
  font-size: 18px;
  line-height: 1.5;
}

.error404 .error-404 .razzi-button {
  padding: 0 34px;
}

/*
*   icones próximos rodapé (frete, compra segura, etc)
*/

.razzi-icon-box {
  text-align: center;
}

.razzi-icon-box .razzi-img-icon {
  display: inline-flex;
}

.razzi-icon-box .razzi-img-icon img {
  display: block;
}

.razzi-icon-box__content {
  flex-grow: 1;
}

.razzi-icon-box__description {
  margin: 0;
}

@media (max-width: 767px) {
	.elementor-widget-razzi-icon-box .razzi-icon-box__icon {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (min-width: 768px){
	.elementor-widget-razzi-icon-box.elementor-position-left .razzi-icon-box, .elementor-widget-razzi-icon-box.elementor-position-right .razzi-icon-box {
		display: flex;
	}
	
	.elementor-widget-razzi-icon-box.elementor-position-left .razzi-icon-box {
		text-align: left;
		flex-direction: row;
	}
	
	.elementor-widget-razzi-icon-box.elementor-vertical-align-middle .razzi-icon-box {
		align-items: center;
	}
	
	.elementor-widget-razzi-icon-box.elementor-position-left .razzi-icon-box__icon, .elementor-widget-razzi-icon-box.elementor-position-right .razzi-icon-box__icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
}