/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2026 | 12:17:36 */
.topTitleSec .title-bg.fill.bg-fill {
	background: none !important;
}
.topTitleSec .entry-title {
	font-size: 36px !important;
}
.topTitleSec .page-title {
	color: #fff;
	font-size: 36px;
}

#header .header-nav li.menu-item-has-block .sub-menu .CallMenu.section {
	padding: 20px 20px 10px 20px !important;
	width:300px;
}
.CallMenu a.button {
	width: 100%;
	margin-bottom: 10px !important;
}
.header-main .nav > li#menu-item-3067 > a.nav-top-link {
	background: #e8713c;
	line-height: 1 !important;
	color: #fff;
	padding: 15px 20px;
	border-radius: 5px;
	cursor: pointer;
}
.header-main .nav > li#menu-item-3067 > a.nav-top-link > .icon-phone {
	margin-right: 10px;
}
.header-main .nav > li#menu-item-3067 > a.nav-top-link > .icon-angle-down {
	display: none !important;
}
.single-product table.variations {
	padding-bottom: 15px;
}
.price-excl-tax del {
    font-size: 78% !important;
}


.header-main  p.name.product-title.woocommerce-loop-product__title {
    height: auto !important;
}
.header-main .product-small .box-text.text-left {
    height: auto !important;
}
.add-to-cart-container.form-normal.is-normal:not(.tc-init) {
    margin-top: 15px;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) 
.price-wrapper .price-incl-tax::before {
    content: 'Vanaf';
    margin-right: 3px;
    font-weight: 300;
}
#chaty-widget-0 .on-hover-text p {
	background-color: rgb(0, 123, 255) !important;
	color: #fff !important;
}
#chaty-widget-0 .on-hover-text {
	background-color: rgb(0, 123, 255) !important;
}
#chaty-widget-0 .chaty-tooltip.pos-left .on-hover-text::before {
	border-left-color: rgb(0, 123, 255)!important;
}

/* Bottom Shape */
.chaty.chaty-id-0.chaty-widget-0.chaty-key-0.all_time.active::after {
    content: "";
    position: absolute;

    right: 24px;
    bottom: -7px;

    width: 16px;
    height: 16px;

    background: #2d43f3;

    transform: rotate(45deg);
    border-radius: 0 0 4px 0;
}

#woocommerce-checkout-form-coupon {
	max-width: 1280px;
	margin: 0 auto;
}
#tab-description h2, #tab-description h3 {
	font-size: 24px !important;
}



