/**
Theme Name: Premo Group Shop Child
Author: Bokor & Vizmeg GbR
Author URI: https://pws-online.com
Description: 
Version: 2.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: premo-group-shop-child
Template: astra
*/

p > a {
	text-decoration: underline!important;
}

p > a:hover {
	color: #f36f21!important;
}

.fl-rich-text :not(.woocommerce) ul {
	margin: 0 0 1.5em 3em!important;
	list-style: disc!important;
}

.fl-rich-text ol,
.fl-rich-text ol li {
	list-style: decimal!important;
}

.fl-rich-text :not(.woocommerce) ul li {
	list-style: disc!important;
}

.site-header {
    z-index: 999;
}

.grecaptcha-badge { 
    visibility: hidden;
}

@media screen and (min-width: 1850px) {
	#masthead .site-branding {position:absolute;top:0;right:0;}
	.admin-bar #masthead .site-branding {top:0;right:0;}
}
@media screen and (max-width: 1849px) {
	#masthead .site-branding .site-logo-img {
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media screen and (max-width: 1849px) {
	.page-id-40 #masthead .site-branding .site-logo-img {
		position: relative;
	}
}

.frontelem {
    position: relative;
    z-index: 1;
}

.topsellbadge {
	position: absolute;
    top: 5px;
    left: 5px;
    height: 95px;
    width: 95px;
    background-color: #f36f21;
    padding: 25px 0;
    line-height: 1em;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    z-index: 2;
}

@media screen and (max-width: 1023px) {
	.topsellbadge {
		height: 70px;
	    width: 70px;
	    font-size: 1em;
	    padding: 19px 0;
	}
}

.nl-header {
    text-transform: none;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2em;
}

.ast-header-account-wrap {
	display: block;
}

@media screen and (min-width: 1024px) {
	.ast-header-account-link.ast-account-action-link {
	    position: relative;
	    left: 16px;
	}

	.ast-header-account-wrap::after {
	    content: 'Mein Konto';
	    display: block;
	    font-size: 10px;
	}
}

@media screen and (max-width: 499px) {
	.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center {
		width: calc(100% - 80px);
	}

	.site-header .ast-inline-search.ast-search-menu-icon .search-form,
	.dgwt-wcas-search-wrapp,
	.dgwt-wcas-search-form {
		width: calc(100% - 70px);
	}
}

.ast-hfb-header .ast-addon-cart-wrap {
    padding: 0;
}

