@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//syncsleeve.com/wp-content/themes/woodmart/fonts/woodmart-font-2-400.woff2?v=8.1.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//syncsleeve.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//syncsleeve.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//syncsleeve.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//syncsleeve.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//syncsleeve.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//syncsleeve.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//syncsleeve.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//syncsleeve.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(95,95,95);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-color: #212121;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(33,33,33);
	--wd-entities-title-color-hover: rgb(95, 95, 95);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 800;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(33,33,33);
	--wd-widget-title-font-size: 25px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(255,188,14);
	--wd-alternative-color: rgb(233,233,235);
	--wd-link-color: rgb(95,95,95);
	--wd-link-color-hover: rgb(33,33,33);
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: rgb(255,188,14);
	--btn-default-bgcolor-hover: rgb(255,208,84);
	--btn-default-color: rgb(33,33,33);
	--btn-default-color-hover: rgb(73,73,73);
	--btn-accented-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 600;
	--btn-accented-bgcolor: rgb(255,188,14);
	--btn-accented-bgcolor-hover: rgb(255,208,84);
	--btn-accented-color: rgb(33,33,33);
	--btn-accented-color-hover: rgb(73,73,73);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(255,208,84);
	--notices-success-color: rgb(33,33,33);
	--notices-warning-bg: rgb(255,208,84);
	--notices-warning-color: rgb(33,33,33);
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.wd-page-title {
	background-color: rgb(28,97,231);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(33,33,33);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button, html .cart-totals-inner .checkout-button, html #place_order, html .wpcf7 input[type="submit"] {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: none;
	color: rgb(33,33,33);
	background: rgb(255,188,14);
}
html .entry-summary .single_add_to_cart_button:hover, .wd-single-add-cart .single_add_to_cart_button:hover, html .cart-totals-inner .checkout-button:hover, html #place_order:hover, html .wpcf7 input[type="submit"]:hover {
	color: rgb(73,73,73);
	background: rgb(255,208,84);
}
html .cart-actions .button[name="apply_coupon"] {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
	color: rgb(33,33,33);
	background: rgb(228,228,228);
}
html .cart-actions .button[name="apply_coupon"]:hover {
	color: rgb(73,73,73);
	background: rgb(228,228,228);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(95,95,95);
	--wd-form-placeholder-color: rgb(204,204,204);
	--wd-form-brd-color: rgb(95,95,95);
	--wd-form-brd-color-focus: rgb(95,95,95);
	--wd-form-bg: rgb(255,255,255);
}
.product-labels .product-label.onsale {
	background-color: rgb(255,188,14);
	color: rgb(33,33,33);
}
.product-labels .product-label.new {
	background-color: rgb(255,188,14);
	color: rgb(33,33,33);
}
.product-labels .product-label.featured {
	background-color: rgb(255,188,14);
	color: rgb(33,33,33);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(255,188,14);
	color: rgb(33,33,33);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(255,188,14);
	color: rgb(33,33,33);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}

@media (max-width: 1024px) {
	:root {
		--wd-widget-title-font-size: 24px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-widget-title-font-size: 23px;
	}

}
:root{
--wd-container-w: 1140px;
--wd-form-brd-radius: 5px;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1140px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Strona Produktu */
/* Przycisk resetu wariantów produktów */
.wd-reset-var {
	display: none!important;}

.wd-swatch.wd-bg.wd-tooltip.wd-active.wd-enabled,
.wd-swatch.wd-text.wd-active.wd-enabled{
    background-color: rgb(255,188,14) !important;
    --brd-width: 0 !important;
    --wd-swatch-text-size: 18px;
}

.wd-swatch.wd-text.wd-enabled,
.wd-swatch.wd-bg.wd-tooltip.wd-enabled{
    min-width: 38px;
    min-height: 38px;
    padding: 0 4px;
    --brd-width: 0 !important;
    --wd-swatch-text-size: 18px;
		border-radius: 10px;
}
.wd-swatch-bg {
	height: auto;}

.wd-swatch {
    background-color: #e4e4e4;
}


/* Przycisk zmiany ilości */
/* .quantity {
	display: none!important;} */

/* FAQ produktu */
.elementor-tab-title, .elementor-toggle-item {
	border-radius: 10px;}

/* Dodaj do koszyka, Go to checkout, Place Order */
.single_add_to_cart_button,
.checkout-button,
#place_order {
	height: 55px;
	border-radius: 10px!important;}

/* Cena produktu */
.amount {
	color: rgb(33,33,33);}