.tm-extra-product-options-totals.tm-custom-price-totals {
	display: none !important;
}
.product-small.col .box-text.box-text-products {
	padding-bottom: 10px !important;
}
.linkSection h4 {
	margin-bottom: 10px;
	font-size: 20px !important;
	font-weight: 600;
	margin-top: 20px;
}
.onnerRowInterlink .ux-menu-link__link.flex {
	border-bottom: 0px;
	background: url(/wp-content/uploads/2026/04/arrow.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-size: 18px;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.linkSection .onnerRowInterlink {
	background-color: #f4f6fc;
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
}


.topTitleSec .section-bg-overlay {
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.59) 20%, rgba(221, 221, 221, 0.21) 80%) !important
}
.titleTop .section-bg-overlay {
	background: linear-gradient(90deg ,#f5f2f0 30%, rgba(221, 221, 221, 0) 50%) !important;
}
.contentSec .keyPoints {
	background-color: #F4F6FC;
	padding: 30px !important;
	border-radius: 20px;
	margin-top: 0px;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.contentTable .is-divider {
	display: block;
	width: 100% !important;
	max-width: 100%;
	height: 1px;
	background-color: #ddd !important;
}
.titleTop .entry-title {
	color: #1a2b45;
	text-align: left;
}
.flickity-slider .box-text.box-text-products {
	padding-bottom: 5px !important;
}
.footerMainRow a:hover {
	color: #e8713c !important;
}
/*
.box-text p {
	margin-bottom: 0.5em !important;
}
*/
.single_add_to_cart_button.button{
	background: #E8713C;
	backdrop-filter: blur(15px);
	border-radius: 6px !important;
	padding: 5px 30px !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.single_add_to_cart_button.button::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #007BFF;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 6px !important;
}
.single_add_to_cart_button.button:hover{
	background: #007BFF;
}
.single_add_to_cart_button.button:hover::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.blogSection .button {
	margin-top: 10px;
}

.button.checkout.wc-forward{
	background: #1A2B45;
	backdrop-filter: blur(15px);
	border-radius: 6px !important;
	padding: 5px 30px !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.button.checkout.wc-forward::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1A2B45;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 6px !important;
}
.button.wc-forward, .blogSection .button {
	background: #E8713C;
	backdrop-filter: blur(15px);
	border-radius: 6px !important;
	padding: 5px 30px !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-bottom:10px !important;
}
.button.wc-forward::before, .blogSection .button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #007BFF;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 6px !important;
}
.button.wc-forward:hover, .blogSection .button:hover  {
	background: #007BFF;
}
.button.wc-forward:hover::before, .blogSection .button:hover::before  {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.button.checkout.wc-forward:hover{
	background: #007BFF;
}
.button.checkout.wc-forward:hover::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*.button.wc-forward ::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1A2B45;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 6px !important;
}*/


ul.archive-variable-items.enabled-archive-display-limit-mode.wvs-style-rounded.variable-items-wrapper.image-variable-items-wrapper li:last-child {
	display: block;
}
.price-incl-tax {
/*	order: 2;*/
	display: flex;
  align-items: baseline;
	margin-right: 10px;
}
.price-excl-tax {
	/*order: 1;*/
	display: flex;
  align-items: baseline;
}

.megaMenuFull .box-text.box-text-products .price-wrapper .price{
	margin-top: -15px;
	margin-bottom: 10px;
}

.product-small .product-small.box .box-text.box-text-products .price-wrapper .price, .price.product-page-price {
	display: flex;
	align-items: baseline;
}

.box-text.box-text-products  .woocommerce-Price-amount.amount, .price.product-page-price .price.amount.final {
	padding-right: 5px;
}
.tab-panels .variations .woo-variation-items-wrapper:last-child .archive-variable-items.enabled-archive-display-limit-mode {
	display: none;
}

/*.wvs-archive-variations-wrapper.wvs-pro-loaded {
	margin-top: -15px;
	margin-left: -5px;
}*/
.chaty-i-trigger .chaty-channel {
	position: absolute;
	bottom: 50px !important;
	right: 0px !important;
}
.chaty-channel-list {
	bottom: 50px;
	right: -5px;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
	font-weight: 600;
	font-size: 18px;
}
.price.product-page-price {
	padding-bottom: 0px;
}

.shippingText {
	padding: 10px 0px 0px 0px;
}
.shippingText .icon-box-text.last-reset {
	padding-left: 10px;
}
.yith_wcwl_wishlist_footer > div {
	margin-bottom: 15px;
	margin-top: 20px;
}
.yith-wcwl-share a {
	background: transparent !important;
}
#gift-box .tc-cell.tc-element-container.tcwidth .tmcp-field-wrap.tc-active .tc-epo-style-space.tc-price-wrap::before {
	content: "";
	background: url(/wp-content/uploads/2026/03/check-mark-1.png);
	width: 25px;
	height: 25px;
	background-size: contain;
	margin-right: 10px;
}


.product-small.box .woocommerce-Price-amount.amount {
	display: block;
}
.product-small.box .price a {
	font-size: 16px;
	margin-top: 15px;
	border-bottom: 1px solid #737373;
	padding-bottom: 5px;
}
.product-small.box:hover .price a {
	background-color: transparent;
	border-bottom: 1px solid #e8713c;
	color: #e8713c;
}
.product-small.box .box-text.text-center {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

p {
	font-size:16px !important;
}
.box-text-inner h5.uppercase.header-title {
	font-weight: 400 !important;
	font-family: "inter";
	font-size: 16px;
}
.keyPoints ul li {
	list-style: none;
	background: url(/wp-content/uploads/2026/03/check-mark-1.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-left: 0pc;
	background-size: 25px;
	background-position-y: 3px;
}
.keyPoints ul li strong {
	font-size: 18px;
}
#header .header-nav li.menu-item-has-block  .sub-menu .section {
	padding: 0px !important;
}
#header .header-nav li.menu-item-has-block  .tabbed-content .nav.nav-simple.nav-vertical {
	background-color: #FAFBFE;
}
#header .header-nav li.menu-item-has-block  .tabbed-content  .variations .woo-variation-items-wrapper {
	margin: 0px !important;
}
#header .header-nav li.menu-item-has-block  .tabbed-content .nav.nav-simple.nav-vertical li a {
	padding: 15px 30px;
	font-size: 16px;
}
#header .header-nav li.menu-item-has-block  .product-small.box .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	font-size: 20px;
}
#header .header-nav li.menu-item-has-block  .price-wrapper .price bdi {
	color: #1A2B45;
	font-size: 16px;
	font-weight: 900;
}
.menu-item-has-block .nav-dropdown .col-inner ul:not(.nav.nav-vertical) li:not(.tab):not([class^="bullet-"]) {
	margin-left: 0em !important;
}

