.category-description {
    color: #fff;
}
.category-description a {
    color: #91919F;
}
.list-display-type {
    padding-left: 0;
    list-style: none;
}
.table-myAccount.top.table > thead > tr > th,
.table-myAccount.top.table > thead > tr > td,
.table-myAccount.top.table > tbody > tr > th,
.table-myAccount.top.table > tbody > tr > td,
.table-myAccount.top.table > tfoot > tr > th,
.table-myAccount.top.table > tfoot > tr > td {
    padding: 6px;
    vertical-align: middle;
}
.table-myAccount.top.table > thead > tr > th,
.table-myAccount.top.table > tbody > tr > th,
.table-myAccount.top.table > tfoot > tr > th {
    padding-left: 0;
}
.form-horizontal.tv-auction-show-filters {
    margin-top:30px;
}
.my-account.my-addresses .form-horizontal .radio {
    padding:10px 0;
}
.my-account.my-addresses  #shippingAddressForm > div.form-group:last-of-type,
.my-account.my-addresses  #packstationAddressForm > div.form-group:last-of-type {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 15px;
}
.my-account.my-addresses .button-wrapper {
    display:flex;
    flex-direction:row-reverse;
    padding: 0;
    margin-top: 5px;
}
@media(max-width:768px) {
    .my-account.my-addresses .form-horizontal-striped .billing .form-group {
        padding: 0 15px !important;
    }
    .my-account.my-addresses .form-horizontal-striped.open .billing .form-group {
        padding: 10px 15px !important;
    }
    .my-account.my-addresses .form-horizontal-striped .form-group-toggle .form-control-static {
        padding: 0;
    }
    .my-account.my-addresses .form-horizontal-striped.open .form-group-toggle .form-control-static {
        padding: 5px 0;
    }

    .my-account.my-addresses .form-horizontal-striped .hidden-title-mobile {
        display: none;
    }
    .my-account.my-addresses .form-horizontal-striped.open .hidden-title-mobile {
        display: block;
    }
    .my-account.my-addresses .form-horizontal-striped.open .first .hidden-title-mobile {
        margin-top: 10px;
    }
    .my-account.my-addresses .form-horizontal-striped .radios .radio label {
        padding-left: 0;
        padding-right: 35px;
    }
    .my-account.my-addresses .form-horizontal-striped .radios .radio input[type="radio"] {
        margin: 0;
        right: 0;
    }
    .my-account.my-addresses .button-wrapper {
        flex-wrap:wrap;
        padding:0 15px;
    }
    .my-account.my-addresses .form-group-toggle .form-group > .row > div .form .row {
        margin:0;
    }
}
@media(min-width: 768px) and (max-width:1023px) {
    .my-account.my-addresses .button-wrapper {
        width: 100%;
        float: left;
        justify-content: flex-end;
        padding: 0 15px;
    }
}

.pagination.orders {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 30px;
    font-size: 20px;
}
.pagination.orders > li.disabled {
    display:none;
}
.pagination.orders > li > a,
.pagination.orders > li > span {
    padding: 0 13px 3px;
    border: none;
}
.pagination.orders > li.pagination-prev > a {
    margin-right: 10px;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(26, 26, 26, 0.3);
}
.pagination.orders > li.pagination-next > a {
    margin-left: 10px;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(26, 26, 26, 0.3);
}
.pagination.orders > li > a:hover, .pagination > li > a:focus,
.pagination.orders > li > span:hover,
.pagination.orders > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border:none;
}
.pagination.orders > .active > a,
.pagination.orders > .active > span,
.pagination.orders > .active > span:hover,
.pagination.orders > .active > span:focus {
    text-decoration: underline;
    color: #fff;
    background:none;
    border:none;
}
.btn-previous-step,
.btn-continue-shopping {
    float: left !important;
}
.clearfix:before,
.clearfix:after,
.article-list-header:before,
.auction-product:before,
.categorytree-tablist:before,
.categorytree-wrapper:before,
.nav-categorytree:before,
#addToBasketPopup .modal-body > .description:before,
#addToBasketPopup .modal-body > .description:after,
.article-list-header:after,
.auction-product:after,
.categorytree-tablist:after,
.categorytree-wrapper:after,
.nav-categorytree:after {
    content: " ";
    display: table;
}
.clearfix:after,
#addToBasketPopup .modal-body > .description:after,
.article-list-header:after,
.auction-product:after,
.categorytree-tablist:after, .categorytree-wrapper:after,
.nav-categorytree:after {
    clear: both;
}

body[data-view="OxpsFactfinderCampaign"] .active {
    background-color: transparent !important;
}

.list-green-check {
    list-style-image: url("../../img/sprite/icon-green-check.png");
    color: #666;
    font-size: 1.1em;
}
h2, .h2 {
    font-weight: 300;
    font-size: 28px;
}
.headline {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.3px;
}
@media (min-width: 768px) {
    .headline {
        position: relative;
        text-align: center;
        letter-spacing: 0;
    }
    .headline:before {
        content: "";
        border-top: 1px solid #b5b5b5;
        margin: 0 auto;
        position: absolute;
        top: 13px;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .headline span {
        background: #fff;
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
    .container {
        width: auto;
    }
}
@media (min-width: 1024px) {
    .row-eq-height{
        display: flex;
    }
}
.row-gutter-sm,
.form-horizontal .form-group-gutter-sm,
.form-group-toggle .form-group-gutter-sm {
    margin-left: -5px;
    margin-right: -5px;
}
.col-gutter-sm {
    padding-left: 5px;
    padding-right: 5px;
}
.row-gutter-xs,
.form-horizontal .form-group-gutter-xs,
.form-group-toggle .form-group-gutter-xs {
    margin-left: -2px;
    margin-right: -3px;
}
.col-gutter-xs {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.col-xs-divider + .col-xs-divider {
    border-top: 1px solid #b5b5b5;
    padding-top: 20px;
}
@media (min-width: 768px) {
    .col-xs-divider + .col-xs-divider {
        border-top: none;
        border-left: 1px solid #b5b5b5;
        padding-top: 0;
    }
}
.my-account .form-horizontal-striped .form-group {
    border: none;
}
.my-account .form-horizontal-striped .form-group a{
    padding-top: 5px;
}
.billing a {
    cursor: pointer;
}
.form-horizontal-striped .billing .col-md-11.col-sm-6 {
    padding-right:0;
}
@media (max-width: 767px) {
    .form-horizontal-striped .billing .form-group {
        padding:0 15px !important;
    }
    .form-horizontal-striped .billing .form-group .col{
        padding-left: 15px !important;
    }
}

@media (max-width: 767px) {
    .btn-previous-step,
    .btn-continue-shopping {
        width: 49%;
        border: 1px solid #004289;
        border-radius: 4px;
        font-size: 17px;
    }
    .mobile-outline {
        border: 1px solid #004289;
        border-radius: 4px;
        font-size: 17px;
        padding: 4px 10px;
        width: 100%;
    }
    .mobile-outline-margin {
        margin-top: 10px;
    }
    .btn-next-step {
        width: 49%;
        float: right !important;
        font-weight: normal;
    }
}
section.greeting-content .alert-thankyou {
    background: rgba(66, 167, 109, 0.1);
    border: none;
    color: #fff;
    margin-bottom:0;
}
section.greeting-content .alert-thankyou.guest {
    padding-left: 25px;
}
section.greeting-content .alert-thankyou.guest .heading img{
    width: 20px;
    position: relative;
    top: -2px;
}
section.greeting-content .alert-thankyou .row {
    padding: 35px 0;
}
section.greeting-content .alert-thankyou a {
    text-decoration:underline;
}
section.greeting-content .alert-thankyou .left-content > .heading {
    padding-left: 35px;
}
section.greeting-content .alert-thankyou .left-content > .heading img {
    position: absolute;
    left: 14px;
    width: 24px;
    top: 3px;
}
section.greeting-content .alert-success:before {
    display:none;
}
section.greeting-slider-section .content-wrapper {
    max-width: none;
}
@media(max-width:767px) {
    section.greeting-content .alert-thankyou {
        padding-top:0;
    }
}
@media(min-width:1024px) {
    section.greeting-content .alert-thankyou .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.alert-thankyou .list-unstyled,
.alert-thankyou .list-display-type,
.alert-thankyou .header-trust-info-list {
    margin-top: 10px;
    margin-bottom: 10px;
}
.tvPromo {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
.appPromo {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
picture.img-responsive img {
  width: 100%;
  height: auto;
  display: block;
}
picture.graphic_banner {
    max-width: 1320px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .alert-success {
        padding-left: 20px;
        padding-top: 110px;
        position: relative;
        margin-top: 15px;
    }
    .alert-success:before {
        width: 70px;
        height: 70px;
        left: 50%;
        top: 20px;
        margin-left: -35px;
        font-size: 70px;
    }
    .alert-success .alert-title {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 20px;
    }
}
.table {
    border: 1px solid #b5b5b5;
}
.table > thead > tr > th {
    font-size: 0.9em;
    padding: 8px;
    border-width: 1px;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
}
.colgroup-accent {
    background-color: #f2f2f2;
}
.chevron-progress {
    position: relative;
    overflow: hidden;
    height: 24px;
}
.btn-to-checkout {
    float: right;
    width: auto;
}
@media (max-width: 767px) {
    body > img {
        display: none;
    }
    .btn-continue-shopping {
        float: left;
        width: 49%;
        border: 1px solid #004289;
        border-radius: 4px;
    }
    .btn-to-checkout-bottom {
        width: 49%;
        float: right;
    }
    #orderConfirmAgbBottom .checkbox {
        text-align: left !important;
    }
    #orderConfirmAgbBottom button {
        margin-bottom: 10px;
    }
    #orderConfirmAgbBottom .btn-wide {
        width: 100%;
        float: none !important;
    }
}
.regular-price {
    text-decoration: line-through;
}
.reduced-price {
    color: var(--_color-primary);
}
.regular-price,
.reduced-price {
    display: block;
}
.reduced-percentage {
    color: #666;
    font-weight: 300;
    font-size: 14px;
}

.thumb,
.owl-carousel .owl-item img.thumb {
    width: 140px;
    height: 140px;
    display: inline-block;
}
.nav-radio-buttons {
    margin: 10px 0 20px;
}
.nav-radio-buttons > li > a {
    font-size: 1.1em;
    line-height: 24px;
    padding: 4px 0;
}
.nav-radio-buttons > li > a:hover,
.nav-radio-buttons > li > a:focus {
    background-color: transparent;
}
.nav-radio-buttons > li > a:before {
    content: "";
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #797979;
    border-radius: 50%;
    margin-right: 10px;
}
.nav-radio-buttons > li.active > a {
    color: #000;
}
.nav-radio-buttons > li.active > a:before {
    background-image: radial-gradient(#004289, #004289 50%, #fff 50%, #fff);
    background-repeat: no-repeat;
}
.nav-tabs {
    text-align: center;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    font-weight: normal;
    background: #22233E;
    color: #fff;
    border: 0 solid #000;
    border-bottom-width: 2px;
    cursor: default;
}
.nav-tabs.nav-tabs-lg {
    display: table;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.nav-tabs.nav-tabs-lg > li {
    display: table-cell;
}
.nav-tabs.nav-tabs-lg > li > a {
    display: block;
    padding: 10px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-left: none;
    border-right: none;
}
.nav-tabs.nav-tabs-lg > li.active > a {
    font-weight: 600;
}
@media (min-width: 768px) {
    .nav-tabs.nav-tabs-lg {
        width: 100%;
        display: block;
        margin: 0;
        text-align: center;
    }
    .nav-tabs.nav-tabs-lg > li {
        float: none;
        display: inline-block;
    }
    .nav-tabs.nav-tabs-lg > li > a {
        padding: 5px 2px;
        font-size: 18px;
        font-weight: normal;
        margin: 0 15px;
    }
    .nav-tabs.nav-tabs-lg > li.active > a {
        font-weight: normal;
    }
}
@media (min-width: 1024px) {
    .nav-tabs.nav-tabs-lg > li > a {
        margin: 0 23px;
        font-size: 24px;
    }
}
.slider > .content-wrapper {
    margin-top: 20px;
    margin-bottom: 60px;
}
.nav-pills.nav-stacked > li > a {
    padding: 3px;
    color: #fff;
}
.nav-pills.nav-stacked > li.active > a {
    background: none;
    font-weight: 700;
}
.nav > li > a:hover,
.nav > li > a:focus {
    color: #090a30;
}
.review-item {
    font-size: 16px;
    margin: 10px 0;
}
.review-item ul.rating {
    margin: 3px 10px 0 0;
}
.review-item-date {
    float: right;
    font-size: 12px;
}
.review-item-body {
    padding: 15px;
    position: relative;
}
.review-item-text {
    clear: both;
    text-align: left;
    margin: 0;
}
.review-item-footer {
    padding: 15px 15px 5px 15px;
}
.more-reviews .glyphicon,
.more-reviews .owl-nav .owl-next,
.owl-nav .more-reviews .owl-next,
.more-reviews .owl-nav .owl-prev,
.owl-nav .more-reviews .owl-prev {
    font-size: 12px;
    margin-left: 5px;
}

.form-control.selectize-control {
    padding: 0;
    height: auto;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.product-block {
    text-align: center;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 12px;
    height: 100%;
}
.product-block .description a:hover {
    text-decoration: none;
}
.product-block .description .h4 {
    font-size: 16px;
    margin: 15px 0 10px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}
@media(min-width:768px){
    .product-block .description .h4 {
        max-height: 80px;
        overflow: hidden;
    }
}
.product-block .description .h4 a {
    color: #fff;
    font-weight:600;
}
.product-block .description .manufacturer {
    height: 24px;
    margin-bottom: 8px;
    overflow: hidden;
}
.product-block .description .manufacturer a {
    background-color: #e0e0e0;
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    padding: 0 9px;
    color: #333333;
    overflow: hidden;
}
.product-block .description .manufacturer.no_manufacturer a {
    opacity: 0;
}
.product-block .description .rating {
    margin: 0 auto 8px;
    float: none;
}
.product-block.no-price-em .description .price {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.price {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
    display: block;
}
.price del {
    color: #999999;
    padding-right: 5px;
}

.auction-heading {
    text-align: center;
    text-transform: uppercase;
    height: 0;
}
.auction-heading span {
    position: relative;
    top: -15px;
    background: #6b6b6b;
    display: inline-block;
    text-align: center;
    margin: 0 auto 15px auto;
    padding: 0 13px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    z-index: 5;
}
.auction-end-price {
    color: var(--_color-primary);
}
.additional-products {
    margin: 0 15px;
}
.additional-products h2,
.additional-products .h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 15px 0;
}
@media (min-width: 768px) {
    .additional-products h2,
    .additional-products .h2 {
        position: relative;
        line-height: 40px;
        font-weight: 300;
        font-size: 28px;
    }
    .additional-products h2:before,
    .additional-products .h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        width: 100%;
        border-bottom: 1px solid #999;
        z-index: 10;
    }
    .additional-products h2 span,
    .additional-products .h2 span {
        background: #eee;
        padding: 0 10px;
        display: inline-block;
        position: relative;
        z-index: 20;
    }
}
.additional-products ul:not(.rating) {
    padding: 0;
    margin: 0 -5px;
}
.additional-products ul li {
    padding: 0 5px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .additional-products ul li:nth-child(4) {
        display: none;
    }
}
.additional-products .product {
    background: #fff;
    padding: 0 10px 0 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 120px;
}
.additional-products .product input {
    position: absolute;
    top: 5px;
    left: 5px;
}
.additional-products .product img {
    width: 100px;
    float: left;
    margin-right: 5px;
}
.additional-products .product h3,
.additional-products .product .h3 {
    font-size: 16px;
    margin: 10px 0 5px 0;
    color: #024b94;
    overflow: hidden;
    display: block;
    -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.additional-products .product p {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.additional-products .product ul.rating {
    margin: 0 0 0 105px;
    clear: none;
    float: none;
}
.additional-products .product ul.rating li {
    padding: 0;
}
.play-mobile {
    margin-left: -15px;
    margin-right: -15px;
    background: #eee;
    padding: 15px;
}
.play-mobile i {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    display: inline-block;
    border: 1px solid #004289;
    border-radius: 50%;
    margin-right: 10px;
}
.list-display-type {
    color: #999;
}
.list-display-type > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.listlocator-displaytype-container {
    text-align: right;
}
.listlocator-displaytype-container .large-devices {
    display: none;
}
@media (min-width: 1024px) {
    .listlocator-displaytype-container .small-devices {
        display: none;
    }
    .listlocator-displaytype-container .large-devices {
        display: block;
    }
}
.listlocator-sort-container label {
    display: none;
    color: #999;
    margin-right: 6px;
    font-weight: normal;
}
@media (min-width: 1024px) {
    .listlocator-sort-container label {
        display: inline;
    }
}
.listlocator-displaytype-container,
.listlocator-sort-container {
    display: inline-block;
}
.listlocator-displaytype-container .caret,
.listlocator-sort-container .caret {
    color: #8b8b8b;
    margin-left: 5px;
}
.listlocator-displaytype-container .glyphicon,
.listlocator-displaytype-container #article-pictures-owl-carousel .owl-nav .owl-next,
#article-pictures-owl-carousel .owl-nav .listlocator-displaytype-container .owl-next,
.listlocator-displaytype-container #article-pictures-owl-carousel .owl-nav .owl-prev,
#article-pictures-owl-carousel .owl-nav .listlocator-displaytype-container .owl-prev,
.listlocator-sort-container .glyphicon,
.listlocator-sort-container #article-pictures-owl-carousel .owl-nav .owl-next,
#article-pictures-owl-carousel .owl-nav .listlocator-sort-container .owl-next,
.listlocator-sort-container #article-pictures-owl-carousel .owl-nav .owl-prev,
#article-pictures-owl-carousel .owl-nav .listlocator-sort-container .owl-prev {
    font-size: 14px;
}
@media (min-width: 1024px) {
    .listlocator-displaytype-container,
    .listlocator-sort-container {
        display: block;
    }
}
.pagination-container {
    margin-top: 40px;
    padding-top: 15px;
}
.pagination-container .pagination {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-container .pagination > li:first-child > a,
.pagination-container .pagination > li:first-child > span,
.pagination-container .pagination > li:last-child > a,
.pagination-container .pagination > li:last-child > span {
    border-radius: 0;
}
.pagination-container .pagination > li > a,
.pagination-container .pagination > li > a:hover {
    color: #004289;
}
.pagination-container .pagination > li > span,
.pagination-container .pagination > li > span:hover,
.pagination-container .pagination > li > span:focus {
    color: #999;
}
.pagination-container .pagination > li > a,
.pagination-container .pagination > li > span,
.pagination-container .pagination > li > span:hover,
.pagination-container .pagination > li > span:focus {
    border-color: #fff;
    background-color: transparent;
    padding: 0;
}
.pagination-container .pagination > li > a:hover,
.pagination-container .pagination > li > a:focus {
    background-color: transparent;
    border: none;
}
.pagination-container .pagination > li.next-page a:hover,
.pagination-container .pagination > li.prev-page a:hover {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}
.pagination-container .pagination > li.prev-page a {
    margin-right: 5px;
}
.pagination-container .pagination > li.prev-page a span {
    float: left;
}
.pagination-container .pagination > li.prev-page a,
.pagination-container .pagination > li.prev-page a:hover,
.pagination-container .pagination > li.prev-page a:focus {
    padding: 5px;
}
.pagination-container .pagination > li.next-page a {
    margin-left: 2px;
    margin-right: 0;
}
.pagination-container .pagination > li.next-page a span {
    float: right;
}
.pagination-container .pagination > li.next-page a,
.pagination-container .pagination > li.next-page a:hover,
.pagination-container .pagination > li.next-page a:focus {
    padding: 5px 6px;
}
.pagination-container .pagination > li.active > a,
.pagination-container .pagination > li.active > a:hover,
.pagination-container .pagination > li.active > a:focus {
    color: #333;
    border-color: #888;
}
.pagination-container .pagination > li.next-page a,
.pagination-container .pagination > li.prev-page a {
    border-color: #004289;
    border-style: solid;
    color: #333;
}
.pagination-container .pagination > li.next-page a:hover,
.pagination-container .pagination > li.next-page a:focus,
.pagination-container .pagination > li.prev-page a:hover,
.pagination-container .pagination > li.prev-page a:focus {
    border-color: #e9e9e9;
}
.pagination-container .pagination > li > a,
.pagination-container .pagination > li > span,
.pagination-container .pagination .totop a {
    text-align: center;
    border: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-right: 0;
}
.pagination-container .pagination .totop a,
.pagination-container .pagination .totop a:hover,
.pagination-container .pagination .totop a:focus {
    padding-top: 2px;
    height: 30px;
}
.sidebar-category-list {
    display: none;
}
section.product-list .sidebar-category-list a:hover {
    color: #fff;
}
section.product-list .cms-sidebar-button {
    border-top: 1px solid #ffffff1a;
    padding: 17px 0 0;
    font-size: 16px;
    margin-top: 20px;
}
section.product-list .cms-sidebar-button a:hover {
    color:#333;
}
.sidebar-category-list a > span {
    color: #9D9DAC;
}
@media (min-width: 768px) {
    .sidebar-category-list {
        padding-left: 0;
        list-style: none;
        font-size: 16px;
        font-weight: 300;
        display: block;
    }
    .sidebar-category-list li {
        margin: 3px 0;
    }
    .sidebar-category-list li {
        font-weight: 400;
    }
    .sidebar-category-list a > span {
        font-weight: 400;
    }
    .sidebar-category-list,
    .sidebar-category-list a {
        color: #fff;
    }
    .sidebar-category-list a:hover {
        color: #004ea3;
    }
    .sidebar-category-list .active > a {
        font-weight: 700;
    }
    .sidebar-category-list ul,
    .sidebar-category-list ol {
        list-style: none;
        padding-left: 15px;
    }
    .sidebar-category-list li.tree-level-1 {
        padding-left: 15px;
    }
    .sidebar-category-list li.tree-level-2 {
        padding-left: 30px;
    }
    .sidebar-category-list li.tree-level-3 {
        padding-left: 45px;
    }
    .sidebar-category-list li.tree-level-4 {
        padding-left: 60px;
    }
}
section.product-list #sidebar > .category {
    padding: 24px;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    margin-bottom: 18px;
}
section.product-list .small-filter {
    display: inline-block;
    width: 50%;
    text-align: left;
}
section.product-list .small-filter .btn-input,
section.product-list .small-filter .btn-input:hover,
section.product-list .small-filter .btn-input:active,
section.product-list .small-filter .btn-input:focus {
    color: #000;
}
section.product-list .dropdown-menu > .active > a,
section.product-list .dropdown-menu > .active > a:hover,
section.product-list .dropdown-menu > .active > a:focus {
    background-color: transparent;
    font-weight: 700;
}
section.product-list .additional-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 20px;
    border-bottom: solid 1px #ffffff1a;
}
section.product-list .additional-filter .link-filter {
    padding: 10px 24px;
    border-radius: 50px;
    color: #fff;
    background-color: transparent;
}
section.product-list .additional-filter .link-filter:hover,
section.product-list .additional-filter .link-filter:focus,
section.product-list .additional-filter .link-filter:active {
    text-decoration: none;
}

section.product-list .additional-filter .link-filter.active {
    color: #090A30;
    background-color: #fff;
    pointer-events: none;
    font-weight: 600;
    border-radius: 50px;
}
section.product-list .article-list-header-filters .item {
    margin: 10px 10px 10px 0;
}

section.product-list #sidebar-other-filters .additional-filter {
    display: none;
}
#sidebar-other-filters .article-list-header-filters {
    display: none;
}
section.product-list .article-list-header .title-column .additional-filter.mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 8px;
}
section.product-list .article-list-header .title-column .additional-filter.mobile > a {
    width: 33%;
    text-align: center;
}
.article-list-header-filters .large-devices .item {
    background: transparent;
    color: #fff;
    padding-left: 0;
}
section.product-list #sidebar-other-filters.in .additional-filter {
    display: none;
}
section.product-list .article-list-header .title-column .additional-filter {
    background-color: #22233E;
    border-radius: 50px;
    height: 40px;
    display: inline-block;
    padding: 0;
    border-bottom: none;
    line-height: 40px;
    margin-left: 24px;
}
@media(max-width:767px) {
    .pagination-container .pagination > li > a,
    .pagination-container .pagination > li > span,
    .pagination-container .pagination .totop a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    section.product-list .small-filter {
        width: 130px;
    }
    section.product-list .listlocator-sort-container .btn-group .dropdown-toggle {
        font-size: 12px;
    }
    .article-list-wrapper .article-list-header-filters {
        padding: 0;
    }
    section.product-list .article-list-header-filters .item {
        margin: 0 10px 16px 0;
    }
    section.product-list .additional-filter {
        margin: 0 -16px 0 0;
    }
    .article-list-header .title-column .sort {
        width: 100%;
    }
    #sidebar-other-filters .button-row {
        position: fixed;
        bottom: 0;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
        padding: 15px;
        background-color: #22233E;
        width: 100%;
        border-top: 1px solid #ffffff1a;
        z-index: 9999;
    }
    #sidebar-other-filters .article-list-header-filters {
        display: block;
    }
    section.product-list .article-list-header-filters .item {
        padding: 5px 12px 5px 28px;
        border-radius: 1px;
        border: solid 1px #12144B;
        color: #12144B;
        font-weight: 600;
        background-color: #fff;
        font-size: 14px;
        margin: 16px 8px 16px 0;
    }
    section.product-list .article-list-header-filters .remove i {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 29px;
        background-repeat: no-repeat;
        background-size: 13px;
        left: 9px;
        background-position: center;
    }
    section.product-list .article-list-header-filters .active-filter {
        width: 100%;
        position: static;
        display: flex;
        overflow-y: scroll;
        float: none;
        padding: 0;
        border: 0;
        margin: 0 -16px 0 0;
        box-shadow: none;
        align-items: center;
    }
    section.product-list .contentArea .article-list-header-filters .active-filter {
        border-bottom: 1px solid #ffffff1a;
        border-top: 1px solid #ffffff1a;
        margin: 0 -15px;
        width: calc(100% + 30px);
        padding-left: 15px;
    }
    section.product-list .article-list-header-filters .active-filter a {
        order: 2;
    }
    section.product-list .article-list-header-filters .active-filter a.large-devices {
        order: 1;
    }
    section.product-list .article-list-header-filters .active-filter .large-devices .label {
        padding: 5px 12px;
        color: #000;
        background-color: #fff;
    }
}
@media(max-width:1023px) {
    section.product-list .article-list-header-filters .remove .icon-check-grey {
        top: 4px;
    }
}
@media(min-width:768px) and (max-width:1023px) {
    .article-list-wrapper .article-list-header-filters {
        padding: 12px 0 10px;
    }
    section.product-list .article-list-header-filters .item {
        margin: 0 10px 10px 0;
    }
}
@media(min-width:768px) and (max-width: 1219px) {
    section.product-list #sidebar-other-filters.in .additional-filter {
        display: flex;
        padding-left: 15px;
        border-bottom: 1px solid #ffffff1a;
    }
    section.product-list .article-list-header .title-column .sort {
        display: block;
    }
    section.product-list .article-list-header .title-column .sort .article-list-listlocator {
        float: right;
    }
}
@media(min-width:768px) {
    section.product-list .article-list-header .title-column .additional-filter.mobile {
        display: none;
    }
}
@media(min-width:768px) and (max-width:1023px) {

    section.product-list .article-list-header .title-column > h1 {
        width: 100%;
        margin-bottom: 4px;
    }
    section.product-list .article-list-header .title-column .additional-filter {
        width: 100%;
        justify-content: left;
    }
    .article-list-wrapper .article-list-header-filters {
        padding: 12px 0 10px;
    }
}
@media(max-width:1219px) {
    section.product-list .article-list-header .title-column .additional-filter {
        display: none;
        margin-left: 0;
    }
    section.product-list .article-list-header .title-column .additional-filter a {
        padding: 10px 0;
    }
    section.product-list .additional-filter .link-filter.show-more {
        display: flex;
        background: var(--_color-primary);
        color: #fff;
        border: none;
    }
    section.product-list .additional-filter .link-filter.show-more i {
        height: 20px;
        width: 20px;
        background-size: cover;
    }
    section.product-list .additional-filter {
        overflow-y: scroll;
        justify-content: left;
        padding: 0;
        border: 0;
    }
}
@media(min-width:1220px) {
    section.product-list .article-list-header-filters {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    section.product-list .article-list-header .title-column .additional-filter {
        min-width: 373px;
    }
    section.product-list .small-filter {
        display:none;
    }

}
.sidebar-title {
  display: none;
}
#sidebar .cms-sidebar-button{
    display:none;
}
@media(min-width:768px) {
    #sidebar .cms-sidebar-button{
        display:block;
    }
}
#sidebar .cms-sidebar-button a {
    display:block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
@media (min-width: 768px) {
  .sidebar-title {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
  }
  .sidebar-title.bordered {
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0 40px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 1220px) {
  .sidebar-title.bordered {
    text-align: left;
    padding: 0 0 15px 0;
  }
}
.sidebar-filter-panel {
    padding: 0 10px 0 15px;
    border-bottom: 1px solid #ffffff1a;
}
.sidebar-filter-panel:last-of-type {
    border-bottom: none;
}
.sidebar-filter-panel,
.sidebar-filter-panel a {
    color: #fff;
}
.sidebar-filter-panel a,
.sidebar-filter-panel a:hover {
    text-decoration:none;
}
.sidebar-filter-panel .heading {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0;
}
.sidebar-filter-panel .heading:after {
    content: "";
    background: url("../../img/icon/minus-icon.svg") no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
    float: right;
    top: -4px;
    position: relative;
}
.sidebar-filter-panel .heading.collapsed:after {
    background: url("../../img/icon/plus-icon.svg") no-repeat;
}
.sidebar-filter-panel .body {
    margin: -15px 0 20px;
}
@media (min-width: 1220px) {
    .sidebar-filter-panel {
        padding: 0;
    }
}
.price-filter-form {
    display: flex;

}
.price-filter-form .form-group {
    display: flex;
    align-items: center;
    width: 50%;
}
.price-filter-form .form-group:first-of-type {
    padding-right: 8px;
}
.price-filter-form .form-group:last-of-type {
    padding-left: 8px;
}
.price-filter-form .form-group:last-of-type {
    padding-right: 0;
}
.price-filter-form.form-v2 .form-group input {
    width: 100%;
    height:42px;
    padding: 0 5px 0 10px;
}
.price-filter-form label {
    padding-right: 8px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0 !important;
    vertical-align: middle;
}
.price-filter-form .form-control {
    width: 74px;
}
.price-filter-form .btn {
    font-size: 12px;
    height: 24px;
    line-height: 12px;
    margin-top: -2px;
    border-radius: 0;
}
#sidebar-other-filters {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 300px;
    z-index: 99999;
    overflow-y: auto;
    box-shadow: 0 0 5px 2px #999;
    padding: 24px 24px 0 24px;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
}
#sidebar-other-filters.in {
    display: block;
}
@media (min-width: 768px) and (max-width:1219px) {
    .price-filter-form.form-v2 .form-group input {
        width:76px;
    }
}
@media (min-width: 1220px) {
    #sidebar-other-filters {
        display: block;
        position: static;
        top: initial;
        bottom: initial;
        left: initial;
        right: initial;
        width: initial;
        z-index: initial;
        padding-bottom: 0;
        box-shadow: none;
    }
}
#sidebar-other-filters .sidebar-title {
    display: block;
}
#sidebar-other-filters .close-filters {
    position: absolute;
    top: 5px;
    right: 16px;
    color: #000;
    opacity: 1;
    background-color: transparent;
    width: 30px;
    height: 35px;
    outline: none;
    border:0;
    text-align: center;
    line-height: 40px;
    padding: 0;
    font-size: 20px;
}
#sidebar-other-filters .close-filters i {
    width: 30px;
    height: 30px;
}
#sidebar-other-filters .close-filters .close-icon {
    background: url(../../../../out/123tv/img/close-narrow-blue.svg) no-repeat center;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    display: block;
    background-size: 18px;
}
#sidebar-other-filters .filter-heading-desktop {
    display:none;
}
#sidebar-other-filters .filter-heading-mobile{
    border-bottom: 1px solid #ffffff1a;
    height: 50px;
    padding: 0 16px;
    line-height: 50px;
}
#sidebar-other-filters .listlocator-sort-container {
    display: block;
    text-align: left;
}
#sidebar-other-filters .listlocator-sort-container .btn-group {
    display: block;
}
#sidebar-other-filters .listlocator-sort-container .dropdown-toggle {
    display: none;
}
#sidebar-other-filters .listlocator-sort-container ul.dropdown-menu-right {
    position: static;
    display: flex;
    float: none;
    padding: 0;
    border: 0;
    margin: 0 -16px 0 0;
    box-shadow: none;
    background-color: transparent;
    overflow: auto;
}
#sidebar-other-filters .listlocator-sort-container ul.dropdown-menu-right li a {
    padding: 9px 12px;
    border-radius: 40px;
    margin-bottom: 15px;
    border: solid 1px #fff;
    margin-right: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
#sidebar-other-filters .listlocator-sort-container ul.dropdown-menu-right li.active a {
    color: #12144B;
    background: #fff;
}

.selectize-control.single .selectize-input::placeholder {
    color: white;
}

.selectize-control.single .selectize-input input {
    color: white;
}

