/* basics */
html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

body {
    background: #2f2f2f;
    background-color: #2f2f2f;
    overflow-x: hidden;
    width: 100%;
}

h1,
h2,
h3,
h4,
div,
.h1,
.h2,
.h3 {
    color: white;
}

a {
    color: #e40a15;
}

a:focus,
a:hover {
    color: white;
}

main {
    background: #2f2f2f;
}

hr {
    border-top: 1px solid #565656;
}

#cms #content {
    background: #1f1f1f;
}

#checkout #content {
    background: #333333 !important;
}

#checkout .card-block *:not(a, span.buttonText),
#checkout .card-block *:not(a, span.buttonText):hover {
    background-color: transparent;
}

#checkout #create_account>label>span>span.label:hover {
    color: #c70d16;
}


#checkout * {
    color: white !important;
}

#checkout #confirm_order {
    /* border: 2px solid #565656; */
}

#checkout .cart-voucher>p>a.promo-code-button.collapsed {
    background-color: transparent;
}

#checkout .checkout-block[class*="num-"] .block-header:before {
    color: #c70d16;
}

#main>div>div.tthometab-title.text-uppercase {
    display: none;
}



/* CARDS (windows) */
.card {
    border: 1px solid #565656;
}

.card.cart-container .cart-item {
    border-bottom: 1px solid #565656;
}

.card-block.cart-summary-totals {
    border-top: 1px solid #565656;
}


/* ============================ */
/* ---------- HEADER ---------- */
#ttcmsheader {
    padding: 15px 0px;
}

.full-header,
#header>div.full-header.fixed {
    background: #980505;
}

#header {
    min-height: fit-content;
}

#header>div.full-header>nav {
    background: #1f1f1f;
}

@media (max-width: 991px) {
    .breadcrumb .parallex {
        height: fit-content;
    }

    #ttcmsheader {
        display: none;
    }

    .breadcrumb ol {
        padding: 24px 10px 24px;
    }
}

#header .header-top {
    display: none;
}

/* LOGO TOP - width adjustments */
#header .logo {
    max-width: 100px;
}

#header .fixed .logo {
    max-width: 100px;
}

.tt_category_feature .tt_cat_content {
    background: #c70d16;
}

#facet_6348 {
    display: none;
}

h1,
h2,
h3 {
    text-transform: uppercase !important;
}

#_desktop_header_logo {
    z-index: 999;
    position: absolute;
    transform: translate(-90px, 150px);
}

.tt-producttitle {
    font-weight: 700 !important;
    font-size: 20px;
}

/* ------------- EVERYWHERE -------------- */


/* ---------------- HOME PAGE | INDEX PAGE ------------------- */
/* ----- Convert to dark theme ----- */
.carousel-control {
    background-color: #c70d16;
}

.carousel-control:hover {
    background-color: white;
    border-color: #FF0a15;
}

/* hovering */
.carousel .carousel-control:hover .icon-next i,
.carousel .carousel-control:hover .icon-prev i {
    color: #e40a15;
}

.container-fluid {
    background: #1f1f1f;
}

.content_wrap,
#top_column,
.header-nav .left-nav {
    background-color: #2f2f2f;
    color: white;
}

.header-nav .left-nav {
    background: #323232;
}


.tt_category_feature {
    background: #c70d16 url(../img/pattern.png) repeat scroll 0 0;
}

.tt_category_feature::after {
    background-color: #c70d16;
}


#ttcmsservices::after {
    -webkit-mask-image: none;
}

/* ----------- search bar widget ------------ */
#_desktop_search_widget {
    z-index: 1;
}

#searchbox {
    /* padding: 5px 0px 3px 0px !important; */
}

#searchbox>div.search-form-inner>button {
    padding: 4px;
}

#_desktop_search_widget {
    background: #353535;
    padding: 0px;
}

#input_search {
    background: transparent;
    color: white !important;
}

#searchbox>div.search-form-inner>button {
    background: #565656;
}

#searchbox>div.search-form-inner>button>i {
    color: white !important;
}

@media (max-width: 767px) {
    .ets_search_block_top {
        margin: 0px;
    }
}


/* category image display fix */
.owl-carousel .owl-item img,
.products img {
    width: 100%;
    max-height: 267.5px;
    /* min-height: 289px; */
    object-fit: cover;
    object-position: center;
    padding: 2px;
    background-color: #1f1f1f;
}

/* category page - miniatures - hover over image border change color */
.owl-carousel .owl-item img {
    background-color: #282828;
}

.owl-stage-outer .thumbnail-container:hover .ttproduct-image a img {
    background-color: #353535 !important;
}

/*category page - add to card button */
.ajax_add_to_cart_button {
    background-color: #980505 !important;
}

.products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button {
    width: 100%;
    /* border-radius: 5px; */
}

#products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button,
.products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button {
    width: 100%;
    border-radius: 5px;
}

.tt_category_feature {
    padding: 15px 0;
}


.full-header::after {
    content: none !important;
}


/*############################*/
/*       CATEGORY PAGE        */

/* category description */
#category #content-wrapper #js-product-list-header .block-category {
    /* background: #383838; */
    /* border: white 1px solid; */
    background: none !important;
    padding: 0px !important;
}

@media only screen and (min-width: 840px) {
    #category #content-wrapper #js-product-list-header .block-category {
        margin-bottom: 15px;
    }
}

#content-wrapper #main .block-category {
    padding: 25px;
    color: white;
}

#content-wrapper #main .block-category * :not(a) {
    color: white;
}

#content-wrapper #main .block-category a {
    color: #c70d16;
}

#category .block-category .h1.title-category {
    font-size: xx-large;
    /* margin-bottom: 35px; */
    text-align: center;
    color: #c70d16;
}

#content-wrapper #main .block-category ul {
    list-style-type: disc;
    padding-left: 20px;
}

#cateory .card-block,
.card-block *:not(a, span.buttonText, textarea, button) {
    background-color: transparent;
}


/* --------- CATEGORY PAGE - Filter --------- */
#left-column>div>section,
#left-column #search_filters_wrapper,
#left-column .block-categories,
#left-column .new-products {
    border: none;
}


/* category page - filter - left column */
#left-column>div,
#search_filters>section.facet,
#left-column .new-products {
    background-color: transparent;
}

/* category page - filter first block */
#left-column>div>div.block-categories {
    background-color: #1f1f1f !important;
}

/* category page - filter second block */
#search_filters_wrapper {
    background-color: #1f1f1f;
}

#categories>li>ul>li>div>ul>li>a {
    /* second sub level categories */
    color: #d8d8d8 !important;
}

#left-column .products .product-miniature .thumbnail-container,
#right-column .products .product-miniature .thumbnail-container {
    border-bottom: 1px solid #565656;
}

/* category page - filter bar top */
#js-product-list-top {
    background-color: #1f1f1f;
}

.products-sort-order .select-title {
    margin-left: 10px;
    width: 95%;
}

/* products tiles */
.tt-producttitle {
    border-bottom: 1px solid #565656;
}

.products .product-description {
    background: transparent;
}

#content-wrapper .products .product-description {
    /* background-color: #282828; */
    color: #dcdcdc;
    height: auto !important;
}

@media only screen and (max-width: 480px) {
    #content-wrapper .products .product-description {
        background-color: transparent;
    }
}

.products .product-title a {
    color: #e7e7e7;
}

#left-column .products .product-miniature .thumbnail-container .ttproduct-desc .product-description .product-title a:hover {
    color: #FF0a15 !important;
}

#left-column .products .product-miniature .thumbnail-container .ttproduct-desc .product-description .product-price-and-shipping {
    background-color: transparent;
}

/* category page - headings */
#categories>li:nth-child(1)>a,
#search_filters .facet .facet-title,
#left-column .text-uppercase {
    color: white;
}

/* category page - categories (sub headings) */
#categories>li:nth-child(2)>ul>li>a,
#search_filters .facet .facet-label a {
    color: #dcdcdc;
    background-color: transparent;
}

.block-categories .category-sub-menu li a:hover {
    color: red !important;
}

/* #left-column > div#search_filters_wrapper #search_filters {
    background: #1f1f1f;
    border: 1px solid #565656;
} */

/* CART */
#_desktop_cart>div>div.header>span>span.cart-products-count {
    background-color: red;
    color: white;
}

#header .blockcart span.cart-products-count {
    width: 18px;
    height: 18px;
    padding-top: 2px;
    font-size: 18px;
    top: -8px;
    right: 9px;
}




/* category page - pagination */
nav.pagination {
    background: #1f1f1f;
}


.customNavigation {
    /* z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%; */
}

/* .product-title > a:hover {
    color: white !important;
} */

/* .product-description:hover a {
    color: rgb(184, 184, 184) !important;
} */
/* .product-description:hover{
    background-color: #333333 !important;
} */

.thumbnail-container:hover a {
    color: white !important;
}

.thumbnail-container:hover .product-description {
    background-color: #353535 !important;
}




#product-modal .modal-content .modal-body {
    background-color: #333333;
}

#product-modal .modal-content .modal-body .image-caption {
    background-color: #333333;
    color: white;
}

p,
p>strong,
p>em {
    color: #dcdcdc;
}

.product-information h2 span {
    color: white;
}

.tt-producttitle {
    color: white;
}

.product-actions .control-label {
    color: white;
}

#product-availability {
    color: #333333;
}


.tt-title {
    color: white;
}

/* Category View - search filters hover over item */
#search_filters .facet .facet-label a:hover {
    color: #980505 !important;
}

/* Product price */
.pb-right-column .product-price .current-price,
.current-price-value {
    color: white !important;
    font-weight: 100;
    font-size: 24px;
    margin-right: 40px;
}

/* Preisvorteil geniessen? */
#product-description-short-246>p:nth-child(3)>strong>a>span {
    background-color: #a50810 !important;
}

#product-description-short-246>p:nth-child(3)>strong>a>span:hover {
    background-color: #333333 !important;
    color: #a50810 !important;
}


/* Product Description */
.tabs .nav-tabs {
    border-bottom: 1px solid #565656;
}

.ttproductpagetab {
    border: 1px solid #565656;
}

.ttproductpagetab,
#description,
#main>div.ttproductpagetab>div>ul,
#main>div.ttproductpagetab>div {
    background-color: #1f1f1f;
}

#description>div>p:nth-child(1)>strong {
    color: white;
    font-size: 16px;
}


/* Addo to cart - Quantity */
#add-to-cart-or-refresh>div.product-add-to-cart.js-product-add-to-cart>div>div.qty>div>span.input-group-btn-vertical>button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up:hover,
#add-to-cart-or-refresh>div.product-add-to-cart.js-product-add-to-cart>div>div.qty>div>span.input-group-btn-vertical>button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down:hover {
    background-color: #a7a7a7;
}


/* Category page - product flags */
#js-product-list>div.products.product-thumbs.row>article:nth-child(18)>div>div>div.ttproduct-image>ul>li {
    color: #a50810;
}

.product-variants .radio-label {
    min-width: max-content;
}

/* product description */
#product-description-short>ul>li,
#product-description-short-11475>ul>li {
    color: white;
}




/* search bar category page */
#js-product-list-top>div.col-md-6.borderright>div>div.col-sm-9.col-xs-8.col-md-9.products-sort-order.dropdown.open>button,
#js-product-list-top>div.col-md-6.borderright>div>div.col-sm-9.col-xs-8.col-md-9.products-sort-order.dropdown>button {
    background-color: #565656;
}

.products-selection .sort-by,
#js-product-list-top>div.col-md-6.borderright>div>div.col-sm-9.col-xs-8.col-md-9.products-sort-order.dropdown>button>i {
    color: white;
}


/* INDEX PAGE + CATEGORY PAGE */
.products .thumbnail-container {
    /* border-radius: 15px; */
}

/* no line break in title */
#product-description-short-246>h2>span {
    display: flex;
}

#product-description-short-246>h2>span>span:nth-child(1) {
    margin-right: 10px;
}


