/*
Theme Name:		Welcart Assertive Child Theme
Template:		welcart_assertive
Theme URI:		https://www.welcart.com/archives/15110.html
Author:			Collne.Inc
Author URI:		https://www.collne.com/
Description:	Assertive Child is the Welcart Assertive Child Theme.
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, assertive, one-columns, left-sidebar or right-sidebar
*/

#itempage .itemsubimg{
	padding-bottom: 0 !important;
}
#itempage .separate{
	margin-bottom: 0 !important;
}
.item-info form{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-info form .skuform{
	width: 49%;
}

@media screen and (max-width:620px){
	.item-info form{
		display: block;
	}
	.item-info form .skuform{
		width: 100%;
	}
	.skuform{
		padding: 10px !important;
	}
	.item-info .skuname,
	.skuform .field{
		margin: 0 0 10px !important;
	}
	.item-info .field_price{
		font-size: 1.5em !important;
		gap: 5px !important;
	}
    .site-title a img{
        height: 60px;
        width: auto;
    }
    #masthead .site-description{
        display: none;
    }
    .item-header .header-txt .entry-title{
        font-size: 1.6em !important;
    }
    .item-header{
        margin-bottom: 5px !important;
    }
}

#moi-size-checker {
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #eee;
    background: #fafafa;
}
#moi-size-checker h3 {
    margin-top: 0;
}
.moi-input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.moi-input-group input {
    width: 80px;
}
#size-result-area {
    margin-top: 20px;
    display: none;
}
#size-debug-area {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    border: 1px dashed #ccc;
    font-size: 0.9em;
    display: none;
}
.moi-error {
    color: red;
    font-weight: bold;
}
.moi-result-box {
    padding: 15px;
    background: #e6f7ff;
    border-radius: 5px;
}
.moi-result-title {
    margin-top: 0;
    color: #0050b3;
}
.moi-result-hr {
    border: none;
    border-top: 1px dashed #ccc;
    margin: 15px 0;
}
@media screen and (max-width: 620px) {
    .moi-input-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .moi-input-group label {
        display: flex;
        align-items: center;
    }
    .moi-label {
        width: 3.5em;
        display: inline-block;
        text-align-last: justify; 
    }
    .moi-input-group input[type="number"] {
        margin: 0 10px;
    }
}