.radio.asnFilter.hiddenFilter,
.checkbox.asnFilter.hiddenFilter {
    display: none;
}
#sidebar-other-filters .sidebar-filter-panel .FFShowAllGroupFilters {
    margin: 5px 0 20px;
}
body.canvas-sliding #sidebar-other-filters .sidebar-filter-panel,
body.canvas-slid #sidebar-other-filters .sidebar-filter-panel {
    padding: 0 16px;
}
body.canvas-sliding #sidebar-other-filters .sidebar-filter-panel .asnFilter,
body.canvas-slid #sidebar-other-filters .sidebar-filter-panel .asnFilter {
    margin-top:0;
}
body.canvas-sliding #sidebar-other-filters .sidebar-filter-panel .body,
body.canvas-slid #sidebar-other-filters .sidebar-filter-panel .body {
    margin-top:5px;
}
@media(min-width:1220px) {
    #sidebar-other-filters .close-filters {
        display:none !important;
    }
    #sidebar-other-filters .filter-heading-mobile {
        display:none;
    }
    #sidebar-other-filters .filter-heading-desktop {
        display:block;
    }
}
@media (max-width: 767px) {
    #sidebar-other-filters {
        padding: 0;
    }
    #popup-loading.canvas-sliding,
    #popup-loading.canvas-slid {
        width: 100%;
    }
    body .canvas-slid,
    body .canvas-sliding {
        left: inherit !important;
        right: inherit !important;
    }
    body.canvas-slid,
    body.canvas-sliding {
        position: static !important;
    }
    body.canvas-slid #sidebar-other-filters .sidebar-filter-panel .double-row.collapsing,
    body.canvas-slid #sidebar-other-filters .sidebar-filter-panel .double-row.in {
        display:flex;
        flex-wrap:wrap;
    }
    body.canvas-slid #sidebar-other-filters .sidebar-filter-panel .double-row .asnFilter{
        width:calc(50% - 15px);
    }
    body.canvas-slid #sidebar-other-filters .sidebar-filter-panel .double-row .asnFilter:nth-child(odd) {
        margin-right:15px;
    }
    body.canvas-sliding #sidebar-other-filters .sidebar-filter-panel .asnFilter,
    body.canvas-slid #sidebar-other-filters .sidebar-filter-panel .asnFilter {
        margin-bottom:15px;
    }
    body.canvas-sliding #sidebar-other-filters .sidebar-filter-panel .asnFilter label,
    body.canvas-slid #sidebar-other-filters .sidebar-filter-panel .asnFilter label {
        font-size: 14px;
        line-height: 24px;
        margin-top: 2px;
    }
    body.canvas-slid #sidebar-other-filters .sidebar-filter-panel:last-of-type {
        margin-bottom: 72px;
    }
    body.canvas-slid #sidebar-other-filters.in,
    body.canvas-sliding #sidebar-other-filters.in {
        display: block;
        width: 100%;
        top: 56px !important;
        bottom: 0 !important;
        left:0 !important;
        right:0 !important;
        background:#090a30;
        box-shadow: 0 0 0 0 #fff;
    }
    body.canvas-slid #sidebar-other-filters.in .sidebar-filter-panel .heading,
    body.canvas-sliding #sidebar-other-filters.in .sidebar-filter-panel .heading {
        padding:15px 0;
    }
    body.canvas-slid #sidebar-other-filters .sidebar-title,
    body.canvas-sliding #sidebar-other-filters .sidebar-title {
        border-bottom: 1px solid #afafaf;
        font-size: 28px;
        margin: 0;
        line-height: 54px;
        padding: 0 15px;
    }
    .canvas-sliding {
        transition: none !important;
    }
    .sidebar-filter-panel .heading:after {
        background-size: cover;
        top: -2px;
        right: 1px;
    }
    .sidebar-filter-panel .heading.collapsed:after {
        top: -2px;
        background-size: 28px;
        right: 1px;
    }
    #sidebar-other-filters .sidebar-filter-panel .double-row .FFShowAllGroupFilters {
        margin: 5px 0 0;
        width: 100%;
    }
}
#sidebar-other-filters .article-list-header-filters {
    padding: 0 0 0 16px;
    border-bottom: 1px solid #ffffff1a;
}
#sidebar-other-filters .article-list-header-filters .remove .icon-check-grey {
    top: 19px;
}
.myAccountPage .contentArea .edit-data,
.myAccountPage .contentArea a.toggleForm,
.myAccountPage .contentArea a.text_underlined,
.myAccountPage .contentArea .edit-data:hover {
    color:#fff;
}
@media (max-width: 1279px) {
    .myAccountPage .contentArea,
    .myAccountPage #sidebar {
        clear: both;
        width: 100%;
    }
}


.discount-bubble {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50%;
    color: #fff;
    background-color: #6b6b6b;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 100;
}

@media (min-width: 1220px) {
    .discount-bubble {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 26px;
    }
}
.product-block .discount-bubble {
    width: 53px;
    height: auto;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    top: 0;
    border-radius: 0;
    right: auto;
    left: 0;
}
.tv-program-modal .listing-item .discount-bubble {
    width: 53px;
    height: auto;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    background-color: var(--_color-primary);
    top: 0;
    border-radius: 0;
    right: auto;
    left: 0;
}
.tv-program-modal .winner-box {
   display: block;
    width: 100%;
}
.product-block.price-status-3 .discount-bubble,
.product-block.price-status-5 .discount-bubble {
    background-color: var(--_color-primary);
}
.product-block .action {
    position: absolute;
    left: 53px;
    top: 0;
    height: auto;
    line-height: 28px;
    background-color: #6b6b6b;
    color: #FFF;
    font-size: 16px;
    width: 140px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
}
.tv-program-modal .listing-item .action {
    position: absolute;
    left: 53px;
    top: 0;
    height: auto;
    line-height: 28px;
    color: #FFF;
    font-size: 16px;
    width: 140px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #12144b;
}
.loadingfade {
    background: #fff;
    z-index: 5000;
}
.loadingiconbg {
    background: url(../../img/123-loader.gif) no-repeat center center;
    z-index: 5001;
}
.loadingicon {
    background: url(../../img/123-loader.gif) no-repeat center center;
    z-index: 5002;
}
.g_image {
    width: 100%;
}
.g_image + .g_image {
    margin-top: 15px;
}
.g_image_text .text,
.g_image_text .image-wrapper {
    display: block;
}
.g_image_text .text [data-mce-style] {
    padding: 0 !important;
}
.g_image_text img {
    display: block;
    width: 100%;
}
.g_image_text .text {
    clear: both;
}
.g_image_text .text + .text {
    clear: none;
}
.g_image_text p {
    margin: 15px 0 0 0;
}
.g_video {
    margin-bottom: 0;
}
.g_video .ffb-youtube {
    position: relative;
}
.g_video .ffb-youtube-video {
    height: auto;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.g_video .ffb-youtube-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.g_video .ffb-youtube-poster {
    background-size: cover;
    cursor:pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.g_video .ffb-youtube-poster img {
    display: none;
}
.g_video .ffb-youtube-poster .video-accept {
    position: absolute;
    color: #000;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0.9;
}
.g_video .ffb-youtube-poster .video-accept.no-terms{
    background-color:transparent !important;
}
.g_video .ffb-youtube-poster .video-accept.no-terms .terms{
    display:none;
}
@media(min-width:768px){
    .g_video .ffb-youtube-poster .video-accept.no-terms .ffb-youtube-video-play, .video-box .custom-play {
        height:70px;
    }
}
.g_video .ffb-youtube-poster .ffb-youtube-video-play,
.video-box .custom-play {
    background-image: url(../../img/ffb-youtube-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    font-size: 109px;
    height: 35px;
    position: static;
    width: 109px;
    display: block;
    margin: 0 auto 10px;
    pointer-events: none;
}
.g_video .terms-overlay .ffb-youtube-poster .video-accept{
    background-color:#fff;
}

@media(min-width:1024px){
    .g_video .ffb-youtube-poster .video-accept {
        max-width: 500px;
        line-height: 24px;
        padding: 30px 20px;
    }
    .g_video .ffb-youtube-poster .ffb-youtube-video-play,
    .video-box .custom-play{
        height:45px;
        margin: 0 auto 10px;
    }
}
@media(max-width:1200px){
    .g_video .terms-overlay .ffb-youtube-poster{
        position: static;
        background-position: center;
        padding: 10px;
    }
    .g_video .terms-overlay .ffb-youtube-poster .video-accept{
        position: static;
        transform: none;
        margin: 0 auto;
        max-width: none;
    }
    .g_video .terms-overlay .ffb-youtube-poster .video-accept .terms a{
        word-break: break-word;
    }
    .g_video .terms-overlay .ffb-youtube-video {
        padding-bottom: 30px;
    }
}
.g_background {
  position: relative;
}
.g_background_color {
    position: absolute;
    margin:0 15px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display:none;
    background: transparent !important;
}
.g_background_color[style^="background:#"],
.g_background_color[style^="background: #"],
.g_background_color[style^="background:rgb"],
.g_background_color[style^="background: rgb"] {
  display: block;
}
.g_background_inner > h1:first-child,
.g_background_inner > h2:first-child {
  margin-top: 0;
}
.g_background_inner:after {
  clear: both;
  content: "";
  display: block;
}
.g_background.g_distance .g_background_inner {
  padding: 0;
}
.g_background.g_distance {
    display:inline-block;
}
@media (max-width: 767px) {
    .g_row .col-sm-6 + .col-sm-6,
    .g_row .col-sm-3 + .col-sm-3,
    .g_row .col-sm-4 + .col-sm-4,
    .g_row .col-sm-4 + .col-sm-8,
    .g_row .col-sm-8 + .col-sm-4 {
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .g_row.g_row_vertical {
        display: table;
    }
    .g_row.g_row_vertical > .g_background_inner {
        display: table-row;
    }
    .g_row.g_row_vertical > .g_background_inner > [class*=col-] {
        display: table-cell;
        float: none;
    }
    .g_row.g_row_vertical > .g_background_inner > [class*=col-].g_cell_vertical_centered {
        vertical-align: middle;
    }
}
.cmsContent {
    word-break: break-all;
}
.cmsContent .g_content_link.btn-center {
    text-align: center;
}
.cmsContent .g_content_link.btn-right {
    text-align: right;
}
.cmsContent .g_content_link.btn-left {
    text-align: left;
}
.cc-separator {
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
.owl-fade-out {
    z-index: 10;
    animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
    animation: fadeIn 0.7s both ease;
}
.owl-backSlide-out {
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    animation: scaleUpTo 0.5s ease both;
}
@keyframes empty {
    0% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
.owl-carousel-container {
    position: relative;
}
.owl-carousel-container .owl-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    outline: none;
    color: #333333;
}
.owl-carousel-container .owl-control span,
.owl-carousel-container .owl-control .glyphicon,
.owl-carousel-container .owl-control #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-next,
#article-pictures-owl-carousel .owl-nav .owl-carousel-container .owl-control .owl-next,
.owl-carousel-container .owl-control #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-prev,
#article-pictures-owl-carousel .owl-nav .owl-carousel-container .owl-control .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    transition: font-size 200ms;
}
.owl-carousel-container .owl-control span:hover,
.owl-carousel-container .owl-control .glyphicon:hover,
.owl-carousel-container .owl-control #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-next:hover,
#article-pictures-owl-carousel .owl-nav .owl-carousel-container .owl-control .owl-next:hover,
.owl-carousel-container .owl-control #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-prev:hover,
#article-pictures-owl-carousel .owl-nav .owl-carousel-container .owl-control .owl-prev:hover {
    font-size: 22px;
}
#article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-next,
#article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-prev {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-carousel-container .owl-control.left {
    left: 0;
}
.owl-carousel-container .owl-control.left span,
.owl-carousel-container .owl-control.left .glyphicon,
.owl-carousel-container .owl-control.left #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-next,
#article-pictures-owl-carousel .owl-nav .owl-carousel-container .owl-control.left .owl-next,
.owl-carousel-container .owl-control.left #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-prev,
#article-pictures-owl-carousel .owl-nav .owl-carousel-container .owl-control.left .owl-prev {
    text-align: left;
}
.owl-carousel-container .owl-control.right {
    right: 0;
}
.owl-carousel-container .owl-control.right span,
.owl-carousel-container .owl-control.right .glyphicon,
.owl-carousel-container .owl-control.right #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-next,
#article-pictures-owl-carousel .owl-nav .owl-carousel-container .owl-control.right .owl-next,
.owl-carousel-container .owl-control.right #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-prev,
#article-pictures-owl-carousel .owl-nav .owl-carousel-container .owl-control.right .owl-prev {
    text-align: right;
}
.carousel-with-picture-thumbs .carousel-indicators {
    margin: 10px -3px 0;
    overflow: auto;
    position: static;
    text-align: left;
    width: auto;
}
.carousel-with-picture-thumbs .carousel-indicators > li {
    border: 1px solid #e4e4e4;
    padding: 6px;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 3px 3px 0;
    overflow: hidden;
    float: left;
}
.carousel-with-picture-thumbs .carousel-indicators > li img {
    display: block;
    width: 70px;
    height: 70px;
}
.carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item {
    display: block;
    width: 70px;
    height: 70px;
    text-indent: 0;
    font-size: 12px;
}
.carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item .glyphicon,
.carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item #article-pictures-owl-carousel .owl-nav .owl-next,
#article-pictures-owl-carousel .owl-nav .carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item .owl-next,
.carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item #article-pictures-owl-carousel .owl-nav .owl-prev,
#article-pictures-owl-carousel .owl-nav .carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item .owl-prev {
    font-size: 18px;
}
.carousel-with-picture-thumbs .carousel-indicators > li.active {
    border-color: #b5b5b5;
}
@media (min-width: 768px) {
    .carousel-with-picture-thumbs .carousel-indicators {
        margin-left: -5px;
        margin-right: -5px;
    }
    .carousel-with-picture-thumbs .carousel-indicators > li img {
        width: 77px;
        height: 77px;
    }
    .carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item {
        text-align: center;
        width: 77px;
        height: 77px;
    }
    .carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item .glyphicon,
    .carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item #article-pictures-owl-carousel .owl-nav .owl-next,
    #article-pictures-owl-carousel .owl-nav .carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item .owl-next,
    .carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item #article-pictures-owl-carousel .owl-nav .owl-prev,
    #article-pictures-owl-carousel .owl-nav .carousel-with-picture-thumbs .carousel-indicators > li .icon_with_text_item .owl-prev {
        display: block;
        font-size: 24px;
        width: 100%;
        text-align: center;
        line-height: 45px;
    }
}

.carousel-title {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    margin-bottom: 10px;
}
.article-details-info-headline {
    font-size: 26px;
    font-weight: normal;
}
@media (min-width: 768px) {
    .article-details-info-headline {
        font-size: 38px;
        margin: 30px 0;
    }
}
.article-details-info-list {
    padding-left: 22px;
    margin-bottom: 20px;
}
.article-details-info-list li {
    margin: 3px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
}

@media (min-width: 768px) {
    .brand-info {
        position: relative;
    }
}
.brand-info-claim {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 21px;
    display: block;
}
.brand-info-text {
    font-size: 16px;
    line-height: 1.5;
}
.brand-info-more-link {
    font-size: 16px;
}
.brand-info-more-link,
.brand-info-more-link:hover,
.brand-info-more-link:active {
    color:#fff;
    text-decoration: underline;
}
.short-article-number {
    font-size: 16px;
    line-height: 1.5;
}
.short-article-number b,
.short-article-number strong {
    font-weight: normal;
}
.article-details-long-desc b,
.article-details-long-desc strong {
    font-weight:600;
    line-height:30px;
    font-size:16px;
}
.article-details-long-desc > a {
    display:block;
    margin-bottom:15px;
}
.article-details-reviews {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}
.article-details-reviews-headline {
    font-size: 30px;
    line-height: 1.27;
    margin: 0 0 10px 0;
}
span.article-details-reviews-headline {
    display: block;
}
.article-details-reviews .total-rating {
    display: flex;
    overflow: hidden;
    width: 290px;
    margin: 0 auto 20px auto;
}
.article-details-reviews .total-rating-text {
    display: inline-block;
    font-weight: 600;
    line-height: 25px;
    margin: auto;
}
.article-details-reviews .total-rating .rating {
    float: none;
    display: inline-block;
    width: 130px;
    height: 25px;
    background-size: 130px 101px;
    margin: auto;
}
.article-details-reviews .total-rating .rating li.currentRate {
    height: 25px;
    background-size: 130px 101px;
    background-position: left 51px;
}
.article-details-reviews .review-login {
    border: 1px dotted #afafaf;
    padding: 15px;
    max-width: 600px;
    margin: 0 auto 15px auto;
}
@media (min-width: 1024px) {
    .article-details-reviews .review-login {
        max-width: 780px;
    }
}
@media (min-width: 1220px) {
    .article-details-reviews .review-login {
        max-width: 1010px;
    }
}
.article-details-reviews .review-login .h4 {
    font-weight: bold;
    font-size: 16px;
}
.picture-box-wrapper {
    position: relative;
}
.picture-box-wrapper .box-image:hover > .zoom-btn {
    opacity:1;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}
.picture-box-wrapper .box-image > .zoom-btn {
    opacity:0;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}
.picture-box-wrapper .icon-24 {
    width: auto;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 8;
    left: auto;
    right: -12px;
}
@media (min-width: 768px) {
    .picture-box-wrapper .icon-24 {
        left:0;
        top:0;
        height:60px;
    }
}
@media (max-width: 1023px) {
    .featherlight {
        display: none !important;
    }
}
.last-seen {
    display: none;
}
@media (min-width: 1024px) {
    .last-seen {
        display: inline;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 110;
    }
    .last-seen-wrapper {
        float: right;
        position: relative;
    }
    .last-seen-toggle {
        float: right;
        height: 75px;
        width: 288px;
        border: 1px solid #090A30;
        background: #090A30;
        font-size: 16px;
        line-height: 1.25;
        padding: 14px 125px 14px 14px;
        color: #fff;
        position: relative;
        box-shadow: 3px 3px 10px 0 rgba(174, 174, 174, 0.5);
        cursor: pointer;
        z-index: 20;
        border-top-left-radius: 8px;
    }
    .last-seen-toggle:hover {
        text-decoration: none;
        color: #fff;
    }
    .last-seen-toggle-preview {
        position: absolute;
        top: 0;
        right: 45px;
        width: 75px;
        height: 75px;
        overflow: hidden;
        padding: 10px
    }
    .last-seen-toggle-preview img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .last-seen-toggle-icon {
        background: #090A30;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        line-height: 75px;
        text-align: center;
    }
    .last-seen-items,
    .last-seen-items > div[data-prudsys-click-scope] {
        display: table;
        width: 100%;
    }
    .last-seen-items-wrapper {
        max-height: 420px;
        overflow: auto;
    }
    .last-seen-list {
        display: none;
        position: absolute;
        z-index: 18;
        bottom: 75px;
        right: 0;
        width: 495px;
        max-height: 482px;
        background-color: #090A30;
        box-shadow: 0 4px 10px 0 rgba(174, 174, 174, 0.5);
        border: solid 1px #090A30;
        border-radius: 8px;
        color: #fff;
    }
    .last-seen-list.open {
        display: block;
    }
    .last-seen-list-header {
        height: 60px;
        text-align: center;
        font-size: 24px;
        line-height: 60px;
        position: relative;
    }
    .last-seen-list-header .close {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        color: #090A30;
        background: #fff;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .last-seen-list-header .close i {
        width: 40px;
        height: 40px;
    }
    .last-seen-item {
        height: 140px;
        display: table-row;
    }
    .last-seen-item-img {
        display: table-cell;
        width: 140px;
        padding: 10px;
        border-bottom: 1px solid #ffffff1a;
    }
    .last-seen-item-img img {
        border-radius: 8px;
    }
    .last-seen-item-link {
        display: block;
    }
    .last-seen-item .price {
        display: block;
    }
    .last-seen-item-remove {
        display: block;
    }
    .last-seen-item-desc {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
        border-bottom: 1px solid #ffffff1a;
    }
    .last-seen-item-show {
        display: table-cell;
        vertical-align: middle;
        width: 60px;
        text-align: center;
        border-bottom: 1px solid #ffffff1a;
    }
}
.sold-out-note {
    background-color: #fffadd;
    box-shadow: 0 2px 0 0 #f2edd4;
    line-height: 42px;
    font-weight: 600;
    color: #6b6b6b;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.sold-out-note p {
    margin: 0;
}
.sold-out-note .glyphicon {
    color: red;
}
.sold-out-slider {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sold-out .carousel-title {
    font-size: 20px;
}
@media (min-width: 768px) {
    .sold-out .carousel-title {
        font-size: 24px;
    }
}
.pre-bidding {
    text-align: center;
}
.pre-bidding .or {
    position: relative;
    line-height: 55px;
    font-size: 16px;
    font-weight: 600;
}
.pre-bidding .or-wrapper {
    overflow: hidden;
}
.pre-bidding .or:before {
    content: "";
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -30px;
}
.pre-bidding .or:after {
    content: "";
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -30px;
}
.pre-bidding-form .form-group {
    position: relative;
    display:flex;
    align-items:center;
}

.modal .table-lines {
    border: none;
    border-top: 1px solid #d8d8d8;
}
.modal .table-lines td {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    font-size: 12px;
    padding: 10px 10px 10px 0;
}
@media (min-width: 768px) {
    .modal .table-lines td {
        font-size: 16px;
    }
}
.size-advisor {
    margin-bottom: 30px;
}
.size-advisor-headline {
    font-size: 24px;
}
.size-advisor .width,
.size-advisor .height {
    position: absolute;
    font-size: 16px;
    white-space: nowrap;
}
.size-advisor-image-hose .width {
    top: 0;
    left: 75px;
}
.size-advisor-image-hose .height {
    top: 170px;
    left: 100px;
}
.size-advisor-image-pullover .width {
    top: 123px;
    left: 94px;
}
.size-advisor-image-pullover .height {
    top: 123px;
    left: 235px;
}
.size-advisor-image-rock .width {
    top: 0;
    left: 75px;
}
.size-advisor-image-rock .height {
    top: 136px;
    left: 100px;
}
.size-advisor-image-shirt .width {
    top: 80px;
    left: 94px;
}
.size-advisor-image-shirt .height {
    top: 123px;
    left: 208px;
}
.size-advisor-image-jacke .width {
    top: 90px;
    left: 105px;
}
.size-advisor-image-jacke .height {
    top: 123px;
    left: 250px;
}
.size-advisor-image-wrapper {
    position: relative;
    padding: 10px 50px 0 0;
    width: 280px;
}
.size-advisor-fitting {
    padding-left: 140px;
    position: relative;
}
.size-advisor-fitting-image {
    position: absolute;
    left: 0;
    top: 20px;
    height: 150px;
    width: auto;
}
.size-advisor-fitting-list {
    list-style: none;
    padding: 0;
}
.size-advisor-fitting-list li {
    display: block;
    border: solid 1px #e0e0e0;
    line-height: 36px;
    padding-left: 20px;
    margin-bottom: 7px;
    color: #6b6b6b;
    font-size: 12px;
}
@media (min-width: 768px) {
    .size-advisor-fitting-list li {
        font-size: 16px;
    }
}
.size-advisor-fitting-list li.active {
    background: #6b6b6b;
    position: relative;
    color: #fff;
    font-weight: 600;
}
.size-advisor-fitting-list li.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 15px 18px 0;
    border-color: transparent #6b6b6b transparent transparent;
    position: absolute;
    left: -15px;
    top: 0;
}
.free-delivery-badge {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    text-transform: uppercase;
    margin: 3px auto 8px auto;
    background-color: #090A30;
    letter-spacing:0.5px;
    cursor: default;
    z-index: 99;
    border-radius: 50px;
}
.sticky-until-here {
    clear: both;
    line-height: 0;
    height: 0;
}
#promoBanner {
    line-height:20px;
    padding:5px;
}
@media(min-width: 768px) {
    .free-delivery-badge {
        font-size: 12px;
        letter-spacing: 0.72px;
    }
}
@media(min-width:1024px){
    #promoBanner {
        line-height: 30px;
        padding: 0;
    }
}
.special-price-countdown {
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    border: 1px solid var(--_color-primary);
    width: 115px;
    text-align: right;
    height: 70px;
    color: #333333;
    padding-right: 10px;
}
@media (min-width: 1024px) {
    .special-price-countdown {
        width: 170px;
    }
}
.special-price-countdown-label {
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    padding-top: 6px;
}
@media (min-width: 1024px) {
    .special-price-countdown-label {
        padding-top: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
    }
}
.special-price-countdown-timer {
    float: right;
}
.special-price-countdown-timer .colon {
    float: left;
    padding: 0 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
}
@media (min-width: 1024px) {
    .special-price-countdown-timer .colon {
        line-height: 30px;
        font-size: 14px;
    }
}
.special-price-countdown-timer .hours,
.special-price-countdown-timer .minutes,
.special-price-countdown-timer .seconds {
    float: left;
    color: var(--_color-primary);
    font-size: 20px;
    line-height: 20px;
}
@media (min-width: 1024px) {
    .special-price-countdown-timer .hours,
    .special-price-countdown-timer .minutes,
    .special-price-countdown-timer .seconds {
        font-size: 30px;
        line-height: 30px;
    }
}
.special-price-countdown:before {
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 20px 34px 0;
    border-color: transparent var(--_color-primary) transparent transparent;
}
.special-price-countdown:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 11;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 20px 34px 0;
    border-color: transparent #fff transparent transparent;
}
.product-block .price-countdown.left{
    left:0;
}
.pre-bidding-overview img {
    margin: 0 auto;
}
.pre-bidding-overview .form-group {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    margin-bottom: 0;
    text-align:left;
    display:flex;
    align-items:center;
    flex-wrap: wrap;
}
.pre-bidding-overview .control-label {
    font-weight: 400;
    margin-left:0;
    padding:0 5px 0 0;
    width: 75px;
}
.pre-bidding-overview .form-control-static {
    min-height:26px;
    padding:0;
}
@media (min-width: 768px) {
    .pre-bidding-overview .control-label {
        text-align: left;
    }
    .pre-bidding-overview .form-group {
        align-items:inherit;;
    }
}
@media (min-width: 768px) {
    .pre-bidding-overview .form-control-static {
        display: inline-block;
    }
}
.pre-bidding-overview .btn {
    width: 100%;
}
.pre-bidding-overview .form-group-total .control-label {
    font-weight: normal;
}
.post-bidding {
    text-align: center;
    font-size: 16px;
}
.post-bidding .alert {
    border: none;
    position: relative;
    font-weight: 600;
    padding: 20px;
    margin: 30px 0 10px 0;
}
.post-bidding .alert:before {
    font-size: 60px;
    left: 6%;
    top: 25%;
    width: 36px;
    margin-left: -30px;
    height: 36px;
}
.post-bidding .alert-danger {
    color: #ff4842;
}
.post-bidding .alert-success {
    color: #5cb85c;
}
#variants .error .btn-input {
    --_btn-border-color: #ff4842;
    border-color: #ff4842;
    color: #ff4842;
}
div.slider .content-wrapper {
    display: none;
}
#lastseen-owl,
.content-wrapper {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}
#lastseen-owl .owl-prev,
#lastseen-owl .owl-next,
.tv-show-list .owl-prev,
.tv-show-list .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    outline: none;
    right: -10px;
    background: none;
    margin: 0;
    padding: 0;
    opacity: 1;
}
#lastseen-owl .owl-prev i,
#lastseen-owl .owl-next i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
    background: url(../../img/home/left.svg) no-repeat center;
}
#lastseen-owl .owl-next i.owl-right {
    background-image: url(../../img/home/right.svg);
}
#lastseen-owl .owl-prev i.owl-left {
    background-image: url(../../img/home/left.svg);
}
#lastseen-owl .owl-prev,
.tv-show-list .owl-prev {
    left: -10px;
    right: auto;
}
#lastseen-owl .owl-nav {
    margin: 5px 0 0 0;
}
.ffb-gridster-owl-container {
    clear: both;
}
* + .ffb-gridster-owl-container {
    margin-top: 45px;
    margin-bottom: 10px;
}
.ffb-gridster-owl-container .ffb-gridster-owl {
    margin-top: 0;
}
.live-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1220px) {
    .live-col {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1220px) {
    .live-col {
        left: 25%;
    }
}
.past-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .past-col {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1220px) {
    .past-col {
        float: left;
        width: 25%;
    }
}
@media (min-width: 1220px) {
    .past-col {
        right: 50%;
        margin-top: 5px;
    }
}
.home-headline {
    font-size: 26px;
    text-align: center;
    font-weight: normal;
}
@media (min-width: 768px) {
    .home-headline {
        font-size: 38px;
    }
}
.selectize-dropdown [data-selectable] .highlight {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}
@media (max-width: 1220px) {
    .content-wrapper {
        margin: 0 20px;
    }
}
.content-wrapper .home-headline {
    font-size: 22px;
    text-align: left;
}
@media (max-width: 1220px) {
    #myaccount-lastseen .home-headline,
    #myaccount-recommendations .home-headline {
        padding-left: 20px;
    }
}