.policyTabs .accordion-item .accordion-title {
	border: 0px solid #ddd !important;
	padding: 15px 25px;
}
.policyTabs .accordion-item .toggle {
	right: 0 !important;
    left:auto !important;
}
.policyTabs .accordion-item{
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-top: 15px;
}
.wapf-swatch.wapf-swatch--image.apf-pick-box.has-pricing label {
	display: flex;
	align-items: center;
}
.variations .reset_variations {
	bottom: 80%;
	color: currentColor;
	font-size: 12px;
	opacity: 1;
	position: absolute;
	right: 0;
	text-transform: none;
	border: 1px solid #ddd;
	padding: 2px 5px;
	border-radius: 50px;
}
.titleheader .entry-title {
	font-size: 3rem;
}
.titleheader .page-title-inner {
	padding-top: 0px;
}
.single-product #header {
	border-bottom: 1px solid #ddd;
}
.top-divider.full-width {
	border: none;
}
.box.box-category img {
	min-height: 150px;
	object-fit: contain;
	max-height: 150px;
}

.product-small.col .variations li:last-child {
	display: none;
}
.price-wrapper .price bdi {
	color: #1A2B45;
	font-size: 20px;
	font-weight: 400;
}
.price-wrapper .price .price-excl-tax bdi {
	font-size: 14px;
}
#header .header-nav li.menu-item-has-block .price-wrapper .price .price-excl-tax bdi {
	font-size: 12px;
}
.price-wrapper .price-excl-tax {
	margin-top: 5px;
}
.borderImg img {
	border-radius: 30px;
}
.video-fit iframe {
	border-radius: 30px;
}
.product-thumbnails a {
	border: 1px solid #ddd;
	overflow: hidden;
	border-radius: 10px;
	background-color: #F5F5F5;
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
	border: 1px solid #ddd;
	border-radius: 10px;
}
.woocommerce-product-gallery__image.slide {
	border: 1px solid #ddd;
	border-radius: 15px;
	overflow: hidden;
}
.single_add_to_cart_button.button {
	width: 80%;
	border-radius: 10px;
	min-height: 3.5rem;
}
.input-text.qty.text {
	min-height: 3.5rem;
	border: none;
	box-shadow:none;
}
.ux-quantity.quantity.buttons_added {
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.quantity .button.plus, .quantity .button.minus {
	border: none;
	background-color:transparent !important;
}
.wapf-checkbox .wapf-input-label {
	border: 1px solid #6e6e6e;
	padding:10px 10px;
	border-radius: 5px;
}
.wapf-swatch-label {
	text-align: left;
}
.wapf-swatch.wapf-swatch--image label {
	/*border: 1px solid #222;*/
	padding: 10px;
	border-radius: 5px;
}
.wapf-image-swatch-wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr) !important;
	grid-gap: 10px;
}
.wapf-checkbox.wapf-checked .wapf-input-label {
	border: 1px solid #e8713c !important;
}
.wapf-swatch--image .apf-pick-box, .wapf-swatch--image.apf-pick-box {
	border: 1px solid #6e6e6e;
	border-radius: 5px;
}
.wapf-swatch--image.wapf-checked .apf-pick-box, .wapf-swatch--image.wapf-checked.apf-pick-box {
	border-color: #e8713c;
	border-radius: 5px;
}
.wapf-field-group .wapf-checkboxes, .wapf-radios {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	grid-gap: 10px;
}
.wapf-checkbox  .wapf-input {
	display: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
}
.row.contactRow  .gform-footer #gform_submit_button_1 {
	width: 100%;
	min-height: 3rem;
	border-radius: 8px;
	background-color: #E8713C !important;
}
.row.contactRow  input, .row.contactRow  textarea {
	background: transparent !important;
	border: 1px solid #a9a9a9 !important;
	box-shadow: none !important;
	min-height: 3rem !important;
	border-radius: 8px !important;
}
.row.contactRow {
	border-radius: 15px;
	overflow: hidden;
}
.row.contactRow  .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}
.is-divider {
	display: none;
}
h1 {
    font-size: 56px;
    line-height: 1.1;
}
h2 {
    font-size: 36px;
    line-height: 1.2;
}
h3 {
    font-size: 32px;
    line-height: 1.4;
}
h4 {
    font-size: 24px;
    line-height: 1.4;
}
h5 {
    font-size: 20px;
    line-height: 1.4;
}
h6{
    font-size: 16px;
    line-height: 1.2;
}
.is-uppercase, .uppercase {
	text-transform: initial;
	letter-spacing: 0;
}
.col, .columns, .gallery-item {
    padding-bottom: 0px !important;
}
.button.primary{
	background: #1A2B45;
	backdrop-filter: blur(15px);
	border-radius: 6px !important;
	padding: 5px 30px !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	border-radius:6px !important;
}
.button.primary::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #E8713C;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.button.primary:hover::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.button.primary:hover {
	background: #FF6233;
}
.button.secondary:not(.submit-button) {
	background: #E8713C;
	backdrop-filter: blur(15px);
	border-radius:6px !important;
	padding: 5px 30px !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
		-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button.secondary:hover {
	background: #007BFF;
}
.button.secondary::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #007BFF;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius:6px !important;
}
.button.secondary:hover::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.iconBoxesBlue {
	background-color: #007BFF;
	border-radius: 0px;
	color: #fff;
	padding: 50px 0px 70px 0px;
	border-radius: 30px;
	margin-top: -8rem;
}
.mobile-nav .icon-menu::before, .mobile-nav .icon-heart::before, .icon-equalizer::before, .mobile-nav .icon-search::before, .header-nav .icon-search::before, .icon-shopping-cart::before {
	content: "";
}
.header-nav .icon-shopping-cart, .mobile-nav .icon-shopping-cart {
	background: url(/wp-content/uploads/2026/03/bag-2.svg);
	height: 25px;
	width: 25px;
	background-size: 25px;
	background-repeat: no-repeat;
}
.icon-user {
	content: url(/wp-content/uploads/2026/03/user.svg);
	height: 28px;
	width: 28px;
	font-size: 28px !important;
}
.reviewBox p {
	margin-bottom: 0px;
	color:#222;
}
.icon-box.featured-box.reviewBox {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}
.TopHeroSection .button.primary {
	margin: 0px !important;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(15px);
	border-radius: 6px !important;
	background-color: transparent;
	padding: 10px 30px;
}
.TopHeroSection .button.primary:hover{
	border: 1px solid #e8713c;
}

