/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 14:14:40 */
:root {
    --wd-form-brd-radius: 0;
}

/* sticky logo desktop */
@media only screen and (min-width: 992px) {
	.whb-sticked .wd-logo img {
		content:url("/wp-content/uploads/2025/02/sebago-logo.svg");
	}
}

/* main menu */
html .wd-nav.wd-nav-main > li > a {
	text-transform: uppercase;
}

html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	text-transform: none;
}

/* category page */
/* hide option button on category page */
.wd-product.wd-hover-quick .wd-add-btn>a {
	display: none !important;
}

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text:is(.wd-active,:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-text-style-4 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text {
	border-color: var(--wd-primary-color);
    background-color: var(--wd-primary-color);
}

p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
    color: var(--wd-primary-color);
}

.wd-quick-shop .wb-add-btn {
	display:none !important;
}

.product-label.onsale {
	color: #fff !important;
}

/* product page */

.woocommerce-breadcrumb a {
	text-transform: uppercase;
}

div.quantity .plus, div.quantity .minus {
	border-radius: 0;
}

.wd-carousel-container .wd-el-title span {
    text-transform: none;
}

/* newsletter popup - wpforms */
/*
#newsletter-popup-form div.wpforms-container-full {
	margin: 0 auto;
}
#newsletter-popup-form div.wpforms-container-full .wpforms-form input[type=email] {
	width: 326px;
	height: 42px;
	border: 0;
}
#newsletter-popup-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	float: right;
	margin-top: -62px;
	border: 0;
}
*/

/* newsletter popup - forminator */
#newsletter-popup-form .forminator-field {
	text-align: center;
}

/* footer */
.wd-footer ul {
	list-style-type: none;
	padding: 0;
}

/* footer color */
@media screen and (max-width: 767px) {
	#banks-logos-container{
		background-color: #fbfaf7;
	}
}
