.searchform[class*="wd-style-with-bg"] .searchsubmit {
    color: #fff;
		background-color:#000;}

.whb-header-bottom {
    background-color:#000;
    border-color: #000;
    border-bottom-width: 0px;
    border-bottom-style: solid;
		}

.cfw-logo a {
    text-decoration: none;
    width: 100%;
}

.cfw-logo .logo {
   background-color: #000;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 4em;
    display: none;
}
		
#cfw-footer {
    min-height: 6rem;
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
    z-index: 10000000000;
    background-color: #000;
    color: #fff;
}
/* Remove size/color selectors from shop archive only */
.post-type-archive-product .variations_form,
.post-type-archive-product .wd-swatches,
.post-type-archive-product .variable-product-options,
.tax-product_cat .variations_form,
.tax-product_cat .wd-swatches,
.tax-product_cat .variable-product-options {
    display: none !important;
}
/* Hide size swatches like S M L XL on shop/archive pages */
.post-type-archive-product .product-grid-item .wd-swatches-attr,
.tax-product_cat .product-grid-item .wd-swatches-attr,
.tax-product_tag .product-grid-item .wd-swatches-attr {
    display: none !important;
}
/* Hide all size swatches everywhere */
.wd-swatches-grid.wd-swatches-product.wd-swatches-attr {
    display: none !important;
}