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

:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(39,39,42);
	--wd-entities-title-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(39,39,42);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-widget-title-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(15,15,40);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(239,69,62);
	--wd-alternative-color: rgb(239,69,62);
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: rgb(239,69,62);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(239,69,62);
	--btn-accented-bgcolor-hover: rgb(219,72,72);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(234,255,244);
	--notices-success-color: rgb(51,51,51);
	--notices-warning-bg: rgb(239,69,62);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(0,0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 1000px;
	--wd-popup-padding: 0px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #F5F5F5;
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	text-transform: capitalize;
	color: rgb(51,51,51);
}
html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: rgb(238,68,61);
}
html .product-quick-view .product_title {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	color: rgb(51,51,51);
}
html .wd-product.wd-hover-fw-button .wd-add-btn>a, html .wd-product.wd-hover-fw-button.wd-quantity-overlap div.quantity input[type], html .wd-buy-now-btn, html .cart-actions .button[name="apply_coupon"], html .woocommerce-form-coupon .button {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;	color: rgb(239,69,62);
	background: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 42px;
	--wd-arrow-icon-size: 18px;
	--wd-arrow-offset-h: -15px;
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-bg-hover: rgb(238,68,61);
	--wd-arrow-radius: 0px;
	--wd-arrow-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}
.product-labels .product-label.onsale {
	background-color: rgb(13,193,93);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(242,138,14);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(83,83,83);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 800px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}
	.woocommerce-product-gallery {
		--wd-gallery-gap: 12px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--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: 5px;
}

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


.wd-progress-bar .progress-bar {
    background-color: #0DC15D;
}

.star-rating {
    color: #FFC001;
}


h1.entry-title {
    font-size: 16px;
}

.wd-action-btn.wd-style-icon .button {
    display: none;
}

.copyrights-wrapper {
	  background: #2D2D2D;
    font-size: 12px;
    display: flex;
    align-items: center; 
   
}

.woocommerce-Reviews-title{
	display: none;
}

.wd-btn-design-full form.cart :where(.single_add_to_cart_button, .wd-buy-now-btn) {
    border: 1.5px solid #EF453E;
}

.wd-sticky-btn .wd-buy-now-btn {
        border: 1px solid #EF453E;
}

.page-title .title {
    font-size: 16px !important; 
    padding: 0px !important;
}

.wd-product.wd-hover-fw-button .wd-add-btn {
    background-color: transparent; 
    border: 1px solid #ff5733;
    border-radius: 6px;
}

header.wd-single-post-header.wd-align .wd-meta-author {
    display: none;
}
}


.searchform ::-webkit-input-placeholder { font-size:14px!important; }
.searchform ::placeholder { font-size:14px!important;  }


.woocommerce-price-suffix {
    display: none !important;
}

.widget_product_categories .count, .woodmart-woocommerce-layered-nav .count {
    display: none !important;
}

.widget-title {
  text-transform: none;
}
.widget-title {
  text-transform: capitalize;
}

button[name="apply_coupon"] {
    border: 1px solid #ef453e !important;
}

.searchform .searchsubmit {
    color: #ef453e;
}

.searchform {
  --wd-form-brd-color-focus: #ef453e !important;
}

.footer-column-4 .wd-social-icons {
  text-align: left !important;
  justify-content: flex-start !important;
  display: flex !important;
}

form.cart .wd-buy-now-btn {
    border: 1px solid #EF453E !important;
}

.wd-gallery-thumb .wd-thumb-active img{
	border: 2px solid #ee443d;
}@media (max-width: 576px) {
	.wd-sticky-btn {
	transform: none !important;
}

.wc-proceed-to-checkout  {
position: fixed;
bottom: 55px;
width: 100%;
left: 0px;
z-index: 999999;
background: rgb(239,69,62);
padding: 0;
box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
}

body .scrollToTop.button-show {
    display: none;
}

.wd-carousel-container.wd-gallery-thumb {
  display: none !important;
}
}

