/*
	Theme Name: Apollo Peptide Services Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For Apollo Peptide Services
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* Defaults ---------------------------------------------------------------------------------------------------- */

:root {
	--pink: #cc2da5;
	--purple: #580b9a;
	--blue: #0b4b9a;
	--teal: #0d97af;
	--turqoise: #2ac8b7;
	--peach: #ea8d6c;
	--black: #111;
	--serif: 'Minion', serif;
	--sans-serif: 'Poppins', sans-serif;
	--font-tiny: 11px;
	--font-small: 13px;
	--font-normal: 15px;
	--font-medium: 20px;
	--font-large: 24px;
	--line-tiny: 21px;
	--line-small: 23px;
	--line-normal: 25px;
	--line-medium: 30px;
	--line-large: 34px;
	--heading-small: 22px;
	--heading-medium: 30px;
	--heading-large: 42px;
	--heading-extra-large: 75px;
	--heading-line-small: 32px;
	--heading-line-medium: 40px;
	--heading-line-large: 52px;
	--heading-line-extra-large: 75px;
}

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.clear {
	clear: both;
}

/* Typographical Elements ---------------------------------------------------------------------------------------------------- */
html {
	font-family:var(--sans-serif);
	font-size: var(--font-normal);
}
body {
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.home .featured-content img,
.button,
.nav-primary ul li a,
.nav-additional ul li a,
.nav-primary ul li a::before,
.nav-additional ul li a::before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
	color:var(--purple);
}
a img {
}
a:hover {
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
}

/* Objects */
img {
	height: auto;
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms ---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding-left: 12px;
	padding-right:12px;
	height:40px;
	line-height:40px;
	width: 100%;
	border-radius:2px;
}
input,
select {
	height:40px;
	line-height:40px;
}
textarea {
	line-height:20px;
	padding-top:20px;
}
input[type="checkbox"], input[type="radio"]{
	height:20px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
a.wp-block-button__link {
	background: rgb(88,11,154);
	background: radial-gradient(circle, rgba(204,45,165,1) 20%, rgba(88,11,154,1) 100%);
	color: #fff;
	cursor: pointer;
	font-size:var(--font-normal);
	padding-left: 40px;
	padding-right: 40px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	height: 60px;
	line-height: 60px;
	border-radius:30px;
	padding-top: 0;
	padding-bottom: 0;
	display: inline-block;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content .button:hover,
a.wp-block-button__link:hover {
	background: radial-gradient(circle, rgba(204,45,165,1) 60%, rgba(88,11,154,1) 100%);
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
a.wp-block-button__link.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.add_to_cart_button,
body.home .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	background-color:var(--purple);
	background-image:url(images/icon-cart-white.webp);
	font-weight:normal;
	background-size:22.5px;
	background-repeat:no-repeat;
	background-position:12.5px center;
	padding-right: 20px;
	padding-left:40px;
	height: 35px;
	line-height: 35px;
	border-radius:17.5px;
}
a.wp-block-button__link.add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.add_to_cart_button:hover,
body.home .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover {
	background-color:var(--pink);
	color:#fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
	background-color:var(--purple);
	font-weight:normal;
	padding-right: 20px;
	padding-left:20px;
	height: 35px;
	line-height: 35px;
	border-radius:17.5px;
	color:#fff;
	padding-top:0;
	padding-bottom:0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{
	background-color:var(--pink);
	color:#fff;
}

/* Gravity Forms ---------------------------------------------------------------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper label, .gform_wrapper legend {
	padding: 0;
	font-family:'Poppins', sans-serif;
	font-weight:bold;
	font-size:16px;
}
.gform_wrapper .field_sublabel_below span > label{
	display:none;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
	margin-top: 0;
}
.gform_wrapper fieldset{
  border:none;
  padding:0;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper div.gfield,
.gform_wrapper fieldset {
	margin: 0;
	list-style-type: none;
	margin-bottom: 22px;
	min-height: 50px;
}
div.gchoice{
	margin-bottom:7px;
}
div.gchoice > label {
	font-weight:normal;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .show-label label {
	display: block;
	font-weight: normal;
}
div.gform_confirmation_message {
	text-align: center;
}
h3.gsection_title{
	color:#10b5bf;
}

/* Custom radio buttons */
ul.gfield_radio {
	display:flex;
	justify-content:space-between;
}
.gfield_radio div,
.gfield_checkbox div{
  	display: block;
  	position: relative;
  	padding-left: 0px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.gfield_radio div label,
.gfield_checkbox div label{
	margin-left: 35px;
}
.gfield_radio div input,
.gfield_checkbox div input[type="checkbox"]{
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}
.gfield_radio div label:before,
.gfield_checkbox div label:before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #eee;
 	border-radius: 20%;
	content:"";
	cursor:pointer;
}
.gfield_radio div label:hover:before,
.gfield_checkbox div label:hover:before{
  	background-color: #ccc;
}
.gfield_radio div input[type="radio"]:checked ~ label:before,
.gfield_checkbox div input[type="checkbox"]:checked ~ label:before,
input[type="radio"]:checked ~ label:before,
input[type="checkbox"]:checked ~ label:before {
  	background-color: #d37c5c;
}
.gfield_radio div label:after,
.gfield_checkbox div label:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.gfield_radio div input[type="radio"]:checked ~ label:after,
.gfield_checkbox div input[type="checkbox"]:checked ~ label:after {
   	display: block;
}
.gfield_radio div label:after,
.gfield_checkbox div label:after {
 	left: 9px;
  	top: 5px;
  	width: 5px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

/* Credit Card Fields */
.gform_card_icon_container {
 margin:8px 0 6px;
 height:32px
}
div.gform_card_icon {
 margin-right:4px;
 text-indent:-9000px;
 background-image:url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 width:36px;
 height:32px;
 float:left
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -64px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -256px
}
.ginput_complex .ginput_cardinfo_left,.ginput_complex .ginput_cardinfo_right {
 min-height:43px;
 position:relative;
 float:left
}
.ginput_complex .ginput_cardinfo_left {
 width:50%;
 margin-right:1%
}
.ginput_complex .ginput_cardinfo_right {
 min-width:85px!important
}
.ginput_complex .ginput_cardinfo_right label {
 white-space:nowrap!important
}
.ginput_complex span.ginput_cardextras {
 display:block;
 overflow:hidden;
}
.ginput_container_creditcard input{
 margin-bottom:8px
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_expiration_container {
 position:relative
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
 width:47%!important;
 display:-moz-inline-stack;
 display:inline-block
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
 margin-right:4px
}
.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
 max-width:50%!important;
 position:relative
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
 width:32px;
 height:23px;
 background-image:url(../images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 background-position:0 -128px;
 position:relative;
 top:-2px;
 left:6px;
 display:-moz-inline-stack;
 display:inline-block
}
div.gfield_creditcard_warning_message {
 display:none!important
}
#gform_fields li.credit_card_setting.field_setting ul li {
 padding:2px 0 4px
}

/* Date Picker */
#ui-datepicker-div {
	background: #FFF;
	border: 1px solid #b85e17;
	display:none;
	padding:20px;
	width:auto;
}
#ui-datepicker-div select {
	height: 25px;
	line-height: 25px;
}
.ui-icon {
	cursor: pointer;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
	width: 10%;
}
.ui-state-disabled {
	display:none;
}
.ui-datepicker-next {
	float: right;
	width: 10%;
}
.ui-state-disabled {
	 display:none;
}
.ui-datepicker-title {
	margin-top: 20px;
}
.ui-datepicker-title select {
	float: left;
	width: 70%;
}
.ui-datepicker-month {
	margin: 0px 5% 6px;
}
.ui-datepicker-year {
	margin: 0px 15% 6px;
}
.ui-datepicker-today {
	border-radius: 4px;
}
.ui-datepicker-today a {
	color: #fff;
}
#ui-datepicker-div table {
	width: 100%;
}
#ui-datepicker-div td,
#ui-datepicker-div th  {
	text-align: center;
}
#ui-datepicker-div td a {
	display: block;
	padding: 5px;
}

