#style-switcher h3 {
  font-size: 13px !important;
  margin: 5px 0 -5px 1px;
  text-transform:uppercase;
}

.mm-home-need-hidden {
	/*display: none !important;*/
}

#t3-header > div{
    padding-top: 20px;
    padding-bottom: 20px;
}

#t3-mainnav{
    padding-top: 20px;
}

#contact-details > ul > li:nth-child(2) > a{
	/*color : chocolate !important;*/
    text-decoration:underline;
}

#contact-details > ul > li:nth-child(2) > a:hover{
	color : white !important;
    text-decoration:underline;
}

#jb-topbar{
  padding-top: 0;
  padding-bottom: 0;
}

.price-sku-brand-container {
	border-top: none !important; 
	border-bottom: none !important;
}

.custom-btn-sdelat-zakaz {
	color: #3a3a3a !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.custom-sale-price {
	font-size: 1.5em !important;
	color: red !important;
}

.span-dver-size {
	margin: 0px;
	padding: 3px 5px 3px 5px;
	/*background-color: #f4c212;*/
	border-radius: 5px;
	cursor: pointer;
}

.span-dver-size:hover {
	background-color: #f4c212;
}

.custom-radio-size {
	display: none;
}

.custom-radio-size:checked + span {
	background-color: #f4c212;
}

.custom-sdelat-zakaz {
	background-color: #5cb85c !important;
	border: 0px !important;
}

/*Check box*/
.custom-checkbox {
	display: none;
}

.custom-checkbox + .custom-label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	font-size: 22px;
    position: relative;
    top: 3px;
}

.custom-checkbox:checked + .custom-label-text:before{
	content: "\f14a";
	color: #5cb85c;
	animation: effect 250ms ease-in;
}

.custom-checkbox:disabled + .custom-label-text{
	color: #aaa;
}

.custom-checkbox:disabled + .custom-label-text:before{
	content: "\f0c8";
	color: #ccc;
}

.custom-dash-border {
	border-top: 1px dashed #8a8a8a;
	border-bottom: 1px dashed #8a8a8a;
	padding: 10px 0px;
	margin: 20px 0px;
}