.auction-product {
    margin: 5px 0 25px 0;
}
@media (min-width: 380px) {
    .auction-product {
        margin: 35px auto 25px auto;
    }
}
.auction-product .description {
    color: #333;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.auction-product .description ul.rating {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .auction-product {
        margin: 35px 0 25px;
        display: block;
    }
}
@media (min-width: 1024px) {
    .auction-product {
        max-width: 340px;
        margin: 70px auto 25px auto;
    }
}
.auction-tv-info {
    display: none;
}
@media (min-width: 1024px) {
    .auction-tv-info {
        display: block;
        clear: both;
        text-align: left;
        font-size: 16px;
        padding-top: 40px;
    }
    .auction-tv-info__now {
        padding-left: 100px;
        position: relative;
        line-height: 22px;
        font-weight: 600;
    }
}
.link-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../../img/home/link-icon.svg) no-repeat center;
    background-size: contain;
}
.link-icon.white {
    background: url(../../img/home/link-icon-white.svg) no-repeat center;
}
.link-icon.black {
    background: url(../../img/home/link-icon-black.svg) no-repeat center;
}
.auction-details-container .auction-details.auction-info {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.auction-details:before, .auction-details:after {
    content: " ";
    display: table;
}
.auction-details:after {
    clear: both;
}
.auction-details__left {
    float: left;
    width: 135px;
}
.auction-details__right {
    float: left;
    width: calc(100% - 135px);
}
.auction-details-item .title {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height:1.2;
    padding-bottom:2px;
}
.auction-details-item.danger {
    color: #ff4842;
}
.auction-details-item.turbo {
    background: var(--_color-primary);
    color: #fff;
}
.auction-details-container .variant-row .btn {
    height: 48px;
    line-height: 48px !important;
    width: calc(100% - 249px);
    margin-left: 8px;
}
.auction-details-container .variant-row .full .btn {
    width: calc(100% - 108px);
}
.auction-details-container .btn > .icon-white-tv {
    margin-bottom: -4px;
    margin-right: 3px;
}
.auction-details-container .auction-count-sold {
    text-transform: uppercase;
    margin: 15px 0 -5px;
    padding: 5px;
    border: 1px solid #afafaf;
}
.auction-details-container .marquee {
    position: relative;
    overflow: hidden;
    background-color: #fbbd1e;
    font-size: 16px;
    height: 26px;
    white-space: nowrap;
    color: #fff;
}
.auction-details-container .marquee span {
    display: inline-block;
    line-height: 26px;
    animation: scroll 10s linear infinite;
}
.auction-details-container .footnote {
    position: relative;
    top: 10px;
}
.auction-details-container .dot-loader-container {
    position: relative;
    height: 34px;
}
.auction-details-container .dot-loader-container .dot-loader {
    position: absolute;
    height: 8px;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%;
}
.auction-details-container .dot-loader-container .dot-loader .circle {
    display: inline-block;
    position: relative;
    animation: dotloader 2.5s infinite;
}
.auction-details-container .dot-loader-container .dot-loader .circle + .circle {
    margin-left: -25px;
    animation: dotloader 2.5s 0.2s infinite;
}
.auction-details-container .dot-loader-container .dot-loader .circle + .circle + .circle {
    margin-left: -25px;
    animation: dotloader 2.5s 0.4s infinite;
}
.auction-details-container .dot-loader-container .dot-loader .circle + .circle + .circle + .circle {
    margin-left: -25px;
    animation: dotloader 2.5s 0.6s infinite;
}
.chevron-progress-container {
    -webkit-backface-visibility: hidden;
    margin: 5px 0 0 0;
}
.chevron-progress-container .chevron-progress .rider{
    display: flex;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    margin:0 auto;
}
.chevron-progress-container .chevron-progress .rider > i {
    width: 7px;
    height: 18px;
    background: #6b6b6b;
    opacity: 0.2;
    margin-left: 2px;
    display: block;
    float: left;
}
.chevron-progress-container .chevron-progress .rider > i.active {
    opacity: 1 !important;
}
.chevron-progress-container .chevron-progress .rider.turbo > i {
    background-color:var(--_color-primary);
}
.chevron-progress-container.reverse {
    transform: rotate(170deg);
    -moz-transform: rotate(170deg);
    padding-top: 8px;
    padding-bottom: 2px;
    border-top-width: 0;
    border-bottom: 1px solid #afafaf;
    margin: -23px -4px 1px 1px;
}
@keyframes dotloader {
    0%, 20% {
        width: 4px;
        height: 4px;
        border-radius: 2px;
        left: 0;
        background-color: rgba(0, 0, 0, 0);
    }
    30%, 70% {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        left: 50%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    80%, 100% {
        width: 4px;
        height: 4px;
        border-radius: 2px;
        left: 100%;
        background-color: rgba(0, 0, 0, 0);
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.article-list-wrapper {
    position:relative;
}
.article-list-header .title-column {
    display: flex;
    justify-content: space-between;
}
.article-list-header .title-column .sort {
    display: flex;
}
.article-list-header .title-column .sort .article-list-listlocator {
    border: 1px solid #fff;
    border-radius: 50px;
    margin-left: 24px;
    height: 40px;
    background: none;
}
.article-list-header .title-column .sort .listlocator-sort-container .btn-group {
    padding: 0 12px;
}
.article-list-header .title {
    margin-top: 0;
}
.article-list-header .listlocator-displaytype-container {
    display: none;
}
@media (min-width: 768px) {
    .article-list-header .listlocator-displaytype-container {
        display: inline-block;
    }
}
@media (min-width: 1024px) {
    .article-list-header {
        margin-top: 0;
    }
}
.article-list-category .category-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
    margin: 0 -16px 0 0;
    padding: 0;
    list-style-type: none;
}
.article-list-category .category-list li {
    display: inline-block;
}
.article-list-category .category-list li a > span {
    display: none;
}
.article-list-header-filters {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.article-list-header-filters.filter-empty {
    padding: 0;
}
.article-list-header-filters .active-filter {
    width: 100%;
}
.article-list-header-filters .item {
    margin: 0 10px 3px 0;
    display: inline-block;
}
.article-list-header-filters .label {
    font-size: 14px;
    font-weight: normal;
    padding: 0 13px 0 30px;
    line-height: 28px;
    border-radius: 15px;
    background-color: #fff;
    color:#1a1a1a;
}
.article-list-header-filters .remove{
    display:inline-block;
    text-decoration: none;
    position:relative;
}
.article-list-header-filters .remove .icon-check-grey {
    position:absolute;
    background-size:14px;
    top: 14px;
    left: 6px;
}
.article-list-header-filters a.item {
    margin-right: 10px;
    color: #333;
}
.article-list-header-filters a.item:hover {
    text-decoration:none;
}
.article-list-header-filters .large-devices {
    display: inline-block;
}
@media (min-width: 380px) and (max-width: 767px) {
    #product-list .col-lg-12 {
        float: left;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .article-list-header-filters .remove .label {
        font-size:12px;
        padding: 0 13px 0 25px;
    }
    .article-list-header-filters .remove .icon-check-grey {
        left:5px;
        background-size: 10px;
    }
    #product-list .product-list-item {
        max-width: 200px;
    }
}
.product-list-item {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 auto 10px auto;
}
.product-list-item .rating {
    float: none;
    margin: 3px auto 0 auto;
}
@media (min-width: 768px) {
    .product-list-item .rating {
        margin: 3px 0 0 0;
    }
}
.product-list-item .list-green-check {
    padding-left: 23px;
}
.product-list-item .title {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 0;
}
.product-list-item .product-image {
    margin: 0 auto;
    width: 130px;
}
.product-list-item .price-block {
    text-align: center;
    color: var(--_color-primary);
    font-size: 28px;
    font-weight: bold;
}
.product-list-item .price-block del {
    display: block;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: -10px;
}
.product-list-item .price-block del > span {
    color: #000;
}
.product-list-item .col-xs-8 .title,
.product-list-item .col-xs-8 .description,
.product-list-item .col-xs-8 .description .price-block {
    text-align: left;
    margin-bottom: 5px;
}
.product-list-item .col-xs-8 .pull-right {
    margin-left: 5px;
}
@media (min-width: 768px) {
    .product-list-item {
        padding-top: 22px;
        padding-bottom: 22px;
        border-top: 1px solid #bfbfbf;
        max-width: none;
    }
    .product-list-item .title {
        font-size: 24px;
        font-weight: 500;
        text-align: left;
    }
    .product-list-item .price-block {
        float: right;
        text-align: right;
    }
    .product-list-item .description {
        margin-top: 15px;
    }
}
@media (min-width: 1024px) {
    .product-list-item .description {
        display: table;
        width: 100%;
    }
    .product-list-item .list-green-check {
        display: table-cell;
        vertical-align: top;
    }
    .product-list-item .price-block {
        padding-left: 15px;
        display: table-cell;
        vertical-align: bottom;
        white-space: nowrap;
    }
}
.product-infogrid-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
    float: none;
}
@media (min-width: 768px) {
    .product-infogrid-item {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .product-infogrid-item {
        float: left;
        width: 33.3333333333%;
    }
}
@media (min-width: 380px) and (max-width: 767px) {
    .product-infogrid-item {
        width: 50%;
        float: left;
    }
}
@media (min-width: 768px) {
    .product-infogrid-item {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .product-infogrid-item:nth-child(2n+1) {
        clear: left;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .product-infogrid-item:nth-child(3n+1) {
        clear: left;
    }
}
.product-infogrid-item .image {
    position: relative;
    margin-bottom: 8px;
    padding-top: 36px;
}
.product-infogrid-item .image img {
    max-width: 100%;
    max-height: 100%;
}
@media (min-width: 380px) and (max-width: 639px) {
    .product-infogrid-item .image {
        height: 140px;
    }
}
@media (min-width: 640px) {
    .product-infogrid-item .image {
        height: 266px;
    }
}
.product-infogrid-item .description {
    padding: 0 10px 15px;
}
.product-block .product-info {
    position:relative;
}
.product-block .product-info > a {
    text-decoration:none;
    display:block;
}
.product-block .product-info .h4 {
    font-size: 16px;
    margin: 15px 0 10px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #333333;
    font-weight:600;
    padding: 0 10px;
}
@media (min-width: 768px){
    .product-block .product-info .h4{
        max-height: 80px;
        min-height: 48px;
        overflow: hidden;
    }
}
.product-block .product-info .h4.space-top{
    margin: 45px 0 10px;
}
.product-block .product-info .manufacturer {
    position: absolute;
    bottom: 57px;
    left: 0;
    right: 0;
}
.product-block .product-info .manufacturer a {
    background-color: #e0e0e0;
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    padding: 0 9px;
    color: #333;
    overflow: hidden;
}
.product-block .image .img-label {
    position: absolute;
    top: 8px;
    left: auto;
    right:5px;
    max-width: 90px;
}
.product-block .image .img-label.new-line {
    top: 40px;
    left: 0;
    right:auto;
}
.product-block .image .img-label.price-hit {
    max-width: 52px;
}
.product-infogrid-item .title {
    height: 48px;
    overflow: hidden;
}
.product-infogrid-item .price {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}
.product-infogrid-item .price del {
    color: #999999;
    font-size: 0.75em;
    padding-right: 0;
}
.product-infogrid-item .price a {
    color: #999;
    font-size: 16px;
}
.product-infogrid-item .uvp_price {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    color: #999;
}
.product-infogrid-item .uvp_price del {
    color: #999;
    font-weight: 400;
    margin-left: 2px;
}
.product-infogrid-item .uvp_price a {
    color: #999;
    font-size: 16px;
}
.product-infogrid-item .shadow {
    position: relative;
    height: 100%;
    transition: box-shadow 0.1s linear;
}
.product-infogrid-item .shadow:hover {
    box-shadow: 0 2px 20px 0 rgba(189, 189, 189, 0.5), 0 2px 4px 0 rgba(157, 157, 157, 0.5);
}
@media (hover: none) {
    .product-infogrid-item .shadow:hover {
        box-shadow: none;
    }
}
@media (min-width:768px) {
    .product-block .product-info .image .img-label.price-hit {
        max-width: 70px;
    }
}
.checkbox.asnFilter label{
    padding-left: 35px;
    line-height: 28px;
    font-weight:400;
    margin-left: 0;
    position:relative;
}
.checkbox.asnFilter label input{
    width: 24px;
    height: 24px;
    border: solid 1px #dcdcdc;
    border-radius: 50%;
    margin-right: 5px;
    top: -3px;
}
.checkbox.asnFilter label span {
    color: #969696;
}
.checkbox.asnFilter label input[type=checkbox]{
    margin-left: -35px;
}
.default.asnFilter {
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0 5px 5px;
}
.default.asnFilter.active {
    font-weight: 600;
}
.infinity-scroll {
    position: relative;
}
.infinity-scroll img {
    display: none;
    position: absolute;
    right: 10px;
    top: 7px;
}
.infinity-scroll[disabled] img,
.infinity-scroll[disabled]:focus img {
    display: block;
}
.infinity-scroll-to-top {
    border: 2px solid var(--_color-primary);
    border-right: none;
    padding: 4px 10px;
}
#serviceInfo {
    margin-top: 20px;
    font-size: 16px;
}
#serviceInfo .service-headline {
    font-size: 20px;
}
@media (min-width: 768px) {
    #serviceInfo .service-headline {
        font-size: 30px;
    }
}
#serviceInfo .notice {
    margin: 0 0 20px 0;
}
#serviceInfo .notice a {
    text-decoration: underline;
    color: #fff;
}
#serviceInfo .hotline {
    margin: 10px 0;
}
#serviceInfo .hotline .number {
    line-height: 25px;
    font-size: 18px;
}
#serviceInfo .hotline a.number:hover {
    color:#000;
}
@media (min-width: 768px) {
    #serviceInfo .hotline .number {
        font-size: 22px;
        line-height: 30px;
    }
}
#serviceInfo .hotline .number img {
    margin-right: 15px;
    position: relative;
    top: -2px;
    max-width:24px;
}
#serviceInfo .hotline .note {
    margin-left: 40px;
}
#serviceInfo .note {
    font-size: 12px;
    max-width: 330px;
}
#serviceInfo .address {
    margin-top: 20px;
}
#serviceInfo .whatsapp-block {
    padding-left: 35px;
    position: relative;
}
#serviceInfo .whatsapp-block h4 {
    font-size: 18px;
}
@media (min-width: 768px) {
    #serviceInfo .whatsapp-block h4 {
        font-size: 24px;
    }
}
#serviceInfo .whatsapp-block ol {
    padding-left: 15px;
}
#serviceInfo .badge {
    background: #fcbc17;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #ffffff;
    border-radius: 0;
    padding: 0 10px;
    line-height: 26px;
}
#serviceInfo #whatsapp {
    position: absolute;
    left: 0;
    width: 25px;
    fill: #455a64;
}
#contactForm .agreement label {
    line-height: 24px;
}
#contactForm .agreement label a {
    color: #fff;
    text-decoration: underline;
}
#contactForm textarea.form-control {
    height: 190px;
}
#registration .referrer-slide {
    margin-bottom: 5px;
}
#registration label{
    max-width:845px;
    margin-left:0;
}
.my-account h1 {
    display: none;
}
.my-account h2 {
    margin-bottom:10px;
}
.my-account h3{
    margin-bottom:20px;
    margin-top: 40px;
}
.my-account h4 {
    margin-bottom:20px;
}
@media (min-width: 1280px) {
    .my-account h1 {
        display: block;
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .bb-mobile {
        border-bottom: 1px solid #dcdcdc;
    }
    .bb.bb-none {
        border-bottom: none;
    }
    .my-account h2.bb {
        border-bottom: none;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 0;
        padding-bottom: 5px;
        margin-top: 0;
    }
    .my-account .bb.bb-light {
        border: none;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .my-account .bb.bb-light label {
        display: block;
    }
    .my-account h3{
        margin-bottom:0;
        margin-top: 30px;
    }
}
.my-account .glyphicon-refresh-animate {
    animation: spin 0.7s infinite linear;
}
.login-page-row {
    margin-top: 40px;
}
#select-myAccount {
    margin: 15px 0 0 0;
    width: 250px;
}
.list-myAccount a {
    padding: 3px 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.list-myAccount a:hover {
    color: #fff;
}
.list-myAccount .active a {
    font-weight: bold;
}
.bb {
    border-bottom: 1px solid #ffffff1a;
}
.bb-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom:15px;
}
.bb-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top:15px;
}
.bb-top-wide {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 6px;
}
.bb-invisible {
    margin:8px 0;
}
.bb-invisible-20 {
    margin:20px 0;
}
.bb-invisible-11 {
    margin:11px 0;
}
.bb.bb-light {
    border-color:#dcdcdc;
}
.bb label {
    margin-bottom: 0;
    margin-left: 0;
}
@media (min-width: 768px) {
    .bb.double-line {
        min-height: 87px;
    }
}
.mb0 {
    margin-bottom: 0;
}
.form-group-toggle:before, .form-group-toggle:after {
    content: " ";
    display: table;
}
.form-group-toggle:after {
    clear: both;
}
.form-group-toggle .form-toggle .form {
    margin: 0 -15px;
}
.form-group-toggle .form-group {
    margin-bottom: 0;
}
.form-group-toggle .form-buttons {
    clear: both;
    padding: 10px 15px 0 15px;
}
.form-group-toggle .form-control-static {
    min-height: 0;
}
.form-group .selectize-control {
    max-height: 30px;
}
.selectize-dropdown, .selectize-input {
    line-height: 14px;
}
.radios {
    margin-bottom: 20px;
}
.my-account .radios {
    margin-bottom: 0;
}
.radios .radio-bordered {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.table-myAccount {
    border: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}
.table-myAccount > thead > tr > th,
.table-myAccount > tbody > tr > th,
.table-myAccount > thead > tr > td,
.table-myAccount > tbody > tr > td {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding:20px 0;
    line-height: 20px;
}
.table-myAccount > thead > tr > td,
.table-myAccount > tbody > tr > td {
    padding-right: 0;
}
.table-myAccount tr:last-child > td,
.table-myAccount tr:last-child > th {
    border-bottom: none;
}
hr {
    border-color: #ffffff1a !important;
}
#accUserSaveTop {
    margin-top: 10px;
}
.register-trustinfo-container {
    background-color: #fafafa;
    max-width: 425px;
    padding:25px;
    margin: 0 auto;
}
.register-trustinfo-container .list-green-check {
    margin-top: 15px;
    padding-left: 23px;
    font-size: 16px;
}
.register-trustinfo-container .list-green-check > li {
    margin: 7px 0;
}
.register-trustinfo-container .list-inline {
    margin-top: 15px;
}
.register-trustinfo-container .hotline img {
    position: absolute;
    border-radius: 50%;
    width: 27px;
    height: 27px;
}
.register-trustinfo-container .hotline .details {
    margin-left: 40px;
}
@media (min-width: 1024px) {
  .register-trustinfo-container {
    padding:34px 38px;
  }
}
.register-form-container span.star-information {
    height: 26px;
    line-height: 26px;
}
.register-form-container .form-group {
    margin-bottom:20px;
}
.register-form-container .pw-field{
    position:relative;
}
.register-form-container .list-inline {
    margin-left: -10px;
}
.register-form-container .list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
}
.register-form-container .list-inline .radio {
    margin-top: 0;
    margin-bottom: 0;
}
.register-form-container button.custom-btn-disabled {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
.register-form-container .form-group .checkbox label svg {
    position:relative;
    top:5px;
}
.register-page-head {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.myOrders {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .myOrders {
        margin-bottom: 0;
    }
}
.myOrders .cell-label {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
@media (min-width: 768px) {
    .myOrders .cell-label {
        display: none;
    }
}
@media (max-width: 767px) {
    .my-account-order-history .myOrders {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .myOrders .cell-value {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .myOrders .btn.btn-default {
        background: none;
        padding: 8px 15px;
        color: #004289;
        border: none;
    }
}
.preBids .panel-default {
    border-color: #fff;
}
.myOrders .row .titles,
.my-account.preBids .row .titles {
    font-weight: bold;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}
.my-account.preBids .row .titles {
    margin-top:10px;
    padding-bottom: 15px;
}
.myOrders .row.open {
    background: none;
}
.myOrders .row.open .row .product {
    margin: 10px 0;
}
.myOrders .row.open .row .product .remove-product i {
    position: relative;
    top: 2px;
    font-weight: 300;
}
.myOrders .row.open .row .product > div {
    margin-top: 20px;
}
.myOrders .row.open .row .product h5 {
    margin-top: 0;
}
.myOrders .page-header {
    margin-bottom: 0;
}
.row.orderrow.ng-scope .accordion-arrow {
    position: static;
}
.row.orderrow.ng-scope .accordion-arrow .ui-accordion-header-icon {
    position: absolute;
    left: 10px;
    right: 10px;
}
.myOrders .row.ng-scope .row-addresses.payment-method {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.myOrders .row.ng-scope .row-addresses .payment-method-name {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.myOrders .row.open .row .payment-method-name .button-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.myOrders .row.open .product .button-row,
.myOrders .row.open .product .return-box {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.myOrders .row.open .product .return-box .return-email-form .form {
    display: flex;
    align-items: center;
}
.myOrders .row.open .product .return-box .return-email-form .form .btn-success-small {
    min-width: fit-content;
    margin-left: 12px;
}
.myOrders .row.open .product .return-box .return-email-form .form .btn-success-small:first-of-type {
    border: 1px solid #ff4842;
}
.myOrders .row.open .product .return-box .return-email-form.new-mail .form .btn-success-small {
    margin: 0 0 0 12px;
    border: 1px solid #fff;
}
.myOrders .row.open .product .return-box .return-email-form .form input.ng-invalid {
    border: 1px solid #ff4842;
}

.myOrders .row.open .product .return-box .popover-init {
    position: relative;
    display: flex;
    gap: 4px;
}
.hint-content-popover {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #fff;
    color: #777777;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 230px;
}

.hint-content-popover::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

@media(max-width: 480px) {
    .myOrders .row.open .product .return-box .return-email-form .form {
        flex-wrap: wrap;
    }
    .myOrders .row.open .product .return-box .return-email-form .form .btn-success-small {
        width: 100%;
        margin: 12px 0;
    }
}

@media (min-width: 768px) {
    .myOrders .row.open .row .product {
        display:inline-block;
        width:100%;
    }
    .myOrders .row.open .row .product .remove-product {
        margin-top: -20px;
    }
    .myOrders .row.ng-scope {
      padding: 6px 0;
    }
}
@media (max-width: 767px) {
     .row.orderrow.ng-scope {
         position:relative;
         display:flex;
         flex-wrap:wrap;
    }
    .row.orderrow.ng-scope > div:nth-of-type(1) {
        order:1;
    }
    .row.orderrow.ng-scope > div:nth-of-type(2) {
        order:2;
    }
    .row.orderrow.ng-scope > div:nth-of-type(3) {
        order:5;
    }
    .row.orderrow.ng-scope > div:nth-of-type(4) {
        order:3;
        width:30%;
    }
    .row.orderrow.ng-scope > div:nth-of-type(5) {
        order:6;
        width:30%;
    }
    .row.orderrow.ng-scope > div:nth-of-type(6) {
        order:3;
        width: calc(36.66% - 25px);
    }
    .row.orderrow.ng-scope > div:nth-of-type(7) {
        order:7;
        width: 36.66%;
    }
    .row.orderrow.ng-scope > div:nth-of-type(8) {
        order:8;
    }
    .row.orderrow.ng-scope > div:nth-of-type(9) {
        order:9;
    }
    .row.orderrow.ng-scope > div:nth-of-type(10) {
        order:10;
    }
    .row.orderrow.ng-scope .accordion-arrow .ui-accordion-header-icon {
        top: 0;
        bottom: 0;
    }
    .row.orderrow.ng-scope .accordion-arrow img{
        max-width:12px;
        position: relative;
        right: 0;
        top: 15px;
    }
}
.row.ng-scope .row {
    padding: 0;
    border: none;
}
.myOrders .row.ng-scope .btn.btn-default {
    margin: -3px 0;
}
.myOrders .btn-group.pull-left {
    margin: 20px 0;
}
.myOrders .col-xs-12.col-md-2 > button.btn {
    margin: 5px auto;
}
.myOrders .waiting {
    padding: 50px;
    text-align: center;
    font-size: 24px;
}
.myOrders .row.ng-scope .row-addresses {
    padding: 17px 0 9px;
}
.myOrders .row.ng-scope .row-addresses .payment-method-name img {
    height: auto;
}
.myOrders .row.ng-scope .row-addresses .payment-method-name a.rate-link,
.myOrders .row.ng-scope .row-addresses .payment-method-name a.rate-link:hover,
.myOrders .row.ng-scope .row-addresses .payment-method-name a.rate-link:active {
    color:#333333;
}

.myOrders .row.ng-scope .row-addresses .payment-method-name a.rate-link img {
    max-width: 70px;
}
@media (min-width: 380px) and (max-width: 767px) {
    .myOrders .row-addresses .pull-left {
        width: 50%;
    }
}
.myOrders.waiting-for-payment .orderrow{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
}
.myOrders.waiting-for-payment .orderrow .button-row {
    display: flex;
    align-items: center;
}
.myOrders.waiting-for-payment .orderrow .button-row .popover-init {
    background: none;
    position: relative;
    border: none;
    top: 3px;
}
.myOrders .row-addresses h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 10px 0;
}
@media (min-width: 768px) {
    .myOrders .row-addresses h3 {
        font-size: 14px;
        font-weight: bold;
    }
}
@media (max-width: 1023px) {
    .myOrders .row-addresses > div {
        margin-bottom: 20px;
    }
    .myOrders .row-addresses > div:last-of-type {
        margin-bottom: 0;
    }
}
.tracking-link {
    padding: 0 15px;
}
.payment-method {
    margin-bottom: 20px;
}
.payment-method .payment-method-name img {
    max-width: 60px;
}
.payment-method .payment-method-name strong {
    font-weight: 400;
}
.payment-method .h5 {
    margin: 0;
}
@media (min-width: 768px) {
    .payment-method {
        margin-top: 15px;
    }
    .payment-method .payment-method-name strong {
        font-weight: 600;
    }
    .payment-method .h5 {
        margin: 5px 0;
    }
}
.payment-method .col-md-6 {
    padding-left: 0;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
h2 a.pull-right.edit-data {
    font-size: 14px;
    line-height: 30px;
}
.glyphicon-refresh-animate {
    animation: spin 0.7s infinite linear;
}
#referrerIdToggle {
    font-size: 16px;
}
#referrerIdToggle span {
    padding-right: 5px;
}
#referrerIdToggle .glyphicon-menu-down {
    display: none;
}
#referrerIdToggle .glyphicon-menu-up {
    display: inline-block;
}
#referrerIdToggle.collapsed .glyphicon-menu-down {
    display: inline-block;
}
#referrerIdToggle.collapsed .glyphicon-menu-up {
    display: none;
}
#referrerIdContent {
    padding-left: 35px;
    margin: -15px 0 20px 0
}
.personal-data form .btn {
    min-width: auto;
}
.personal-data form .form-group:last-of-type {
    margin-bottom:0;
}
.payment-data .button-row {
    display: flex;
}
@media (max-width: 767px) {
    .personal-data h2.bb,
    .payment-data h2.bb {
        background: #f0f0f0;
        padding: 10px 15px;
        margin: 0 -15px;
    }

    .personal-data .mobile-inline-table,
    .payment-data .mobile-inline-table {
        margin-top: 15px;
        border: none;
    }

    .payment-data .mobile-inline-table {
        margin-bottom: 5px;
    }

    .personal-data .mobile-inline-table tbody > tr > td input {
        margin-top: 10px;
    }

    .personal-data .mobile-inline-table tbody > tr > th {
        margin-bottom: 5px;
    }

    .personal-data .mobile-inline-table tr,
    .personal-data .mobile-inline-table tbody > tr > td,
    .personal-data .mobile-inline-table tbody > tr > th,
    .payment-data .mobile-inline-table tr,
    .payment-data .mobile-inline-table tbody > tr > td,
    .payment-data .mobile-inline-table tbody > tr > th {
        display: block;
        border: none;
        width: 100%;
        padding: 0 !important;
        color: #fff;
    }
    .personal-data .mobile-inline-table tbody > tr > td,
    .payment-data .mobile-inline-table tbody > tr > td {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .personal-data .mobile-inline-table tbody > tr > td .edit,
    .payment-data .mobile-inline-table tbody > tr > td .edit {
        font-weight: 400;
    }
    .personal-data .btn.btn-primary,
    .payment-data .btn.btn-primary,
    .payment-data .btn.btn-default {
        margin-bottom: 15px;
    }
    .my-addresses h2.bb,
    .my-newsletter h2.bb {
        background: #f0f0f0;
        padding: 10px 15px;
        margin: 0 -15px;
    }
    .my-addresses .form-group-toggle,
    .my-newsletter .form-group-toggle {
        margin: 0 -15px;
    }
}
@media(max-width:767px) {
    .my-account.my-addresses #packstationAddressForm {
        margin:0 -15px;
    }
    .my-account.my-addresses a.pull-right.toggleForm {
        float:left !important;
    }
}

.my-newsletter form.order {
    display: flex;
    flex-wrap: wrap;
}

.my-newsletter form.order .reminder-message {
    order: 1;
    width: 100%;
}

.my-newsletter form.order .reminder-message .alert-info {
    padding-left: 83px;
}

.my-newsletter form.order .reminder-message .alert.alert-info:before {
    top: 23px;
    left: 25px;
    position: absolute;
    background: url(../../img/info-icon-blue.svg) no-repeat center;
    content: "";
    width: 36px;
    height: 36px;
    background-size: 36px;
}

.my-newsletter form.order .reminder-permission {
    order: 3;
}

.my-newsletter form.order .reminder-desc {
    order: 2;
    width: 100%;
}
.my-newsletter form.order .reminder-desc > h3 {
    margin-top: 0 !important;
}

.my-newsletter .table-myAccount {
    border: none;
    margin-bottom: 0;
  }

  .help-service .form-horizontal-striped .form-group {
    border: none;
    margin: 0 -15px;
  }

  .pagination {
    float: none !important;
    margin: 15px auto;
    width: 100%;
    text-align: center;
}
.pagination > li {
    display: inline-block;
    margin-right: 6px;
    border: none;
    border-radius: 50%;
}
.pagination > li:last-of-type {
    margin-right: 0;
}

  .myOrders .btn-group.pull-left,
  .myOrders .btn-group.btn-previous-step,
  .myOrders .btn-group.btn-continue-shopping {
    display: none;
}

.myAccountDopdown {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .myAccountDopdown {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.myAccountDopdown .dropdown-toggle {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align:left;
    background-image: url("../../img/sprite/submenu-chevron-down.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 15px center;
    padding: 4px 35px 4px 15px;
    background-color:#fff;
    border-radius: 8px;
    border: solid 1px #dcdcdc;
    height: 40px;
    width:100%;
    font-size: 16px;
}
.myAccountDopdown .dropdown-menu > .active > a {
    background: #22233E;
    color: #fff;
    font-weight: 600;
}
.myAccountDopdown .dropdown-toggle:hover,
.myAccountDopdown .dropdown-toggle:focus {
    color: #333;
    background-color: #ffff;
}
.my-account.preBids > h1 {
    margin: 30px 0;
}
.my-account.preBids .titles {
    padding-bottom:16px;
    margin-bottom: 16px;
}
.my-account.preBids .panel-body.down {
    padding: 0 0 15px !important;
}
.my-account.preBids .preBidsList .panel-default {
    background-color: #fff;
    margin-top: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.my-account.preBids .preBidsList .panel-default .panel-title a:hover {
    color:#000;
}
.my-account.preBids .preBidsList .panel-default:last-child > .panel-heading {
    border-bottom: 1px solid #ddd;
}
.my-account.preBids .preBidsList .panel-default > .panel-heading {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-radius: 0;
}
.my-account.preBids .preBidsList .panel-default > .panel-heading.grey {
    background-color: #fff;
}
.my-account.preBids .preBidsList .panel-default > .panel-heading .panel-title {
    font-size: 14px;
}
@media (max-width: 1023px) {
    .my-account.preBids .preBidsList .panel-default > .panel-heading .panel-title > div {
        margin-bottom: 15px;
    }
    .my-account.preBids .preBidsList .panel-default > .panel-heading .panel-title > div > div {
        font-weight: bold;
    }
}
@media (max-width: 480px) {
    .my-account.preBids .preBidsList .panel-default > .panel-heading .panel-title .show-elements {
        margin-top: 10px;
        font-size: 15px;
    }
}
.my-account.preBids .preBidsList .panel-default > .panel-heading .panel-title .status-red {
    color: var(--_color-primary);
}
.my-account.preBids .preBidsList .panel-default > .panel-heading .panel-title .inactive {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}
.my-account.preBids .preBidsList .panel-default .panel-collapse {
    margin: 0 ;
    background-color: #fff;
}
.my-account.preBids .preBidsList .panel-default .panel-collapse .panel-body {
    text-align: center;
    padding: 30px 0;
    width: 100%;
}
@media (max-width: 480px) {
    .my-account.preBids .preBidsList .panel-default .panel-collapse .panel-body label {
        width: 100%;
        text-align: left;
    }
}
.my-account.preBids .preBidsList .panel-default .panel-collapse .panel-body input {
    margin: 0 10px;
    height: 40px;
    max-width: 316px;
    padding-left: 10px;
    text-align: right;
    border-radius: 1px;
    border: solid 1px #dcdcdc;
}
@media (max-width: 480px) {
    .my-account.preBids .preBidsList .panel-default .panel-collapse .panel-body input {
        width: 100%;
        max-width: none;
        margin: 10px 0;
    }
}
.my-account.preBids .preBidsList .panel-default .panel-collapse .panel-body .symbol-euro {
    position: relative;
}
.my-account.preBids .preBidsList .panel-default .panel-collapse .panel-body .symbol-euro input {
    padding-right: 20px;
    outline:none;
}
.my-account.preBids .preBidsList .panel-default .panel-collapse .panel-body .symbol-euro input.invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.my-account.preBids .preBidsList .panel-default .panel-collapse .panel-body .symbol-euro .euro {
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: normal;
}
@media (max-width: 480px) {
    .my-account.preBids .preBidsList .panel-default .panel-collapse .panel-body .symbol-euro .euro {
        right: 10px;
    }
}

.container.container_fullwidth {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.container.grey{
    background-color:#f0f0f0;
}

@media (min-width: 768px) {
    .container.container_fullwidth .page-header .h1 {
        font-size: 36px;
    }
}
.tv-program-nav-tabs ul.date-list li.active {
    pointer-events: none;
}
.tv-program-nav-tabs ul.date-list li.active .day {
    color: #fff;
    font-weight: 600;
}
#loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
@media (max-width: 480px) {
    #loader {
        top: 15px;
    }
}
#loader .glyphicon-refresh-animate {
    animation: spin 0.7s infinite linear;
}
.waiting .load-animation,
#loader .load-animation{
    background: url(../../img/123-loader.gif) no-repeat center;
    height: 16px;
    width: 85px;
    display: block;
    margin: 0 auto;
}
.program-title {
    position:relative;
}
.program-title .heading {
    margin: 0 auto;
}
.program-title-list {
    cursor:pointer;
    list-style-type: none;
    position: absolute;
    top: 7px;
    right: 0;
}
 @media(max-width:1240px) {
    .program-title .heading {
         padding-left:15px;
    }
 }
.program-title-list a {
    text-decoration:none;
    color:#fff;
}
.program-title-list a span.icon {
    background: url("/out/123tv/img/sprite/icon-print.png");
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.cd-slider .owl-slider-shows.start .owl-nav {
    top: calc(50% - 32px);
}
.owl-slider-shows .owl-item .link {
    height: 0;
    visibility: hidden;
    position:absolute;
    width:100%;
}
.owl-slider-shows .owl-item .link .text {
    display: block;
    width: 100%;
    text-align: center;
}
.tv-show-list .owl-stage .owl-item.scaled .manufacturer-bar:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #303052;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.tv-show-list {
    margin-bottom:10px;
    margin-top: 0;
}
.owl-slider-shows .content-wrapper {
    margin:0;
    max-width:none;
}
.owl-slider-shows .button-box .btn {
    max-width:260px;
    width:100%;
}
.owl-slider-shows .item.tv-program-list-item {
    background-color:#235c83;
    border-radius: 8px;
    cursor:pointer;
    text-align: center;
}
.owl-slider-shows .item.tv-program-list-item .manufacturer-bar {
    height: 68px;
}
.owl-slider-shows .item.tv-program-list-item .manufacturer-bar img {
    max-width: 100px;
    max-height: 44px;
    padding: 2px 0;
    margin:0;
}
.owl-slider-shows .item.tv-program-list-item .manufacturer-bar .text-desc {
    height:50px;
    line-height:50px;
    overflow:hidden;
    display: flex;
    align-items: flex-end;
}
.owl-slider-shows .item.tv-program-list-item .manufacturer-bar .text-desc p {
    vertical-align: middle;
}
.owl-slider-shows .item.tv-program-list-item .manufacturer-bar .text {
    width:100%;
}
.owl-slider-shows .item.tv-program-list-item .moderator-image {
    right: 10px;
    top: 10px;
}
.owl-slider-shows .item.tv-program-list-item .past-image {
    width: 24px;
    height: 24px;
    position: relative;
    left: 4px;
    top: 4px;
}
.owl-slider-shows .item.tv-program-list-item .popover {
    display:none !important;
}
#tv-program-results {
    margin-top: 12px;
}
#tv-program-results .tv-program-list-item {
    position: relative;
    width: 100%;
}
#tv-program-results .tv-program-list-item[data-id] {
    cursor: pointer;
}

#tv-program-results .tv-program-list-item > .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    margin-bottom: 24px;
    border-radius: 8px;
    position: relative;
    transition: background-color 0.6s ease;
}

#tv-program-results .row-program .tv-program-list-item.current .content-right .show-time {
    color: #D34149;
}
#tv-program-results .row-program .tv-program-list-item.current .content-right .flag-live .pulse-live {
    background: #D34149;
}

#tv-program-results .row-program .tv-program-list-item .close {
    display: none;
}
#tv-program-results .row-program .tv-program-list-item.clicked .close {
    position: absolute;
    background: #fff;
    cursor: pointer;
    top: -12px;
    right: -12px;
    border-radius: 40px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tv-program-results .row-program .tv-program-list-item .result-auction {
    display: none;
}
#tv-program-results .row-program .tv-program-list-item.clicked .result-auction {
    display: block;
}
#tv-program-results .row-program .tv-program-list-item.clicked .result-auction .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
    margin-bottom: 16px;
}
#tv-program-results .row-program .tv-program-list-item.clicked .result-auction .buttons > a:first-of-type {
    margin: 0 10px 0 0;
}
#tv-program-results .row-program .tv-program-list-item.clicked .result-auction .buttons > a:last-of-type {
    margin: 0 0 0 10px;
}
#tv-program-results .row-program .tv-program-list-item.clicked .result-auction .slider > .wrapper {
    margin-top: -42px !important;
}

#tv-program-results .tv-program-list-item.list-opened .content {
    background: #D34149;
}

#tv-program-results .tv-program-list-item.current .content {
    background: #22233E !important;
}
#tv-program-results .row-program .tv-program-list-item.active .content {
    background-color: #D34149;
}
#tv-program-results .tv-program-list-item .content-center {
    padding: 38px 12px;
    border-radius: 8px;
    border: 1px solid #ffffff1a;
    margin-bottom: 24px;
    height: 130px;
    text-align: center;
    width: 100%;
}

#tv-program-results .tv-program-list-item .content-center .hour {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

#tv-program-results .tv-program-list-item .content-left {
    width: 164px;
    height: 130px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

#tv-program-results .tv-program-list-item .content-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
}

#tv-program-results .tv-program-list-item .content-right {
    width: calc(100% - 164px);
    padding: 6px 12px;
    position: relative;
}

#tv-program-results .tv-program-list-item .content-right .text .description {
    height: 48px;
    overflow: hidden;
}

#tv-program-results .tv-program-list-item .content-right .information {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}

#tv-program-results .tv-program-list-item .content-right .information .show-time {
    margin-right: 16px;
    display: flex;
    align-items: center;
}

#tv-program-results .tv-program-list-item .content-right .information .show-time svg {
    margin-right: 6px;
}

#tv-program-results .tv-program-list-item .content-right .information .moderator {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

#tv-program-results .tv-program-list-item .content-right .information .moderator i {
    margin-right: 4px;
}

#tv-program-results .tv-program-list-item .content-left .manufacturer {
    position: absolute;
    max-width: 120px;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(100%);
}

#tv-program-results .tv-program-list-item .content-right .flag-live {
    margin: 0 8px 0 6px;
}