/* Site Containers ---------------------------------------------------------------------------------------------------- */
.site-container {
}
.wrap {
	margin: 0 auto;
	width: 96%;
	max-width: 1140px;
}
.site-inner {
	margin: 0 auto;
	width: 96%;
	max-width: 1140px;
	clear: both;
}
body.archive .site-inner,
body.single-product .site-inner{
	padding-top:50px;
}
body.home .site-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
}
body.full-width-content:not(.woocommerce):not(.home) .site-inner{
	max-width:900px;
}

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Layout */
.content {
	float: right;
	width: 740px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar ---------------------------------------------------------------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* WordPress ---------------------------------------------------------------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Site Header ---------------------------------------------------------------------------------------------------- */

/* Top Bar */
#top-bar{
	width:100%;
	height:40px;
	background: #fff;
	background: linear-gradient(72deg, rgba(88,11,154,0.7) 0%, rgba(204,45,165,0.7) 18%, rgba(234,141,108,0.7) 49%, rgba(42,200,183,0.7) 74%, rgba(13,151,175,0.7) 100%);
	position:relative;
	z-index:10;
}
#top-bar .widget-wrap{
	text-align:center;
}
#top-bar .widgettitle{
	color:#fff;
	font-weight:bold;
	line-height:40px;
}

.site-header {
	height: 80px;
	position: relative;
	left: 0;
	width: 100%;
	z-index: 9;
	background-color:#fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	border-bottom:solid 1px #ddd;
}
.site-header .wrap {
	width: 96%;
	height: 100%;
}
.site-header.scrolled  {
	position:fixed;
	top:0;
	z-index:9999;
}

