body {
  font-family: 'Open Sans', sans-serif;
  color: #212529;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
.container-header {

  background: #72c7f5;
  min-height: 44px;
  padding: 10px 0;
  box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
}
.container-header .navbar-brand {
  display: none;
}
.footer {
  background: rgba(114,199,245,1) !important;
  font-size: 18px;
  padding: 7px 20px 12px;
  margin-top: 40px;
}
.footer .grid-child {
  padding: 0;
  justify-content: flex-end;
  max-width: 930px;
  margin-inline: auto;
}
.mod_aspc_product_static_text a {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  text-decoration: none;
}
main {
  width: 100%;
  margin-inline: auto;
  max-width: 930px;
}
.firma_fields{
	display: none;
}
.firma_fields.set_show{
	display: flex!important
}
.bold {
  font-weight: 700;
}
.red {
  color: #DC3545;
}
.address_block .control-label.name > span{
	color: #DC3545;
}
.productview{
    width: 100%;
	max-width: 930px;
	margin-inline: auto;	
}
.productview select.form-select,
.productview input.form-control{
	max-width: 315px;
  height: 38px;
  line-height: 18px;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:not([class]) {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a.policy, a.policy:hover {
  color: #000000;
  text-decoration: underline;
}
.btn-success,
.btn-primary {
  background-color: rgba(233,21,21,1);
  border-color: rgba(233,21,21,1);
  border-radius: 50px;
  padding: 5px 60px;
  color: #fff;
  font-weight: 400;
	font-size: 1rem;
  line-height: 1.5;  
}
.btn-success:hover,
.btn-success:focus,
.btn-primary:hover,
.btn-primary:focus{
  background-color: rgba(233,21,21,1);
  border-color: rgba(233,21,21,1);
	opacity: 0.7;
  text-decoration: none;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  padding: .375rem .75rem;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  padding: .375rem .75rem;
  opacity: 0.8; 
  text-decoration: none;
}
.jshop.checkout_pfinish_block .header {
  margin-top: 40px;
  margin-bottom: 40px;
}
.jshop.checkout_pfinish_block .header h1{
  margin-top: 5px;;
}
.task-step5 .btn-secondary {
  margin-left: auto;
  display: block;
  min-width: 172px;
  max-width: 202px; 
}
.jshop h1{
  font-size: 24px;
  line-height: 26px;
}
.jshop h2{
  font-size: 20px;
  line-height: 22px;
}
.fielderror {
  background-color: #FDC055 !important;
  outline: 10px solid #FDC055;
}
.row_agb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.row_agb > div,
.row_agb .title {
  margin-bottom: 10px;
}
.personal_info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.firma_fields.control-group{
  margin: 1em 0;
  width: calc(50% - 15px);
  align-items: center;
  justify-content: space-between;  
}
.personal_info > .control-group {
  margin: 1em 0;
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.firma_fields.control-group > .controls,
.personal_info > .control-group > .controls {
  width: 100%;
  max-width: 315px;
}

table.cart{
	width: 100%;
}
.cart th {
  text-align: center;
  background-color: #f5f5f5;
  padding: .75rem;
  color: #000;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.cart td {
  text-align: center;
  padding: .75rem;
  color: #000;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.jshop .cart .product_name {
  text-align: left;
}
.jshop .cart .product_name .data {
  color: #007BFF;
}
table.jshop_subtotal {
  width: 100%;
  margin-bottom: 1rem;
  margin: 25px 0;
}
.jshop_subtotal .name {
  padding-right: 10px;
  text-align: right;
  width: 88%;
}
.jshop_subtotal .value {
  text-align: right;
  white-space: nowrap;
  width: 12%;
}
.jshop_subtotal .total{
  font-weight: 700;
}
.cart_empty_text{
  margin-top: 25px;
  margin-bottom: 25px;
}
.finish_note,
.step5_note {
  margin-top: 20px;
  font-weight: 700;
}
.jshop.finish h1 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.productfull .header {
  margin-top: 10px;
  align-items: center;
  margin-bottom: 40px;
}
.productfull .header .prices {
  text-align: right;
}
.productfull #block_price {
  white-space: nowrap;
  font-size: 30px;
  font-weight: bold;
  color: #555555;
}
.productfull .taxinfo {
  font-size: 0.75rem;
}
.productfull .address_block .control-group.usertype .note {
  font-weight: normal;
}
.productfull .image_middle:not(:empty){
  margin-bottom: 25px;
}
.field-calendar .input-append {
  display: flex;
  
}
.birthlandoc .field-calendar .input-append {
  max-width: 315px;
}
.mb20 {
  margin-bottom: 20px;
}
.bolder {
  font-weight: 700;
}
.jshop_cart_attribute {
  font-style: italic;
  font-size: 0.75rem;
  color: #000;
  padding-left: 10px;
  margin-top: 1px;
  margin-bottom: 4px;  
}
div.jshop_prod_description:not(:empty) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.productlandoc .productfull .control-group.usertype .note {
  font-size: 0.75rem;
  margin-top: -15px;
}
.productlandoc .tmpl_adreess .personal_info {
  display: block;
}
.address_block.landoc_address > .control-group {
  max-width: 450px;
}
.productlandoc .tmpl_adreess .personal_info > .control-group {
  width: calc(100% - 30px);
  max-width: 450px;
}
.productlandoc .firma_fields.control-group {
  width: calc(100% - 30px);
  max-width: 450px;
}
.productlandoc .landoc_params .personal_info > .control-group {
  margin-bottom: 0 !important;
}
.payment_image {
  margin-right: 5px;
}
.checkout_pfinish_block .jshop_subtotal  td,
.checkout_pfinish_block .jshop_subtotal  tr{
  border: none;
  padding: 0;
}
.checkout_pfinish_block .cartcheckout  th{
  font-weight: 700;
}
.addon_single_product_checkout.order td,
.addon_single_product_checkout.order tr{
  border: none;
  padding: 0;
}
.addon_single_product_checkout.order th{
  font-weight: 700;
  border: none;
    padding: 0;
}
.addon_single_product_checkout.order td:first-child {
  width: 40%;
}
.addon_single_product_checkout.order .aspc_landoc_user_signature img {
  max-width: 100px;
}
#system-message-container joomla-alert{
  max-width: 930px;
  margin-inline: auto;
}
#error_ch_msg {
    position: absolute;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background: #fff;
    padding: 5px;
    top: 10px;
    left:20px;
    display: none;
    font-size: 12px;
    }

.productlandoc.productkirchen .productfull .control-group.usertype .note {
  font-size: 16px;
  margin-top: 0;
}  
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}  
input#birthday{
  margin-right: -4px;
}
.frontpage #second-header-container{
	padding-top: 62px;
	background: url('../images/91664.jpeg') no-repeat center center;
	background-size: cover;
	height: 108px;
	box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
}
.checkout_payment_block #table_payments .name {
  padding: 5px 0px;
}
.mobile-cart {
  display: none;
}
.canvas-container{
  margin-inline: auto;
  margin-top: 25px;
}
#drawingCanvas {
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
}
@media (max-width: 950px) {
    .productschufa .tmpl_adreess .personal_info > .control-group {
      max-width: 49%!important
    }    
    .productschufa .firma_fields.control-group > .controls, .personal_info > .control-group > .controls {
      max-width: 100%!important
    }
    .productedoc .firma_fields.control-group{
      flex-direction: column;
      align-items: flex-start;       
    } 
    .productedoc .firma_fields.control-group > .controls {
      max-width: 100%;
    }
    .productedoc .personal_info{
      margin-bottom: 25px;
    }
    .productedoc .personal_info > .control-group{
      flex-direction: column;
      align-items: flex-start;      
      margin-bottom: 0 !important;
    }
    .productedoc select.form-select,
    .productedoc input.form-control {
      max-width: 100%;
    }
    .productlandoc .landoc_params .personal_info >
     .control-group {
      flex-direction: column;
      align-items: flex-start;
    }  
    .productlandoc .firma_fields.control-group .control-label.name,
    .productlandoc .tmpl_adreess .personal_info > .control-group .control-label.name{
      min-width: 150px;
    }  
    .productlandoc.productkirchen .tmpl_adreess .personal_info > .control-group {
      flex-direction: column!important;
    }    
    .productlandoc.productkirchen .personal_info > .control-group {
      max-width: 49%!important;
    }    
    .productlandoc.productkirchen .personal_info > .control-group.gbname {
      max-width: 100%!important;
    }    

}