/* Cień header */
.whb-main-header {
	box-shadow: 0 2px 6px #00000029;}

/* Przycisk formularza kontaktowego */
.wpcf7-submit {
	width: 100%;
	height: 50px;
	color: rgb(33,33,33);
	border-radius: 10px;
	background-color: rgb(255,188,14);
	text-transform: none;
	}

.wpcf7-submit:after {
	background: rgb(255,208,84)!important;
	color: rgb(73,73,73)!important;}

/* Koszyk */

.elementor-element-6b69864 {
	border-radius: 10px;
	background-color: #EFEFEF}

#coupon_code {
	border-color: #EFEFEF;}

.plus, .minus {
	border-radius: 10px!important;
  border-color: #efefef!important;
	background-color: #EFEFEF !important;
	width: 40px;
	height 40px!important;
	color: rgb(33, 33, 33)!important;}

.qty {
	background-color: #FFFFFF !important;
	border: none!important;
	width: 40px;
	height 40px!important;
	color: rgb(33, 33, 33)!important;}

.plus:hover, .minus:hover {
	background-color: rgb(95,95,95)!important;
	border-color: rgb(95,95,95)!important;}

/* Checkout */
.elementor-shape {
	display: none;}

.elementor-element-58c9f40d {
	border-radius: 10px;}

.elementor-widget-container {
	border-radius: 10px;}

.woocommerce-form-coupon-toggle {
	display: none;}

.required {
	color: rgb(255,188,14);}

.elementor-element-61643e4 {
	display: none;}

.woocommerce-variation-add-to-cart .quantity {
  display: none!important;
}


.whb-column {
	justify-content: center;}

/* .button, .input-text, span {
	border-radius: 10px!important;} */

/* Mobile Navbar */
.wd-nav-mobile>li>a {
	text-transform: none;}

.wd-nav-mobile>li>a:hover {
	color: rgb(255,188,14);}

/* Home */
.baner-syncsleeve {
	max-width: 100%!important;}

.btn-navigation .elementor-widget-container .wd-button-wrapper .btn {
    width: 350px;
    justify-content: left;
    border-radius: 10px;
}
.btn-home-gallery .elementor-widget-container .wd-button-wrapper .btn {
		width: 100%;
    height: 55px;
    border-radius: 10px;
		text-align: left;}

.btn {
	border-radius: 10px;}

/* SyncSleeve Plus */
/* .fpf-input-field {
	width: 200px!important;} */

label[for="11214_bicep_circumference_a"] {
    font-weight: 600;
}

label[for="11214_elbow_circumference_b_"] {
    font-weight: 600;
}

label[for="11214_wrist_circumference_c"] {
    font-weight: 600;
}

label[for="11214_length_d_2"] {
    font-weight: 600;
}

form[action="https://syncsleeve.com/produkt/syncsleeve-plus-esports-sleeve/"] .quantity {
    display: none!important;
}

/* Checkout shopify */
body .wfacp_main_form #wfacp_checkout_form #shipping_calculator_field .wfacp_no_shipping_found ul {
	background: none!important;
	background-color: rgb(241,241,241)!important;
	padding: 12px 12px 12px 20px;
	border-radius: 4px;}

.elementor-11364 .elementor-element.elementor-element-74ad62f #wfacp-e-form .wfacp_main_form .wfacp_collapsible svg,
.elementor-11364 .elementor-element.elementor-element-74ad62f #wfacp-e-form .wfacp_main_form .wfacp_collapsible {
	color: #353030;}


#wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian,
#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content {
	padding: 20px!important;}

@media (max-width: 768px) {
    body:not(.wfacpef_page) .elementor-11364 .elementor-element.elementor-element-74ad62f #wfacp-e-form .wfacp-form {
        padding: 0px 20px 0px 20px;
    }
}


.wfacp_smart_buttons_placeholder fieldset {
	border: none!important;}

.fkwcs_smart_buttons {
	height: 50px;
	border-radius: 10px;}

#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner>fieldset {
	padding: 16px 0px;}


body #wfacp-e-form input[type=date], body #wfacp-e-form input[type=email], body #wfacp-e-form input[type=number], body #wfacp-e-form input[type=password], body #wfacp-e-form input[type=tel], body #wfacp-e-form input[type=text], body #wfacp-e-form select, body #wfacp-e-form select#join_referral_program, body #wfacp-e-form textarea, body .wfacp_mini_cart_start_h input[type=date], body .wfacp_mini_cart_start_h input[type=email], body .wfacp_mini_cart_start_h input[type=number], body .wfacp_mini_cart_start_h input[type=password], body .wfacp_mini_cart_start_h input[type=tel], body .wfacp_mini_cart_start_h input[type=text], body .wfacp_mini_cart_start_h select, body .wfacp_mini_cart_start_h textarea, body #wfacp-e-form input[type=date], body #wfacp-e-form input[type=email], body #wfacp-e-form input[type=number], body #wfacp-e-form input[type=password], body #wfacp-e-form input[type=tel], body #wfacp-e-form input[type=text], body #wfacp-e-form select, body #wfacp-e-form select#join_referral_program, body #wfacp-e-form textarea, body .wfacp_mini_cart_start_h input[type=date], body .wfacp_mini_cart_start_h input[type=email], body .wfacp_mini_cart_start_h input[type=number], body .wfacp_mini_cart_start_h input[type=password], body .wfacp_mini_cart_start_h input[type=tel], body .wfacp_mini_cart_start_h input[type=text], body .wfacp_mini_cart_start_h select {
	line-height: 1.7!important;}

