/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
ul.product-bullets li {
    opacity: 1 !important;
    max-height: 500px !important;
    text-align: left;
	list-style: disc;
}.increasewidth {
    width: 70%;
}
.d-width {
    width: 30%;
}
.pad-15 {
    padding: 0 0 0 15%;
}
.pad-10 {
    padding: 0 0 0 10%;
}
@media only screen and (max-width: 420px) {
	.header-4 .container {height: auto;}
}
@media only screen and (max-width: 770px) {
	.d-width {
    width: 100%;
    text-align: center;
	}
	.increasewidth {
    margin: 0 auto;
    text-align: center;
	}
}
@media only screen and (max-width: 625px) {
	.header-4 .hero-slider .slides li {height: 40vh;}
	.background-image-holder {background-size: 130% !important;background-repeat: no-repeat !important;}
	
}