@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//gravuru.de/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(61,61,61);
	--wd-text-font-size: 15px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #98D1B8;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(152,209,184);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(152,209,184);
	--btn-accented-bgcolor-hover: rgb(152,209,184);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgba(255,255,255,0);
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	color: rgb(0,0,0);
}
html .wd-dropdown-cats .wd-nav.wd-nav-vertical > li > a {
	color: rgb(0,0,0);
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 24px;
}
html .wd-product .price {
	font-size: 18px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 470px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--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;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: rgb(255,255,255);
}

/* Jetzt Anpassen Button aus der Kategorie entfernen */

.button.fpd-catalog-customize {
  display: none !important;
}


/* Remove weird footer widget spacing */
.widget {
	border-bottom: none;
	padding-bottom: 0px;
}


/* Category grid item styling */ 
.category-grid-item > .wrapp-category > .hover-mask > .wd-entities-title {
    text-transform: None;
    font-size: 16px;
}

/* hide product tags */
/*.tagged_as {
	display: none!important;
}*/

/* Payment icon position single product page */
.price_payment_options {
	padding-left: 25px;
}

.price_payment_options img {
	width: 250px;
}

/* Crude way to hide the payment icons in the Woodmart product switcher*/
.product-short > .product-short-description > .price > .price_payment_options img {
	visibility: hidden;
}

/* Style extra button for product customization on single product page */
.fpb-configure-jump {
	
}

.fpb-configure {
    border-radius: var(--btn-shop-brd-radius);
    color: #fff;
    box-shadow: var(--btn-shop-box-shadow);
    background-color: #98d1b8;
		margin-bottom: 10px;
}

/* increase category icon size */
.wd-nav-img, .mega-menu-list img {
    max-height: 32px;
		margin-right: 15px;
}

/* Fancy product configurator extra design */
.product-configurator {
	/* padding-bottom: 15px;*/
}

.product-configurator-content {
	border: 1px solid;
	border-color: #98d1b8;
	box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.product-configurator-cart {
	margin-top: 25px;
	display:-webkit-flex;
	display:flex;
	list-style-type:none;
	padding:0;
	justify-content:flex-end;
	align-items: center;
}

.product-configurator-cart > .price {
	margin: 0 15px 0 0;
	align-items: center;
	font-size: 22px;
	line-height: 1.2;	
}

/* MSPC styling */
.ui.active.step, .ui.steps .step.active {
    background-color: #98d1b8;
}

.mspc-wrapper {
	margin-bottom: 0px;
}

/* Remove MSPC clear button */ 
.mspc-clear-selection {
	display: none;
	margin: 0px 0;
}

/* Remove shadow from MSPC */
.mspc-content {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 0px;
}

/* Rounded corners category */
.menu-opener {
	border-radius: 15px 15px 0px 0px;
}

.wd-dropdown {
   border-radius: 0px 0px 15px 15px;
}

/* search box rounded corners */
.wd-search-form input.s {
	border-radius: 15px;
}

.page-title-default {
	background-color: #fff;
}

/* Adjust text margin for customer reviews */
.elementor-widget-container > .title-wrapper > .title-subtitle, .elementor-widget-container > .title-wrapper > .liner-continer {
	margin-bottom: 0px;
}

/* Style Contact Form 7 */
.wpcf7 .wpcf7-submit {
	color: #fff;
	background-color: #98d1b8;
}

/* Checkout process buttons styling */
.woocommerce-multistep-checkout .step-buttons .next-step-button {
	background-color: #98d1b8;
	color: #fff;
	line-height: 18px;
}

.woocommerce-multistep-checkout .step-buttons .prev-step-button {
	padding: 12px 20px;
	background-color: #CFCFCF;
	color: #FFF;
	float: left;
	line-height: 18px;
}

/* Style Payment buttons in checkout */
.wc_payment_method {
	border: 1px solid #dadae5;
	line-height: 20px;
  height: auto;
	width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* customize checkout design */
/* Spread out steps */

.cart-actions .button[name="update_cart"] {
    border-radius: var(--btn-default-brd-radius);
    color: #fff;
    box-shadow: var(--btn-default-box-shadow);
    background-color: rgb(152 209 183);
}

.cart-actions .button[name="update_cart"]:hover {
	color: #333;
}

form.checkout.woocommerce-checkout {
	box-shadow: 0 0 4px 1px #dadae5;
}

.woocommerce-billing-fields {
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce-multistep-checkout ul.nav-wizard li.active {
    color: #fff;
    background: #98d1b8;
}

#customer_details, #customer_login, .woocommerce-checkout-review-order {
	margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
	border: 1px solid #dadae5;
}

#customer_details input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
	border-color: #e3e5e8;
  transition: border-color .1s ease-in-out, color .1s ease-in-out;
}

#customer_details input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, textarea:focus, select:focus {
  box-shadow: 0 0 5px rgb(152 209 184);
  padding: 3px 0px 3px 3px;
  border: 2px solid rgb(152 209 184);
}