.ast-icon-shopping-basket::before {
    content: '';
    background-image: url('https://www.premo-group.de/shop/wp-content/uploads/2023/04/premo-warenkorb-icon.svg');
    background-size: 50px;
    height: 50px;
    width: 50px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.ast-site-header-cart i.astra-icon:after {
    color: #f36f21!important;
    background-color: transparent!important;
    box-shadow: none;
    top: -20px;
    right: 15px;
    font-size: 16px;
}

.upg-box .fl-rich-text {
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: url('https://www.premo-group.de/shop/wp-content/uploads/2023/03/Premo_UE_Box.jpg') center center no-repeat;
	background-size: 200px;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 20px;
	line-height: 1.4em;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.upg-box .fl-rich-text p {
	margin-bottom: 0;
}

.products li.product {
	overflow: hidden;
}

.item_qty_cart_btn_wrapper {
	display: inline-flex;
	margin-top: 5px;
    margin-bottom: 5px;
}

.product-details-toggle button {
	padding: 6px 10px!important;
    margin: 0!important;
    min-height: 45px;
    color: #fff;
    font-weight: 700;
    background-color: #e64c00;
	border: 1px solid #e64c00;
	max-height:44px;
}

.product-details-toggle button:hover {
	background-color: #e27639;
	border: 1px solid #e64c00;
}

.product-details-toggle button.product-details {
	margin-top: 10px!important;
}

.item_qty_cart_btn_wrapper .quantity .minus, .item_qty_cart_btn_wrapper .quantity .plus {
	width: 20px!important;
	margin-right: 0;
}

.item_qty_cart_btn_wrapper .input-text.qty.text {
	width: 30px!important;
	border-left: none;
	border-right: none;
	padding: 0.75em 0;
	text-align: center;
}

.astra-shop-summary-wrap.noprice a.ast-loop-product__link {
	display: block!important;
}

@media screen and (min-width: 1024px) {
	.products .product .astra-shop-summary-wrap:not(.noprice) {
		background-color: #fff;
		padding-top: 10px!important;
		-webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	    -webkit-transition: min-height .45s cubic-bezier(.25,.8,.25,1),-webkit-transform .45s cubic-bezier(.25,.8,.25,1);
	    -o-transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1);
	    -moz-transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1),-moz-transform .45s cubic-bezier(.25,.8,.25,1);
	    transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1);
	    transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1),-webkit-transform .45s cubic-bezier(.25,.8,.25,1),-moz-transform .45s cubic-bezier(.25,.8,.25,1);
	}

	.products .product:hover .astra-shop-summary-wrap:not(.noprice) {
		-webkit-transform: translateY(-80px);
	    -moz-transform: translateY(-80px);
	    -ms-transform: translateY(-80px);
	    transform: translateY(-80px);
	}

	.products .product .product-details-toggle {
		position: absolute;
	    width: calc(100% - 2.4em);
	    bottom: 0;
	    height: 85px;
	    transform: translateY(85px);
		-webkit-transition: min-height .45s cubic-bezier(.25,.8,.25,1),-webkit-transform .45s cubic-bezier(.25,.8,.25,1);
	    -o-transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1);
	    -moz-transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1),-moz-transform .45s cubic-bezier(.25,.8,.25,1);
	    transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1);
	    transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1),-webkit-transform .45s cubic-bezier(.25,.8,.25,1),-moz-transform .45s cubic-bezier(.25,.8,.25,1);
	}

	.products .product .astra-shop-summary-wrap .product-details-toggle .cart,
	.uabb-woocommerce .uabb-woo-products-summary-wrap .cart,
	.products .product .astra-shop-summary-wrap .product_type_variable {
		opacity: 0;
	}

	.products .product:hover .astra-shop-summary-wrap .product-details-toggle .cart,
	.uabb-woocommerce li.product:hover .uabb-woo-products-summary-wrap .cart,
	.products .product:hover .astra-shop-summary-wrap .product_type_variable {
		opacity: 1;
	}

	.uabb-woocommerce .uabb-woo-products-summary-wrap {
		background-color: #fff;
		text-align: center;
	    border-radius: 20px;-webkit-transition: min-height .45s cubic-bezier(.25,.8,.25,1),-webkit-transform .45s cubic-bezier(.25,.8,.25,1);
	    -o-transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1);
	    -moz-transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1),-moz-transform .45s cubic-bezier(.25,.8,.25,1);
	    transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1);
	    transition: transform .45s cubic-bezier(.25,.8,.25,1),min-height .45s cubic-bezier(.25,.8,.25,1),-webkit-transform .45s cubic-bezier(.25,.8,.25,1),-moz-transform .45s cubic-bezier(.25,.8,.25,1);
	}

	.uabb-woocommerce .uabb-woo-products-summary-wrap .product-details-toggle {
		bottom: 15px;
	}

	.uabb-woocommerce .uabb-woo-products-summary-wrap .wc-gzd-additional-info {
		width: 100%;
		margin: 0 auto;
	}

	.uabb-woocommerce .slick-track li.product:hover .uabb-woo-products-summary-wrap {
		transform: translateY(-95px);
	}

	.uabb-woocommerce .uabb-woo-products-summary-wrap form input::-webkit-outer-spin-button,
	.uabb-woocommerce .uabb-woo-products-summary-wrap form input::-webkit-inner-spin-button,
	.uabb-woocommerce .uabb-woo-products-summary-wrap form input[type=number] {
		-moz-appearance: textfield;
		-webkit-appearance: none;
	  	margin: 0;
	}

	.uabb-woocommerce .uabb-woo-products-summary-wrap .item_qty_cart_btn_wrapper {
		display: flex;
		width: 100%;
	    align-content: space-between;
	    flex-wrap: wrap;
	    flex-direction: row;
	    margin-top: 5px;
	    margin-bottom: 5px;
	    justify-content: space-around;
	}

	.uabb-woocommerce .uabb-woo-products-summary-wrap .cart {
		padding-top: 5px;
		clear: both;
	}

	.uabb-woocommerce .product .uabb-woo-products-summary-wrap .product-details-toggle {
		opacity: 0;
		-o-transition: opacity .45s cubic-bezier(.25,.8,.25,1);
	    -moz-transition: opacity .45s cubic-bezier(.25,.8,.25,1);
	    transition: opacity .45s cubic-bezier(.25,.8,.25,1);
	    transition: opacity .45s cubic-bezier(.25,.8,.25,1);
	}

	.uabb-woocommerce .product:hover .uabb-woo-products-summary-wrap .product-details-toggle {
		opacity: 1;
	}

}

@media screen and (max-width: 1023px) {
	.product-details-toggle .item_qty_cart_btn_wrapper .quantity.buttons_added {
		display: none;
	}

	.products .uabb-woo-products-summary-wrap .wc-gzd-additional-info {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle,
	.ast-header-break-point .ast-builder-menu-1 .sub-menu .menu-item.menu-item-has-children > .ast-menu-toggle {
		top: 0;
	}


	.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before {
		position: absolute;
	}

	.ast-builder-menu-1 .sub-menu .menu-item > .menu-link .menu-text {
		padding-left: 1em;
	    text-indent: 0em;
	    display: inline-block;
	}
}

.woocommerce-js ul.products li.product .price {
	color: #333;
}

/* HOME STYLES */

.home-cats-heading a,
.home-cats-heading a span {
	font-weight: 700!important;
    font-size: 14px!important;
    line-height: 1.4em!important;
}

.uabb-woo-products-carousel .slick-slide .uabb-woo-product-wrapper {
    padding-top: 25px;
    border: 1px solid black;
    border-radius: 20px!important;
}


/* HEADER STYLE */
.ast-builder-layout-element.ast-header-search,
.ast-inline-search.ast-search-menu-icon,
.ast-inline-search.ast-search-menu-icon label,
.ast-header-search .ast-search-menu-icon form.search-form .search-field {
    width: 100%;
}

#aboveheader {
    width: 100%;
    height: auto;
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
    background-color: lightgray;
}

#aboveheader span {
    padding: 0 20px;
}

.ast-menu-cart-outline .ast-addon-cart-wrap {
    border-width: 0;
}

.site-header-above-section-center.site-header-section.ast-flex.ast-grid-section-center {
    width: 750px;
}

@media screen and (max-width: 1330px) {
	.site-header-above-section-center.site-header-section.ast-flex.ast-grid-section-center {
	    width: 500px;
	}
}

@media screen and (max-width: 1080px) {
	.site-header-above-section-center.site-header-section.ast-flex.ast-grid-section-center {
	    width: 300px;
	}
}

@media screen and (max-width: 1480px) {
	.ast-main-header-wrap.main-header-bar-wrap .ast-primary-header-bar .site-primary-header-wrap {
		max-width: calc(100% - 150px)!important;
		margin-left: 0;
	}
}

.ast-builder-menu-1 .menu-item > .menu-link {
    line-height: 1.5em;
}

