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

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#120147;
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title{
	text-transform: capitalize;
}

:root{
--wd-primary-color:#120147;
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#120147;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#efefef;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:#120147;
}
:root{
--btn-accented-bgcolor-hover:#ffc000;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]),
			:is(.vc_section, .vc_row).wd-section-stretch {
				padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 280px;
		}
	
	
.product-image-summary .in-stock{
    display:none;
}
.variations_form .woocommerce-variation-availability .in-stock {
 display:none;
}
.woocommerce-checkout-review-order .extra-flat-tool-tip [data-tooltip]:before {left: auto;right: 0;width: auto;margin-left: -200px;}

span.search-button-icon{
color:white;
}


/* Code to add some margin above vendor name on store page*/
p.wcmp_vendor_name 
{
margin-top: 20px;
}


/* Disable first refund button */
.wcmp-order-actions.wcmp-order-data-row-toggle {
    display: none;
}



/* Hide question and answer tab from Vendor dashboard */
div.panel.panel-default.pannel-outer-heading.wcmp-dash-widget.wcmp_vendor_products_cust_qna
{
	display: none;
}

/* This code hides the bulk order status change on the vendor order list page.*/
.order-filter-actions.alignleft.actions select#order_bulk_actions, .order-filter-actions.alignleft.actions button#order_list_do_bulk_action {
    display: none;
}

/* Code to hide broken WCMP sold by icon on woodmart tiled product style on shop page*/
.woodmart-hover-tiled .woodmart-buttons .by-vendor-name-link {

	display: none !important;

}


/* Code to edit appearance of subtitle text of product on product page and shop page.*/
.product-subtitle  {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	font-family: lato;
	font-style: italic;
	
}

/* code to enhance the appearance of vendor name on shop pages*/
a.by-vendor-name-link
{
    font-family: lato;
    font-size: 14px;
    font-style: italic;
}

/* code to reduce margin below the product title and subtitle via plugin on product page*/
h1.product_title.entry-title{
margin-bottom:2px;
}

 /* The code to hide review yellow stars on shop pages
 .product-grid-item .star-rating
{
	display:none;
}*/

/*This code will hide the date of the review from cusrev slider on product pages*/
.cr-reviews-slider .ivole-review-card .top-row .rating .datetime
{
	display:none;
}


/* Removes the -15px margin between the color Palette and the Product image on Product Page*/
/* Fix negative margin issue */
.woocommerce-product-gallery__wrapper {
    margin-left: 0 !important;  /* Remove any negative margin on the left */
    margin-right: 0 !important; /* Remove any negative margin on the right */
    margin-inline-start: 0 !important; /* Ensure no start margin */
    margin-inline-end: 0 !important;   /* Ensure no end margin */
}


/* Hide sale labels on product page*/
.product-label.onsale {
	display: none !important;
}








@media (min-width: 1025px) {
	/* This will prevent the product thubnails from stretching when there are 6 images set in gallery*/
body .wd-v-thumb-custom .product-image-thumbnail img {
object-fit: contain;
}

/* This makes size of variation swatches larger on Desktop*/

[class*=wd-swatches].wd-size-large {
    --wd-swatch-size: 65px !important ;
    --wd-swatch-text-size: 18px !important;
}




}

@media (min-width: 768px) and (max-width: 1024px) {
	div.woodmart-hover-base.hover-ready.state-hover, 
div.woodmart-hover-base.hover-ready:hover {
   -webkit-transform: none;
   transform: none;
}

div.woodmart-hover-base .content-product-imagin,
.woodmart-hover-base .fade-in-block {
    display:none;
}



}

@media (max-width: 576px) {
	div.woodmart-hover-base.hover-ready.state-hover, 
div.woodmart-hover-base.hover-ready:hover {
   -webkit-transform: none;
   transform: none;
}

div.woodmart-hover-base .content-product-imagin,
.woodmart-hover-base .fade-in-block {
    display:none;
}


}

