.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;
}

/* swatch override: ÐÐµÐ´Ð½ÑÐ¹ */
.colorex.color-mednyy {
  background-color: #a0897a;
}


/* swatch override: Denim */
.colorex.color-denim {
  background-color: #263140 !important;
}

/* swatch override: Denum (typo-safe) */
.colorex.color-denum {
  background-color: #263140 !important;
}