.menu-home-icon .fa {font-size: 18px;}

#masthead .site-logo-img .custom-logo-link img {
	max-width: 120px;
	position: relative;
	z-index: 9;
}

#masthead .site-logo-img .custom-logo-link img.scrolled {
	max-width: 100px;
}

@media (max-width: 544px) {
	.ast-header-break-point .site-branding img, .ast-header-break-point #masthead .site-logo-img .custom-logo-link img {
		max-width: 80px;
	}

	.ast-header-break-point .site-branding img.scrolled, .ast-header-break-point #masthead .site-logo-img .custom-logo-link img.scrolled {
		max-width: 56px;
	}
}

@media (max-width: 768px) {
	#masthead .site-logo-img .custom-logo-link img {
		max-width: 100px;
	}

	#masthead .site-logo-img .custom-logo-link img.scrolled {
		max-width: 75px;
	}
}

.main-header-menu > .menu-item > a {
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-js-display: flex;
	display: flex;
}

.main-header-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items {
	-js-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.dgwt-wcas-pd-addtc-form > .quantity.buttons_added {
	display: none!important;
}

.dgwt-wcas-pd-addtc-form .item_qty_cart_btn_wrapper button {
	padding: 10px 35px;
}

@media screen and (max-width: 1023px) {
	#aboveheader {
	  height: 40px;
	  overflow: hidden;
	  position: relative;
	}

	#aboveheader span {
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  font-size: 16px;
	  width: 100%;
	  height: 40px;
	  padding: 5px;
	  opacity: 0;
	  transition: opacity 1s ease-in-out;
	}

	#aboveheader span.active {
	  opacity: 1;
	}
}

.main-header-menu a {
	text-decoration: none;
	padding: 0 1em;
	display: inline-block;
	transition: all .2s linear;
}

@media screen and (min-width: 1851px) {
	.main-navigation > ul {
		height: 64px;
	}
}

.site-logo-img {
	padding-right: 1em;
}

.xt_woofc-ready .xt_woofc:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count {
    left: 15px;
    top: 24px;
    background-color: transparent;
    color: #f36f21;
    font-size: 22px;
}

@media screen and (max-width: 782px) {
	.xt_woofc-ready .xt_woofc:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count {
		left: 28px;
    	top: 15px;
	}
}

/* #### MEGAMENU #### */

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 1em;
}

.shop-megamenu .menu-item a {
	padding: 10px;
}

@media screen and (min-width: 1851px) {
	.shop-megamenu.menu-item > a.menu-link {
		height: calc(100% - 20px);
		background-color: #f36f21;
		color: #fff!important;
	}

	.shop-megamenu.menu-item > a.menu-link:hover {
		background-color: #e64c00;
	}
}

.megamenu-colheader ul {
	display: block!important;
}

.megamenu-colheader a.menu-link.ast-disable-link:before, .megamenu-colheader button.ast-menu-toggle {
	display: none!important;
}

.megamenu-colheader a.menu-link.ast-disable-link span.menu-text {
	font-style: italic;
}

.main-header-menu .sub-menu .menu-link {
	padding: .7em 1em;
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon {
	display: block;
	padding-left: 0;
	margin-left: 5px;
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon .astra-search-icon:before {
	color: #2d2e30;
	font-family: inherit;
	font-weight: 600;
	font-size: 16px;
	content: "Produktsuche";
}

@media screen and (max-width: 921px) {
	.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon .astra-search-icon:before {
		font-size: 14px;
	}
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation li.menu-cart-icon .menu-text:before {
	content: "Warenkorb ";
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation li.menu-home-icon .menu-text:before {
	content: "Startseite";
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation li.menu-home-icon .menu-text img {
	display: none;
}


/* ### SLIDER ### */
#custhomeslider .fl-slide-content .fl-slide-text {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
#custhomeslider .slidewrapper {
	display: flex;
	width: 100%;
}

#custhomeslider .slidewrapper .leftwrap {
	width: 45%;
	float: left;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 60px;
	margin-top: 50px;
	z-index: 1;
}	
#custhomeslider .slidewrapper .leftwrap .slidetext * {
	font-family: "Source Sans Pro";
	white-space: nowrap;
	line-height: 36px!important;
	font-weight: 700;
	font-size: 27px!important;
}

#custhomeslider .slidewrapper .leftwrap .slidetext p {
	margin-bottom: 10px;
}

#custhomeslider .slidewrapper .leftwrap .slidetext .light {
	font-weight: 400;
}

#custhomeslider .slidewrapper .leftwrap .slidesep {
	background-color: rgb(243, 111, 33);
	color: rgb(255, 255, 255);
	width: 218px;
	height: 4px;
	min-height: 0px;
	margin-bottom: 10px;
}

#custhomeslider .slidewrapper .leftwrap .slidebutton {
	margin-top: 25px;
}

#custhomeslider .slidewrapper .leftwrap .slidebutton a {
	color: #fff;
	display: block;
	background-color: #f36f21;
	text-decoration: none;
	white-space: normal;
	width: 300px;
	height: 55px;
	text-align: center;
	line-height: 55px!important;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 15px!important;
}

#custhomeslider .slidewrapper .rightwrap {
	width: 55%;
	float: left;
}

#custhomeslider .slidewrapper .rightwrap img {
	margin: 0 auto;
}

#custhomeslider .slidewrapper .rightwrap img.mobile {
	display: none;
}