#tv-program-results .tv-program-list-item .content-right .flag-live .pulse-live {
    top: 0;
    right: 2px;
    float: right;
}
#tv-program-results .tv-program-list-item .hour-box-result .product-list {
    display: flex;
    flex-wrap: wrap;
}
#tv-program-results .tv-program-list-item .hour-box-result .product-list .listing-item {
    margin-bottom: 20px;
}
#tv-program-results .tv-program-list-item .hour-box-result .product-list .activate-reminder {
    padding: 0;
    margin: 0;
}
#tv-program-results .tv-program-list-item .hour-box-result .product-list .activate-reminder .top-content{
    padding: 30px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #235c83;
    border-radius: 8px;
}
#tv-program-results .tv-program-list-item .hour-box-result .product-list .activate-reminder .top-content .image{
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tv-program-results .tv-program-list-item .hour-box-result .product-list .activate-reminder .top-content .image img{
    max-width: 200px;
}
#tv-program-results .tv-program-list-item .hour-box-result .product-list .activate-reminder .bottom-content {
    background-color: #22233E;
    padding: 30px 20px;
    border-radius: 0 0 8px 8px;
}

#tv-program-results .tv-program-list-item .hour-box-result .banner.infobox {
    background: #22233E !important;
}

#tv-program-results .progress-bar-container {
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff1a;
    border-radius: 0 0 8px 0;
}
#tv-program-results .progress-bar-container .progress-bar {
    height: 100%;
    background-color: #D34149;
    border-radius: 0 0 0 8px;
    position: relative;
}
#tv-program-results .row-program[data-col="tv"] .progress-bar-container .progress-bar {
    background-color: #D34149;
}
#tv-program-results .progress-bar-container .progress-bar svg {
    position: absolute;
    right: -18px;
    top: -8px;
}
#tv-program-results .navigation .placeholder {
    height: 0;
    max-height: 156px;
}

#tv-program-results .navigation .sticky-nav {
    width: 100%;
    position: relative;
    border: 1px solid transparent;
}

#tv-program-results .item-heading .shop-logo {
    background: #22233E;
    border-radius: 8px;
    text-align: center;
    padding: 12px;
    margin-bottom: 24px;
}

#tv-program-results .item-heading .shop-logo img {
    max-height: 40px;
}

#tv-program-results .item-heading .button-wrapper {
    margin: 0 auto;
}

#tv-program-results .item-heading .button-wrapper a {
    margin: 0 auto 24px auto;
}

#tv-program-results .item-heading .button-wrapper i {
    margin-left: 8px;
    width: 28px;
    height: 28px;
}
@media(min-width: 1024px) {

    #tv-program-results .navigation .sticky-nav.sticky {
        position: fixed;
        top: 0;
        z-index: 1000;
        background: #090a30;
        border: 1px solid #ffffff1a;
        border-radius: 0 0 8px 8px;
    }
}
@media(max-width: 1023px) {
    #tv-program-results .navigation .sticky-nav {
        left: 0 !important;
        width: 100% !important;
    }
    #tv-program-results .item-heading .shop-logo {
        margin-bottom: 10px;
    }
    #tv-program-results .item-heading .shop-logo > a {
        pointer-events: none;
    }
    #tv-program-results .active .item-heading .shop-logo {
        background: #D34149;
    }
    #tv-program-results .navigation .sticky-nav > .row {
        display:flex;
        overflow: auto;
        margin: 0 -16px;
    }
    #tv-program-results .navigation .sticky-nav > .row > div {
        padding: 0 0 0 8px;
        cursor: pointer;
    }
    #tv-program-results .navigation .sticky-nav > .row > div:first-of-type {
        padding: 0 0 0 14px;
    }
    #tv-program-results .navigation .sticky-nav > .row > div:last-of-type {
        padding: 0 14px 0 8px;
    }
    #tv-program-results .navigation .row-program:not(.active) {
        display: none;
    }
    #tv-program-results .navigation .placeholder {
        height: 0 !important;
    }
}
@media(min-width:610px) {
    .owl-slider-shows .item.tv-program-list-item .manufacturer-bar img {
        max-width: 135px;
        max-height:64px;
    }
}
@media(max-width: 767px) {
    body[data-view="Oxps123TvShowListingOverView"] footer,
    body[data-view="oxps123tvshowlistingoverview"] footer {
        padding-bottom: 72px;
    }
    body[data-view="Oxps123TvShowListingOverView"] #timeline-days,
    body[data-view="oxps123tvshowlistingoverview"] #timeline-days {
        position: fixed;
        top: 96px;
        z-index: 9;
        padding: 12px 0;
        left: 0;
        right: 0;
        border-top: 1px solid #ffffff1a;
        border-bottom: 1px solid #ffffff1a;
        background-color: #22233E;
    }
    .live-auction-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 99;
        background-color: #22233E;
        padding: 16px;
        box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.05);
    }
    #tv-program-form .days-mobile ul.date-list li a {
        pointer-events: auto;
    }
    #tv-program-form .days-mobile ul.date-list li:last-of-type {
        margin-right: 0;
    }
    #tv-program-results #tv-program-container {
        flex-wrap: wrap;
        margin: 0 -16px;
    }
    #tv-program-results .item-heading .shop-logo {
        padding: 8px;
    }
    #tv-program-results .item-heading .shop-logo img {
        max-height: 32px;
    }
    .timeline-products .tv-program-nav-tabs ul.date-list li {
        margin-right: 10px;
    }
    .timeline-products .tv-program-nav-tabs ul.date-list li a {
        width: 38px;
        height: 38px;
    }
    #tv-program-results .tv-program-list-item > .content {
        margin-bottom: 16px;
    }
    #tv-program-results .tv-program-list-item.current .tc-program-list-productLink {
        opacity: 0.07;
        background: var(--_color-primary);
    }
    #tv-program-results .tv-program-list-item .content-left {
        width: 140px;
        height: 100px;
    }
    #tv-program-results .tv-program-list-item .content-left .fallback {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        background-color: #235c83;
        color: #fff;
    }
    #tv-program-results .tv-program-list-item .content-center {
        margin-bottom: 16px;
        padding: 24px 12px;
        height: 100px;
    }
    #tv-program-results .item.tv-program-list-item .past-image {
        position: static;
    }
    #tv-program-results .tv-program-list-item .content-left .background {
        max-width: 140px;
    }
    #tv-program-results .tv-program-list-item .tc-program-list-productLink {
        left:0;
        right: 0;
    }
    #tv-program-results .tv-program-list-item .content-right {
        width: calc(100% - 140px);
    }
    #tv-program-results .tv-program-list-item .content-right .moderator {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #tv-program-results .tv-program-list-item .content-right .manufacturer-bar {
        height: auto;
        position: static;
        padding: 0;
        justify-content: left;
        padding-bottom: 4px;
    }
    #tv-program-results .tv-program-list-item .content-right .manufacturer-bar .text-desc {
        height: auto;
        line-height: inherit;
    }
    #tv-program-results .tv-program-list-item .content-right .manufacturer-bar .text-desc p {
        font-weight: 600;
        text-align: left;
    }
    #tv-program-results .tv-program-list-item .content-right .information .moderator {
        margin-top: 2px;
    }
    #tv-program-results .tv-program-list-item .content-right .show-time {
        text-align: left;
    }
    #tv-program-results .tv-program-list-item .content-right .moderator-image {
        position: static;
        max-width: 36px;
        margin-right: 12px;
    }
    #tv-program-results .row-program .tv-program-list-item.active .result-auction .slider > .wrapper {
        margin-top: -26px !important;
        margin-bottom: 20px;
    }
    .tv-program-modal.preview-view {
        display: none;
    }
    .tv-program-modal.preview-view.visible {
        position: fixed;
        top: 76px;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: -20px;
        background-color: #22233E;
        overflow-x: scroll;
        padding: 16px;
        display: block;
        z-index: 9999;
    }
    .preview-view .hour-shows .hour-box-result .item {
        margin: 0;
    }
    .tv-program-modal.preview-view.visible #loader {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result {
        margin-top: 30px;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result > .button-row {
        display: flex;
        width: 100%;
        margin: 0 auto 8px;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result > .button-row > div {
        width: 50%;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result > .button-row .button {
        padding-left: 8px;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result > .button-row .state-newsletter .button a {
        background-color: #fff !important;
        color: #000;
        border: 1px solid #000;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result > .button-row .state-final .button a {
        background-color: #eef8f2 !important;
        color: #000;
        border: 1px solid #000;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result > .button-row .state-final .button a i {
        width: 20px;
        height: 24px;
        max-width: 100%;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result > .button-row a {
        min-width: auto;
        margin-top: 0 !important;
        width: 100%;
        max-width: none;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result .auction-information {
        height: 150px;
        width: 100%;
        margin: 16px 0 8px;
        position: relative;
        background-color: #235c83;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result .auction-information .auction-bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-position: center -160px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .tv-program-modal.preview-view .hour-shows .hour-box-result .auction-information img {
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom: 0;
        margin: auto;
        max-width: 180px;
    }
    .tv-program-modal.preview-view .hour-shows .navigation {
        position: fixed;
        top: 88px;
        left: 8px;
        background: #090a30;
        z-index: 99999;
        display: flex;
        align-items: center;
        margin: -32px -8px 0;
        height: 50px;
        box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
        width: calc(100% + 16px);
        padding: 0 16px 0 0;
    }
    .tv-program-modal.preview-view .hour-shows .navigation .back-button{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        padding: 3px 1px;
        border: none;
        background: transparent;
        border-right: 1px solid #ffffff1a;
    }
    .tv-program-modal.preview-view .hour-shows .navigation .back-button i {
        width: 32px;
        height: 32px;
    }

    .preview-view .hour-shows .hour-box-result .tv-program-show-remider .banner.infobox[data-scroll="banner_show_reminder"] {
        display: block;
        background: transparent;
        margin: 0;
        padding: 0;
    }
    .tv-program-show-remider .banner.infobox[data-scroll="banner_show_reminder"] .content {
        display: none;
    }
    .tv-program-modal.preview-view .hour-shows {
        margin-top: 0!important;
    }
}
@media(min-width:768px) {
    .tv-program-modal.preview-view .hour-shows .hour-box-result .auction-information {
        display: none;
    }
    .owl-slider-shows .item.tv-program-list-item .manufacturer-bar img {
        max-width: 180px;
        max-height:80px;
    }
}
@media(min-width:1024px) {
    .owl-slider-shows .item.tv-program-list-item .manufacturer-bar {
        height: 90px;
    }
    .owl-slider-shows .item.tv-program-list-item .manufacturer-bar .text-desc {
        height:66px;
        line-height:66px;
        overflow:hidden;
    }
}
@media (min-width: 768px) {
    .owl-slider-shows .item.tv-program-list-item .past-image {
        width: 32px;
        height: 32px;
        position: relative;
        left: 12px;
        top: 12px;
    }
    .owl-slider-shows .owl-item:not(.scaled):hover .item.tv-program-list-item .manufacturer-bar .text-desc {
        opacity: 0;
        transition: opacity .35s ease-in-out;
    }
    .owl-slider-shows .owl-item:not(.scaled):hover .link {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        height: 30px;
        visibility: visible;
        transition: height 0.45s linear 0.45s, visibility 0.6s linear 0.6s;
        color: #fff;
    }
    .tv-show-list {
      margin-top:0;
      margin-bottom:0;
    }
}
.tv-show-list .tv-program-list-content {
    border-top: 4px solid #6b6b6b;
}
.flix-slider.owl-slider-shows {
    position: relative;
    min-height: 130px;
}
.flix-slider.owl-slider-shows .owl-stage-outer {
    width: 100%;
}
.flix-slider.owl-slider-shows .image {
    max-width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media(min-width:610px) {
    .flix-slider.owl-slider-shows {
        min-height:170px;
    }
}
@media (min-width: 768px) {
    .flix-slider.owl-slider-shows {
        min-height: 260px;
    }
    .tv-show-list .owl-stage-outer .owl-stage {
        padding: 15px 0 25px;
    }
    .tv-show-list .owl-stage .owl-item.scaled {
        /*transform: scale(1.07);*/
        /*transition: transform .5s ease-in-out;*/
        z-index: 100;
    }
    .tv-show-list .tv-program-list-content {
        border-right: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        height: 100%;
    }
   .tv-show-list .tv-program-list-content .tc-program-list-productLink,
   .tv-show-list .tv-program-list-content .tc-program-list-empty {
        height:52px;
    }
}
@media(min-width:1024px) {
    .tv-show-list {
        margin-bottom:25px;
    }
}
.tv-show-list .is-past .tv-program-list-content {
    border-top: 4px solid #afafaf;
}
.tv-show-list.active .tv-program-list-content {
    padding: 0 15px;
}
.tv-show-list.owl-carousel.cd-slider .owl-stage {
    margin-bottom: 25px;
    left:0;
}
section.timeline-shows #loader {
    display:block;
    opacity:0;
    position: relative;
    transform: none;
    height: 40px;
    left: 0;
}
section.timeline-shows .hour-shows.loading {
    opacity: 0.5;
}
section.timeline-shows .preview-view .hour-shows .hour-box-result .activate-reminder .top-content .image {
    height:225px;
}
section.timeline-shows .tv-show-list .owl-stage .owl-item.scaled .item {
    background-color: #235c83
}
@media(min-width:1024px) {
    section.timeline-shows .preview-view {
        margin-top: -70px;
    }
    .owl-slider-shows .scaled .item.tv-program-list-item .popover {
        top: -30px !important;
    }
    .owl-slider-shows .item.tv-program-list-item .popover {
        display:block !important;
        left:auto !important;
        right:0 !important;
        font-size: 14px;
        border-radius:0;
        box-shadow: 0 0 10px 0 rgba(26, 26, 26, 0.2);
        border:0;
    }
    .owl-slider-shows .item.tv-program-list-item .popover .arrow {
        border-top-color: #fff;
        left: 80% !important;
        bottom: -14px;
    }
    .owl-slider-shows .item.tv-program-list-item .popover > .arrow,
    .owl-slider-shows .item.tv-program-list-item .popover > .arrow:after {
        border-width: 7px;
    }
    .owl-slider-shows .item.tv-program-list-item .popover .popover-content {
        padding:5px 10px;
    }
}
@media(max-width:767px) {
    section.timeline-shows {
        padding-top:0 !important;
    }
    section.timeline-shows .moderator-list {
        width:100%;
        margin-left: 15px;
    }
    section.timeline-shows .moderator-list .radius-box {
        justify-content: left;
    }
}
@media (min-width: 481px) {
    .tv-program-list-item {
        margin: 0;
    }
}
.tv-program-list-item.current .liveText {
    position: absolute;
    bottom: 12px;
    left: 15px;
    right: 0;
    text-align: left;
    font-size: 16px;
}
.tv-program-list-item.current .liveText a:before {
    content: "";
    background: url(../../img/video-play-btn.png) no-repeat center;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: bottom;
}
.tv-program-list-item.special-offer .special-offer-tip {
    display: none;
}
@media (min-width: 768px) {
    .tv-program-list-item.special-offer .special-offer-tip {
        display: block;
        position: absolute;
        top: 15px;
        color: #000;
        font-size: 16px;
        left: -300px;
    }
    .tv-program-list-item.special-offer .special-offer-tip span {
        color: var(--_color-primary);
    }
    .tv-program-list-item.special-offer .special-offer-tip:before {
        content: "%";
        width: 22px;
        height: 22px;
        font-size: 15px;
        background-color: var(--_color-primary);
        border-radius: 50%;
        padding: 3px 7px;
        color: #fff;
        margin-right: 10px;
    }
}
.tv-program-list-item-middle {
    vertical-align: middle;
    display: table-cell;
    width: 220px;
}
@media(min-width:768px) {
    .tv-program-list-item-middle {
        height: 190px;
    }
}
.tv-program-list-item.is-past .tv-program-list-item-image{
    opacity:0.4;
}
.tv-program-list-item .tv-program-list-item-image {
    text-align: center;
    margin: 15px 0;
    width: 50%;
    float: left;
}
@media (min-width: 481px) {
    .tv-program-list-item .tv-program-list-item-image {
        width: 100%;
        height: 135px
    }
    .tv-program-list-item .tv-program-list-item-image img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (min-width: 768px) {
    .tv-program-list-item .tv-program-list-item-image {
        height: 190px;
    }
}
.tv-program-list-item .tv-program-list-item-image img {
    max-height: 100%;
    max-width: 100%;
}
.tv-program-list-item .tc-program-list-productLink {
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    width: 100%;
}
.tv-program-list-item .tc-program-list-productLink a {
    display: block;
    height:100%;
    cursor:pointer;
}
@media (min-width: 768px) {
    .program-filter-form label {
        margin-right: 10px;
    }
}
@media (min-width: 1024px) {
    .program-date-slider-ticks {
        font-size: 16px;
    }
}
.tv-show-list .owl-nav {
    display: none;
}
@media (min-width: 481px) {
    .tv-show-list .owl-nav {
        display: block;
    }
}
.custom-modal .modal-content {
    border: 0;
    box-shadow: 0 1px 35px -14px #524f52;
}
.custom-modal .modal-header {
    display: block;
    border: 0;
    padding: 0;
    z-index: 999;
    margin: 0;
}
.custom-modal .modal-body {
    padding: 15px;
    cursor: default;
}
@media (min-width: 768px) {
    .custom-modal .modal-body {
        padding: 30px 15px;
    }
}
@media (max-width: 480px){
    .tv-program-modal .listing-item .discount-bubble {
        width: 50px;
        font-size: 13px;
        padding-left: 5px;
    }
    .tv-program-modal .product-list-item > .row > .col-xs-12 {
        overflow:hidden;
    }
}
@media (max-width:767px){
    .tv-program-modal .listing-item .action{
        width: 105px;
        text-align:center;
        left: 50px;
        padding: 0 10px;
        font-size: 11px;
    }
}
.tv-program-modal .winner-table-body {
    margin-bottom:40px;
}
.tv-program-modal.modal {
    z-index:999999;
}
.tv-program-modal.preview-view {
    overflow: visible;
    margin-bottom: 0;
}
.tv-program-modal .product-list-item {
    border: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 100%;
}
.tv-program-modal .product-list-item.activate-reminder {
    height: 100%;
    padding-bottom: 22px;
}
.tv-program-modal .product-list-item.activate-reminder .top-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tv-program-modal .product-list-item.activate-reminder .top-content p.short-desc {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding:20px 0 10px;
}
.tv-program-modal .product-list-item.activate-reminder .top-content .image {
    height: auto!important;
    padding-bottom: 36px;
}
.tv-program-modal .product-list-item.activate-reminder .top-content .btn {
    display: flex;
    justify-content: center;
    align-self: end;
}
.tv-program-modal .product-list-item .image {
    padding-top: 45px;
    display: block;
}
.tv-program-modal .product-list-item .description {
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

.hour-box-result .listing-item .image .label-reduced.live {
    left: 50%;
    transform: translate(-50%, 0);
}
.hour-box-result .listing-item.item-banner .product-block.product-grid-item .image .box-image {
    background-image: url("../../img/banners/banner-right-image.png");
    padding-top: calc(100% + 15px);
    background-color: #fafafa;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    min-height: auto;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.hour-box-result .listing-item.item-banner .product-block.product-grid-item .discount-circle {
    background-image: url("../../img//banners/discount-percent.png");
    width: 64px;
    height: 64px;
    position: absolute;
    top: 40px;
    background-size: cover;
    left: 10px;
}
@media (min-width: 481px) {
    .tv-program-modal .product-list-item .image {
        padding-top:36px;
    }
}
@media(max-width:767px){
    .hour-box-result .listing-item .product-block.product-grid-item .description .h4 {
        height:49px;
    }
}
.tv-program-modal .product-list-item .title a {
    text-decoration: none;
}
.tv-program-modal .product-list-item .price-sale del {
    display: none;
}
.tv-program-modal .product-list-item .price-sale .price-sale del{
    display: inline;
}
.tv-program-modal .product-list-item .buttons {
    text-align: center;
    margin-top: 10px;
}
.tv-program-modal .product-list-item .buttons .btn-primary {
    background-color: transparent;
    color: #003670;
    display: inline-block;
    font-size:13px;
}
.tv-program-modal .product-list-item .btn-list {
    display: block;
    text-align: left;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin: 5px 0 0;
}
.tv-program-modal .product-list-item .btn-list:after {
    position: absolute;
    margin-left: 2px;
    font-size: 9px;
}
@media (min-width: 481px) {
    .tv-program-modal .product-list-item .buttons {
        height: 34px;
    }
    .tv-program-modal .product-list-item .btn-list {
        display:inline-block;
        margin:10px 0 0;
        width:100%;
    }
    .tv-program-modal .product-list-item .price-block{
        font-size:20px;
    }
    .tv-program-modal .product-list-item .buttons .btn-primary {
        margin: 0 10px;
        font-size:14px;
    }
    .tv-program-modal .product-list-item .btn-list:after {
        font-size: 11px;
    }
}
@media (min-width: 768px) {
    .tv-program-modal .product-list-item .product-image {
        width:140px;
    }
}
@media (min-width: 1220px) {
    .tv-program-modal .product-list-item .product-image {
        max-width: 245px;
    }
}
.tv-program-modal .category-link .show-more {
    display: none;
    text-align: center;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .tv-program-modal .category-link .show-more {
        font-size: 16px;
    }
}
.tv-program-modal .category-link .show-more a {
    text-decoration: none;
    color: #000;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.tv-program-modal .category-link.category .show-more {
    display: block;
}
.tv-program-modal .btn-list {
    display: block;
    text-align: center;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
}
@media (min-width: 481px) {
    .tv-program-modal .btn-list {
        font-size: 16px;
    }
}

.arrow-left:before {
    font-family: "Glyphicons Halflings";
    content: "";
    display: inline-block;
    margin-left: 5px;
    font-size: 11px;
    transform: rotate(90deg);
    margin-right: 5px;
}
.arrow-right:after {
    font-family: "Glyphicons Halflings", sans-serif;
    content: "";
    display: inline-block;
    margin-left: 5px;
    transform: rotate(270deg);
    margin-right: 5px;
    vertical-align: bottom;
    font-size: 13px;
}
.arrow-top:after {
    font-family: "Glyphicons Halflings", sans-serif;
    content: "";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 11px;
    transform: rotate(0deg);
    transition: 1.5s all;
}
#auction-winner-list .modal-content {
    padding:30px 15px;
}
#auction-winner-list .winner-table-body {
    max-height:450px;
}
#auction-winner-list .winner-table-body .auction-product {
    max-width: none;
    margin-top: 10px;
}
#auction-winner-list .winner-table-body .auction-product .tv-program-back-button {
    display:none;
}
.auction-product-details {
    font-size: 16px;
    font-weight: 300;
}
.auction-product-details .product-picture {
    margin: 30px auto;
}
.auction-product-details .list-green-check {
    color: #333;
    font-size: 14px;
    padding-left: 20px;
}
.auction-product-details .list-green-check > li {
    margin: 10px 0;
}
.auction-product-details .product-title {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0 5px;
}
.auction-product-details .product-number {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
.auction-product-details .section-title {
    font-size: 18px;
    margin: 40px 0 5px;
    font-weight: 400;
    text-transform: uppercase;
}
.auction-product-details .review-author {
    font-size: 15px;
}
.auction-product-details .delivery-information .list-unstyled,
.auction-product-details .delivery-information .header-trust-info-list,
.auction-product-details .delivery-information .list-display-type {
    margin-bottom: 0;
}
.auction-product-details .footnote {
    color: #999;
    font-size: 12px;
}
.auction-product-details .hotline-container {
    display: none;
}
.auction-product-details .hotline-container .section-title {
    margin-bottom: 10px;
}
@media (min-width: 1024px) {
    .auction-product-details .hotline-container {
        display: block;
    }
}
.auction-product-details .hotline {
    color: #333;
    font-size: 10px;
    font-weight: 300;
    max-width: 235px;
}
.auction-product-details .hotline img {
    position: absolute;
    margin-top: 6px;
}
.auction-product-details .hotline img.mail {
    margin-top: 2px;
    margin-left: 7px;
}
.auction-product-details .hotline .details {
    margin-left: 35px;
}
.auction-product-details .hotline .phone-number {
    font-size: 21px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 3px;
}
.auction-product ul.rating {
    float: none;
}
.auction-product .image-box {
    margin: 25px 0;
}
@media (min-width: 768px) {
    .auction-product .image-box {
        margin: 0;
    }
}
.auction-product-list, .auction-product-list .list-green-check {
    font-size: 16px;
}
.auction-product-list .list-green-check > li {
    margin: 5px 0;
}
.auction-product-list > .product-list-item {
    border-top-width: 0;
    border-bottom: 1px solid #bfbfbf;
}
.auction-product-list > .product-list-item .description {
    margin-top: 5px;
}
.auction-product-list .btn {
    font-weight: 600;
}
@media (min-width: 1220px) {
    .auction-product-list {
        margin-left: 50px;
        margin-right: 50px;
    }
}
.auction-product-filters {
    padding: 20px 0;
    border-bottom: 1px solid #bfbfbf;
    font-size: 16px;
}
@media (min-width: 1220px) {
    .auction-product-filters {
        margin-left: 50px;
        margin-right: 50px;
    }
}
.auction-product-filters-label {
    color: #999;
    text-align: center;
    margin-bottom: 10px;
}
.missed-auction-list {
    margin-top: 10px;
}
.auction-moderator {
    margin-top: 50px;
    font-size: 18px;
}
.auction-moderator .moderator-section-title,
.auction-moderator .moderator-name,
.auction-moderator .moderator-quote-title {
    font-size: 26px;
}
.auction-moderator .moderator-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.auction-moderator .moderator-section-title {
    border-top: 1px solid #b5b5b5;
    padding-top: 20px;
    font-weight: 300;
    margin: 30px 0 20px;
}
.auction-moderator .moderator-picture {
    border-radius: 50%;
    margin: 0 auto 30px auto;
}
.auction-moderator .moderator-definition-list-item {
    margin-top: 25px;
    margin-bottom: 25px;
}
.auction-moderator .moderator-definition-list-inline .moderator-definition-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.auction-moderator .moderator-definition-label {
    color: #999;
}
.auction-moderator .moderator-definition-value {
    font-weight: 600;
}
.auction-moderator .moderator-quote-title {
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 400;
}
.additional-products > ul {
    list-style-type: none;
}
.additional-products .product_container {
    position: relative;
}
.additional-products .product_container .product {
    width: 100%;
}
.additional-products .product_container .product_popover {
    z-index: 1000;
    background: white;
    border: 1px solid #004691;
    position: absolute;
    top: 0;
    left: 0;
}
.additional-products .product_container .product_popover .selection-indicator {
    display: inline-block;
}
.additional-products .product_container .product_popover ul.list-green-check {
    margin: 0;
}
.additional-products .product_container .product_popover .main-link {
    width: 120%;
    bottom: 0;
    left: 0;
    margin-left: -33px;
    border-top: 1px solid #004691;
    padding-top: 2px;
    padding-left: 37px;
}
.videoError {
    text-align: center;
    padding: 10px 0;
}
@media (max-width: 767px) {
    #streamPlace2_wrapper {
        display: none !important;
    }
}
.login-and-bid {
    text-align: center;
    margin: 10px 0;
}
.login-and-bid span {
    background-color: #FDBC3E;
    color: #ffffff;
    margin-right: 10px;
    padding: 0 5px;
}
.login-and-bid.startpage {
    margin-top: 0;
    position: absolute;
    bottom: 23px;
    width: 50%;
}
@media (max-width: 1023px) {
    .prebidButton {
        font-size: 13px;
    }
    .login-and-bid {
        font-size: 10px;
    }
}
.blink_text {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
.nl-subscribe .list-check {
    margin-bottom: 30px;
    border-bottom: 1px solid #555555;
    list-style: none;
    padding: 0;
}
.nl-subscribe .list-check li {
    padding-left: 20px;
    position: relative;
    line-height: 30px;
    list-style-image: url("../../img/sprite/icon-green-check.png");
    color: #666;
    font-size: 1.1em;
    }
@media (min-width: 768px) {
    .nl-subscribe .list-check {
        border-bottom: none;
    }
}
.nl-subscribe .control-label {
    width: 100%;
}
.nl-subscribe .radio {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
}
.nl-subscribe h3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 18px;
}
@media (min-width: 768px) {
    .nl-subscribe h3 {
        margin: 0 0 20px 0;
    }
}
.nl-subscribe .btn {
    margin-bottom: 10px;
    font-size: 18px;
}

body.site-basket, body.site-user, body.site-payment, body.site-order {
    padding-top: 0;
}
body.site-search section.wrapper:not(.fullwidth) {
    max-width:1440px;
    width:100%;
}
body.overflow-hidden{
    overflow: hidden;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1220px) {
    .container {
        width: 1220px;
        padding: 0;
    }
}
.container-start {
    width: 100%;
    padding:20px 0 0 !important;
}
.todo {
    background: deeppink;
    color: #fff;
}

img[id^=ia] {
    display: none;
}

small.help-block[data-bv-for=contact_agreement] {
    display: none !important;
}
small.help-block.help-msg {
    display: none;
    margin: 5px 0 0 0;
    padding: 5px;
}

/* Newsletter form */
form[name="newsletter"] .reminder-permission {
    display:flex;
    flex-wrap:wrap;
}
form[name="newsletter"] .reminder-permission > .checkbox {
    float:left;
    margin-right: 20px;
}
form[name="newsletter"] .checkbox-cell{
    margin-top:20px;
}
form[name="newsletter"] .checkbox-cell .info{
    margin-left: 5px;
    vertical-align: top;
    cursor:pointer;
}
form[name="newsletter"] .highlight-box{
    display:inline-block;
}
form[name="newsletter"] .form-control[disabled]{
    opacity:0.5;
    background-color:#fff;
}
form[name="newsletter"] .reminder-permission .checkbox-cell {
    margin-bottom:20px;
}
form[name="newsletter"] .tooltips {
    position: relative;
    margin: 0 0 20px 0;
}
form[name="newsletter"] .tooltips .content {
    color: #fff;
    background: #22233E;
    border-radius: 8px;
    padding:10px 20px;
}
form[name="newsletter"] .tooltips .content:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 23%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-bottom: 13px solid #22233E;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    top: -12px;
}
form[name="newsletter"] .tooltips .content:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 23%;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #22233D;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    top: -11px;
}
form[name="newsletter"] .tooltips .content .heading {
    margin-bottom:5px;
}
form[name="newsletter"] .tooltips .content .heading span{
    font-weight:700;
    padding-left:5px;
}
form[name="newsletter"] .reminder-permission button[type="submit"] {
    width: 100%;
    margin:10px 0 20px;
}
form[name="newsletter"] button#add-show.inactive{
    opacity: 0.5;
    background-color: #fff;
}
@media(min-width:660px){
    form[name="newsletter"] .reminder-permission{
        display:block;
    }
    form[name="newsletter"] .reminder-permission button[type="submit"] {
        margin: 5px 0 0 20px;
        width:auto;
    }
    form[name="newsletter"] .reminder-permission .checkbox-cell{
        margin-bottom:0;
        display:inline-block;
    }
    form[name="newsletter"] .tooltips {
        position: relative;
        margin:10px 0 0 0;
    }
}
@media(min-width:768px){
    form[name="newsletter"] button#add-show{
        width:100%;
    }
}
@media(min-width:1024px){
    form[name="newsletter"] .tooltips .content {
        font-size: 16px;
    }
    form[name="newsletter"] .tooltips .content p{
        padding-left:25px;
        line-height:24px;
    }
}

/* Reminders */
.reminder-desc h3{
    margin-bottom:10px;
}
@media(max-width:1023px) {
    .reminder-desc button {
        width: 100%;
    }
}
.reminder-desc p{
    font-size:16px;
    line-height:24px;
    margin-bottom:20px;
    max-width:700px;
}
@media(max-width:767px){
    .reminder-desc .shows-box{
        padding:0 10px;
    }
    .reminder-desc .shows-box .column{
        padding:0 7px;
    }
}
.reminder-desc .shows-box .column .item{
    border-radius: 6px;
    border: solid 1px #fff;
    margin: 5px 0 10px;
    padding: 10px;
    height:80px;
    overflow:hidden;
}
.reminder-desc .shows-box .column .item .image object,
.reminder-desc .shows-box .column .item .image img{
    max-width:100%;
    max-height:42px;
    overflow:hidden;
    font-size: 13px;
    line-height: 14px;
}
.reminder-desc .shows-box .column .item .image {
    text-align:center;
    width:100%;
    float:left;
}
.reminder-desc .shows-box .column .text{
    text-align: center;
    float: left;
    width: 100%;
}
@media(min-width:481px) and (max-width:1023px){
    .reminder-desc .shows-box .column .text{
        margin-top:15px;
    }
}
.reminder-desc .shows-box .column .text p{
    text-align:center;
    margin-bottom: 0;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
}
.reminder-desc .shows-box .column .close{
    background-image: url(../../img/close_reminder.svg);
    height: 14px;
    background-repeat: no-repeat;
    opacity: 1;
    padding: 10px;
    background-position: right;
    position: relative;
    right: -3px;
    top: -5px;
    float:right;
}
.reminder-desc .shows-box h4{
    font-weight:600;
}
@media(max-width:767px) {
    .my-account.my-newsletter .alert-success {
        padding-left: 70px;
        padding-top: 15px;
    }
    .my-account.my-newsletter .alert-success:before {
        font-size: 24px;
        left: 35px;
        top: 0;
    }
}
@media(min-width:480px){
    .reminder-desc .shows-box .column .item {
        height:110px;
    }
    .reminder-desc .shows-box .column .item .image,
    .reminder-desc .shows-box .column .text {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top:0;
    }
    .reminder-desc .shows-box .column .close {
        position: absolute;
        right: 15px;
        top: 10px;
    }
}
@media(min-width:768px){
    .reminder-desc .shows-box .column .close {
        right: 25px;
    }
}
@media(min-width:1024px){
    .reminder-desc .shows-box .column .item{
        padding: 10px 20px;
        height:125px;
    }
    .reminder-desc .shows-box .column .close{
        position: absolute;
        right: 20px;
    }
}
@media(min-width:1280px){
    .reminder-desc .shows-box .column .text p,
    .reminder-desc .shows-box .column .item .image object,
    .reminder-desc .shows-box .column .item .image img{
        font-size: 16px;
        line-height: 22px;
        max-height:none;
        width:100%;
        padding: 20px;
    }
}
.reminder-desc.overlay{
    opacity: 0.5;
    pointer-events: none;
    display: block;
    position: static;
    background: transparent;
    z-index: 1;
}
.program-reminder .item-reminder{
    margin: 15px 0;
}
.program-reminder .item-reminder img{
    margin:0 auto;
    max-width:100%;
}
.help-msg-active {
    border: solid #faebcc 2px;
    padding-bottom: 0;
}
.radio.help-msg-active {
    padding-bottom: 0;
    border: solid #faebcc 2px;
}

.cmsContent.oxid2con .nav > li > a:hover,
.cmsContent.oxid2con .nav > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
    color: #fff;
}

