/*
Theme Name: Own World
Author: Efront
Author URI: http://efront.com.au/
Description: The Own World Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
	.term-description-wrap {
	    display: none!important;
	}
	.term-slug-wrap{
	    display: none!important;
	}
	.term-parent-wrap{
	    display: none!important;
	}
*/
body.login div#login p#nav {
	display: none;
}

.product__title {
    width: calc(100% - 65px);
}

.slider .link--gallery {
    background-image: url(assets/dist/images/group_2.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 24px;
    /* position: absolute; */
    /* right: 20px; */
    float: right;
    margin-right: 10px;
}

.accordion-js-alt.open .accordion__body {
	max-height: none;
}

.product a.simple-link{
    display: inline;
    text-transform: none;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .product__title {
        width: auto;
    }
}

.page-template-default .section.section--two p img{
    max-width:100%;
    height:auto;
}
