/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



.woocommerce .woocommerce-ordering select{
	width: 200px !important;
}



.viewModeList{
    -webkit-box-align: start !important;
    align-items: flex-start !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
	    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
	    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
	width: 100% !important;
	display: flex !important;
}

.viewModeList li{
	width: 100% !important;
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	column-gap: 15px;
}

.li-header .angebot-col{
	text-align: center;
	display: block;
}

.angebot-col{
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	column-gap: 15px;
}

.angebot-col .angebot-col-preis{
	text-align: right;
	width: 4.75rem;
	font-weight: bold;
}

.angebot-col .angebot-col-stock{
	text-align: right;
	width: 2.5rem;
	margin-right: 1rem !important;
}

.angebot-col .angebot-col-add-to-cart{

}

.angebot-col > div:last-child{
	margin-left: auto !important;
}

.viewModeList li > div{
	padding: 5px;
}

.viewModeList li > div:last-child{
	margin-left: auto !important;
}

.li-header{
	background: orange;
	color: #000000;
	font-weight: bold;
}

.seller-col{
	width: 18.5rem;
}

.angebot-col{
	width: 18.5rem;
}