/* Title Area */
.title-area {
	float: left;
}
.site-title {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.site-title a {
	width: 210px;
	height: 70px;
	display: block;
	background-image: url(images/logo.webp);
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
	text-indent: -9999px;
}

/* Page Title */
.page-title {
	background: #fff;
	background: linear-gradient(72deg, rgba(88,11,154,0.7) 0%, rgba(204,45,165,0.7) 18%, rgba(234,141,108,0.7) 49%, rgba(42,200,183,0.7) 74%, rgba(13,151,175,0.7) 100%);
	height: 150px;
	position: relative;
}
.page-title h1 {
	text-align: center;
	color: #fff;
	font-size: var(--heading-large);
	line-height:var(--heading-line-large);
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
	z-index: 9;
	margin:0;
}

/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
.nav {
	float: right;
	width:80%;
	display:flex;
	justify-content:right;
}
.nav-primary{
	display:inline-block;
	width:58%;
}
.nav-primary .wrap{
	max-width:100%;
	width:100%;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: right;
}
.nav-primary ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav-primary ul li a {
	display: block;
	text-decoration: none;
	color:var(--black);
	height:80px;
	line-height:80px;
	font-weight:500;
	position:relative;
	overflow:hidden;
	margin-left:15px;
	margin-right:15px;
}
.nav-primary ul li a::before{
	width:100%;
	height:2px;
	background-color:var(--purple);
	content:"";
	position:absolute;
	bottom:25px;
	left:-100%;
}
.nav-primary ul li a:hover {
	color:var(--purple);
}
.nav-primary ul li a:hover::before{
	left:0;
}
.nav-primary ul li.search a::before,
.nav-primary ul li.compare a::before,
.nav-primary ul li.wishlist a::before{
	width:100%;
	height:100%;
	border-radius:25px;
	background-color:var(--purple);
	bottom:0;
	top:0;
	left:0;
	opacity:0;
}
.nav-primary ul li.search a,
.nav-primary ul li.compare a,
.nav-primary ul li.wishlist a {
	width:50px;
	height:50px;
	display:block;
	background-image:url(images/icon-search.webp);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
	margin-top:15px;
	cursor:pointer;
	margin-left:0px;
	margin-right:0px;
}
.nav-primary ul li.search a{
	background-image:url(images/icon-search.webp);
}
.nav-primary ul li.compare a {
	background-image:url(images/icon-compare.webp);
}
.nav-primary ul li.wishlist a {
	background-image:url(images/icon-heart.webp);
}
.nav-primary ul li.search a:hover,
.nav-primary ul li.compare a:hover,
.nav-primary ul li.wishlist a:hover{
	opacity:0.5;
}
.nav-primary ul li.search a:hover::before,
.nav-primary ul li.compare a:hover::before,
.nav-primary ul li.wishlist a:hover::before{
	opacity:0.15;
}
.nav-primary .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 280px;
	z-index: 99;
	padding: 0;
	margin: 0;
	height: auto;
}
.nav-primary .sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.nav-primary .sub-menu a {
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
}
.nav-primary .sub-menu a:hover {
}
.nav-primary .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}
.nav-primary .menu-item:hover {
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.nav-additional{
	display:inline-block;
	width:42%;
}
.nav-additional .wrap{
	max-width:100%;
	width:100%;
}
.nav-additional ul{
	display: flex;
	justify-content: right;
	margin:0;
	padding:0;
}
.nav-additional ul li{
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav-additional ul li.account a::before{
	width:100%;
	height:50px;
	border-radius:25px;
	background-color:var(--purple);
	bottom:0;
	top:15px;
	left:0;
	content:"";
	position:absolute;
	opacity:0;
}
.nav-additional ul li.account{
	margin-right:4px;
}
.nav-additional ul li.account a {
	height:80px;
	line-height:80px;
	display:block;
	background-image:url(images/icon-account.webp);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:40px;
	padding-right:10px;
	text-decoration:none;
	color:var(--black);
	font-weight:500;
	cursor:pointer;
	width:140px;
	display:block;
	position:relative;
	width:auto;
}
.nav-additional ul li.account a:hover::before{
	opacity:0.075;
}
.nav-additional ul li:not(.account)::before{
	width:100%;
	height:50px;
	border-radius:25px;
	background-color:var(--purple);
	bottom:0;
	top:15px;
	left:0;
	content:"";
	position:absolute;
	opacity:0.075;
	z-index:0;
}
.nav-additional li:not(.account) {
	background-image:url(images/icon-cart.webp);
	text-indent:-9999px;
	height:80px;
	line-height:80px;
	background-size:25px;
	padding-left:40px;
	background-repeat:no-repeat;
	background-position:10px center;
	display:flex;
	position:relative;
	padding-right:10px;
}
.nav-additional li:not(.account) > div{
	text-indent:0;
	font-weight:500;
}
.nav-additional li:not(.account) > div p{
	margin:0;
}
.nav-additional li:not(.account) > div a{
	text-decoration:none;
	position:relative;
}
.nav-additional li:not(.account) > div strong{
	font-weight:500;
}
.show-menu, .close-menu, .nav-primary ul li.mobile {
	display: none;
}

/* Home Page ---------------------------------------------------------------------------------------------------- */
body.home .content{
	max-width:100%;
	padding-top:0;
	float:none;
}
body.home .video{
	position:absolute;
	background-color: #fff;
	width:100%;
	height:950px;
	left:0;
	top:0;
	overflow:hidden;
	background-image:url(images/hero.webp);
	background-size:cover;
}
body.home .video video{
	width:auto;
}
body.home .video::before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	background-color:rgba(255,255,255,0.7);
	z-index:1;
}
body.home .video::after{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	background: rgb(88,11,154,0.25);
	background: linear-gradient(72deg, rgba(88,11,154,0.5) 0%, rgba(204,45,165,0.025) 18%, rgba(234,141,108,0.05) 49%, rgba(42,200,183,0.15) 74%, rgba(13,151,175,0.25) 100%);
	z-index:1;
}
.home-hero {
	width: 100%;
  	position:relative;
	overflow:hidden;
}
.home-hero .wp-block-group__inner-container {
	padding-top:150px;
	z-index:999;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	color:var(--black);
	text-align:center;
}
.home-hero h2 {
	font-size:var(--heading-extra-large);
	line-height:var(--heading-line-extra-large);
	margin: 0;
	color:var(--black);
	width:100%;
	letter-spacing:-2px;
}
.home-hero p{
	margin-top:25px;
	font-size:var(--font-large);
	line-height:var(--line-large);
}

/* Welcome */
.home-welcome {
	text-align:center;
	padding-top:100px;
	background-color:#fff;
	background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	position:relative;
	z-index:9;
}
.home-welcome .wp-block-group__inner-container::before{
	background-image:url(images/logo-icon.webp);
	background-size:90%;
	background-repeat:no-repeat;
	background-position:top center;
	content:"";
	width:90%;
	height:90%;
	left:5%;
	top:5%;
	position:absolute;
	z-index:1;
	opacity:0.05;
}
.home-welcome .wp-block-group__inner-container{
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:50px;
	border-radius:20px;
	background-color:#fff;
	position:relative;
}
.home-welcome .wp-block-group__inner-container > *{
	z-index:2;
	position:relative;
}
.home-welcome h3{
	font-size:var(--heading-large);
	line-height:var(--heading-line-medium);
}
.home-welcome h4{
	font-size:var(--heading-small);
	line-height:var(--heading-line-small);
}
.home-welcome a{
	font-weight:bold;
	text-decoration:none;
	color:var(--teal);
}
.home-welcome ul{
	padding:0;
	margin:0;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.home-welcome ul li{
	display:block;
	background-image:url(images/icon-checkmark.webp);
	background-size:20px;
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:25px;
	text-align:left;
	padding-bottom:15px;
	font-size:var(--font-medium);
}

/* Featured Products */
body.home .wp-block-woocommerce-product-collection{
	overflow:hidden;
}
body.home .wp-block-woocommerce-product-collection h2.wp-block-heading{
	font-size:var(--heading-large);
	line-height:var(--heading-line-large);
}
body.home .wp-block-woocommerce-product-collection ul{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
body.home .wp-block-woocommerce-product-collection h3 a{
	font-size: var(--font-normal);
	line-height: var(--line-normal);
	color: var(--black);
	font-weight: bold;
	margin-bottom:0;
	text-decoration:none;
}
body.home .wp-block-woocommerce-product-collection .wc-block-grid__product-link{
	text-decoration:none;
}
body.home .wp-block-woocommerce-product-collection .wc-block-components-product-price{
	font-size: var(--font-normal)!important;
 	line-height: var(--line-normal);
	color:var(--purple);
	font-weight:bold;
}
body.home .wp-block-woocommerce-product-collection .wc-block-components-product-price del,
body.home .wp-block-woocommerce-product-collection .wc-block-components-product-price ins{
	display: block;
  	height: 24px;
}
body.home .wp-block-woocommerce-product-collection .wc-block-components-product-price del{
	opacity:0.3;
}
body.home .wp-block-woocommerce-product-collection .wc-block-components-product-price ins{
	text-decoration:none;
}
body .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
	font-size:var(--font-normal);
}
body .wc-block-grid__product-onsale{
	display:none!important;
}
body.home .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.woocommerce ul.products li.product a img{
	margin-bottom:25px;
}
a.quick-view-button.button::before,
.woocommerce ul.products li.product a.quick-view-button.button::before{
	width:100%;
	height:100%;
	border-radius:25px;
	background-color:var(--purple);
	bottom:0;
	top:0;
	left:0;
	opacity:0;
	position:absolute;
	content:"";
}
a.quick-view-button.button,
.woocommerce ul.products li.product a.quick-view-button.button{
	background-color:transparent;
	background-image:url(images/icon-eye.webp);
	background-size:20px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	display:block;
	text-indent:-99999px;
	left:calc(50% - 20px);
	padding:0;
	margin-top:0;
}
a.quick-view-button.button:hover::before{
	opacity:0.15;
}
a.quick-view-button.button:hover{
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(images/icon-eye.webp);
	background-size:30px;
	background-position:center center;
	opacity:0.5;
}
.quick-view-button span{
	display:none;
}

/* Content ---------------------------------------------------------------------------------------------------- */
.content {
	width: 96%;
	max-width: 1140px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	color: #222;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.full-width-content .content {
	width: 100%;
}

/* WooCommerce ---------------------------------------------------------------------------------------------------- */

/* Shop/Category Page Layout */
body.woocommerce-shop .content-area,
body.archive .content-area{
	width:70%;
	float:right;
}
.woocommerce .products ul, .woocommerce ul.products{
	padding-top:40px;
}
/* Sidebar */
aside.sidebar{
	width:25%;
	float:left;
}

/* Quick View Popup */
div.pp_pic_holder{
	max-width:50%;
	left:25%!important;
}
.pp_content, div.pp_woocommerce div.ppt, .pp_details{
	max-width:100%;
	height:auto!important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.quick-view-detail-button{
	margin-left:40%;
	background-color:var(--pink);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.quick-view-detail-button:hover{
	background-color:var(--turqoise);
}

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb{
	margin-top:25px;
	margin-bottom:25px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
	font-size:var(--font-small);
	color:var(--black);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
	color:#999;
	text-decoration:none;
}

/* Product Page */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:40%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width:58%;
}
.woocommerce div.product .product_title{
	margin-bottom:0;
	font-size:var(--heading-medium);
	line-height:var(--heading-line-medium);
	margin-top:65px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	font-size:var(--heading-large);
	line-height:var(--heading-line-large);
	color:var(--purple);
	margin-top:5px;
	margin-bottom:5px;
	letter-spacing:-2px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del{
	opacity:0.3;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins{
	font-weight:normal;
	text-decoration:none;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins{
	display:block;
	height:24px;
}
.woocommerce-product-details__short-description{
	color:#777;
}
.woocommerce .quantity .qty{
	height:35px;
	width:65px;
	border-radius:2px;
	margin-right:10px;
}
body.single.woocommerce div.product form.cart .button{
	background-color: var(--purple);
	background-image: url(images/icon-cart-white.webp);
	font-weight: normal;
	background-size: 22.5px;
	background-repeat: no-repeat;
	background-position: 12.5px center;
	padding-right: 20px;
	height: 35px;
	line-height: 35px;
	border-radius: 17.5px;
	padding-left:40px;
	padding-top:0;
	padding-bottom:0;
}
body.single.woocommerce div.product form.cart .button:hover{
	background-color:var(--pink);
}
.woocommerce div.product form.cart{
	margin-bottom:0;
}
#wl-wrapper.wl-button-wrap {
	margin-top:60px;
	padding-top:10px;
	padding-bottom:0;
	border-top:solid 1px #ccc;
}
#wl-wrapper .wl-add-to{
	background-image:url(images/icon-heart.webp);
	background-repeat:no-repeat;
	background-size: 20px;
	padding-left:30px;
	color:var(--black);
	text-decoration:none;
	font-weight:bold;
}
#wl-wrapper.wl-button-already-in .wl-add-to{
	display:none;
}
#wl-wrapper .wl-already-in{
	background-image:url(images/icon-heart-purple.webp);
	background-repeat:no-repeat;
	background-size: 20px;
	padding-left:30px;
	color:var(--black);
	text-decoration:none;
	font-weight:600;
}
#wl-wrapper .wl-already-in ul{
	padding-left:0;
	margin-bottom:0;
}
#wl-wrapper .wl-already-in ul li a{
	font-weight:normal;
}
.woocommerce-products-compare-compare-button{
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	position:relative;
	font-weight:600;
	padding-left:30px;
}
.woocommerce-products-compare-compare-button input[type="checkbox"]{
	width:20px;
	position:absolute;
	left:0;
	display:block;
	opacity:0;
	cursor:pointer;
}
.woocommerce-products-compare-compare-button label:has(input[type="checkbox"]):before {
	background-image:url(images/icon-compare.webp);
	background-size:20px;
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	content:"";
}
.woocommerce-products-compare-compare-button label:has(input[type="checkbox"]:checked):before {
	background-image:url(images/icon-compare-purple.webp);
}
.woocommerce-products-compare-compare-button .dashicons-external{
	text-decoration:none;
	top:0px;
}
.product_meta > span{
	display:block;
}
.product_meta, .product_meta a{
	color:#ccc;
}
.woocommerce #review_form #respond .form-submit input{
	background-color:var(--pink);
}
.woocommerce #review_form #respond .form-submit input:hover{
	background-color:var(--turqoise);
}
.woocommerce ul.products li.product .onsale{
	background-color:var(--purple);
	width:55px;
	height:55px;
	line-height:55px;
	padding:0;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
	background-color:transparent;
	background-image:none;
}

