/* Themify Customize Styling */
body {	background: none;
	background-color: #f5f5f5; 
}
:root {	
	--theme_accent: #575859;
	--theme_accent_hover: #d9d9d9; 
}
body #site-logo a {	
	font-family: "Lobster";	font-weight:400;
	letter-spacing:1.5px;
	font-size:28px;
	text-transform:capitalize; 
}

/* Themify Custom CSS */
.woocommerce-result-count{
	display:none;
}


bdi:after {
    content: "zzgl. MwSt. - Versandfrei";
	display:block;
	font-size:10px;
	line-height:12px;
}


.sidebar-none .term-description {
    text-align: left;
}
	
	.logo-designer-preview-wrapper h3 {
    font-size: 1em;
    line-height: initial;
    margin-top: -26px;
}

.wrapper-text .amm-text {

    padding: 5px 0px 0px 9px !important;
}
.moreOption{
	border:none !important;
	
    margin-top: -5px;

}
.fontOps {
    float: left;
    width: 42%;
    height: 44px;
    max-height: 44px;
    color: #333;

    display: flex;
    align-items: center;
    background: #e0f3fa;
    background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%) !important;
    background: -webkit-linear-gradient(top, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%) !important;
    background: linear-gradient(to bottom, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 );
    border: 0 !important;
    padding: 12px 16px 5px 11px !important;
}
#ow0 {

    margin-top: -5px !important;
}
.wrapperRenderPopupMoreOptions select {
    width: 155px !important;
}
.InputFontSize{
	width:75px !important;
}
.wrapperInputFontSize,
.wrapperInputFontFamily,
.wrapperInputUpperCase,
.wrapperInputFontFamily {
    width: 49% !important;
	display:inline-block;
}
.wrapperRenderPopupMoreOptions  {
    z-index: 999999;
    display: block;
    margin-top: 0 !important;
    width: 45% !important;
    background: #f1feff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 6px 0px #00000030 !important;
	left:unset  !important;
}
.panel-designer input:read-only, input:read-write {

    width: 2em;
    height: 2em;

}
.panel-designer {
    background: #fff;
    border-radius: 10px;
}
ul.logo-list {
  display: grid;
	margin: 0 0 1.4em 0;

  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; /* Adjust the gap as needed */
  list-style: none;
  padding: 0;
}

ul.logo-list li {
  box-sizing: border-box;
	background-color: #fff;
	padding:8px;
		margin-right:0.5em;
	border-radius:10px;
}

/* For screens smaller than a certain width */
@media (max-width: 768px) {
  ul.logo-list {
    grid-template-columns: 1fr; /* Single column layout for small screens */
		
  }
  
  ul.logo-list li:nth-child(4) {
    grid-column: span 1; /* Full width for the fourth item on small screens */
  }
}



.woocommerce-order-downloads{
	display:none;
}
.highlight-link {
    right: 115px !important;
    float: right !important;
    border: none !important;
	height:50px;
	display:inline-block !important;
}
#main-nav .highlight-link>a {
    border: none;
    border-radius: 8px;
    padding: 1.2em 1em !important;
}

.view-images-memes-ar-amm{
	display:none;
}

.wrapper-memes-preview-operations {
    margin: 10px 0;
    display: none;
}

.wrapper-text .amm-text {
    float: none;
    width: 100% !important;
	min-height: 54px;
}

.fontOps {
    float: none;
    width: 95% !important;
	margin-left:0px;
	margin-top:5px;
		border-radius:10px;
	
}

.wrapper-memes-operations .wrapper-text {
    display: block !important;
}

.wrapper-text .amm-text {
    float: left;
    vertical-align: top;
    padding: 2px;
    width: 58%;
    
    height: 44px;
    border-width: 2px;
    border-style: solid;
    resize: none;
    line-height: 2.5;
}

input:read-only, input:read-write {
    margin: 0 1em 0.4em 0;
    width: 2em;
    padding: 5px;
}
 

#main-nav {
text-align: center;
float: inherit;
width: 90%;
margin-left: auto;
margin-right: auto;
}
#main-nav>li:hover>a:before {
    border-top: 3px solid #5c39b3;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgb(92, 57, 179);
    color: transparent;
    content: "";
    display: block;
    left: 0;
    margin-bottom: -1px;
    position: absolute;
    bottom: 0px;
    transition: inherit;
    width: 100%;
}
.loops-wrapper .product-share-wrap {
    margin: 0 0 0.5em;
    position: absolute;
    top: 5px;
    left: 5px;
}

.module-products .post-image {
    margin: 0;
}
.loops-wrapper>.post, .woocommerce ul.loops-wrapper.products>li.product {

    padding-bottom: 0;
}
.loops-wrapper.boxed li.product .post-image {
    border-radius: 8px;
}
.wishlist-button .tf_fa {
    margin-top: 3px;
}
.stock.in-stock{
	display:none;
}

@media (min-width: 1024px) {

    /* CSS styles for desktop screens go here */ .action-block {
        float: right;
        margin-top: -61px;
    }

    .cart-icon {
        right: 0;
        position: absolute !important;
    }

    .highlight-link {
        right: 50px;
        position: absolute !important;
    }

    .woocommerce table.shop_table td small {
        display: block;
        font-size: 12px;
    }

    .woocommerce-page.sidebar-none .cart-collaterals .cart_totals {
        background: #fff;
    }

    .woocommerce-checkout-review-order, .col2-set {
        width: 45.5% !important;
        display: inline-block;
        margin-left: 0%;
    }

    .col2-set .col-1 {
        width: 100% !important;
        display: inline-block;
    }

    .woocommerce-checkout-review-order {
        float: right;
        min-height: 900px;
        padding-top: 82px;
    }

    .col2-set {
        position: absolute;
    }
	#order_review_heading,
	.col-2{display:none}
}