#mobil-side-menu {
background: #fff;
position: fixed;
display: block;
z-index: 97;
height: 100vh;
left: -100vw;
top: 0;
width: calc(100vw - 60px);
transition: .7s cubic-bezier(.77,0,.175,1);
}
#mobil-side-menu.aktiv {
left: 0px;
}
#mobil-side-menu-bg {
width: 0;
height: 0;
position: absolute;
z-index: -9;
}
#mobil-side-menu-bg.aktiv {
background: #0004;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
right:0;
z-index: 9;
}
.mobil-logo {
border-bottom: 1px solid #ccc;
padding: 25px 15px 15px;
}
.menu-image {
width: 18px;
vertical-align: sub;
margin-right: 5px;
}
#mobil-side-menu li {
line-height: 45px;
border-bottom: 1px solid #ccc;
}
#mobil-side-menu li a{
padding-left: 15px;
}
#mobil-side-menu a {
color:#333;
text-transform: uppercase;
font-weight: 400;
font-size: 14px !important;
display: block;
}
.main-nav .main-nav-trigger {
cursor: pointer;
z-index: 99;
position: relative !important;
margin-right: 15px;
}
.main-nav .main-nav-trigger .icon--burger {
display: inline-block;
vertical-align: middle;
width: 24px;
height: 1.5px;
top: 0px;
position: relative;
margin-bottom: 20px;
-webkit-transition: .4s cubic-bezier(.77,0,.175,1);
transition: .4s cubic-bezier(.77,0,.175,1);
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
background: #1D1D1F;
}
.main-nav .main-nav-trigger .icon--burger::after, .main-nav .main-nav-trigger .icon--burger::before {
content: '';
display: block;
width: 24px;
height: 1.5px;
left: 0;
position: absolute;
background: #1D1D1F;
-webkit-transition: .4s cubic-bezier(.77,0,.175,1);
transition: .4s cubic-bezier(.77,0,.175,1);
}
.main-nav .main-nav-trigger .icon--burger::before {
top: 7px;
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
}
.main-nav .main-nav-trigger .icon--burger::after {
top: 14px;
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
}
.main-nav .main-nav-trigger.nav-menu-active i.icon--burger::before {
transform: rotate(-45deg);
margin-top: 4px;
background-color: #000;
width: 24px !important;
}
.main-nav .main-nav-trigger.nav-menu-active i.icon--burger::after {
transform: rotate(45deg);
margin-top: -4px;
background-color: #000;
width: 24px !important;
}
.main-nav .main-nav-trigger.nav-menu-active .icon--burger {
background: none;
width: 24px !important;
}
#menu-side-menu li ul {
position: relative;
padding: 0;
z-index: 9999;
width: 100%;
background: unset;
visibility: visible !important;
opacity: 1 !important;
border-top: unset;
box-shadow: unset;
-moz-box-shadow: unset;
-webkit-box-shadow: unset;
-webkit-transform: unset;
text-align: left;
}
#menu-side-menu li li {
padding: 0;
margin: 0;
border-bottom: 0px !important;
border-top: 1px solid #ccc;
}
#menu-side-menu li li a{
padding-left: 42px;
text-transform: none;
font-weight: 300;
}
#menu-side-menu .menu-item-has-children {
position: relative; 
}
.sub-menu-toggle {
position: absolute;
z-index: 1;
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 50%;
top: 6px;
right: 10px;
cursor: pointer;
text-align: center;
}
.sub-menu-toggle::before {
font-family: "ETmodules" !important;
font-weight: normal;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 36px;
font-size: 24px;
text-transform: none;
speak: none;
content: '\33';
position: absolute;
transition: 0.3s all ease;
right: 10px;
}
.menu-item-has-children.popped .sub-menu-toggle::before {
transform: rotate(-180deg);
}
#menu-side-menu .sub-menu {
display: none !important;
}
#menu-side-menu .menu-item-has-children.popped .sub-menu {
display: block !important;
}.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle {
display:none !important;
}
#page-container span.onsale, #page-container span.onsale {
background: #42887b !important;
font-size: 14px !important;
padding: 4px 12px !important;
top: -8px !important;
right: -8px !important;
left: auto !important;
}
.products .star-rating {
display:none !important;
}
.products a {
text-align: center;
}
.et_shop_image .et_overlay {
display: none !important;
}
#et-boc #main-content .products li img {
transition: transform 0.2s ease;
max-width: 180px !important;
margin: 0 auto 9px !important;
}
.products li:hover img{
transform: scale(1.05);
} #page-container .quantity input.qty {
font-weight: 600 !important;
font-size: 16px !important;
color: #333 !important;
border-radius: 3px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
background-color: rgba(255, 255, 255, 0.2) !important;
height: 49px;
width: 20px !important;
border-width: 0px !important;
}
.woocommerce-variation-add-to-cart {
display:flex;
}
.woocommerce #page-container div.quantity  {
margin-right: auto !important;
}
#page-container #et-boc .et-l .et_pb_wc_add_to_cart_1 .quantity input.qty {
border-width: 0px !important;
}
#page-container .quantity .minus, #page-container .quantity .plus {
background: #fff0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #333 !important;
font-size: 20px !important;
font-weight: 300 !important;
height: 24px !important;
text-decoration: none !important;
text-shadow: none !important;
width: 40px !important;
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
border: 0px !important;
font-weight: 300 !important;
}
.woocommerce-cart #page-container .quantity .minus, .woocommerce-cart #page-container .quantity .plus {
width: unset !important;
} .order-tax, .total-cart-tax {
border: 0px !important;
font-size: 10px !important;
padding: 0px !important;
font-weight: 300 !important;
display: block;
margin-top: -9px;
}
.order-tax td:before{
display:none !important;	
}
#page-container .order-tax th, #page-container .order-tax td {
border: 0px !important;
padding: 0px !important;
font-weight: 300 !important;
display: inline-block;
white-space: nowrap;
width: auto !important;
} #page-container #main-content button, #warenkorb-bg .button, #page-container #main-content .checkout-button{
padding: 11px !important;
}.woocommerce #content-area {
border-top: 1px solid #e6e6e6;
} .fpd-snackbar-wrapper {
bottom: 10px;
}
.fpd-snackbar {
padding-top: 10px !important;
padding-bottom: 10px !important;
line-height: 1.3em !important;
}
.fpd-snackbar p{
padding-top: 0px !important;
}
.attribute_pa_format .variable-item {
outline: unset !important;
}
.variations_form .variations .attribute_pa_format .variable-item {
display: inline-block !important;
cursor: pointer !important;
background:unset !important;
}
.variations tr td {
display: block;
width: 100%;
}
.woocommerce div.product .variations tr td:first-child {
padding: 0 0px 10px 0 !important;
}
.variations tr td ul{
padding:0px !important;
border-bottom: 1px solid;
}
.attribute_pa_groesse .variable-item {
display:none;
margin-right:5px;
}
.element-inline{
display:inline-block;
padding-top: 10px;
}
.button-inline .et_pb_button_module_wrapper {
display:inline-block;
vertical-align: top;
}
.fpd-content .fpd-module[data-module="images"] {
display:block !important;
}
.konfi-subline {
font-size:14px !important;
font-weight:700 !important;
padding-bottom:10px;
}
.bild-hochladen-div .tm-epo-element-label {
font-size: 14px;
margin-bottom: -10px;
}
.fpd-upload-form {
padding:0px !important;
}
.fpd-upload-form .fpd-upload-zone{
border: 2px dashed #5b6264 !important;
color: #3b4040 !important;
height: 60px !important;
}
.fpd-upload-zone > div > span {
opacity: 1 !important;
}
.fpd-scroll-area {
height:auto !important;
margin-top: 6px !important;
padding-bottom: 0px !important;
}
.fpd-mainbar .fpd-navigation {
display:none !important;
}
#konfigurator-wrapper .fpd-main-bar-position {
min-height: unset !important;
}
#konfigurator-wrapper .fpd-mainbar {
height: unset !important;
border: unset !important;
width: 100%;
}
.fpd-product-designer-wrapper {
width: calc(100vw - 450px);
position: absolute;
z-index: 2;
}
#page-container .fpd-container {
height:unset !important;
}
.fpd-product-stage {
top:40% !important;
}
#page-container .fpd-main-wrapper {
min-height: calc(100vh) !important;
}
#konfigurator-wrapper:before {
content:"";
position:absolute;
background-image: url(//print-rahmen.de/wp-content/uploads/background-konfi.jpg) ;
background-size: auto 130%;
box-shadow: -2px -2px 5px #0000000d inset;
z-index: -1;
width:100vw;
min-height:100vh;
right:450px;
top:0;
bottom:0;
transition: 0.6s background-size ease;
background-position: 100% 85%;
}
#konfigurator-wrapper.size-1:before {
background-size: auto 350%;
background-position: 90% 75%;
}
#konfigurator-wrapper.size-2:before {
background-size: auto 280%;
background-position: 90% 75%;
}
#konfigurator-wrapper.size-3:before {
background-size: auto 230%;
background-position: 90% 75%;
}
#konfigurator-wrapper.size-4:before {
background-size: auto 180%;
background-position: 90% 75%;
}
#konfigurator-wrapper.size-5:before {
background-size: auto 150%;
background-position: 90% 75%;
}
#konfigurator-wrapper.size-6:before {
background-size: auto 140%;
}
#konfigurator-wrapper.size-7:before {
background-size: auto 120%;
}
#konfigurator-wrapper.size-8:before {
background-size: auto 110%;
}
#konfigurator-wrapper.size-9:before {
background-size: auto 105%;
}
#konfigurator-wrapper.size-10:before {
background-size: auto 100%;
}
.lower-canvas {
background: #fff;
box-shadow: 1px 2px 5px #0000002b;
}
#konfigurator-wrapper, .fpd-product-designer-wrapper {
display:none;
}
.show {
display:block !important;
}
.hide {
display:none !important;
}
.single-product #page-container .container {
padding-top: 0px !important;
}
.produkt-title h1 {
font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1.4em;
}
.produkt-preis {
border-top: 1px solid #dddddd;
padding-top: 20px;
margin-top: 10px;
}
.legal-price-info {
font-size: 12px;
margin-bottom: 20px;
color: #333 !important;
}
.legal-price-info a {
color: #333 !important;
}
.tax-info {
padding-right:10px;
position:relative;
}
.tax-info:after {
content:"";
position:absolute;
right:3px;
top:3px;
height:11px;
width:1px;
background:#333;
}
.single-product .produkt-preis .price {
color: #333 !important;
font-weight:700 !important;
}
.element-inline.et_pb_wc_price .et_pb_module_inner {
display:inline-block;
}
.single_add_to_cart_button {
width: calc(100% - 95px);
max-width: 250px;
line-height: 34px !important;
}
.woocommerce-breadcrumb {
font-size: 12px !important;
color:#333 !important;
margin-top: 20px !important;
}
.woocommerce-breadcrumb a {
color:#333 !important;
}
.single_variation_wrap .quantity {
border: 1px solid #333 !important;
}
#page-container .product-usps {
margin-top:15px;
padding-left: 15px !important;
}
.usp-product {
width:32%;
display:inline-block;
padding: 0 15px;
font-size: 12px !important;
}
.usp-product .delivery-time-info {
font-size:12px !important;
margin-bottom: 0px  !important;
}
.et_pb_wc_tabs {
border: 0px !important;
border-bottom: 1px solid #ddd !important;
}
.et_pb_tabs_controls {
background: none !important;
border-bottom: 1px solid #ddd !important;
}
.et_pb_tabs_controls li {
border: 0px !important;
}
.et_pb_tabs_controls::after {
border: 0px !important;
} .ausrichtung-div .variation-element-1 li {
margin-bottom: 0 !important;
padding-bottom: 2px !important;
pointer-events: auto !important;
}
.reset_variations {
display: none !important;
}
.tm-extra-product-options .radio-image {
border-width: 0 !important;
}
.tc-row .tc-container {
border-bottom:1px solid #999;
}
.tc-row .upload-row-div {
border-bottom: 0px !important;
margin-bottom: 0px !important;
}
.upload-row-div .cpf-upload-container-basic {
height: 60px;
width: 100% !important;
cursor: pointer;
border: 2px dashed #5b6264 !important;
border-radius: 5px;
margin-top: 15px;
text-align: center;
}
.upload-row-div .cpf-upload-container-basic input {
position: absolute;
left: 0;
opacity: 0;
top: 0;
bottom: 0;
}
.upload-row-div .cpf-upload-container-basic:after {
content:".tiff HOCHLADEN (Vorschau deaktiviert)";
font-size: 10px;
margin-top: -5px;
display: block;
}
.upload-row-div .cpf-upload-container-basic:before {
content: "\e61a";
font-family: FontFPD !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
display: block;
font-size: 22px;
margin-top: 5px;
}
.tc-row .upload-row-div .tm-description {
margin-bottom: 0px !important;
}
.tc-row .upload-row-div .tmcp-field-wrap small {
font-size: 11px !important;
height: 15px;
display: block;
line-height: 15px;
margin-top: 5px;
}
.tiff-checkbox-div .tm-label {
font-size: 11px !important;
}
.tiff-checkbox-div .tc-price-wrap {
display:none !important;
}
dt.tm-final-totals {
display:none !important;
}
.tm-final-totals {
text-align:center;
}
.tm-custom-price-totals {
margin-bottom:0px !important;
}
.tm-final-totals .price {
color: #333 !important;
font-size: 25px !important;
}
.tm-extra-product-options label.tm-epo-element-label, .bild-hochladen .tm-epo-element-label{
font-size:14px !important;
}
.delivery-time-info, .legal-price-info {
text-align:center;
}
#left-area ul {
padding-left: 0 !important;
}
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.radio_image {
border-width: 0px !important;
box-shadow: unset !important;
}
.radio-image-label, .radio-image-label-inline {
font-size: 14px;
margin: 0px !important;
line-height: 1.5em;
display: block !important;
padding-bottom: 0 !important;
}
.tm-extra-product-options .tm-epo-field.tmcp-radio {
display: none;
}
.cpf-type-variations {
margin-bottom: 0px !important;
}
.tm-variation-ul-image {
padding-bottom: 0px !important;
}
.tm-extra-product-options-container .tm-variation-ul-image {
overflow-y: scroll !important;
white-space: nowrap;
}
#konfigurator-wrapper .tm-extra-product-options-container .tm-variation-ul-image .tmcp-field-wrap{
display: inline-block !important;
float: unset !important;
}
#konfigurator-wrapper .tm-extra-product-options-container .tm-variation-ul-image{
-ms-overflow-style: none; scrollbar-width: none; }
#konfigurator-wrapper .tm-extra-product-options-container .tm-variation-ul-image::-webkit-scrollbar {
display: none;
}
.tc-row{
margin:0px !important;
}
.tc-container, .tc-cell{
padding:0px !important;
}
.variation-element-1 li {
padding-top: 0px !important;
}
.variation-element-1 li .tc-label{
padding: 0px !important;
}
#tm-extra-product-options-fields .product-size-div {
padding-bottom: 10px !important;
}
#tm-extra-product-options-fields .product-size-div .product-size-ul li {
float: left !important;
width: calc(20% - 3.2px) !important;
border: 1px solid #ccc;
margin: 2px !important;
font-size: 14px;
text-align: center;
padding: 0px !important;
cursor: pointer;
-ms-flex: 0 0 calc(20% - 3.2px) !important;
flex: 0 0 calc(20% - 3.2px) !important;
display: flex;
justify-content: center;
}
#tm-extra-product-options-fields .product-size-div .product-size-ul li .tc-label {
display: block !important;
margin: auto !important;
padding: 13px 6px !important;
cursor: pointer;
text-align: center;
width: 100%;
}
#tm-extra-product-options-fields .product-size-div .product-size-ul li .tc-label * {
text-align: center;
width: 100%;
display: flex;
justify-content: center;
}
#tm-extra-product-options-fields .product-size-div .tc-epo-style-space {
display: none !important;
}
#tm-extra-product-options-fields .product-size-ul li:first-child, #tm-extra-product-options-fields .product-size-ul li:nth-child(6) {
margin-left:0px !important;
}
#tm-extra-product-options-fields .product-size-ul li:nth-child(5), #tm-extra-product-options-fields .product-size-ul li:nth-child(10) {
margin-right:0px !important;
}
#page-container #konfigurator-wrapper .format-ul .tm-attribute-disabled {
display:none !important;
}
.ausrichtung-div .tc-cell.tm-epo-element-label {
display: none;
}
.ausrichtung-ul {
padding-bottom: 0px !important;
}
.ausrichtung-ul li{
margin-bottom: 5px !important;
text-align: center;
opacity: 1 !important;
}
.ausrichtung-ul li label{
font-size: 14px;
padding: 0 5px 8px;
position: relative;
cursor: pointer;
}
.ausrichtung-ul li label span{
font-weight: 400 !important;
}
.ausrichtung-ul .tc-active label:after{
content:"";
width:100%;
height:2px;
border-radius: 6px 6px 0 0;
background: #4fa200;
position: absolute;
bottom: -2px;
left:0;
right: 0;
}
.format-div .tc-cell.tm-epo-element-label {
display: none;
}
.product-size-div .tmcp-ul-wrap {
gap: 0 !important
}
#papier .tmcp-ul-wrap {
gap: 0 !important
}
#papier .tc-label-wrap {
flex-direction: column !important;
}
#papier .tc-label-wrap .tc-label, #papier .tc-label-wrap .tc-label span {
width: 100%;
text-align: center;
display: flex;
justify-content: center;
}
#papier .tc-tooltip {
top: -2px;
right: 2px;
}
#papier .papier-ul li, #rahmen .rahmen-ul li {
margin-right: 6px !important;
margin-bottom: 5px !important;
text-align: center !important;
display: inline-block;
float: unset !important;
width: calc(25% - 6px) !important;
font-size: 12px;
padding: 0px !important;
-ms-flex: 0 0 calc(25% - 6px) !important;
flex: 0 0 calc(25% - 6px) !important;
}
.papier-ul, .product-size-ul {
margin: 5px 0 8px !important;
}
#papier .papier-ul li img {
width: 100% !important;
max-height: unset !important;
}
#papier .papier-ul li:last-child, #rahmen .rahmen-ul li:last-child {
margin-right: 0px !important;
}
.papier-ul li .tc-label {
font-size: 11px;
}
.rahmen-ul .checkbox-image-label {
font-size: 11px;
white-space: nowrap;
padding: 0px !important;
}
.lightbox-headline {
font-weight:600;
margin:6px 0;
}
.lightbox-img {
}
.tc-mode-images .tc-price-wrap .tc-price {
display: block !important;
line-height: 12px;
text-align: left;
color: #333 !important;
margin-top: -4px !important;
}
.tc-tooltip {
position: absolute;
top: 1px;
right: -7px;
padding: 5px;
color:#000 !important;
}
#tm-tooltip {
background:#fff !important;
color:#333 !important;
text-shadow:unset !important;
}
#tm-tooltip:after {
border-top-color:#fff;
}
#tm-tooltip:after {
border-bottom-color:#fff !important;
}
.digitale-kontrolle-ul {
font-size:14px !important;
}
.digitale-kontrolle-ul .tm-label {
font-weight: 400 !important;
}
.digitale-kontrolle-ul .tc-price {
color: #333 !important;
font-weight: 400 !important;
}
.digitale-kontrolle-ul .tc-tooltip {
bottom: 2px !important;
font-size: 15px !important;
} @media screen and (max-width: 980px) { 
.fpd-product-designer-wrapper {
width: 100% !important;
position: relative !important;	
}
#page-container .fpd-main-wrapper {
min-height: 500px !important;
background-image: url(//print-rahmen.de/wp-content/uploads/background-konfi.jpg) !important;
background-repeat: no-repeat !important;
background-size: auto 130% !important;
background-position: 90% 10% !important;
}
.fpd-product-stage {
margin: auto !important;
left: 0 !important;
right: 0;
transform: scale(0.6) !important;
top: 0 !important;
bottom: 0 !important;
}
#et-boc #konfigurator-wrapper {
margin:auto !important;
}
#konfigurator-wrapper:before {
display: none;
}
#page-container .fpd-container {
width: 100% !important;
}
.et-db #et-boc .et-l .et_pb_section_7 {
min-height: auto !important;
}
}
@media screen and (max-width: 768px) { 
.fpd-actions-container {
display:none !important;	
}
#page-container .fpd-main-wrapper {
background-size: auto 120% !important;
}
}
@media screen and (max-width: 568px) { 
#page-container .fpd-main-wrapper {
min-height: 420px !important;
}
.fpd-container {
width: 100% !important;
}
.fpd-product-stage {
margin: auto !important;
left: 0;
right: 0;
transform: scale(0.5) !important;
top: 0 !important;
bottom: 0 !important;
}
#tm-extra-product-options-fields .product-size-div .product-size-ul li .tc-label {
font-size: 12px !important;
}
.papier-ul li .tc-label {
font-size: 9px;
}
.single-product #page-container  form.cart .quantity {
width:80px !important;
}
.single-product #page-container  form.cart .quantity .minus {
margin-left: 2px !important;
}
.single-product #page-container  form.cart .quantity .plus {
margin-left: -2px !important;
}
.single-product #page-container form.cart .quantity .qty {
margin-left: -4px;
height: 44px !important;
width:20px !important;
font-size: 14px !important;
font-weight: 500 !important;
}
.single-product #page-container form.cart .quantity .qty_button {
width: 25px !important;
padding: 0px !important;
height: 38px !important;
vertical-align: middle;
}
#page-container #et-main-area #main-content .single_add_to_cart_button {
width: calc(100% - 90px) !important;
max-width: unset !important;
padding: 12px !important;
font-size: 13px !important;
}
}
@media screen and (max-width: 386px) { 
.ausrichtung-ul li label {
font-size: 12px !important;
padding: 0 2px 9px;
}
#tm-extra-product-options-fields .product-size-div .product-size-ul li .tc-label {
font-size: 10px !important;
}
}.cart-collaterals {
background: #f8f8f8;
padding: 30px 50px;
}
.woocommerce .cart-collaterals .cart_totals {
max-width: 400px !important;
width: 100% !important;
}
.cart_totals .shop_table {
border:0px !important;
}
.cart-collaterals .shop_table th{
padding: 9px 0px !important;
}
.cart-collaterals .shop_table td{
padding: 9px 0px !important;
text-align: right;
}
.woocommerce-shipping-totals th, .woocommerce-shipping-totals td {
border:0px !important;
}
.order-total th, .order-total td {
border-color: #333 !important;
}
.coupon {
float:left;
}
.coupon label {
display:block;
text-transform: uppercase;
color: #333 !important;
margin-bottom:15px;
}
.cart-collaterals .coupon .button {
background: #333 !important;
padding: 11px 30px !important;
}
#coupon_code {
line-height: 48px;
height: 48px;
display: inline-block;
width: 220px;
background: unset !important;
color: #333 !important;
border-color: #333 !important;
margin-bottom: 10px;
padding: 0 10px;
font-size: 15px;
font-weight: 300;
}
.woocommerce-cart-form .shop_table {
border:0px !important;
}
.woocommerce-cart-form .product-thumbnail {
max-width:200px !important;
}
.woocommerce-cart-form__cart-item .product-quantity {
max-width:50px !important;
min-width: unset !important;
}
.woocommerce-cart-form .product-subtotal {
max-width:90px !important;
text-align: right;
}
.product-remove {
width:40px !important;
padding: 0px !important;
}
.woocommerce-cart-form .product-remove a.remove {
margin: -7px auto 0 !important;
}
.product-subtotal .woocommerce-Price-amount {
font-weight: 600;
}
.order-tax th {
font-weight: 300 !important;
color: #333 !important;
}
.order-tax td {
font-weight: 300 !important;
color: #333 !important;
text-align: right !important;
}
.weiter-einkaufen::before {
margin-left: -1.5em !important;
font-size: 22px !important;
margin-top: 1px !important;
}
.product-name a {
font-weight: 600;
text-transform: uppercase;
}
.product-name a i {
display:none;
}
.product-name .tc-name, .product-name .tc-value {
font-weight: 300 !important;
font-size:14px;
}
.product-name .tc-price-in-cart{
font-size: 14px;
}
.tc-epo-metadata, .tc-epo-metadata dt{
font-weight: 300 !important;
font-size: 14px;
}
.cart-discount th {
font-weight: 300 !important;
text-transform: uppercase;
}
.cart-discount td {
text-align: right !important;
font-weight: 300 !important;
}
.woocommerce-shipping-totals td {
font-weight: 300 !important;
}
#shipping_method .woocommerce-Price-amount {
font-weight: 300 !important;
}
.cart-subtotal th, .woocommerce-shipping-totals th, thead .product-name, thead .product-price, thead .product-quantity, thead .product-subtotal {
font-weight: 300 !important;
text-transform: uppercase;
color: #333 !important;
}
.order-total {
text-transform: uppercase;
color: #333 !important;
}
.woocommerce-cart-form__cart-item {
position: relative;
}
.variation-tiffBildHochladen {
position: absolute;
left: 15px;
top: 10px;
height: 140px;
border-bottom: 0px !important;
width: 160px;
text-align: center;
overflow: hidden;
}
.variation-tiffBildHochladen .cpf-img-on-cart {
border-bottom: 0px;
}
.tc-name.variation-tiffBildHochladen {
display: none !important;
}
.woocommerce-cart-form__cart-item .delivery-time-info, .woocommerce-cart-form__cart-item .legal-price-info {
text-align: left;
} body .column-cart .et_pb_module .cart-icon {
top: -2px !important;
padding: 0px !important;
}
.shop-cart {
width: auto !important;
display: inline-block;
text-align: left;
}
.menu-link-header {
font-size:10.5px;
font-weight:400;
text-transform:uppercase;
color:#333 !important;
cursor: pointer;
display: inline-block;
vertical-align: top;
}
#cart-widget-wrapper {
display:inline-block;
margin-right: 5px;
}
.cart-icon-wrapper {
position:relative;
cursor: pointer;
width: 45px;
height: 45px;
display: block;
text-align: center;
margin: auto;
}
.cart-icon {
font-size: 20px !important;
}
#cart-widget-counter {
position: absolute;
background: #639f2a;
height: 20px;
width: 20px;
border-radius: 100%;
color: #fff;
font-size: 10px;
line-height: 15.5px;
text-align: center;
bottom: 5px;
right: -1px;
font-weight: 400;
border: 2px solid #f8f8f8;
}
#mcart-widget {
position: absolute;
width: 400px !important;
background: #fff !important;
padding: 10px 30px 10px;
right: 0px;
top: 44px;
border: 1px solid #ccc !important;
visibility: hidden;
opacity: 0;
}
#cart-widget-wrapper:hover #mcart-widget {
visibility: visible;
opacity: 1;
}
.woocommerce-mini-cart {
list-style-type: none !important;
padding: 0 !important;
}
.woocommerce-mini-cart-item:after {
content: ' ';
display: table;
clear: both;
}
.woocommerce-mini-cart-item {
position: relative;
border-bottom: 1px solid #555;
padding: 10px 0px 10px 0 !important;
}
.woocommerce-mini-cart .remove_from_cart_button {
position: absolute;
right: -15px;
}
.woocommerce-mini-cart .attachment-woocommerce_thumbnail {
width:30% !important;
max-width: 70px !important;
float: left !important;
}
.woocommerce-mini-cart li a {
font-weight: 500 !important;
}
.woocommerce-mini-cart  .tc-epo-metadata {
margin-bottom: 0px !important;
padding-left: 30% !important;
border-left:0px !important;
margin-top: -7px !important;
}
.woocommerce-mini-cart .quantity {
padding-left: 30%;
}
.woocommerce-mini-cart .tc-value, .woocommerce-mini-cart dd{
border-right: 1px solid #ccc;
padding-bottom: 0px !important;
margin-bottom: 0px !important;
padding-right: 5px !important;
line-height: 16px;
margin-right: 0px;
font-size: 11px;
display: inline-block !important;
margin-left: 0px !important;
float:unset  !important;
}
.woocommerce-mini-cart .tc-value p {
margin: 0px;
}
.woocommerce-mini-cart .tc-value:last-of-type {
border-right: 0px;
padding-right: 0px !important;
margin-right: 0px;
}
.woocommerce-mini-cart .tc-name, .woocommerce-mini-cart .delivery-time-info, .woocommerce-mini-cart .tc-price-in-cart, .woocommerce-mini-cart .tc-quantity-in-cart, .woocommerce-mini-cart dt, #mcart-widget .variation-tiffBildHochladen {
display:none !important;
}
.shop-cart .et-cart-info:before {
content:"Warenkorb";
font-size: 12px;
font-weight: 400 !important;
text-transform: uppercase !important;
}
.cart-count {
right: 8px;
border: 2px solid #f8f8f8;
background-color: #639f2a;
width: 18px;
height: 18px;
}
.cart-count p {
font-size: 12px;
font-weight: 400 !important;
}
#mcart-widget .shipping-costs-cart-info {
display:none;
}
.woocommerce-mini-cart__buttons .checkout {
display:none !important;
}
.woocommerce-mini-cart .tc-epo-metadata:after {
display:none !important;
}
#page-container a.remove {
display: block;
font-size: 14px !important;
line-height: unset !important;
border-radius: 100%;
color: #333 !important;
font-weight: 400 !important;
background: unset !important;
}
#page-container a.remove:hover {
color: #333 !important;
background: unset !important;
}
.woocommerce-mini-cart__empty-message {
font-size: 14px;
}
.woocommerce-mini-cart__total {
padding-bottom: 0px !important;
}
.wc-gzd-total-mini-cart {
margin-top: -25px !important;
padding: 0px !important;
font-size: 10px !important;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
text-align: center;
}
.woocommerce-cart table.cart img  {
width:150px !important;
} @media screen and (min-width: 980px) { 
}
@media only screen and (min-width:980px) and (max-width:1250px){
.warenkorb-size {
width: 90% !important;
}	
}
@media screen and (max-width: 980px) { 
.cart-widget-name {
display:none;
}
#cart-widget-counter {
border: 2px solid #fff;
bottom: 10px;
}
#mcart-widget {
width: calc(100vw - 30px) !important;
left: 0px;
right: unset;
}
}
@media screen and (max-width: 768px) { 
#main-content .woocommerce-cart-form__contents .product-thumbnail {
display:block !important;
text-align: center !important;
width: 100%;
max-width: 100% !important;
}
.woocommerce-cart-form__contents .product-thumbnail:before {
display:none !important
}
.woocommerce-cart-form__contents .product-quantity, .woocommerce-cart-form__contents .product-subtotal {
display:none !important;
}
.woocommerce-cart-form__cart-item {
position:relative;
}
.woocommerce-cart-form__contents .product-remove {
border:0px !important;
padding: 0px !important;
margin: auto;
}
.woocommerce-cart-form__contents .product-remove a:after {
content:"entfernen";
margin-left: 5px;
}
#page-container .woocommerce-cart-form .product-remove a.remove {
margin: -15px 0 0 -18px !important;
padding-bottom: 25px;
font-size: 12px !important;
width: auto !important;
}
.cart-collaterals {
width: 100vw !important;
margin-left: -5.7%;
padding: 30px 7%;
}
.cart-collaterals .woocommerce-shipping-totals td{
background:unset !important;
}
#coupon_code {
width: calc(100% - 141px);
max-width: 260px;
}
.woocommerce .cart-collaterals .cart_totals {
max-width: 100% !important;
}
.variation-tiffBildHochladen {
height: 110px;
width: 100%;
}
#page-container .variation-tiffBildHochladen .epo-upload-image{
height: 110px !important;
}
}
@media screen and (max-width: 568px) { 
}.woocommerce-checkout #payment {
background: unset !important;
margin-bottom:50px !important;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 10px 0px !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
width: calc(33% - 5px) !important;
vertical-align: top;
display: inline-block;
text-align:center !important;
position: relative;
}
.woocommerce-checkout #payment ul.payment_methods li .payment-logo{
display: block;
border-right: 1px solid #999;
cursor:pointer;
font-size: 12px !important;
transition: 0.1s background-color ease-in;
padding: 8px;
}
.wc_payment_method .payment-logo:hover {
background-color: #f8f8f8;
transition: 0.1s background-color ease-in;
}
.about_paypal {
display:none !important;
}
.payment_methods li:last-child label {
border-right: 0px !important;
}
.wc_payment_method .payment-logo img  {
display:none !important;
}
.wc_payment_method .payment-logo:before  {
content:"";
display: block;
background-size: cover;
margin: 12px auto 8px;
}
.payment_method_bacs .payment-logo:before  {
width:46px;
height:30px;
background-image: url(//print-rahmen.de/wp-content/themes/Divi-child/woocommerce/payment-img/debitkarte.png);
}
.payment_method_ppcp-gateway .payment-logo:before  {
width:116px;
height:30px;
background-image: url(//print-rahmen.de/wp-content/themes/Divi-child/woocommerce/payment-img/paypal.png);
}
.payment_method_stripe .payment-logo:before  {
width:116px;
height:30px;
background-image: url(//print-rahmen.de/wp-content/themes/Divi-child/woocommerce/payment-img/stripe.png);
}
.wc_payment_method .payment-icon {
cursor: pointer;
right: 5px;
position: absolute;
top: 0px;
}
.wc_payment_method input {
display:none !important;
}
.wc_payment_method .payment-icon:after {
font-family: 'ETmodules' !important;
content: "\5b";
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
color: #999;
font-size:20px;
}
.wc_payment_method input[type="radio"]:checked + .payment-icon:after {
content: "\5c";
color: #639f2a;
}
.woocommerce-checkout #payment div.payment_box {
border-radius: 0px !important;
line-height: 1.5 !important;
background-color: unset !important;
color: #333 !important;
font-size: 13px !important;
font-weight: 300 !important;
width:300% !important;
margin: 7px 0px 0px !important;
text-align: left;
padding: 10px 0 !important;
}
.woocommerce-checkout #payment li:nth-child(2) div.payment_box {
margin-left: -100% !important;
}
.woocommerce-checkout #payment li:nth-child(3) div.payment_box {
margin-left: -200% !important;
}
.woocommerce-checkout #payment div.payment_box::before {
display:none !important;
}
#stripe-payment-data .woocommerce-SavedPaymentMethods {
display:none;
}
#stripe-payment-data #wc-stripe-cc-form{
margin:0px !important;
}
#stripe-payment-data br{
display:none;
}
#stripe-payment-data #wc-stripe-cc-form .form-row {
padding:0px !important;
margin-bottom:5px !important;
}
#wc-stripe-cc-form label {
font-size:15px !important;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
border: 0.7px solid #333 !important;
padding: 15px !important;
}
#stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label:before {
font-family: 'ETmodules' !important;
content: "\56";
font-weight: 400;
cursor:pointer;
font-variant: normal;
text-transform: none;
line-height: 1;
color: #999;
font-size:20px;
margin-right:4px;
vertical-align: bottom;
transition: 0.2s content ease-in;
line-height: 26px;
}
#stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"]:checked + label:before {
content: "\5a";
color: #639f2a;
transition: 0.2s content ease-in;
}
.woocommerce-shipping-fields {
margin-top: 10px;
}
#ship-to-different-address {
font-size: 14px !important;
}
.woocommerce-shipping-fields {
margin-top: 0px !important;
margin-bottom: 35px;
}
#ship-to-different-address input {
display:none !important;
}
#ship-to-different-address span {
line-height: 18px;
font-weight: 400;
cursor:pointer;
}
#ship-to-different-address span:before {
font-family: 'ETmodules' !important;
content: "\5b";
font-weight: 400;
cursor:pointer;
font-variant: normal;
text-transform: none;
line-height: 1;
color: #999;
font-size:20px;
margin-right:4px;
vertical-align: bottom;
transition: 0.2s content ease-in;
}
#ship-to-different-address input[type="checkbox"]:checked + span:before {
content: "\5c";
color: #639f2a;
transition: 0.2s content ease-in;
}
#order_comments_field label {
display:none !important;
}
#order_comments {
height: 100px;
max-width: 100% !important;
}
#order_review .woocommerce-checkout-review-order-table {
margin-bottom: 10px !important;
margin-top: 15px !important;
background-color: #f8f8f8;
padding: 15px;
}
#order_review .product-total {
font-weight: 300 !important;
text-transform: uppercase;
color: #333 !important;
}
#order_review .wc-gzd-product-name-left {
max-width: 110px;
margin-right: 20px;
margin-top: 3px;
}
#order_review .wc-gzd-product-name-right {
width: calc(100% - 130px);
font-weight: 600;
}
#order_review .wc-gzd-product-name-right .delivery-time-info {
text-align: left;
font-weight: 300;
font-size: 12px;
text-decoration: underline;
}
#order_review .tc-epo-metadata {
margin-bottom: 0px !important;
line-height: 1.3em;
font-size:13px !important;
}
#order_review .tc-epo-metadata .tc-price-in-cart, #order_review .tc-epo-metadata .tc-value, #order_review .tc-epo-metadata .tc-name, .tc-epo-metadata, .tc-epo-metadata dt{
font-size:13px !important;
}
#order_review .product-total, #order_review .order-total td, #order_review .cart-subtotal td, #order_review .woocommerce-shipping-totals td {
text-align: right;
}
.woocommerce-checkout-review-order-table .cart-subtotal td{
font-weight: 300 !important;
}
.tm-cart-edit-options {
display:none !important;
}
#customer_details h3{
margin-top:15px;
}
#place_order {
display: block;
margin: 20px auto 0px;
}
#order_review .legal {
float: unset !important;
}
#order_review .legal label {
display: inline-block !important;
line-height: 22px !important;
}
.woocommerce form .form-row .input-checkbox {
margin: 0px !important;
}
#order_review .woocommerce-gzd-legal-checkbox-text {
font-size: 12.8px !important;
}
#shipping_method li {
margin:0px !important;
}
.woocommerce table.shop_table th {
padding-left: 0px !important;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table thead th {
padding-right: 0px !important;
}
#order_review .product-name {
position: relative;
}
#order_review .variation-tiffBildHochladen {
left: 5px;
top: 10px;
height: 90px;
width: 120px;
}
.wc-gzd-checkbox-placeholder-legal input {
display:none !important;
}
.wc-gzd-checkbox-placeholder-legal .woocommerce-gzd-legal-checkbox-text:before {
font-family: 'ETmodules' !important;
content: "\56";
font-weight: 400;
cursor:pointer;
font-variant: normal;
text-transform: none;
line-height: 1;
color: #999;
font-size:20px;
line-height: 23px;
margin-right:4px;
vertical-align: bottom;
transition: 0.2s content ease-in;
}
.wc-gzd-checkbox-placeholder-legal input[type="checkbox"]:checked + .woocommerce-gzd-legal-checkbox-text:before {
content: "\5a";
color: #639f2a;
transition: 0.2s content ease-in;
}
#billing_email_field {
margin-bottom:25px !important;
}
#account_password_field {
margin-top:-19px !important;
margin-bottom:25px !important;
}
#customer_details .form-row-first, #customer_details .form-row-last {
width: 49%;
}
#customer_details #billing_city_field, #customer_details #shipping_city_field {
width: 68%  !important;
}
#customer_details #shipping_postcode_field, #customer_details #billing_postcode_field {
display:inline-block;
width: 30% !important;
}
#customer_details #shipping_city_field, #customer_details #billing_city_field {
float:right !important;
}
.select2-container--default .select2-selection--single {
border:0 !important;
}
.woocommerce-billing-fields__field-wrapper .form-row label, .woocommerce-shipping-fields__field-wrapper .form-row label {
display:none !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #billing_country_field .woocommerce-input-wrapper  {
border-radius: 0px !important;
border-color: #333 !important;
color: #333 !important;
border: 0.7px solid !important;
background-color: #fff !important;
}
#shipping_country_field .woocommerce-input-wrapper {
padding: 15px;
font-size: 14px;
border: 0.7px solid !important;
border-radius: 0px !important;
border-color: #333 !important;
color: #333 !important;
display: block;
line-height: 1.7em;
}
#billing_country_field .woocommerce-input-wrapper  {
line-height: 1.7em;
color: #333 !important;
}
#shipping_country_field .woocommerce-input-wrapper strong, #billing_country_field .woocommerce-input-wrapper strong{
font-weight:400 !important;
} .checkout-toggle {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.checkout-toggle-button {
display:inline-block;
width: calc(33% - 2px);
text-align: center;
text-transform: uppercase;
font-weight: 400;
font-size: 15px;
}
.checkout-toggle-button span{
padding: 12px;
position: relative;
display: inline-block;
cursor: pointer;
}
.checkout-toggle-button.aktiv span:after {
content:"";
position: absolute;
width:100%;
bottom: 0;
left:0;
right:0;
margin:auto;
background: #639f2a;
height:3px;
border-radius: 6px 6px 0 0;
}
#checkout-login .form-row {
width:100% !important;
float:unset !important;
}
#checkout-login .woocommerce-form-login__submit {
margin-top: 15px;
}
#checkout-registrieren #createaccount {
display:none;
}
#checkout-adresse {
display:none;
}
#checkout-adresse.aktiv {
display:block;
}
#account_password_field {
display:none;
}
#account_password_field.aktiv {
display:block;
}
#checkout-login {
display:none;
}
#checkout-login.aktiv {
display:block;
}
#billing_title_field {
display:none !important;
}
.woocommerce-checkout .et_pb_row {
width: 90% !important;
}
#billing_country_field .woocommerce-input-wrapper {
border: 1px solid #999;
display: block;
padding: 12px 15px;
font-weight: 400 !important;
font-size: 14px;
border-radius: 3px;
color: #9f9f9f;
}
#billing_address_2_field {
display:none !important;
}
#billing_postcode_field {
width: 30%;
display: inline-block;
}
#billing_city_field {
width: 64%;
display: inline-block;
float:right;
}
#place_order {
width: 300px;
padding: 10px;
text-transform: uppercase;
} @media screen and (min-width: 980px) { 
}
@media only screen and (min-width:980px) and (max-width:1250px){
}
@media screen and (max-width: 980px) { .woocommerce-checkout #page-container .et_pb_row {
width: 90% !important;
}
.woocommerce-checkout #scroll-header .et_pb_row_1_tb_header {
width: 100% !important;
}
}
@media screen and (max-width: 768px) { 
.checkout-toggle-button {
width: calc(33% - 5px);
font-size: 12px;
}
.checkout-toggle-button span {
padding: 12px 4px;
}
.woocommerce-checkout #payment ul.payment_methods li .payment-logo {
font-size: 10px !important;
}
.payment_method_bacs .payment-logo::before {
width: 30px;
height: 19.5px;
}
.payment_method_paypal .payment-logo::before, .payment_method_stripe .payment-logo::before {
width: 76px;
height: 19.5px;
}
.weiter-einkaufen:before {
width: 10px !important;
right: unset !important;
position: relative !important;
margin: -5px auto !important;
display: block !important;
}
#order_review .wc-gzd-product-name-left {
max-width: 50px;
margin-right: 10px;
}
#order_review .wc-gzd-product-name-right {
width: calc(100% - 60px);
font-weight: 600;
font-size: 14px;
}
#page-container #order_review .woocommerce-checkout-review-order-table dl dt, #page-container #order_review .woocommerce-checkout-review-order-table dl dd, #order_review .tc-epo-metadata .tc-price-in-cart{
font-weight: 300 !important;
font-size: 11px !important;
}
.woocommerce-checkout-review-order-table tfoot, .woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table .product-total {
font-size:14px;
}
#order_review .variation-tiffBildHochladen {
left: 5px;
top: 10px;
height: 90px;
width: 60px;
}
#page-container #order_review .variation-tiffBildHochladen .epo-upload-image{
height: auto !important;
}
}.thankyou-icon {
display: block;
margin: 30px auto 20px;
max-height: 50px;
}
.woocommerce-thankyou-order-received {
margin-bottom: 30px;
text-align: center;
font-size: 16px;
}
.woocommerce-order-received .hide_order_review {
display:none;
}
.woocommerce-order h2 {
font-size: 14px !important;
line-height: 1.4em !important;
}
.wc-bacs-bank-details-account-name {
margin: 10px 0 -15px;
font-size: 20px !important;
font-weight: 300 !important;
}
.woocommerce-bacs-bank-details {
border-radius: 4px;
-moz-box-align: center;
box-shadow: rgba(0, 0, 0, 0.05) 2px 10px 20px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
border: 1px solid rgb(229, 229, 229);
margin-bottom: 10px;
padding: 32px;
background: #fff;
position: relative;
}
.woocommerce-bacs-bank-details:after {
content:"";
display: block;
clear: both;
}
.woocommerce ul.order_details li strong {
font-weight: 600 !important;
}
.woocommerce ul.order_details {
margin: 20px 0px 0px !important;
padding: 0px !important;
}
.woocommerce ul.order_details li {
margin-bottom: 15px;
}
.woocommerce-order-received .woocommerce td.product-name .wc-item-meta p {
display: inline-block !important;
}
.woocommerce-table--order-details thead .woocommerce-table__product-table {
font-weight: 300 !important;
text-transform: uppercase;
}
.product-img {
width:150px;
}
.product-img div{
max-width:100% !important;
border:0px !important;
}
.woocommerce-table__product-name .wc-item-meta {
padding-left: 0px !important;
font-size: 14px !important;
}
.woocommerce-table__product-name .wc-item-meta strong {
font-weight: 300 !important;
}
.woocommerce-table__product-table, .woocommerce-table__product-total {
text-align: right;
}
.woocommerce table.woocommerce-table--order-details tfoot td {
text-align: right;
font-weight: 300 !important;
}
.woocommerce table.woocommerce-table--order-details tfoot th {
font-weight: 300 !important;
}
.woocommerce-table--order-details .shipped_via {
display:none !important;
}
.woocommerce-table--order-details .delivery-time-info {
display:none !important;
}
.woocommerce-customer-details {
margin-top:50px;
}
.woocommerce .woocommerce-customer-details address {
border: 0px !important;
border-radius: 0px !important;
padding: 0px !important;
border-top: 1px solid #ececec !important;
padding-top: 10px !important;
} .order-list-item {
border-radius: 4px;
background-color: rgb(255, 255, 255);
padding: 20px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
-moz-box-align: center;
align-items: center;
box-shadow: rgba(0, 0, 0, 0.05) 2px 10px 20px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
border: 1px solid rgb(229, 229, 229);
position: relative;
margin-bottom: 16px;
}
.order-product-thumbnail {
background: #f8f8f8;
padding: 8px 5px 2px;
margin-right: 5px;
}
.order-list-item-info {
flex: auto;
}
.order-list-item:hover {
border: 1px solid #333;
}
.order-product-thumbnail img {
max-width: 80px !important;
}
.order-product-placeholder {
font-size: 38px;
background: #f8f8f8;
height: 97px;
line-height: 97px;
width: 90px;
text-align: center;
}
.order-list-item-headline {
font-size: 16px;
font-weight: 600;
line-height: 1.5;
color: rgb(0, 0, 0);
}
.order-list-item-ordernumber {
font-weight: 500;
font-size: 14px;
line-height: 1.5;
color: rgb(155, 155, 155);
margin-bottom: 20px;
}
.order-list-item-price {
display:inline-block;
font-size: 10px;
font-weight: 500;
line-height: 1.8;
color: rgb(0, 0, 0);
margin-right: 5px;
}
.order-list-item-status {
display:inline-block;
border-radius: 15px;
width: max-content;
font-size: 10px;
font-weight: 500;
line-height: 1.8;
color: rgb(0, 0, 0);
padding: 5px 10px;
margin-right: 8px;
background-color: rgb(255, 232, 153);
}
.woocommerce-orders-table__row--status-processing .order-list-item-status  {
background-color: rgb(215, 242, 190);
}
.order-list-overview-topper {
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.05) 2px 10px 20px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
border: 1px solid rgb(229, 229, 229);
padding: 0px;
display: flex;
-moz-box-pack: justify;
justify-content: space-between;
-moz-box-align: center;
align-items: center;
position: relative;
margin-bottom: 10px;
background: #fff !important;
}
.topper-titel {
font-weight: 500;
}
.order-list-overview-topper:after {
content: "";
display: block;
position: absolute;
height: 100%;
width: 1px;
background: #e1e1e1;
left: 0;
right: 0;
top: 0;
margin: auto;
z-index: 0;
}
.order-list-overview-topper-item {
margin-bottom: 0px;
display: flex;
-moz-box-pack: justify;
justify-content: space-between;
width: 100%;
padding: 20px 32px;
}
.woocommerce-customer-details {
border-radius: 4px;
-moz-box-align: center;
box-shadow: rgba(0, 0, 0, 0.05) 2px 10px 20px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
border: 1px solid rgb(229, 229, 229);
display: flex;
-moz-box-pack: justify;
justify-content: space-between;
align-items: flex-start;
position: relative;
margin-top: 0px !important;
margin-bottom: 10px !important;
background: #fff !important;
}
.woocommerce-customer-details .addresses {
margin-top:0px !important;
}
.woocommerce-customer-details .addresses:after {
content: "";
display: block !important;
position: absolute;
height: 100%;
width: 1px;
background: #e1e1e1;
left: 0;
right: 0;
top: 0;
margin: auto;
z-index: 0;
}
.woocommerce-customer-details .addresses .woocommerce-column {
width: 50% !important;
padding: 32px !important;
display: flex;
justify-content: space-between;
}
.woocommerce-customer-details .addresses .woocommerce-column address{
text-align: right;
border: 0px !important;
padding-top: 0px !important;
}
.woocommerce-customer-details .addresses .woocommerce-column address .woocommerce-customer-details--email{
display:none !important;
}
.woocommerce-customer-details .addresses h2 {
font-size: 14px !important;
}
.woocommerce-order-details .order_details {
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.05) 2px 10px 20px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
border: 1px solid rgb(229, 229, 229);
position: relative;
padding: 20px 32px;
margin-bottom: 10px !important;
background: #fff !important;
}
.order-details-total {
border-radius: 4px;
-moz-box-align: center;
box-shadow: rgba(0, 0, 0, 0.05) 2px 10px 20px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
border: 1px solid rgb(229, 229, 229);
position: relative;
padding: 20px 32px 26px;
margin-bottom: 10px !important;
background: #fff !important;
}
.order-details-total > div {
width: 300px;
float: right;
display: flex;
justify-content: space-between;
clear: both;
}
.order-details-total > div:nth-child(3) {
float: none !important;
display: block;
clear: unset !important;
}
.order-details-total > div:nth-child(3) > div:last-child {
font-weight: 500;
}
.order-details-total > div:nth-child(4) {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
line-height: 2em;
}
.order-details-total > div:nth-child(5) {
justify-content: unset;
font-size:10px;
line-height: 1em;
}
.order-details-total > div:nth-child(5) div {
margin-right:3px;
}
.order_details .product-name a {
font-family: unset !important;
font-size: 16px !important;
letter-spacing: 0px;
margin-left: 0px;
line-height: 1.2em;
text-transform: uppercase;
font-weight: 400;
}
.order_details .product-name .product-quantity {
font-size: 16px !important;
line-height: 1.2em;
font-weight: 400 !important;
margin-right: 4px;
}
.order_details .units-info {
display:none !important;
}
#page-container .order_details .wc-item-meta {
font-size: 12px !important;
line-height: 1.5em;
}
.order_details .unit-price-cart {
font-size: 10px !important;
margin-top: 0px !important;
}
.woocommerce-MyAccount-shipments, .woocommerce-MyAccount-content h2.woocommerce-shipments-list__title {
display:none !important;
}
.woocommerce-order-received .weiter-einkaufen {
display:none !important;
} @media screen and (min-width: 980px) { 
}
@media only screen and (min-width:980px) and (max-width:1250px){
}
@media screen and (max-width: 980px) { 
}
@media screen and (max-width: 768px) { 
.order-list-overview-topper-item {
display: block;
padding: 20px;
}
.woocommerce-customer-details .addresses .woocommerce-column {
width: 100% !important;
display: block;
padding: 20px !important;
}
.woocommerce-customer-details .addresses .woocommerce-column--1 {
padding-bottom: 15px !important;
margin-bottom: 15px !important;
border-bottom: 1px solid #e8e8e8;
}
.woocommerce-customer-details .addresses .woocommerce-column--2 {
padding-top: 0px !important;
}
.woocommerce-customer-details .addresses .woocommerce-column address{
text-align: left;
}
.woocommerce-customer-details .addresses::after{
display: none !important;
}
.woocommerce-table--order-details td {
padding: 18px 0px !important;
}
.woocommerce-table--order-details .product-img {
width: 60px;
padding: 13px 10px 5px 0 !important;
}
.order_details .product-name .product-quantity {
font-size: 14px !important;
margin-right: 2px;
}
#page-container .woocommerce-table__product-name.product-name .wc-item-meta{
padding-bottom: 0px !important;
font-size: 10px !important;
}
.order_details .product-name a {
font-size: 14px !important;
display: unset !important;
}
.woocommerce-table--order-details .woocommerce-table__product-total {
vertical-align: bottom !important;
line-height: 1.2em !important;
}
.woocommerce-order-details .order_details, .woocommerce-bacs-bank-details {
padding: 20px;
}
.order-details-total {
padding: 20px 20px 26px;
}
.order-details-total > div {
width: 100%;
display: flex !important;
}
}#checkout-login .form-row label {
font-size:15px;
}
#checkout-login .form-row label .required {
display:none;
}
.woocommerce-form-login__rememberme, .rememberme-login, #page-container .rememberme-login{
display: inline-block;
font-size: 13px;
float: unset !important;
width: auto !important;
}
.lost_password {
display: inline-block;
margin-left: 10px;
border-left: 1px solid #ccc;
padding-left: 10px;
line-height: 18px;
font-size: 13px;
}
.woocommerce-form-login__submit {
margin-top: 15px !important;
display: block !important;
float: unset !important;
} .logged-in .login-site .register-info {
display:none !important;
}
.logged-in .login-site .loginfeld {
width: 100% !important;
margin-right: 0px !important;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
display:block !important;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info {
font-size: 14px !important;
}
.logged-in .user-icon-wrapper {
border: 1.5px solid #008073;
}
.logged-in .user-icon-img:after {
content:"";
width:26px;
height:26px;
border: 1px solid #4fa200;
border-radius: 100%;
position: absolute;
}
.woocommerce-MyAccount-navigation ul {
padding-left: 0px !important;
}
.woocommerce-MyAccount-navigation li {
list-style-type: none !important;
padding: 10px;
border-bottom: 1px solid #e6e6e6;
}
.woocommerce-MyAccount-navigation {
width: 250px !important;
}
.woocommerce-MyAccount-content {
width: calc(100% - 300px) !important;
}
.order-again {
display: none !important;
} @media screen and (min-width: 980px) { 
}
@media only screen and (min-width:980px) and (max-width:1200px){
.woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
display: block;
}
}
@media screen and (max-width: 980px) { 
.woocommerce-MyAccount-navigation {
width: 100% !important;
float:unset !important;
}
.woocommerce-MyAccount-navigation ul {
overflow-y: scroll;
display: flex;
flex-wrap: nowrap;
scrollbar-width: none !important;
-ms-overflow-style: none;
padding-bottom: 0px !important;
margin-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
width: 100vw;
margin-left: -5.5%;
}
.woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
display: none;
}
.woocommerce-MyAccount-navigation ul:after {
content:"";
display:block;
width:5%;
flex: 0 0 auto;
}
.woocommerce-MyAccount-navigation li {
display:inline-block;
border-bottom: 0px;
flex: 0 0 auto;
}
.woocommerce-MyAccount-navigation li:first-child {
margin-left:5%;
}
.woocommerce-MyAccount-navigation li.is-active {
border-bottom: 2px solid;
}
.woocommerce-MyAccount-content{
width: 100% !important;
float:unset !important;
}
}
@media screen and (max-width: 768px) { 
.order-list-item {
display: block !important;
}
.order-list-item-info {
margin-bottom: 15px;
}
.order-list-item-headline {
margin-bottom: 10px;
}
.order-list-item-ordernumber {
display: inline-block;
margin-bottom: 0px;
}
.order-list-item-price {
display: inline-block;
margin-left: 10px;
}
.order-product-thumbnail {
display: inline-block;
}	
}