
/*
#newsletter-unsubscribe-validate-detail {
	float: right;
}


@media only screen and (max-width: 479px) {
	#newsletter-unsubscribe-validate-detail {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}
*/

#unsubscribenewsleter span span {
	width: 63px;
}

#subscribe-form .input-box .validation-advice {
    left: -142%;
    top: -20%;
}


/* width < 960px */
/*
@media only screen and (max-width: 959px) {
	#link-sign-up { display: block !important; }
}
*/


.search-wrapper-centered .form-search .input-text {
    width: 90%;
}

#product-naehrwerte-tab-content table, .atablestyle {
	width: 100%;
}

#product-naehrwerte-tab-content table th, .atablestyle th {
	font-weight: bold;
	background-color: #EEEEEE;
}

#product-naehrwerte-tab-content table th, #product-naehrwerte-tab-content table td, .atablestyle th, .atablestyle td {
	padding: 10px;
}

#product-naehrwerte-tab-content table tr:nth-child(even), .atablestyle tr:nth-child(even) {
	background: #f9f9f9;
}

#product-naehrwerte-tab-content table tr:nth-child(odd), .atablestyle tr:nth-child(odd) {
	background: #ffffff;
}



/* Hide Product Options - Group Products with differents taxes

.price-from, .price-to, input.checkbox, .price-notice, .price-as-configured {
    display: none;
}

.item-options dd .price {   -> core fix
	display: none;
}

*/

.allsani-custom-option-list li label {
	background: url("../images/bullet.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
	padding: 0 0 0 30px;
}

.item-options dt {
	float: none;
	margin-bottom: 4px;
}

.item-options dd {
    margin: 0 0 4px;
}

.cart_desciption {
	margin: 10px 0;
}

#ordercomment-comment {
	width: 100%;
	margin-bottom: -30px;
}

.itemslider-new-wrapper .item button.btn-cart span span {
    height: auto;
    line-height: 2em;
    padding: 7px 15px;
}

div.icon, span.icon {
    border-radius: 50% !important;
}


ul.bullet-w li {
	background:url(../images/bullet-g.png) 0 0 no-repeat !important;
}

.glossary_navigation {
    border-bottom: 1px solid #E5E5E5;
	padding-bottom: 7px;
	margin-bottom: 14px;
}

.glossary_letter a {
    font-family: "Ubuntu",georgia,serif;
    font-weight: 500;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2222em;
	margin-right: 10px;
}

.glossary_single_content p, .glossary_single_content ul {
	margin-bottom: 14px;
}

.glossary-list {
-moz-column-count: 2;
-moz-column-gap: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
column-count: 2;
column-gap: 10px;
}

.field.name-prefix {
	width: 120px;
}

#prefix, .form-list .name-prefix select  {
	width: 100px;
}


.products-grid .mw_display_point a {
	float: none !important;
}

.products-grid .mw_display_point, .products-list .mw_display_point, .product-shop .mw_display_point {
	margin: 7px 0;
	display: block;
}


.debit-account-edit .form-list label {
    float: none;
}

.block-account li > * {
	text-transform: none;
}

#payment_form_debit label {
	float: none !important;
}


/* menu kategorie produkte */

.nav-block-right .product-name {

}

.nav-block-right .price-box, .nav-block-right .actions {
	display: none;
}

.nav-block-right .products-grid .item {
	padding-bottom: 0;
}

.nav-block-right .itemslider {
	margin-bottom: 0;
}

#nav li .nav-block-right a span {
	display: table-cell;
}

.ad-account-info .box-head a {
    margin-top: 0;
}

.add-to-links li li:last-child {
	margin-left: 40px;
}

/*
	Affiliate Extension Addons
*/

.banner-filter span {
	padding: 10px;
	background-color: #F5F5F5;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
	margin: 0 5px;
}

.banner-filter span:hover {
	background-color: #E50640;
	color: white;
}

.banner-filter span:hover > a {
	color: white;
}

/* wissenschaft tab */

.ac-container{
	width: 100%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 16px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow:
		0px 0px 0px 1px rgba(155,155,155,0.3),
		1px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #EEEEEE;
	color: #333333;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow:
		0px 0px 0px 1px rgba(155,155,155,0.3),
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}

