/*
Theme Name: OBS HD Grundlayout (OceanWP Child Theme)
Template: oceanwp
Theme URI: https://bitbucket.org/box72bucket/obs-oceanwp-child-theme
Description: OceanWP Child-Theme for Oneboxshop System
Author: Oneboxshop.de
Author URI: https://www.oneboxshop.de/
Version: 1.0
Requires at least: 5.3
Tested up to: 5.4
Requires PHP: 7.3
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/**** General ****/
/*
a.wp-block-button__link {
    background-color: #151515;
}*/

/* main-menu */


#site-navigation-wrap .dropdown-menu > li:first-child > a {
    padding-left: 0;
}

/* Selects */
.oneboxshop-pages-category-page-out .form-control, #oneboxshop-pages-product-out .form-control, .obs-model-selection .form-control {
    display: block;
    width: 100%;
    height: 34px;
    background-color: #fff;
    border: 1px solid #151515;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515;
    /*font-size: 1.1em;*/
    line-height: 26px;
    border-radius: 0;
    min-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(./assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    padding: 6px 8px;
}

/* Product Modelsearch Input */
input#obs-model-table-search-input{
     background-image: none!Important;
}

/**** Search Autocomplete****/

.ui-autocomplete .ui-menu-item .obs-autocomplete-result-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ui-autocomplete .ui-menu-item .obs-autocomplete-result-wrapper .obs-autocomplete-result-body {
    display: block;
    margin-top: 5px;
    padding-right: 10px;
    margin-left: 10px;
}

.ui-widget {
    font-family: inherit;
}


/**** Medium Header ****/

@media screen and (min-width: 1199px) {

    #site-header.minimal-header #medium-searchform {
        margin: 0 0 0 50px;
    }
}

#site-header.minimal-header #medium-searchform button {
    right: 0;
    width: 38px;
    background-color: transparent;
    color: #555;
    border: 0;
    padding: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#site-header.minimal-header #medium-searchform form.search-filled label {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}

#site-header.minimal-header #medium-searchform label {
    left: 12px;
    color: #333;
    cursor: text;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    z-index: 1;
    font-weight: inherit;
    font-family: inherit;
}

#site-header.minimal-header #medium-searchform label, #site-header.minimal-header #medium-searchform button {
    position: absolute;
    top: 0;
    line-height: 40px;
    margin: 0;
}

.minimal-header form.header-searchform {
    display: inline-block;
    position: relative;
}

#site-header.minimal-header #medium-searchform input {
    position: relative;
    background-color: transparent !important;
    margin: 0;
    padding: 6px 38px 6px 12px;
    z-index: 2;
    font-size: 16px;
}

.minimal-header .obs-default-header.obs-top-row.clr, .minimal-header .obs-default-header.obs-bottom-row.clr {
    display: flex;
    align-items: center;
}

.minimal-header .obs-default-header.obs-top-row.clr .obs-cart-overview, .minimal-header .obs-default-header.obs-bottom-row.clr .obs-cart-overview {
    cursor: pointer;
    margin-left: auto;
}

body.default-breakpoint .minimal-header .obs-default-header.obs-top-row.clr .obs-cart-overview {
    display: none;
}

.minimal-header .oceanwp-mobile-menu-icon a:first-child {
    padding-left: 5px;
    font-size: 30px;
}

.minimal-header .obs-default-header .oceanwp-mobile-menu-icon {
    margin-left: 20px;
}


.minimal-header .obs-second-logo {
    margin-left: auto;
}

@media only screen and (max-width: 959px) {
    body.default-breakpoint .minimal-header .obs-default-header.obs-bottom-row.clr .obs-cart-overview {
        display: none;
    }

    body.default-breakpoint .minimal-header .obs-default-header.obs-top-row.clr .obs-cart-overview {
        display: block;
    }

    body.default-breakpoint .minimal-header form.header-searchform {
        width: 100%;
    }

    body.default-breakpoint #site-header.minimal-header #medium-searchform {
        width: 100%;
    }

    body.default-breakpoint #site-header.minimal-header #medium-searchform input {
        max-width: unset;
    }

    .minimal-header .obs-second-logo {
        margin-left: unset;
    }
}

