﻿/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
/** Change Woocommerce magnifier icon **/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    opacity: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    opacity: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: url(../image/icons.png);
    background-color: #fff;
    border-radius: 13px;
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/** END Change Woocommerce magnifier icon **/