/* product page -variants */
.product-variants li>label>span {
    padding-left: 10px !important;
    padding-right: 10px !important;

    background-color: #565656;
    color: white;
    border-color: #565656;
    border-radius: 5px;
}

input.input-radio:checked {
    background-color: #1f1f1f;
    color: white;
}

/* product page -variants (hovered) */
.product-variants li:hover>label>span {
    background-color: #1f1f1f;
    color: #FF0a15;
}

.input-radio:hover+span {
    border-color: #565656;
}

/* variants input buttons : checked */
.input-radio:checked+span {
    background-color: #1f1f1f;
    color: white;
    border: solid 2px #aaaaaa;
}



/* product page - "in stock" */
#product-availability,
#product-details>div.product-reference>label,
#product-details>div.product-availability-date>label {
    color: white;
}

/* product-page - brands */
#product-details>div.product-manufacturer>a>img,
#main>div.main-column.product-container.js-product-container>div>div.col-md-7.pb-right-column>div.product-information.col-xs-10.col-sm-10>div.product-actions.js-product-actions>div>a>img {
    height: 85px;
}

/* article details - detail list */
.product-features>dl.data-sheet {
    border: 1px solid #565656;
    border-top: none;
    background-color: #2f2f2f;
}

#product-details section.product-features>dl.data-sheet dt,
#product-details section.product-features>dl.data-sheet dd {
    background: transparent;
    border-bottom: none;
    border-top: 1px solid #565656;
}

#product-details section.product-features>dl.data-sheet dt {
    border-right: none;
}

#product-details section.product-features>dl.data-sheet dd {
    border-left: 1px solid #565656;
}

.product-features>dl.data-sheet dt.name {}

#product-details>section>p {
    color: white;
}

/* hide seperator */
.tthometab-title,
.tt-title {
    padding-top: 10px;
    padding-bottom: 0px;
    background-image: none;
}

#search_widget>span>i {
    font-size: 35px;
}

#search_widget>div>form>button>i {
    font-size: 30px;
}


/* =============== HEADER ============ */

/* Language and currency selector */
#header #_desktop_language_selector:hover span,
#header #_desktop_language_selector:active span,
#header #_desktop_currency_selector:hover span,
#header #_desktop_currency_selector:active span {
    color: #e40a15;
}

#_desktop_language_selector ul .current .dropdown-item,
#_desktop_currency_selector ul .current .dropdown-item {
    color: #e40a15;
}

#_desktop_language_selector .language-selector.dropdown.js-dropdown.open span,
#_desktop_currency_selector .currency-selector.dropdown.js-dropdown.open span {
    color: #e40a15;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: red;
}

.language-selector.open .material-icons.expand-less {
    color: #e40a15;
}

#header #_desktop_language_selector:hover i,
#header #_desktop_language_selector:active i,
#header #_desktop_currency_selector:hover i,
#header #_desktop_currency_selector:active i {
    color: #e40a15;
}

.tthometab-title,
.header-nav div,
#ttcmsheader div,
#ttcmsheader>div,
#_desktop_language_selector>div>div>button>span,
#_desktop_currency_selector>div>button>span {
    color: white;
}

#_desktop_currency_selector .currency-selector.dropdown.js-dropdown span,
.language-selector-wrapper button,
#ttcmsheader .ttheader-service,
#_desktop_language_selector .language-selector.dropdown.js-dropdown span,
#_desktop_currency_selector .currency-selector.dropdown.js-dropdown span,
.language-selector .material-icons,
.currency-selector .material-icons,
#ttcmsheader .ttheader-service::before {
    color: white;
}

#_desktop_language_selector>div>div>ul>li.current>a {
    color: #aaaaaa;
}

/* ALL BORDER COLORS */
.dropdown-menu {
    border-color: #565656;
    border-top-color: #2f2f2f;
}

/* LANGUAGE DROP DOWN */
.dropdown-menu {
    background: #2f2f2f;
}

.dropdown-menu * {
    color: white;
}



/* deeper red for man website color */
#header>div.full-header>div,
.footer-top {
    /* background-color: #980505; */
}


/* logo header - hide */
#_desktop_logo,
#header .logo {
    display: none;
}


.static-add-to-cart-button {
    margin-bottom: 10px;
}

.tt-button-container {
    width: 100%;
    margin-bottom: 10px;
}



/* category page - miniatures - "Add to cart"-Button label */
#js-product-list>div.products.product-thumbs.row>article>div>div>div.ttproduct-desc>div>div.ttproducthover>div>form>button>h4 {
    font-weight: 600;
    font-size: 0.9rem;
    padding-top: 6px;
}


/* hide [x]-products found - sort by: [] */
#js-product-list-top {
    display: none;
}

@media (max-width: 1300px) {
    .products .thumbnail-container .ttproducthover div .btn i {
        display: none;
    }
}


/* cetegory page - category HEADING */
#product-list-header>div>h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 50px;
    color: white;
    background: #2f2f2f;
}

/* category page - hide theiastickysidebar */
/* #left-column > div {
    display: none;
} */

.products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button {
    padding: 0px;
}

#checkout .checkout-block .inner-area .offer-login a {
    background-color: #980505;
}

/* contact form and Cart on checkout */
#checkout .card-block,
#checkout .card-block *:not(a, span.buttonText) {
    color: white;
}

#checkout .card-block h3 {
    color: white;
}

/* -------------- category page --------------- */
/* #left-column > div {
    background: transparent;
} */

/* product labels "NEW" */
/* li.product-flag.new {
    font-size: 18px;
    font-weight: 800;
} */
li.product-flag.new,
li.product-flag.on-sale,
li.product-flag.discount,
li.product-flag.out_of_stock,
.product-miniature .thumbnail-container .product-flags .new,
.product-miniature .thumbnail-container .product-flags .on-sale,
.product-miniature .thumbnail-container .product-flags .discount,
.product-miniature .thumbnail-container .product-flags .out_of_stock {
    color: white;
    font-size: 18px;
    font-weight: 400;
    /* background-color: #c70d16; */
    /* border-radius: 0px 5px 5px 0px; */

    top: 10px !important;
    opacity: 100%;
    display: flex;
    /* transform: rotate(-32deg); */
}

li.product-flag.discount,
.product-miniature .thumbnail-container .product-flags .discount {
    display: block;
    font-size: 12px;
    top: 18px !important;
}

.product-miniature .thumbnail-container .product-flags .out_of_stock {
    display: none;
}

.brands .tt-title {
    display: block !important;
}

#hometab .tab-title {
    color: #e7e7e7;
    font: 500 30px/40px "oswald", Helvetica, sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 880px) {
    #hometab .tab-title {
        font-size: 16px;
        padding: 2px 22px;
    }
}

@media only screen and (max-width: 545px) {
    #hometab .tabs .nav-tabs .nav-item {
        width: 50%;
        padding: 8px;
    }

    #hometab .tab-title {
        font-size: 20px;
    }
    #category .block-category .h1.title-category {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 440px) {

    #hometab .tab-title {
        font-size: 16px;
        padding: 2px;
    }
}

.product-flags-triangle {
    /* transform: rotate(45deg);  */
    position: absolute;
    top: 10px;
    left: 10px;
    /* padding-left: 10px; */
    width: 60px !important;
    height: 40px !important;
    background-color: #a50810;
    /* clip-path: polygon(0 0, 100% 0, 0 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: top left;
}

.product-flags-triangle>li {
    padding-left: 5px;
}

#wrapper .js-qv-mask.mask .owl-nav button:hover {
    background-color: #c70d16;
    border-color: #c70d16;
}

.product-miniature .thumbnail-container:hover .product-flags .new {
    left: 10px;
}

.modal-content {
    background-color: #2f2f2f;
}


.product-actions .add-to-cart {
    width: 200px;
}




/* HOME PAGE - ADD TO CART BUTTON */
.products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button:hover,
.products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button:hover * {
    color: white;
}

/* left-right icons */
.carousel .carousel-control .icon-next::before {
    background-color: #980505;
    background: #980505;
}


/* move price to right */
.pb-right-column .product-prices div,
.quickview .product-prices div {
    float: right;
    margin-right: 42px;
}


/* main section */
.pagenotfound,
.page-not-found {
    background: #1f1f1f !important;
}

#main .page-content,
#main .page-content p,
#main .page-content h1,
#main .page-content h4,
.tt-innerpagetitle,
.page-footer {
    color: white;
    border-color: #565656;
}

.products-sort-order .select-title {
    border-color: #565656;
}

.cms-page-link:hover {
    color: blue !important;
}


/* CATEGORY PAGE - left column */
#left-column>div>div.contact-rich>div:nth-child(2)>div.data,
#left-column>div>div.contact-rich>div:nth-child(4)>div.data.email {
    color: white;
}

select.form-control,
input.form-control,
textarea.form-control {
    background-color: #2f2f2f;
    color: white;
}

input.btn {
    border: solid 1px #565656;
    background-color: white;
    color: black;
}

input.btn:hover {
    background-color: #980505;
    color: white;
    border: solid 1px #565656;
}

.form-control:focus {
    background-color: #565656 !important;
    color: white !important;
}


/* NEWSLETTER REGISTER FORM */
/* NOTE: "newslatter" is not a typo! The module developer translated it incorrectly... */
#newslatter .block_newsletter .block_content .ttinput_newsletter .btn {
    border: solid 2px white;
}

#newslatter .block_newsletter .block_content .ttinput_newsletter .btn:hover {
    background-color: #980505;
    color: white;
    border: solid 2px white;
}

#newslatter .block_newsletter form input[type="email"] {
    background-color: white !important;
}



/* CONTACT FORM */
#contact .contact-form span.group-span-filestyle .btn {
    background-color: #565656;
    color: white;
    border: solid 1px #565656;
}




/* .footer-container .links li a:hover  {
    color: #a50810;
} */

/* ----------- FOOTER -------- */
#footer_sub_menu_1517 li:hover * {
    color: #980505 !important;
    fill: #980505 !important;
}

.bottom-footer p a:hover {
    color: red !important;
}


/* .footer-container .links li a:hover{
    color: violet;
} */


/* Product page */
.product-information *:not(a, i, textarea) {
    color: white;
    /* background-color: #2f2f2f; */
}

#product-description-short-9920>p:nth-child(1)>strong>span>span {
    color: white;
}



/* PRODUCT PAGE - Description and Details of products */
.tabs .nav-tabs .nav-link.active::before {
    -webkit-box-shadow: 0 0 0 25px #980505 inset;
}

.ttproductpagetab .tabs .nav-tabs .nav-link {
    background-color: #565656;
    color: white;
    border-color: #565656;
}

.ttproductpagetab .tabs .nav-tabs .nav-link.active {
    background-color: #565656;
    color: white;
    /* border: 2px solid #565656; */
    /* box-shadow: inset 0 0 4px white; */
}

.tabs .nav-tabs .nav-link::before {
    background-color: #565656;
    -webkit-box-shadow: 0 0 0 25px #565656 inset;
}



/* CATEGORY PAGE - PRICES */
.products .product-price-and-shipping {
    color: white;
    position: relative;
}

/* on discount - discount amount */
.product-miniature .product-price-and-shipping .discount-amount {
    color: #c70d16;
    display: none;
}

/* on discount - regular price */
.products .regular-price {
    display: none;

    /* color: #dcdcdc;
    position: absolute;
    margin-top: -52px;
    margin-left: -28px;
    font-size: 12px; */
}


.quick-view-block {
    display: none;
}


/* CATEGORY PAGE + PRODUCT PAGE: [Add to cart] buttons - design for hover animations */
.button.ajax_add_to_cart_button::before {
    background: #c70d16;
    /* -webkit-box-shadow: 0 0 0 25px #c70d16 inset; */
    border-radius: 5px;
}