.ac-container ul {
	padding: 14px;
}

.ac-container ul li {
    background: url("../../default/images/infortis/_shared/cck/list/bullet.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 25px;
    transition: background-position 150ms ease-out 0s;
	margin-bottom: 7px;
}

.ac-container ul li:last-child {
	margin-bottom: 0
}

/*
	Thema Seite
*/

.t1 {
	margin-left: 20px;
}

.panel {
	overflow: auto;
}

.greyhr {
	height: 1px;
	background: #e5e5e5;
	margin: 25px 0;
}

.empfohlen {
	margin-top: 0 !important;
}

.empfohlen .products-list .item {
	border-top: 0;
}

/*
	Bewertungs Tab
*/

.reviewline {
	height: 1px;
	background: #e5e5e5;
	margin: 15px 0;
}







/*
	Sidebar Pakete
*/

#paketauswahl li {
	float: left;
	border: 1px solid #dddddd;
	border-radius: 3px;
	cursor: pointer;
	width: 30%;
	padding: 10px 0;
	margin: 0 2px;
	text-align: center;
	background: white;
}

#paketauswahl li.active {
	background: #d7e8fe;
	border-color: #2f81fa;
	color: #2f81fa;
	cursor: auto;
}

.themen_sidebar .std ul {
	margin-top: 10px;
}

.themen_sidebar .std ul li, .themen_sidebar .std ul li {
    background: rgba(0, 0, 0, 0) url("../../default/images/infortis/_shared/cck/list/bullet.png") no-repeat scroll 0 0;
    padding-left: 25px;
}


body{
	font-family: Poppins;
}
.main-font, h1, h2, h3, h4, h5, .section-title, .products-list .product-name, .products-grid .product-name, h3.product-name, .feature .heading, .accordion .heading, #mobnav-trigger, #nav > li > a, #nav.wide ul.level0 > li > a, .vertnav-top li a, .block .block-title, #opc-login h3, .box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title, .order-items .order-comments h2, .product-view .box-reviews dt .heading, .gen-tabs .tabs a, .footer .heading, #subscribe-form label, .caption .heading{
	font-family: Poppins;
}
.main-container { font-family: poppins; font-size: 1.25em; line-height: 1.65em; }

.header-top-container{
	background-color: transparent;
	border-bottom: 1px solid #ddd;
}
#nav{
	background-color: transparent;
}
.container{
	background-color: transparent;
	position: relative;
}

.header-extended #nav.classic ul.level0,
.header-extended #nav .level0-wrapper{
	background-color: #fff;
	/*box-shadow: initial;*/
	top: 45px;
}
body:not(.cms-extended-view) .header-extended #nav > li.parent > a .caret{
	border-top-color: #333333 !important;
}

.header-extended #nav > li.parent > a .caret{
	border-top-color: #FFFFFF;
}

.cms-extended-view .header-extended #nav > li > a{
	color: #FFFFFF;
}
.header-extended #nav ul li a:hover,
.header-extended #nav > li > a:hover{
	color: #a0a0a0;
}

body:not(.cms-extended-view) .header-extended #nav ul li a:hover{
	color: #3c3b3b;
}

body:not(.cms-extended-view) .header-extended #nav > li > a:hover{
	color: #3c3b3b;
}

.header-extended #nav > li {
	float: left !important;
}
.header-extended #nav{
	border-bottom: initial;
}
.extended-bg{
	padding-bottom: 0px;
}
.extended-container{
	color: #ffffff;
}
.extended-container{
	text-align: center;
	overflow: hidden;
}
.user-menu{
	float: right;
	margin: 0;
	width: initial !important;
}

#mobnav-trigger{
	display: block !important;
	float: right;
	background-color: transparent;
}

.cms-extended-view #mobnav-trigger{
	color: #fff;
}
.cms-extended-view #mobnav-trigger .trigger-icon .line{
	background-color: #fff;
}
.vertnav-top.mobile{
	border-bottom: 0px;
	position: absolute;
	top: 50px;
	z-index: 4454554;
	width: 99% !important;
}