@media (max-width: 1024px) {
	#custhomeslider .slidewrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#custhomeslider .slidewrapper .leftwrap, #custhomeslider .slidewrapper .rightwrap {
		width: 80%;
		margin: 0 10%;
	}
	
	#custhomeslider .slidewrapper .leftwrap {
		background-color: transparent;
		padding: 0;
		margin-top: 0;
	}

	#custhomeslider .slidewrapper .leftwrap .slidetext {text-align: left;}
	
	#custhomeslider .slidewrapper .leftwrap .slidebutton a {
		margin: 0 auto;
	}

	#custhomeslider .slidewrapper .rightwrap img.mobile {
		display: block;
	}

	#custhomeslider .slidewrapper .rightwrap img.desktop {
		display: none;
	}
}

@media (max-width: 480px) {
	#custhomeslider .fl-slide-content .fl-slide-text {
		transform: translateY(-90%);
	}

	#custhomeslider .slidewrapper .leftwrap .slidetext {margin-left: 15px;}
	
	#custhomeslider .slidewrapper .leftwrap .slidebutton {
		margin-top: 5px;
		margin-bottom: 25px;
	}
}

#footer-title {
	font-size: 2em;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.footer-premo-logo {
	float: right;
    height: auto;
    width: 150px;
    margin-top: 20px;
}

form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
	font-size: 1em!important;
}

.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.wc-forward {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* #### WIDGETS #### */
#footer-form {margin-top: 15px}
#footer-form textarea {height:150px}
#footer-contact,
#footer-contact h2,
#footer-contact p.h2,
#footer-info,
#footer-info h3,
#footer-info p.h3,
.footer-title {
	width: 100%;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

#footer-contact h2,
#footer-info h3,
footer .textwidget h3,
footer .textwidget p.h3,
#footer-contact p.h2,
#footer-info p.h3 {
	font-size: 25px;
	font-size: 1.5625rem;
	margin-bottom: 0;
	clear: both;
	text-transform: uppercase;
}

#footer-contact .foot-sep {
	height: 2px;
	float: right;
	margin: 25px 0;
}


#footer-brands {
	margin-top: 50px;
	text-align: right;
	float: right;
}

#footer-brands h4,
#footer-brands p.h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}

#footer-brands a {
	display: inline-block;
	float: left;
	margin-left: 10px;
}

#footer-brands a:first-child {
	margin-left: 0;
}

#footer-brands img {
	width: 50px;
	height: auto;
}

#footer-brands .brand-logos {
	width: 360px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}

@media screen and (max-width: 544px) {
	#footer-contact,
	#footer-contact h2,
	#footer-contact p.h2,
	#footer-info,
	#footer-info h3,
	#footer-info p.h3,
	.footer-title {
		text-align: center;
	}

	#footer-brands {
		display: table;
	    width: 100%;
	    text-align: center;
	}

	#footer-form {
		margin: 15px 10%;
	}

	#footer-form .wpcf7-spinner {
		position: absolute;
	}
}

#footer-form .wpcf7-submit {
	font-weight: 700;
	height: 44px;
	padding: 13px 25px;
	font-size: 17px;
	border: 1px solid #f25800;
}

/* SIDEWIDGETS */
#right-panel-mail {
	height: 50px;
	width: 57px;
	background-color: #949292;
	position: fixed;
	right: -7px;
	top: 53%;
	top: calc(60% - 70px);
	z-index: 999999;
}

#right-panel-phone:hover,
#right-panel-mail:hover {
	right: 0;
}

#right-panel-phone span,
#right-panel-mail span {
	font-size: 30px;
	position: relative;
	padding: 10px;
	color: #fff;
	width: auto;
	height: auto;
}

#right-panel-wrap {
	z-index: 999999;
	position: fixed;
	top: 60%;
	right: -255px;
	width: 312px;
	height: 100px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#right-panel-phone {
	top: 0;
	height: 50px;
	width: 57px;
	background-color: #949292;
	right: -7px;
	z-index: 999999;
	float: left;
	position: relative;
}

#right-panel-content {
	position: relative;
	width: 255px;
	padding: 15px;
	float: left;
	background-color: #949292;
}

#right-panel-content .sideblock {
	width: 100%;
}

#right-panel-content .sideblock .sideblockimg {
	width: 30%;
	float: left;
}

#right-panel-content .sideblock .sideblocktext {
	width: 60%;
	width: calc(70% - 15px);
	color: #fff;
	margin-left: 15px;
	float: left;
	line-height: 1.4em;
}

#right-panel-content .sideblock .sideblocktext a {
	color: #fff;
	font-weight: 700;
}

@media screen and (max-width: 1099px) {
	#right-panel-wrap,
	#right-panel-mail {
		display: none;
	}
}

.banderole {display: none;}

@media screen and (min-width: 991px) {
	.banderole {
		display: block;
	    position: absolute;
	    z-index: 9;
	    width: 33px;
	    height: 280px;
	    right: 80px;
	    bottom: 0px;
	}

	.banderole .elements {
	    position: absolute;
	}

	.banderole img {
	    height: 280px;
	}
}

.brand-container {
	width: 100%;
}

@media screen and (min-width: 1600px) {
	.brand-container {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

.brand-container p {
	margin-bottom: 0;
}

#category-image {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

@media screen and (max-width: 460px) {
	#category-image {
		height: 110px;
		background-size: cover;
		background-color: transparent;
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	#category-image.mobile {
	    height: 300px;
	}

	#category-image img,
	#category-image picture  {
		display: none;
	}
}

@media screen and (min-width: 461px) {
	#category-image {
		background: none!important;
	}
}

.ast-above-header-section-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.woocommerce-mini-cart__buttons a.button {
	color: #fff!important;
	background: #ea5712!important;
}

.woocommerce-mini-cart__buttons a.button:hover {
	color: #fff!important;
	background: #e27639!important;
}

.woocommerce-mini-cart__buttons a.button.checkout {
	background: #f25800!important;
}

.woocommerce-mini-cart__buttons a.button.checkout:hover {
	background: #e27639!important;
}