.button.ajax_add_to_cart_button:hover,
#_desktop_cart_and_mobile>div>div.cart_block.block.exclusive>div.cart-buttons>a:hover {
    background-color: #e40a15;
}

#_desktop_cart_and_mobile>div>div.cart_block.block.exclusive {
    position: absolute;
    top: 50px;
}

#js-product-list>div.products.product-thumbs.row>article>div>div>div.ttproduct-desc>div>div.ttproducthover>div>form>button:hover>h4,
button.btn.btn-primary.add-to-cart {
    color: white;
    background: #980505;
}

/* PRODUCT PAGE: input buttons - design for hover animations */
.btn-primary::before {
    background: #980505;
}

.tabs .nav-tabs .nav-link:hover::before,
.btn-primary:hover::before {
    background: #e40a15;
    /* -webkit-box-shadow: 0 0 0 5px #e40a15 inset; */
    color: white;
    border-radius: 5px;
}

/* PRODUCT: Into the cart - button */
#add-to-cart-or-refresh>div.product-add-to-cart.js-product-add-to-cart>div>div.add>button,
#blockcart-modal>div>div>div.modal-body>div>div.col-md-6.divide-left>div>div>a,
#blockcart-modal>div>div>div.modal-body>div>div.col-md-6.divide-left>div>div>a::before,
#blockcart-modal>div>div>div.modal-body>div>div.col-md-6.divide-left>div>div>button,
#blockcart-modal>div>div>div.modal-body>div>div.col-md-6.divide-left>div>div>button::before {
    border-radius: 5px;
}

#blockcart-modal>div>div>div.modal-body>div>div.col-md-6.divide-left>div>div>button:hover {
    background-color: #980505;
}

.ttproductpagetab .tabs .nav-tabs .nav-link:hover {
    color: white;
}



/* ----------- CART ----------- */

/* add ot cart button */
#blockcart-modal .modal-header,
#blockcart-modal .modal-header * {
    background: #980505;
    color: white;
}

#blockcart-modal .modal-body,
#blockcart-modal .modal-body *:not(i) {
    background: #2f2f2f;
    color: white;
}

#blockcart-modal .cart-content .label,
#blockcart-modal .divide-right .h6.product-name {
    color: white;
}



/* CART MODAL */
.modal-dialog *:not(a) {
    color: white;
}

.modal-dialog strong {
    color: #c70d16;
    background-color: #2f2f2f;
}

#blockcart-modal .cart-content .btn.btn-secondary {
    background-color: #980505;
    color: white;
}

#blockcart-modal .cart-content .btn.btn-secondary:hover {
    background-color: #FF0a15;
}

#blockcart-modal .cart-content .btn.btn-primary {
    /* [weiter shoppen] Button - non hovering*/
    background-color: black;
    color: white;
}

#blockcart-modal .modal-body .divide-right span {
    color: white
}

#blockcart-modal .cart-content .btn.btn-secondary:hover::before {
    background-color: #e40a15;
}

#blockcart-modal .btn-primary::before,
#blockcart-modal .cart-content .btn.btn-secondary::before {
    background-color: #980505;
}

#blockcart-modal .cart-content .btn.btn-secondary:hover,
#blockcart-modal .cart-content .btn.btn-secondary:hover * {
    color: white;
}


/* ---------- CHECKOUT ------------- */
#main>div>div.cart-grid-body.col-xs-12.col-lg-8>div>div.card-block {
    /* background: #383838; */
}

#main>div>div.cart-grid-body.col-xs-12.col-lg-8>a {
    color: red;
}

#main .cart-grid-body div.cart-overview.js-cart .product-line-grid-right.product-line-actions .material-icons.float-xs-left {
    color: #e40a15;
}

#main .cart-grid-body div.cart-overview.js-cart .product-line-grid-right.product-line-actions .material-icons.float-xs-left:hover {
    color: white;
}

.cart-grid-body .cart-overview {
    /* background: #333333; */
}

.cart-overview .label,
.cart-grid-body .card-block h1,
.product-line-grid-body>.product-line-info>a.label,
.product-line-grid-body>.product-line-info>.label,
.product-line-info span.value,
#cart .product-price strong,
#cart .price {
    /* color: white; */
}

#cart .product-price strong {
    font-size: 18px;
}

.has-discount .discount {
    color: #e40a15;
}

.card.cart-summary *:not(a, input) {
    color: #dcdcdc;
    /* background: #333333; */
    margin: 0px;
}

#promo-code>form>div>input {
    background-color: #323232 !important;
    border-radius: 15px !important;
    height: 40px;
}

#promo-code>form>div>button {
    background-color: #980505 !important;
    border-radius: 15px !important;
    min-width: fit-content;
    margin-left: 8px;
}



#promo-code>div.promo-code {
    background-color: #333333;
}

#promo-code>div.promo-code>form>input.promo-input {
    border-radius: 5px;
    background-color: #1f1f1f;
    color: white;
    margin-bottom: 10px;
}

#promo-code .promo-code form>button {
    border-radius: 5px;
    background-color: #980505;
}

#promo-code .promo-code form>button:hover {
    background-color: #FF0a15;
    color: black;
}

#promo-code>div>a.collapse-button:hover {
    color: white;
}

.block-promo .promo-code .alert-danger {
    background-color: #FF0a15;
}

#confirm_order {
    border-radius: 15px;
    font-size: 17px;
}

div.checkout>div>a {
    /* box-shadow: 0px 0px 4px white; */
    border: 1px solid #565656;
    box-shadow: inset 0px 0px 1px 0px white;
    background-color: #980505;
}

div.checkout>div>a:hover {
    border: 1px solid #565656;
    box-shadow: inset 0px 0px 1px 0px white;
    background-color: #e40a15;
    color: white;
}

div.checkout>div>a::before {
    background-color: #e40a15;
}


/* USER ACCOUNT SECTION | CUSTOMER DASHBOARD */
#identity #main>header>h1.tt-innerpagetitle {
    padding: 20px 0px 0px 20px;
}

.page-my-account #content .links a span.link-item {
    background-color: #1f1f1f;
    color: #e7e7e7;
}

.page-my-account #content .links a span.link-item:hover {
    color: #e40a15;
}

.page-my-account #content .links a i {
    color: #e7e7e7;
}

.page-my-account #content .links a:hover i {
    color: #e40a15;
}

#identity #content {
    background-color: #1f1f1f;
}

#identity #content .form-control-label,
#identity #content label.radio-inline {
    color: #e7e7e7;
}

#identity #content .form-control-comment {
    color: #a7a7a7;
}

#identity #content input#avatar-name {
    height: 46px;
}

#identity #content #customer-form>div>div:nth-child(9)>div.col-md-6>span>label {
    color: #a7a7a7;
}

#identity #content #customer-form>footer>button {
    background-color: #980505;
    border-radius: 5px;
}

#identity #content #customer-form>footer>button:hover {
    background-color: #e40a15;
    color: white;
}

.page-addresses #content .address {
    background-color: #1f1f1f;
}

.page-addresses .address .address-footer a,
.page-addresses .addresses-footer a {
    color: #e7e7e7;
}

.page-addresses .address .address-footer a:hover,
.page-addresses .addresses-footer a:hover {
    color: #e40a15;
}

#order-slip section#content,
#discount section #content {
    background-color: #1f1f1f !important;
}

#order-slip article.alert-warning,
#discount article.alert-warning {
    color: white;
}

#order-slip .tt-innerpagetitle {
    padding-left: 20px;
    padding-top: 20px;
}

#history section#content {
    background-color: #1f1f1f;
}



/* BREADCRUMBS */
#wrapper>nav.breadcrumb>div.parallex {
    height: 60px;
}

#wrapper>nav.breadcrumb>div.parallex ol {
    padding: 15px 10px 15px;
}

/* THE CHECKOUT */
/* CHECKOUT STEP - Personal Data */
.custom-checkbox input[type="checkbox"] {
    accent-color: black;
    color: black;
}

body#checkout section.checkout-step #checkout-guest-form .custom-checkbox span {
    background: #565656;
}

#checkout-personal-information-step>div>ul>li>a {
    color: white;
}

#checkout-personal-information-step>div>ul>li:hover a {
    color: #e40a15;
}

/*  */
.product-discount .regular-price {
    color: #aaaaaa;
}

.card.cart-summary a.promo-code-button {
    color: #e40a15;
}

.card.cart-summary a.promo-code-button:hover {
    color: white;
}

/* checkout product images on the left */
div.cart-overview.js-cart img {
    max-width: auto;
    max-height: auto;

    width: 150px;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}


/* cart in checkout on the right */
#js-checkout-summary,
#js-checkout-summary *:not(a) {
    background: #333333;
    background-color: #333333;
    color: white;
}

#main>div>div.cart-grid-right.col-xs-12.col-lg-4>div>div.checkout.cart-detailed-actions.js-cart-detailed-actions.card-block>div>a {
    border-radius: 5px;
}

/* CHECKOUT STEPS */
#checkout section.checkout-step,
body#checkout section.checkout-step.js-current-step,
#checkout section.checkout-step {
    background-color: #333333;
    background: #333333;
    color: white;
}

section.checkout-step button.continue {
    /* [continue] button */
    background: #980505;
}

#payment-confirmation>div.ps-shown-by-js>button {
    /* [Bestellen] button */
    background: #980505;
    border: 2px solid #565656;
}

/* dark look redesign - checkout */
#checkout section.checkout-step *:not(a, textarea, input) {
    color: white;
}

#modal>div>div>button>span {
    /*exception*/
    color: black;
}

#checkout option {
    background: #1f1f1f;
}

#checkout .form-control:focus {
    color: white;
    background-color: #1f1f1f;
}

/* CHECKOUT steps - fields: general */
body#checkout section.checkout-step .h1,
body#checkout section.checkout-step .h2,
body#checkout section.checkout-step .h3,
body#checkout section.checkout-step .h4 {
    color: white;
}

body#checkout section.checkout-step .address-item.selected {
    background: #1f1f1f;
}

body#checkout section.checkout-step .address-item.selected *:not(a) {
    color: white;
}

body#checkout section.checkout-step {
    background: rgb(153, 41, 41);
}

textarea {
    background: #1f1f1f;
    color: white;
}

textarea * {
    color: black;
}

body#checkout section.checkout-step small {
    color: white;
}

#checkout #checkout-personal-information-step button,
#checkout .js-address-form button,
#checkout #js-delivery>button,
#checkout #payment-confirmation button {
    border-radius: 5px;
}


/* CHECKOUT - field: ADDRESSES */
body#checkout section.checkout-step .address-item,
body#checkout section.checkout-step .address-item *:not(a) {
    background: #1f1f1f;
    color: white;
}

body#checkout section.checkout-step .address-item.selected {
    /* selected address mark */
    /* border-color: #e40a15; */
    border: #e40a15 2px solid;
}

/* CHECKOUT - fields: payments */
#modal>div>div>button>span {
    color: black;
}

body#checkout section.checkout-step .step-title,
body#checkout section.checkout-step .step-title * {
    color: white !important;
}

.definition-list dl dt,
.definition-list dl dd,
.definition-list dl dt:nth-of-type(even),
.definition-list dl dd:nth-of-type(even) {
    background-color: #565656;
    background: #565656;
}

/* [Log-in instead] button */
body#checkout .checkout-block .inner-area .offer-login a {
    background-color: #980505 !important;
    border-radius: 15px !important;
    font-size: 16px !important;
    padding: 10px !important;
}

body#checkout .checkout-block .inner-area .offer-login a:hover {
    background-color: #FF0a15 !important;
}



#modal>div>div>button>span {
    /* DEBUGGING */
    color: black !important;
    fill: black !important;
}




/* ORDER CONFIRMATION page */
#order-confirmation .card-block *:not(a) {
    color: white;
}

#order-confirmation .card-block .col-md-12>p a {
    /* link colours */
    color: #e40a15;
}

#content-hook_payment_return dl dt,
#content-hook_payment_return dl dd {
    background: #565656;
    background-color: #565656;

}