/* Zoom effect on hover */
.yith_magnifier_zoom_magnifier{
	background-color:#fff;
}

/* Reviews */
.woocommerce-Reviews {
	display:block;
	width:100%;
	clear:both;
}
#review_form_wrapper{
	border:solid 1px #ccc;
	background-color:#fcfcfc;
	padding:20px;
	border-radius:2px;
}
.comment-reply-title{
	font-weight:600;
}
.woocommerce p.stars a::before{
	color:var(--pink);
}
h2.woocommerce-Reviews-title{
	font-size: var(--heading-small);
}

/* Product Info */
#product-info{
	margin-top:50px;
	margin-bottom:50px;
}
#product-info .widgettitle{
	font-size: var(--heading-small);
	font-weight:bold;
}

/* Related Products */
.woocommerce ul.products li.product{
	text-align:center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: var(--font-normal);
  	line-height: var(--line-normal);
	color:var(--black);
	font-weight:bold;
	margin-bottom:0;
	padding:0;
}
.woocommerce ul.products .woocommerce-Price-amount{
	font-size: var(--font-normal);
  	line-height: var(--line-normal);
	color:var(--purple);
	font-weight:bold;
	letter-spacing:0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	margin:0;
	padding:0;
	font-size: var(--font-medium);
  	line-height: var(--line-medium);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
	font-size:var(--font-normal);
}
.woocommerce .woocommerce-products-compare-compare-button{
	padding-left:0;
	border:none;
}
.woocommerce .woocommerce-products-compare-compare-button label{
	padding-left:30px;
	position:relative;
}