/**** Menu ****/
/*
#site-navigation .dropdown-menu .sub-menu li:nth-child(even) {
    background-color: #F8F8F8;
}
*/
#site-navigation .dropdown-menu .sub-menu {
    border-top: none;
}

/*
div#site-header-inner::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #151515;
    visibility: visible;
}


@media screen and (max-width: 999px) {
    div#site-header-inner::after {
        display: none;
    }
}
*/
/*
span.obs-cart-overview.wksh:after {
    content: url("./assets/images/cart.svg");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    line-height: 18px;
    vertical-align: middle;    
}*/

/* Category Page */
.box_filtersidebar:last-of-type .filter_card:last-of-type {
    border-bottom: 1px solid #151515;
}

@media screen and (max-width: 599px) {
    .box_filtersidebar:last-of-type .filter_card:last-of-type {
        text-align: center;
    }
}

.box_filtersidebar .filter_card,
.box_order .filter_card{
    border-radius: unset;
    border-top: 1px solid #151515;
    padding: 30px 0 26px;
}

.box_filtersidebar .filter_card.obs-filter-card,
.box_order .filter_card.obs-filter-card{
    margin-bottom: 0;
}

.box_filtersidebar .filter_card .card-header, 
.box_order .filter_card .card-header{
    border-bottom: none;
}

.box_filtersidebar .filter_card .card-header .obs-filter-card-header-title,
.box_order .filter_card .card-header .obs-order-card-header-title,
.obs-model-selection .obs-model-selection-model-title{
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    line-height: 28px;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 0;
}
.obs-model-selection .obs-model-selection-model-title{
   padding-bottom: 10px; 
    
}
.box_filtersidebar .filter_card .filter-content .card-body,
.box_order .filter_card .filter-content .card-body{
    padding-bottom: 0;
}

.box_filtersidebar .filter_card .filter-content .obs-filter-items .obs-filter-item,
.box_order .filter_card .filter-content .obs-filter-items .obs-filter-item{
    /*font-weight: 400 !important;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.85em;
    line-height: 25px;
        text-transform: uppercase;
}

.box_filtersidebar .filter_card .filter-content .obs-filter-items .obs-filter-item .badge-light {
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #BDBDBD;
    background-color: transparent;
}

.box_filtersidebar .filter_card .filter-content .obs-filter-items .obs-filter-item input {
    border: 2px solid #151515;
    margin: -3px 10px 0 0;    
}

.box_filtersidebar .filter_card .filter-content .obs-product-button .btn-block, .box_filtersidebar .filter_card .filter-content .wp-block-button .btn-block {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0;
    background-color: transparent !important;
    width: unset;
    display: inline-block;
    color: #151515 !important;
}

.box_filtersidebar .filter_card .filter-content .obs-product-button .btn-block::after, .box_filtersidebar .filter_card .filter-content .wp-block-button .btn-block::after {
    content: url(./assets/images/arrow.svg);
    display: inline-block;
    width: 7px;
    height: 17px;
    margin-left: 8px;
    top: -2px;
    position: relative;
}

.box_filtersidebar .filter_card .filter-content .obs-product-button .btn-block:hover, .box_filtersidebar .filter_card .filter-content .wp-block-button .btn-block:hover {
    color: #151515 !important;
}

input[type=checkbox]:checked:before {
    color: #151515 !important;
}

.oneboxshop-pages-category-page-out .wp-block-columns {
    margin-bottom: 0;
}

.oneboxshop-pages-category-page-out .wp-block-column:not(:first-child) {
    margin-bottom: 40px;
}

@media screen and (min-width: 1399px) {
    .oneboxshop-pages-category-page-out .wp-block-column:not(:first-child) {
        margin-left: 50px;
    }
}

@media screen and (max-width: 782px) {
    .oneboxshop-pages-category-page-out .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
}

.oneboxshop-pages-category-page-out .oneboxshop-more-products {
    margin-top: 40px;
}
/*
.obs_remove_filter {
    padding-left: 10px;
}

@media screen and (max-width: 599px) {
    .obs_remove_filter {
        padding-left: 0;
    }
}*/

/*
.obs-product-card {
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
} 
*/



/*
@media screen and (max-width: 767px) {
    .obs-product-image-sale-icon {
        margin-left: 0;
        margin-top: 0;
    }
} */


/**** Product ****/
#oneboxshop-pages-product-out .wp-block-columns {
    margin-bottom: 0;
}