.tabSection .tabbed-content h4 {
	letter-spacing: 0;
	text-transform: none;
	font-size: 36px;
	margin-bottom: 30px;
}
.tabSection .nav.nav-pills.nav-normal {
	display: block;
	margin: 0 auto;
	border: 1px solid #00000035;
	border-radius: 8px;
	padding: 10px;
	position: relative;
}
.tabSection .nav.nav-pills.nav-normal li a {
	font-size: 16px;
	padding:15px;
}
.tabSection li.tab {
	width: 49%;
}
.tabSection .nav.nav-pills.nav-normal li > a {
	border-radius: 8px;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 1.2 !important;
}
.leftDot .img-inner.dark {
	overflow: initial;
	/* display: block; */
}
.leftDot img {
	width: 300px;
	margin-left: -7rem;
	top: -5rem;
	position: absolute;
}

.rightDot .img-inner.dark {
	overflow: initial;
	/* display: block; */
}
.rightDot img {
	width: 300px;
	margin-right: -7rem;
	top: -5rem;
	position: absolute;
	right: 0;
}
.box.box-category.has-hover.box-default {
	background: #FFFFFF;
	border-radius: 150px;
	padding: 20px;
	box-shadow: 0px 0 1px 0px #b4bfdf;
}
#footer p {
	margin-bottom: 0px;
}
.shippingText .icon img {
	padding-top: 0px;
}
.chairsRow .icon-box-text p {
	margin-top: 35px;
	font-size: 18px;
	line-height: 1.2;
}
.reviewImg  .icon-box.featured-box.reviewBox {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px #00000015;
	max-width: 220px;
	margin: 0 auto;
	margin-top: -3rem;
	z-index: 10;
	position: relative;
}
.reviewContent .testimonial-text p {
	font-size: 18px;
	line-height: 1.6;
	font-style: initial;
}
.reviewContent .banner {
	border-radius: 20px;
	overflow: hidden;
}
.reviewContent .reviewImg img {
	border-radius: 20px !important;
	overflow: hidden !important;
}
.reviewImg img {
	border-radius: 20px;
}
/*.blogSection .button {
	background: #E8713C !important;
	backdrop-filter: blur(15px);
	border-radius: 6px !important;
	padding: 3px 20px;
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0px;
}*/
.ctaButton {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px 15px !important;
}
.ctaButton .icon-box-text {
	padding-left: 10px !important;
	padding-top: 3px;
}