/* Messages */
.woocommerce-message{
	border-top-color:var(--teal);
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background-color:#fcfcfc;
	border-radius:2px;
}
.woocommerce-message::before{
	color:var(--teal);
}
.woocommerce-message a.button.wc-forward{
	background-color:var(--teal);
}
.woocommerce-message a.button.wc-forward:hover{
	background-color:var(--turqoise);
}

/* Cart */
body.woocommerce-cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header{
	font-size:var(--font-normal);
	text-transform:none;
}
body.woocommerce-cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	font-weight:bold;
	color:var(--purple);
	text-decoration:none;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
	margin-bottom:0;
}
body.woocommerce-cart .wc-block-components-quantity-selector{
	height:35px;
}
body.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
	padding-top:0;
	padding-bottom:0;
	height:35px;
	line-height:35px;
}
body.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	height:35px;
	line-height:35px;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
	height:20px;
	color:red;
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title{
	font-size:var(--font-normal);
	text-transform:none;
}
.wc-block-cart__submit-container a{
	text-decoration:none;
}
.wc-block-cart__submit-container .wc-block-components-button__text{
	display:block;
	background-color:var(--teal);
	color:#fff;
	text-decoration:none;
	height:50px;
	line-height:50px;
	border-radius:25px;
	width:100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
.wc-block-cart__submit-container .wc-block-components-button__text:hover{
	background-color:var(--turqoise);
	text-decoration:none;
}

/* Checkout */
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="number"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="url"],
body.woocommerce-checkout .wc-block-components-text-input input[type="email"],
body.woocommerce-checkout .wc-block-components-text-input input[type="number"],
body.woocommerce-checkout .wc-block-components-text-input input[type="tel"],
body.woocommerce-checkout .wc-block-components-text-input input[type="text"],
body.woocommerce-checkout .wc-block-components-text-input input[type="url"] {
	border: 1px solid #ddd;
	border-radius:2px;
	height:55px;
	color:var(--black);
	font-size:var(--font-normal);
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="number"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="text"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="url"],
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="email"],
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="number"],
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="tel"],
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="text"],
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="url"] {
	border-color:var(--teal);
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"]:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="number"]:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"]:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="text"]:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="url"]:focus,
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="email"]:focus,
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="number"]:focus,
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="tel"]:focus,
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="text"]:focus,
body.woocommerce-checkout .wc-block-components-text-input.is-active input[type="url"]:focus {
	border-color:var(--purple);
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input[type="email"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input[type="number"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input[type="tel"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input[type="text"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input[type="url"],
body.woocommerce-checkout .wc-block-components-text-input.has-error input[type="email"],
body.woocommerce-checkout .wc-block-components-text-input.has-error input[type="number"],
body.woocommerce-checkout .wc-block-components-text-input.has-error input[type="tel"],
body.woocommerce-checkout .wc-block-components-text-input.has-error input[type="text"],
body.woocommerce-checkout .wc-block-components-text-input.has-error input[type="url"] {
	border-color:#cc1818;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-text-input label{
	color:#999;
	font-size:var(--font-small);
}
body.woocommerce-checkout .wc-block-components-address-form__first_name{
	margin-bottom:10px;
}
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
	border: 1px solid #ddd;
	border-radius:2px;
	height:55px;
	color:var(--black);
	font-size:var(--font-normal);
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
	background:transparent;
	border:none;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text{
	display:block;
	background-color:var(--teal);
	color:#fff;
	text-decoration:none;
	height:50px;
	line-height:50px;
	border-radius:25px;
	width:100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text:hover{
	background-color:var(--turqoise);
	text-decoration:none;
}
p.has-small-font-size {
	font-size: 10px!important;
}
#radio-control-wc-payment-method-options-alg_custom_gateway_1__label span {
	margin-right:10px;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
	width:44px!important;
}
#radio-control-wc-payment-method-options-alg_custom_gateway_1__content .wc-block-components-text-input{
	display:none!important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{
	display:inline-block!important;
}
body.woocommerce-checkout .wc-block-components-checkout-step__container #radio-control-wc-payment-method-options-linkmoney__content input[type="radio"] {
	height:15px;
	width:20px;
}

/* My Accout */
.woocommerce-MyAccount-navigation{
	border-right:solid 1px #ccc;
}
.woocommerce-MyAccount-navigation ul{
	width:90%;
	margin-left:0;
	padding:0;
}
.woocommerce-MyAccount-navigation ul li {
	display:block;
	height:25px;
	line-height:25px;
	border-bottom:dotted 1px #ccc;
}
.woocommerce-MyAccount-navigation ul li a{
	text-decoration:none;
	font-size:var(--font-normal);
	line-height:25px;
	font-weight:bold;
}

/* Product Compare ---------------------------------------------------------------------------------------------------- */
body.compare-products .woocommerce-products-compare-content h3{
	color:var(--black);
}
body.compare-products .woocommerce-products-compare-content span.price,
body.compare-products .woocommerce-products-compare-content span.price del,
body.compare-products .woocommerce-products-compare-content span.price ins{
	font-size: var(--font-normal);
	line-height: var(--line-normal);
	color: var(--purple);
	font-weight: bold;
	letter-spacing: 0;
}
body.compare-products .woocommerce-products-compare-content span.price del{
	opacity:0.3;
}
body.compare-products .woocommerce-products-compare-content span.price ins{
	text-decoration:none;
}
body.compare-products .woocommerce-products-compare-content span.price del,
body.compare-products .woocommerce-products-compare-content span.price ins{
	display:block;
	height:24px;
}

/* Sidebars ---------------------------------------------------------------------------------------------------- */
.show-sidebar{
	display:none;
	margin-top:10px;
	cursor:pointer;
	background-image:url(images/icon-tools.webp);
	background-size:30px;
	background-repeat:no-repeat;
	background-position:10px center;
	height:30px;
	width:100%;
	line-height:30px;
	padding-left:50px;
}
.close-sidebar{
	display:none;
	position:absolute;
	top:25px;
	right:25px;
	background-image:url(images/icon-mobile-close.webp);
	width:25px;
	height:25px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-99999px;
	cursor:pointer;
	z-index:2;
}
.sidebar-primary > section{
	border-bottom:solid 1px #ccc;
	padding-bottom:40px;
	margin-bottom:40px;
}
.sidebar-primary section h4{
	margin-top:0;
	margin-bottom:20px;
	font-size: var(--font-normal);
}
.sidebar-primary .woocommerce-products-compare-widget ul{
	margin-left:0;
	padding-left:0;
}
.sidebar-primary .woocommerce-products-compare-widget ul li{
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #ccc;
}
.sidebar-primary .woocommerce-products-compare-widget ul li a{
	text-decoration:none;
}
.sidebar-primary .woocommerce-products-compare-widget ul li img{
	float:left;
	margin-right:10px;
	margin-left:0;
}
.sidebar-primary .woocommerce-products-compare-widget ul li h3{
	font-size:var(--font-normal);
	line-height:var(--line-normal);
	margin:0;
	font-weight:normal;
}
.sidebar-primary .woocommerce-products-compare-widget ul li a.remove-compare-product,
.sidebar-primary .woocommerce-products-compare-widget .woocommerce-products-compare-remove-all-products{
	color:#ccc;
	opacity:1;
}
.sidebar-primary .woocommerce-products-compare-widget ul li a.remove-compare-product:hover,
.sidebar-primary .woocommerce-products-compare-widget .woocommerce-products-compare-remove-all-products:hover{
	color:var(--purple);
}
.sidebar-primary ul.product-categories{
	margin:0;
	padding:0;
}
.sidebar-primary ul.product-categories li{
	display:block;
	margin-bottom:20px;
}
.sidebar-primary ul.product-categories li a{
	color:#999;
	text-decoration:none;
}
.sidebar-primary ul.product-categories li a:hover{
	color:var(--purple);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color:var(--pink);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary  #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary  #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary  button.button.alt{
	background-color:transparent;
	border:solid 2px var(--purple);
	color:var(--purple);
	line-height:31px;
}
.sidebar-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .sidebar-primary button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .sidebar-primary button.button.alt:hover{
	background-color:var(--purple);
	color:#fff;
}
body .woocommerce .col2-set .col-1,
body .woocommerce-page .col2-set .col-1,
body .woocommerce .col2-set .col-2,
body .woocommerce-page .col2-set .col-2 {
	width:100%;
	float:none;
}
body.woocommerce-checkout #payment ul.payment_methods li input,
body .woocommerce ul#shipping_method li input,
body .woocommerce form .form-row .input-checkbox{
	width:25px;
}
body.woocommerce-checkout #payment ul.payment_methods li label img{
	max-height:25px;
}
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	height:40px;
	line-height:38px;
	border-color:#ddd;
}

/* Footer CTA ---------------------------------------------------------------------------------------------------- */
#footer-cta{
	background-color:var(--black);
	padding-top:65px;
	padding-bottom:65px;
	position:relative;
}
#footer-cta::before{
	background: linear-gradient(72deg, rgba(88,11,154,0.1) 0%, rgba(204,45,165,0.1) 18%, rgba(234,141,108,0.1) 49%, rgba(42,200,183,0.1) 74%, rgba(13,151,175,0.1) 100%);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	z-index:1;
}
#footer-cta .wrap{
	max-width:650px;
	color:#fff;
	position:relative;
	z-index:2;
}
#footer-cta .widgettitle{
	font-size:var(--heading-medium);
	line-height:var(--heading-line-medium);
	font-weight:500;
	text-align:center;
	display:block;
	max-width:420px;
	margin-left:auto;
	margin-right:auto;
}
#footer-cta .gfield_label{
	color:#fff;
}
#footer-cta .gform_wrapper.gravity-theme .gform_footer input{
	border:none;
	height:40px;
	line-height:40px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
	background: #fff;
	background: linear-gradient(72deg, rgba(88,11,154,0.1) 0%, rgba(204,45,165,0.1) 18%, rgba(234,141,108,0.1) 49%, rgba(42,200,183,0.1) 74%, rgba(13,151,175,0.1) 100%);
	padding-top:65px;
	padding-bottom:65px;
}
.site-footer .wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.site-footer section{
	width:25%;
	display:inline-block;
}
.site-footer section:first-of-type{
	margin-right:10%;
	width:65%;
}
.site-footer section:first-of-type .widgettitle{
	display:block;
	background-image:url(images/logo.webp);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:top left;
	width:350px;
	height:120px;
	text-indent:-9999px;
}
.site-footer section:nth-of-type(2){
	padding-top:15px;
}
.site-footer section:nth-of-type(2) .widgettitle{
	font-weight:bold;
	font-size:var(--font-medium);
}
.site-footer section:nth-of-type(2) ul{
	margin:0;
	padding:0;
}
.site-footer section:nth-of-type(2) ul li{
	display:block;
	margin-top:10px;
}
.site-footer section:nth-of-type(2) ul li a{
	color:var(--purple);
	text-decoration:none;
}
.site-footer section:last-of-type{
	width:100%;
	text-align:center;
	padding-top: 80px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.site-footer a {
}
.site-footer a:hover {
}
.site-footer p {
	margin-bottom:0;
}

/* Popup --------------------------------------------- */
.popup {
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,0.5);
	top:0;
	left:0;
	display:none;
	z-index:99999999;
}
.popup .wrap{
	width:650px;
	height:auto;
	background-color:#fff;
	top:75px;
	border-radius:5px;
	padding:50px;
	position:relative;
}
.popup .wrap .widgettitle{
	display:block;
	text-align:center;
	font-size:var(--heading-medium);
	line-height:var(--heading-line-normal);
	margin-bottom:25px;
	color:var(--purple);
}
.popup .close-button{
	position:absolute;
	top:25px;
	right:25px;
	background-image:url(images/icon-mobile-close.webp);
	width:25px;
	height:25px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-99999px;
	cursor:pointer;
	z-index:2;
}

