.custom-logo {
	max-height: 40px;
	width: auto;
}

.page-default {
	min-height: 70vh;
	padding: 150px 0 80px;
	text-align: left;
	color: #fff;
	background: #050505;
}

.page-default .entry-header h1 {
	margin-bottom: 30px;
	font-size: var(--fs-xl);
	font-weight: 900;
}

.page-default .entry-content {
	color: #d6d7dc;
	font-size: var(--fs-md);
	line-height: 1.7;
}

.page-elementor-content {
	padding: 80px 0;
	text-align: left;
	color: #fff;
	background: #050505;
}

.page-elementor-fullwidth {
	min-height: 70vh;
	background: #050505;
}

.woocommerce-main {
	padding: 150px 0 80px;
	text-align: left;
	color: #fff;
	background: #050505;
}

.guide-product-copy .price {
	margin: 20px 0;
	color: #fff;
	font-size: var(--fs-lg);
	font-weight: 900;
}

.guide-product-copy form.cart {
	margin: 0 0 28px;
}

.guide-product-copy .quantity {
	display: inline-block;
	margin-right: 10px;
}

.guide-product-copy .qty {
	width: 76px;
	padding: 11px 10px;
	border: 1px solid rgba(255,255,255,.2);
	background: rgba(255,255,255,.05);
	color: #fff;
}

.guide-product-copy .single_add_to_cart_button,
.guide-product-copy .button {
	display: inline-block;
	padding: 13px 34px;
	border: 0;
	border-radius: 0;
	background: #b22335;
	color: #fff;
	font-size: var(--fs-md);
	font-weight: 700;
}

.guide-product-view.hoho-wc-gallery {
	display: block;
}

.hoho-wc-gallery .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	margin: 0;
}

.hoho-wc-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.hoho-wc-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	display: block;
}

.hoho-wc-gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0 0;
	padding: 0;
}

.hoho-wc-gallery .flex-control-thumbs li {
	width: auto !important;
	float: none !important;
	padding: 0;
}

.hoho-wc-gallery .flex-control-thumbs img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border: 1px solid rgba(255,255,255,.16);
	opacity: .65;
}

.hoho-wc-gallery .flex-control-thumbs img.flex-active,
.hoho-wc-gallery .flex-control-thumbs img:hover {
	opacity: 1;
	border-color: #b22335;
}

.guide-param-list .woocommerce-product-attributes {
	width: 100%;
	color: #919399;
}

.guide-param-list .woocommerce-product-attributes th,
.guide-param-list .woocommerce-product-attributes td {
	padding: 0 0 18px;
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: 400;
}

.guide-param-list .woocommerce-product-attributes th {
	width: 230px;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 992px) {
	.woocommerce-main {
		padding: 100px 0 50px;
	}

	.hoho-wc-gallery .flex-control-thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
