/*======================================
Theme Name: WordPress Child Theme Atomion
Theme URI: https://marketpress.de
Description: Das Atomion Child Theme
Version: 1.0
Author: MarketPress
Author URI: https://marketpress.de
Template: wordpress-theme-atomion
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
======================================*/

/* You can start adding your own styles here. Use !important to overwrite styles if needed. */
.loggout{
    top: 10px;
    right: 0;
    text-align: right;
    min-width: 80px;
}

nav.woocommerce-MyAccount-navigation span.loggout i {
    color: #e84948;
    padding-right: 5px;
}

hr.wooComhr {
    width: 100%;
    max-width: none;
    border-bottom: 0 solid #cbcbcb!important;
    margin: 0;
    float: left;
}


.piece-container{
margin-left: 15px;
}

.configurator {
    background: #c6c6c6;
    background-size: cover;
    padding: 50px 10px;
  }

.filesfm-box{
position: relative;
left: -100px;
}


.w-100{
	width: 100%;
}

.ml-15{
	margin-left: 1.5em !important;
}

.mb-05{
	margin-bottom: 0.5em;
}

.py-10{
	padding-bottom: 10px;
    padding-top: 10px;
}

.border{
	border: 1px solid #dee2e6 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.shadow{
	box-shadow: 0 1px 2px 0 rgb(34 34 34 / 15%);
}


.woocommerce-variation-add-to-cart{
	display: flex;
}

.sample-order-btn{
	color: #37b9e3 !important;
	background: #fff !important;
	border: 3px solid #37b9e3;
}

.woocommerce div.product form.cart .variations th{
	text-align: left;
	max-width: 100px;
	line-height: normal;
	vertical-align: top;
}


table.variations select  {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px 0 rgb(34 34 34 / 15%);
    border-radius: 5px;
    padding: 0.45em 2em 0.45em 1em;
    background-color: #fff;
    background-image: url('../img/angle-down.svg');
    background-size: 14px;
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    font-weight: 300;
    text-transform: inherit;
}

.placeholder-light::placeholder{
	font-weight: 300;
}

.textarea-disable-horizontal{
	resize: vertical;
}

.max-height-300{
    max-height: 300px;
}