.widget_shopping_cart .widget_shopping_cart_content .quantity.buttons_added {
	display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	line-height: 20px;
}

@media screen and (max-width: 1023px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		min-height: 40px;
	}
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	font-family: 'Source Sans Pro';
	font-size: 1.3em;
}

.shipping-status {
	color: darkgreen;
	margin: 10px 0	;
}

.provenexpertwidget {
	width: 100%;
	text-align: right;
	margin-top: 73px;
}

@media screen and (max-width: 544px) {
	.provenexpertwidget {
		text-align: center;
	}
}

.provenexpertwidget .pe-richsnippets {
	width: 180px;
	margin-left: 100px;
	float: right;
}

.fl-slideshow-image-nav-left a:before {content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==)!important;display: inline-block;width: 30px;height: 30px;}
.fl-slideshow-image-nav-right a:before {content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMiA1MTIuMDAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAyIDUxMi4wMDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMzg4LjQyNSwyNDEuOTUxTDE1MS42MDksNS43OWMtNy43NTktNy43MzMtMjAuMzIxLTcuNzItMjguMDY3LDAuMDRjLTcuNzQsNy43NTktNy43MiwyMC4zMjgsMC4wNCwyOC4wNjdsMjIyLjcyLDIyMi4xMDUNCgkJCUwxMjMuNTc0LDQ3OC4xMDZjLTcuNzU5LDcuNzQtNy43NzksMjAuMzAxLTAuMDQsMjguMDYxYzMuODgzLDMuODksOC45Nyw1LjgzNSwxNC4wNTcsNS44MzVjNS4wNzQsMCwxMC4xNDEtMS45MzIsMTQuMDE3LTUuNzk1DQoJCQlsMjM2LjgxNy0yMzYuMTU1YzMuNzM3LTMuNzE4LDUuODM0LTguNzc4LDUuODM0LTE0LjA1UzM5Mi4xNTYsMjQ1LjY3NiwzODguNDI1LDI0MS45NTF6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)!important;display: inline-block;width: 30px;height: 30px;}


/* Product Filters */
.filter-above-products .bapf_head h3 {
	text-transform: none;
	font-size: 1.0em;
	margin-bottom: 5px;
}

