.section-colors{
	margin-bottom: 15px;
}
.list-colors{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #c5c5c5;
}
.list-colors .item{
	flex: 0 0 50%;
	padding: 10px;
	max-width: 50%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #c5c5c5;
}
.list-colors .item:last-child,.list-colors .item:nth-last-child(2){
	border-bottom: none;
}
.list-colors .item:nth-child(2n+1){
	border-right: 1px solid #c5c5c5;
}
.list-colors .color-radio{
	text-align: center;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.list-colors .color-title{
	font-weight: 600;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.list-colors .color-select{
	flex: 0 0 33.33%;
	max-width: 33.33%;
	text-align: right;
}
.list-colors .circle-color{
	height: 22px;
    width: 42px;
    border-radius: 10px;
    margin: 0 auto;
    border: 1px solid #D5D5D5;
    display: inline-block;
}
.select-colors-reminder{
	font-size: 16px;
}
.select-colors-reminder span{
	font-size: 22px;
	color: #000099;
}
#loading{
    position: fixed;
    background: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 3000;
}
#loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3001;
}
.no-freeship .product .woocommerce-product-gallery .berocket_better_labels{
	display: none !important;
}