body:not(.cms-extended-view) .vertnav-top.mobile.show{
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.header .caret{
	border-top-color: #FFF;
}
.cms-extended-view #mobnav-trigger:hover{
	color: #FFFFFF;
}
.cms-extended-view #mobnav-trigger:hover .trigger-icon .line{
	background-color: #FFFFFF;
}
.extended-content-bottom img{
	webkit-transform: scale(1.000001);
	transform: scale(1.000001);
}
.extended-content{
	color: #FFFFFF;
	text-align: center;
}

.nav-container {
	margin-top: 20px;
}
li > a:hover > span > .cat-label, #nav li.level0:hover > a > span > .cat-label,
li.level0 > a > span > .cat-label{
	font-size: 12px;
	font-weight: 400;
	border-radius: 5px;
	background-color: #c20000;
}
li.level0 > a > span > .cat-label-label1.pin-bottom:before,
li.level0 > a:hover > span > .pin-bottom:before, #nav li.level0:hover > a > span > .pin-bottom:before,
li.level0 > a > span > .cat-label-label2.pin-bottom:before{
	border-top-color: #c20000;
}
li.level1 > a > span > .cat-label{
	background-color: #c20000;
	font-size: 12px;
	font-weight: 400;
	border-radius: 5px;
}
.links-wrapper-separators-left .links > li{
	margin-left: 5px;
}
.dropdown-toggle .icon.close-to-text{
	background-position: -457px -58px;
}
.dropdown.open .dropdown-toggle .icon.close-to-text{
	background-position: -457px -7px;
	margin-top: -7px;
}
.form-search .button{
	top: -1px;
}
.top-links ul{
	float: left;
}
.header .welcome-msg {
	margin-left: 8px;
}
.header .item-left{
	margin-left: 5px;
	float: left !important;
}
.extended-right{
	float: right;
	padding-top: 5px;
	width: 230px;
	height: 45px;
}
.search-wrapper-centered{
	float: right;
	overflow: hidden;
	width: 40px;
	height: 40px;
}
.extended-left{
	float: left;
	padding-top: 5px;
}
#nav-home{
	display: none;
}
.dropdown-toggle .value{
	display: none;
}
.dropdown-toggle .hide-below-960{
	display: none;
}
.form-search-extended .button span{
	background-position: -57px -157px;
	opacity: 1;
}
.breadcrumbs {
	line-height: 17px;
}
#search-container_wrapper .modal .popup-close-btn-additional,
#search-container_wrapper .modal .popup-close-btn{
	position: fixed;
	right: 20px;
	top: 10px;
	font-size: 3.0rem;
	padding: 6px 10px;
	background-color: #fff;
	color: #444;
	background: url("../images/close.png") no-repeat;
	border: 0px;
	width: 25px;
	height: 25px;
	opacity: 0.6;
	cursor: pointer;
}
#search-container_wrapper .modal .popup-close-btn-additional{
	position: absolute;
	top: -25px;
	right: 0px;
}
#search-container_wrapper .modal .search-box .search-field {
	padding: 1rem 2rem 1rem 2rem;
	margin-top: 3px;
	font-size: 3.5rem;
	background-color: #fff;
	height: 90px;
	width: 100%;
	float: none;
}
#itemslider-footer{
	width: 185px;
}

#search-container_wrapper #search_autocomplete-wrapper ul {
	background: #ffffff;
	color: #888;
}

#search-container_wrapper #search_autocomplete-wrapper ul li {
	font-size: 20px;
	margin-left: 10px;
	list-style-type: circle;
	display: inline;
	line-height: 30px;
}

#search-container_wrapper #search_autocomplete-wrapper ul li .amount {
	margin-right: 10px;
}

#search-container_wrapper #search_autocomplete-wrapper ul li:hover {
	color: #000;
	cursor: pointer;
}
.searchautocomplete .search-autocomplete{
	width: 100%;
	right: 0px;
	top: 1px !important;
	left: initial !important;
	background-color: initial !important;
}
#search_autocomplete ul{
	overflow-y: scroll;
	max-height: 350px;
}
.extended-bg .main {
	min-height: initial !important;
}
body:not(.cms-extended-view) .header-top {
	color: #555555;
}