@media screen and (max-width: 599px) {
    #oneboxshop-pages-product-out .wp-block-columns .wp-block-column {
        text-align: center;
    }
}

#oneboxshop-pages-product-out .wp-block-column:not(:first-child) {
   /*  margin-left: 32px; */
    padding: 0 30px;
}

@media screen and (max-width: 999px) {
    #oneboxshop-pages-product-out .wp-block-column:not(:first-child) {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    #oneboxshop-pages-product-out .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
}

#oneboxshop-pages-product-out h1,
.oneboxshop-pages-category-page-out h1.obs-category-title {
    margin: 0 0 15px;
    line-height: 1.2em;
    font-size: 2em;
    font-weight: 700;
}

.obs-product-variations-price {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
    .obs-product-variations-price > div {
        text-align: center;
        margin: 0 auto;
    }
}

.obs-product-variations-price .obs-product-price {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
    /*font-family:Trade Gothic LT Com Bold;*/
  font-size:1.6em;
 font-weight:500;    
    
}

.obs-product-variations-price .obs-product-tax {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.obs-product-variations-table {
    margin: 30px 0;
}

.obs-product-variations-table td {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    padding: 5px 10px 5px 0;
}

.obs-product-features-table{
    /*font-family: franklin-gothic-atf;    */
    /*font-size: 1.1em;*/
}


.obs-product-variations-table td.align-middle,
.obs-product-features-table td.align-middle{
    font-weight: 500;
	font-size: 0.9em;
}



.obs-product-variations-table td.align-middle div {
    display: inline-block;
}

.obs-product-variations-table td.align-middle::after,
.obs-product-features-table td.align-middle div::after{
    content: ":";
}

.obs-product-variations-table .box_filtersidebar .obs-product-variations-dropdown {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-color: #151515;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove default arrow */
    background-image: url(./assets/images/arrow-down.svg);
    /* Add custom arrow */
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
}

.obs-product-variations-table .box_filtersidebar .obs-product-variations-dropdown option {
    /*font-weight: 300 !important;*/
}

.obs-product-variations-table .box_filtersidebar .obs-product-variations-dropdown:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.obs-product-button {
    display: inline-block;
}



/**** Model Selection ****/
@media screen and (max-width: 767px) {
    .table-responsive {
        overflow-y: scroll;
    }
}

.table-responsive table {
    border: 0 !important;
}

@media screen and (max-width: 767px) {
    .table-responsive table {
        width: 200vw !important;
        margin-top: 50px;
        position: relative;
    }

    .table-responsive table::before {
        content: "SCROLL";
        background: url(./assets/images/arrow.png);
        background-position: right;
        padding-right: 25px;
        background-repeat: no-repeat;
        font-weight: 500 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #E8E8E8;
        top: -40px;
        position: absolute;
        font-size: 15px;
    }
}

.table-responsive table thead {
    background: #151515;
    color: #FFFFFF;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.table-responsive table thead th {
    border: 0 !important;
    text-align: center;
    padding: 28px 0 !important;
    /*font-size: 15px !important;*/
}

.table-responsive table tbody {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.table-responsive table tbody tr {
    /*font-size: 15px !important;*/
}

.table-responsive table tbody tr td {
    text-align: center;
    border: 0 !important;
    padding: 28px 0 !important;
}


/**** Cart ****/

/* Fix Suchfeld 100% */
.box_search_input_desktop label,
.box_search_input_mobil label {
    display: inherit;
}

#obs-cart #wkshform td.wkzs .input-group .form-control
 {
    /*font-weight: 300 !important;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    line-height: 26px;
    border-color: #151515;
    border-radius: 0;
    min-height: 50px;
    background: white;
}

#obs-cart #wkshform td.wkzs .input-group button.btn.btn-default.wkgc{
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    background-color: #151515 !important;
    /*font-size: 1.1em;*/
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 6px 20px;
    margin-top: 0;
    margin-right: 0;
    border: none;
}

.btn-danger span{
    color: black;
}

#obs-cart {
    padding-top: 20px;
}

#obs-cart #wkshform .panel-danger {
    border-color: #FF102B;
    border-radius: 0;
}