#product-modal .modal-header {
    background: #980505;
    padding: 10px 10px 10px;
}





/* -------- MODULES -------- */

/* ttcmsheader */
#ttcmsheader .ttheader-service::before {
    display: none;
}

#ttcmsheader .ttheader-service {
    line-height: normal;
}

@media only screen and (max-width: 1212px) {

    /* schrift keiner um Zeilenumbruch zu vermeiden */
    #ttcmsheader .ttheader-service {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1060px) {

    /* schrift keiner um Zeilenumbruch zu vermeiden */
    #ttcmsheader .ttheader-service {
        font-size: 10px;
    }
}




/* CONTACT PAGE */
#content>section>form>section>div:nth-child(4)>div>select {
    /* display: none; */
    color: #888888;
}

/* MENU */
.tt-menu-horizontal ul li.level-1:hover>a {
    border-radius: 3px;
}


/* search bar */
#header>div.full-header>div.bon-search-icon {
    padding-top: 30px;
    /* padding-bottom: 20px; */
    padding-right: 30px;
    display: inline-block;
}

@media (max-width: 991px) {
    #header>div.full-header>div.bon-search-icon {
        padding: 0px;
    }
}


.full-header {
    /* text-align: end; */
}


#cms #main>div {
    background: #2f2f2f;
    background-color: #2f2f2f;
}

#hometab>div {
    background: #2f2f2f;
    background-color: #2f2f2f;
}


#_desktop_cart {
    top: 5px !important;
    margin-right: 100px;
}

#_desktop_cart .blockcart {
    padding-top: 10px;
    margin-left: 10px;
}


/* ONE PAGE CHECKOUT */
#js-delivery .h6.carrier-name {
    font-size: smaller;
}

/* - Country dropdown */
#invoice-address>section>div.form-group.id_country.countrySelect>label>select *,
#delivery-address>.customer-addresses>.addresses-selection>select.not-extra-field * {
    background: #2f2f2f;
}

/* - address dropdown */
#invoice-address>.customer-addresses>.addresses-selection>select.not-extra-field>option {
    background: #2f2f2f;
    opacity: 1.0;
}






/* CART POPUP */
#main>div.cart-inner-wrapper>div>div.card.cart-summary>div>div.card-block.block-promo>div>p>a:hover {
    background: #980505;
}

.cart_block.block.exclusive {
    background: #2f2f2f;
    border-color: #565656;
    opacity: 1 !important;
}

.cart_block.block.exclusive * {
    color: white;
}

#_desktop_cart>div>div.cart_block.block.exclusive>div.block_content>div.cart_block_list>div>div {
    background-color: #2f2f2f;
}

#_desktop_cart>div>div.cart_block.block.exclusive>div.block_content>div.cart_block_list>div>div:hover {
    background-color: #383838;
}

#_desktop_cart>div>div.cart_block.block.exclusive>div.cart-buttons>a {
    border-radius: 5px;
}

#_desktop_cart>div>div.cart_block.block.exclusive>div.cart-buttons>a:hover {
    background-color: #c70d16;
}

/* Main block */
#content-wrapper>div {
    padding-top: 0px;
}




/* disable non-function animate function */
.hb-animate-element {
    opacity: 1.0;
}


#bonsearch-popup-wrapper {
    display: none;
}


#_desktop_search_widget {
    display: inline-block !important;
    position: relative;
    margin: 0px;
    visibility: visible;
    top: 0px;
    left: 0px;
}








/* ------------- main menu ----------- */
.tt-menu-horizontal ul li.level-1>a::after {
    background-color: #c70d16;
    color: white;
}

.tt-menu-horizontal ul li.level-1:hover>a {
    color: white;
}


/* SEO Text INDEX PAGE */
#index #custom-text>ul {
    text-align: left;
    display: inline-block;
    list-style: disc;
}

#index #custom-text>p {
    max-width: 700px;
    /* text-align: justify; */
    margin: auto;
}




/* header logo top left */
#header #header-image-logo {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 10px;
    display: block;
    width: 350px;
    height: 350px;
}

#footer #header-image-logo>a>img,
#footer #ttcmsfooter>div:nth-child(2)>a>img {
    width: 100%;
    height: auto;
}

#footer>div.footer-container>div>div:nth-child(1)>div.block-contact.contact-rich.col-md-3.links>div:nth-child(4)>a>img {
    width: 90%;
    padding: 0px;
    margin: auto;
}

@media (max-width: 991px) {
    #footer #ttcmsfooter div {
        max-width: 49%;
        display: inline-block;
    }

    #footer>div.footer-container>div>div:nth-child(1)>div.block-contact.contact-rich.col-md-3.links>div:nth-child(4)>a>img {
        /* width: 50%; */
    }

    #footer>div.footer-container>div>div:nth-child(1)>div.block-contact.contact-rich.col-md-3.links>div:nth-child(4)>a {
        display: flex;
        margin: auto;
        width: 50%;
    }

    /* burger menu */
    #tt-menu-horizontal>div.title-menu-mobile {
        left: 20px;
    }


    /* mobile menu dark theme */
    #tt-menu-horizontal>div.ttmenu-content {
        border: 1px solid #565656;
    }

    .tt-menu-horizontal .ttmenu-content {
        background: #1f1f1f;
    }

    #tt-menu-horizontal>div.ttmenu-content>ul>li.level-1.parent.open>ul {
        padding-left: 30px;
    }

    #tt-menu-horizontal>div.ttmenu-content>ul>li>ul>li.level-2.parent.open {
        /* padding-left: 30px; */
    }

    #tt-menu-horizontal>div.ttmenu-content>ul>li.level-1.parent.open>ul>li.level-2.parent.open>ul {
        padding-left: 20px;
        background-color: #2f2f2f;
    }

    .tt-menu-horizontal .ttmenu-content span {
        color: white;
    }

    .tt-menu-horizontal .ttmenu-content span:hover {
        /* color: #e40a15; */
    }

    /* hovering items - color red (first 3 levels) */
    #tt-menu-horizontal>div.ttmenu-content>ul>li.level-1.parent.open>a:hover>span,
    #tt-menu-horizontal>div.ttmenu-content>ul>li>a:hover>span,
    #tt-menu-horizontal>div.ttmenu-content>ul>li.level-1.parent.open>ul>li>a:hover>span,
    #tt-menu-horizontal>div.ttmenu-content>ul>li.level-1.parent.open>ul>li.level-2.parent.open>ul>li>a:hover>span {
        color: #e40a15;
    }

    /* unfold-buttons on the right */
    #tt-menu-horizontal>div.ttmenu-content>ul>li.level-1.parent.open>span::after,
    #tt-menu-horizontal>div.ttmenu-content>ul>li.level-1.parent.open>ul>li>span::after,
    #tt-menu-horizontal>div.ttmenu-content>ul>li>span::after {
        color: white;
    }

    /* unfold-buttons on the right - HOVERING */
    #tt-menu-horizontal>div.ttmenu-content>ul>li.level-1.parent.open>span:hover::after,
    #tt-menu-horizontal>div.ttmenu-content>ul>li.level-1.parent.open>ul>li>span:hover::after,
    #tt-menu-horizontal>div.ttmenu-content>ul>li>span:hover::after {
        color: #e40a15;
    }
}

@media (max-width: 547px) {
    #header-image-logo {
        width: 100px;
        height: 100px;
        top: 38px;
        left: 45px;
    }
}


/* Menu main entries - font size dynamic on tablets (to avoid line break) */
@media (min-width: 992px) and (max-width: 1180px) {
    #tt-menu-horizontal>div.ttmenu-content>ul>li>a>span {
        font-size: 1.2em;
    }

    #_desktop_search_widget {
        width: 100px;
    }

    #header>div.full-header>div.bon-search-icon {
        padding-right: 0px;
    }
}



/* MENU - fix submenu styling */
@media (min-width: 992px) {
    .tt-menu-horizontal ul li.level-1:hover>.menu-dropdown {
        /* width: 400px; */
        margin: auto;
        padding-left: 20px;
        background: #2f2f2f;
        border: 1px solid #565656;
    }

    .tt-menu-horizontal ul li.level-2:hover>.menu-dropdown {
        left: 170px;
        /* width: 400px; */
        margin: 0px;
        padding-left: 20px;
        background: #2f2f2f;
        border: 1px solid #565656;
        opacity: 0.6;
    }

    .tt-menu-horizontal ul li.level-1:hover>.menu-dropdown *,
    .tt-menu-horizontal ul li.level-2:hover>.menu-dropdown * {
        color: white;
    }

    /* menu */
    /* #tt-menu-horizontal > div.ttmenu-content > ul > li > ul > li > ul > li > a > span:hover,
    #tt-menu-horizontal > div.ttmenu-content > ul > li > ul > li > a > span:hover {
        color: #FF0a15;
    } */

}





/* Bonpresta Modules */
#bonslider {
    opacity: 1.0;
}

#bonslider>ul {
    display: flex;
}


/* PRODUCT DESCRIPTION - lists */
#product .product-information>div>ul,
#product #description>div>ul {
    padding-left: 20px;
}


/* ----------- Review Module ------------ */
.ets_rv_reviews {
    background: #212121;
    box-shadow: 0px 0px 20px #565656;
}

.ets_rv_average_rating {
    background: #1f1f1f;
    width: 220px;
    /* border: 1px solid #565656; */
}

.ets_rv_reviews_header,
#ets-rv-product-comments-list-header>div.ets_rv_statistics,
.ets_rv_review_filter {
    border-bottom: 1px solid #565656;
}

.ets-rv-product-comment-list-item .ets_rv_comment_list textarea.ets_rv_comment {
    background-color: #565656 !important;
    border: 1px solid #565656;
}

#ets-rv-post-product-comment-modal>div>div>div>div {
    background-color: #2f2f2f;
}

#ets-rv-product-comments-list-header>div.ets_rv_statistics>div.ets_rv_stats_review>div.ets_rv_statistic_rating>div>span.ets_rv_grade_stars_type {
    width: 150px;
}

#ets-rv-product-comments-list>div.ets-rv-product-comment-list-item.row>div.col-md-12.col-sm-12.col-xs-12.ets-rv-comment-content>div.h4 {
    color: white;
}

#ets-rv-product-comments-list>div.ets-rv-product-comment-list-item.row>div.col-md-12.col-sm-12.col-xs-12.ets-rv-comment-content>p {
    color: #dcdcdc;
}



#ets-rv-post-product-comment-form>div.ets-rv-modal-header.ets>div,
#ets-rv-post-product-comment-form>div.ets-rv-modal-body>div>div>label,
#ets-rv-post-product-comment-form>div.ets-rv-modal-header.ets>button>svg {
    color: white;
}

/* input field */
#ets-rv-post-product-comment-form #comment_title,
#ets-rv-post-product-comment-form #comment_content {
    background-color: #565656;
    color: white;
}

/* button */
#ets-rv-post-product-comment-form>div.ets-rv-post_content_footer_modal>div>button.btn.btn-primary.ets-rv-btn-comment-inverse.cancel_button.ets-rv-btn-comment-big.ets_button_gray,
#ets-rv-post-product-comment-form>div.ets-rv-post_content_footer_modal>div>button.btn.ets-rv-btn-comment.ets-rv-btn-comment-big {
    border-radius: 5px;
}

#ets-rv-post-product-comment-form>div.ets-rv-post_content_footer_modal>div>button.btn.btn-primary.ets-rv-btn-comment-inverse.cancel_button.ets-rv-btn-comment-big.ets_button_gray {
    color: white;
}

#ets-rv-post-product-comment-form>div.ets-rv-post_content_footer_modal>div>button.btn.btn-primary.ets-rv-btn-comment-inverse.cancel_button.ets-rv-btn-comment-big.ets_button_gray:hover {
    color: white;
}