.mc4wp-form  input.large  {
	background: #373A46 !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 10px !important;
	color: #fff !important;
	min-height: 3rem !important;
}
.mc4wp-form input[type="submit"] {
	background: #E8713C !important;
	border-radius: 6px !important;
	padding: 4px 30px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	margin: 0px !important;
	position: absolute;
	text-transform: initial;
	right: 0;
    min-height: 3rem !important;
}
.mailChimp p {
	display: none;
}
.dark .ux-menu-link__link {
	border-bottom-color: transparent;
}
.mailChimpRow {
	border-bottom: 1px solid #ffffff30;
	padding-bottom: 60px;
	margin-bottom: 30px;
	padding-top: 30px;
}
.footerMainRow {
	padding-bottom: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff30;
}
.absolute-footer .footer-secondary{
	padding: 0px;
}
.footerMainRow .col h4 {
	font-size: 20px;
}
.footerMainRow .icon-box-img img{
	padding-top: 0px;
}
.footerMainRow  .icon-box-text {
	padding-left: 10px !important;
}
.logoSection img {
	filter: grayscale(100%);
}
.logoSection img:hover {
	filter: grayscale(0%);
}
.logoSection .row {
	justify-content: center;
	align-items: center;
}
.icon-menu {
	background: url(/wp-content/uploads/2026/03/menu.svg);
	height: 25px;
	width: 25px;
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: center;
}
.blog-single .post-sidebar .widget, .blog .post-sidebar .widget, .blog-archive .post-sidebar .widget {
    margin-bottom: 1em;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
}
.bannerTitle {
	border-radius: 15px;
	overflow: hidden;
}
.tm-extra-product-options .tc-epo-label.tm-epo-element-label {
	margin-bottom: 0.3em;
}
/*.tc-col.tc-field-label-wrap.desc-inline{
	border: 1px solid #000;
	border-radius: 8px;
	padding: 15px !important;
	font-size: 16px;
}*/
.tc-col.tc-field-label-wrap.desc-inline .tc-col {
	border: 0px solid #000;
	border-radius: 0px;
	padding: 0px !important;
	font-size: 16px;
}
.tc-col.tc-field-label-wrap.desc-inline .tc-col select {
	border: none;
	box-shadow: none;
}
.tc-col.tc-field-label-wrap.desc-inline .tc-col select {
	border: 1px solid #000;
	box-shadow: none;
	padding: 15px;
	min-height: 4rem;
	border-radius: 8px;
}
.tc-col.tc-field-label-wrap.desc-inline .tc-epo-style-space.tc-price-wrap.tc-col-auto {
	position: absolute;
	right: 40px;
}
.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap .tc-field-label-wrap {
	grid-template-columns: 1fr !important;
}
.variations_form .tc-epo-element-label-text, .variations_form .tc-section-label-text {
	font-size: 18px;
}
.category-page-row {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width:1650px) {

}
@media (max-width:1024px) {

}
@media (min-width:601px){

.header-main .nav > li > a.nav-top-link {
	line-height: 90px !important;
}
}
@media (min-width:601px) and (max-width:849px){
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
.is-divider {
	display: none;
}
h1 {
    font-size: 42px;
    line-height: 1.2;
}
h2 {
    font-size: 32px;
    line-height: 1.2;
}
h3 {
    font-size: 24px;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6{
    font-size: 16px;
    line-height: 1.2;
}
.iconBoxesBlue {
	padding: 20px;
	border-radius: 0px;
}
}
@media (max-width:600px){
.mc4wp-form input[type="submit"] {
	position: relative !important;
}
.gform-theme--foundation .gform_fields {
	row-gap: 10px !important;
}
#gform_2 {
	margin-top: 15px;
}
.ctaButton .col:first-child {
	margin-bottom: 15px;
}
.ctaButton {
	margin: 0px 10px !important;
}
.workArea .banner .text-box {
	width: 90% !important;
}
.workArea .col.grid-col .col-inner {
	max-height: 300px;
	padding-bottom: 0px !important;
}
.workArea  .banner h3 {
	font-size: 14px;
}
.workArea .banner {
	max-height: 300px;
}
.workArea .banner .text-inner{
	padding: 10px 15px !important;
}
.iconSectionThree .icon-box {
    display: flex;
    justify-content: center;
    align-items: center; 
}
.iconSectionThree {
	margin-top: 30px;
}
.iconSectionThree .icon-box-img {
	max-width: 100px;
	margin-right: 10px;
	min-width: 100px;
}
.iconSectionThree .icon-box-text h4 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.reviewImg .icon-box.featured-box.reviewBox {
	margin-top: -4rem;
	margin-bottom: 2rem;
}
.rightDot img {
	width: 180px;
	top: -4rem;
}
.leftDot img {
	width: 180px;
	top: -3rem;
}
h1 {
	font-size: 32px;
	line-height: 1.2;
}
h2 {
	font-size: 32px;
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
.iconBoxesBlue {
	border-radius: 0px;
}
}





.single-product .product-title.product_title {
	font-size: 36px;
}
#shop-sidebar .widget {
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 20px;
	background-color: rgb(244, 246, 252);
}
.product-small.box .box-image {
	border: 1px solid #04040417;
	border-radius: 7px;
}
.page-numbers.nav-pagination.links.text-center {
	margin-bottom: 80px;
	margin-top: 50px;
}
.page-numbers.nav-pagination.links.text-center .page-number {
	background-color: #1A2B4500;
	border-color: #fff;
}
.page-numbers.nav-pagination.links.text-center .next, .page-numbers.nav-pagination.links.text-center .current {
	background-color: #1A2B45;
	border-color: #1A2B45;
	color: #fff;
}
.shop-page-title.category-page-title.page-title {
	background-color: #F4F6FC;
	padding-bottom: 16px;
}
.product-small.box .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	font-size: 20px;
}
/*.product-small.box .price-wrapper {
	margin-top: 10px;
}*/
.product-small.box {
	margin-top: 20px;
}
/*.header-nav .tabbed-content ul {
	background-color: #FAFBFE;
	padding: 30px !important;
}*/
.sub-menu.nav-dropdown {
	background: #FFFFFF;
	box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	border: none;
}
.woocommerce-tabs .tab-panels {
	background-color: #F4F6FC;
	padding: 30px;
	border-radius: 20px;
	margin-top: 10px;
}
.keyPoints {
	background-color: #F4F6FC;
	padding: 30px 10px !important;
	border-radius: 20px;
	margin-top: 10px;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
	background-color: transparent;
	box-shadow: none;
}
.woocommerce-variation.single_variation {
	display: none !important;
}
.woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	background-color: transparent;
}
.woocommerce-tabs ul.tabs li.active a {
	color: #1A2B45 !important;
	background-color: transparent;
}
.workArea .banner {
	border-radius: 8px;
	overflow: hidden;
}
.banner-grid.row .col {
	position: relative;
	display: block;
	padding-bottom: 30px !important;
}
.banner-grid.row  .text-box-content {
	box-shadow: none;
	background-color: #ffffffa3 !important;
	border-radius: 8px;
}
.product-section {
	border-top: none;
}
table.variations .label, .wapf-field-label label {
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 20px;
}
.wapf-swatch.wapf-swatch--image.apf-pick-box.has-pricing label .wapf-swatch-label::after {
	content: "+";
	position: absolute;
	right: 30px;
	font-size: 30px;
	margin-top: -10px;
}
.wapf-swatch--image.wapf-checked.apf-pick-box .wapf-swatch-label::after {
	content: "✔" !important;
	position: absolute !important;
	right: 30px !important;
	font-size: 20px !important;
	margin-top: -5px !important;
	color: #e8713c;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 0px 5px;
	padding: 2px;
}
/*.woo-variation-swatches .variable-items-wrapper {
	margin-top: 10px;
}*/


