﻿.header-content {
    border-bottom: 1px solid #333;
    background: url('../jpg/top-bannerilbr.jpg') no-repeat;
    background-position: center center;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    min-height: 300px;
}

.header-content h1 {
    letter-spacing: 0.5rem;
    font-size: 3.5rem;
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .header-content {
        min-height: 250px;
    }
    .header-content h1 {
        font-size: 2.5rem;
    }
}

@keyframes scale {
    100% {
        transform: scale(1);
    }
}

.header-content h1 span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

.header-content h1 span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.header-content h1 span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.header-content h1 span:nth-child(3) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.btn-icon {
    padding: 0.25rem 0.75rem;
}

.btn-icon.active {
    color: #0069d9;
    border: none;
}

.new-products.cards .card {
    transition: width .2s ease-out;
    border-radius: 0;
    border: 0;
}

.new-products.cards .card .card-title {
    color: #0069d9;
    font-weight: 500;
    font-size: 1.35rem;
}

.new-products.cards .card .card-desc {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.new-products.cards.cards-lg-3.cards-md-2 .card .card-desc,
.new-products.cards.cards-lg-3.cards-md-2 .card-title {
    font-size: 1.35rem;
}

.new-products.cards.cards-md-3 .card .card-desc,
.new-products.cards.horizontal .card .card-desc {
    font-size: 1.15rem;
    line-height: 1.35;
}

.new-products.cards.cards-md-3 .card .card-title,
.new-products.cards.horizontal .card .card-title {
    font-size: 1.15rem;
}

.new-products[class*="cards-"] .card-image-top {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem 0 1.5rem;
}

.new-products.cards .card-body {
    padding: 1.5rem 2rem !important;
    color: rgba(0,0,0,.75);
}

.new-products[class*="cards-"] .product-img {
    transition: height .2s ease-out;
}

.new-products.cards-md-2 .card-image-top {
    height: 450px;
    padding: 2.5rem;
}

.new-products.cards-md-2 .product-img {
    max-width: 100%;
    max-height: 400px;
    width: auto;
}

.new-products.cards-lg-3.cards-md-2 .card-image-top {
    height: calc(300px + 2rem);
}

.new-products.cards-lg-3.cards-md-2 .product-img {
    max-width: 100%;
    max-height: 300px;
}

.new-products.cards-lg-2.cards-md-1.horizontal .card-image-top {
    width: 40%;
    max-width: none;
    text-align: center;
    max-height: none;
    height: auto;
    padding-left: 0;
    transition: height .2s ease-out;
}

.new-products.cards-lg-2.cards-md-1 .product-img {
    max-width: 85%;
    max-height: 230px;
    width: auto;
    transition: height .2s ease-out;
}

.new-products.cards-lg-2.cards-md-1.horizontal .card-body {
    padding-left: 1rem !important;
}

.filter {
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #e9ecef;
    border-bottom: 1px solid rgba(0,0,0,.2);
    z-index: 6;
}

.filter-label-wrap .filter-label .btn-remove-all .btn {
    font-size: 0.813rem;
    padding: 0;
}

.vertical-divider {
    color: rgba(0,0,0,0.2);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.25rem;
}

.list-features {
    transition: all .2s ease-out;
}

.new-products.cards.no-features .list-features {
    display: none;
}

@media (max-width: 767.98px) {
    .new-products.mobile-card-sm.cards {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .new-products.mobile-card-sm.cards > .card {
        display: flex;
        flex-direction: column;
        height: auto !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .new-products.mobile-card-sm.cards .card-image-top {
        width: 100% !important;
        height: auto;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .new-products.mobile-card-sm.cards .product-img {
        max-height: 300px;
        max-width: 100%;
        width: auto;
    }
}

@media (min-width: 768px) {
    .new-products.cards .card [class*="card-image"].play-video {
        background-color: #fff;
    }

    .new-products.cards .card [class*="card-image"].play-video:after {
        opacity: 0;
    }

    .new-products.cards .card [class*="card-image"].play-video .card-image-hover {
        opacity: 1;
        background: none;
    }

    .new-products.cards .card:hover [class*="card-image"].play-video .card-image-hover {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5);
    }

    .new-products.card-dimmer .play-video .card-image-hover i {
        font-size: 4.5rem;
        color: #fff;
        opacity: 0.75;
    }

    .new-products.card-dimmer .play-video .card-image-hover i:hover {
        opacity: 1;
    }

    .new-products.cards .card:hover [class*="card-image"].play-video > img {
        opacity: 1;
    }
}

.new-products.cards .card [class*="card-image"].play-video {
    background: none;
}

.new-products.card-dimmer .card:hover .card-body {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .new-products.mobile-card-sm.cards {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .new-products.mobile-card-sm.cards > .card {
        display: flex;
        flex-direction: column;
        height: auto !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .new-products.mobile-card-sm.cards .card-image-top {
        width: 100% !important;
        height: auto;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

    .new-products.mobile-card-sm.cards .product-img {
        max-height: 300px;
        max-width: 100%;
        width: auto;
    }
}

.filter-dropdown {
    width: 420px;
    padding: 1rem;
    transform: translate3d(5px, 35px, 0px) !important;
}

.filter-header {
    font-size: 1.25rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-content {
    max-height: calc(100vh - 250px);
    overflow: auto;
}
@media (max-width: 676.98px) {
    .filter {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
@media (max-width: 575.98px) {
    .filter .dropdown {
        position: static;
    }

    .filter-dropdown {
        width: calc(100% - 3rem);
        margin-top: 1rem;
    }
}

.custom-control-input {
    width: 1rem;
    height: 1rem;
    background: transparent;
    color: black;
    appearance: none;
    position: relative;
    border: 1px solid rgba(0,0,0,.4);
    margin-right: 0.5rem;
}


.filter-divider {
    height: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
    border-top: 1px solid #333;
    opacity: 1;
}


.filter-label-wrap {
    display: flex;
    margin-bottom: 1rem;
}

.filter-label-wrap .filter-label {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter-label-wrap .filter-label > li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0.25rem 0.5rem;
    font-size: 0.813rem;
    line-height: 2;
}

.filter-label-wrap .filter-label > li:not(.btn-remove-all) {
    font-weight: 400;
    padding-left: 0.5rem;
    color: #212529;
    border-radius: 0.2rem;
    border: 1px solid #dee2e6;
    background: #dee2e6;
}

.filter-label-wrap .filter-label > li .btn-remove {
    padding: 0.1rem 0.5rem;
    background-color: transparent;
    border: 1px solid transparent;
}

.filter-label-wrap .filter-label > li .btn-remove:after {
    display: inline-block;
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    speak: none;
    content: "\f00d";
}

.filter-label-wrap .filter-label > li .btn-remove:hover {
    text-decoration: underline;
}

.filter-label-wrap .filter-label > li .btn-remove:after:hover {
    text-decoration: none;
    opacity: 1;
}

.filter-label-wrap .filter-label > li:first-child {
    margin-left: 0;
}

.filter-label-wrap .filter-label > li:last-child {
    margin-right: 0;
}

.filter-label-wrap .filter-label .btn-remove-all .btn {
    font-size: 0.813rem;
    padding: 0;
}

/*Modal*/

.tpm-modal-dialog .modal-header {
    padding-left: 1rem;
    padding-top: 1rem;
}

.tpm-modal-dialog .tpm-container {
    padding: 0 !important;
}

.tpm-modal-dialog .tpm-section {
    max-height: calc(100vh - 13.5rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2rem 4rem;
}

.card.small.tpm-btn > [class*='card-image'] > [class*='card-img'] {
    max-width: 90%;
}

.tpm-modal-dialog .arrow-nav.tpm-next {
    right: -2.5rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.tpm-modal-dialog .arrow-nav.tpm-prev {
    left: -2.5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width: 1199.98px) {
    .tpm-modal-dialog .arrow-nav.tpm-next {
        right: 0.5rem !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .tpm-modal-dialog .arrow-nav.tpm-prev {
        left: 0.5rem !important;
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

.tpm-modal-dialog .arrow-nav {
    background-color: #f0f0f0 !important;
    color: #666666 !important;
    opacity: 1 !important;
}

.js-availabilitydisclaimer-top {
    display: none;
}

.accordion[data-icon] .accordion__title > .btn[aria-expanded='true']::before,
.accordion[data-icon] .accordion__title > .btn[aria-expanded='true']::after {
    color: #333;
}

.accordion__title > .btn {
    font-weight: 600;
    font-size: 1.25rem;
}

.card-image-hover {
    left: 0;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.card:hover .card-image-hover {
    opacity: 1;
    transition: opacity 0.125s ease-in-out;
}

.card:hover {
    cursor: pointer;
    z-index: 5;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 5%), 0px 2px 10px 0px rgb(0 0 0 / 5%);
}

    .card:hover .card-img {
        filter: blur(3px);
        transition: all 0.125s ease !important;
    }

.tpm-container {
    padding: 2rem 4rem;
    position: relative;
    z-index: 1071;
    background: #fff;
    border-radius: 0.3rem;
}

@media (max-width: 767.98px) {
    .tpm-container {
        padding: 2rem 3rem;
    }
}

.tpm-single .modal-header {
    height: 0;
    border: 0;
    z-index: 1072;
}

    .tpm-single .modal-header .tabpop-close {
        margin-right: 0 !important;
    }

.tpm-single .tpm-container {
    padding-top: 0;
}

.tpm-single .tpm-section > .row > [class*='col-']:last-child > :first-child {
    padding-top: 4rem;
}

.tpm-section.hide {
    opacity: 0;
    display: none;
}

.tpm-section.show {
    display: block;
    -webkit-animation: fadePop 0.65s ease;
    animation: fadePop 0.65s ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tpm-section .tpm-section-body {
    position: relative;
}

/*.tpm-section:last-of-type .tpm-next {
    display: none;
}

.tpm-section:first-of-type .tpm-prev {
    display: none;
}
*/
@-webkit-keyframes fadePop {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadePop {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tpm-select {
    visibility: hidden;
    margin-top: 0.5rem;
    margin-left: 1rem;
    border-radius: 0.25rem;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    font-weight: 400;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9999;
    position: relative;
}

.tpm-select + .dropdown-menu {
    z-index: 9999;
    cursor: pointer;
}

.tpm-select + .dropdown-menu .dropdown-item.active,
.tpm-select + .dropdown-menu .dropdown-item::active {
    border-radius: 0 !important;
}

.tpm-select + .dropdown-menu .dropdown-item.active .list-text,
.tpm-select + .dropdown-menu .dropdown-item::active .list-text {
    color: #fff !important;
}

.arrow-nav {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 2.5rem;
    height: 5rem;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    padding: 1.25rem 0;
    vertical-align: middle;
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    font-family: 'Font Awesome 5 Pro';
    z-index: 9999;
    margin-top: -2.5rem;
}

@media (max-width: 767.98px) {
    .arrow-nav {
        position: fixed;
    }
}

.arrow-nav:hover {
    background: #0069d9;
    opacity: 1;
    text-decoration: none;
    outline: 0;
}

.arrow-nav.tpm-prev {
    left: 0.5rem;
}
.arrow-nav.tpm-prev:before {
    content: '\f053';
}
.arrow-nav.tpm-next {
    right: 0.5rem;
}
.arrow-nav.tpm-next:before {
    content: '\f054';
}
.tpm-tooltip {
    z-index: 9999 !important;
}
.tpm-tooltip .tooltip-inner {
    padding: 0.75rem;
    font-size: 1rem;
}

.tpm-tooltip .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.tpm-tooltip .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@media (max-width: 1199.98px) {
    .tpm-tooltip {
        display: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1.25rem, 0, 0);
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1.25rem, 0, 0);
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1.25rem, 0, 0);
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1.25rem, 0, 0);
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.tpm-close {
    margin-right: 0 !important;
    width: 3rem;
    height: 3rem;
    border-radius: 500rem;
    font-size: 1.125rem !important;
}

.tpm-modal {
    padding-right: 0 !important;
}

@media (max-width: 1199.98px) {
    .tpm-modal .modal-dialog .modal-content {
        width: auto;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .tpm-modal .modal-dialog .modal-content {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

.tpm-modal .modal-xl {
    max-width: 1140px !important;
}

.card-image-fit {
    overflow: hidden;
}

.card-image-fit .product-main-img {
    max-width: 100%;
    max-height: 100%;
}