#ets-rv-post-product-comment-form>div.ets-rv-post_content_footer_modal>div>button.btn.ets-rv-btn-comment.ets-rv-btn-comment-big:hover {
    background: #e40a15;
}

/* "bewertung eingereicht" */
.ets-rv-product-comment-modal .ets-rv-modal-content,
.ets-rv-product-comment-modal .ets-rv-modal-content {
    background-color: #2f2f2f;
}

#ets-rv-product-comment-posted-modal>div>div>div>div.ets-rv-modal-header>div,
#ets-rv-product-comment-posted-modal-message {
    color: white;
}

#ets-rv-product-comment-posted-modal>div>div>div>div.ets-rv-modal-footer>div>button {
    border-radius: 5px;
    background-color: #980505;
    color: white;
}


/* ---------------- REVIEWS MODLUE ---------------- */
/* PRODUCT PAGE */
#product .bd_hover3:hover {
    border-color: #565656 !important;
    background: #a50810 !important;
}

#product #main>div.main-column.product-container.js-product-container>div>div.col-md-7.pb-right-column>div.product-information.col-xs-10.col-sm-10>div.product-actions.js-product-actions>div>a>img {
    float: right;
}

#product #main div.main-column.product-container.js-product-container div.product-information .js-product-additional-info>div>button {
    float: right;
}

.images-container .product-images .thumb-container .thumb:hover {
    /* border: 1px solid #565656; */
    background-color: #565656;
}

/* ALERT */
.alert {
    margin-bottom: 0px;
    color: #d8d8d8;
}


/* SIGN IN PAGE */
#authentication #content {
    background: #212121;
}

#authentication #content label {
    color: white;
}
#authentication #content button {
    background-color: #980505;
}
#authentication #content li.alert {
    background: #121212;
    color: #FF0a15;
}


/* CATEGORY PAGE */
#products .product-list-reviews {
    background: #212121;
    margin-top: -25px;
    opacity: 1.0;
    position: relative;
    margin-bottom: 0px;
}

#products #ets-rv-product-list-reviews-11978>div>div>div>div {
    color: wheat;
}

#category #left-column #new-product>a.all-product-link {
    color: #FF0a15 !important;
}

#category #left-column #new-product>a.all-product-link:hover {
    color: white !important;
}

#categories>li:nth-child(2)>ul>li:hover {
    color: #FF0a15 !important;
}

/* HOME(index) PAGE */
#index #content>div.ets_rv_home_reviews {
    background: #1f1f1f;
}

.ets_rv_home_reviews .ets_rv_latest_item_content_wrap {
    background: #2f2f2f;
    border-color: #565656;
}

.ets_rv_home_reviews .ets_rv_latest_item .ets_rv_latest_title {
    color: white;
}

/* ALERT POPUP */
#ets-rv-post-product-comment-modal>div>div>div>div>div>div.ets-rv-modal-body>p {
    color: white;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ets_rv_modal_review {
        max-width: fit-content;
    }
}






/* ------------- BLOG on HOME PAGE ---------------- */
.background1,
#ets-rv-product-comments-list-header>div.ets_rv_review_filter>ul>li.ets_rv_tab.ets_rv_tab_reviews.bg_hover1.bd_hover1.bg1.active>div,
div.form-footer>button.ets_rv_post_comment.background1.bg_hover3.bd_hover3.btn.btn-default {
    background-color: #980505 !important;
    border-color: #565656 !important;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner {
    background: #1f1f1f;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner>p {
    color: white;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a {
    color: white;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner>.read_more {
    color: red;
}



/* ------------- CONTACT PAGE ------------- */
#contact #content {
    background: #212121;
}

#contact #content h3 {
    color: white;
}

#contact .container .contact-form {
    border: none;
}

#content>section>form>section>div:nth-child(2)>div>select>option {
    background: #2f2f2f;
}

#content>section>form>section>div:nth-child(2)>div>select,
#content>section>form>section>div:nth-child(3)>div>input,
#content>section>form>section>div:nth-child(4)>div>textarea {
    color: white;
}

#contact #content>section>form>footer>input.btn.btn-primary {
    border-radius: 5px;
    background: #980505;
    color: white;
}

#contact #content>section>form>footer>input.btn.btn-primary:hover {
    background: #FF0a15;
    color: white;
}

#contact .theiaStickySidebar {
    margin: 0px;
}

/* "your message has successfully been sent" page */
#content>section>form>div>ul>li {
    color: green;
    font-size: 16px;
    font-weight: 600;
}

#content>section>form>div {
    padding: 50px 0px 50px 0px;
}

#left-column .contact-rich {
    border: none;
    background: #1f1f1f;
}




/* ------------- MENU --------------- */
#header .tt-menu-horizontal ul li.item-header>a {
    color: white !important;
}





#manufacturer .brand .brand-infos a {
    color: white;
}

#manufacturer .brand .brand-infos a:hover {
    color: #FF0a15;
}





/* STARTPAGE */
.carousel-control {
    border: none;
}



/* FOOTER */
.footer-container li a:focus,
.footer-container li a:hover {
    color: #FF0a15 !important;
}

.footer-container .contact-rich .block:nth-child(2):hover .icon i,
.footer-container .contact-rich .block:nth-child(2):hover span,
.footer-container .contact-rich .block:nth-child(2):hover a,
.footer-container .contact-rich .block:nth-child(4):hover .icon i,
.footer-container .contact-rich .block:nth-child(4):hover a,
.footer-container li a:hover,
.footer-container li a:hover::before,
.footer-container .contact-rich .block a:hover .icon i {
    color: #FF0a15 !important;
}






/* BRAND SLIDER */
.customNavigation a {
    background: #353535;
}

.customNavigation a i {
    color: white;
}

.customNavigation a:hover {
    background: #FF0a15;
}

.customNavigation a:hover i {
    color: white;
}

.customNavigation a:hover {
    border-color: white !important;
}




/* MOBILE THEME */
.bonsearch #input_search,
.bonsearch .bonsearch-microphone {
    background: #353535 !important;
    /* background-color: #565656; */
    color: white !important;
}


#input_search::placeholder {
    color: #a7a7a7 !important;
    opacity: 1;
    /* Firefox */
}

#left-column .clearfix,
#right-column .clearfix {
    background: #212121;
}

#left-column ul {
    padding-left: 10px;
}

#left-column .title .float-xs-right .navbar-toggler i,
#right-column .title .float-xs-right .navbar-toggler i {
    color: white;
}

.block-categories .category-sub-menu li a {
    color: #dcdcdc !important;
}

.pagination {
    border: none;
}

.products .thumbnail-container .ttproduct-image {
    background: #1f1f1f;
}

@media only screen and (min-width: 991px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}


.products .thumbnail-container {
    background: transparent;
}


#left-column .products .product-miniature .thumbnail-container .ttproduct-desc .product-description .product-title {
    color: white;
}



/* MAIN MENU ENTRIES */
.tt-menu-horizontal ul li.level-1 ul li>a {
    font-size: 18px;
    padding: 15px 0px 15px 0px;
    text-transform: none;
}

.tt-menu-horizontal ul li.level-1>a,
.tt-menu-horizontal ul li.level-1 .more-menu .categories {
    font: 400 18px/20px "Poppins", Helvetica, sans-serif;
}

/* color background on hover */
#tt-menu-horizontal>div.ttmenu-content>ul>li>ul>li,
#tt-menu-horizontal>div.ttmenu-content>ul>li>ul>li>a,
#tt-menu-horizontal>div.ttmenu-content>ul>li>ul>li>ul>li {
    width: 100%;
}

#tt-menu-horizontal>div.ttmenu-content>ul>li>ul>li>a:hover,
#tt-menu-horizontal>div.ttmenu-content>ul>li>ul>li>ul>li>a:hover {
    background: #252525;
    padding-left: 10px;
}


.tt-menu-horizontal li.level-2 .menu-dropdown {
    box-shadow: 0 2px 8px #4a4a4a;
}


.tt-menu-horizontal ul li.level-1>a::after {
    border-radius: 0px;
}




/* Button bottom right corner fix */
.goToTop {
    opacity: 1.0;
    border: none;
    width: 70px;
    height: 70px;
    background-color: #980505;
}

.goToTop i {
    color: white;
    z-index: 100;
    position: absolute;
    padding: 25px;

    font-size: 40px;
    left: -10px;
    top: -10px;
    opacity: 0.6;
}

.goToTop i:hover {
    color: white;
}

.goToTopImg {
    position: absolute;
    z-index: 99;
    left: 5px;
    top: -3px;
    width: 60px;
    height: auto;
}

.goToTop::before {
    display: none;
    background-color: #e40a15;
}

/* TT BRANDS SLIDER */
#index #ttbrandlogo-carousel>div.owl-stage-outer>div {
    height: max-content !important;
    max-height: max-content;
    max-width: 100%;
    /* width: 1710px !important; */
    transform: none !important;
}

#index #content>section.brands.bottom-to-top.hb-animate-element>div>div.products>div {
    display: none;
}

#ttbrandlogo-carousel>li {
    /* width: fit-content; */
    /* min-width: fit-content; */
}

#ttbrandlogo-carousel>li>div {
    /* display: flex;
    height: 100%;
    align-items: center; */
}

.brands #ttbrandlogo-carousel li {
    padding: 0px;
}

.brands #ttbrandlogo-carousel li .brand-image img {
    height: 160px;
    width: 160px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 545px) {
    .brands #ttbrandlogo-carousel li .brand-image img {
        /* width: 100% !important; */
        /* height: 120px; */
        object-fit: cover;
    }

    .brands {
        padding: 0px;
    }

    #ttbrandlogo-carousel>div.owl-stage-outer>div>div>li>div.h3.product-title>a {
        font-size: 12px;
    }

    /* #ttbrandlogo-carousel .products .product-title {
        margin-left: 20px !important;
        margin-right: 20px !important;
        width: 80% !important;
    } */
}

/* #index #ttbrandlogo-carousel > div.owl-stage-outer > div {
    display: block;
    /* height: 300px; */
}

#index #ttbrandlogo-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 250px !important;
}

#index .brands #ttbrandlogo-carousel {
    /* display: flex; */
}

*/
/* #ttbrandlogo-carousel > div.owl-stage-outer > div > div:nth-child(5) > li > div > a > img {
    height: 267.5px;
    object-fit: cover;
    object-position: center;
    min-height: max-content;
}
#ttbrandlogo-carousel > div.owl-stage-outer {
    height: 350px;
} */

/* GO TO TOP BUTTON */
#footer>div.backtotop-img>a:hover {
    background-color: #e40a15;
}

#footer>div.backtotop-img>a:hover>img {
    opacity: 0.4;
}

#footer>div.backtotop-img>a:hover>i {
    opacity: 1.0;
}

/* PRODUCTS PAGE - REVIEWS */
#product #main .btn.ets-rv-btn-comment.ets-rv-post-product-comment.ets-rv-btn-comment-big.background2.bg_hover3.bd_hover3,
#product #main .btn.ets-rv-btn-comment.ets-rv-post-product-question.ets-rv-btn-comment-big.background2.bg_hover3.bd_hover3 {
    background: #980505 !important;
    border-color: #565656 !important;
}

#product #main .btn.ets-rv-btn-comment.ets-rv-post-product-comment.ets-rv-btn-comment-big.background2.bg_hover3.bd_hover3:hover,
#product #main .btn.ets-rv-btn-comment.ets-rv-post-product-question.ets-rv-btn-comment-big.background2.bg_hover3.bd_hover3:hover {
    background: #c70d16 !important;
    border-color: #a7a7a7 !important;
}



/* PRODUCT PAGE - Product Details Buttons */
#main>div.ttproductpagetab>div>ul>li>a,
#main>div.ttproductpagetab>div>ul>li>a::before {
    border-radius: 5px;
}

#main>div.ttproductpagetab>div>ul>li>a:hover {
    background: #c70d16;
}

#main>div.ttproductpagetab>div>ul>li>a:hover::before {
    -webkit-box-shadow: 0 0 0 25px #980505 inset;
}