#obs-cart #wkshform .panel-danger .panel-heading {
    color: #FFFFFF;
    background-color: #FF102B;
    border-color: #FF102B;
    border-radius: 0;
}

#obs-cart #wkshform .panel-danger .panel-body {
    color: #151515;
}

#obs-cart #wkshform .panel-danger .panel-body .text-danger {
    color: #151515 !important;
}

#obs-cart #wkshform .panel-danger .panel-body ul li strong {
    font-weight: 500 !important;
}

#obs-cart #wkshform .panel-danger .panel-body button {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    background-color: #FF102B !important;
    font-size: 1.1em;
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 24px;
    margin-top: 0;
    margin-right: 0;
    border: none;
}

#obs-cart #wkshform .panel-danger .panel-body button:hover {
    color: #FFFFFF !important;
}

#obs-cart #wkshform .panel-danger .panel-body button:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#obs-cart #wkshform #cart thead tr th {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px;
    text-transform: none;
    border-bottom: none;
    padding: 30px 0;
}

#obs-cart #wkshform #cart tbody tr td {
    padding: 16px 0;
    /*font-weight: 500 !important;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*line-height: 28px;*/
    /*font-size: 1.1em;*/
}
#obs-cart #zaaccordion,
#obs-cart #zaaccordion h4,
#obs-cart .agbbox{
    font-size: 1.1em;    
}

/*
@media screen and (max-width: 767px) {
    #obs-cart #wkshform #cart tbody tr td {
        border-bottom: none !important;
    }
}*/
@media screen and (max-width: 767px) {
ul.ui-autocomplete {
    max-width: 90%;
}
}


#obs-cart #wkshform #cart tbody tr td::before {
    font-weight: 500 !important;
}

#obs-cart #wkshform #cart tbody tr td .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#obs-cart #wkshform #cart tbody tr td .img-thumbnail {
    border-radius: 0;
    border: 1px solid #E8E8E8;
    min-width: 80px;
}

#obs-cart #wkshform #cart tbody tr td h4 {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    line-height: 1.2em;
    text-transform: uppercase;
}

#obs-cart #wkshform #cart tbody tr td h4 a {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

#obs-cart #wkshform #cart tbody tr td p {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515;
    /*font-size: 16px;*/
    line-height: 19px;
}

#obs-cart #wkshform #cart tbody tr td .btn-danger {
    background-color: transparent;
    border-color: transparent;
}

#obs-cart #wkshform #cart tbody tr td .btn-danger:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}

#obs-cart #wkshform #cart tbody tr td .btn-danger i::before {
    color: #FF102B;
    font-size: 1.45em;
}

#obs-cart #wkshform #cart tbody tr td .form-control {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515;
    font-size: 1.1em;
    line-height: 28px;
    border-color: #151515;
    border-radius: 0;
    min-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove default arrow */
    background-image: url(./assets/images/arrow-down.svg);
    /* Add custom arrow */
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
}

