.guitar-features {
	position: relative;
	/* margin-top: 4rem;  */
}

.guitar-features h3 {
	font-size: 0.85714em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0;
	padding: 0 0 10px;
	color: #222;
	margin-top: 32px;
}

.guitar-features li,
.guitar-features p {
	font-size: 1.21429em;
	color: #444;
	line-height: 1.2em;
	font-size: 15px;
	font-weight: lighter;
	/* overflow: hidden;
            max-width: 20em;  */
}


.guitar-feature-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}


.guitar-features ul {
	/* list-style: none;
 margin-left: 0;
 padding-left: 1em;
 text-indent: -1em; */
	
}

.guitar-features li {
    /* overflow: initial; */
    display: flex;
    /* flex-flow: row nowrap; */
    /* align-items: center; */
    margin-bottom: 10px;
    position: relative;
    padding-left: 2rem;
}

/* .guitar-features li::before {
content: '✓';

padding-right: 10px;

font-size: 1.313rem;

color: green;
	
} */

.guitar-features {
	margin-top: 0;
}

.guitar-features h3{
	margin-top: 3rem;
}


.guitar-features span {
    padding-left: 20px;
}


/* .special-offer-block {
    position: absolute;
    top: 0;
    left: 0;
}


.special-offer-block li {

} */



.special-offer.gitara .price {
    text-decoration: line-through;
    font-size: 1rem;
}

.special-offer-block {
    position: absolute;
    top: 0;
    left: 0;
}

.special-offer-icon {
    display: inline-flex;
    padding: 5px;
    border-radius: 50%;
    background-color: gold;
}

.special-offer-icon svg {
    width: 15px;
    height: 15px;
}

.special-offer.gitara h2 a {
    color: gold;
    -webkit-animation: color-change-4x 6s linear infinite alternate both;
	        animation: color-change-4x 6s linear infinite alternate both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-4-9 14:57:42
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation color-change-4x
 * ----------------------------------------
 */
 @-webkit-keyframes color-change-4x {
    0% {
      color: #19dcea;
    }
    33.3333% {
      color: #b22cff;
    }
    66.666% {
      color: #ea2222;
    }
    100% {
      color: #f5be10;
    }
  }
  @keyframes color-change-4x {
    0% {
      color: #19dcea;
    }
    33.3333% {
      color: #b22cff;
    }
    66.666% {
      color: #ea2222;
    }
    100% {
      color: #f5be10;
    }
  }
  