h2.filter-title {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

.filter-above-products .bapf_body .select2-container {
	z-index: 2!important;
}

/* FOOTER NEWSLETTER */
.cr_ipe_item input {border: 1px solid #aaa;padding: 15px;float:left;width:calc(100% - 165px);display:block;height:40px;}
.cr_ipe_item.inactive {display:none;}
.cr_captcha{padding-left:130px;}
.cr_error{font-size:1.1em;padding:10px;}
.clever_form_error{background-color:#f99; color:#000; border:1px solid #f22 !important}
.clever_form_note {margin:26px 0 0 3px;position:absolute;display:inline; padding: 2px 4px; font-weight:bold;background-color:#f2ecb5; color:#000; font-size:12px !important;  }
.cr_body .cr_button {float:left;display:block; height:40px;line-height:16px;font-size:16px;padding:5px 30px;width:calc(100% - 165px);margin-top:15px;font-weight:700;}

@media screen and (min-width: 769px) and (max-width: 929px) {
	.cr_ipe_item input, .cr_body .cr_button {width:100%;margin:5px 0;display:block;}
}

@media screen and (max-width: 544px) {
	.cr_ipe_item input {
		float: none;
		text-align: center;
    	margin: 0 auto;
	}

	.cr_body .cr_button {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 449px) {
	.cr_ipe_item input, .cr_body .cr_button {width:100%;margin:5px 0;display:block;}
}

#custom-footer.fl-row, #custom-footer .fl-row-content {margin-left: auto;margin-right: auto;}
#custom-footer.fl-row, #custom-footer .fl-row-content, #custom-footer .fl-col-group, #custom-footer .fl-col, #custom-footer .fl-module, #custom-footer .fl-module-content {zoom: 1;}
#custom-footer .fl-row-content-wrap {margin: 0px;position: relative;}
#custom-footer .fl-row-fixed-width {max-width: 1200px;}
#custom-footer .fl-module-content {margin: 20px 20px 20px 45px;}
#custom-footer .fl-col-group-equal-height {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%;}
#custom-footer .fl-col-group-equal-height .fl-col-content {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-flex: 1 1 auto;-moz-box-flex: 1 1 auto;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;flex-shrink: 1;min-width: 1px;max-width: 100%;width: 100%;}
#custom-footer .fl-col-group-equal-height .fl-col {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-flex: 1 1 auto;-moz-box-flex: 1 1 auto;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;}
#custom-footer .fl-col {float: left;min-height: 1px;}

.fl-node-5eb42d5f7035d > .fl-row-content-wrap {padding-top: 70px;padding-bottom: 70px;background-image: url('https://www.premo-group.de/shop/wp-content/uploads/2020/05/premo-beton-footer.jpg');background-repeat: no-repeat;background-position: center center;background-attachment: scroll;background-size: cover;}
.fl-node-5eb42d5f77507,
.fl-node-5eb42d5f77509,
.fl-node-5eb42d5f7750a,
.fl-node-5eb42d5f7750b {width: 25%;}
.fl-node-5eb42d5f77507 > .fl-col-content,
.fl-node-5eb42d5f77509 > .fl-col-content,
.fl-node-5eb42d5f7750a > .fl-col-content,
.fl-node-5eb42d5f7750b > .fl-col-content {margin-right: 15px;margin-left: 15px;background-color: #ffffff;box-shadow: -10px -10px 0px 0px #f25800;}
#custom-footer {margin-top:50px;}
#custom-footer h3,
#custom-footer p.h3 {font-size: 18px;font-weight: bold;text-transform: none;margin-bottom:20px;margin-left:-30px;}
#custom-footer h3:before,
#custom-footer p.h3:before {margin-right: 10px;top: 2px;position: relative;background-image: url('https://www.premo-group.de/shop/wp-content/themes/premo-group-shop-child/img/check.svg');background-size: 20px 20px;display: inline-block;width: 20px;height: 20px;content: "";}
#custom-footer p {margin-bottom: 10px;line-height: 14px;font-size: 14px;}
#custom-footer img.dhl-logo {height:25px;}
#custom-footer img.payment-logos {margin-top:10px;width:100%;max-width:230px;}
#custom-footer img.ssl-secured {height:35px;clear:both;}
#custom-footer .pulleft {float: left;}
#custom-footer .clearfix {width:100%;clear: both;display: block;}

.site-footer p.h3 {font-size: 18px;font-weight: bold;text-transform: none;}


@media screen and (max-width: 1240px) {
	.fl-node-5eb42d5f77507,
	.fl-node-5eb42d5f77509,
	.fl-node-5eb42d5f7750a,
	.fl-node-5eb42d5f7750b {width: 50%;margin-bottom:30px;}
}

@media screen and (max-width: 525px) {
	.fl-node-5eb42d5f77507,
	.fl-node-5eb42d5f77509,
	.fl-node-5eb42d5f7750a,
	.fl-node-5eb42d5f7750b {width: 100%;margin-bottom:30px;}
}

.fl-node-5ed8bb7d31be3 > .fl-module-content {margin-top: 0px;}


.fl-node-5ed8bb7d31be3 .fl-rich-text, .fl-node-5ed8bb7d31be3 .fl-rich-text * {
	color: #ffffff;
	line-height: 20px;
}


#footer-newsletter .fl-row-content-wrap {
	padding: 20px;
}

#footer-newsletter.fl-row, #footer-newsletter.fl-row-content, #footer-newsletter.fl-col-group, #footer-newsletter.fl-col, #footer-newsletter.fl-module, #footer-newsletter.fl-module-content {
	zoom: 1;
}


#footer-newsletter .fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

#was_ist_uns_wichtig .uabb-imgicon-wrap .uabb-image-content img {
	width: 70px;
}

@media (max-width: 720px) {
	#was_ist_uns_wichtig .uabb-imgicon-wrap .uabb-image-content img {
		width: 50px;
	}
	.uabb-list-icon .uabb-list-icon-text .uabb-list-icon-text-heading {
		font-size: 18px;
	}
}

@media (max-width: 550px) {
	#was_ist_uns_wichtig .uabb-imgicon-wrap .uabb-image-content img {
		width: 70px;
	}
	.uabb-list-icon .uabb-list-icon-text .uabb-list-icon-text-heading {
		font-size: 24px;
	}
}

@media (max-width: 1155px) {
	.fl-builder-content .fl-node-5f06fbb5b33e9,
	.fl-builder-content .fl-node-5f06fbb5b33eb,
	.fl-builder-content .fl-node-5f06fbb5b33ec,
	.fl-builder-content .fl-node-5f06fbb5b33ed {
	    width: 50% !important;
	    max-width: none;
	    -webkit-box-flex: 0 1 auto;
	    -moz-box-flex: 0 1 auto;
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	}
}

@media (max-width: 550px) {
	.fl-builder-content .fl-node-5f06fbb5b33e9,
	.fl-builder-content .fl-node-5f06fbb5b33eb,
	.fl-builder-content .fl-node-5f06fbb5b33ec,
	.fl-builder-content .fl-node-5f06fbb5b33ed {
	    width: 100% !important;
	    max-width: none;
	    -webkit-box-flex: 0 1 auto;
	    -moz-box-flex: 0 1 auto;
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	}
}

.smalllikeunitprice,
.product-list.price.price-unit,
.product-details.price.price-unit {
	color: #444!important;
	font-size: 12px!important;
	line-height: 12px!important;
	font-weight: 400!important;
}

.product-list.price.price-unit {
	margin-bottom: 5px!important;
}

.summary.entry-summary > p.price > .amount,
.summary.entry-summary > p.price > .b2b-single-price > .amount {
	margin-right: 15px!important;
}

.category-description {
	width: 100%;
	margin-top: 45px;
}

.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
	margin-left: 0!important;
	height: 58px;
}

.woocommerce #content table.cart .button[name=apply_coupon], .woocommerce-page #content table.cart .button[name=apply_coupon],
.woocommerce #content table.cart [name=coupon_code], .woocommerce-page #content table.cart [name=coupon_code] {
	height: 44px!important;
	max-height: 58px;
}

.woocommerce.archive ul.products li a.button, .woocommerce > ul.products li a.button, .woocommerce related a.button, .woocommerce .related a.button, .woocommerce .up-sells a.button .woocommerce .cross-sells a.button {
	padding: 10px;
}

.strongness-indicator {
	margin-top: -10px;
	padding: 5px 0;
}

.strongness-indicator img {
	opacity: 1!important;
	height: auto;
	width: 80px!important;
    margin: 0 auto;
}

.woocommerce-form-coupon-toggle {
	display: none;
}

.menu-cart-icon img {
	position: relative;
	bottom: 2px;
}

.woocommerce a.button.premoaddtocart {
	height: 40px;
	width: 40px;
	padding: 10px;
	border-radius: 25px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #cecece!important;
}
.woocommerce a.button.premoaddtocart:hover {
	background-color: #ea5712!important;
}
.woocommerce a.button.premoaddtocart img {
	height: 30px;
	width: 30px;
	margin: 0;
}

.woocommerce .related.products .products li .wc-gzd-additional-info {width:100%; text-align:center;}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #cecece;
  color: #333;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #cecece;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