/* ALL IMAGES - Aspect ration 1/1 */
.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.images-container .product-images .thumb-container .thumb {
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#blockcart-modal .product-image {
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.product-miniature .thumbnail-container:hover .ttproduct-image .fade.second_image {
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

body#checkout #cart-summary-product-list img {
    width: 90px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

/* CART PAGE */
/* Quantity buttons */
.input-group .form-control:not(:first-child):not(:last-child) {
    background-color: #383838;
    border: 1px solid #565656;
    color: #ffffff;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    background-color: #383838;
    border: 1px solid #565656;
}



/* REVIEWS module: "Ask a question" modal */
#ets-rv-post-product-question-form * {
    color: white !important;
}

#ets-rv-post-product-question-form input,
#ets-rv-post-product-question-form textarea,
#ets-rv-post-product-question-form button {
    background: #212121;
}

#ets-rv-post-product-question-form>div.ets-rv-post_content_footer_modal>div>button.btn.btn-primary.btn-question-inverse.ets-rv-btn-question-big.cancel_button.ets_button_gray {
    background-color: #121212 !important;
}

#ets-rv-post-product-question-form>div.ets-rv-post_content_footer_modal>div>button.btn.ets-rv-btn-question.ets-rv-btn-question-big.btn-primary {
    background: #980505 !important;
}



/* Product Miniature Lists Hot Fixes */
@media (min-width: 1200px) {
    .col-xl-4 {
        width: 100.00%;
    }
}

@media (min-width: 544px) {
    .col-sm-4 {
        width: 25%;
    }
}

#product #product-details>div.product-manufacturer {
    display: none;
}


/* PRODUCT PAGE - Images Popup */
#product-modal>div>div>div.modal-body>figure>figcaption {
    display: none;
}

/* .customNavigation a:hover {
    border-color: #e40a15 !important;
    background-color: #e40a15 !important;
    color: white !important;
} */



/* CART PAGE */
.card {
    background-color: #212121 !important;
}

.card *:not(a, span, i, textarea) {
    /* color: white !important; */
}

.card a.label {
    color: #FF0a15 !important;
}

.card a.label:hover {
    color: white !important;
}

.card span.price {
    color: white !important;
}

.card span.label {
    color: #adadad !important;
}

.card a.label:hover {
    color: white;
}

.card span.value {
    color: #e7e7e7 !important;
}

.card .h4 {
    color: #dcdcdc;
}

.card .h6,
.card h6 {
    color: #bbbbbb;
}


#order-confirmation #order-items .image img {
    max-width: 169.66px;
    max-height: 169.66px;
    object-fit: cover;
}

#content-hook-order-confirmation-footer>section>a {
    color: #e40a15;
}

#content-hook-order-confirmation-footer>section>a:hover {
    color: white;
}





/* Product detail page - thumbnails fix */
@media (max-width: 991px) {
    .pb-left-column .images-container .js-qv-mask.mask {
        width: 99%;
        margin-left: -8px;
    }
}

/* Product detail page - allow x-overflow on thumbnails */
#product #tt-jqzoom {
    overflow-x: auto;
}



/* "Add to cart" - hide cart icon for mobile */
@media (max-width: 1199px) {

    .products .thumbnail-container .material-icons.add_to_cart_icon,
    .products .thumbnail-container .add-to-cart-disable .material-icons.add_to_cart_icon {
        display: none;
    }
}






/* CART Icon - displayNav1 */
#_desktop_cart {
    position: relative;
    right: 0px;
}

#_desktop_cart .blockcart {
    padding: 6px 0px;
}


.container_tt_megamenu {
    /* left: 240px; */
}



#left-column .products .product-miniature .thumbnail-container .ttproduct-image a img,
#right-column .products .product-miniature .thumbnail-container .ttproduct-image a img {
    width: 70px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}



#hometab>div.tabs>ul.nav-tabs>li.nav-item>a.nav-link {
    border-radius: 5px 0px 5px 5px;
    background-color: #4a4a4a;
}

#index #hometab .tabs .nav-tabs .nav-link.active .tab-title {
    background-color: #c70d16;
    color: white !important;
    border-radius: 5px 0px 5px 5px;
}




#index .tabs .nav-tabs .nav-link::before {
    color: white;
    /* background-color: #980505; */
    border-radius: 15px;
    display: none;
}



#hometab .tab-title:hover {
    color: white;
    border-radius: 15px 0px 15px 15px;
    background-color: #980505;
}



.tabs .nav-tabs .nav-link.active::before,
.tabs .nav-tabs .nav-link:hover::before,
.tabs .nav-tabs .nav-link:focus::before {
    background-color: #980505 !important;
}


#main>div>div.cart-grid-body.col-xs-12.col-lg-8>a {
    background-color: #2f2f2f;
    border: 1px solid #565656;
    border-radius: 25px;
    padding: 5px;
}

#main>div>div.cart-grid-body.col-xs-12.col-lg-8>a:hover {
    background-color: #980505;
    color: white;
    fill: white;
}


.product-flag.discount,
.product-flag.out_of_stock {
    padding: 5px;
    background-color: #980505;
    color: white;
    font-weight: 500;
}

.product-miniature .thumbnail-container:hover .product-flags .new,
li.product-flag.new {
    padding: 5px;
    background-color: #2f4858;
    color: white !important;
    font-weight: 500;
    margin-top: 40px;
}

.product-miniature .thumbnail-container:hover .product-flags .pack,
li.product-flag.pack {
    padding: 5px;
    background-color: #32466b;
    color: white !important;
    font-weight: 500;
    margin-top: 12px;
}

/* remove tooltip */
#button-compare {
    pointer-events: none;
    /* Prevent hover interaction */
}


/* SEARCH FUNCTION */
/* search bar */
#header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form {
    width: fit-content;
}

#header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form>input {
    width: 200px;
}

#header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right {
    width: fit-content;
    padding: 34px 0px;
    margin-right: 25px;
}

#header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form>button {
    border-top-right-radius: 5px;
    /* Top-right corner */
    border-bottom-right-radius: 5px;
    /* Bottom-right corner */
    margin-right: 1px;
    height: 37px;
    margin-top: 2px;
}

#header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form>input {
    border: 1px solid #777777;
}

/* search result popup */
.wrap_search .wrap_header_tap,
.wrap_search .content_tab {
    border: 1px solid #565656;
    background-color: #1f1f1f;
}

.wrap_header_tap ul li.active a,
.ets_search_block_top .btn.button-search {
    background-color: #2b546d !important;
}

.wrap_header_tap ul li a {
    color: white;
}

.view_number_show,
.ybc_search_item_content {
    color: white;
}

div.ets_search_block_top div.box_price>span {
    color: #FF0a15 !important;
}

div.ets_search_block_top div.item_shor_des>span {
    color: #e7e7e7 !important;
}

.search_block_results li:not(:first-child):hover:before {
    opacity: 0.2;
}

div.search_block_results .autocomplete-suggestions,
div#search_block_keyword .autocompletenew-suggestions {
    background-color: #1f1f1f;
}

.search_block_results li.search_result_header {
    background-color: #333333;
}

.search_block_results li {
    border-color: #565656 !important;
}

span.title_group {
    color: white;
    border-color: #565656;
}

@media (max-width: 1200px) {
    #header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right {
        /* position: relative;
        right: 25%;
        width: 50%;
        padding-top: 0px;
        padding-bottom: 10px; */

        position: relative;

        /* width: 250px; */

        /* padding-top: 0px;
        padding-bottom: 10px; */
        margin: 0px;
        display: block;
        right: 20px;
    }

    #header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form,
    #header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form>input {
        width: 150px;
        float: right;
    }
}

@media (max-width: 991px) {
    #header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right {
        padding: 34px 0px;
    }
}

@media (max-width: 545px) {
    #header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right {
        top: 9px;
        display: block;
        width: 100%;
        margin: 0px;
        padding: 19px 0px;
    }

    #header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form>button {
        height: 26px;
    }

    .ets_search_block_top .btn.button-search {
        padding: 5px 0px;
    }

    #header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form {
        width: 80%;
    }
}

/* search results page */
.ybc_search_page_content .content_tab .wrap_content.wrap_content_product {
    padding: 0px 0px 0px 0px;
}

#module-ybc_blocksearch-blocksearch #content-wrapper>div>div>div.content_tab>div>div>div.owl-stage-outer {
    padding-top: 40px;
}

#module-ybc_blocksearch-blocksearch#content-wrapper>div>div>div.content_tab>div>div>div.owl-stage-outer>div>div:nth-child(1)>div {
    top: 20px;
    display: block;
    position: relative;
    color: white;
    opacity: 1.0;
    z-index: 999;
}

#index .owl-stage {
    display: inherit;
}

.wrap_content_product form select#ybc_search_sort_by_product,
#ybc_search_sort_by_product>option {
    background-color: #2f2f2f;
    color: white;
}

#content-wrapper div.ttproducthover>div.tt-button-container>form {
    position: relative;
    display: contents;
}

.ets_item_product {
    width: 100%;
}

/* Show XYX results for "search-term" */
#content-wrapper>div>div>div.content_tab>div>div>div.owl-stage-outer>div>div:nth-child(1) {
    position: absolute;
    margin-top: -30px;
}

.ybc_search_page_content .content_tab .wrap_content.wrap_content_product .view_number_show {
    padding: 0px;
}

ul.pagination_search li a {
    background-color: #2f2f2f;
    color: white;
}

ul.pagination_search li a:hover {
    background-color: #565656;
}

ul.pagination_search li:not(.disabled):not(.active) a {
    color: white;
}

ul.pagination_search li:not(.disabled):not(.active) a i svg {
    fill: white;
}

ul.pagination_search li.disabled a {
    color: #565656;
}

ul.pagination_search li.active a {
    color: #FF0a15;
}

.search_block_results .box_button_see {
    background-color: #980505 !important;
}

.search_block_results .box_button_see:hover {
    background-color: #c70d16 !important;
}

#content-wrapper>div>div>div.wrap_header_tap>ul>li>a:hover {
    background-color: #565656;
}

.wrap_header_tap ul li * {
    color: white;
}

#module-ybc_blocksearch-blocksearch>main>div.bg_overlay_search.active::before {
    z-index: 5;
    display: none;
}

div.search_block_results {
    z-index: 9999 !important;
    display: block;
    right: 23px !important;
    left: auto !important;
    width: 80% !important;
    margin-top: 0px;
}


/* MAIN MENU */
.tt-menu-horizontal .ttmenu-content {
    width: fit-content;
}

#tt-menu-horizontal {
    width: fit-content;
}




/* tables */
.product-discounts>.table-product-discounts thead tr th {
    background-color: #383838;
    border: 1px solid #565656;
}

.product-discounts>.table-product-discounts tbody tr td {
    background-color: #1f1f1f;
    border: 1px solid #565656;
}

.product-quantity #quantity_wanted {
    background-color: #a7a7a7;
    font-size: 16px;
    font-weight: 600;
}

#add-to-cart-or-refresh>div.product-add-to-cart.js-product-add-to-cart>div>div.add>button {
    width: fit-content;
}

#checkout #confirm_order {
    background-color: #980505;
}

/* buttons background on hover turn red */
#add-to-cart-or-refresh>div.product-add-to-cart.js-product-add-to-cart>div>div.add>button:hover,
#checkout-addresses-step>div>div>form>div.clearfix>button:hover,
#header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form>button:hover,
.products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button:hover,
#checkout #confirm_order:hover {
    background-color: #e40a15 !important;
}



/* Log-In Button - displayNav1*/
#_desktop_user_info {
    padding: 6px 0px;
}

/* LOG-IN Popup */
#_desktop_user_info>ul.user-info {
    background-color: #2f2f2f;
    border-color: #565656;
    border-top-color: #2f2f2f;
}

#_desktop_user_info>ul.user-info>li>a {
    color: white;
}

