﻿@media (min-width: 1500px) {
}

.tho-universe {
    font-family: 'Open Sans',Verdana,Tahoma,Arial,Helvetica;
    margin-top: 20px !important;
    position: relative;
    min-width: 300px
}

.tho-universe .thomann-logo {
    background: #fff;
    border: 1px solid #d1ccc4;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    padding: 6px 10px;
    position: absolute;
    left: 50%;
    top: -17px;
    width: 112px;
    margin: 0 0 0 -56px;
    z-index: 2
}

.tho-universe .thomann-logo img {
    margin: 0
}

.tho-universe .product-list {
    border-top: 1px solid #d1ccc4;
    list-style-type: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.tho-universe .product-list * {
    box-sizing: border-box;
    margin: 0
}

.tho-universe .product-list:before {
    display: block;
    content: ' ';
    height: 4px;
    position: absolute;
    top: 0;
    left: 1px;
    right: 1px;
    background: #f3efe9
}

.tho-universe .product-list li {
    border: 1px solid #d1ccc4;
    border-top: none;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    height: 160px
}

.tho-universe .product-list li .t-column {
    display: inline-block;
    vertical-align: top
}

.tho-universe .product-list li .column-image {
    width: 25%;
    height: 100%;
    text-align: center;
    position: relative
}

.tho-universe .product-list li .column-image img {
    display: inline;
    width: 120px;
    height: 120px;
    padding: 5%;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    left: 50%
}

.tho-universe .product-list li .column-meta {
    padding: 0 15px;
    width: 75%
}

.tho-universe .product-list li .column-meta .top-row {
    height: 88.4px
}

.tho-universe .product-list li .column-meta .top-row .display-name {
    display: block;
    margin-bottom: 5px
}

.tho-universe .product-list li .column-meta .top-row .manufacturer-logo {
    float: right;
    margin: 0;
    max-width: 140px
}

.tho-universe .product-list li .column-meta .top-row .ratings .stars,.tho-universe .product-list li .column-meta .top-row .ratings .inner-stars {
    background: transparent var(--wpr-bg-f90e4aeb-ea59-4c01-b528-cd25ec9fc60c) repeat-x;
    display: inline-block;
    width: 90px;
    height: 18px
}

.tho-universe .product-list li .column-meta .top-row .ratings .stars .inner-stars,.tho-universe .product-list li .column-meta .top-row .ratings .inner-stars .inner-stars {
    background: transparent var(--wpr-bg-c7c9a1a8-dfad-45de-9052-875778c8469a) repeat-x;
    width: 0
}

.tho-universe .product-list li .column-meta .top-row .ratings a {
    color: #676767;
    font-size: 13px;
    position: relative;
    top: -3px;
    left: 5px
}

.tho-universe .product-list li .column-meta .top-row .ratings a:hover {
    color: #131313
}

.tho-universe .product-list li .column-meta .bottom-row {
    height: 41.6px;
    text-align: right
}

.tho-universe .product-list li .column-meta .bottom-row .price-detail {
    font-size: 30px;
    font-weight: bold;
    float: left
}

.tho-universe .product-list li .column-meta .bottom-row .cta-detail {
    border-radius: 3px;
    border: 1px solid #b7b4ae;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #272727 !important;
    display: inline-block;
    font-size: 12px;
    outline: none;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #f8f5ed;
    background: -moz-linear-gradient(top, #f8f5ed 1%, #e8e5db 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f5ed), color-stop(100%, #e8e5db));
    background: -webkit-linear-gradient(top, #f8f5ed 1%, #e8e5db 100%);
    background: -o-linear-gradient(top, #f8f5ed 1%, #e8e5db 100%);
    background: -ms-linear-gradient(top, #f8f5ed 1%, #e8e5db 100%);
    background: linear-gradient(to bottom, #f8f5ed 1%, #e8e5db 100%);
    color: #3d3d3d;
    font-family: 'Open Sans',Verdana,Tahoma,Arial,Helvetica;
    font-size: 17px;
    font-weight: bold;
    height: 100%;
    padding-top: 8px;
    min-width: 160px
}

.tho-universe .product-list li .column-meta .bottom-row .cta-detail:hover,.tho-universe .product-list li .column-meta .bottom-row .cta-detail.tr-hover {
    color: #272727;
    background: #eae1cc;
    background: -moz-linear-gradient(top, #eae1cc 0, #e7dec7 49%, #cec6ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eae1cc), color-stop(49%, #e7dec7), color-stop(100%, #cec6ab));
    background: -webkit-linear-gradient(top, #eae1cc 0, #e7dec7 49%, #cec6ab 100%);
    background: -o-linear-gradient(top, #eae1cc 0, #e7dec7 49%, #cec6ab 100%);
    background: -ms-linear-gradient(top, #eae1cc 0, #e7dec7 49%, #cec6ab 100%);
    background: linear-gradient(to bottom, #eae1cc 0, #e7dec7 49%, #cec6ab 100%)
}

.tho-universe .product-list li .column-meta .bottom-row .cta-detail:active,.tho-universe .product-list li .column-meta .bottom-row .cta-detail-active {
    color: #272727;
    background: #e2d8be !important;
    background: -moz-linear-gradient(top, #e2d8be 0, #ebe3cb 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e2d8be), color-stop(100%, #ebe3cb)) !important;
    background: -webkit-linear-gradient(top, #e2d8be 0, #ebe3cb 100%) !important;
    background: -o-linear-gradient(top, #e2d8be 0, #ebe3cb 100%) !important;
    background: -ms-linear-gradient(top, #e2d8be 0, #ebe3cb 100%) !important;
    background: linear-gradient(to bottom, #e2d8be 0, #ebe3cb 100%) !important
}

.tho-universe .product-list li .column-meta .bottom-row .cta-detail[disabled],.tho-universe .product-list li .column-meta .bottom-row .cta-detail-disabled,.tho-universe .product-list li .column-meta .bottom-row .cta-detail[disabled]:hover,.tho-universe .product-list li .column-meta .bottom-row .cta-detail-disabled:hover {
    background: #eae1cc;
    background: linear-gradient(to bottom, #eae1cc 0, #e7dec7 49%, #cec6ab 100%);
    opacity: .5;
    box-shadow: none
}

.tho-universe .product-list li .column-meta .bottom-row .cta-detail[disabled]:active,.tho-universe .product-list li .column-meta .bottom-row .cta-detail-disabled:active,.tho-universe .product-list li .column-meta .bottom-row .cta-detail[disabled]:hover:active,.tho-universe .product-list li .column-meta .bottom-row .cta-detail-disabled:hover:active {
    top: 0 !important;
    left: 0 !important
}

.tho-universe .product-list li .column-meta .bottom-row .cta-detail:active {
    position: relative;
    top: 1px;
    left: 1px
}

.tho-universe .product-list li .column-meta .bottom-row .cta-detail-important {
    color: #3D3D3D;
    font-size: 13px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    background: #ffcc52;
    background: linear-gradient(to bottom, #ffcc52 0, #f8b71e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc52', endColorstr='#f8b71e', GradientType=0);
    border: none;
    border-radius: 2px;
    border-top: 1px solid rgba(232,169,28,0.5);
    border-bottom: 1px solid #F7AD1C
}

.tho-universe .product-list li .column-meta .bottom-row .cta-detail-important:hover {
    background: #ffd87f;
    background: linear-gradient(to bottom, #ffd87f 0, #f7c654 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd87f', endColorstr='#f7c654', GradientType=0);
    border-top: 1px solid rgba(232,169,28,0.2);
    border-bottom: 1px solid rgba(247,173,28,0.7)
}

.tho-universe .product-list li:first-child .column-meta {
    padding-top: 15px
}

.tho-universe .product-list li:first-child .column-meta .top-row {
    height: 73.4px
}

.tho-universe .product-list-highlight li .column-meta .bottom-row .cta-detail {
    color: #3D3D3D;
    display: inline-block;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    background: #ffcc52;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2M1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGI3MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffcc52 0, #f8b71e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffcc52), color-stop(100%, #f8b71e));
    background: -webkit-linear-gradient(top, #ffcc52 0, #f8b71e 100%);
    background: -o-linear-gradient(top, #ffcc52 0, #f8b71e 100%);
    background: -ms-linear-gradient(top, #ffcc52 0, #f8b71e 100%);
    background: linear-gradient(to bottom, #ffcc52 0, #f8b71e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc52', endColorstr='#f8b71e', GradientType=0);
    border: none;
    border-radius: 2px;
    border-top: 1px solid rgba(232,169,28,0.5);
    border-bottom: 1px solid #F7AD1C;
    color: #3d3d3d;
    font-family: 'Open Sans',Verdana,Tahoma,Arial,Helvetica;
    font-size: 17px;
    font-weight: bold;
    height: 100%;
    padding-top: 8px;
    min-width: 160px;
    border: 1px solid #dc9d0f
}

.tho-universe .product-list-highlight li .column-meta .bottom-row .cta-detail:hover,.tho-universe .product-list-highlight li .column-meta .bottom-row .cta-detail.tr-hover {
    background: #ffd87f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDg3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2M2NTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffd87f 0, #f7c654 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd87f), color-stop(100%, #f7c654));
    background: -webkit-linear-gradient(top, #ffd87f 0, #f7c654 100%);
    background: -o-linear-gradient(top, #ffd87f 0, #f7c654 100%);
    background: -ms-linear-gradient(top, #ffd87f 0, #f7c654 100%);
    background: linear-gradient(to bottom, #ffd87f 0, #f7c654 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd87f', endColorstr='#f7c654', GradientType=0);
    border-top: 1px solid rgba(232,169,28,0.2);
    border-bottom: 1px solid rgba(247,173,28,0.7)
}

.tho-universe .product-list-highlight li .column-meta .bottom-row .cta-detail:active,.tho-universe .product-list-highlight li .column-meta .bottom-row .cta-detail .tr-button-active {
    background: #f7c654;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YzY1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ4N2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7c654 0, #ffd87f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7c654), color-stop(100%, #ffd87f));
    background: -webkit-linear-gradient(top, #f7c654 0, #ffd87f 100%);
    background: -o-linear-gradient(top, #f7c654 0, #ffd87f 100%);
    background: -ms-linear-gradient(top, #f7c654 0, #ffd87f 100%);
    background: linear-gradient(to bottom, #f7c654 0, #ffd87f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c654', endColorstr='#ffd87f', GradientType=0)
}

.tho-universe .product-list-highlight li .column-meta .bottom-row .cta-detail[disabled] {
    background: #ffcc52;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2M1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGI3MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffcc52 0, #f8b71e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffcc52), color-stop(100%, #f8b71e));
    background: -webkit-linear-gradient(top, #ffcc52 0, #f8b71e 100%);
    background: -o-linear-gradient(top, #ffcc52 0, #f8b71e 100%);
    background: -ms-linear-gradient(top, #ffcc52 0, #f8b71e 100%);
    background: linear-gradient(to bottom, #ffcc52 0, #f8b71e 100%)
}

.tho-universe .product-list-highlight li .column-meta .bottom-row .cta-detail[disabled]:active {
    top: 0 !important;
    left: 0 !important
}

.tho-universe.t-size-lohmian .product-list .column-image img.article-image {
    width: 80px;
    height: 80px;
    margin-left: -35px;
    margin-top: -40px
}

.tho-universe.t-size-lohmian .product-list .column-meta .manufacturer-logo {
    display: none
}

.tho-universe.t-size-lohmian .product-list .column-meta .display-name {
    display: inline !important;
    margin-right: 5px
}

.tho-universe.t-size-lohmian .product-list .column-meta .ratings {
    display: inline-block
}

.tho-universe.t-size-lohmian .product-list .column-meta .ratings .stars {
    position: relative;
    top: 3px
}

.tho-universe.t-size-lohmian .product-list .column-meta .ratings a {
    display: none
}

.tho-universe.t-size-lohmian .product-list .column-meta .top-row,.tho-universe.t-size-lohmian .product-list .column-meta .bottom-row {
    height: auto !important
}

.tho-universe.t-size-lohmian .product-list .column-meta .bottom-row {
    text-align: left
}

.tho-universe.t-size-lohmian .product-list .column-meta .bottom-row .price-detail {
    font-size: 24px;
    margin-right: 10px
}

.tho-universe.t-size-lohmian .product-list .column-meta .bottom-row .cta-detail {
    min-width: 0;
    padding-top: 3px
}

.tho-universe .product-list .infobox
{
    position: relative;
    display: inline-block;
    border: 1px solid #777;
    width: 22px;
    text-align: center;
    font-weight: bold;
    color: #777;
    border-radius: 15px;
    margin-right: 10px;
}

.tho-universe .product-list .infobox .infobox-text
{
    position: absolute;
    width: 300px;
    top: 30px;
    left: -135px;
    padding: 7px;
    color: #555;
    background-color: #EEE;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #999;
    border-radius: 10px;
    opacity: 0.0;
    z-index: 1;
}

.tho-universe .product-list .infobox:hover .infobox-text:not(:hover)
{
    transition: opacity 0.2s;
    opacity: 1.0;
}

.loading {
    width: 100%;
    height: 200px;
    position: relative
}

ul.product-list.horizontal
{
    max-width: none;
}

ul.product-list.horizontal > li
{
    display: inline-block;
    width: 450px;
}

ul.product-list.horizontal > li div.column-meta
{
    padding-left: 0px;
}