#obs-cart #wkshform #cart tbody tr td .form-control option {
    font-weight: 500 !important;
}

#obs-cart #wkshform #cart tbody tr td .form-control:focus {
    border-color: #151515;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#obs-cart #wkshform #cart tfoot tr:nth-child(6) td, #obs-cart #wkshform #cart tfoot tr.danger td {
    background: transparent !important;
}

/*
#obs-cart #wkshform #cart tfoot tr:nth-child(6) .form-horizontal label, #obs-cart #wkshform #cart tfoot tr.danger .form-horizontal label {
    color: #FF102B !important;
}
*/

#obs-cart #wkshform #cart tfoot tr:nth-child(6) .form-horizontal label span::before, #obs-cart #wkshform #cart tfoot tr.danger .form-horizontal label span::before {
    color: #FF102B !important;
}

#obs-cart #wkshform #cart tfoot tr:nth-child(6) .form-horizontal .help-block, #obs-cart #wkshform #cart tfoot tr.danger .form-horizontal .help-block {
    border-radius: 0;
}

#obs-cart #wkshform #cart tfoot tr:nth-child(6) .form-horizontal .help-block .list-group .list-group-item, #obs-cart #wkshform #cart tfoot tr.danger .form-horizontal .help-block .list-group .list-group-item {
    background: transparent !important;
    border: none !important;
    margin: 0;
    padding: 5px 0;
}

#obs-cart #wkshform #cart tfoot tr:first-of-type td {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515;
    font-size: 1.0em;
    line-height: 28px;
    padding: 16px 0;
}

#obs-cart #wkshform #cart tfoot tr:first-of-type td a {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline !important;
    text-transform: uppercase;
}

#obs-cart #wkshform #cart tfoot tr:first-of-type td a:hover {
    text-decoration: underline !important;
}

#obs-cart #wkshform #cart tfoot tr.hidden-xs {
    background: #F8F8F8;
}

#obs-cart #wkshform #cart tfoot tr.hidden-xs td {
    background: transparent;
    padding: 16px 0;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515;
    font-size: 1.1em;
    line-height: 28px;
}

#obs-cart #wkshform #cart tfoot tr.hidden-xs td h4, #obs-cart #wkshform #cart tfoot tr.hidden-xs td h3 {
    font-weight: 500 !important;
    font-size: 1.1em;
    line-height: 28px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    #obs-cart #wkshform #cart tfoot tr.hidden-xs {
        background: transparent;
    }
}

@media screen and (max-width: 767px) {
    #obs-cart #wkshform #cart tfoot tr.visible-xs td {
        padding: 16px 20px;
        text-align: right;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    #obs-cart #wkshform #cart tfoot tr.visible-xs td.wkzs {
        background: #F8F8F8 !important;
    }
}

#obs-cart #wkshform #cart tfoot tr td {
    padding: 16px 0;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515;
    font-size: 1.1em;
    line-height: 28px;
    vertical-align: top;
    border: none !important;
}

@media screen and (max-width: 767px) {
    #obs-cart #wkshform #cart tfoot tr td.wkzs {
        background: transparent;
    }
}

#obs-cart #wkshform #cart tfoot tr td h4 {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    line-height: 28px;
    text-transform: uppercase;
}

#obs-cart #wkshform #cart tfoot tr td .form-horizontal label {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515;
    font-size: 1.1em;
    line-height: 32px;
}

#obs-cart #wkshform #cart tfoot tr td .form-horizontal .form-control,
#obs-cart #wkshform .row .panel-body .form-group select.form-control{
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515;
    font-size: 1.1em;
    line-height: 26px;
    border-color: #151515;
    border-radius: 0;
    min-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove default arrow */
    background-image: url(./assets/images/arrow-down.svg);
    /* Add custom arrow */
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
}

#obs-cart #wkshform #cart tfoot tr td .form-horizontal .form-control option {
    font-weight: 500 !important;
}