.single-product .price.product-page-price span, .price.product-page-price bdi {
	font-size: 28px;
}
.single-product .price.product-page-price .price-excl-tax span, .price.product-page-price .price-excl-tax bdi {
	font-size: 20px;
}
.has-border {
	border: 2px solid #1a2b45;
	padding: 30px;
	border-radius:30px
}
.wapf-swatch.wapf-swatch--image div img{
	min-width: 50px;
	min-height: 50px;
	object-fit: contain;
	max-height: 50px;
}
.tmcp-field-wrap .tmcp-field-wrap-inner .tc-col label img {
	min-width: 80px;
	min-height: 50px;
	object-fit: contain;
	max-height: 50px !important;
	max-width: 70px;
}
.yith-wfbt-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "images list" "submit submit";
	gap: 20px;
}
.yith-wfbt-items .yith-wfbt-item {
	background-color: #f4f6f9;
	border-radius: 10px;
	padding: 10px 15px;
	margin-bottom: 10px;
	border: 1px solid #f0f0f0;
}
.yith-wfbt-section .yith-wfbt-images {
	display: flex;
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-radius: 20px;
	background-color: #f4f6f9;
}
.yith-wfbt-section .yith-wfbt-items {
	margin: 10px 0 25px;
}
.yith-wfbt-section.woocommerce {
	border: 1px solid #ddd !important;
	border-radius: 30px;
	padding: 30px;
}
.yith-wfbt-form table {
  grid-area: images;
  width: 100%;
}

