ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden; text-decoration: none; color:#153c6a !important;
}
a.flex-prev {visibility:hidden; text-decoration: none; color:#153c6a !important;
}

a.flex-next::after {
	visibility:visible;content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 50px;
	font-weight: bold;

}
a.flex-prev::before {
    visibility:visible;
    content: '\f053';
	font-family: 'Font Awesome 5 Free';
	margin-left: 10px;
	font-size: 50px;
	font-weight: bold;

}
ul.flex-direction-nav li a {
	color: #ccc;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}
.wc-tabs{
  display: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs{

  display: none !important;
}

.related{
  background: #F8F5E9;
padding: 20px;
}


@media only screen and (max-width: 640px) {
.uk-section-overlap+.uk-section-default::before, .uk-section-overlap+style+.uk-section-default::before { display:none }
}