/**
* Theme Name: Flicko Child
* Description: This is a child theme of Flicko, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: flicko
* Version: 1.0.26
*/


.product-block .quantity_cart a.button {
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    padding: 16px 28px 16px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    text-transform: uppercase;
    white-space: unset;
    width: 100%;
    background-color: var(--e-global-color-secondary);
    border: none;
    color: #fff;
}

.product-block .quantity_cart a.button:after{
	display: none;
}

.product-block .quantity_cart a.button:before {
	z-index: 9;
    font-family: "flicko-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 20px;
    font-size: 1.25rem;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    /* transition: all 0.3s ease; */
}
@media (max-width: 768px) {
	.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{
        pointer-events: none !important;
    }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image:hover a img{
	opacity: 1 !important;
}