.woocommerce-multistep-checkout ul.nav-wizard li.active:after {
  border-left-color: #98d1b8;
}

.woocommerce-multistep-checkout ul.nav-wizard li.active {
  color: #3a87ad;
  background: #98d1b8;
}

.woocommerce-multistep-checkout ul.nav-wizard li.active a {
  color: #FFF !important;
	background: #98d1b8 !important;
}

.wc_payment_methods {
	border: 1px solid #dadae5;
}

.wc_payment_method {
	border: none;
	border-bottom: 1px solid #dadae5;
	line-height: 20px;
	height: auto;
	width: 100%;
  vertical-align: middle;
	padding: 20px 0px 20px 10px
}

.woocommerce-multistep-checkout .step-buttons {
  margin-bottom: 1.5em;
}

.wd-table-wrapper {
	background-color: transparent;
  box-shadow: none;
}

p.form-row.legal.data-privacy.validate-required {
	margin-top: 10px;
}

.col-12.col-md-5.col-lg-8 {
	margin-bottom: 20px;
}

.checkout-order-review {
	width: 100%;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

/* hide receipt-style borders above and below order summary*/
.checkout-order-review:before, .checkout-order-review:after {
	background-color: transparent;
  background-image: none;
  border: none;
}

/* set text color for prices in order summary */
table.shop_table.woocommerce-checkout-review-order-table .amount {
	color: #000;
}

/* Style links in Checkout */
.woocommerce-gzd-legal-checkbox-text a, .woocommerce-gzdp-multistep-privacy-policy-checkbox-text a {
  color: #98d1b8;
}

.woocommerce-gzdp-checkout-verify-data .edit {
	padding: 6px 10px;
  background-color: #CFCFCF;
  color: #FFF;
  line-height: 14px;
}

/* Reduce distance between page title and content area */
.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-dark {
  margin-bottom: 15px;
  padding-bottom: 20px;
}

/* Style cart button in sidebar cart menu */
.woocommerce-mini-cart__buttons .btn-cart {
	color: #fff !important;
}

.woocommerce-mini-cart__buttons .btn-cart:hover {
	color: #333 !important;
  background-color: #efefef;
}

/* Checkout heading styling*/

.woocommerce-multistep-checkout form.checkout h3#order_payment_heading, .woocommerce-multistep-checkout form.checkout #order_review h3#order_review_heading {
	text-align: left;
	margin-top: 30px;
}
 
#step-wrapper-payment, #step-wrapper-order {
  padding-left: 10px;
}

/* Add shadow to order review table in checkout*/
table.shop_table.woocommerce-checkout-review-order-table {
	border: 1px solid;
	border-color: #98d1b8;
	box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	margin-bottom: 0px;
}

/* Resize / reposition buy button in checkout */ 
#place_order {
	margin-top: 40px;
	float: right;
  width: 200px;
}

/* Fix for Germanized <-> WoodMart issue */
.woocommerce-multistep-checkout-active-address .checkout-order-review {
	display: none;
}

.woocommerce-multistep-checkout-active-payment .woocommerce-checkout-review-order-table, .woocommerce-multistep-checkout-active-payment .wc-gzd-order-submit {
  display: none;
}

.payment_methods .payment_box {
	box-shadow: none;
}

/* Style second add to cart below FPD */
.pcc-price p.price {
	font-size: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 10px;	
}

.pcc-add {
	border-radius: var(--btn-shop-brd-radius);
	color: #fff;
	box-shadow: var(--btn-shop-box-shadow);
	background-color: #98d1b8;
}


