.cust-title p {
	color: white;
}

.product-item .garantiya-label{
	position: absolute;
	left: 4px;
	top: 4px;
	width: 60px;
	z-index: 1;
	background: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 3px solid transparent;
}

.product-item .garantiya-label:hover{
	width: 90px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: #FFF;
}

.product_photos{
	position: relative;
}

.product_photos .garantiya-label{
	position: absolute;
	left: 4px;
	bottom: 4px;
	width: 90px;
	z-index: 1;
	background: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 3px solid transparent;
}

/* Вкладки категорий на главной — убрать синий focus-ring Bootstrap */
main .tab-wrapper .nav.nav-tabs.list-inline > li > a:focus {
	outline: none !important;
	box-shadow: none !important;
}
main .tab-wrapper .nav.nav-tabs.list-inline > li.active > a,
main .tab-wrapper .nav.nav-tabs.list-inline > li.active > a:focus {
	border: 1px solid #84c52e !important;
	color: #84c52e !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

/* Убрать синюю рамку Bootstrap при клике по кнопкам и ссылкам */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:focus:active {
	outline: none !important;
	box-shadow: none !important;
}

a:focus,
a:active:focus {
	outline: none !important;
	box-shadow: none !important;
}

.logolink a:focus,
.logolink a:active:focus,
.dropdown-link:focus,
.dropdown-link:active:focus,
nav .menu > li > a:focus,
nav .menu > li > a:active:focus,
main .offers .offer .btn:focus,
main .offers .offer .btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