#_desktop_user_info>ul.user-info>li:hover>a {
    color: #e40a15;
}

#header {
    z-index: 9999;
}




/* TABLES */
.table-bordered thead th,
.table-bordered thead td {
    background-color: #333333;
    color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #1f1f1f;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #2f2f2f;
}

.table-bordered th,
.table-bordered td {
    border-color: #565656;
}


/* ORDER DETAIL PAGE */
#order-detail #main .box {
    background-color: #1f1f1f !important;
}

#order-detail #order-infos strong {
    color: #d8d8d8;
}

#order-detail h3,
#order-detail h4 {
    color: white !important;
}

#order-detail address {
    color: #d8d8d8;
}

#order-detail .form-group label {
    color: white;
}

#order-detail footer>button {
    border-radius: 5px;
    background-color: #980505;
}

#order-detail footer>button:hover {
    background-color: #e40a15;
}


/* Change ADDRESS PAGE */
#address section#content {
    background: #1f1f1f;
}

#address .form-group label {
    color: white;
}


.form-control {
    border-color: #565656;
}

.form-control-comment {
    color: #a7a7a7;
}

#address .tt-innerpagetitle,
#history .tt-innerpagetitle,
#discount .tt-innerpagetitle {
    padding: 20px 0px 0px 20px;
}

/* MODULE WISHLIST | LISTS */
#module-blockwishlist-lists #main>div.wishlist-footer-links>a,
#module-blockwishlist-lists #main>div.wishlist-container>div>a {
    color: #e40a15 !important;
}

#module-blockwishlist-lists #main>div.wishlist-footer-links>a:hover,
#module-blockwishlist-lists #main>div.wishlist-container>div>a:hover {
    color: white !important;
}



/* CATEGORY DROPDOWN MENU */
.products-sort-order .select-title {
    background-color: #1f1f1f;
    color: #e7e7e7;
}

.products-sort-order .dropdown-menu {
    background-color: #1f1f1f;
    color: #e7e7e7;
}

.products-sort-order .select-list:hover {
    background-color: #2f2f2f;
    color: white;
}

#my-account footer.page-footer>div.text-sm-center>a {
    border-radius: 5px;
    background-color: #980505;
}

#my-account footer.page-footer>div.text-sm-center>a:hover {
    background-color: #FF0a15;
    color: white;
}


/* Back to Index Page - Button */
.breadcrumb li:hover span {
    color: #FF0a15;
}

@media (max-width: 543px) {
    .breadcrumb {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}


#custom-text {
    background-color: #1f1f1f !important;
    border: solid 2px #282828 !important;
}

#custom-text p .dark {
    color: white !important;
}

#custom-text p {
    color: #e7e7e7;
}

#blockEmailSubscription_displayFooterBefore {
    padding: 20px 0px;
}

.email_subscription form {
    display: flex;
    flex-wrap: wrap;
}

.email_subscription form input[type="email"] {
    order: 1;
    width: calc(100% - 100px);
    border-radius: 5px;
    background-color: #2f2f2f;
    color: white;
    font-size: large;
}

.email_subscription form input[type="email"]::placeholder {
    color: #a7a7a7;
}

.email_subscription form p {
    order: 3;
    margin-top: 0px;
    padding: 10px 0;
}

.email_subscription form input[type="submit"] {
    order: 2;
    width: 90px;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    background-color: #2f2f2f;
    /* border: 1px solid #dcdcdc; */
    color: white;
    font-size: 20px;
}

.email_subscription form input[type="submit"]:hover {
    background-color: #FF0a15;
}


#hometab .tabs .nav-tabs,
#ttcategorytabs.tabs .nav-tabs {
    margin: 30px 0px;
}

.homebg {
    margin: 0px 0px 0px 0px;
}

@media only screen and (min-width: 991px) {
    #footer #blockEmailSubscription_displayFooterBefore {
        margin: 0px 20% 0px 20%;
    }
}

.product-details-button {
    margin: 0px;
}


.pagination {
    margin: 15px 0px 0px 0px;
}



#header-logo {
    /* width: fit-content;
    height: fit-content;
    display: flex;
    position: absolute;
    right: 50%;
    transform: translateX(-300px);
    top: 73px; */
    top: 23px;
    display: inline-block;
    position: relative;
    left: 0px;
}

#header-logo img {
    width: 420px;
    height: auto;
}

@media (max-width: 1556px) {
    #header-logo {
        /* transform: translateX(-400px); */
        top: 36px;
    }

    #header-logo img {
        width: 270px;
    }

    .container_tt_megamenu {
        left: 0px;
    }
}

@media (max-width: 1355px) {
    #header-logo {
        /* transform: translateX(-460px); */
        top: 27px;
    }

    #header-logo img {
        width: 236px;
    }

    .container_tt_megamenu {
        left: 100px;
    }
}

@media (max-width: 1255px) {
    #header-logo {
        /* left: 20px; */
        /* top: 100px; */
    }

    #header-logo img {
        width: 100px;
    }

    .container_tt_megamenu {
        left: 0px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #header-logo {
        top: 15px;
        position: relative;
        left: 37px;
        z-index: 2;
        transform: none;
        width: 200px;
        margin: auto;
        left: 0px;
    }

    #tt-menu-horizontal>div.ttmenu-content {
        /* left: 50%; */
        /* transform: translateX(-460px); */
        transform: none;
    }

    #header-logo img {
        left: 0px;
        width: 200px;
        position: absolute;
        left: 0px;
        top: 0px;
        transform: none;
    }
}

@media only screen and (max-width: 991px) {
    #header-logo {
        transform: translate(30%, 0px);
        /* width: 100%; */
        top: 30px;
    }

    #header-logo img {
        /* right:-90px; */
        /* position: absolute; */
        width: 296px;
    }

    .tt-menu-horizontal .title-menu-mobile {
        top: 69px;
    }
}

@media only screen and (max-width: 895px) {
    .tt-menu-horizontal .title-menu-mobile {
        /* top: 110px; */
    }
}

@media only screen and (max-width: 880px) {
    #header-logo {
        top: 30px;
    }

    /* search bar */
    #header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form>input {
        width: 130px;
        float: right;
    }
}

@media only screen and (max-width: 739px) {
    #header-logo {
        /* width: 100%; */
        transform: translate(10%, 0px);
    }

    #header-logo img {
        left: 20px;
        /* position: absolute; */
        width: 275px;
        top: 0px;
    }
}

@media only screen and (max-width: 545px) {
    #header-logo {
        top: 10px;
        left: 0px;
    }

    #header-logo img {
        margin-left: 0px;
        position: relative;
        top: 8px;
        width: 180px;
        left: 0px;
    }

    /* search bar */
    #header>div.full-header>div.ets_search_block_top.col-sm-12.col-md-6.col-lg-5.clearfix.pull-right>form>input {
        width: 100%;
        float: right;
        height: 30px;
    }

    #tt-menu-horizontal>div.title-menu-mobile {
        /* top: 100px; */
    }

    #wrapper>nav.breadcrumb>div.parallex ol {
        padding: 1px 0px;
    }

    #wrapper>nav.breadcrumb>div.parallex {
        height: auto;
    }
}

@media only screen and (max-width: 437px) {
    #header-logo {
        /* top: 128px; */
    }

    #tt-menu-horizontal>div.title-menu-mobile {
        /* top: 116px; */
    }
}

@media only screen and (max-width: 418px) {

    #owl3>div.owl-stage-outer>div>div.owl-item.active>ul>li>ul>li>article>div>div>div.ttproduct-desc {
        /* width: 79%;
        margin: auto; */
    }
}

@media only screen and (max-width: 390px) {
    #header-logo img {
        width: 215px;
    }
}

.scrolled-down-img {
    top: 30px !important;
}

.scrolled-down-img img {
    height: auto !important;
    width: 220px !important;
}



/* LEFT SIDE - FILTERS */
#search_filters_wrapper {
    display: none;
}


/* product page heading - styling fixes for mobile */
#product #main>div.main-column.product-container.js-product-container>div>div.col-md-7.pb-right-column>h1 {
    max-width: 95%;
}




/* HEADER TOP - Stars rating */
#ttcmsheader .star {
    color: gold;
}

#ttcmsheader div i::after {
    display: none;
}




/* SEO TEXT - remove on Tablet and Phone */
@media only screen and (max-width: 991px) {
    #custom-text {
        display: none;
    }

    #blockEmailSubscription_displayFooterBefore>div {
        font-size: 22px !important;
    }
}





/* Multi Accessories Pro */
#multiAccessoriesTab .accessories_table_price,
#product #group_accessories {
    background-color: transparent;
}

#product #group_accessories .option-row input[type=text],
#group_accessories .dd-selected,
#product #group_accessories .option-row li a {
    background-color: #383838;
}

#product .ma_block_qty .ma_block_qty_vertical>.btn {
    padding: 10px 10px;
    background-color: #383838;
}

#product #group_accessories .custom_quantity {
    height: 40px;
}

#product .none_awesome_font .ma_block_qty .ma_block_qty_vertical .touchspin-up::after,
#product .none_awesome_font .ma_block_qty .ma_block_qty_vertical .touchspin-down::after {
    color: #e7e7e7;
}

/* PRODUCT TABS - Multi Accessories Pro */
#product #accessories {
    max-width: 70%;
    margin: auto;
}





#ps_cashondelivery-paymentOptions-additionalInformation .container {
    max-width: 100%;
    /* Ensure the container does not exceed the viewport or its parent */
    overflow: hidden;
    /* Prevents any overflow outside this container */
}

#checkout-payment-step .payment-options .svg-container,
#ps_cashondelivery-paymentOptions-additionalInformation .svg-container {
    display: flex;
    /* Flexbox layout */
    justify-content: space-between;
    /* Even spacing between icons */
    width: 100%;
    /* Full width of its parent */
    max-width: 45px;
}

#checkout-payment-step .payment-options .svg-container img,
#ps_cashondelivery-paymentOptions-additionalInformation .svg-container img {
    flex: 1 1 auto;
    /* Flex grow and shrink enabled, basis set to auto */
    max-width: 100%;
    /* Ensure max width does not exceed their flex allocation */
    height: auto;
    /* Maintain aspect ratio */
    padding: 2px;
}

/* Credit-Card Icons */
#checkout-payment-step>div>div.inner-wrapper>div.payment-options>div.tc-main-title.selected>div.js-additional-information.definition-list.additional-information.ps_checkpayment.ps-hidden>section>div {
    width: 100%;
    max-width: 100%;
}

#checkout-payment-step>div>div.inner-wrapper>div.payment-options>div.tc-main-title.selected>div.js-additional-information.definition-list.additional-information.ps_checkpayment.ps-hidden>section>div>img {
    width: 50px;
    height: auto;
}


/* PRODUCT > nav-link */
#main>div.ttproductpagetab>div>ul>li>a {
    font: 500 14px/20px "Poppins", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    /* min-height: 42px; */
    font-weight: 600 !important;
    line-height: 1.1;
    letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
    /* PRODUCT PAGE - [description] [product details] [caution advice] */
    #main > div.ttproductpagetab > div > ul > li > a,
    #main > div.ttproductpagetab > div > ul > li > a > h2 {
        font-size: 16px;
    }
}


/* EU Cookie Banner */
.lgcookieslaw-accept-button:hover,
.lgcookieslaw-reject-button:hover {
    background-color: white !important;
    color: black !important;
}

/* CATEGORY */
#js-product-list>div.products.product-thumbs.row>article>div>div>div.ttproduct-desc>div>div.product-price-and-shipping>div>span {
    text-transform: lowercase;
}

#js-product-list>div.products.product-thumbs.row>article>div>div>div.ttproduct-desc>div>div.product-price-and-shipping>span.discount-amount.discount-product {
    display: none;
}

/* adjust the positions of the prices beneath the product images */
#js-product-list>div.products.product-thumbs.row>article>div>div>div.ttproduct-desc>div>div.product-price-and-shipping>div {
    display: contents;
}