body:not(.cms-extended-view) .header-top a{
	color: #555555;
}
body:not(.cms-extended-view) #nav > li > a
{
	color: #89898e;
}
body:not(.cms-extended-view) #nav > li > a:hover
{
	color: #3c3b3b;
}
body:not(.cms-extended-view) .header-extended #nav.classic ul.level0,
body:not(.cms-extended-view) .header-extended #nav .level0-wrapper{
	-moz-box-shadow: 0 2px 10px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0, 0.15);
	box-shadow: 0 2px 10px rgba(0,0,0, 0.15);
}
body:not(.cms-extended-view) .form-search-extended .button span {
	background-position: -57px -107px;
}
body:not(.cms-extended-view) .dropdown-toggle .icon.close-to-text {
	background-position: -457px -7px;
	margin-top: -5px;
}
#paketauswahl li {
	float: left;
	border: 1px solid #dddddd;
	border-radius: 3px;
	cursor: pointer;
	width: 30%;
	padding: 10px 0;
	margin: 0 2px;
	text-align: center;
	background: white;
}

#paketauswahl li.active {
	background: #d7e8fe;
	border-color: #2f81fa;
	color: #2f81fa;
	cursor: auto;
}

.mahrit-singleproducttool-index-index, .mahrit-singleproducttool-index-index .item, .products-list .item, .mahrit-singleproducttool-index-index .item:hover, .mahrit-singleproducttool-index-index .products-list .item:hover {
	background: #f6f6f6;
}

.mahrit-singleproducttool-index-index .availability {
	clear: both;
	padding: 20px 0 0;
}

.mahrit-singleproducttool-index-index .mw_display_point {
	margin: 14px 0;
}

.mahrit-singleproducttool-index-index .price-box .regular-price .price, .mahrit-singleproducttool-index-index .price-box .minimal-price .price {
	color: black;
	font-weight: bold;
}

.mahrit-singleproducttool-index-index  button.button span {
	background: #d70044;
	color: white;
}

.mahrit-singleproducttool-index-index  button.button span:hover {
	background: #e50640;
}

.mahrit-singleproducttool-index-index #steuerinfo {
	color: #808080;
}

.mahrit-singleproducttool-index-index .products-list .btn-cart {
	margin: 20px 0 0 0;
	clear: both;
}

.owl-wrapper-outer .product-name {
	word-break: break-word;
}
.footer-container-extended .footer-bottom{
	padding-bottom: 5px;
}
.footer-container-extended .container{
	padding: 0px;
	width: 100%;
}
.footer-container-extended .footer-mid{
	background-color: #ff9c00;
	text-align: center;
	padding: 50px 15px 25px 15px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}
.footer-container-extended .footer-mid .container .input-box .validation-advice{
	left: -20% !important;
	top: -120% !important;
}
.footer-container-extended .footer-mid h5{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3.5px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-container-extended .footer-mid h6{
	margin: 0;
	font-size: 14px;
	letter-spacing: 3.5px;
	font-weight: 400;
	line-height: 24px;

}
.footer-container-extended .footer-head{
	overflow: hidden;
	margin-bottom: 10px;
}
.footer-container-extended .footer-head-wrap{
	background-color: #f3f3f3;
	padding: 25px;
}
.footer-container-extended .footer-head .footer-col{
	width: 25%;
	float: left;
}
.footer-container-extended .footer-head .footer-col .block-content ul li a:hover{
	color: #3c3b3b;
}
.footer-container-extended .footer-head h5{
	color: #89898e;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
}
.footer-container-extended .footer-head ul{

}
.footer-container-extended .footer-head li a,
.footer-container-extended .footer-head li{
	color: #89898e;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
}
#subscribe-form{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
#subscribe-form #newsletter{
	width: 350px;
	height: 42px;
	border-radius: 4px;
	background-color: #ffffff;
	color: #6a6a6a;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 16px;
	border: 0px;
}
#subscribe-form .btn-inline{
	background: url("../images/Arrow_Right.png") no-repeat 23px 12px;
	width: 55px;
	height: 42px;
	border-radius: 0 4px 4px 0;
	background-color: #ffffff;
	margin-left: -6px;
}