/* Remove text opacity FPB image upload*/
.fpd-upload-zone>div>span {
	opacity: 1;
}

/* Set FPD editor text color */
[data-context=upload] .fpd-upload-zone, .fpd-grid>.fpd-category.fpd-item {
	color: #000;
}

/* Hide page title */
.entry-title {
	display: none;
}

/* Hide Page title div */
.page-title {
	display: none;
}
#config {
  scroll-margin-top: 70px;
}

/* Category Gallery */

.category-gallery:has(.elementor-element .elementor-widget-container .elementor-button-wrapper a:hover) .elementor-element{
	 --e-transform-scale: 0.96;
}

/* Header */

span.menu-opener.color-scheme-light {
    border-radius: 5px 5px 0px 0px !important;
}

.single-breadcrumbs-wrapper :is(.single-breadcrumbs,.container){
	justify-content: flex-start !important;
}

.wd-header-cats .menu-opener:not(.has-bg) {
    background: #60A888 !important;
}

/* Category Page */

/*.product-categories > li:not(.current-cat, .cat-parent){
    display: none;
}*/

.product-categories > li:not(.current-cat.cat-parent, .current-cat-parent){
    display: none !important;
}

/* Product Page */

span.tagged_as {
    display: none;
}

.product-image-summary small.woocommerce-price-suffix {
    display: none;
}

.product-image-summary .woocommerce-Price-amount:after {
    content: "inkl. MwSt. zzgl. Versandkosten";
    display: inline-block;
    font-size: 14px;
    color: #7A7A7A;
    width: auto;
    height: auto;
    font-weight: normal;
    margin-left: 10px;
}

del .woocommerce-Price-amount:after {
    display: none !important;
}

.wc-tab-inner .kk-star-ratings.kksr-auto.kksr-align-right.kksr-valign-top {
    display: none;
}

.summary-inner .quantity {
    display: none !important;
}

table.variations select {
    max-width: 100% !important;
}

.single_add_to_cart_button {
    width: 100% !important;
	background: #60A888 !important;
}

.single_add_to_cart_button:hover {
	background: #98D1B8 !important;
}

.wd-reset-var {
    display: none !important;
}

select:focus {
    box-shadow: none !important;
	border-color: #e3e5e8 !important;
}


/* Cart Page */

.wd-notice.wd-success, .wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message{
	background: #60A888;
	border-radius: 3px;
}

.woocommerce-message:focus-visible {
    outline: none !important;
}

/* Checkout Page */

form.checkout.woocommerce-checkout {
    box-shadow: none;
}

#customer_details, #customer_login, .woocommerce-checkout-review-order {
    margin-top: 0px;
    border: none;
}

table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
    box-shadow: none;
}

.wc_payment_method {
    margin-bottom: 0px;
}

.wc_payment_methods {
    border: none;
}

span.woocommerce-gzd-legal-checkbox-text a:hover {
    color: #666;
}

span.woocommerce-gzd-legal-checkbox-text a {
    color: #000;
	text-decoration: underline;
}

#place_order, .checkout_coupon .button {
    background: #60A888;
}

#place_order:hover, .checkout_coupon .button:hover {
    background: #98D1B8;
}

.woocommerce-billing-fields {
    padding-left: 0px;
    padding-right: 0px;
}

span.woocommerce-gzd-legal-checkbox-text {
    hyphens: auto;
}

/* Mini Cart */

.woocommerce-mini-cart__buttons .btn-cart, .woocommerce-mini-cart__buttons .checkout{
	background-color: #60A888 !important;
}

.woocommerce-mini-cart__buttons .btn-cart:hover, .woocommerce-mini-cart__buttons .checkout:hover{
	background-color: #98D1B8 !important;
	color: #fff !important;
}

p.total.shipping-costs-cart-info.wc-gzd-total-mini-cart {
    display: none;
}

.wd-close-side-opened {
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
}

/* Product Designer */

a#fpd-start-customizing-button {
    background: #60A888;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
}

a#fpd-start-customizing-button:hover{
	background: #98D1B8;
	color: #fff;
}

/*.product-image-summary div.quantity, .product-image-summary .single_add_to_cart_button {
    display: none !important;
}*/

#fpd-start-customizing-button ~ .quantity, #fpd-start-customizing-button ~ .single_add_to_cart_button {
    display: none !important;
}

