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

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

.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: mednyy */
.colorex.color-mednyy {
  background-color: #a0897a;
}


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

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


/* swatch: old-color fioletovyy */
.colorex.color-fioletovyy {
  background-color: #8706c8 !important;
}


/* swatch: old-color lavanda */
.colorex.color-lavanda {
  background-color: #4772bc !important;
}


/* cursor: color swatches - one row (old + new) */
.prod_colors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.prod_colors a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    line-height: 0;
    vertical-align: top;
    flex: 0 0 auto;
}

.prod_colors span.colorex {
    box-sizing: border-box;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px;
    min-height: 30px;
    overflow: hidden;
    border: 2px solid transparent !important;
    background-origin: border-box;
}

.prod_colors span.colorex.active,
.prod_colors span.colorex:hover {
    border-color: #76a530 !important;
}

/* cursor: color swatches - in-stock spacing */
p.preprice {
    margin-bottom: 8px !important;
}

.prod_chars {
    margin-top: 15px !important;
}

.prod_colors {
    padding-top: 6px;
    padding-bottom: 2px;
}

/* cursor: PITAKA AirPods Pro 3 - swatches */
span.colorex.color-blackgrey {
    background-color: #2a2a2a;
    background-image: url("pitaka-swatch-blackgrey.jpg");
    background-position: center center;
    background-size: 120% 120%;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
}

span.colorex.color-sunset {
    background-color: #6a5048;
    background-image: url("pitaka-swatch-sunset.jpg");
    background-position: center center;
    background-size: 120% 120%;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
}

span.colorex.color-moonrise {
    background-color: #4a5568;
    background-image: url("pitaka-swatch-moonrise.jpg");
    background-position: center center;
    background-size: 120% 120%;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
}

span.colorex.color-golden-glint {
    background-color: #8a7a60;
    background-image: url("pitaka-swatch-golden-glint.jpg");
    background-position: center center;
    background-size: 120% 120%;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
}

span.colorex.color-lucid-blue {
    background-color: #6a8a90;
    background-image: url("pitaka-swatch-lucid-blue.jpg");
    background-position: center center;
    background-size: 120% 120%;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
}
