/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.gdpr_consent.gdpr_module_17 {
    margin-top: 10px;
}

.footer-top .block_newsletter.block {
    padding-right: 80px;
}

.psgdpr_consent_message span{
	font-size: 0.85rem;
}

#header .breadcrumb .h1.category-name,
.breadcrumb .category-name,
#header .h1.category-name .name11 {
	display: none !important;
}

#header .header-nav .block.ApHtml{
	margin-bottom: 0px !important;
	line-height: 1.1;
	padding: 12px 0;
	margin-left: 20px;
}

#home_tips{
	
}

@media screen and (max-width: 750px){
	#header .header-nav .block.ApHtml {
	    padding: 5px 0px 0px 0px;
	}
	
	#header .header-nav .block.ApHtml p {
	    margin-bottom: 3px;
	}
	
	.col-xl-6.col-lg-6.col-md-6.col-sm-8.col-xs-8.col-sp-9.top-left-header.ApColumn {
	    width: 89%;
	    border: 0px red solid;
	    padding: 0px 3px;
	}
	
	.col-xl-6.col-lg-6.col-md-6.col-sm-4.col-xs-4.col-sp-3.top-right-header.ApColumn {
	    width: 10%;
	}
	
	div#language-selector-label {
	    width: 41%;
	    border: 0px red solid;
	}
}

.color.texture {
	border-radius: 0 !important; /* 方形而不是圆形 */
	width: 60px !important;
	height: 60px !important;
	background-size: cover !important;
	background-position: center !important;
	cursor: crosshair;
	transition: all 0.3s ease;
	position: relative;
	overflow: visible;
	z-index: 1;
}

.color.texture:hover {
	transform: scale(3); /* 3倍放大 */
	z-index: 1000;
	box-shadow: 0 8px 25px rgba(0,0,0,0.4);
	border: 2px solid #fff;
}

.product-variants > .product-variants-item .color {
	width: 60px !important;
	height: 60px !important;
}