/* Login Popup --------------------------------------------- */
#login-popup{
	background-color:rgba(0,0,0,0.85);
}
#login-popup .wrap{
	width:95%;
	max-width:600px;
	top:30px;
	overflow-y:scroll;
	max-height:95vh;
}
.popup#login-popup .wrap .widgettitle{
	font-size:var(--heading-small);
	line-height:var(--heading-line-small);
}
#login-popup .woocommerce .col2-set{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding:0;
}
#login-popup .woocommerce .col2-set > div{
	flex:0 0 45%;
	margin-right:5%;
	padding-right:5%;
	border-right:solid 1px #ccc;
}
#login-popup .woocommerce .col2-set > div:last-of-type{
	margin-right:0;
	padding-right:0;
	border:none;
}
#login-popup .woocommerce .col2-set > div form.login,
#login-popup .woocommerce .col2-set > div form.register{
	padding:0;
	border:none;
	margin-top:10px;
}
#login-popup .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input{
	width:20px;
}
#login-popup .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
#login-popup .woocommerce .woocommerce-form-register .woocommerce-form-register__submit{
	width:100%;
}
#login-popup .woocommerce .col2-set > div form.register p.custom_register_field,
#login-popup .woocommerce .col2-set > div form.register p.custom_register_field label,
#login-popup .woocommerce .col2-set > div form.register .woocommerce-privacy-policy-text p,
#login-popup .woocommerce .col2-set > div form.register .wc-terms-and-conditions label{
	font-size:12px;
	line-height:15px!important;
	display:block;
}
#login-popup .woocommerce .col2-set > div form.register p.custom_register_field{
	position:relative;
}
#login-popup .woocommerce .col2-set > div form.register p.custom_register_field input{
	position:absolute;
	left:0;
	top:8px;
	width:20px;
}
#login-popup .gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
	background-color:var(--purple);
	background-image:none;
	height:40px;
	line-height:40px;
	width:100%;
	padding-left: 20px;
    padding-right: 20px;
}
#login-popup .gform_wrapper div.gfield{
	margin-bottom:0;
}
#login-popup .gform_wrapper.gravity-theme .gform_footer{
	margin-bottom:0;
	padding-bottom:0;
}
#login-popup .gf_login_links a:last-of-type{
	background: #580b9a;
    color: #fff;
    cursor: pointer;
    font-size: var(--font-normal);
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
	text-align:center;
	margin-top:20px;
}

