.flexslider {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.slide-show {
    margin: 0px 0 10px!important;
	border: 0px solid #eeeeee;
    box-sizing: border-box;
}

.slide-show h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
}

.slide-show .slide-button {
	width: 159px;
	height: 39px;
	background: url(//cdn11.bigcommerce.com/s-xovs2l1a/templates/__custom/images/button_03.png?t=1531236790) no-repeat;
	text-indent: -9999px; 
}

.slide-show li.slide {
    position: relative;
}

.slide-show .slide-text {
	font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.flex-control-nav {
    bottom: 10px !important;
}

.slide-show .slide-overlay {
    position: absolute;
    bottom: 0;
    right: 30px;
	width: 45%;
    top: 10%;
    text-align: right;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 25px;
}

.flex-direction-nav .flex-prev {
    left: 25px;
}