/* Multi Step */

.mspc-wrapper {
    margin: 0px !important;
}

.product-configurator-content {
    border: none;
    box-shadow: none;
}

.mspc-content {
  border: none !important;
	padding-left:0px;
}

.mspc-content .mspc-variations {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 0;
}

.mspc-content > .mspc-tab-content > .mspc-variation {
    padding: 5px !important;
    border: 3px solid #e9e9e9;
}

.mspc-content > .mspc-tab-content > .mspc-variation:hover {
    border: 3px solid #60A888;
}

.mspc-content .mspc-variations .mspc-variation.mspc-active{
	border: 3px solid #60A888;
}

.mspc-content .mspc-variations .mspc-variation .mspc-radio {
    display: none;
}

span.mspc-menu-item {
    flex: 1 1 auto !important;
    padding: 15px 25px !important;
}

span.mspc-menu-item{
	background: #98D1B8 !important;
	color: #fff;
	border: none !important;
	border-radius: 3px !important;
	hyphens: auto;
}

span.mspc-menu-item.mspc-active {
    background: #60A888 !important;
    color: #fff;
	border: none !important;
	border-radius: 3px !important;
}

.mspc-wrapper.mspc-module-steps .mspc-menu .mspc-menu-item:after{
		background: #98D1B8 !important;
}
	

.mspc-wrapper.mspc-module-steps .mspc-menu .mspc-menu-item.mspc-active:after{
	background: #60A888 !important;
}

.mspc-wrapper.mspc-module-steps .mspc-menu{
	border-radius: 3px !important;
	background: #98D1B8 !important;
}

#fpd-start-customizing-button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    padding-right: 5px;
}

#fpd-start-customizing-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-weight: 900;
    padding-left: 5px;
}

/* Lightbox */

fpd-actions-bar{
	background: #98D1B8 !important;
}	

span.fpd-btn.fpd-btn-fill.fpd-close.fpd-done{
	background: #60A888;
}

.fpd-btn i.fpd-icon-done {
    display: none;
}

.fpd-navigation.fpd-scrollbar-hidden {
    background: #98D1B8;
}

fpd-main-bar .fpd-navigation>.fpd-nav-item.fpd-active {
    color: #fff !important;
    background: #60A888;
}

fpd-main-bar .fpd-navigation>.fpd-nav-item.fpd-active .fpd-nav-icon:before {
    color: #fff;
}

.fpd-active {
    background: var(--fpd-canvas-bg);
}

fpd-main-wrapper {
    background: #fff !important;
}

body .fpd-container textarea {
    background: #fff;
}

.fpd-input-search {
    background: #fff !important;
    border-radius: 3px !important;
}

/* Schriftarten Dialog */

.fpd-tool-font-family input.fpd-dropdown-current {
    box-shadow: none;
    border: 1px solid #60A888;
}

.fpd-primary-tools .fpd-active {
    background: none;
}

.fpd-primary-tools .fpd-tool-edit-text {
    border: 1px solid #60A888;
    border-radius: 5px;
    padding: 3px !important;
}

input.fpd-dropdown-current {
    height: 56px !important;
    position: relative;
}

fpd-dropdown {
    min-height: 56px !important;
}

.fpd-tool-font-family {
    position: relative;
}
.fpd-tool-font-family:after {
    content: "Schriftart";
    display: block;
    width: 100px;
    height: 20px;
    position: absolute;
    left: -20px;
    top: -1px;
    font-size: 10px;
    color: #3d3d3d;
}

