/*
Theme Name: Marra Child
Theme URI: https://marra.qodeinteractive.com
Description: A child theme of Marra
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: marra
Template: marra
*/

.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after{
    display: none;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-text{
	display:none
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after{
	display:none
}

.woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
	 width: 100% !Important
}



.qodef-woo-thumbnails-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.woocommerce-product-gallery a {
    display: block;
    width: 100%;
}
.woocommerce-product-gallery a img {
    display: block;
    width: 100%;
}

.woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
	position: relative;
    padding: 0 13px;
    margin-top: 26px;
    width: 33.33333% !important}
   