.cmsContent.oxid2con .nav > li > a {
    font-size: 16px;
}

/* con-form-advertising */
.con-form-advertising {
    border-radius: 8px;
    background-color: #22233E;
    font-family: "Source Sans Pro", Arial, sans-serif;
    padding: 20px;
}
.con-form-advertising h3 {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
}
.con-form-advertising h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.con-form-advertising label {
    line-height: 1.5 !important;
    margin-left: 0;
}

/* con-form-auto */
.con-form-auto {
    background-position: top right;
    background-size: cover;
    padding: 20px;
}
.con-form-auto h2 {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}
.con-form-auto h3 {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 1.2em;
}
.con-form-auto label {
    margin: 0;
}
.con-form-auto .btn-primary {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
}
.con-form-auto .form-group:last-child {
    margin-bottom: 0;
}
.con-form-auto .fail {
    color: #df2228;
}
.con-form-auto-container .response-success {
    padding: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.con-form-auto-container  {
    position: relative;
}
@media (max-width: 767px) {
    .con-form-auto .col-sm-4 + .col-sm-4,
    .con-form-auto .col-sm-4 + .col-sm-8,
    .con-form-auto .col-sm-8 + .col-sm-4 {
        margin-top: 0;
    }
}

div[id*="userwerk-overlay-bg"] {
    z-index:1031 !important;
}
.password-hint {
    cursor: pointer;
    position: absolute;
    top: 37px;
    right: 8px;
    color: #004289;
    font-size: 16px;
}
.password-hint:after {
    content: "";
    display:inline-block;
    width:20px;
    height:20px;
    background: url(../../img/info-icon.svg) no-repeat;
}
.site-register .popover {
    color:#333333;
    z-index: 1000;
    max-width: 100%;
    width:260px;
}
.site-register .popover .arrow:after {
    border-bottom-color: #FAFAFA !important;
}
.site-register .popover-content ul,
.site-user .popover-content ul {
    padding-left:15px;
}
section.past-articles {
    margin-bottom:-10px;
}
.shows-manufacturer-box .show-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size:12px;
    background-color: transparent;
    margin: 0 auto 20px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #ffffff1a;
    border-top: none;
    padding: 20px 8px 14px 8px;
    position: relative;
    top: -10px;
}
.shows-manufacturer-box .show-image .moderator div {
    width:80px;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-color:#fafafa !important;
    background-position: 0 5px !important;
    background-blend-mode: multiply;
    padding-top: 100%;
}
.shows-manufacturer-box .show-image img{
    max-width:200px;
    max-height:60px;
    width:100%;
    padding:5px;
    margin:0 auto;
}
.shows-manufacturer-box .show-image .manufacturer {
    background-color: #fff;
    height: 100%;
    width:100%;
    display: flex;
    align-items: center;
    overflow:hidden;
}

@media(min-width:1024px) {
    .shows-manufacturer-box .show-image .moderator div {
        width: 100px;
    }
    .shows-manufacturer-box .show-image img {
        max-height: 85px;
    }
}
.shows-manufacturer-box .show-image .manufacturer p{
    padding:0 15px;
}
.sale-category-banner > .wrapper {
    height: 210px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sale-category-banner .sale-container .heading {
    font-size:80px;
    line-height:80px;
    font-weight: 700;
    color: var(--_color-primary);
    text-transform:uppercase;
}
.root-category-list .host-information-card {
    position: relative;
}
.root-category-list .row {
    display: flex;
    flex-wrap: wrap;
}
.root-category-list .sale-item > a {
    text-decoration:none;
}
.root-category-list .shows-manufacturer-box .show-image > div {
    color:#fff;
    text-decoration:none;
    width:100%;
}
@media(max-width:767px) {
    .shows-manufacturer-box .show-image {
        margin-bottom: 0;
    }
    .root-category-list .sale-item {
        margin-bottom: 10px;
    }
    .root-category-list .host-information-card .box-image {
        background-position: center;
    }
}
@media(min-width:1220px) {
    .sale-category-banner > .wrapper {
        height:360px;
    }
    .sale-category-banner .sale-container .heading {
        font-size: 180px;
        line-height: 180px;
    }
}
.video-auction{
    padding:0 15px;
}
.video-auction.showFormat{
    margin-top: -40px;
}
.video-auction.showFormat .auction-screen .auction-container {
    max-width: 870px;
    margin: 0 auto;
    min-height: 340px;
    -webkit-box-shadow: 0 0 10px 0 rgba(26,26,26,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(26,26,26,0.1);
    box-shadow: 0 0 10px 0 rgba(26,26,26,0.1);
    background: #22233E;
    border-radius: 8px;
}
.video-auction.showFormat .auction-screen .auction-container > .auction-video {
    text-align: center;
    margin: 35px 0 20px;
}
.video-auction.showFormat .auction-screen .auction-container > .auction-description .product-desc {
    margin-top:10px;
}
.video-auction.showFormat .auction-details__ended .title {
    max-width:none;
}
.video-auction.showFormat .auction-screen .auction-container > .auction-description .label-box {
    display: flex;
    width: 100%;
}
.video-auction.showFormat .auction-screen .auction-container > .auction-description .label-box span {
    position: static;
    padding: 5px 10px;
    font-size:14px;
    height: 28px;
    line-height: 18px;
    width:55px;
}
.video-auction.showFormat .auction-screen .auction-container > .auction-description .label-box .label-action {
    width:auto;
}
.video-auction.showFormat .auction-screen .auction-container > .auction-description .product-desc > div:first-of-type {
    width:100%;
    padding:0;
}
.video-auction.showFormat .auction-screen .auction-description .description .product-desc .rating-item {
    margin:0;
}
.video-auction .auction-screen .auction-container.live-container .auction-description .flex-wrapper {
    display: flex;
    align-items: center;
}
.video-auction.showFormat .auction-screen .auction-details__right .auction-details-item.turbo {
    background-color: #ff4842;
}
.video-auction .auction-screen .auction-container.live-container .auction-description .productTitle {
    flex-grow: 1;
    flex-shrink: 1;
}
.video-auction .auction-screen .auction-container.live-container .auction-description .product-img > img {
    width: 80px;
    height: 80px;
}
@media(max-width:767px) {
    .video-auction.showFormat .auction-screen .auction-container > .auction-description .label-box {
        max-width:calc(100% - 30px);
    }
    .video-auction.showFormat .auction-screen .auction-container > .auction-description .label-box span {
        font-size:12px;
        height: 24px;
        line-height: 14px;
        width:52px;
    }
    .video-auction.showFormat .auction-screen .auction-description {
        padding: 20px 12px 12px;
    }
}
@media(min-width:768px) {
    .video-auction.showFormat .auction-screen .auction-container.live-container .auction-description {
        height: auto;
    }
    .video-auction.showFormat .auction-screen .auction-description {
        padding: 35px 30px;
    }
    .video-auction.showFormat .auction-screen .auction-description .auction-details-container {
        width:100%;
    }
    .video-auction .auction-screen .auction-container.live-container .auction-description .product-img > img {
        width: 100px;
        height: 100px;
    }
}
.video-auction.triangle{
    display: inline-block;
    margin: 0 5px;
}
.video-auction .triangle.triangle-right{
    width: 0;
    height: 0;
    border-left: solid 13px rgb(255, 72, 66);
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
    margin: 1px 0 0 7px;
}
.video-auction .heading > span{
    display: block;
    font-weight:400;
}
.video-auction .heading > span:first-letter{
    text-transform: uppercase;
}
.video-auction .auction-screen {
    position: relative;
}
.video-auction .auction-screen .auction-container{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}
.video-auction .auction-screen select.form-control {
    border: solid 1px #dcdcdc;
    border-radius:8px;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
    font-size: 16px;
    padding-top: 18px;
    cursor: pointer;
}
.video-auction .auction-screen select.form-control::-ms-expand{
    display: none;
}
.video-auction .auction-screen .amount-number {
    width:125px;
}
.video-auction .auction-screen .amount-number input {
    height:32px;
    max-width:55px;
    text-align: center;
    font-size: 22px;
    font-weight:700;
    border:none;
    display: inline-block;
    vertical-align: middle;
    -moz-appearance: textfield;
    pointer-events:none;
}
.amount-number .plus {
    background: url(../../img/plus-icon.png) no-repeat;
}
.amount-number .minus {
    background: url(../../img/minus-icon.png) no-repeat;
}
.amount-number .plus,
.amount-number .minus {
    width: 32px;
    height: 32px;
    padding: 8px 7px 8px 8px;
    background-color: #f2f2f2;
    background-position: 7px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.amount-number .plus.disabled,
.amount-number .minus.disabled {
    opacity:0.5;
    pointer-events:none;
}
.video-auction .auction-screen select.form-control option:disabled{
    background:#d3d3d3;
}
.video-auction .triangle.triangle-right.black{
    border-left: solid 13px #1a1a1a;
}
.video-auction .auction-screen .last-bids .list-inline{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}
.video-auction .auction-screen .last-bids .list-inline li{
    font-size:14px;
    line-height: 21px;
    padding: 0 3px 0 0;
    display: inline;
}
.video-auction .auction-screen .last-bids .list-inline li span:after {
    content: ",";
}
.video-auction .auction-screen .last-bids .list-inline li:last-child span:after {
    content: "";
}
.video-auction .auction-screen .last-bids .winners-button {
    padding: 15px;
    font-size:16px;
    width:100%;
}
.video-auction .auction-screen .last-bids .winners-button a {
    text-decoration:none;
    color:var(--_color-primary);
}
.video-auction .auction-screen .last-bids .winners-button a:hover {
    text-decoration:none;
    color:var(--_color-primary);
}
.video-auction .auction-screen .chevron-progress {
    height:20px;
}
.video-auction .auction-screen .auction-description .description > .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.video-auction .auction-screen .auction-description .description > .title > .image {
    width: 100px;
    border-radius: 8px;
    overflow: hidden;
}
.video-auction .auction-screen .auction-description .description > .title > .product-desc {
    width: calc(100% - 100px);
    padding-left: 12px;
}
.video-auction .auction-screen .auction-description .live-auction-label {
    position: static;
    width: auto;
    border-radius:50px;
    text-transform: uppercase;
    padding: 0 8px !important;
    font-weight: 600;
    z-index:10;
    left: 50%;
    transform: none;
    display: inline-block;
    margin-bottom: 4px;
}
.video-auction .auction-screen .auction-description .ended .live-auction-label {
    height: 24px;
    line-height: 24px;
}

.video-auction .auction-screen .auction-description .ended .sand-box {
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    width: 100%;
}
.video-auction .auction-screen .auction-description .description .plus-detail-link {
    max-width:110px;
    float:right;
    margin:0 auto;
    cursor:pointer;
}
.video-auction .auction-screen .auction-description .description .plus-detail-link .triangle {
    border-left: solid 8px rgb(255, 72, 66);
    border-bottom: solid 4px transparent;
    border-top: solid 4px transparent;
    margin: 1px 0 0 2px;
}
.video-auction .auction-screen .auction-description .description .plus-detail-link img {
    margin-bottom:5px;
}
.video-auction .auction-screen .auction-description .description .product-desc .rating-item .count {
    font-size:16px;
    position: relative;
    top: 2px;
    left: 2px;
    vertical-align: middle;
}
.video-auction .auction-screen .auction-description .auction-details-container .number-type {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    width: 100%;
}
.video-auction .auction-screen .auction-description .auction-details-container .variant-row {
    margin-top: 16px;
}
.video-auction .auction-screen .auction-container .auction-video {
    padding:0;
    overflow:hidden;
}
.video-auction .auction-screen .auction-container .auction-video #video-frame {
    position:static !important;
    width:100%;
    height:100%;
    display:block;
}

#stream-player-timeleft-display #stream-player-timeleft-span {
    display: none !important;
}

.video-auction .auction-screen .auction-details-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #090A30;
    border-radius: 8px;
    color: #fff;
    padding: 8px;
    text-align: center;
    min-height: 68px;
    margin: 16px 0 0;
}
.video-auction .auction-screen .auction-details > .auction-details__right .auction-details-item .value{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.video-auction .auction-screen .auction-details__right .auction-details-item {
    margin-left: 8px;
}
.video-auction .auction-screen .auction-details__right .auction-details-item.turbo {
    background-color: var(--_color-primary);
}
.video-auction .auction-screen .auction-details__right .auction-details-item.turbo * {
    color:#fff;
}
.video-auction .auction-screen .auction-details-container .auction-details.auction-info.full-right .auction-details__left{
    display:none;
}
.video-auction .auction-screen .auction-details-container .auction-details.auction-info.full-right .auction-details__right {
    width:100%;
}
.video-auction .auction-screen .auction-details-container .auction-details.auction-info.full-right .auction-details__right .auction-details-item {
    margin-left: 0;
}
.video-auction .auction-screen .auction-details.full-right > div .auction-details-item .value .base-price {
    display: flex;
}
.video-auction .auction-screen .auction-early-title{
    border:0;
}
.video-auction .auction-screen .auction-details-container .marquee{
    background-color:#fff;
}
.video-auction .auction-screen .auction-details-container .marquee span{
    background-color: #fff;
    text-transform: none;
}
.video-auction .auction-screen .auction-details-container .chevron-progress-container .chevron-progress .rider > i{
    width:25px;
    border-radius: 2px;
}
.reminder-box > .container{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}
.video-auction .auction-screen .auction-details-container .variant-left::after,
.video-auction .auction-screen .auction-details-container .variant-right::after{
    font-family: "Glyphicons Halflings", sans-serif;
    content: "";
    pointer-events:none;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 12px;
}
.video-auction .auction-screen .auction-details-container .variant-left::before {
    content: "Variante:";
    position: absolute;
    top: 3px;
    font-size: 14px;
    left: 11px;
}
.video-auction .auction-screen .auction-details-container .variant-right::before {
    content: "Menge:";
    position: absolute;
    top: 3px;
    font-size: 14px;
    left: 11px;
}
.video-auction .auction-screen .auction-details-container .number-type .variant-left {
    width: 133px;
    margin: 0 8px 0 0;
    position: relative;
}
.video-auction .auction-screen .auction-details-container .number-type.full .variant-right .amount-number {
    width: 100%;
}
.video-auction .auction-screen .auction-details-container .number-type .variant-right {
    width: 100px;
    position: relative;
}
.video-auction .auction-screen .live-container .auction-description {
    background-color: #22233E;
}
.video-auction .auction-screen .auction-description .auction-details-container .delivery-text {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ffffff1a;
}
.plus-auction .video-auction .auction-screen .auction-description .description .product-desc .rating-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.plus-auction .video-auction .auction-screen .auction-description .description .product-desc .rating-item .count {
    margin-left: 6px;
}
.video-auction .auction-screen .auction-description .auction-details-container .additional-product .title {
    margin: 16px 0 10px;
}
.video-auction .auction-screen .auction-description .auction-details-container .info-row {
    width:100%;
    margin-top: 8px;
}
.video-auction .auction-screen .auction-description .auction-details-container .info-row > div {
    height: 20px;
}
.video-auction .auction-screen .auction-description .auction-details-container .installment-row {
    margin-top: 10px;
}
.video-auction .auction-screen .auction-description .auction-details-container .installment-row .rate-info {
    background-color: #fff;
    height: 35px;
    line-height: 35px;
}
.video-auction .auction-screen .auction-description .auction-details-container .installment-row .rate-info img {
    max-width: 70px;
    position: relative;
    margin-right: 5px;
    top: -2px;
}
@media(max-width:767px) {
    .video-auction .auction-screen .auction-container .auction-video {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }
    .video-auction .auction-screen .auction-description .description > .title > .image {
        width: 62px;
    }
    .video-auction .auction-screen .auction-description .description > .title > .product-desc {
        width: calc(100% - 62px);
    }
}
@media(max-width:360px) {
    .video-auction .auction-screen .auction-description .auction-details-container .installment-row .rate-info {
        height: auto;
        min-height: 32px;
    }
    .video-auction .auction-screen .auction-description .auction-details-container .installment-row .rate-info img {
        display: block;
        margin: 0 auto;
        padding: 12px 0 0;
    }
}
@media(min-width:768px){
    .video-auction .auction-screen .auction-description{
        padding:30px 30px 35px;
    }
    .video-auction .auction-screen .last-bids .winners-button {
        background-color: #fafaf8;
        width: 300px;
        padding:19px 15px;
    }
    .video-auction .auction-screen .last-bids .show-winnerlist .winners-button {
        width:175px;
    }
    .video-auction .auction-screen .last-bids .list-inline li{
        font-size:16px;
    }
    .video-auction .auction-screen .auction-container .auction-video iframe{
        height:400px;
    }
    .video-auction .heading > span{
        display:inline-block;
        font-weight:600;
    }
}
@media(min-width:1024px){
    .video-auction .auction-screen .auction-container .auction-video {
        padding: 0;
        overflow: hidden;
        margin: 0;
    }
    .video-auction .auction-screen .auction-container {
        margin: 0 5px 0 10px;
        min-height:430px;
        align-items: normal;
    }
    .video-auction .auction-screen .auction-container .auction-video {
        padding:0 24px 0 0;
    }
    .plus-auction .video-auction .auction-screen .auction-container {
        margin: 0;
    }
    .video-auction .auction-screen .auction-description .description > .title > .product-desc {
        padding-left: 16px;
    }
    .plus-auction .video-auction .auction-screen .live-container .auction-description {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .plus-auction .video-auction .auction-screen .live-container .auction-description > div {
        width: 100%;
    }
    .video-auction .auction-screen .auction-container .auction-video iframe{
        height:100%;
        min-height:425px;
    }
    .video-auction .auction-screen .auction-description .auction-details-container .info-row {
        margin-top: 16px;
    }
    .video-auction.showFormat.padding-medium {
        margin-top: -60px;
    }
    .video-auction .auction-screen .auction-description .auction-details-container .installment-row {
        margin-top: 16px;
    }
}
@media(min-width:1281px) {
    .video-auction .auction-screen .auction-container.live-container .auction-video,
    .video-auction .auction-title {
        width: 63.3333333333%;
    }
    .video-auction .auction-screen .auction-container.live-container .auction-description {
        width: 36.6666666666%;
    }
}

@media(min-width:1380px) {
    .video-auction .auction-screen .auction-description .ended .sand-box {
        padding: 88px 16px;
    }
}
.shows-slider.owl-loaded {
    display: block !important;
}
.shows-slider .owl-nav {
    display:none;
}
.shows-slider .owl-item .shows-item > a {
    display:block;
    text-decoration:none;
}
.shows-slider .owl-item .shows-item .label-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    margin-bottom: 8px;
}
.shows-slider .owl-item .shows-item .label-box .flag-live {
    display: none;
    position: static;
    width: 66px;
    text-align: left;
    padding: 0 8px;
}
.shows-slider .owl-item .shows-item .label-box .flag-live .pulse-live {
    top: 9px;
    right: 2px;
    float: right;
}
.shows-slider .owl-item .shows-item.selected .label-box .flag-live {
    display: block;
    margin-left: 10px;
}
.shows-slider .owl-item .show-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    position: relative;
    height: 82px;
}
.shows-slider .owl-item .show-image .moderator,
.shows-slider .owl-item .show-image .manufacturer {
    z-index: 1;
}
.shows-slider .owl-item .shows-item.selected .show-image .layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff2f2;
    z-index: 0;
}
.shows-slider .owl-item .show-image .progress-bar {
    height: 4px;
    width: 100%;
    background-color: #EBEBEB;
    box-shadow: none;
    position: absolute;
    top: 0;
    z-index: 1;
}
.shows-slider .owl-item .show-image .progress-bar .active-line {
    position: absolute;
    top: 0;
    height: 4px;
    background-color: var(--_color-primary);
}
.shows-slider .owl-item .show-image .moderator div {
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-color:#fff !important;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 0 16px;
}
.shows-slider .owl-item .show-image img {
    max-height: 50px;
    max-width: 115px;
    width: 100%;
}
.shows-slider .owl-item .shows-item .show-hour:not(.color-coral){
    letter-spacing: 1px;
    color: #333333;
}
@media(max-width: 1023px) {
    .shows-slider .owl-item .show-image .moderator div {
        padding: 0 8px;
    }
    .shows-slider .owl-item .show-image img {
        max-width: 100px;
    }
}
@media(max-width: 609px) {
    .video-auction .shows-slider .owl-stage {
        left: -20px;
    }
}
@media(max-width: 479px) {
    .video-auction .shows-slider .owl-stage {
        left: -80px;
    }
}
@media(max-width: 419px) {
    .video-auction .shows-slider .owl-stage {
        left: -65px;
    }
}
@media(max-width: 359px) {

    .video-auction .shows-slider .owl-stage {
        left: -40px;
    }
}

.daily-auction-item .daily-auction-item-image > a,
.daily-auction-item .daily-auction-item-image > a:hover,
.daily-auction-item .daily-auction-item-image > a:visited {
    text-decoration:none;
    color:#333;
}
.daily-auction-item .daily-auction-item-image img{
    margin: 0 auto;
    padding:0 10px;
}
.daily-auction-item .daily-auction-item-image img.sticker {
    padding:0;
    max-width:50px;
    position: absolute;
    right: 0;
    top: 0;
}
.daily-auction-item .daily-auction-item-price .guaranted-price{
    display:inline-block;
}
.daily-auction-item .daily-auction-item-price .start-price{
    height:24px;
}
.daily-auction-item del.cutted-price:before {
    transform: rotate(-15deg);
    top: 12px;
}
@media(max-width:767px){
    .daily-auction-item .daily-auction-item-price .guaranted-price {
        width:100%;
    }
}
@media(max-width:1023px){
    .daily-heading .check-list-description{
        flex-wrap: wrap;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(calc(-50% + 10px));
    }
}
@media(min-width:768px){
    .daily-auction-item .daily-auction-item-price .guaranted-price {
        display:block;
    }
}
@media (min-width: 1280px){
    .daily-auction-item .daily-auction-item-image img {
        max-width: 160px;
    }
    .daily-auction-item .daily-auction-item-image img.sticker{
        max-width:60px;
    }
}
.highlighted-shows .background{
    padding-bottom:460px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.highlighted-shows .highlighted-items{
    margin-top: -260px;
    padding:0 15px;
    min-height:370px;
}
.highlighted-shows .owl-item{
    cursor:pointer;
}
.highlighted-shows .owl-item .highlighted-show {
    padding:15px 35px 35px;
}
.highlighted-shows .owl-item .highlighted-show .hour-box {
    top:-18px;
    padding:0 !important;
}
.highlighted-shows .owl-item .highlighted-show .hour-box .label-reduced {
    display:inline-block;
}
.highlighted-shows .owl-item .highlighted-show.banner .moderator-info img {
    background-color: transparent;
    border-radius: 0;
    width: auto;
    max-height: 100px;
    max-width: 100%;
}
.highlighted-items .owl-item .highlighted-show.banner .hour-box {
    padding:0;
}
.highlighted-items .owl-item .highlighted-show.banner .hour-box .label-reduced {
    padding:0 16px;
}
.highlighted-shows .highlighted-items .owl-nav{
    display:none;
}
.highlighted-shows .highlighted-items .moderator-info{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}
.highlighted-shows .highlighted-items .moderator-info img{
    max-width:70px;
    margin:0 auto;
    width:100%;
    border-radius:50%;
    background-color:#fff;
}
.highlighted-shows .highlighted-show .image-box .text-fallback{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.highlighted-shows .highlighted-show .image-box {
    height: 90px;
}
.highlighted-shows .highlighted-show .image-box img{
    max-width:100%;
    margin:0 auto;
    height:100%;
}
.highlighted-shows .owl-item .shows-more-button a {
    padding: 10px;
}
.highlighted-shows .highlighted-items .owl-dots{
    text-align:center;
    position: relative;
    top: -20px;
}
.highlighted-shows .highlighted-items .owl-dots button.owl-dot{
    padding: 5px !important;
    background: #acb1a1;
    border-radius: 50%;
    margin-right:5px;
}
.highlighted-shows .highlighted-items .owl-dots button.owl-dot.active {
    background: var(--_color-primary);
}
@media(max-width:767px){
    .highlighted-shows .owl-item {
        margin: 40px 0;
    }
    .highlighted-shows .owl-item .highlighted-show {
        background-color: #f5f5f0;
    }
    .highlighted-shows .owl-item .highlighted-show .hour-box {
        height: 35px;
        line-height: 35px;
    }
    .highlighted-shows .owl-stage-outer {
       height:100% !important;
    }
}
@media(min-width:768px){
    .highlighted-shows .owl-stage-outer{
        overflow:visible;
    }
    .highlighted-shows .owl-stage {
        background-color: rgb(245, 245, 240);
    }
    .highlighted-shows .owl-item .shows-more-button a {
        padding: 13px 15px;
    }
    .highlighted-shows .owl-item .highlighted-show {
        margin: 10px 0 0;
        padding:15px 20px 30px;
    }
    .highlighted-shows .owl-item .highlighted-show .hour-box {
        top:-17px;
    }
    .highlighted-shows .owl-item.selected{
        box-shadow: 0 2px 15px 0 rgba(26, 26, 26, 0.1);
        background-color: #fafaf7;
        transform: scale(1.1);
        z-index: 1;
        transition: transform 0.6s ease-in-out;
    }
    .highlighted-shows .owl-item.selected .highlighted-show .moderator-info .text-size.d-18{
        font-size:16px;
        line-height:22px;
    }
    .highlighted-shows .owl-item .shows-more-button {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
    }
    .highlighted-shows .owl-item:not(.selected) .highlighted-show {
        background-color: #f5f5f0;
    }
    .highlighted-shows .owl-item.selected .shows-more-button {
        display:block;
        padding-top: 10px;
        opacity: 1;
        max-height: 60px;
    }
}
@media(min-width:768px) and (max-width:1023px){
    .highlighted-shows .highlighted-items .moderator-info img{
        margin-bottom:15px;
    }
    .highlighted-shows .owl-item .highlighted-show .moderator-info .text-size.d-18{
        text-align:center;
    }
}
@media(min-width:1024px){
    .highlighted-shows .highlighted-items {
        margin-top: -195px;
        min-height:435px;
    }
    .highlighted-shows .owl-item .highlighted-show {
        padding:15px 30px 30px;
    }
    .highlighted-shows .owl-item.selected .highlighted-show{
        padding: 10px 30px 30px;
    }
}
@media(min-width:1280px){
    .highlighted-shows .highlighted-items .moderator-info img{
        max-width:98px;
    }
}
@media(min-width:1440px){
    .highlighted-shows .highlighted-items {
        padding:0 120px !important;
    }
}
del.cutted-price {
    text-decoration: none;
    position: relative;
}
del.cutted-price:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 1px solid var(--_color-primary);
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-10deg);
    top: 10px;
}
.check-list-description {
    display: flex;
    justify-content: center;
    list-style-image: url("../../img/sprite/icon-black-check.png");
    padding-left:0;
}
.check-list-description.white {
    list-style-image: url("../../img/sprite/icon-white-check.png");
}
.check-list-description.block {
    flex-wrap:wrap;
}
.check-list-description.block li{
    width:100%;
}
.check-list-description li {
    line-height: 24px;
    font-size: 16px;
    color: #1f1f1f;
}
.triangle {
    display: inline-block;
    margin: 0 5px;
}
.triangle.triangle-right{
    width: 0;
    height: 0;
    border-left: solid 13px rgb(255, 72, 66);
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
    margin: 1px 0 0 7px;
}
.triangle.triangle-right.white{
    border-left: solid 13px #fff;
}

.site-tctv_custom_online_deals footer,
.site-oxps123tvshowlistingoverview footer {
    margin-top:0;
}
.plus-intro{
    background:#fafaf8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow:hidden;
    position:relative;
}
.plus-intro .product-block{
    max-width: 280px;
}
.plus-intro .product-block.product-grid-item .image{
    background-color: #fafaf8;
    padding:10px;
}
.plus-intro .product-block.product-grid-item .image .box-image{
    background-color: #fafaf8 !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
}
.plus-intro .image {
    padding-left:35px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.plus-intro .image img {
    max-width: 205px;
}
.plus-intro .circle-countdown,
.daily-intro .circle-countdown {
    width: 80px;
    height: 80px;
    top: 20px;
    right: 20px;
    letter-spacing:1px;
    background-color: var(--_color-primary);
    border-radius: 50%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 100;
}
.plus-intro .box-wrapper {
    padding:0;
    margin-top:90px;
}
.plus-intro .box-wrapper .rotate-box {
    margin-left: -30px;
    padding-right:0;
}
.plus-intro .box-wrapper .rotate-box .content {
    background-image: url("../../img/shape-rotate-right.png");
    background-size:cover;
    background-position:top right;
    padding: 30px 40px 60px;
    position: relative;
    top: 35px;
}
.plus-intro .box-wrapper .rotate-box .heading{
    max-width:260px;
}
.plus-intro .rotate-box .button-animated {
    margin-left:-10px;
}
.plus-intro .rotate-box .check-list-description {
    padding-left:20px;
}
.plus-intro .rotate-box .check-list-description li {
    color:#fff;
}
.plus-intro .box-wrapper .moderator-image {
    position: absolute;
    z-index: 10;
    right: -60px;
    bottom:0;
}
.plus-intro .box-wrapper .moderator-image img {
    max-width:350px;
}
@media(max-width:767px) {
    .plus-intro > .image {
        order:1;
        position:static;
        padding-left: 15px;
    }
    .plus-intro > .status{
        order:2;
    }
    .plus-intro > .product {
        order:2;
    }
    .plus-intro > .box-wrapper {
        order:3;
        margin-top:0;
    }
    .plus-intro > .image img {
        max-width:120px;
    }
    .plus-intro .box-wrapper .rotate-box .content {
        text-align: center;
        width: calc(100% + 75px);
        padding: 30px 20px 60px 45px;
        left: -35px;
    }
    .plus-intro .box-wrapper .rotate-box .heading{
        font-size:26px;
        line-height:32px;
        max-width:100%;
    }
    .plus-intro .product-block {
        max-width: none;
        display: flex;
        align-items: center;
        margin: 30px 0 -20px;
    }
    .plus-intro .product-block .description {
        width:40%;
        text-align:left;
    }
    .plus-intro .product-block.product-grid-item .image {
        padding:10px;
        width:60%;
    }
    .plus-intro .circle-countdown {
        top: -45px;
        right: 20px;
    }
    .plus-intro .play-video-icon{
        max-width:32px;
    }
    .plus-intro .product-block.product-grid-item .description .price .guaranted-price {
        font-size:26px;
        line-height: 32px;
    }
    .plus-intro .product-block.product-grid-item .description .price del {
        font-size:20px;
        line-height:24px;
    }
    .plus-intro .product-block.product-grid-item .description .price del:after {
        top:13px;
    }
}
@media(min-width:768px){
    .plus-intro{
        margin-top:20px;
    }
    .plus-intro > .product {
        position:static;
    }
}
@media(min-width:1024px){
    .plus-intro{
        margin-top:-40px;
    }
    .plus-intro .box-wrapper {
        margin-top:140px;
    }
    .plus-intro .box-wrapper .rotate-box .content {
        padding: 30px 30px 60px 65px;
        min-height:360px;
    }
    .plus-intro .box-wrapper .rotate-box .heading {
        max-width:260px;
    }
    .plus-intro .box-wrapper .moderator-image {
        right: -15px;
    }
    .plus-intro .box-wrapper .moderator-image img{
        max-width:445px;
    }
    .plus-intro .circle-countdown {
        width: 110px;
        height: 110px;
        top: 25px;
        right: 185px;
    }
}
@media(min-width:1280px) {
    .plus-intro .box-wrapper .moderator-image {
        right: 0;
    }
    .plus-intro .circle-countdown {
        right: 30px;
    }
}
@media(min-width:1380px) {
    .plus-intro .box-wrapper .moderator-image img{
        max-width:545px;
    }
}
.plus-navigation {
    opacity:0;
}
.plus-navigation.owl-loaded {
    opacity:1;
}
.plus-navigation.shows-slider .owl-stage{
    margin: 0 auto;
}
.plus-navigation.shows-slider .owl-item .shows-item .show-hour {
    cursor:pointer;
    padding:10px 0;
}
.plus-navigation.shows-slider .owl-item .shows-item.selected .show-hour {
    font-weight:700;
}
.plus-navigation.shows-slider .owl-item:last-of-type .shows-item {
    margin-top:0;
}
.plus-navigation.shows-slider .owl-item .show-image {
    background-color:#fafafa;
}
.plus-navigation.shows-slider .owl-item .show-image .moderator div {
    background-size: cover !important;
    background-position: center !important;
    background-blend-mode:multiply;
}
.plus-navigation.shows-slider .owl-item .show-image .manufacturer {
    width:100%;
    height:100%;
    background-color:#fff;
    display:flex;
    align-items:center;
}
.plus-navigation.shows-slider .owl-item .show-image .manufacturer p {
    padding:0 10px;
}
.header-moderator .heading{
    font-size: 50px;
}
.plus-show-link > .btn {
    max-width:400px;
    width:100%;
}
.plus-screen {
    min-height:200px;
    position:relative;
}
.plus-screen .auction-screen > div {
    margin-top:5px;
    margin-bottom:30px;
}
.plus-screen .banner-showFormat .wrapper {
    padding:0 15px;
}
.plus-screen .banner-showFormat {
    height:auto;
}
.plus-screen #loader{
    top:calc(50% - 35px);
}
@media(max-width:767px) {
    .plus-screen #loader {
        top:35%;
    }
    .plus-screen .banner-showFormat .wrapper {
        padding:0 6px;
    }
}
@media(min-width:768px){
    .header-intro .check-list-description li{
        margin-right:50px;
    }
    .plus-navigation {
        margin-bottom:15px;
    }
    .plus-navigation.shows-slider .owl-stage {
        left:0;
        padding:0;
    }
    .slider-nav .plus-navigation.cd-slider .owl-nav {
        display: block;
        top: calc(50% - 22px);
        width: calc(100% + 70px);
        left: -35px;
    }
    .slider-nav .plus-navigation.cd-slider .owl-nav > button{
        background: transparent;
        box-shadow: none;
    }
}
@media(min-width:1024px) {
    section.auction-list-product {
        padding-top:30px;
        padding-bottom:30px;
    }
    .plus-screen .auction-screen > div {
        margin-bottom:60px;
    }
    .plus-screen .plus-product-list {
        margin-bottom:50px;
    }
}
.auction-mask {
    height:100vh;
}
.auction-mask.green {
    background-color: green;
}
.auction-mask section.wrapper.auction-screen {
    width:100%;
    padding:0 40px;
}
.auction-mask.green section.video-auction,
.auction-mask.green .video-auction .auction-screen .auction-container{
    background-color: green;
}
.auction-mask .video-auction .auction-screen .auction-container {
    box-shadow:none;
    min-height: auto;
    float:right;
}
.auction-mask .auction-container .auction-description {
    background-color:#fff;
    width:400px;
    height: 360px;
}
.auction-mask .video-auction .auction-screen .auction-description .auction-details-container.ended {
    align-items:center;
}
.auction-mask  .video-auction .auction-screen .auction-description .description .product-desc .image-box img {
    max-height:65px;
}
.auction-mask.position-left .video-auction .auction-screen .auction-container {
    float:left;
}
.auction-mask.size-small span.title {
    font-size: 16px !important;
}
.auction-mask.size-small .video-auction .auction-screen .auction-description .description .product-desc .image-box img {
    max-width:50px;
}
.auction-mask.size-small .chevron-progress-container {
    margin-top:10px !important;
}
.auction-mask.size-small .auction-countdown {
    margin-top: 10px;
    font-size: 14px;
}
.auction-mask.size-small .auction-container .auction-description {
    width: 350px;
    height: 310px;
    padding:15px;
}
.auction-mask.size-small .video-auction .auction-screen .auction-details__left {
    width:35%;
}
.auction-mask.size-small .video-auction .auction-screen .auction-details__right {
    width: 65%;
}