[data-tooltip="Weiterlesen"] {
	opacity: 0;
}

ul.howtowrapper {
	list-style: none;
	margin-left: 0!important;
}

ul.howtowrapper li {
	list-style: none;
	list-style-position: inside;
    text-indent: -36px;
    padding-left: 40px;
}

.howtowrapper .licounter {
	width: 25px;
	height: 25px;
	background: #f36f21;
	position: relative;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	text-indent: 0;
}

#tsstarrating {margin: 10px 0;}
#tsstarrating .ts-stars-wrapper {width:105px!important;height:22px!important}
#tsstarrating .ts-stars-wrapper .ts-stars-fullBar {width:105px!important;height:22px!important}
#tsstarrating .ts-rating-light.productreviewsSummary .icon-star-full {font-size: 20px!important;}
#tsstarrating .ts-rating-light.productreviewsSummary .icon-star-empty:before, #tsstarrating .ts-rating-light.productreviewsSummary .icon-star-full:before {font-size: 20px!important;}


.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
	right: 10px;
}

.woocommerce-cart .cart_totals .recurring-totals th {
	color: #f36f21;
}

.one-time-option-price::after {
	content: ' Einmalkauf';
}

.product-subtotal .subscription-price::after,
.subscription-price.price::after {
	content: ' (Abo)';
}

.woocommerce-cart .subscription-option-details del {
	display: none;
}

/*Anpassungen Subscription Plugin MW-BC 26042021*/

.woocommerce-cart table.shop_table .unit-price-cart {
	display: none;
}

.woocommerce-MyAccount-content .subscription_details td a.button {
	margin-bottom: 10px;
}

.has-subscription-plans .price .wcsatt-sub-discount,
.has-subscription-plans .price small {
	display: none;
}

li.wcsatt-options-prompt-radio {
    width: calc(50% - 10px);
    display: inline-block;
    float: left;
    padding: 5px 20px;
    text-align: center;
    background: #ea5712;
    color: #fff;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    font-weight: 500;
}

ul.wcsatt-options-prompt-radios li:last-child {
    float: right;
}

.summary.entry-summary form.cart {
    border: 1px solid #ccc;
    padding: 15px;
}

label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-one-time span,
label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-subscription span {
    position: relative;
}

label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-one-time input,
label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-subscription input {
    opacity: 0;
}

li.wcsatt-options-prompt-radio, 
li.wcsatt-options-prompt-radio.clicked {
    position: relative;
}

form.cart li.payment_method_stripe_googlepay {
    display: none !important;
}

.quantity.buttons_added {
    display: flex;
    float: left;
}

button.single_add_to_cart_button.button.alt {
    display: inline-block;
    float: left;
    max-width: 70%;
	border: 1px solid #f25800;
}

li.wcsatt-options-prompt-radio.clicked {
    background: #000;
}

li.wcsatt-options-prompt-radio.clicked span.wcsatt-options-prompt-action:before {
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 500px;
    position: absolute;
    left: -24px;
    top: calc(50% - 10px);
}

li.wcsatt-options-prompt-radio.clicked span.wcsatt-options-prompt-action:after {
    content: '';
    width: 12px;
    height: 18px;
    border-bottom: 4px solid #ea5712;
    position: absolute;
    left: -18px;
    top: calc(50% - 13px);
    border-right: 4px solid #ea5712;
    transform: rotate(45deg);
}

li.wcsatt-options-prompt-radio {
    position: relative;
    padding: 0px;
}

label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-one-time, 
label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-subscription {
    width: 100%;
    position: relative;
    float: left;
    padding: 4px 0px !important;
}

li.wcsatt-options-prompt-radio:hover {
	background: #000;
}

.wcsatt-options-wrapper .shipping-status {
    position: relative;
    float: left;
    width: 100%;
}

span.wcsatt-options-prompt-action {
    left: -9px;
}

.clicked span.wcsatt-options-prompt-action {
    left: 0px;
}

p.hookTxt {
    margin: 0;
    width: 33.33333%;
    display: inline-block;
    font-size: 12px;
    padding-left: 30px;
    position: relative;
}

p.hookInfo {
    margin: 0;
    width: 33.33333%;
    display: inline-block;
    font-size: 12px;
    padding-left: 30px;
    position: relative;
    text-decoration: underline;
}

p.hookTxt:before {
    content: '';
    width: 12px;
    height: 18px;
    border-bottom: 4px solid #ea5712;
    position: absolute;
    left: 11px;
    top: calc(50% - 13px);
    border-right: 4px solid #ea5712;
    transform: rotate(45deg);
}

p.wc-gzd-additional-info,
.legal-price-info p, span.posted_in,
span.sku_wrapper,
p.wc-gzd-additional-info.product-units-wrapper.product-units {
    position: relative;
    float: left;
    padding: 0px;
    padding-right: 5px;
    line-height: 1.2;
    font-size: 10px !important;
}

.legal-price-info p small {
    font-size: 10px;
}

.product_meta span.posted_in {
    display: none !important;
}

.product_meta {
    border-top: 0px solid #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}

li.wcsatt-options-prompt-radio {
    margin-bottom: 10px !important;
}

select.wcsatt-options-product-dropdown {
    margin-bottom: 10px;
}

span.wcsatt-options-product-dropdown-label {
    margin-top: 10px;
    font-weight: 600;
}

.wcsatt-options-prompt-text {
    display: none;
}

.wcsatt-options-product-prompt {
    margin-bottom: 0;
}

.tax-product_cat p.wc-gzd-additional-info {
    clear: none !important;
    text-align: center;
	width: 100%;
}

.legal-price-info {
    width: 100%;
    position: relative;
    float: left;
}

a#mySizeChart {
    text-decoration: underline;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: 10px 30px;
	border: 1px solid #f25800;
}

