@charset "UTF-8";
/* CSS Document */
/*
** Style Simple Ecommerce Theme for Bootstrap 4
** Created by T-PHP https://t-php.fr/43-theme-ecommerce-bootstrap-4.html
*/
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.category_block li:hover {
    background-color: #007bff;
}
.category_block li:hover a {
    color: #ffffff;
}
.category_block li a {
    color: #343a40;
}
.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}
.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}
.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.product_rassurance .list-inline li:hover {
    color: #343a40;
}
.reviews_product .fa-star {
    color: gold;
}
.pagination {
    margin-top: 20px;
}
.auswahl{
	margin: 1px;
	height: auto;
	cursor: pointer;
}
.farbbox_titel{
	top: 6px;
    position: relative;
    font-size: small;
}
.farbbox{
	margin: -10px 0px;
}
.simplecolorpicker span {
  margin: 0 5px 5px 0;
	width: 43px;
	height: 43px;
}
.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 73%;
}
.card-body{
	padding: .5rem .3rem
}
.card-header{
	padding: .1rem;
}
.card {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-image: initial;
    border-radius: 0.25rem;
}
.m_top_10{
	margin-top: 10px;
}
.table{
	font-size: 0.9em;
	text-align: right;
}
.bg-info2{
	background-color:darkseagreen;
}
.bg{
	background-color: rgba(0,0,0,.03);
	padding: 10px;
	border-left: solid 15px white;
    border-right: solid 15px white;
	border-bottom: solid 15px white;
}
.pd-3{
	padding: .3rem 1rem;
}
.tab-content{
	font-size: .9rem;
}
.section-padding {
	padding-top: 100px;
	padding-bottom:50px;
}
.form-control {
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus,
textarea:focus {
	border-color: #CC6600 !important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer {
	text-align: center;
}
.footer .contact input {
	width: 100%;
	height: 50px;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 30px;
}
.footer h1 {
	margin-bottom: 60px;
}
.footer .contact textarea {
	width: 100%;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 10px;
	outline: 0;
	padding: 10px;
	border: 1px solid #ccc;
	min-height: 210px;
}
.footer .contact .contact-submit {
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 50px;
}
.footer .contact .contact-submit i {
	margin-right: 10px;
}
.loader {
    z-index: 2;
}
.loader_bg{
	position: absolute;
    z-index: 2;
    width: 96%;
    height: 95%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5% 2%;
}
.help{
	float: right;
	margin: 4px 4px;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    font-size: .9rem;
}
.loaderModal{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px){
.jumbotron {
    padding-top: 5px !important;
	padding-bottom: 20px !important;
}
}

