/*
 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.0
 Text Domain:  bricks
*/
/**/
.brxe-product-gallery  .woocommerce-product-gallery ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    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;}
.brxe-product-gallery .woocommerce-product-gallery li.flex-nav-next {float: right;}
.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::after {
    visibility:visible;
        content: "\f178";
font-family: Font Awesome\ 6 Solid;
background-color: transparent;
  color: #000;
  padding: 0px;
  font-size: 20px;
}
.brxe-product-gallery .woocommerce-product-gallery a.flex-prev::before {
    visibility:visible;
content: "\f177";
 font-family: Font Awesome\ 6 Solid;
 background-color: transparent;
  color: #000;
  padding: 0px;
  font-size: 20px;
}
.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;
}