body #wfacp-e-form * {
    line-height: 1.7!important;
}

body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2!important;}

#wfacp_smart_buttons .wfacp_smart_button_inner {
	margin-bottom: 0;}

body #wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper .select2-container .select2-selection--single,
body #wfacp-e-form .wfacp-form .woocommerce form .form-row .select2-container {
	background-color: #fff!important;}

body #wfacp-e-form .woocommerce-checkout #payment div.payment_box,
.fkwcs_stripe_klarna_select,
.elementor-11364 .elementor-element.elementor-element-74ad62f #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian {
	background-color: rgb(241,241,241)!important;}

.elementor-11364 .elementor-element.elementor-element-1df4d618 > .elementor-widget-container,{
	border-style: unset;
	background-color: #fafafa;}

/* Country select */

/* select.country_select.select2-hidden-accessible {
    border: initial !important; 
    clip: auto !important; 
    height: auto !important; 
    margin: initial !important; 
    overflow: visible !important; 
    padding: initial !important; 
    position: static !important; 
    width: auto !important; 
}

#shipping_country {
	width: 100%!important;
	background-color: #fff!important;
	border-style: solid!important;
  border-width: 1px 1px 1px 1px!important;
  border-color: #D9D9D9!important;
  border-radius: 4px 4px 4px 4px;!important;
	height: 50px!important;
	line-height: 1.7!important;
	padding: 25px 12px 4px !important;}

#shipping_country:hover {
	border-color: rgb(255,188,14)!important;}

body #wfacp-e-form .wfacp-form .woocommerce form .form-row .select2-container {
	display: none;} */

.select2-search {
	display: none!important;}




.country_to_state {
	padding: 20px 12px 4px !important;}

.fkwcs_smart_product_button {
	width: 100%!important;
	height: 55px!important;}

#fkwcs_stripe_smart_button_wrapper {
	margin: 0;}

.fkwcs_express_checkout_button_content {
	text-transform: none;}


.elementor-10799 .elementor-element.elementor-element-141ac42 {
	margin-bottom: 20px;}

#fkwcs_stripe_smart_button_wrapper:not(.inline) #fkwcs_custom_express_button .fkwcs_smart_buttons {
    min-height: 55px;
    min-width: 100%;
}

.wfacp-coupon-btn {
	height: 50px;}

#shipping_address_2_collapse_label {
	display: none!important;}

.elementor-11335 .elementor-element.elementor-element-1086d67a > .elementor-widget-container {
border-style: unset;}


@media (min-width: 768.99px) {
		.cookies-info-text {
        font-size: 16px;
        text-align: center;
        padding: 0;
        padding-inline-end: 0 !important;
        margin-bottom: 30px;
    }
		.cookies-buttons {
				text-align: center;
	 			width: 100%;
		}
		.cookies-accept-btn {
        height: 55px;
        width: 70%;
    }
    .wd-cookies-inner {
        position: fixed;
        align-items: center;
        bottom: unset;
        padding: 30px;
        background: #fff;
        flex-direction: column;
        border-radius: 10px;
        width: 35%;
    }
    .wd-cookies-popup {
        height: 100%;
        background: rgba(0, 0, 0, .55) !important;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

.wd-cookies-inner h1 {
	margin-bottom: 0;}

@media (max-width: 768.98px) {
    .wd-cookies-inner {
        position: fixed;
        bottom: 0;
        padding: 30px;
        background: #fff;
        border-radius: 0;
        text-align: center;
        flex-direction: column;
        align-items: stretch;
    }
    .wd-cookies-popup {
        height: 100%;
        background: rgba(0, 0, 0, .55) !important;
        padding: 0 !important;
    }
	  .wd-cookies-inner .cookies-info-text {
        padding-inline-end: 0;
    }
		.cookies-accept-btn {
        height: 55px;
        width: 70%;
    }
}

.cookies-accept-btn {
    font-weight: 600;
    font-size: 16px;
    text-transform: none!important;}


form.variations_form {
	width: 100%!important;}

.wd-single-add-cart .single_add_to_cart_button {
	width: 100%!important;
	margin-top: 10px;}

.wd-single-add-cart>div>*:last-child {
	width:  100%;}

form[action="https://syncsleeve.com/product/syncsleeve-plus-esports-sleeve/"] .quantity {
    display: none;
}

.after-add-to-cart {
	display: none!important;}


.woocommerce-privacy-policy-text {
	display: none;}

.coupon {
	display: none;}@media (max-width: 576px) {
	.plus, .minus, .qty {
	height: 40px!important;}

.btn-navigation .elementor-widget-container .wd-button-wrapper .btn {
	width: 100%;}




}

