/*
Theme Name:     Astra Child
Theme URI:      #
Description:    Child theme for the Astra theme
Author:         Zendkee
Author URI:     #
Template:       astra
Version:        0.2
*/



.woocommerce button.button {
	border: 1px solid #000;
}

.woocommerce-js a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border: 1px solid #000;
}


/* checkout page */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	width: 100%;
}


/**size chat button start */
.scfw-size-chart-main {
	float: right;
	width: fit-content;
}

.scfw-size-chart-main .button-wrapper {
	line-height: 16px;
	width: fit-content;
	float: none;
	clear: none;
	margin: 0;
}

.scfw-size-chart-main .button-wrapper .md-size-chart-btn {
	font-size: 14px;
	line-height: 16px;
}

.scfw-size-chart-main .button-wrapper .md-size-chart-btn svg{
	padding-top: 4px;
}

/**size chat button end */