#obs-cart #wkshform #cart tfoot tr td .form-horizontal .form-control:focus {
    border-color: #151515;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#obs-cart #wkshform #cart tfoot tr.wkfooter td {
    padding-top: 30px;
}

#obs-cart #wkshform #cart tfoot tr.wkfooter td button {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    background-color: #151515 !important;
    font-size: 1.1em;
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 18px 36px;
    margin-top: 0;
    margin-right: 0;
    border: none;
}

#obs-cart #wkshform #cart tfoot tr.wkfooter td button:hover {
    color: #FFFFFF !important;
}
/*
#obs-cart #wkshform #cart tfoot tr.wkfooter td button .fa {
    display: none;
}
*/
#obs-cart #wkshform #cart tfoot tr.wkfooter td button:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#obs-cart #wkshform #cart tfoot tr.wkfooter td button.wkclose {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0;
    background-color: transparent !important;
    width: unset;
    display: inline-block;
    color: #151515 !important;
}

#obs-cart #wkshform #cart tfoot tr.wkfooter td button.wkclose::after {
    content: url(./assets/images/arrow.svg);
    display: inline-block;
    width: 7px;
    height: 17px;
    margin-left: 8px;
    top: -2px;
    position: relative;
}

#obs-cart #wkshform #cart tfoot tr.wkfooter td button.wkclose:hover {
    color: #151515 !important;
}

#obs-cart #wkshform #cart tfoot tr.wkfooter td h3 {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 32px;
    margin: 0;
}

#obs-cart #wkshform .agbbox {
    padding: 0;
}

#obs-cart #wkshform .agbbox h3 {
    margin: 20px 0 5px;
}

#obs-cart #wkshform .panel-heading {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4em;
    line-height: 19px;
    color: #151515 !important;
    background-color: transparent;
    border-color: transparent;
    padding: 30px 0 0;
}

#obs-cart #wkshform .panel-footer {
    border-top: none !important;
}

#obs-cart #wkshform .row .panel {
    padding-right: 20px;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    #obs-cart #wkshform .row .panel {
        padding-right: 0;
    }
}

#obs-cart #wkshform .row .panel .panel-heading {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4em;
    line-height: 19px;
    color: #151515 !important;
    background-color: transparent;
    border-color: transparent;
    padding: 30px 0 15px;
}

#obs-cart #wkshform .row .panel h3 {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4em;
    line-height: 19px;
    color: #151515 !important;
}

#obs-cart #wkshform .row .panel-body {
    color: #151515 !important;

    padding-left: 0;
    padding-right: 0;
}

#obs-cart #wkshform .row .panel-body.bgdark {
    background-color: transparent;
    padding: 30px 0 15px;
}

#obs-cart #wkshform .row .panel-body p {
    color: #151515 !important;

}

#obs-cart #wkshform .row .panel-body p strong {
    font-weight: 500 !important;
}

#obs-cart #wkshform .row .panel-body p.lead {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4em;
    line-height: 19px;
    color: #151515 !important;
}

#obs-cart #wkshform .row .panel-body hr {
    margin-top: 30px;
    margin-bottom: 40px;
}

#obs-cart #wkshform .row .panel-body .text-danger {
    color: #FF102B !important;
}

#obs-cart #wkshform .row .panel-body .form-group .input-group-addon {
    color: #151515;
    background-color: transparent;
    border-color: #151515;
    border-radius: 0;
}

#obs-cart #wkshform .row .panel-body .form-group .form-control {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    line-height: 26px;
    border-color: #151515;
    border-radius: 0;
    min-height: 50px;
}

#obs-cart #wkshform .row .panel-body .form-group .form-control option {
    font-weight: 500 !important;
}

#obs-cart #wkshform .row .panel-body .form-group .form-control:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#obs-cart #wkshform .row .panel-body .form-group .text-danger {
    color: #FF102B !important;
}

