/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/


hr {
    height: 1px;
    margin: 0 0 1em;
    border: 0;
    background-color: #ccc;
}
.entry-content p, .item-description p {
    margin-bottom: 1em;
    line-height: 1.6em;
	text-align:justify;
}
h1.site-title, div.site-title {
    padding: .6em 1em 0;
    float: left;
    clear: none;
    font-size: 1.785712em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
h1.site-title img, div.site-title img {
    width: 100%;
    height: auto;
	max-width:410px;
}
.snav {
    width: auto;
    margin-right: .714286em;
    padding-top: 0.4em;
    float: right;
}
.front-il .itemimg img {
    width: 100%;
    aspect-ratio: 168 / 240;
	object-fit:cover;
}

@media screen and (min-width: 62.5em) {
    .snav {
        width: 30%;
        margin-right: 0px;
        padding-top: 0px;
        float: none;
        clear: right;
    }

	/* -- .site-description -- */
	.site-description {
		width: 70%;
		height: auto;
		min-height: auto;
		padding: 1.25em 0 0 10px;
		float: left;
		background: none;
		color: #262626;
		font-weight: normal;
		line-height: 130%;
		white-space:pre;
	}

	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		width: 70%;
		margin: 0;
		padding: .5em 0 .5em 10px;
		float: left;
		font-size: 2.857142em;
		text-align: left;
	}
}





