/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/**/
/**/
.brxe-product-gallery  .woocommerce-product-gallery ul.flex-direction-nav {
    position: absolute;
    top: 40%;
    z-index: 99;
   width: 100%;
  left: 0px;
    margin: 0;
    padding: 0px;
    list-style: none;
}

.brxe-product-gallery .woocommerce-product-gallery li.flex-nav-prev {float: left;
width: 40px;
  height: 40px;}
.brxe-product-gallery .woocommerce-product-gallery li.flex-nav-next {float: right;
width: 40px;
  height: 40px;}
.brxe-product-gallery .woocommerce-product-gallery a.flex-next {visibility:hidden;}
.brxe-product-gallery .woocommerce-product-gallery a.flex-prev {visibility:hidden;}

.brxe-product-gallery .woocommerce-product-gallery a.flex-next::before {
    visibility:visible;
      content: "\e649";
font-family: themify;
 background-color: #fff;
  color: #007357;
width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
	display: flex;
  justify-content: center;
	border-radius:50%;
}
.brxe-product-gallery .woocommerce-product-gallery a.flex-prev::before {
    visibility:visible;
content: "\e64a";
font-family: themify;
 background-color: #fff;
  color: #007357;
 width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
	display: flex;
  justify-content: center;
	border-radius:50%;
}
.brxe-product-gallery .woocommerce-product-gallery ul.flex-direction-nav li a {
    color: #ccc;
}
.brxe-product-gallery .woocommerce-product-gallery ul.flex-direction-nav li a:hover {
    text-decoration: none;
}