.auction-mask.type-social .auction-details-item {
    min-height: 72px;
}
.auction-mask.type-social .auction-container .auction-description {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.auction-mask.type-social.top-left .auction-container .auction-description {
    top: 30px;
}
.auction-mask.type-social.top-right .auction-container .auction-description {
    left: auto;
    right: 30px;
    top: 30px;
}
.auction-mask.type-social.bottom-right .auction-container .auction-description {
    left: auto;
    top: auto;
    bottom: 30px;
    right: 30px;
}
.auction-mask.type-social  .auction-container .auction-description {
    background-color: #fff;
    width: 290px;
    height: 130px;
    padding: 0;
}
.auction-mask.type-social  .auction-container .auction-description .description {
    display:none !important;
}
.auction-mask.type-social .auction-details__ended .title {
    font-size:18px;
    line-height:22px;
    margin-top: 15px !important;
}
.auction-mask.type-social .auction-details-container.ended .auction-details__ended .title {
    font-size:16px;
    line-height: 20px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.auction-mask.type-social .auction-details-container.ended .auction-details__ended img {
    width: 35px;
}
.auction-mask.type-social .video-auction .auction-screen .auction-description .auction-details-container .auction-countdown,
.auction-mask.type-social .video-auction .auction-screen .auction-description .auction-details-container .marquee {
    display:none !important;
}
.auction-mask.type-social .video-auction .auction-screen .auction-description .auction-details-container .footnote {
    font-size:12px;
    position:static;
}
.auction-mask.type-social .video-auction .auction-screen .auction-description .auction-details-container .chevron-progress-container {
    margin-top: 5px !important;
    padding: 0 5px;
}
.auction-mask.type-social .video-auction .auction-screen .auction-description .auction-details-container.paused {
    padding:15px;
}
.auction-mask.type-social .video-auction .auction-screen .auction-description .auction-details-container.paused .auction-details {
    transform: none;
    top: auto;
    margin: 5px 0 0;
}
.auction-mask.type-social .video-auction .auction-screen .auction-description .auction-details-container.paused .auction-details img {
    width:40px;
}
.auction-mask.type-social .video-auction .auction-screen .auction-details-item {
    padding:5px;
}
.auction-mask.type-social .video-auction .auction-screen .auction-details > div .auction-details-item .title,
.auction-mask.type-social .video-auction .auction-screen .auction-details > div .auction-details-item .info {
    font-size:10px;
    line-height:14px;
}
.auction-mask.type-social .video-auction .auction-screen .auction-details > div .auction-details-item .info del {
    font-size: 14px;
    top: -2px;
}
.auction-mask.type-social .video-auction .auction-screen .auction-details > div .auction-details-item .info del:before {
    top: 7px;
}

/* Social mask end */
#past-articles-slider.product-grid-slider:not(.owl-loaded) {
    opacity: 0;
}

.background-grid-slider .background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.background-grid-slider .background .label-action.tip {
    position: absolute;
    bottom: 12px;
    top: auto;
    color: #fff;
    background-color: #BB497E;
    padding-left: 32px;
}
.background-grid-slider .background .label-action.tip i {
    width: 18px;
    height: 24px;
    position: absolute;
    background-size: 16px;
    background-position: 0 4px;
    left: 8px;
}
.background-grid-slider .description {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.background-grid-slider .description .host-image {
    width: 44px;
}
.background-grid-slider .description .host-image img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 8px;
}
.background-grid-slider .description .text {
    width: calc(100% - 44px)
}
@media(min-width:1024px) {
    .background-grid-slider.cd-slider .owl-nav{
        display: block;
        top: calc(50% - 58px);
    }
    .background-grid-slider .background {
        height: 275px;
    }
}
.cd-slider.background-grid-slider .owl-stage {
    left: -40px;
}

@media(min-width:610px) {
    .cd-slider.background-grid-slider .owl-stage {
        left: 0;
    }
}

@media(min-width:370px) and (max-width:609px){
    .cd-slider.background-grid-slider .owl-stage {
        left: -20px;
    }
}

@media(max-width: 767px) {

    .background-grid-slider .background {
        height: 148px;
    }
    .background-grid-slider .background .label-action.center {
        left: 0;
        transform: none;
        top: 12px;
        height: 24px;
        padding: 0 8px !important;
        line-height: 24px;
    }
    .background-grid-slider .description .text {
        width: 100%;
    }
}

@media(max-width: 369px) {
    .background-grid-slider .background {
        height: 200px;
    }
}

.site-oxps123tvaccounttracking #pl-trace,
.site-tctv_custom_parcellab #pl-trace {
    margin: 40px auto;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
main.frame #pl-trace {
    margin: 15px 0;
}
.tracking-box #pl-trace.parcellab-styles * {
    margin:0 auto;
}
#pl-trace.parcelLab-styles .pl-container,
#pl-trace.parcellab-styles .pl-container {
    max-width: 100%;
}
#pl-trace.parcelLab-styles *,
#pl-trace.parcellab-styles * {
    font-weight:400;
}

#pl-trace.parcellab-styles b {
    font-weight:600;
}
#pl-trace.parcelLab-styles #pl-show-more-button,
#pl-trace.parcellab-styles #pl-show-more-button {
    color:var(--_color-primary);
}
#pl-trace.parcelLab-styles .pl-box,
#pl-trace.parcellab-styles .pl-box {
    background-color: #22233E;
    border: none;
}
#pl-trace.parcelLab-styles .pl-button,
#pl-trace.parcellab-styles .pl-button {
    background-color: #fafaf8;
    cursor:pointer;
    opacity:1;
}
#pl-trace.parcelLab-styles .pl-box-calendar .pl-box-body .pl-cal-week-day,
#pl-trace.parcellab-styles .pl-box-calendar .pl-box-body .pl-cal-week-day {
    color: var(--_color-primary);
}
#pl-trace.parcelLab-styles #pl-show-more-button,
#pl-trace.parcellab-styles #pl-show-more-button {
    background-color: transparent;
}
#pl-trace.parcelLab-styles div.pl-alert.pl-alert-danger,
#pl-trace.parcellab-styles div.pl-alert.pl-alert-danger {
    background-color: #ff4842;
    color: #fff;
    border: none;
    border-radius: 8px;
}
#pl-trace.parcellab-styles .pl-button#pl-ts-search,
#pl-trace.parcelLab-styles .pl-button#pl-ts-search {
    padding: 12px 15px;
    border-radius: 0;
    font-weight: 600;
    transition: border-color 200ms ease-out, color 200ms ease-out;
}
#pl-trace.parcellab-styles div.pl-header div.pl-order-no,
#pl-trace.parcelLab-styles div.pl-header div.pl-order-no {
    opacity:1;
}
#pl-trace.parcellab-styles div.pl-tab:hover,
#pl-trace.parcelLab-styles div.pl-tab:hover {
    opacity:1;
}
#pl-trace.parcellab-styles #pl-ts-trackingno,
#pl-trace.parcelLab-styles #pl-ts-trackingno {
    border-radius: 50px;
    background: none;
}
#pl-trace.parcellab-styles .pl-search-box,
#pl-trace.parcelLab-styles .pl-search-box {
    padding-top:10px;
}
#pl-trace.parcellab-styles .pl-search-box form,
#pl-trace.parcelLab-styles .pl-search-box form {
    margin-bottom:0;
}
#pl-trace.parcellab-styles .pl-search-box .pl-box-heading,
#pl-trace.parcelLab-styles .pl-search-box .pl-box-heading {
    padding-bottom:0;
}
#pl-trace.parcellab-styles .pl-button#pl-ts-search,
#pl-trace.parcelLab-styles .pl-button#pl-ts-search {
    outline: 0;
    border-radius: 50px;
}
#pl-trace.parcellab-styles input[type=text].pl-form-input,
#pl-trace.parcelLab-styles input[type=text].pl-form-input {
    height: 40px;
}

#pl-trace.parcellab-styles .pl-sk-three-bounce .pl-sk-child,
#pl-trace.parcelLab-styles .pl-sk-three-bounce .pl-sk-child {
    animation: none;
    display:none;
}
#pl-trace.parcellab-styles .pl-sk-three-bounce .pl-sk-child:first-child,
#pl-trace.parcelLab-styles .pl-sk-three-bounce .pl-sk-child:first-child {
    width:70px;
    display:block;
    border-radius:0;
    background: url("../../img/123-loader.gif") no-repeat;
    background-position: center;
}
.cmsContent .faq_accordion h3{
    font-size: 18px;
    line-height: 24px;
    border-top: solid 1px #dcdcdc;
    padding: 15px 0 15px 25px;
    position: relative;
    font-weight: 600;
    margin: 0;
}
.cmsContent .faq_accordion .ui-accordion-header .ui-icon-triangle-1-e,
.cmsContent .faq_accordion .ui-accordion-header .ui-icon-triangle-1-s {
    position: absolute;
    left: 0;
    top: 19px;
    width: 15px;
    height: 15px;
}
.cmsContent .faq_accordion .ui-accordion-header .ui-icon-triangle-1-e {
    background: url("../../img/plus-icon.png") no-repeat;
}
.cmsContent .faq_accordion .ui-accordion-header .ui-icon-triangle-1-s {
    background: url("../../img/minus-icon.png") no-repeat;
}
.cmsContent .faq_accordion .answer {
    margin: 0 0 20px 25px;
}
.cmsContent .faq_accordion .answer p {
    font-size:18px;
    line-height:24px;
}
section.owl-slider-shows .owl-carousel {
    display:none;
}
.owl-slider-shows .slider-inner {
    position:relative;
}
.contentArea .cd-slider .owl-stage-outer{
    overflow: hidden;
}
.contentArea .cd-slider .owl-stage-outer:before,
.contentArea .cd-slider .owl-stage-outer:after {
    display: none;
}
.contentArea .cd-slider .owl-nav > button.owl-prev,
.modal-body .cd-slider .owl-nav > button.owl-prev {
    left: 1px;
}
.contentArea .cd-slider .owl-nav > button.owl-next,
.modal-body .cd-slider .owl-nav > button.owl-next {
    right: 1px;
}
.modal-body .cd-slider .owl-stage-outer {
    overflow: hidden;
}

.owl-slider-shows .item {
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.owl-slider-shows .owl-item::before {
    content: "";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius: 8px;
    background-image: linear-gradient(rgba(26, 26, 26, 0), #303052 100%);
}
.owl-slider-shows.with-intro .owl-stage .owl-item:first-of-type::before {
    background-image: none;
}
body.live .owl-slider-shows .item .hour-box {
    --_color-primary: #22233E;
    --_color-primary-dark: #090A30;
    --_text-color: #fff;
}
.owl-slider-shows .item .moderator-image {
    position: absolute;
    right: 5px;
    top: 5px;
    max-width: 35px;
    background: #fff;
    border-radius: 50%;
}
.owl-slider-shows .item .manufacturer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.owl-slider-shows .item .manufacturer-bar .image {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-slider-shows .item .manufacturer-bar img {
    max-width: 115px;
    margin: 0 auto;
}
@media(min-width:375px) and (max-width:519px) {
    .owl-slider-shows .slider-inner .owl-stage {
        left:-80px;
    }
}
@media(min-width:520px) and (max-width:767px) {
    .owl-slider-shows .slider-inner .owl-stage {
        left:0;
    }
    .owl-slider-shows .cd-slider.product-grid-slider .owl-nav {
        display:block;
        top: calc(50% - 35px);
    }
}
@media(min-width:610px) and (max-width:767px) {
    .owl-slider-shows .cd-slider.product-grid-slider .owl-nav {
        top: calc(50% - 35px);
    }
}
@media(max-width:520px) {
    .flix-slider {
        min-height: 130px;
    }
    .flix-slider #tv-program-container .owl-item:not(.active) {
        pointer-events:none;
    }
    .owl-slider-shows .slider-inner.affix {
        position:fixed;
        top: 0;
        z-index: 9999;
    }
    .owl-slider-shows .slider-inner.affix.target {
        position:relative;
        top:auto;
    }
    .owl-slider-shows .slider-inner.affix .owl-stage-outer {
        background-color:#fff;
    }
    .tv-program-modal .product-list-item .box-image .price-hit {
        max-width: 44px;
        z-index: 100;
        right: 0;
    }
}
.flix-slider .slider-inner .owl-nav {
    top: calc(50% - 42px);
}
@media(min-width:768px) {
    .owl-slider-shows .item {
        height: 320px;
    }
    .owl-slider-shows .slider-inner .owl-nav {
        top: calc(50% - 50px);
    }
    .owl-slider-shows .item .manufacturer-bar img {
        max-width: 180px;
    }
    .owl-slider-shows .item .manufacturer-bar {
        height: 130px;
    }
}

@media(min-width:1280px) {
    .owl-slider-shows .item {
        height: 490px;
    }
}
.list-description-v2 {
    padding-left: 30px;
}
.list-description-v2 li {
    list-style:none;
    position: relative;
}
.list-description-v2 li:before {
    content: "";
    background-image: url("../../img/sprite/check-v2-white.svg");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    left: -25px;
    top: 4px;
}
section.video-section .video-auction {
    background-image: linear-gradient(to bottom, #ffffff, #F6F6F6 99%);
}
.error-section .flex-wrapper {
    display:flex;
    display:-ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    align-items:center;
    -ms-flex-align:center;
}
.error-section .flex-wrapper > div:first-of-type {
    color:#fff;
    order:2;
}
.error-section .flex-wrapper > div:last-of-type {
    order:1;
    background-color: #e58d92;
    border-radius: 8px;
}
.error-section .flex-wrapper > div:last-of-type img {
    margin:0 auto;
}
.error-section .flex-wrapper ul.arrow-list {
    padding-left: 0;
    list-style-type: none;
}
.error-section .flex-wrapper ul.arrow-list li {
    margin-bottom:5px;
    padding-left: 20px;
}
.error-section .flex-wrapper ul.arrow-list li i {
    font-size: 12px;
    margin-right: 5px;
    position:absolute;
    left:-20px;
    top:5px;
}
.error-section .flex-wrapper ul.arrow-list li a {
    color:#fff;
    position:relative;
}
@media(max-width:1023px) {
    .error-section .flex-wrapper > div:first-of-type {
        padding: 20px 15px 0;
    }
    .error-section .flex-wrapper > div:last-of-type {
        width: calc(100% + 15px);
        margin: 0 -10px;
        padding: 0;
    }
}
@media(min-width:1024px) {
    .error-section .flex-wrapper {
        padding: 0 10px 0 30px;
    }
    .error-section .flex-wrapper > div:first-of-type {
        order:1;
        padding:20px 0;
    }
    .error-section .flex-wrapper > div:last-of-type {
        order:2;
    }
    .error-section .flex-wrapper > div:last-of-type img {
        float:right;
    }
}
@media(min-width:1280px) {
    .error-section .flex-wrapper {
        padding: 0 35px 0 70px;
    }
    .error-section .flex-wrapper > div:first-of-type {
        padding:0 90px 0 0;
    }
}
.payment-panel {
    margin-bottom: 20px;
}
.payment-panel-item {
    padding: 25px 10px;
    border-bottom: 1px solid #dcdcdc;
}
.payment-panel-item .payment-panel-content {
    display: none;
}
.payment-panel-item .payment-icon {
    max-width: 200px;
    max-height: 45px;
    height: auto;
    margin-left:15px;
}
.payment-panel-item .payment-icon.master {
    position: relative;
    top: 8px;
}
.border-box .payment-panel-item .payment-icon.master {
    top: 0;
}
.payment-panel-item.active .payment-panel-content {
    display: block;
}
.payment-panel-item.active .payment-panel-content.desc_oxidcreditcard {
    display: block;
}
.payment-panel-title.radio {
    margin: 0 0 0 -10px;
}
.payment-panel-title.radio label {
    display:flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin :0;
}
.payment-panel-item .payment-panel-title > label > input.top-space {
    margin-top:10px;
}
.payment-panel-content {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
}
.payment-icon {
    display: inline-block;
    height: 30px;
}
@media(min-width:768px) {
    .payment-panel-item {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
        flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        padding: 30px 10px;
    }
    .payment-panel-item .payment-icon {
        margin-left:30px;
    }
    .payment-panel-item .payment-panel-content {
        margin-top: 0;
        padding-left:40px;
    }
}

.login-box {
    max-width:680px;
    margin:0 auto;
    color: #DCDCDC;
}
.login-box .tv-program-desc-back {
    display: none;
}
.login-box .nav-radio-buttons p {
    padding-left:35px;
    margin-top:-15px;
}
.login-box .button-box {
    display:flex;
    display: -ms-flexbox;
    width:100%;
    margin-top: 40px;
    gap: 20px;
}
.login-box form .checkbox .text-right {
    float:right;
    line-height:28px;
}
.login-box form .checkbox .text-right a,
.login-box form .checkbox .text-right a:hover {
    color:#fff;
    text-decoration:underline;
}
.login-box form .pin-input p {
    line-height:33px;
}
.login-box form .pin-input p a {
    color:#333;
    text-decoration:underline;
}
.login-box form .pin-input p a:hover {
    color:#333;
}
.login-box form .btn.btn-long {
    left:-50%;
    position:relative;
    max-width:335px;
    width:100%;
}
@media(min-width:768px) {
    .login-box form .btn.btn-long {
        max-width: 312px;
    }
    .login-box .button-box {
        position: relative;
        left: -50%;
    }
}
@media(max-width:1023px) {
    .login-box form .btn.btn-long {
        left:50%;
        transform: translate(-50%, -50%);
    }
}

.loginbox-modal.modal .login-box form[name="return"] .btn.btn-long {
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
}

.loginbox-modal.modal .login-box form[name="return-email"] .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.loginbox-modal.modal .login-box form[name="return-email"] input {
    width: calc(50% - 12px);
}

.loginbox-modal.modal .login-box form[name="return-email"] button {
    width: 50%;
    left: 0!important;
    transform: none;
}

@media(max-width: 480px) {
    .loginbox-modal.modal .login-box form[name="return-email"] button {
        width: 100%;
        max-width: none;
    }
    .loginbox-modal.modal .login-box form[name="return-email"] input {
        width: 100%;
    }
}

/* Delivery form */
section.checkout-error {
    max-width:1300px;
    margin: 0 auto;
}
section.delivery-form {
    max-width:1300px;
    margin:0 auto;
}
section.delivery-form .row-eq-height > .checkout-user-col:first-of-type fieldset {
    margin:0;
}
section.delivery-form .row-eq-height > .checkout-user-col:last-of-type {
    border-left:1px solid #dcdcdc;
}
section.delivery-form .status-button-row:before {
    content:"";
    height: 1px;
    background-color: #dcdcdc;
    width: calc(100% - 30px);
    position: relative;
    left: 15px;
}
section.delivery-form .status-button-row .go-next-step {
    display:inline;
}
@media(min-width:768px) {
    section.delivery-form .row-eq-height > .checkout-user-col:first-of-type fieldset {
        padding-right:20px;
    }
    section.delivery-form .row-eq-height > .checkout-user-col:last-of-type fieldset {
        float:right;
        padding-left:20px;
    }
    section.delivery-form .row-eq-height > .checkout-user-col fieldset,
    section.delivery-form .status-button-row .go-next-step {
        max-width: 520px;
        width:100%;
    }
}
.line-height-138 {
    line-height: 1.38;
}
.amount-change {
    margin-top:-35px;
    cursor: pointer;
    text-align: right;
    padding-right: 5px;
}
.tab-content .amount-change > .dropdown-toggle:after {
    content: "";
    background: url("../../img/icon_arrow_down.svg") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 9px;
    background-size: 10px;
}
.amount-change .dropdown-menu {
    margin-top:-10px;
    margin-right: 10px;
}
.icon-arrow-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

/* REGISTER REDESIGN */
.register-steps .checkout-breadcrumb,
.register-guest-steps .checkout-breadcrumb {
    max-width:600px;
}
.register-steps .checkout-breadcrumb li a:after,
.register-guest-steps .checkout-breadcrumb li a:after {
    content:"";
    display:none;
    width:16px;
    height:14px;
    background: url(../../img/icon/check-green.svg) no-repeat center;
    position:absolute;
    bottom: 0;
    right: -7px;
    background-size: 16px;
}
.register-steps .checkout-breadcrumb li.additional .checkout-breadcrumb-title {
    left:-49px;
}
.register-steps .checkout-breadcrumb li.passed a:after,
.register-guest-steps .checkout-breadcrumb li.passed a:after {
    display:block;
}
.register-content {
    margin: 0 auto;
    max-width: 640px;
    color: #DCDCDC;
}
.check-success .register-content[data-guest-step="1"] .form-group.email-field.has-success:after {
    top: 8px;
}
.check-success .register-content[data-guest-step="1"] .form-group.has-success:after {
    top: 32px;
}
@media(max-width:767px) {
    .check-success .register-content[data-guest-step="1"] .form-group.email-field.has-success:after {
        top: 12px;
    }
    .check-success .register-content[data-guest-step="1"] .form-group.has-success:after {
        top: 37px;
    }
}

.register-guest-form.form-v2 .form-control {
    background-color: #090A30 !important;
}
.register-guest-form.form-v2 .form-control input:-webkit-autofill,
.register-guest-form.form-v2 .form-control input:-webkit-autofill:hover,
.register-guest-form.form-v2 .form-control input:-webkit-autofill:focus,
.register-guest-form.form-v2 .form-control input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #090a30 inset;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}
.register-content .hint-image {
    margin-right:20px;
}
.register-content .hint-image .box-image > div {
    background-position: -31px -6px;
    background-size: 155px;
}
.trust-col-container .shadow-box {
    padding: 20px;
    background: #22233E;
    border-radius: 8px;
    height:100%;
}
.trust-col-container .shadow-box ul {
    padding: 0;
}
.trust-col-container .shadow-box li {
    margin: 8px 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.trust-col-container .shadow-box li i {
    margin-right: 6px;
}
.trust-col-container .hotline img {
    position: absolute;
    border-radius: 50%;
    width: 27px;
    height: 27px;
}
.trust-col-container .hotline .details {
    margin-left: 40px;
}
.register-content .moderator-hint {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
}
.registration-form.quick {
    max-width:640px;
}
.registration-form.quick fieldset {
    display: none;
}
.registration-form.quick .register-form-container {
    max-width:420px;
    margin:0 auto;
}
.registration-form .register-form-container .form-group {
    position:relative;
}

.registration-form .register-form-container .reminder-box > div:first-of-type {
    padding-right: 5px;
}

.registration-form .register-form-container .reminder-box .show-img {
    box-shadow: 0 0 10px 0 rgb(26 26 26 / 10%);
    padding: 25px 5px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.registration-form .register-form-container .reminder-box .reminder-img {
    max-width: 30px;
}
.registration-form .register-form-container .reminder-box.checked .green {
    display: block;
}
.registration-form .pw-field .help-block[data-bv-validator="regexp"],
.registration-form .pw-field .help-block[data-bv-validator="stringLength"],
.registration-form .pw-field .help-block[data-bv-validator="callback"] {
    display:none !important;
}

.register-guest-form .pw-field .help-block[data-bv-validator="regexp"],
.register-guest-form .pw-field .help-block[data-bv-validator="stringLength"],
.register-guest-form .pw-field .help-block[data-bv-validator="callback"] {
    display:none !important;
}

.registration-form .form-section-wrapper.shippingaddress > .form-group,
.register-guest-form .form-section-wrapper.shippingaddress > .form-group {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.registration-form .form-section-wrapper.shippingaddress .radio,
.register-guest-form .form-section-wrapper.shippingaddress .radio {
    margin: 0;
}
form[name=login] .form-group {
    position:relative;
}
.check-success .form-group.has-success {
    position:relative;
}
.check-success .form-group.has-success:after {
    content: "";
    display: block;
    width: 20px;
    height: 21px;
    background-image: url("../../img/sprite/check-v2-green-small.svg");
    position: absolute;
    right: -30px;
    top: 8px;
}
.check-success .form-group.has-success.has-label:after {
    top: 32px;
}
.registration-form .register-form-container .form-group.has-success .form-control {
    border-color:#dcdcdc;
    box-shadow: none;
}
.registration-form .register-form-container .form-group.referrer-wrapper.has-success:after {
    top:auto;
    bottom:15px;
}
.registration-form .register-form-container .form-group.referrer-wrapper .help-block {
    padding-left:35px;
}
form .toggle-password[data-toggle="#repeatPassword"] {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 13px;
    z-index: 999;
}
form .toggle-password {
    color: #969696;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 13px;
}
form .toggle-password.glyphicon-eye-open:before {
    content:"";
    width:17px;
    height:17px;
    background-image: url("../../img/sprite/icon-eye.svg");
    display: block;
    background-repeat: no-repeat;
    background-size: 17px;
    position: relative;
    top: -2px;
}
form .toggle-password.glyphicon-eye-close:before {
    content:"";
    display: block;
    width:16px;
    height:16px;
    background-image: url("../../img/sprite/icon-eye-hide.png");
    background-repeat: no-repeat;
    background-size: 16px;
}

.register-guest-steps .checkout-breadcrumb {
    justify-content: center;
}
.register-guest-steps .checkout-breadcrumb > li:nth-child(1) a {
    background-image: url("../../img/sprite/checkout-user-grey.svg");
}
.register-guest-steps .checkout-breadcrumb > li:nth-child(1).passed a,
.register-guest-steps .checkout-breadcrumb > li:nth-child(1).active a {
    background-image: url("../../img/sprite/checkout-user-white.svg");
}
.register-guest-steps .checkout-breadcrumb > li:nth-child(2) a {
    background-image: url("../../img/sprite/checkout-location-grey.svg");
    background-size: 42px;
}
.register-guest-steps .checkout-breadcrumb > li:nth-child(2).passed a,
.register-guest-steps .checkout-breadcrumb > li:nth-child(2).active a {
    background-image: url("../../img/sprite/checkout-location-white.svg");
}

.register-steps .checkout-breadcrumb > li:nth-child(1) a {
    background-image: url("../../img/sprite/checkout-key-white.svg");
}
.register-steps .checkout-breadcrumb > li:nth-child(2) a {
    background-image: url("../../img/sprite/checkout-user-grey.svg");
}
.register-steps .checkout-breadcrumb > li:nth-child(2).passed a,
.register-steps .checkout-breadcrumb > li:nth-child(2).active a {
    background-image: url("../../img/sprite/checkout-user-white.svg");
}
.register-steps .checkout-breadcrumb > li:nth-child(3) a {
    background-image: url("../../img/sprite/checkout-location-grey.svg");
    background-size: 42px;
}
.register-steps .checkout-breadcrumb > li:nth-child(3).passed a,
.register-steps .checkout-breadcrumb > li:nth-child(3).active a {
    background-image: url("../../img/sprite/checkout-location-white.svg");
}
.register-steps .checkout-breadcrumb > li:nth-child(4) a {
    background-image: url("../../img/sprite/checkout-star-grey.svg");
}
.register-steps .checkout-breadcrumb > li:nth-child(4).passed a,
.register-steps .checkout-breadcrumb > li:nth-child(4).active a {
    background-image: url("../../img/sprite/checkout-star-white.svg");
}
.register-steps .checkout-breadcrumb > li .checkout-breadcrumb-icon,
.register-guest-steps .checkout-breadcrumb > li .checkout-breadcrumb-icon{
    pointer-events: none;
    background-size:18px;
}
.register-steps .checkout-breadcrumb > li.active .checkout-breadcrumb-icon,
.register-steps .checkout-breadcrumb > li.passed .checkout-breadcrumb-icon {
    pointer-events: inherit;
}
.register-form-container .button-box {
    display:flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.register-form-container .register-condition a {
    color:#fff;
    text-decoration:underline;
}
.register-form-container a {
    color: #91919F;
}
.register-form-container a,
.register-form-container a:hover {
    color:#fff;
}
@media(max-width:767px) {
    .register-steps .checkout-breadcrumb {
        padding-bottom:0;
    }
    .registration-form.check-success .register-form-container .form-group {
        width:calc(100% - 15px);
    }
    .register-form-container .button-box a {
        width:30%;
        min-width: auto;
    }
    .register-form-container .button-box button {
        width:65%;
    }
    .registration-form .register-form-container .reminder-box .image-wrapper {
        width: 50px;
        float: left;
        margin-top: 15px;
    }
    .registration-form .register-form-container .reminder-box .text {
        float: left;
        width: calc(100% - 50px);
        margin-top: 15px;
    }
    .check-success .form-group.has-success:after {
        right: -22px;
        background-size: 14px;
        background-repeat: no-repeat;
    }
    .loginbox-modal .register-content {
        padding:0 10px;
    }
}
@media(min-width:768px) {
    .trust-col-container .shadow-box {
        padding: 40px;
    }
    .register-steps .checkout-breadcrumb li a:after,
    .register-guest-steps .checkout-breadcrumb li a:after {
        width:24px;
        height:21px;
        right: -10px;
        background-size: 25px;
    }
    .register-steps .checkout-breadcrumb > li .checkout-breadcrumb-icon,
    .register-guest-steps .checkout-breadcrumb > li .checkout-breadcrumb-icon {
        background-size:26px;
    }
    .register-steps .checkout-breadcrumb > li:nth-child(3) a {
        background-size:55px;
    }
}
@media(min-width:1200px) {
    .register-content .hint-image .box-image > div {
        background-position: -34px -6px;
        background-size: 185px;
    }
}
.register-navigation > .nav-tabs {
    border-bottom:none;
    margin-top: 35px;
}
.register-navigation > .nav-tabs li a {
    background-color: rgba(235, 235, 235, 0.1);
    color: #fff;
    padding: 8px 80px;
    margin: 0 -18px;
    border-radius: 50px;
}
.register-navigation > .nav-tabs li.active a{
    background-color: #fff;
    color: #090A30;
}
.register-navigation > .nav-tabs li:not(.active) a:hover {
    border-color: transparent;
}
@media(max-width: 480px) {
    .register-navigation > .nav-tabs li a {
        padding: 8px 40px;
    }
}

@media(max-width:767px) {
    .registration-form .form-section-wrapper.shippingaddress > .form-group,
    .register-guest-form .form-section-wrapper.shippingaddress > .form-group {
        flex-direction: column;
    }
}

.backButton {
    display: flex;
    border: none;
    background-color: Transparent;
    transition: all .3s ease-in-out;
    margin-bottom: 40px;
}
.backButton:hover {
    transform: scale(1.15);
}
.backButton .text {
    padding: 2px 10px;
    font-weight: 600;
}
.roundButton {
    position: relative;
    height: 28px;
    width: 28px;
    border: none;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgb(26 26 26 / 30%);
}
.roundButton i.back {
    width: 8px;
    height: 8px;
    top: 10px;
    left: 12px;
    position: absolute;
    border: solid #6e6e6e;
    border-width: 0 1px 1px 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


.list-description-v2.blue li:before{
    background-image: url(../../img/sprite/check-v2-light-blue-small.svg);
}
.list-description-v2.orange li:before {
    background-image: url(../../img/sprite/check-v2-orange-small.svg);
}
.list-description-v2.green li:before {
    background-image: url(../../img/sprite/check-v2-green-small.svg);
}
.list-description-v2.blue li:before {
    background-image: url(../../img/sprite/check-v2-blue-small.svg);
}

@media(min-width:768px) {
    .list-description-v2.blue li:before {
        background-image: url(../../img/sprite/check-v2-light-blue-big.svg);
    }

    .list-description-v2.orange li:before {
        background-image: url(../../img/sprite/check-v2-orange-big.svg);
    }

    .list-description-v2.green li:before {
        background-image: url(../../img/sprite/check-v2-green-big.svg);
    }

    .list-description-v2.blue li:before {
        background-image: url(../../img/sprite/check-v2-blue-big.svg);
    }
}
/*APP TOPBAR */
section.appbar {
    position: relative;
    background: #ffdad9;
    z-index: 1;
    top: 22px;
}
section.appbar section.wrapper {
    padding: 0 12px;
}
section.appbar .close {
    opacity: 1;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
section.appbar .banner-wrapper {
    min-height: 45px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align:center;
    padding: 0 0 0 20px;
}
section.appbar .banner-wrapper .text {
    padding: 5px 0;
}
section.appbar .banner-wrapper .image {
    margin:10px 0;
}
section.appbar .banner-wrapper .image img {
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
}
section.appbar .banner-wrapper .button {
    display:flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    max-width: 180px;
}
@media(min-width:768px) {
    section.appbar.only-mobile {
        display:none;
    }
}
.auction-daily-list {
    padding: 40px 0 20px;
}

/* START PAGE */
.sale-category-banner .bg-container {
    height:210px;
    width:100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
@media (min-width: 1220px){
    .sale-category-banner .bg-container {
        height:360px;
    }
}
.sale-category-banner .bg-mobile {
    left: 22px;
    right: 22px;
    background-size: contain;
}
section.previous-show .button-box {
    margin-top:-20px;
}
section.previous-show .button-box a {
    min-width: 260px;
}
.site-Oxps123TvShowListingOverView .program-title > .heading {
    display:none;
}
.site-Oxps123TvShowListingOverView .program-title > .heading.hidden {
    display:block !important;
}
@media(max-width:1079px) {
    .site-Oxps123TvShowListingOverView .program-title {
        margin-top: 40px;
    }
    .site-Oxps123TvShowListingOverView .program-title-list {
        top: -25px;
    }
}
@media(max-width: 767px) {
    .site-Oxps123TvShowListingOverView .program-title > .heading.hidden {
        display:none !important;
    }
    .site-oxps123tvshowlistingoverview #promoBanner,
    .site-Oxps123TvShowListingOverView #promoBanner {
        display: none !important;
    }
    .site-oxps123tvshowlistingoverview .banner-register-reminder,
    .site-Oxps123TvShowListingOverView .banner-register-reminder{
        display: none;
    }
    .site-oxps123tvshowlistingoverview section.appbar,
    .site-Oxps123TvShowListingOverView section.appbar {
        display: none;
    }
}
.g_background.g_distance {
    display:inline-block;
}
body section.wrapper.banner-rotate-intro.type-plus {
    margin-top:0;
}
main .banner-register-reminder > .banner-wrapper {
    margin-bottom:24px;
    margin-top: 24px;
}
@media(max-width:767px) {
    .d-block-mobile {
        display: block;
    }
    .font-m-light {
        font-weight: 400 !important;
    }
}
.banner-register-reminder > .banner-wrapper .reminder-text.confirm-email {
    color: white;
}
.banner-register-reminder > .banner-wrapper[data-message-id="-3"] {
    background: none;
}
.banner-register-reminder > .banner-wrapper[data-message-id="-3"] .banner-box {
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    color: white;
}
.article-details-slider .content-wrapper {
    border-top: solid 1px #ffffff1a;
    margin-bottom: 20px !important;
}
@media(min-width:1281px) {
    .article-details-slider .cd-slider.product-grid-slider .owl-nav > .owl-next {
        right: -10px;
    }
    .article-details-slider .cd-slider.product-grid-slider .owl-nav > .owl-prev {
        left: -10px;
    }
}
section.banner-start-top {
    min-height: auto;
}
@media(min-width: 1281px) {
    section.banner-start-top {
        min-height: 98px;
    }
}

/* EMPTY BASKET TEMPLATE */
.nl-boxes {
    margin-top: -20px;
}
.nl-boxes .column {
    padding: 16px;
    background: #22233E;
    border-radius: 8px;
}
.nl-boxes .shows-manufacturer-box {
    position: static;
}
.nl-boxes .column-image {
    display: flex;
    display: -ms-flexbox;
    background-color: #22233E;
    border-radius: 8px;
    overflow: hidden;
}
.nl-boxes .column-image .shows-manufacturer-box .show-image {
    flex-wrap: nowrap;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}
.nl-boxes .column-image .col-left {
    padding: 16px;
}
.nl-boxes .column-image .col-right .bg-image {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.nl-boxes .column-image .col-left,
.nl-boxes .column-image .col-right {
    width: 50%;
    position: relative;
}
.nl-boxes .column-image .col-left .btn {
    min-width: auto;
}
.nl-boxes .shows-manufacturer-box .show-image {
    height: 45px;
    box-shadow: 0 0 10px 0 rgb(26,26,26,0.3);
    max-width: 200px;
}
.nl-boxes .shows-manufacturer-box .show-image .moderator div {
    width: 45px;
}
@media(max-width:390px) {
    .nl-boxes .column-image .col-left {
        width: 65%;
    }
}
@media(max-width:767px) {
    .nl-boxes .search-form .button-box {
        display: flex;
        display: -ms-flexbox;
        align-items: flex-end;
        -ms-flex-align:end;
    }
    .nl-boxes .search-form .button-box .form-group {
        width: calc(60% - 15px);
        float: left;
    }
    .nl-boxes .search-form .button-box button {
        width: 40%;
        min-width: auto;
    }
}
@media(min-width: 768px) {
    .nl-boxes .button-box {
        display: flex;
        display: -ms-flexbox;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: flex-end;
        -ms-flex-align:end;
    }
    .nl-boxes .shows-manufacturer-box .show-image {
        height: 87px;
        max-width: 260px;
    }
    .nl-boxes .shows-manufacturer-box .show-image .moderator div {
        width: 87px;
    }
}
@media(min-width: 1024px) {
    .nl-boxes .column,
    .nl-boxes .column-image .col-left {
        padding: 24px;
    }
}
@media(min-width: 1280px) {
    .nl-boxes .column,
    .nl-boxes .column-image .col-left {
        padding: 32px;
    }
}

/* MY ACCOUNT - GEBOTE */
.tab-navigation {
    list-style: none;
    padding: 0;
}
.tab-navigation .nav-item {
    display: inline-block;
}
.tab-navigation .nav-item a {
    color: #8C8C8C;
    text-decoration: none;
    font-weight: 600;
}
.tab-navigation .nav-item.active a {
    color: #fff;
    font-weight: 700;
}
.tab-content .tab-pane .titles {
    display: flex;
    display: -ms-flexbox;
}
.tab-content .tab-pane .offer:first-of-type {
    border-top: 1px solid #DCDCDC;
}
.tab-content .tab-pane .offer {
    border-bottom: 1px solid #DCDCDC;
    background: transparent;
    padding: 8px 0;
    box-shadow: none;
    margin: 0;
}
.tab-content .tab-pane .offer .panel-title {
    font-size: inherit;
}
.tab-content .tab-pane .offer .panel-title .show-elements {
    float:right;
}

.tab-content .tab-pane .offer .panel-title .product-link.inactive {
    pointer-events: none;
}

.tab-content .tab-pane .offer > .panel-collapse > .panel-body {
    padding: 20px 0 10px;
    border: none;
}
.tab-content .tab-pane .offer > .panel-collapse > .panel-body .form-group {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.tab-content .tab-pane .offer > .panel-collapse > .panel-body .form-group .product-link:focus,
.tab-content .tab-pane .offer > .panel-collapse > .panel-body .form-group .product-link:hover,
.tab-content .tab-pane .offer > .panel-collapse > .panel-body .form-group .product-link:active {
    color: var(--_color-primary);
}
.tab-content .tab-pane .offer > .panel-collapse > .panel-body > label {
    margin: 0;
}
.tab-content .tab-pane .offer > .panel-collapse > .panel-body input {
    display: inline-block;
    width: auto;
}
.tab-content .column {
    float: left;
    padding-right: 12px;
    min-height: 1px;
}
.tab-content .column.width-0 {
    width: 10%;
}
.tab-content .column.width-1 {
    width: 22%;
}
.tab-content .column.width-2 {
    width: 18%;
}
.tab-content .column.width-3 {
    width: 6%;
    text-align: center;
}
.tab-content .column.width-4 {
    width: 11%;
    text-align: center;
}
.tab-content .column.width-5 {
    width: 10%;
}
.tab-content .column.width-6 {
    width: 14%;
}
.tab-content .column.width-7 {
    width: 9%;
    padding-right:0;
}
@media(max-width:1024px) {
    .tab-content .column.width-1 {
        width: 19%;
    }
    .tab-content .column.width-5 {
        width: 12%;
    }
}
@media(max-width:767px) {
    .account-title {
        background-color: #22233E;
        padding: 11px 16px;
        margin: 0 -15px 0;
        color: #fff !important;
        font-weight: 600 !important;
        display: block;
        width: calc(100% + 30px)!important;
        text-transform: uppercase;
        letter-spacing: 0.6px;
    }
    .account-edit-link {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        white-space: nowrap;
        user-select: none;
        outline: none;
        padding: 0 8px;
        height: 28px;
        line-height: 28px !important;
        border-radius: 1px;
        border: 1px solid #1a1a1a;
        color: #fff !important;
        text-decoration: none !important;
        margin-top: -8px;
        background: #12144B;
        text-transform: lowercase;
    }
    .account-edit-link i {
        position: relative;
        top: -2px;
    }
    .account-edit-link.right {
        float: right;
    }
    .my-account .form-horizontal-striped .form-group a {
        padding-top: 0;
    }
    .tab-content .column.width-0,
    .tab-content .column.width-1,
    .tab-content .column.width-2,
    .tab-content .column.width-3,
    .tab-content .column.width-4,
    .tab-content .column.width-5,
    .tab-content .column.width-6,
    .tab-content .column.width-7 {
        width: 50%;
    }
    .tab-content .tab-pane .offer:first-of-type {
        border-top: none;
    }
    .tab-content .column.width-3 {
        text-align: left;
    }
    .tab-content .column.width-4 {
        text-align: left;
    }
    .tab-content .tab-pane .offer .panel-title .show-elements {
        float: left;
    }
    .tab-content .tab-pane .offer > .panel-collapse > .panel-body input {
        max-width: 155px;
    }
    .tab-content .tab-pane .offer > .panel-collapse > .panel-body .form-group {
        justify-content: center;
        -ms-flex-pack:center;
    }
}
@media(min-width:768px) {
    .tab-content .tab-pane .offer .panel-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.loading-box-registration {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    pointer-events: auto;
    z-index: 9999999;
}

.registration-loader #loader {
    display: block;
    position: static;
    transform: none;
    margin-top: 20px;
}

.base-price {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #91919F;
}

i.heart {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--_color-primary);
    position: absolute;
    top: 3px;
    left: 0;
}

i.heart:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius:50%;
    background-color: var(--_color-primary);
    position: absolute;
    left: 80%;
}

i.heart:after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--_color-primary);
    position: absolute;
    left: 40%;
    top: 40%;
    transform: rotate(45deg);
}
.moderator-image-circle {
    border-radius: 50px;
    background: #F1F5F8;
}
.moderator-image-circle.big {
    width: 100px;
    height: 100px;
}
.moderator-image-circle.medium {
    width: 80px;
    height: 80px;
}
.moderator-image-circle > img {
    border-radius: 50%;
}
@media(max-width:1023px) {
    .moderator-image-circle.big {
        width: 80px;
        height: 80px;
    }
}
/* AUCTION TV CONTAINER V11 */

.video-auction.small.bg-custom {
    background: none;
}
.video-auction.small .auction-screen .auction-container {
    margin: 0 auto;
    min-height: auto;
    position: relative;
    color: #fff;
}
.video-auction.small .auction-screen .auction-description .description .rating-item .count {
    margin-left: 4px;
}
.video-auction.small .auction-screen .auction-description .description .product-desc .free-delivery-badge {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    margin: 0 0 4px 0;
}
.video-auction.small .auction-screen .auction-description .description .product-desc .free-delivery-badge i {
    width: 26px;
    height: 24px;
    background-position: 0 6px;
    background-size: 20px;
}
.video-auction.small .auction-screen .auction-description .auction-details-container.paused .auction-details {
    top: 0;
    transform: none;
}

/* Winner List */
.video-auction.small .auction-screen .winner-list {
    width: 100%;
}

@media(min-width: 1024px) {
    .video-auction.small .auction-screen .auction-description {
        padding: 16px;
        border-radius: 8px;
        height: auto;
    }
    .video-auction.small {
        min-height: 315px;
    }
    .video-auction.small .auction-screen .auction-container #streamPlace2 {
        border-radius: 8px;
    }
}

@media(min-width: 1024px) and (max-width:1540px) {
    .video-auction .auction-screen .auction-details-container .number-type:not(.full) .variant-right {
        width: calc(50% - 4px)
    }
    .video-auction .auction-screen .auction-details-container .number-type:not(.full) .variant-left {
        width: calc(50% - 4px)
    }
    .video-auction .auction-screen .auction-details-container .number-type:not(.full) .btn {
        width: 100%;
        margin-top: 8px;
    }
}

@media(max-width: 1023px) {
    .video-auction.small {
        min-height: 400px;
    }
    .video-auction.small .auction-screen .last-bids > .row {
        display: flex;
        flex-wrap: wrap;
    }
    .video-auction.small .auction-screen .last-bids .items-list {
        flex-wrap: wrap;
    }
    .video-auction.small .auction-screen .last-bids .last-bids-title {
        margin: 0;
        width: 100%;
    }
    .video-auction.small .auction-screen .last-bids .list-inline {
        width: 100%;
        padding-left: 0;
    }
    .video-auction .auction-screen .auction-details-item {
        margin: 8px 0 0;
    }
    .video-auction .auction-screen .auction-description .auction-details-container .variant-row {
        margin-top: 8px;
    }
}

@media(max-width:767px) {
    body.site-start .tv-auction-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .auction-details-container .variant-row .full .btn {
        margin-top: 0;
    }
    .video-auction.small .auction-screen .auction-description {
        margin: 0 -16px;
        width: calc(100% + 32px);
        padding: 16px;
    }
}
@media(max-width: 480px) {
    .video-auction .auction-screen .auction-details-container .number-type:not(.full) .variant-right {
        width: calc(50% - 4px)
    }
    .video-auction .auction-screen .auction-details-container .number-type:not(.full) .variant-left {
        width: calc(50% - 4px)
    }
    .video-auction .auction-screen .auction-details-container .number-type:not(.full) .btn {
        width: 100%;
        margin: 0;
        margin-top: 8px;
    }
}

section.missed-auction .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

section.missed-auction .content > a {
    max-width: 260px;
    width: 100%;
}
@media(min-width: 1024px) {
    section.missed-auction .content {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        text-align: left;
        max-width: 1080px;
        margin: 0 auto;
    }
}

@media(max-width: 767px) {
    section.missed-auction .content > a {
        max-width: 280px;
        font-size: 14px;
    }
}
@media(max-width: 609px) {
    .owl-slider-shows .owl-stage {
        position: relative;
        left: -30px
    }
}
@media(max-width: 479px) {
    .owl-slider-shows .owl-stage {
        position: relative;
        left: -70px
    }
}
@media(max-width: 369px) {
    .owl-slider-shows .owl-stage {
        position: relative;
        left: -55px
    }
}

.tv-auction-wrapper > .loading-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 9999999;
    display: none;
}
.tv-auction-wrapper > .loading-box #loader {
    display: block;
    top: 50%;
    background-color: #fff;
    padding: 20px 10px;
    border: 1px solid #dcdcdc;
}
.pulse-live {
    position: relative;
    min-width: 7px;
    height: 7px;
    background: var(--_color-primary);
    border-radius: 50%;
}
.pulse-live.white {
    background: #fff;
}
.pulse-live.black {
    background: #000;
}
.pulse-live > span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    opacity: 0.7;
    animation: pulseLive 3s ease-out infinite;
    left: 0;
}

/** Popup CSS */
.popup {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 100;
    margin-bottom: 20px;
}

/** Loading Popup CSS */
#popup-loading.popup {
    z-index: 1000000000;
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: rgba(255,255,255,0.7);*/
    background-color: rgba(9,10,48,0.8);
    margin-bottom: 0;
}

#popup-loading.popup > .wrapper {
    top: 50% !important;
    transform: translate(0, -50%);
    position: relative;
}

#popup-loading.popup .loading-app {
    position:relative;
    margin:0 auto;
    width:60px;
}

