.hidden {
	display: none !important;
	visibility: hidden !important;
}

.tawcvs-swatches {
	overflow: hidden;
	padding: 5px;
}

.tawcvs-swatches .swatch {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	position: relative;
	opacity: 0.5;
}
/*MINE*/
.tawcvs-swatches[data-attribute_name=attribute_pa_size] .swatch{
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	width: 187px;
	height: 34px;
}
select[data-attribute_name=attribute_pa_color]{
	min-width: 187px!important;
	width: 187px!important;
	float:none!important;
	margin-bottom: 20px !important;
}
.reset_variations{display: none!important;}
.woocommerce div.product form.cart, .woocommerce div.product p.cart{
	margin: 0 !important;
}
/*Мормышка BY COLOR*/

.tawcvs-swatches[data-attribute_name=attribute_pa_color] .swatch{
	width: 103px !important;
	height: 103px !important;
}

/*Балансир By COLOR-SET*/

.tawcvs-swatches[data-attribute_name=attribute_pa_rastsvetki] .swatch{
	width: 103px !important;
	height: 103px !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size: 2em!important;
	display: block!important;
}
.woocommerce div.product form.cart .variations label{
	line-height: 26px!important;
}

.woocommerce div.product form.cart .button, .woocommerce div.product .single_add_to_cart_button{
	background-color: rgb(97, 115, 165);
}

/*Another my code*/

/*Прячем результат "Отображаются все 2 результата"*/
/*прячем сортировку по популярности*/
.woocommerce-result-count,.woocommerce-ordering{
	display: none;

}
.mi-catname a{
	color:#606060;
}
.widget-title{
	color:#b1b1b1;
}
a, a:link, a:visited, a:active, a:focus, a:hover{
    outline: none; /* Убираем границу вокруг ссылок  */
    border:none;
   }
/*my code end*/

.tawcvs-swatches .swatch.selected {
	-webkit-box-shadow: 0 0 5px;
	-moz-box-shadow: 0 0 5px;
	box-shadow: 0 0 5px;
	border-color: #999;
	opacity: 1;
}

.tawcvs-swatches .swatch.disabled {
	opacity: 0.1;
}

.tawcvs-swatches .swatch-color {
	text-indent: -9999px;
}

.tawcvs-swatches .swatch-color.selected {
	border-color: transparent;
}

.tawcvs-swatches .swatch-color.selected:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	width: 6px;
	height: 10px;
	display: block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	top: 8px;
	left: 11px;
}

.tawcvs-swatches .swatch-label {
	background-color: #f1f1f1;
}

.tawcvs-swatches .swatch-image {
	overflow: hidden;
}