#obs-cart #wkshform .row .panel-body .form-group.has-error .input-group-addon {
    color: #FF102B !important;
    border-color: #FF102B;
}

#obs-cart #wkshform .row .panel-body .form-group.has-error .form-control {
    color: #FF102B !important;
    border-color: #FF102B;
}

#obs-cart #wkshform .row .panel-body .form-group.has-error .help-block {
    color: #FF102B !important;
}

#obs-cart #wkshform .row .panel-footer {
    background-color: transparent !important;
    border-top: transparent !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

#obs-cart #wkshform .row .panel-footer label {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    line-height: 26px;
    color: #151515 !important;
    padding-left: 26px;
}

#obs-cart #wkshform .row .panel-footer label input[type=checkbox] {
    border: 1px solid #151515;
    border-radius: 0;
    margin: 4px 0 0;
    margin-left: -26px;
}

#obs-cart #wkshform .row .panel-footer a {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    line-height: 20px;
    border-color: #151515 !important;
}

#obs-cart #wkshform .row .panel-footer a:hover {
    text-decoration: underline !important;
}

#obs-cart #wkshform .row .pull-left.small {
    color: #151515;
    font-size: 100%;
}

@media screen and (max-width: 767px) {
    #obs-cart #wkshform .row button {
        width: 100%;
    }
}


#obs-cart #wkshform .row button {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    background-color: #151515 !important;
    font-size: 1.1em;
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 18px 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    border: none;
}

#obs-cart #wkshform .row button:hover {
    color: #FFFFFF !important;
}
/*
#obs-cart #wkshform .row button .fa {
    display: none;
}
*/
#obs-cart #wkshform .row button:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}





#obs-cart #wkshform .row .panel table.ncart tbody tr:first-of-type td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 16px;
}

#obs-cart #wkshform .row .panel table.ncart tbody tr:first-of-type td span {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
}

#obs-cart #wkshform .row .panel table.ncart tbody tr td.tdtop {
    padding-top: 16px;
    border-bottom: none;
}

#obs-cart #wkshform .row .panel table tr th {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515 !important;
    font-size: 1.1em;
    text-transform: none;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
}

#obs-cart #wkshform .row .panel table tr td {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500 !important;
    font-size: 1.1em;
}

#obs-cart #wkshform .row .panel table tr td strong {
    font-weight: 500 !important;
}

#obs-cart #wkshform .row .panel table tr td:last-of-type {
    padding-right: 8px;
}

#obs-cart #wkshform .row .panel table tr.hidden-xs td {
    border-top: none;
    border-bottom: none;
}

#obs-cart #wkshform .row #zaaccordion {
    margin-top: 10px;
}

#obs-cart #wkshform .row #zaaccordion .panel {
    padding: 0;
}

#obs-cart #wkshform .row #zaaccordion .panel .panel-heading {
    padding: 5px 0;
    text-align: center;
}

#obs-cart #wkshform .row #zaaccordion .panel .panel-heading strong {
    font-weight: 500 !important;
}

#obs-cart #wkshform .row #zaaccordion .panel .panel-heading a {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    line-height: 34px;
    text-transform: uppercase;
    display: inline-block;
    color: #151515 !important;
    padding: 0;
}

#obs-cart #wkshform .row #zaaccordion .panel .panel-heading a::after {
    content: url(./assets/images/arrow.svg);
    display: inline-block;
    width: 7px;
    height: 17px;
    margin-left: 8px;
    top: -2px;
    position: relative;
}

#obs-cart #wkshform .row #zaaccordion .panel .panel-heading a:hover {
    color: #151515 !important;
    background: transparent !important;
}

#obs-cart #wkshform .row #zaaccordion .panel .panel-body {
    background-color: transparent;
    border-bottom: none;
    text-align: center;
    padding: 0;
}

#obs-cart #wkshform .panel-success


#obs-cart #wkshform .panel-success .panel-footer{
   padding: 15px 0; 
}