#popup-loading.popup .loading-app:before {
    content:"";
    display:block;
    padding-top:100%
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.circular > .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #fff;
}

.transition-conflict {
    transition: none !important;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
/** Delete Account Popup CSS */
#popup-deleteAccount.popup {
    z-index: 1000000000;
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: calc(50% - 8px);
}
#popup-deleteAccount.popup > .wrapper {
    top: 50% !important;
    transform: translate(0, -50%);
    position: relative;
    width: calc(100% - 30px)
}
#popup-deleteAccount.popup > .wrapper .box {
    border-radius: 6px;
    position: static;
    background: #090A30;
    border: 1px solid #ffffff1a;
}
/* App Redirect Page */
section.loading-app {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.loading-app > .wrapper  .loading-container {
    height: 60px;
}
.video-auction .auction-screen .auction-container .auction-video #stream-player {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
}
.streams-container .item .video {
    height: 100%;
}
.streams-container .item .video #stream-intro {
    width: 100%;
    height: 100%;
    scale: 190%;
}
.streams-container .item .video iframe {
    aspect-ratio: 16/9;
    height: 100%;
    width: 100%;
    min-height: 340px;
}
.streams-container .item .video .layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../../../out/123tv/img/stream/live_preview_layer.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.streams-container .item .video .live-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    background: transparent;
    padding: 0 16px;
}
.streams-container .item .video .live-content .btn {
    min-width: 220px;
}
.streams-container .item .video .live-content .label-reduced {
    height: 30px;
    line-height: 30px;
    width: 105px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.streams-container .item .video .live-content .label-reduced .pulse-live {
    display: inline-block;
    margin-right: 10px;
    margin-left: 4px;
}
.streams-container .item .pulse-live {
    display: inline-block;
    margin-right: 12px;
    margin-left: 4px;
    position: relative;
    top: -3px;
}
.manufacturer-slider.streams-container .video .live-content {
    bottom: 0;
}
.manufacturer-slider.streams-container .video .layer {
    background-position: center;
    bottom: 0;
}
.manufacturer-slider.streams-container .incoming-show .video .layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.manufacturer-slider.streams-container .incoming-show .video .live-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    background: transparent;
    padding: 0 16px;
}
@media(max-width: 1200px) {
    .streams-container .item .video #stream-intro {
        scale: 215%;
    }
}
@media(max-width: 767px) {
    .manufacturer-slider.streams-container .video .live-content,
    .manufacturer-slider.streams-container .incoming-show .video .live-content {
        align-items: center;
        padding: 0 12px;
    }
}
@media(min-width:610px) {
    .cd-slider.background-grid-slider.streams-container .owl-nav {
        top: calc(50% - 38px);
    }
}
/* TC POPUP styles */
#popup-inAppNotification {
    z-index: 1000;
}
#popup-inAppNotification .box {
    background: #090a30;
    color: #fff;
}
#popup-inAppNotification .box > .close[data-type="close"] {
    background: transparent;
}
.overlay {
    display: none;
    background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    opacity: 0.2;
}
.popup .box {
    position: fixed;
    top: 50%;
    left: calc(50% - 8px);
    transform: translate(-50%, -50%);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 30px);
    max-width: 800px;
    width: calc(100% - 16px);
    margin: 0 8px;
}
.popup > * {
    cursor: auto;
}
.popup .box > .close[data-type="close"] {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    background-color: #fff;
    padding: 10px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
}
.popup .box > .close[data-type="close"] i {
    width: 32px;
    height: 32px;
    display: block;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right top;
    position: relative;
    top: 0;
    right: 10px;
}

.popup .box > .headline {
    padding: 0 24px;
}
.jwplayer.jw-flag-small-player .jw-controlbar .jw-svg-icon-jwplayer-logo {
    display: none;
}
.jwplayer.jw-flag-small-player .jw-controlbar .jw-logo-button > svg:nth-of-type(2) {
    display: block;
}
.live-shopping-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.live-shopping-wrapper > section.banner-product-slider {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.live-shopping-wrapper > section.incoming-slider {
    width: 100%;
}
.newsletter-message-box .newsletter-icon-wrapper > div {
    display: flex;
    flex-wrap: wrap;
}
.newsletter-message-box .newsletter-icon-wrapper .email {
    margin-bottom: 16px;
}
.newsletter-message-box .newsletter-icon-wrapper .email .icon {
    background-image: url("../../img/icon/email.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
}
.newsletter-message-box .newsletter-icon-wrapper .check .icon {
    background-image: url("../../img/sprite/checkout-summary-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.newsletter-message-box .newsletter-icon-wrapper > div .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #dcdcdc;
    margin-right: 10px;
}
.newsletter-message-box .newsletter-icon-wrapper > div .text {
    width: calc(100% - 60px);
}
.separator {
    border-top: 1px solid #ffffff1a;;
    position: absolute;
    left: -10%;
    right: 0;
    width: calc(100% + 20%);
}
@media(max-width:1280px) {
    .separator {
        left:0;
        width: calc(100% + 32px);
        margin-left: -32px;
    }
}
section.show-slider .heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
section.show-slider .heading .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.show-slider .heading .title img {
    margin-right: 6px;
    max-width: 140px;
    height: 30px;
}
section.show-slider .slider .content {
    position: relative;
}
section.show-slider .slider .box-content {
    position: relative;
    height: 490px;
    overflow: hidden;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.show-slider .slider .box-content.custom {
    background-position: center;
}
section.show-slider .slider .box-content .btn {
    position: relative;
    z-index: 1;
    top: 0;
    padding: 0 12px;
    border-radius: 8px 0 8px 0;
    min-height: 36px;
    --_color-primary: #D34149;
    --_btn-color: #fff;
}
section.show-slider .slider .box-content .btn .day > span {
    margin: 0 4px;
    position: relative;
    top: -1px;
}
section.show-slider .slider .box-content .btn .line {
    padding: 0 6px;
}
section.show-slider .slider .box-content .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
    transition: transform 0.5s ease;
    transform: scale(1);
    object-fit: cover;
}
section.show-slider .slider .box-content:hover .background {
    transform: scale(1.1);
}
section.show-slider .slider .box-content .manufacturer img {
    max-width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media(max-width: 1280px) {
    section.show-slider .slider .box-content {
        position: relative;
        height: 320px;
    }
}
@media (max-width: 767px) {
    section.show-slider .slider .box-content {
        position: relative;
        height: 250px;
    }
    section.show-slider .heading .title {
        width: calc(100% - 52px);
    }
    section.show-slider .heading .title img {
        height: 22px;
    }
    section.show-slider .heading .title span {
        width: 100%;
        margin-top: 4px;
    }
    section.show-slider .heading .button-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.show-slider .heading .btn {
        width: 42px;
        padding: 0;
    }
    section.show-slider .heading .btn > span {
        display: none;
    }
    section.show-slider .heading .btn i {
        margin-left: 0;
    }
    section.show-slider .slider .box-content .btn {
        padding: 0 8px;
        min-height: 30px;
        max-width: calc(100% - 34px);
    }
    section.show-slider .slider .box-content .btn .day {
        font-size: 12px;
    }
}
@media(max-width:480px) {
    section.show-slider .slider .box-content .manufacturer img {
        padding: 0 30px;
    }
}

.live-shopping-image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(26, 26, 26, 0), #303052 100%);
}
.live-shopping-image .show-bg {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top;
    max-height: 550px;
}
@media(min-width: 768px) {
    .live-shopping-image .show-bg {
        max-height: none;
        height: 420px;
    }
}
@media(min-width: 1024px) {
    .live-shopping-image .show-bg {
        height: 480px;
    }
}
@media(min-width: 1480px) {
    .live-shopping-image .show-bg {
        height: 550px;
    }
}
.live-shopping-image .show-logo {
    max-width: 280px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.live-shopping-stream-logo {
    text-align: center;
    margin-bottom: 8px;
}
.live-shopping-stream-logo img {
    max-height: 45px;
}
.live-shopping-stream-logo > div.d-14 {
    line-height: 22px;
}
@media(max-width:1023px) {
    .live-shopping-image .show-logo {
        max-width: 100%;
        padding: 0 20px;
    }
}

section.start-main-slider-switcher {
    background-color: #303052;
}
section.start-main-slider-switcher .item-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
}
section.start-main-slider-switcher .item-wrapper .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    margin: 0 24px;
    cursor: pointer;
    width: 64px;
    padding: 12px 0;
}
.preview-view .owl-slider-shows .item.tv-program-list-item .label-reduced {
    background: #D34149;
    color: #fff;
    border-right: 1px solid #090A30;
}

section.start-main-slider-switcher .item-wrapper .item a {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    width: 60px;
    outline: none;
}
section.start-main-slider-switcher .item-wrapper .item img {
    width: 80px;
    height: 36px;
}
section.start-main-slider-switcher .item-wrapper .item .secondary {
    display: none;
}
section.start-main-slider-switcher .item-wrapper .item.active .secondary {
    display: block;
}

@media(max-width: 767px) {
    section.start-main-slider-switcher .item-wrapper .item {
        margin: 5px auto;
        text-align: center;
        padding: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.start-main-slider-switcher .item-wrapper .item:last-of-type {
        border-bottom: none;
    }
}

/* SECRET SALES AUCTION NEW STYLE */
section.plus-auction .auction-video {
    padding: 0;
}
section.plus-auction .auction-video #stream-player {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    max-height: 545px;
    background: #000;
}
section.plus-auction .auction-video #stream-player .js3q-wrapper {
    max-height: 545px;
}

section.plus-auction .auction-video .stream-fallback-image {
    position: absolute;
    top:0;
    bottom: 0;
    right:0;
    left: 0;
    background-image: url("../../img/auction-offline-desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9999;
    border-radius: 8px;
}
section.plus-auction .auction-description {
    padding: 0;
}
section.plus-auction .auction-description .auction-right-column {
    background-color: #22233E;
    height: 100%;
    position: relative;
}
section.plus-auction .auction-description .auction-right-column .delivery-text {
    padding: 0 8px;
}
section.plus-auction  #stream-player .loading-slider-auction svg {
    width: 48px;
}
section.plus-auction .auction-description .auction-right-column .loading-slider-auction svg {
    width: 48px;
}
section.plus-auction .auction-description .auction-state-paused .content {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 2px solid #090A30;
}
section.plus-auction .auction-description .auction-state-paused .content svg {
    width: 59px;
    height: 59px;
}
section.plus-auction .auction-description .auction-state-paused .content svg path {
    fill: var(--_color-primary);
}
section.plus-auction .auction-description .auction-state-paused .content img {
    width: 59px;
    height: 59px;
    padding-right: 16px;
}
section.plus-auction .auction-description .auction-state-running .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 16px;
    border-bottom: 2px solid #090A30;
}
section.plus-auction .auction-description .auction-state-running .content.open-static {
    position: relative;
    border-bottom: 0;
}
section.plus-auction .auction-description .auction-state-running .content .night-rider {
    position: absolute;
    bottom: -15px;
}
section.plus-auction .auction-description .auction-state-running .content .image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
section.plus-auction .auction-description .auction-state-running .content .product-desc {
    padding-right: 12px;
    width: calc(100% - 142px);
}
section.plus-auction .auction-description .auction-state-running .content .product-desc .auction-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.plus-auction .auction-description .auction-state-running .content.open-static .product-desc {
    padding-right: 0;
    width: calc(100% - 64px);
}
section.plus-auction .auction-description .auction-state-running .content .product-desc .text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
section.plus-auction .auction-description .auction-state-running .content .product-desc .animation-wrapper {
    position: relative;
    overflow: hidden;
}
section.plus-auction .auction-description .auction-state-running .content .product-desc .animation-wrapper .crossed {
    text-decoration: line-through;
}
section.plus-auction .auction-description .auction-state-running .content .product-desc .price-block.slide-to-top-class .animation-wrapper .slide,
section.plus-auction .auction-description .auction-state-running .content .product-desc .price-block.slide-to-top-class .animation-wrapper .slide > div {
    animation: slide-up 0.2s linear 0s 1 normal forwards;
}

section.plus-auction .auction-description .auction-state-running .content .product-desc .price-block.slide-to-bottom-class .animation-wrapper .slide,
section.plus-auction .auction-description .auction-state-running .content .product-desc .price-block.slide-to-bottom-class .animation-wrapper .slide > div {
    animation: slide-down 0.2s linear 0s 1 normal forwards;
}
section.plus-auction .auction-description .auction-state-running .content .product-desc .price-block.slide-to-bottom-class.basic {
    padding: 2px 8px;
    margin-right:0;
}
section.plus-auction .auction-description .auction-state-running .content .product-desc .price-block.basic .animation-wrapper .slide {
    font-size: 14px;
    line-height: 13px;
    color: #090A30;
}
section.plus-auction .auction-description .auction-state-running .content .product-desc .price-block.basic .animation-wrapper .slide > div {
    font-size: 11px;
    font-weight: 300;
}
section.plus-auction .auction-description .auction-state-running .content .price-block {
    padding: 6px;
    background-color: #090A30;
    border-radius: 8px;
    display: inline-block;
    margin-right: 4px;
    height: 30px;
    position: relative;
    cursor: default;
}
section.plus-auction .auction-description .auction-state-running .content .price-block:hover .tooltip {
    display: block;
}
section.plus-auction .auction-description .auction-state-running .content .price-block .tooltip {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: -28px;
    opacity: 1;
    color: #e23f3a;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    text-align: center;
    border-radius: 6px;
    padding: 0 8px;
    z-index: 1;
    height: 28px;
    line-height: 28px;
    width: max-content;
    font-weight: 600;
}
section.plus-auction .auction-description .auction-state-running .content .price-block .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
section.plus-auction .auction-description .auction-state-running .content .price-block.turbo {
    background-color: var(--_color-primary);
    color: #090a30;
}
section.plus-auction .auction-description .auction-state-running .content .price-block > div {
    display: inline-block;
}
section.plus-auction .auction-description .auction-state-running .content .button-block {
    width: 90px;
}
section.plus-auction .auction-description .auction-state-running .content .button-block > a {
    min-width: 90px;
}
section.plus-auction .auction-description .auction-state-running .content .button-block > a.slide-hide {
    display: none;
    text-align: right;
    margin: 0 auto 0 50px;
}
section.plus-auction .auction-description .auction-state-running .content.open .button-block > a {
    display: none;
}
section.plus-auction .auction-description .auction-state-running .content.open-static .button-block {
    display: none;
}
section.plus-auction .auction-description .auction-state-running .content.open .button-block > a.slide-hide {
    display: block;
    min-width: auto;
    width: 40px;
    background: url(../../img/close-narrow.svg) no-repeat center !important;
}
section.plus-auction .auction-description .auction-state-running .content .night-rider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}
section.plus-auction .auction-description .auction-state-running .content .night-rider .chevron-progress {
    height: 6px;
}
section.plus-auction .auction-description .auction-state-running .content .night-rider .rider {
    justify-content: flex-start;
    background-color: #ffdad9;
}
section.plus-auction .auction-description .auction-state-running .content .night-rider .rider > i {
    margin-left: 0;
    width: 0;
    transition: width 0.1s ease;
    opacity: 1;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box {
    display: none;
    position: absolute;
    border-bottom: 2px solid #090A30;
    left: 0;
    right: 0;
    top: 92px;
    padding: 16px;
    background-color: #090A30;
    opacity: 0;
}
section.plus-auction .auction-description .auction-state-running .content.open-static .slide-box {
    position: static;
    margin: 16px -16px -16px -16px;
    width: calc(100% + 32px);
    border: none;
    border-top: 1px solid #EBEBEB;
    padding-top: 24px;
}
section.plus-auction .auction-description .auction-state-running .content.open-static .slide-box,
section.plus-auction .auction-description .auction-state-running .content.open .slide-box {
    display: block;
    animation: fade-in-show 0.2s linear 0s 1 normal forwards;
    z-index: 99;
}

section.plus-auction .auction-description .auction-state-running .content .slide-box .rating-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box .rating-box .count {
    margin-left: 4px;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box select.form-control {
    border-radius: 8px;
    border: solid 1px #dcdcdc;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
    font-size: 16px;
    padding-top: 18px;
    cursor: pointer;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box select.form-control option:disabled {
    background: #d3d3d3;
}

section.plus-auction .auction-description .auction-state-running .content .slide-box .variant-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box .variant-right,
section.plus-auction .auction-description .auction-state-running .content .slide-box .variant-left {
    position: relative;
    width: calc(50% - 6px);
    margin: 0 auto;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box .variant-right::before {
    content: "Menge:";
    position: absolute;
    top: 3px;
    font-size: 14px;
    left: 11px;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box .variant-left::before {
    content: "Variante:";
    position: absolute;
    top: 3px;
    font-size: 14px;
    left: 11px;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box .variant-left::after,
section.plus-auction .auction-description .auction-state-running .content .slide-box .variant-right::after {
    font-family: "Glyphicons Halflings", sans-serif;
    content: "";
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 12px;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box .button-row {
    display: flex;
    justify-content: center;
}
section.plus-auction .auction-description .auction-state-running .content.open-static .slide-box .button-row a:first-of-type {
    display: none;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box .button-row a:first-of-type {
    margin-right: 6px;
    width: 120px;
    min-width: auto;
    color: #fff;
}
section.plus-auction .auction-description .auction-state-running .content .slide-box .button-row a:last-of-type {
    margin-left: 6px;
    min-width: auto;
}
section.plus-auction .auction-description .auction-state-ended {
    position: relative;
}
section.plus-auction .auction-description .auction-state-ended .content {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 2px solid #090A30;
}
section.plus-auction .auction-description .auction-state-ended .content img {
    width: 59px;
    padding-right: 16px;
}
section.plus-auction .auction-description .auction-state-ended .content .live-auction-label {
    border-radius: 8px;
    padding: 0 8px !important;
    left: 0;
    top:0;
    display: inline-block;
}
@media(max-width: 767px) {
    section.plus-auction .auction-description .auction-state-running .content .button-block > a.slide-btn {
        height: 32px;
        line-height: 32px !important;
        padding: 0 8px;
    }
    section.plus-auction .auction-description .auction-state-running .content.open-static .slide-box {
        margin: 16px -8px -16px -8px;
        width: calc(100% + 16px);
    }
    section.plus-auction .auction-description .auction-state-running .content .slide-box {
        top: 92px;
    }
    section.plus-auction .auction-description .auction-state-running .content {
        padding: 16px 8px;
    }
}
section.plus-auction .auction-row {
    display: flex;
    flex-wrap: wrap;
}
@media(min-width: 768px) {
    section.plus-auction .auction-video {
        padding: 0 10px;
    }
    section.plus-auction .auction-video #stream-player {
        border-radius: 8px;
        overflow: hidden;
    }
    section.plus-auction .auction-video .stream-fallback-image {
        left: 5px;
        width: calc(100% - 30px);
    }
    section.plus-auction .auction-description {
        padding: 0 10px;
    }
    section.plus-auction .auction-description .auction-state-running .content .image {
        width: 48px;
        heighT: 48px;
        margin-right: 16px;
    }
    section.plus-auction .auction-description .auction-state-running .content .price-block {
        padding: 5px 8px;
        height: 30px;
    }
    section.plus-auction .auction-description .auction-state-running .content .button-block {
        width: 110px;
    }
    section.plus-auction .auction-description .auction-state-running .content .button-block > a {
        min-width: 110px;
    }
    section.plus-auction .auction-description .auction-state-running .content .product-desc {
        width: calc(100% - 174px);
        padding-right: 12px;
    }
    section.plus-auction .auction-description .auction-state-running .content .button-block > a.slide-hide {
        margin: 0 auto 0 70px;
    }
}
@media(min-width: 1281px) {
    section.plus-auction .auction-video {
        width: 63.3333333333%;
        padding: 0 24px 0 10px;
    }
    section.plus-auction .auction-description {
        width: 36.6666666666%;
        padding-left: 0;
    }
    section.plus-auction .auction-description .auction-right-column {
        border-radius: 8px;
    }
}

/* mobile account */
#mobileMyAccount ul {
    position: relative;
    padding: 0;
}
#mobileMyAccount li {
    list-style-type: none;
    margin: 0 -16px 0;
    padding: 0 16px;
    background-color: #090a30;
    border-bottom: none;
}
#mobileMyAccount li.category {
    background-color: #22233E;
    padding: 11px 16px;
    margin: 0 -16px 0;
    color: #fff;
}
#mobileMyAccount li.category:first-of-type {
    margin-top: 0;
}
#mobileMyAccount li a {
    display: block;
    color: #fff;
    padding: 16px 0;
    text-decoration: none;
}
#mobileMyAccount li a.last {
    border-bottom: 0;
}
#mobileMyAccount li a i {
    float: right;
    width: 32px;
    height: 32px;
    position: relative;
    top: -4px;
}
#mobileMyAccount li a.today-purchased {
    display: flex;
    position: relative;
}