span.wcsatt-options-prompt-action {
    font-size: 16px !important;
}

form.cart button.single_add_to_cart_button.button.alt {
    font-size: 16px !important;
	border: 1px solid #f25800;
}

/*Responsive*/

@media (min-width: 769px) and (max-width: 1024px) {

	li.wcsatt-options-prompt-radio {
	    width: 100%;
	}

	p.hookTxt {
	    width: 100%;
	}

}

@media screen and (max-width: 550px) {

	li.wcsatt-options-prompt-radio {
	    width: 100%;
	}

	p.hookTxt {
	    width: 100%;
	}

}

@media screen and (max-width: 350px) {

	.summary.entry-summary form.cart {
	    padding: 10px;
	}

	select.wcsatt-options-product-dropdown {
	    padding: 0.75em 5px;
	}

}

.bottomcont:after {
	content: "";
	display: table;
	clear: both;
}

/* The Modal (background) */
.ebcf_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.xt_woofc-inner .xt_woofc-price, .xt_woofc-inner .xt_woofc-price del, .xt_woofc-inner .xt_woofc-price ins, .xt_woofc-inner .xt_woofc-product-title {
	text-transform: none!important;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	z-index: 99999;
}
/* Buttons*/
.woocommerce-button, 
.woocommerce button.button, 
.ast-custom-button, 
.woocommerce a.button,
.ast-site-header-cart .widget_shopping_cart .buttons .button:not(.checkout):hover,
.summary .wpb-pcf-btn, 
.wpb-pcf-btn.wpb-pcf-btn-medium,
.wpb-pcf-btn-default
{
	border: 1px solid #f25800;
}

.cr_button:hover, 
#footer-form .wpcf7-submit:hover, 
.ast-custom-button:hover, 
.woocommerce button.button:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce a.button:hover, 
.woocommerce a.button.alt:hover,
.wpb-pcf-btn-default:hover,
.summary .wpb-pcf-btn:hover,
.wpb-pcf-form-style-true input[type=submit]:hover{
	color:#fff!important;
	background-color: #e27639;
	border: 1px solid #f25800;
}
.ast-custom-buttom, .ast-custom-button-link,
.woocommerce-cart table.cart td.actions .button,
.woocommerce button.button,
.woocommerce-form-register__submit{
	height:44px!important;
}
/*paddings*/
.woocommerce button.button,
.coupon .woocommerce button.button,
.coupon .woocommerce-cart table.cart td.actions .button{
	padding-top:13px!important;
}
.ast-continue-shopping{
	padding-top:15px!important;
}
.woocommerce-mini-cart__buttons .wp-element-button{
	padding-left:20px!important;
	padding-right:20px!important;
}
.xt_woofc-coupon-form .button{
	max-height:30px;
}
.summary .wpb-pcf-btn, 
.wpb-pcf-btn.wpb-pcf-btn-medium,
.wpb-pcf-btn-default,
.wpb-pcf-form-style-true input[type=submit]{
	border-radius:0px;
}
.woocommerce-js .quantity .qty {
    margin-left: 0px;
}
.entry-summary .cart .quantity .qty {
	margin-left: 38px;
}

body.woocommerce-cart.woocommerce-js .quantity .minus {
	margin-right: 0;
}

span.sku_wrapper {
    margin-top: 20px;
}
.woocommerce-js div.product div.summary .woocommerce-product-details__short-description :last-child {
    margin-bottom: 0; 
}
ul.howtowrapper li {
    margin-bottom: 1em;
}
.woocommerce-page.woocommerce-checkout form #order_review{
	border-top-width:0px!important;
	border-color: #fff!important;
	border:none!important;
}
h3#order_payment_heading,
.woocommerce-page.woocommerce-checkout form #order_review_heading.wc-gzd-heading-moved {
    font-weight: 700;
    border-bottom: 1px solid #ddd!important;
    padding-bottom: 15px;
}
@media screen and (max-width:768px){
	.woocommerce-page #content table.cart .button[name="apply_coupon"]{
		padding:13px 30px!important;
	}
} 
@media screen and (max-width:396px){
	.woocommerce div.product form.cart .button.single_add_to_cart_button{
		padding:10px 25px!important;
	}
	.fl-node-3mqshl9gyrze.fl-module-heading .fl-heading {
    	font-size: 1.8em;
	}
} 
@media screen and (max-width:381px){
	.woocommerce-form-register .woocommerce button.button{
		padding-top: 10px!important;
	}
} 
/*Accessibility Toolbar*/
li.a11y-toolbar-list-item {
    position: fixed;
    top: calc(60% - 140px);
    right: -7px;
    height: 50px;
    width: 57px;
    background-color: #949292;
}
ul.a11y-toolbar-list > :first-child{
	top: calc(60% - 210px);
}
li.a11y-toolbar-list-item:hover{
	right: 0;
}
li.a11y-toolbar-list-item button.a11y-toggle {
    background: #949292;
    border: none;
    color: #fff;
}
li.a11y-toolbar-list-item button.a11y-toggle:hover{
	 background: #949292;
}
.ltr.default.a11y-toolbar-widget ul{
	display: none;
}
@media (max-width: 992px){
	li.a11y-toolbar-list-item{
		display:none!important;
	}
	.ltr.a11y-toolbar-widget ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
		margin-left: 25px;
}
	.textwidget .ltr.a11y-toolbar-widget ul li button.a11y-toggle{
    background-color: transparent;
    color: #000;
	padding: 0 10px;
}
	span.offscreen {
    display: none;
}
	span.aticon.aticon-font {
    font-size: 20px;
}
}