/* Search Popup --------------------------------------------- */
form.woocommerce-product-search{
	position:relative;
}
form.woocommerce-product-search input[type="search"]{
	height:50px;
	line-height:50px;
}
form.woocommerce-product-search button[type="submit"] {
	width:30px;
	height:30px;
	position:absolute;
	right:20px;
	top:10px;
	display:block;
	background-image:url(images/icon-search.webp);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	text-indent:-9999px;
	background-color:transparent;
	border:none;
	padding:0;
	border-radius:0;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Media Queries ---------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 1220px) {
	.site-title a{
		width:175px;
	}
	.nav{
		width:81%;
	}
	.nav-primary ul li a,
	.nav-additional ul li.account a,
	.nav-additional li:not(.account){
		font-size:13px;
	}
}

@media only screen and (max-width: 1023px) {
	.site-header{
		z-index:99999;
	}
	.site-title a{
		width:210px;
	}
	.show-menu,
	.nav-primary ul li.mobile{
		display: block;
	}
	.show-menu, .close-menu{
		position: absolute;
		top:20px;
		right: 30px;
		width: 35px;
		height: 35px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
	}
	.show-menu{
		background-image: url(images/icon-mobile-menu.webp);
	}
	.close-menu{
		background-image: url(images/icon-mobile-close.webp);
	}
	.nav {
		position: fixed;
		height: 100%;
		width: 80%;
		left: -100%;
		top:0;
		background-color:rgba(255,255,255,0.99);
		border-right: dotted 1px #ccc;
		overflow-y:scroll;
		z-index:99;
		display:block;
	}
	.nav-primary,
	.nav-additional{
		display:block;
		width:100%;
	}
	.nav-primary ul,
	.nav-additional ul {
		display: block;
	}
	.nav-primary ul li,
	.nav-additional ul li.account,
	.nav-additional li:not(.account) {
		width: 100%;
		display: block;
		height:auto;
		min-height:8.5vh;
		border-top: 1px #fff dotted;
		border-bottom: 1px #ccc dotted;
	}
	.nav-primary ul li.home a,
	.scrolled .nav-primary ul li.home a{
		width: 100%;
		height: 70px;
		display: block;
		background-image: url(images/logo.webp);
		background-size:contain;
		background-position:left center;
		background-repeat:no-repeat;
		text-indent: -9999px;
		margin-bottom:10px;
		margin-top:10px;
	}
	.nav-primary ul li a::before,
	.nav-additional ul li.account a::before,
	.nav-additional ul li:not(.account)::before{
		display:none!important;
	}
	.nav-primary ul li a,
	.scrolled .nav-primary ul li a,
	.nav-additional ul li.account a,
	.nav-additional li:not(.account){
		height:8.5vh;
		line-height:8.5vh;
		color: var(--black);
		font-size:var(--font-medium);
		display:block;
	}
	.nav-primary ul li:hover,
	.scrolled .nav-primary ul li:hover,
	.nav-additional ul li.account:hover,
	.nav-additional li:not(.account):hover{
		border-bottom:dotted 1px var(--purple);
		border-top:dotted 1px var(--purple);
	}
	.nav-primary ul li a:hover,
	.scrolled .nav-primary ul li a:hover,
	.nav-additional ul li.account a:hover,
	.nav-additional li:not(.account):hover {
		color:var(--purple);
		opacity:0.8;
	}
	.nav-primary ul li.search a, .nav-primary ul li.compare a, .nav-primary ul li.wishlist a{
		text-indent:0;
		padding-left:45px;
		width:100%;
		background-position:11px center;
		margin-top:0;
		height:8.5vh;
		line-height:8.5vh;
	}
	.home-welcome .wp-block-group__inner-container{
		max-width:780px;
		padding:20px;
	}
	.home-welcome ul{
		width:100%;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
		width:45.75%;
	}
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
		margin: 0 3.8% 2.992em 0;
	}
	.woocommerce ul.products li:nth-of-type(2n), .woocommerce-page ul.products li:nth-of-type(2n){
		margin-right:0;
	}
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
		clear:none;
	}
	#footer-cta .wrap{
		width:90%;
	}
	.site-footer .wrap{
		display:block;
	}
	.site-footer section:first-of-type,
	.site-footer section:nth-of-type(2),
	.site-footer section:last-of-type,
	.footer-bottom{
		width:100%;
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	.site-footer section:first-of-type .widgettitle{
		margin-left:auto;
		margin-right:auto;
	}
}