#mobileMyAccount li a.today-purchased i {
    position: absolute;
    right: 0;
    top: 10px;
}
#mobileMyAccount li a.level-back {
    background: #6b6b6b;
}
#mobileMyAccount li a.show-all {
    font-weight: 600;
}
#mobileMyAccount .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
}
#mobileMyAccount .loading {
    display: none;
}
body[data-view="tctv_custom_hub_auction"] .hub-image-slider img {
    border-radius: 8px;
}

.cd-slider.custom-banner .highlighted-icon {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 0 12px;
    border-radius: 8px 0 8px 0;
    min-height: 36px;
}
.cd-slider.carousel-type-show.custom-banner .owl-stage {
    left: 0;
}
.cd-slider.carousel-type-show.custom-banner .item-full img {
    border-radius: 8px;
}
@media(min-width: 1024px) {
    body[data-view="tctv_custom_hub_program"] .cd-slider.incentive-product-slider .owl-stage-outer {
        overflow: hidden;
    }
    body[data-view="tctv_custom_hub_program"] .cd-slider.incentive-product-slider .owl-stage-outer .owl-nav {
        top: calc(50% - 70px);
    }
    body[data-view="tctv_custom_hub_program"] .cd-slider.incentive-product-slider .owl-nav > button.owl-prev {
        left: 8px;
        height: 40px;
        width: 40px;
        border-radius: 8px;
    }
    body[data-view="tctv_custom_hub_program"] .cd-slider.incentive-product-slider .owl-nav > button.owl-next {
        right: 8px;
        height: 40px;
        width: 40px;
        border-radius: 8px;
    }
    body[data-view="tctv_custom_hub_program"] .row-program .cd-slider.incentive-product-slider .owl-nav > button {
        background-color: #D34149;
    }
}
@media(min-width: 768px) and (max-width: 1279px) {
    body[data-view="tctv_custom_hub_program"] .cd-slider.incentive-product-slider .owl-nav > button.owl-prev i {
        left: 15px;
    }
    body[data-view="tctv_custom_hub_program"] .cd-slider.incentive-product-slider .owl-nav > button.owl-next i {
        left: 10px;
    }
}
@media(max-width: 767px) {
    .cd-slider .owl-nav {
        top: calc(50% - 65px);
    }
    .cd-slider .owl-nav > button.owl-prev {
        left: -16px;
    }
    .cd-slider .owl-nav > button.owl-next {
        right: -16px;
    }
}
@media(min-width: 768px) and (max-width:1279px) {
    .cd-slider .owl-nav > button.owl-prev {
        left: -30px;
        width: 24px;
    }
    .cd-slider .owl-nav > button.owl-next {
        right: -30px;
        width: 24px;
    }
    .cd-slider .owl-nav > button.owl-prev i {
        left: 9px;
    }
    .cd-slider .owl-nav > button.owl-next i {
        left: 7px;
    }
}
@media(max-width: 609px) {
    body .modal-body .cd-slider .owl-nav > button.owl-next,
    .contentArea .cd-slider .owl-nav > button.owl-next {
        right: -16px !important;
    }
}
@media(min-width: 1280px) {
    .cd-slider .owl-stage-outer {
        overflow: visible;
    }
    .cd-slider.custom-banner .owl-stage-outer {
        overflow: hidden;
    }
    .cd-slider .owl-stage-outer:before {
        content: "";
        display: block;
        position: absolute;
        left: -16.66%;
        top: 0;
        height: 100%;
        width: calc(16.666% - 2px);
        opacity: 0.8;
        background: #090a30;
        z-index: 99;
    }
    .cd-slider .owl-stage-outer:after {
        content: "";
        display: block;
        position: absolute;
        right: -16.66%;
        top: 0;
        height: 100%;
        width: calc(16.666% - 2px);
        opacity: 0.8;
        background: #090a30;
        z-index: 99;
    }
    .carousel-type-show.cd-slider .owl-nav {
        left: 0;
        right: 0;
        width: 100%;
        top: calc(50% - 65px);
    }
    .cd-slider .owl-nav > button.owl-prev {
        border-radius: 0 8px 8px 0;
        left: -11%;
        width: 40px;
        height: 100px;
    }
    .cd-slider .owl-nav > button.owl-next {
        border-radius: 8px 0 0 8px;
        right: -11%;
        width: 40px;
        height: 100px;
    }
}
section.return-wrapper > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media(min-width: 768px) {
    section.return-wrapper .button-row {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
}
@media(max-width: 767px) {
    section.return-wrapper .button-row a{
        width: 100%;
    }
    section.return-wrapper > .row .col-first {
        order: 2;
    }
    section.return-wrapper > .row .col-second {
        order: 1;
    }
}
.column-grid.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0;
}

/*React skeleton wrappers */

.image-placeholder .loader-skeleton {
    width: 100%;
    aspect-ratio: 1920 / 302;
    background-color: #303052;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

@media(max-width:767px) {
    .image-placeholder .loader-skeleton {
        aspect-ratio: 520 / 325;
    }
}

.show-slider.placeholder .slider,
.product-slider.placeholder .slider {
    display: flex;
    gap: 20px;
}
.show-slider.placeholder .heading > div,
.product-slider.placeholder .heading > div {
    position: relative;
    background-color: #303052;
    height: 34px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.show-slider.placeholder .slider .item {
    flex: 1;
    min-width: 0;
    background-color: #303052;
    border-radius: 8px;
    position: relative;
}
.product-slider.placeholder .slider .product-block {
    width: 100%;
    padding-bottom: 0;
}
.product-slider.placeholder .slider .product-block .image {
    padding-bottom: 12px;
    background-color: #303052;
}
@media(max-width:1023px) {
    .show-slider.placeholder .slider .item:nth-child(4) {
        display: none;
    }
    .product-slider.placeholder .slider .product-block:nth-child(4) {
        display: none;
    }
}
@media(max-width:610px) {
    .show-slider.placeholder .slider .item:nth-child(3) {
        display: none;
    }
    .product-slider.placeholder .slider .product-block:nth-child(3) {
        display: none;
    }
}
.loader-skeleton:after {
    content: "";
    -webkit-animation: skeletonLoading 1.3s infinite;
    animation: skeletonLoading 1.3s infinite;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,0.3)),to(transparent));
    background: linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);
}
@keyframes skeletonLoading{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(100%);
    }
}
.shop-category-slider .owl-stage-outer {
    overflow: hidden;
}
.shop-category-slider .shows-manufacturer-box .show-image {
    margin: 0;
}
body[data-view="tctv_custom_sale"] .shop-category-slider .host-information-card.small .box-image {
    background-position: top left;
}
.shop-category-slider .host-information-card.small .box-image {
    padding:0;
    height: 165px;
    transition: transform 0.5s ease;
    transform: scale(1);
}
.shop-category-slider .host-information-card.small .image {
    transition: transform 0.5s ease;
    transform: scale(1);
    overflow: hidden;
    border-radius: 8px;
}
.shop-category-slider .host-information-card.small .image:hover .box-image {
    transform: scale(1.1);
}
.shop-category-slider .host-information-card.small .show-image {
    color: #fff;
}
.shop-category-slider .item.active .host-information-card.small .show-image {
    background-color: #fff;
    color: #090A30;
    z-index: -1;
}
.shop-category-slider .host-information-card.small .show-image > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cd-slider.product-grid-slider.auto-height {
    min-height: auto;
}
@media(min-width: 1280px) {
    .shop-category-slider .owl-nav {
        top: calc(50% - 45px);
    }
    .shop-category-slider .owl-nav > button.owl-prev {
        left: 1px;
        height: 50px;
    }
    .shop-category-slider .owl-nav > button.owl-next {
        right: 0;
        height: 50px;
    }
}

.banner-shop-top img {
    border-radius: 8px;
}

.desktop-sorting .sort {
    width: 100%;
    margin-bottom: 20px;
}

body[data-view="tctv_custom_shop"] .home-seo {
    margin-top: 30px;
}
@media(min-width: 1024px) {
    .desktop-sorting .sort {
        position: absolute;
        top: -60px;
        right: 0;
        width: auto;
    }
}
#cookiefirst-cookies-table td,
#cookiefirst-cookies-table th {
    color: #fff;
}
#cookiefirst-cookies-table h2 {
    font-size: 16px;
    font-weight: 600;
}
.lower-price-discount {
    color: #D34149;
}
body[data-view="tctv_custom_direct_pay"] .login-wrapper {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 32px;
    max-width: 600px;
    margin: 0 auto;
}
body[data-view="tctv_custom_direct_pay"] .login-wrapper button {
    min-width: 200px;
}

.direct-thankyou {
    max-width: 1020px;
    margin: 0 auto;
}
.direct-thankyou .column-left {
    padding: 24px;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
}
.direct-thankyou .column-left .space-between {
    display: flex;
    justify-content: space-between;
}

.direct-thankyou .column-right {
    padding: 20px 24px;
}
@media(max-width: 767px) {
    .direct-thankyou .column-right {
        padding: 20px 0;
    }
}
.direct-thankyou .description {
    padding-top: 24px;
    border-top: 1px solid #ffffff1a;
}

.direct-thankyou .item {
    display: flex;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #ffffff1a;
}
.direct-thankyou .item:last-of-type {
    border-bottom: 0;
}
.direct-thankyou .item img {
    max-width: 110px;
    border-radius: 8px;
    margin-right: 24px;
}
body[data-view="tctv_custom_account_today_purchased"] .counter-box {
    background: radial-gradient(100% 75.87% at -20.75% 47.37%, rgba(211, 65, 73, 0.30) 0%, #22233E 100%);
    border-radius: 8px 8px 0 0;
    padding: 20px 15px 10px;
    text-align: center;
    margin: -24px -24px 0;
    position: relative;
}
body[data-view="tctv_custom_account_today_purchased"] .counter-box .countdown {
    display: flex;
    gap: 20px;
    justify-content: center;
}
body[data-view="tctv_custom_account_today_purchased"] .counter-box .countdown .time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 4px;
}
body[data-view="tctv_custom_account_today_purchased"] .counter-box .countdown .colon {
    padding: 20px 0;
}
body[data-view="tctv_custom_account_today_purchased"] .counter-box .text {
    background: #C59C6C;
    display: inline-block;
    padding: 2px 18px;
    border-radius: 40px;
    color: #00010E;
    font-weight: 600;
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translate(-50%, 0);
    white-space: nowrap;
}
body[data-view="tctv_custom_account_today_purchased"] .table.basket-contents-table {
    border-bottom: 0;
    margin-bottom: 0;
}
body[data-view="tctv_custom_account_today_purchased"] section.checkout-order .border-box .basket-contents-col-total-price .price-box .pulse-live {
    background: #D34149;
}
body[data-view="tctv_custom_account_today_purchased"] section.checkout-order .border-box .basket-contents-col-total-price .price-box > span {
    color: #D34149;
}
body[data-view="tctv_custom_account_today_purchased"] section.checkout-order .border-box .basket-contents-col-total-price .price-box {
    display: inline-block;
}
body[data-view="tctv_custom_account_today_purchased"] section.checkout-order .border-box .basket-contents-col-total-price .price-box .pulse-live {
    display: inline-block;
    position: relative;
    top: -2px;
}
body[data-view="tctv_custom_account_today_purchased"] section.checkout-order .border-box .basket-contents-col-total-price .price-box .info {
    background: #D34149;
    display: flex;
    font-weight: 600;
    align-items: center;
    padding: 0 0 0 12px;
    border-radius: 40px;
    color: #090A30;
    margin-bottom: 6px;
}
body[data-view="tctv_custom_account_today_purchased"] section.checkout-order .border-box .basket-contents-col-total-price .price-box .info .popover-init {
    top: 2px;
}

body[data-view="tctv_custom_account_today_purchased"] .popover-init .hint-content-popover {
    white-space: normal;
    text-align: center;
    z-index: 1;
}
.circle-product-count {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    margin-left: 6px;
    width: 20px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-product-count:empty {
    display: none;
}
body[data-view="tctv_custom_account_today_purchased"] .basket-contents-table > tbody > tr:first-of-type {
    border-top: 0;
    border-bottom: 0;
    padding-top:0;
}
body[data-view="tctv_custom_account_today_purchased"] .basket-contents-table > tbody > tr:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
body[data-view="tctv_custom_account_today_purchased"] .basket-contents-table > tbody .basket-contents-col-quantity select {
    min-width: 80px;
    width: auto;
    background-image: none;
}
body[data-view="tctv_custom_account_today_purchased"] section.checkout-order {
    margin: 0 -10px;
}
body[data-view="tctv_custom_account_today_purchased"] section.checkout-order .border-box {
    padding: 24px;
}
body[data-view="tctv_custom_account_today_purchased"] section.checkout-order .basket-content-title {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media(max-width: 1480px) {
    body[data-view="tctv_custom_account_today_purchased"] .counter-box .countdown {
        gap: 8px;
    }
}
section.show-slider .slider .icon-side {
    position: absolute;
    right:0;
    top: 0;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    width: 40px;
    height: 30px;
}
section.show-slider .slider .icon-side > i {
    position: relative;
    right: -8px;
    top: 4px;
}
section.show-slider .slider .icon-side .tooltip {
    display: none;
    position: absolute;
    transform: translateX(50%);
    opacity: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    text-align: center;
    padding: 0 12px;
    z-index: 1;
    height: 32px;
    line-height: 30px;
    width: max-content;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    right: calc(50% - 6px);
    top: -40px;
}
@media(max-width: 767px) {
    section.show-slider .slider .icon-side {
        right: 0;
        top: 0;
        height: 34px;
    }
    section.show-slider .slider .icon-side > i {
        width: 32px;
        height: 32px;
        top: 0;
    }
}
@media(min-width: 1280px) {
    section.show-slider .slider .icon-side .tooltip::after {
        content: '';
        position: absolute;
        top: auto;
        right: calc(50% + -3px);
        border-width: 8px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        bottom: -16px;
    }
    section.show-slider .slider .icon-side:hover .tooltip {
        display: inline-block;
    }
}
section.show-slider .slider .icon-side.active,
section.show-slider .slider .icon-side:hover {
    color: #D34149;
}
@media(max-width:767px) {
    body div.cookiefirst-root > span > button {
        display: none;
    }
}
/*REDESIGN - BANNER BOX*/
.box {
    position: relative;
    background-color: #fff;
    padding: 20px;
}
.box .heading {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0;
}
.box .title {
    line-height: 1;
    font-weight: 600;
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
}
.box .subtitle{
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 22px;
}
.box .list-description {
    list-style-image: url(../../img/sprite/icon-green-check.png);
    padding-left: 20px;
}
.vcolumn{
    display: flex;
    flex-direction: column;
}
@media (min-width:768px) {
    .box .subtitle {
        font-size: 18px;
        line-height: 22px;
        text-align:left;
    }
    .box .title {
        line-height:32px;
        font-size:28px;
    }
    .box .left-column .title {
        text-align:left;
    }
}
/* AWA PRICE COLUMN */
.daily-price-column.inline{
    display: flex;
    margin-bottom:15px;
}
.daily-price-column.inline .auction-price,
.daily-price-column.inline .auction-amount {
    padding: 0 5px;
    color: #333333;
}
.daily-price-column.inline .auction-price{
    width:38%;
    background-color: #fafafa;
    margin-right: 5px;
    padding: 15px 5px;
}
.daily-price-column.inline.preview .auction-price.start-price{
    display: none;
}
.daily-price-column.inline.preview .auction-price{
    width:60%;
}
.daily-price-column.inline .auction-amount{
    width:24%;
    padding: 15px 5px;
    background-color: #fafafa;
}
.daily-price-column.inline.preview .auction-amount{
    width:40%;
}
.daily-price-column.inline .auction-price.half,
.daily-price-column.inline .auction-amount.half{
    width:50%;
}
.daily-price-column .auction-price del,
.daily-price-column .auction-price span,
.daily-price-column .auction-amount span{
    display:inline-block;
    font-weight: 600;
}
.daily-price-column.inline.end > div{
    width:50%;
}
.daily-price-column.inline.end .hide-selled{
    display:none;
}
.daily-price-column.inline.end .show-selled{
    display:block !important;
    border:0;
}
.daily-price-column .auction-price del:before{
    border-top: 2px solid rgba(228, 32, 15, 0.8);
    transform: rotate(-10deg);
    bottom: 1px;
    top:auto;
}
@media(min-width:767px) {
    .daily-price-column del:before{
        bottom: 0;
        transform: rotate(-16deg);
    }
}

/* NEWS STYLES AWA PARARELL */
.details-description .reviews-container .review-item {
    margin-top: 0;
    padding: 25px 0 20px;
    border-top: 1px solid #ffffff1a;
}
.details-description .reviews-container .review-item:first-of-type {
    border:0;
}
.details-description .reviews-heading .rating li.currentRate,
.details-description .reviews-container .review-item .rating li.currentRate {
    background: url("../../img/stars_new.svg") left 47px;
    background-size: 89px 65px;
    top: 2px;
    height: 14px;
    z-index:0;
}
.details-description .review-item .review-item-body {
    padding:0;
}
.details-description .review-item .review-item-dateformat {
    color:#969696;
}
.auction-loader .loading-box {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width:100%;
}
.auction-loader .loading-box #loader{
    display: block;
    position: static;
    transform: none;
    text-align:center;
}
.auction-loader .loading-box #loader span{
    font-size:24px;
}
.auction-screen .auction-loader .loading-box {
    z-index: auto;
}
.auction-screen .auction-loader .loading-box #loader {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50px;
}
@media(min-width:768px){
    .auction-loader .loading-box {
        top:30px;
    }
}
@media(min-width:1024px) {
    .auction-loader .loading-box {
        top:50%;
    }
}

/* global */
i.reminder-icon{
    background: url(../../img/icon_reminder_black.svg) no-repeat;
}
i.reminder-icon.white{
    background: url(../../img/icon_reminder_white.svg) no-repeat;
    background-size: 20px !important;
    background-position: center;
}
.manufacturer-slider .host-information-card{
    position: relative;
}
.manufacturer-slider .shows-manufacturer-box {
    bottom: -30px;
}
.manufacturer-slider .shows-manufacturer-box .show-image {
    height: 60px;
    width: calc(100% - 30px);
}
.manufacturer-slider .shows-manufacturer-box .show-image img{
    max-width:100%;
}
.manufacturer-slider .shows-manufacturer-box .show-image .moderator div {
    width: 60px;
}
.manufacturer-slider .host-information-card .box-image{
    background-color: #235c83;
    background-blend-mode: normal;
}
@media(min-width:768px){
    .manufacturer-slider .shows-manufacturer-box .show-image {
        height: 80px;
        width: calc(100% - 40px);
    }
    .manufacturer-slider .shows-manufacturer-box .show-image .moderator div {
        width: 80px;
    }
    .manufacturer-slider .shows-manufacturer-box {
        bottom: -40px;
    }
}
@media(min-width:1220px){
    .manufacturer-slider .shows-manufacturer-box .show-image {
        width: calc(100% - 60px);
    }
}
/* HOST info card */

.host-information-card{
    text-align:center;
}
.host-information-card.circle .image{
    background-color:#fff;
    padding: 10px 20px;
    margin-top:25px;
}
.host-information-card .box-image {
    background-color: #fafafa;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100%;
    border-radius: 8px;
}
.host-information-card.circle .box-image {
    border-radius: 50%;
}
.host-information-card .manufacturer-image {
    max-width: 145px;
    width: 100%;
    border-radius: 0;
    margin:0 auto 10px;
}
@media(min-width:768px) {
    .host-information-card.circle .image {
        margin-top: 30px;
        padding: 10px 35px;
    }
    .host-information-card .manufacturer-image {
        max-width:170px;
    }
}
@media(min-width:1220px) {
    .host-information-card.circle .image{
        padding: 25px 45px;
    }
}
.timeline-products .link-campaign {
    display: flex;
    justify-content: center;
}
.timeline-products ul.date-list{
    border-bottom:none;
    margin-top:15px;
}
.timeline-products ul.date-list li{
    display:inline-block;
    margin-right:20px;
    padding-bottom: 2px;
}
.timeline-products ul.date-list li .day {
    color: #91919F;
    margin-bottom: 4px;
}
.timeline-products ul.date-list li:last-child{
    margin-right:0;
}
.timeline-products ul.date-list li:hover,
.timeline-products ul.date-list li.active{
    cursor:pointer;
    border-bottom:none;
}
.timeline-products ul.date-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    border-radius: 56px;
    border: 1px solid #22233E;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 0;
}
.timeline-products ul.date-list li:hover a,
.timeline-products ul.date-list li.active a{
    font-weight: 600;
    background:#fff;
    color: #090A30;
    border: 1px solid #fff;
}
.timeline-products ul.hour-list li{
    margin-bottom:2px;
    border-radius: 8px;
    background-color: #22233E;
    color: #fff;
    text-transform:uppercase;
    cursor:pointer;
}
.timeline-products ul.hour-list{
    border-bottom:0;
}
.timeline-products ul.hour-list li.active{
    background-color: #fff;
    position:relative;
}
.timeline-products ul.hour-list li.active a{
    font-weight: 600;
}
.timeline-products ul.hour-list li a{
    margin: 0;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 7px 10px;
    font-size:inherit;
}
.timeline-products ul.hour-list li.active a{
    background-color:transparent;
    font-weight:600;
    border: none;
    color: #090A30;
}
.timeline-products ul.hour-list li a:hover{
    background-color:transparent;
    border-color: transparent;
    cursor: pointer;
}
.timeline-products .host-list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom:50px;
}
.timeline-products .host-list .host-box {
    display: flex;
    align-items: center;
}
.timeline-products .host-list .host-box img {
    border-radius: 50%;
    max-height: 70px;
}
.timeline-products .host-list .host-box .description {
    padding:0 20px;
    text-align: left;
}
.timeline-products #timeline-hours{
    margin:20px 0;
}
.timeline-products #timeline-hours > ul{
    list-style: none;
    padding: 0;
    margin:20px 0 30px;
}
.timeline-products #timeline-result{
    position:relative;
}
.timeline-products .items-result{
    display:flex;
    flex-wrap:wrap;
    width: calc(100% + 16px);
    margin: 0 -8px;
}
.timeline-products .item{
    margin-bottom: 15px;
}
.timeline-products #timeline-result .loader-box-ajax{
    position: relative;
    margin-top: 15px;
}
.timeline-products #timeline-result .loader-box-ajax #loader{
    top:10px;
}
.timeline-products.plus-timeline #timeline-result .item .description > .price {
    display:none;
}
.timeline-products #tv-program-form ul.hour-list li.active:after{
    display:none;
}
@media(max-width:767px) {
    .timeline-products ul.date-list li:hover {
        border-bottom: none;
    }
    .timeline-products .item .image .label-selled {
        font-size:10px;
    }
    .timeline-products .days-mobile ul.date-list li {
        margin-right: 12px;
    }
    .timeline-products .days-mobile ul.date-list li a {
        text-transform: none;
        font-weight: 400 !important;
        width: 38px;
        height: 38px;
    }
    .timeline-products .days-mobile ul.date-list li a .weekday {
        color: #969696;
    }
    .timeline-products .days-mobile ul.date-list li.active {
        border-bottom: 0;
    }
    .timeline-products .days-mobile ul.date-list li.active .weekday {
        color: var(--_color-primary);
        font-weight: 600;
    }
    .timeline-products .days-mobile ul.date-list li.active .weekday > div {
        color: #090A30;
    }
}
@media(max-width:360px) {
    .timeline-products .days-mobile ul.date-list li {
        margin-right: 6px;
    }
}
@media (max-width: 767px) and (min-width: 560px) {
    .timeline-products .item {
        width: 33.3%;
    }
}
@media (min-width: 768px) {
    .timeline-products .item {
        margin-bottom: 30px;
    }
    .timeline-products .items-result {
        width: calc(100% + 20px);
        margin: 20px -10px 0;
    }
    .timeline-products ul.date-list {
        margin-top: 30px;
    }
    .timeline-products ul.hour-list li.active:after{
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 10px solid #fff;
    }
    .timeline-products ul.hour-list li a {
        padding: 12px 22px;
    }
    .timeline-products #timeline-result .loader-box-ajax #loader{
        top:15px;
    }
}
@media(min-width:1220px){
    .timeline-products #timeline-hours > ul {
        margin: 40px 0;
    }
}
section.show-reminder-banner{
    margin:20px 0 0;
}
section.show-reminder-banner img{
    max-width:100%;
}
section.show-video #about_show_video{
    box-shadow: 0 2px 20px 0 rgba(26, 26, 26, 0.4);
    max-width: 450px;
    height: 260px !important;
    margin: 25px auto 0;
    border-radius: 8px;
}
section.show-video #about_show_video .jw-preview{
    background-size: 75% !important;
}
section.show-video > .wrapper > div{
    display:inline-block;
    width:100%;
}
section.show-video .usp-container{
    margin-top:20px;
}
section.show-video .usp-container .usp-position{
    margin-top: 24px;
    padding:24px 24px 0 24px;
    border-radius: 8px;
    background-color: #22233E;
    float:none;
    display: flex;
    align-items: center;
    overflow: hidden;
}
section.show-video .usp-container .usp-position .usp-list{
    list-style-type: none;
    padding-left: 0;
}
section.show-video .usp-container .usp-position .usp-list li{
    padding-left: 25px;
    position: relative;
    margin-bottom:15px;
}
section.show-video .usp-container .usp-position .usp-list li span {
    display: inline-block;
    transform: rotate(43deg);
    height: 15px;
    width: 9px;
    border-bottom: 2px solid #12144b;
    border-right: 2px solid #12144b;
    margin-right: 10px;
    position: absolute;
    left: 2px;
    top: 2px;
}
section.show-video .usp-container .host-usp{
    padding:20px;
    background-color: #12144b;
    border-color:#12144b;
    color:#fff;
    margin-top:20px;
    border-radius: 8px;
}
section.show-video .usp-container .host-usp p.text-uppercase {
    margin-bottom: 0;
    margin-top: 20px;
}

@media(max-width:767px){
    section.wrapper.show-video{
        padding: 30px 0 0;
    }
    section.show-video .usp-container > .heading,
    section.show-video .wrapper > .heading{
        text-align:left !important;
    }
    section.show-video .usp-container .host-img img{
        max-width:100%;
        max-height: 300px;
        display:flex;
        margin:20px auto 0;
    }
}
@media(min-width:768px){
    section.wrapper.show-video{
        padding: 40px 0 0;
    }
    section.show-video .usp-container .host-usp{
        margin-top:50px;
        padding:25px;
        z-index:1;
    }
    section.show-video .usp-container .host-img img{
        position:relative;
        left:-170px;
        bottom:-5px;
    }
    section.show-video .wrapper > .heading{
        letter-spacing: -0.2px;
    }
}
@media(min-width:1024px){
    section.wrapper.show-video{
        padding: 50px 0 0;
    }
    section.show-video .usp-container .usp-position.right{
        flex-direction: row-reverse;
    }
    section.show-video .video-container{
        margin-top:20px;
        display:flex;
        flex-wrap:wrap;
        align-items: center;
    }
    section.show-video .usp-container .host-img img{
        left:-245px;
    }
}
@media(min-width:1200px) {
    section.show-video .video-container{
        margin:24px 0 64px;
    }
    section.show-video #about_show_video {
        max-width: 785px;
        margin-top:0;
    }
    section.show-reminder-banner{
        margin:40px 0;
    }
    section.show-video #about_show_video {;
        height: 440px !important;
    }
}
.moderator-list {
    margin-bottom:30px;
}
.radius-box .description{
    padding:0 10px;
}
.radius-box .box-image{
    width:70px;
    margin: 0 auto;
}
.radius-box .shadow {
    text-shadow: 0 0 8px #1a1a1a;
    color: #fff;
    font-size:12px;
}
.radius-box .box-image.small {
    width:50px;
    margin:0;
}
.radius-box .box-image.medium {
    width:66px;
    margin:0;
}
.radius-box .box-image > div {
    background-color: #fafafa;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    border-radius: 50%;
}
@media(min-width:768px) {
    .radius-box .shadow {
        font-size: 14px;
    }
}
@media(min-width:1024px) {
    .radius-box .shadow {
        font-size: 18px;
    }
}
@media(min-width:1200px) {
    .moderator-list {
        margin:15px 0 30px;
    }
    .radius-box .box-image {
        width:160px;
    }
    .radius-box .box-image.small {
        width:70px;
    }
    .radius-box .box-image.medium {
        width:88px;
    }
    .radius-box .description {
        padding:0 20px;
    }
}
.flex-inline{
    display:flex;
}
.flex-inline-center{
    display:flex;
    justify-content: center;
}
.flex-inline-wh{
    display:flex;
    justify-content: center;
    align-items: center;
}
.flex-block{
    display:flex;
    flex-wrap:wrap;
}
.flex-column-align {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}

.link-arrow{
    border: solid #fff;
    border-width: 0 1px 1px 0;
    height: 7px;
    width: 7px;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: -1px;
}
.link-arrow.rotate-right{
    -webkit-transform: rotate(-45deg);
}

.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}

.checkout-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1180px;
    position:relative;
    padding: 0 0 20px 0;
    list-style: none;
    border:none;
    margin: 0 auto;
}
.checkout-breadcrumb-title {
    display: none;
}
.checkout-breadcrumb > li {
    width: calc(30% - 15px);
}
.checkout-breadcrumb > li a {
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center;
}
.checkout-breadcrumb > li .circle {
    position:relative;
}
.checkout-breadcrumb-icon {
    display: inline-block;
    padding: 2px 12px 3px 12px;
    border-radius: 50%;
    background-color: #fff;
    font-weight: bold;
}
.checkout-breadcrumb > li.passed .checkout-breadcrumb-icon {
    background-color: var(--_color-primary);
}

.checkout-breadcrumb > li.active .checkout-breadcrumb-icon {
    color: #fff;
    background-color: #717187;
    border-color: #717187;
}

.checkout-breadcrumb > li .checkout-breadcrumb-icon {
    width:40px;
    height:40px;
    position: relative;
    z-index: 1;
    background-color: rgba(235, 235, 235, 0.1);
}

.checkout-breadcrumb li:after {
    display: block;
    position: relative;
    top: -24px;
    content: "";
    width: calc(100% - 56px);
    height: 1px;
    background-color: rgba(235, 235, 235, 0.1);
    left: 47px;
}

.checkout-breadcrumb li.passed:after {
    background-color: #ffffff1a;
}

.checkout-breadcrumb li:last-of-type:after {
    display: none;
}

@media(max-width:767px) {

    .checkout-breadcrumb {
        justify-content: center;
        -ms-flex-pack:center;
    }

    .checkout-breadcrumb li:last-of-type {
        width:40px;
    }

}

@media (min-width: 768px) {
    .checkout-breadcrumb > li {
        text-align: left;
    }
    .checkout-breadcrumb > li {
        width: calc(33.33% - 30px);
    }
    .checkout-breadcrumb li:after {
        top: -35px;
        width: calc(100% - 60px);
        left: 60px;
    }
    .checkout-breadcrumb > li a {
        background-size: 60px;
    }
    .checkout-breadcrumb > li:last-of-type {
        width: 70px;
    }
    .checkout-breadcrumb > li .checkout-breadcrumb-icon {
        width:60px;
        height:60px;
    }
    .checkout-breadcrumb li:last-of-type:after {
        display: none;
    }
    .checkout-breadcrumb-title {
        display: block;
        width: 160px;
        text-align: center;
        position: absolute;
        left: -45px;
        top: 65px;
    }
    .checkout-breadcrumb > li.active .checkout-breadcrumb-title {
        display: block;
        margin-right: 0;
    }
}

@media (min-width: 1280px) {
    .checkout-breadcrumb > li {
        width: calc(33.33% - 20px);
    }
    .checkout-breadcrumb > li:last-of-type {
        width: 60px;
    }
}

.home-seo {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 32px;
}
.home-seo .home-seo__text {
    color: #91919F;
}
.home-seo .home-seo__text a {
    color: #91919F;
    text-decoration: underline;
    display: inline;
}
.home-seo .home-headline {
    margin: 20px 0 12px 0;
    color: #91919F;
}
@media (max-width: 1023px) {
    .home-seo {
        padding-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .home-seo {
        padding-bottom: 28px;
    }
}

@media (min-width: 768px) {
    .home-seo__text {
        column-count: 3;
        column-gap: 20px;
    }
}
.btn-reminder-email {
    padding: 0;
    background: transparent;
    border: none;
}
#article-pictures-owl-carousel .owl-dots {
    z-index: 15;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#article-pictures-owl-carousel .owl-buttons {
    display: none;
}
#article-pictures-owl-carousel:not(.cd-slider)  .owl-nav.owl-prev {
    left: 0;
}
#article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-next {
    right: 0;
}
#article-pictures-owl-carousel:not(.cd-slider) .owl-nav {
    display:none;
}
@media (min-width: 1024px) {
    #article-pictures-owl-carousel:not(.cd-slider) .owl-nav {
        position: static;
        margin: 0;
        padding: 0;
    }
    #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-buttons {
        display: block;
    }
    #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-prev,
    #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-next {
        top: 50%;
        position: absolute;
        font-size: 18px;
        background: none;
        color: #333333;
        transition: font-size 200ms;
        width: 40px;
        line-height: 40px;
        text-align: center;
        opacity: 1;
    }
    #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-prev:hover,
    #article-pictures-owl-carousel:not(.cd-slider) .owl-nav .owl-next:hover {
        font-size: 22px;
    }
    #article-pictures-owl-carousel .owl-dots {
        display: none !important;
    }
    #article-pictures-owl-carousel:not(.cd-slider) .owl-nav {
        display:block;
    }
}
#article-pictures-owl-carousel img {
    max-width: 290px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    #article-pictures-owl-carousel img {
        max-width: 380px;
    }
}
@media (min-width: 1220px) {
    #article-pictures-owl-carousel img {
        max-width: 540px;
    }
}