.yith-wfbt-form ul {
  grid-area: list;
  width: 100%;
}
.yith-wfbt-form .yith-wfbt-submit-block {
	grid-area: submit;
	text-align: center;
}
.yith-wfbt-submit-block .yith-wfbt-submit-button {
	background: #e8713c;
	color: #ffffff;
	border-color: #e8713c;
	border-radius: 12px;
	padding: 8px 25px;
	margin-top: 20px;
	line-height: 1.4;
}
.yith-wfbt-images td a img {
	border: 1px solid #ddd;
	border-radius: 5px;
	min-height: 100px;
	max-height: 100px;
	object-fit: contain;
	max-width: 100px;
	min-width: 100px;
}
.yith-wfbt-section .yith-wfbt-item {
	text-align: left;
}
.tmcp-field-wrap .tmcp-field-wrap-inner .tc-col label {
	border: 1px solid #000;
	border-radius: 8px;
	padding: 10px !important;
	font-size: 16px;
}
.tmcp-field-wrap.tc-active  .tmcp-field-wrap-inner .tc-col label {
	border: 1px solid #e8713c;
}
.tmcp-field-wrap .tmcp-field-wrap-inner .tc-col .tc-label-wrap {
	align-items: center !important;
}
dt.tm-options-totals, dd.tm-options-totals {
	font-size: 100%;
	opacity: 1;
}
#top-link {
	margin-rig: 15px;
}
.wa__btn_popup {
	bottom: 100px !important;
}
#footer .widget_nav_menu {
	padding: 0px !important;
}
.widget > ul > li + li, ul.menu > li + li {
	border-top: none !important;
}
.button-continue-shopping.button.primary.is-outline {
	background-color: #e8713c;
	border-color: #e8713c;
	color: #fff;
	margin-right: 15px;
}
button#place_order {
	border-radius: 8px !important;
}
#customer_details input, #customer_details textarea, #customer_details select {
	box-shadow: none !important;
	border-radius: 5px !important;
}
.specialColCTA .col-inner {
	background: #1370fdba;
	backdrop-filter: blur(15px);
	border-radius: 10px;
}
/*.specialColCTA .button.secondary.lowercase:hover {
	background-color: #fff;
	color: #E8713C;
	box-shadow: none;
}*/
.popupSection {
	padding: 0px !important;
	border-radius: 20px;
	overflow: hidden;
}
.popupSection .gform-footer #gform_submit_button_2 {
	background: #E8713C;
	backdrop-filter: blur(15px);
	border-radius: 6px !important;
	padding: 10px 30px !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	min-height:3rem !important;
}
.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	margin-block-start: 10px !important;
}
.pum-content .popupSection input#input_2_1 {
	background: transparent !important;
	border: 1px solid #00000080 !important;
	border-radius: 10px !important;
	color: #000 !important;
	min-height: 3rem !important;
	box-shadow: none;
}
.popupSection .col {
	padding: 0px !important;
	text-align:left !important;
}
.popupSection .col p, .popupSection .col h4, .popupSection .col input, .popupSection .col .button.primary{
	font-family:"Quicksand" !important;
}
.banner {
	border-radius: 15px;
	overflow: hidden;
	margin-top: 15px !important;
}
.banner .button.primary {
	background-color: #fff !important;
	box-shadow: none !important;
	padding: 5px 20px !important;
	color: #000;
	font-size: 14px;
	border: none;
}
.banner .button.primary:hover {
	background-color: #1A2B45 !important;
	box-shadow: none !important;
	padding: 5px 20px !important;
	color: #fff;
	font-size: 14px;
	border: none;
}
.banner h1, .banner h2, .banner h3 {
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0em;
	margin-top: 0em;
	padding: 0;
}
.banner h5, .banner h6, .banner p {
	margin-bottom: 1em;
	margin-top: 5px;
	padding: 0;
}
.banner h3 {
	font-size: 24px;
}
/*dl.tm-extra-product-options-totals {
	display: block;
}*/

.tc-epo-totals .tm-custom-price-totals {
  display: inline-block;
}

.tc-epo-totals .tm-custom-price-totals dt, 
.tc-epo-totals .tm-custom-price-totals dd {
  display: inline !important;
  margin: 0 !important;
}
.tc-epo-totals .tm-custom-price-totals dd {
  margin-left: 6px !important;
}
.tc-epo-totals .tm-custom-price-totals dd::after {
  content: "\A";
  white-space: pre;
}

dl {
	font-size: 1em;
	opacity: 1;
	text-transform: none;
}
dd.tm-options-totals, dd.tm-final-totals {
	font-size: 1.2rem;
	margin-right: 20px;
	margin-left: 5px;
}
.tc-image.checkbox-image.tc-image-inline.tc-left {
	border-color: transparent !important;
}
.uppercase, h6, span.widget-title, th {
	letter-spacing: 0px;
	text-transform: none;
}
.close-template-btn.ays_pb_pause_sound_2 {
	top: 0px;
	left: -10px;
}
.sub-menu.nav-dropdown .product-small.box .box-image {
	border: 0px solid #04040417;
	border-radius: 0px;
}
.nav.nav-simple.nav-vertical.nav-normal li a::after {
	content: ">";
	right: 0;
	position: absolute;
	right: 30px;
}
.nav.nav-simple.nav-vertical.nav-normal .tab.has-icon.active a{
	color: #e8713c;
}
table {
	margin-bottom: 0em !important;
}

.ays_template_footer {
	z-index: 1;
	position: relative;
}
.ays_template_head {
	z-index: 2;
	position: relative;
}
.blogSection .box-text-inner .button {
	position: absolute;
	bottom: 0;
}
.blogSection .box-text-inner {
	position: relative;
	min-height: 200px;
}
.badge-inner.secondary.on-sale {
	padding: 0 10px;
}
@media (min-width:850px) and (max-width:1250px){
.iconBoxesBlue {
	padding: 30px 20px;
}
.iconBoxesBlue .col {
	padding: 0px 0px !important;
}
h1 {
	font-size: 42px;
	line-height: 1.2;
	margin-bottom:10px;
}
#header .nav-spacing-large > li {
	margin: 0 10px !important;
	font-size: 14px !important;
}
.logo-left .logo {
	margin-right: 15px;
}
#logo {
	width: 180px !important;
}
.button.secondary:not(.submit-button) {
	padding: 5px 15px !important;
}
.popupSection .col-inner {
	padding: 0px 10px !important;
}
footer.ays_template_footer.ays-pb-bg-styles_2 div.ays_bg_image_box {
	background-position-y: -60px !important;
}
}