@media only screen and (max-width: 960px){
	.checkout-cart-index .cart-collaterals .cart-left-column,
	.checkout-cart-index .cart-collaterals .cart-right-column{
		width: 45% !important;
	}
	.checkout-cart-index .mobile-grid-half{
		width: 100% !important;
	}
}
@media only screen and (max-width: 767px){
	.footer-container-extended .footer-head .footer-col{
		width: 100%;
		margin-bottom: auto;
	}
	.checkout-cart-index .cart-collaterals .cart-left-column,
	.checkout-cart-index .cart-collaterals .cart-right-column{
		width: 100% !important;
	}
	#search-container{
		vertical-align: top !important;
		margin-top: 35px !important;
	}
	.popup-close-btn-additional{
		display: none;
	}

	.search-wrapper-centered{
		overflow: hidden;
		width: 40px !important;
		height: 40px;
		clear: initial;
		float: right;
		margin: 0;
	}
	.extended-right{
		float: left;
		height: auto;
	}
	.header-primary{
		padding-top: 0;
	}
	.header .logo{
		width: 105px;
		height: 40px;
		position: absolute;
		z-index: 99999;
	}
	.header .logo-wrapper{
		text-align: left;
		width: initial !important;
		float: left;
		margin: 0;
		position: relative;
		height: 40px;
	}
	.nav-container .container{
		position: absolute;
		right: 0px;
		width: 100%;
		padding: 0 5px;
	}
}

.cms-index-index .main-container .owl-item:hover .item {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background: white;
    margin-bottom: 20px;
}
.cms-index-index .main-container .owl-item .item .ratings .amount,
.cms-index-index .main-container .owl-item .item .mw_display_point{
	display: none;
}
.cms-index-index .main-container .owl-item:hover .item .mw_display_point,
.cms-index-index .main-container .owl-item:hover .ratings .amount{
	display: block;
}
.cms-index-index .main-container .owl-carousel .owl-wrapper-outer {
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
}

.cms-index-index .main-container .itemslider {
    height: 420px;
}
.grecaptcha-badge{
	z-index: 1;
}
#mini-cart .dropdown-menu{
	z-index: 99999999;
}
.dropdown:hover {
	z-index: 99999999;
}
@media only screen and (max-width: 640px){
	.extended-right .search-wrapper-centered,
	.extended-right .user-menu,
	.extended-right .lang-switcher{
		float: left !important;
	}
	.dropdown-toggle .dropdown-icon{
		background-position: 0 45%;
	}
}
@media only screen and (max-width: 479px){
	#checkout-review-table-wrapper{
		font-size: 12px !important;
	}
	.user-menu{
		float: right;
		height: 30px;
	}
	.header .item-left{
		margin-left: 0px;
	}
	#mini-cart .dropdown-toggle.cover > div{
		padding: 0px;
	}
	#mobnav-trigger{
		margin: 0;
		padding: 0;
		margin-right: 12px;
	}
}
@media only screen and (max-width: 425px){
	#subscribe-form #newsletter{
		width: 240px;
	}
}

@media (max-width: 767px){
	.feature-wrapper.top-border {
		border-top:1px solid #f5f5f5 !important;
	}
}
.feature-wrapper.top-border {
	border-top: none;
	margin-top:20px;
	padding-top:20px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.product-img-column {
		width: 100% !important;
	}
	.product-shop {
		width: 100% !important;
	}

	.product-secondary-column {
		width: 100% !important;
	}
	.product-view .custom-sidebar-right .inner {
		border: none !important;
	}
}
.product-view .product-benefit ul li {
	background: url(../images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat;
	padding-left: 25px;
	margin-left: -7px;
}

.products-grid .sticker {
	width: 55px;
	height: 55px;
	font-size: 11px;
}

.grouped-items-table .price-box .old-price {
	font-size: 9px !important;
}

.grouped-items-table .price-box .special-price {
	font-size: 9px !important;
}

.grouped-items-table {
	word-break: break-all;
}