@media only screen and (max-width: 800px) {
	.home-hero h2{
		font-size:9.5vw;
		line-height:9.5vw;
	}
	body.home h3.wp-block-heading{
		font-size: var(--heading-small);
		line-height: var(--heading-line-small);
	}
	.home-hero .wp-block-group__inner-container{
		width:95%;
		margin-left:auto;
		margin-right:auto;
		padding-top:65px;
	}
	.home-hero p{
		font-size:3.5vw;
		line-height:3.5vw;
	}
	.home-welcome{
		background:transparent;
	}
	.home-welcome .wp-block-group__inner-container{
		width:100%;
		border-radius:0;
	}
	body.home .wp-block-woocommerce-product-collection h2.wp-block-heading{
		font-size: var(--heading-small);
		line-height: var(--heading-line-small);
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width:100%;
		float:none;
	}
	.wc-block-cart .wc-block-cart__submit-container--sticky{
		background-color:#fff!important;
	}
	aside.sidebar{
		position:fixed;
		width:100%;
		height:100%;
		top:0;
		left:0;
		float:none;
		background-color:rgba(0,0,0,0.7);
		z-index:999999;
		display:none;
	}
	aside.sidebar .sidebar-wrapper{
		position:absolute;
		top:0;
		left:-100%;
		width:80%;
		height:100%;
		overflow-y: scroll;
		border-right:solid 1px #ccc;
		padding-bottom:30px;
		padding-top:30px;
		background-color:#fff;
		padding-left:20px;
		padding-right:20px;
	}
	body.woocommerce-shop .content-area,
	body.archive .content-area{
		width:100%;
		float:none;
	}
	body.archive .site-inner{
		display:flex;
		flex-direction:column-reverse;
	}
	.show-sidebar,
	.close-sidebar{
		display:block;
	}
}

@media only screen and (max-width: 680px) {
	.home-hero p{
		font-size:4vw;
		line-height:4vw;
	}
	.home-welcome ul li{
		font-size:var(--font-normal);
		line-height:var(--line-normal);
	}
	.show-menu, .close-menu{
		right:18px;
	}
	.popup .wrap{
		top:10px;
		width:95%;
		overflow:scroll;
		padding:20px;
	}
	body.woocommerce-checkout .wc-block-components-checkout-step__container #radio-control-wc-payment-method-options-linkmoney__content label{
		flex-wrap:wrap;
	}
	body.woocommerce-checkout .wc-block-components-checkout-step__container #radio-control-wc-payment-method-options-linkmoney__content label > div {
		flex: 0 0 100%;
	} 
	#login-popup .woocommerce .col2-set{
		display:block;
	}
	#login-popup .woocommerce .col2-set > div{
		width:100%;
		margin-right:0;
		padding-right:0;
		border-right:none;
		border-bottom:solid 1px #ccc;
	}
	#login-popup .woocommerce .col2-set > div:last-of-type{
		border:none;
	}
}

@media only screen and (max-width: 490px) {
	.home-hero p{
		font-size:5vw;
		line-height:5vw;
	}
	body.home .wp-block-woocommerce-product-collection ul{
		margin-left:25px;
		margin-right:25px;
	}
	.summary,
	.woocommerce div.product .product_title,
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
		text-align:center;
	}
	.woocommerce div.product form.cart div.quantity,
	body.single.woocommerce div.product form.cart .button{
		width:100%;
		float:none;
	}
	.woocommerce .quantity .qty{
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
		width:150px;
		height:50px;
		line-height:50px;
	}
	.woocommerce #reviews #comments h2,
	.related.products h2 {
		text-align:center;
	}
	.woocommerce .woocommerce-result-count{
		width:100%;
		text-align:center;
	}
	.woocommerce .woocommerce-ordering{
		width:100%;
	}
}