@media screen and (max-width:768px){
.ays-pb-modals .ays_template_window.ays-pb-modal_2.ays-pb-border-mobile_2.fadeIn .ays_bg_image_box {
	background-position-y: -60px !important;
}
.ays-pb-modals .ays_template_window.ays-pb-modal_2.ays-pb-border-mobile_2.fadeIn p {
	font-size: 14px !important;
}
	.product-small .badge {
	height: 1.5em;
}
	.product-small .badge-container {
	margin-top: 10px;
}
	.badge-inner.secondary.on-sale {
	font-size: 10px;
}
	.product-small.box .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	font-size: 14px;
}
	.box-excerpt.is-small {
	display: none;
}
	.price-wrapper .price bdi {
	color: #1A2B45;
	font-size: 14px;
	font-weight: 400;
}
	.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 0px 3px;
	padding: 1px;
	height: 22px !important;
	width: 22px !important;
}
}
@media (min-width:601px) and (max-width:849px){
.price br {
	display: none !important;
}
.header-main {
	height: 80px !important;
}
#logo img {
	max-height: 60px !important;
}
footer.ays_template_footer.ays-pb-bg-styles_2 div.ays_bg_image_box {
	background-position-y: 0px !important;
}
.popupSection .col-inner {
	padding: 0px 10px !important;
}
.ays_template_window .ays_template_content {
	width: 100% !important;
}
.ays_template_window .ays_template_content  .button.primary {
	padding: 5px 10px !important;
}
.box.box-category img {
	max-height: 110px;
	object-fit: contain;
}
}

@media (min-width:600px){
body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .price-wrapper .price-excl-tax {
	padding-left: 53px;
}
}
@media (max-width:600px){
.blogSection .box-text.text-left {
	padding-bottom: 80px;
}
.button.wc-forward, .blogSection .button {
	margin: 10px 0px 10px 0px !important;
}
	
body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .price-incl-tax::before {
	position: absolute;
	top: -16px;
}
body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .price-wrapper .price-incl-tax {
	position: relative;
	margin-top: 12px;
}
body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .price-wrapper .price-incl-tax::before {
	position: absolute;
}
.blogSection .box-text {
	padding-bottom: 0px;
}
.blogSection .box-text-inner .button {
	position: relative;
}
.blogSection .box-text-inner {
	position: relative;
	min-height: auto;
}
.linkSection .onnerRowInterlink {
	background-color: #f4f6fc;
	padding: 30px 0px;
	border-radius: 0px;
	margin-bottom: 30px;
}
	.topTitleSec .section-bg-overlay {
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.59) 4%, rgba(106, 106, 106, 0.39) 64%) !important;
}
	h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 5px !important;
}
.price br {
	display: none !important;
}
.box.box-category img {
	max-height: 100px;
	object-fit: contain;
}
.popupSection .button.primary {
	background-color: #fff !important;
	box-shadow: none !important;
	padding: 3px 10px !important;
	color: #000;
	font-size: 13px;
	border: none;
}
.ays_content_box.ays_template_main {
	padding: 0px !important;
}
.popupSection .col-inner {
	padding: 0px !important;
}
footer.ays_template_footer.ays-pb-bg-styles_2 {
    display: none;
}
.ays_template_window .ays_template_content {
	width: 100% !important;
	padding: 0 10px;
	overflow: hidden;
}
.yith-wfbt-section.woocommerce {
	border: 0px solid #ddd !important;
	border-radius: 30px;
	padding: 0px;
}
  .yith-wfbt-form {
    grid-template-columns: 1fr;
    grid-template-areas:
      "images"
      "list"
      "submit";
}
.yith-wfbt-items .yith-wfbt-item {
	margin: 0px 15px 10px 0px;
}
}
.single-product .product-type-variable .product-price-container {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
}
.single-product .product-type-variable .product-price-container.price-ready {
    opacity: 1;
    visibility: visible;
}


.product-small .box-text-products,
.product-small .box-text {
    display: flex;
    flex-direction: column;
}

.product-small .title-wrapper,
.product-small .price-wrapper,
.product-small .box-excerpt {
    height: auto !important;
}

.product-small .title-wrapper {
    order: 1;
}

.product-small .box-excerpt {
    order: 2;
    margin-top: 0;
    margin-bottom: 0;
}

.product-small .price-wrapper {
    order: 3;
    margin-top: 6px;
}

.product-small .box-excerpt:empty {
    display: none;
    margin: 0;
}
.megaMenuFull .price-excl-tax{display: none;}