#obs-cart #wkshform .panel-success button {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    background-color: #151515 !important;
    font-size: 1.1em;
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 18px 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    border: none;
}

#obs-cart #wkshform .panel-success button:hover {
    color: #FFFFFF !important;
}

#obs-cart #wkshform .panel-success button:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#obs-cart .waitcontent h3 {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #151515 !important;
}

#obs-cart .waitcontent p {
    color: #151515 !important;
}

#obs-cart .waitcontent p strong {
    font-weight: 500 !important;
}

/* KTM Fonts */



/* SiteOrigin CSS: Custom KTM Stlye */

.obs-button-active a {
	background-color: #fa6600;
    font-family: franklin-gothic-atf;    
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
}

.obs-button-active a:hover {
  color: #fff;
   background-color: #fa6600;
   background-image:none;
/*  -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);*/
}

.filter_sidebar .obs-button-active a {
  	background-color: transparent;
}
/*
.obs-product-card .card-body .price {
   font-family: franklin-gothic-atf;
  font-size:1em;
}
*/



.text-secondary.obs-product-card-brand {
	font-size: 14px;
}
	




/*  Product Card */

.obs-product-card-body{
  
  font-family: franklin-gothic-atf;
  font-size:1.15em;
  line-height:1.0em; 
    
}

@media screen and (max-width: 599px) {
    .obs-product-card {
        padding-left: 0;
    }
}

.obs-product-card .card-img-top {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #E8E8E8;
    background: white;
}

.obs-product-card .card-body {
    padding: 20px 0;
}

.obs-product-card .card-body .text-secondary {

}

.obs-product-card .card-body p, .obs-product-card .card-body .obs-product-card-title{

    margin-bottom: 2px;
}

.obs-product-card .card-body .obs-product-card-title {
  /*font-size:1.45em;*/
  line-height:1.1em; 
  /* font-weight: 600; */
}
.obs-product-card .card-body .obs-product-card-title a {
	color:black;
	text-transform: none;
	font-size: 0.98em;
	font-family: franklin-gothic-compressed, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

/* Unterstreichungen vom Elelmentor entfernen */

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration: none;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
	text-decoration: none;
}


.obs-product-card .card-body .price {
    color: #000000;
    font-weight: 500;
}

.obs-product-card .card-body .price del{
    color: rgb(10, 10, 10);
    font-weight: 400;
    text-decoration-thickness: 0.01em;
}





.obs-product-image-sale-icon {
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #151515 !important;
        margin-left: 0;
        margin-top: 0;
}



.obs-breadcrumb {
        font-family: franklin-gothic-atf;   
          font-size:1em;
}

.obs-button-disabled a,
.obs_remove_filter a{
    font-family: franklin-gothic-atf;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;    
}


.obs-bootstrap .modal-title {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 2rem;
}
.obs-search-results-wordpress h3{
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1;
    text-transform: none;
}
.obs-search-results-wordpress p{
    color: gray;
}
.obs-search-results-wordpress .obs-wp-post-image{
    text-align: center;
    padding: 15px;
    border: 1px solid #E8E8E8;
    background: white;    
    margin-bottom: 10px;
}
/* MegaMenu Modellauswahl */
.mega-sub-menu .obs-model-selection h4{
	 /*font-family: Trade Gothic LT Com Bold Condensed No20;*/
}
.mega-sub-menu .obs-model-selection select{
	/*font-family: Trade Gothic LT Com Roman;*/
}


/* Produktseite: Passend zu Modell hervorheben */
.obs-product-features-table .obs-product-model-selection-match-title, 
.obs-product-features-table .obs-product-model-selection-match{
	font-weight: bold;
}

.obs-bootstrap b, .obs-bootstrap strong {
	font-weight: 600 !important;
}

.obs-categorie-template-body #main {
    background: #eeeceb;
}
.obs-product-variations-price .obs-product-tax a{
    color: black;
    text-decoration: underline!Important;
}

