#mutts-gallery {
	position:relative;
}

#mutts-gallery #mutts-gallery-left-nav, #mutts-gallery #mutts-gallery-right-nav {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#mutts-gallery #mutts-gallery-left-nav
{	
    left: 40px;
}

#mutts-gallery #mutts-gallery-right-nav
{	
    right: 40px;
}

#mutts-gallery #mutts-gallery-left-nav a, #mutts-gallery #mutts-gallery-right-nav a {
	font-size:30px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

#mutts-gallery div img {
	margin: 0 auto;
	border: 40px solid #fff;
}

#mutts-gallery ul {
	list-style: none;
	position: absolute;
	text-align:center;
	bottom: 10px;
    left: 0;
    right: 0;
    margin-left: 0;
	
}
#mutts-gallery ul li
{
	display: inline;
	margin-right:10px;
}
#mutts-gallery ul li a {
	color: #f46e5d;
	text-decoration: none;
}

.mutts-image {
	display:none;
}

.mutts-gallery-show {
	display:block;
}

.discount_banner_container {
	padding: 0px 15px !important;
}

.discount_banner_half {
	padding-right:0px !important;
}

.woocommerce-remove-coupon[data-coupon^="shop-disount-"] {
	display:none;
}