.fpd-secondary-tools {
    column-gap: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.fpd-secondary-tools>div, .fpd-primary-tools .fpd-tool-color, .fpd-primary-tools .fpd-tool-text-size input{
    border: 1px solid #60A888;
    padding: 5px !important;
    border-radius: 5px;
}

.fpd-primary-tools .fpd-tool-text-size input {
    height: 56px;
}

.fpd-primary-tools .fpd-active, .fpd-secondary-tools .fpd-active {
    background: transparent !important;
    color: #3d3d3d !important;
}

fpd-element-toolbar .fpd-sub-panel>div .fpd-btn-group>*, fpd-element-toolbar .fpd-sub-panel>div .fpd-tools-group>* {
    border: 1px solid #60A888;
    border-radius: 5px;
    padding: 5px;
}

fpd-element-toolbar .fpd-sub-panel>div .fpd-panel-tabs>span.fpd-active{
	color:#3d3d3d !important;
}	

fpd-element-toolbar .fpd-sub-panel>div .fpd-panel-tabs>span.fpd-active:after{
	background-color: #3d3d3d !important;
}

.fpd-primary-tools {
    column-gap: 10px;
}

.fpd-tool-text-size {
    padding: 0px !important;
}

.fpd-tool-font-family {
    padding: 0px !important;
    padding-right: 5px !important;
}

.fpd-container.fpd-sidebar.fpd-layout-small fpd-main-bar>.fpd-navigation>.fpd-nav-item{
	padding: 0 10px !important;
}


span.nav-link-text.wd-tabs-title {
    font-weight: 700;
}

.mspc-wrapper:before {
    content: "Bitte wähle zuerst Deine Produktoptionen:";
    font-size: 18px;
    font-weight: 700;
    position: relative;
		top: -10px;
}

.mspc-wrapper{
	padding-top:20px;
}@media (min-width: 1025px) {
	 /* Increase space for search category dropdown text*/
.wd-search-cat>a {
	width: 180px;
}

.product-tabs-wrapper {
	padding-top: 40px;
}

.product-configurator {
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.single-product-page > .container {
	margin-bottom: 10px !important;
}

/* Resize box for MSPC to display smaller images */
.mspc-content {
	width: 100%;
	margin: 0.1em 0 !important;
	padding: 0px !important;
}

.mspc-content > .mspc-tab-content > .mspc-variation{
	margin-top: 0.1rem !important;
	margin-bottom: 0.1rem !important;
}

/* Category widget startpage button size / position for large image */
.col-md-6 > .wrapp-category > .hover-mask > .wd-entities-title {
  text-transform: None;
  font-size: 16px;
	width: 95%;
	line-height: 2.4;
}
.col-md-3 > .wrapp-category > .hover-mask {
	justify-content: flex-end;
}

/* Category widget startpage button size / position for small images */
.col-md-3 > .wrapp-category > .hover-mask > .wd-entities-title {
	width: 95%;
	padding-right: 5px;
  padding-left: 5px;
}

/* Checkout form styling */
form.checkout.woocommerce-checkout.row {
	margin-left: 0px;
  margin-right: 0px;
}

/* Use full page width for steps / step buttons */
.woocommerce-multistep-checkout ul.nav-wizard li {
	width: 33.33%;
  text-align: center;
}

/* Move checkout extra texts */
.woocommerce-account-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, .woocommerce-gzdp-multistep-privacy-policy-checkbox-text {
	padding-left: 10px;
}

/* Cart image thumbnail size */
.woocommerce-cart-form__cart-item > td.product-thumbnail img {
	max-width: 160px;
}


.wd-scroll {

	--scrollbar-thumb-bg: #60A888 !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.page-title-default {
	background-color: #ffffff;
}

.page-title-default .entry-title title {
	color: #000000;
}

/* Move customize button down */
.product-grid-item > .product-wrapper > .product-element-top.wd-quick-shop {
	padding-bottom: 60px;
}

/* Add to cart + price FPD styling */
.product-configurator-cart {
	display: block;
}
	
.pcc-price {

}

.pcc-price > .price {
	font-size: 18px;
	margin-bottom: 15px;
}

.pcc-price > .price > .price_payment_options {
	padding-left: 0px;
}

.pcc-price-logos {
	
}

.pcc-cart {
	
}

.pcc-add {
	text-align: right;
}

.woocommerce-multistep-checkout .step-buttons .prev-step-button {
  float: right;
  margin-bottom: 15px;
}

}

@media (max-width: 576px) {
	.mspc-content .mspc-variations {
    grid-template-columns: 1fr 1fr;
}

.mspc-wrapper.mspc-module-steps .mspc-menu .mspc-menu-item {
	flex: 0 0 100% !important;
}

.fpd-wrapper.fpd-layout-small fpd-actions-bar [data-pos=modal]>.fpd-btn.fpd-done .fpd-label{
	display: inline-block !important;
}

img.wd-nav-img {
    display: none !important;
}

i.fpd-icon-zoom-in {
    margin-left: 40px !important;
}

.mspc-content .mspc-variations img {
    width: 50% !important;
}
}