/* =============== AUTHENTICATION =============== */
/* gender - checkbox */
#authentication .custom-radio input[type="radio"]:checked+span {
    background-color: #FF0a15;
}



/* =============== my-account =============== */
/* COOKIES-module - revoke wiederrufen */
#my-account #content>div>div>a.col-lg-4.col-md-6.col-sm-6.col-xs-12.lgcookieslaw-account-button>span>img {
    display: inline-block;
    height: 30px;
    padding: 5px 0px;
    margin: 0 5px 0 0;
}

/* REVIEWS-module */
#my-account .ets_rv_my_review .link-item i svg {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    height: 24px !important;
}

#my-account .ets_rv_my_review .link-item i {
    min-height: auto;
    height: auto;
}

#my-account #my-review-link {
    padding: 5px 20px;
}

#my-account .page-content .links li {
    padding: 0px;
    width: 100%;
}


/* REVIEW MODULE */
/* category list */
.product-list-reviews {
    background-color: transparent;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.ets-rv-grade-stars.ets-rv-small-stars {
    padding: 0px 10px 20px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    margin-top: -32px;
    background-color: #777777;
}




/* ------------ PRODUCT - Footer - cross-selling ----------- */
.products .thumbnail-container {
    height: auto !important;
}

#main>section.crossselling-product.clearfix.mt-3>div.products.row>div>article>div {
    width: 100% !important;
    padding: 0px;
}

#main>section.crossselling-product.clearfix.mt-3>div.products.row>div>article>div>div>div.ttproduct-image>a>img.ttproduct-img1.img-fluid {
    height: auto;
    min-width: none;
    min-height: none;
}

#main>section.crossselling-product.clearfix.mt-3>div.products.row>div>article>div>div>div.ttproduct-desc>div>div.product-price-and-shipping>span.discount-percentage.discount-product {
    position: absolute;
    margin-left: -92px;
    margin-top: -35px;
    color: #a50810;
    font-size: 18px;
}



/* CUSTOMISATION Accept Button */
#product #main>div.main-column.product-container.js-product-container>div>div.col-md-7.pb-right-column>div.product-information.col-xs-10.col-sm-10>section>div>form>div>button {
    background-color: #980505;
}

#product #main>div.main-column.product-container.js-product-container>div>div.col-md-7.pb-right-column>div.product-information.col-xs-10.col-sm-10>section>div>form>div>button:hover {
    background-color: #FF0a15;
}









/* HEADER - USER and CART ICONS */
#_desktop_user_info {
    margin-left: 10px;
}

#_desktop_cart {
    margin-left: 10px;
}

#_desktop_cart_and_mobile>div>div.header>span {
    position: relative;
}

#_desktop_cart>div>div.header>span>img {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: -7px;
}

#_desktop_cart>div>div.header>span>span.cart-products-count {
    position: absolute;
    top: -4px;
    right: 10px;
    z-index: 1;
}








/* CONTAINER RULE - make wider */
@media (min-width: 768px) {
    .container {
        /* min-width: 850px; */
    }
}



/* POPPERS BOTTLE ICONS */
@media (max-width: 1199px) {
    .popper-strength {
        margin: 0px;
    }
}




.footer-top {
    background-color: #980505;
}




/* SIMPLE BLOG */
/* #left-column .block {
    background-color: transparent;
}
#left-column .block .title_blog,
#left-column .block .title_blog .title_blog a,
#left-column .block .title_blog .ets_title_block{
    color: #e7e7e7;
}

#left-colum .block .blog_view_all_button {
    background-color: #980505;
    color: white;
} */





/* PRODUCT PAGE - thumbnail images slider corrections */
#product #tt-jqzoom {
    overflow-x: hidden;
    width: inherit;
    display: contents;
}

#product #tt-jqzoom>div.owl-stage-outer {
    /* height: 100px; */
}


/* SEARCH BAR */
#header .search_block_results li {
    text-align: left;
}

#header .product-list-reviews>div.ets-rv-grade-stars {
    text-align: right;
}

#header .search_block_results img.search-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
}






/* Remove "fixed" from header */
.full-header.fixed {
    /* position: relative;
    -webkit-animation: none;
    animation: none; */
}


#_desktop_cart_and_mobile>div {
    display: flex;
}


/* Direct checkout button */
#direct-checkout-button {
    font-size: 12px;
    padding: 13px 12px 12px 12px;
    display: inline;
    z-index: 9;
    background-color: #980505;
    line-height: 1.0;
    width: max-content;
    border-radius: 5px;
    margin-top: 6px;
}

#direct-checkout-button:hover {
    background-color: #e40a15;
    color: white;
}



/* BLOG - corrections/bug fixes */
#ets_blog_page #left-column {
    z-index: 9;
}


@media only screen and (max-width: 1256px) {

    .tt-menu-horizontal ul li.level-1>a,
    .tt-menu-horizontal ul li.level-1 .more-menu .categories {
        font-size: 12px;
    }
}

@media only screen and (max-width: 545px) {

    #index #carousel,
    #index #ttcmsbottombanner {
        display: none;
    }

    #hometab .owl-stage-outer .owl-stage .owl-item .product-miniature {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #index .ttspecial-list .owl-item {
        width: 233px !important;
    }

    #index .ttspecial-list .owl-item article {
        padding-left: 5px;
        padding-right: 5px;
    }
}



#_desktop_mobile_user_info,
#_desktop_cart_and_mobile {
    display: block;
    width: max-content;
    float: right;
    position: relative;
    margin-left: 6px;
}

@media only screen and (max-width: 991px) {

    #_desktop_cart_and_mobile {
        margin-bottom: 1px;
    }
}



/* Sofortüberweisung */
.tc-main-title[data-payment-module="sofortbanking"] .payment-logo {
    background-image: url('/img/payment_icons/klarna.png');
}

/* Banküberweisung */
.tc-main-title[data-payment-module="ps_wirepayment"] .payment-logo {
    background-image: url('/img/payment_icons/bankzahlung.png');
}

/* Nachnahme */
.tc-main-title[data-payment-module="ps_cashondelivery"] .payment-logo {
    background-image: url('/img/payment_icons/nachnahme.png');
}

/* Kreditkarte */
.tc-main-title[data-payment-module="ps_checkpayment"] .payment-logo {
    background-image: url('/img/payment_icons/creditcard.png');
}

/* Allgemeine Styles */
.payment-logo {
    display: inline-block;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    /* margin-right: 8px; */
    vertical-align: middle;
    width: 64px;
    height: 64px;
    right: 10px;

    position: absolute;
}



/* PRODUCT - customizations */
#product .product-customization-item label {
    color: #e40a15;
}



#bottom-right-legal {
    /* position: relative; */
}

#bottom-right-legal img {
    width: 231px;
    height: auto;
    position: absolute;
    right: 248px;
    bottom: 72px;
    left: 50%;
    transform: translateX(369px);
}

@media (max-width: 543px) {
    #products .product-miniature, 
    .featured-products .product-miniature, 
    .ttfeatured-products .product-miniature, 
    .ttspecial-products .product-miniature, 
    .ttnew-products .product-miniature, 
    .ttbestseller-products .product-miniature {
        width: 50%;
        padding-left: 1px;
        padding-right: 1px;
    }
}

/* HIDE Cookie-Settings, WhatsApp and back-to-top ON PHONE */
@media (max-width: 991px) {
    #footer > div.footer-container > div > div:nth-child(1) > div.ets_wa_whatsapp_block {
        bottom: 0px;
    }
    #product #footer > div.footer-container > div > div:nth-child(1) > div.ets_wa_whatsapp_block {
        right: 45px !important;
        left: unset;
        /* bottom: 0px; */
    }
    /* hide back-to-top */
    .backtotop-img {
        display: none !important;
    }
}
/* HIDE Cookie-Settings, WhatsApp and back-to-top ON PHONE */
@media (max-width: 543px) {
    #lgcookieslaw_fixed_button,
    #footer > div.footer-container > div > div:nth-child(1) > div.ets_wa_whatsapp_block.left_bottom {
        display: none !important;
    }
}


.breadcrumb span {
    font-size: 18px;
}
.breadcrumb li span {
    line-height: 1.0;
    font-size: 12px;
}
.breadcrumb div {
    line-height: 1.0;
}



#product .owl-carousel.owl-drag .owl-item {
    display: contents;
}
#product #wrapper .js-qv-mask.mask .owl-nav button {
    display: none;
}



#cart .modal.fade.customization-modal.in {
    position: relative;
}

#cart .modal.fade.customization-modal.in > div > div > div.modal-header > h4 {
    font-size: 12px;
}

#cart .customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 400;
    text-align: right;
    font-size: 10px;
    line-height: 1.0;
    text-align: left;
    padding-right: 0px;
}



#checkout div.cart-inner-wrapper > div > div.card.cart-container > div > ul > li:nth-child(1) > div > div.product-line-body > div.product-line-desc > div.modal.fade.customization-modal.in > div > div {
    background-color: #1f1f1f;
}



#product .owl-stage-outer .owl-stage .owl-item .product-miniature {
    width: 200px;
}

.tt-menu-horizontal .menu-dropdown {
    max-height: max-content;
}


#product .owl-carousel .owl-stage {
    width: 100% !important;
}



#product section.crossselling-product > div.products.row > div > article {
    width: 20%;
    padding: 2px;
}
@media (max-width: 991px) {
    #product section.crossselling-product > div.products.row > div > article {
        width: 25%;
    }
}
@media (max-width: 543px) {
    #product section.crossselling-product > div.products.row > div > article {
        width: 50%;
    }
}



.products .thumbnail-container .ttproducthover div .btn i {
    display: none;
}


@media (max-width: 991px){
    #add-to-cart-button-container {
        left: 0px;
        position: fixed !important; 
        position: fixed;
        bottom: 0px;
        background: #161616;
        z-index: 999;
        padding: 10px 20px 0px 20px;
        width: 100% !important;
    }


    .ets_wa_whatsapp_block img {
        width: 30px;
    }
    .ets_wa_whatsapp_block .ets_wa_title {
        font-size: 12px;
        padding: 0px 4px;
    }
     #lgcookieslaw_fixed_button{
        width: 30px;
        height: 30px;
     }
}
@media (max-width: 783px){
    /* BLOG LAYOUT FIXES */
    #ets_blog_page #content-wrapper > div > div > ul.ets-blog-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 543px) {
    #add-to-cart-button-container {
        padding: 0px 20px 0px 20px;
    }
    
}
@media (max-width: 768px) {
    #product .main-column {
        padding-left: 15px;
        padding-right: 15px;
    }
}




#product .owl-stage {
    transform: none !important;
}



#index .ttspecial-products span.discount-percentage.discount-product {
    display: none;
}


/* PRODUCT PAGE - Reviews corrections */
#review-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}
#review-section .ets-rv-product-comments-additional-info {
    width: 100%;
}

@media (min-width: 991px) {
    #review-section .ets-rv-product-comments-additional-info {
        float: right;
        width: 58.33333%;
        /* 7 out of 12 width parts => 58.33% */
    }
}
#review-section > div > button.btn.ets-rv-btn-comment {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}



@media (max-width: 991px) {
    .ttproductpagetab {
        margin: 25px 0 40px;
    }
}


/* Wirepay List */

.wirepay-list,
#content-hook_payment_return > div > div > div > dl {
  display: grid;
  grid-template-columns: max-content auto;
  row-gap: 0.5em;
  column-gap: 1em;
}

.wirepay-list dt,
#content-hook_payment_return > div > div > div > dl dt {
  font-weight: bold;
  text-align: left;
  width: 49%;
  display: inline-block;
}

.wirepay-list dd,
#content-hook_payment_return > div > div > div > dl dd {
  margin: 0; /* wichtig, dd hat oft default margin */
  width: 49%;
  display: inline-block;
}