@media (max-width: 767px) {

    .address_block.landoc_address > .control-group {
      max-width: 100%;
    }
    .birthlandoc .field-calendar .input-append {
        max-width: 100%;
    }
    .productfull .jshop_register {
      display: block;
    }
    .personal_info > .control-group {
      width: calc(100% - 0px);
      display: block;
    } 
    .productlandoc .tmpl_adreess .personal_info > .control-group {
      width: calc(100% - 0px);
      max-width: 100%;
    }   
    .firma_fields.set_show{
      display: block!important
    }  
    .firma_fields.control-group {
      width: calc(100% - 0px);
    }
    .productlandoc .firma_fields.control-group {
      width: calc(100% - 0px);
      max-width: 100%;
    }  
    .firma_fields.control-group > .controls, .personal_info > .control-group > .controls {
      width: 100%;
      max-width: 100%;
    }  
    .productview select.form-select, .productview input.form-control {
      max-width: 100%;

    }  
    .productfull .landoc_params .line.line_new {
      margin-top: 20px;
    } 
    .modal-footer{
      flex-direction: column-reverse;
    } 
    .task-step5 .btn-secondary {
      margin-left: 0;
      margin-top: 12px;
    }  
    .productlandoc .tmpl_adreess .personal_info > .control-group {
      max-width: 100%!important
    }    
    .firma_fields.control-group > .controls, .personal_info > .control-group > .controls {
      width: 100%;
      max-width: 100%!important
    }    
    .productschufa .tmpl_adreess .personal_info > .control-group {
      max-width: 100%!important
    }    
    .productschufa .firma_fields.control-group > .controls, .personal_info > .control-group > .controls {
      max-width: 100%!important
    }   
    .productlandoc.productkirchen .personal_info > .control-group {
      max-width: 100%!important;
    }         

    .mobile-cart {
        display: inline-block;
        font-weight: bold;
        width: 40%;
        padding-right: 20px;
    }
    .mobile-cart ~ * {
        width: 60%;
    }
    #jshop_menu_order tr{
        display: block;
        width: 100%;
    }
    #jshop_menu_order tr td{
        display: inline-table;
        width: 100%;
        line-height: 26px;
    }
    .jshop.cart, .jshop.cart tbody{
        display: block;
        border:0px;
    }
    .jshop.cart tr{
        display: block;
        width: 100%;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background-size: 100% 100%;
        color: black;
        margin-bottom: 20px;
    }
    .jshop.cart tr:first-child{
        border: 1px solid #ccc;
        margin-bottom: 10px;
        display: none;
    }
    .jshop.cart tr th{
        display: inline-table;
        width: 100%;
        line-height: 26px;
        border: none;
        border-bottom: 1px solid #565656;
    }
    .jshop.cart tr td{
        display: flex;
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 5px 10px;
        text-align:left;
    }
    .cart .odd td, .cart .even td{
        background-color: #fff;
    }
    .addon_single_product_checkout.order .table, .addon_single_product_checkout.order .table th, .addon_single_product_checkout.order .table td {
      padding: 0 5px;
    }   
    .addon_single_product_checkout.order{
      width: 100%;
      max-width: 100%;      
    }
    .addon_single_product_checkout.order .table{
      width: 100%;
      max-width: 100%;
      border-collapse: collapse;
    }
    .addon_single_product_checkout.order td, .addon_single_product_checkout.order th {
      word-wrap: break-word;    
      word-break: break-word;  
      white-space: normal;
    }    

   .modal-footer button {
      display: block;
      width: 100%;
      margin-bottom: 20px;
    }  
    .footer .grid-child {
      flex-direction: row;
    }  
}