﻿main, footer {
    z-index: auto !important;
}

.bg-glass {
    background-color: rgba(255, 255, 255, 0.5) !important; /* Very transparent white */
    -webkit-backdrop-filter: blur(4px); /* Safari support */
    backdrop-filter: blur(4px); /* Lower blur = less foggy */
}

.isotope-grid {
    overflow: visible !important
}

.tab-content {
    overflow: visible !important;
}

.input-group-append > .dropdown-menu {
    min-width: 4rem;
}

.site-search > input 
{
    padding-right: 100px !important;
}

.site-search .search-tools {
    margin-top: -24px !important;
}

.site-search .search-tools .close-search {
    margin-left:0px;
    padding: 10px !important;
    font-size: larger;
}

.site-search .search-tools .submit-search {
    cursor: pointer;
    vertical-align: middle;
    padding: 10px;
    color: #606975;
    font-size:larger;
}
    .site-search .search-tools .submit-search:hover {
        color: #9da9b9;
    }

.input-group-sm > .input-group-append > .input-group-text {
    height: calc(1.8125rem + 2px); /* Matches Bootstrap 4's $input-height-sm */
    line-height: 1.5;
}

input[type="radio"][readonly],
input[type="checkbox"][readonly],
select[readonly] {
    pointer-events: none;
}

.grecaptcha-badge {
    z-index: 1000;
}

.card:not(:has(.card-footer)) .list-group-flush > .list-group-item:last-child {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.sidebar-toggle.position-right {
}

.card-header > a {
    transition: color .3s;
    color: #374250;
    text-decoration: none;
}

    .card-header > a:hover {
        color: #0da9ef;
    }

.list-group-flush > .list-group-item {
    border-radius: 0px !important;
}

.image-badge {
    position: absolute;
    right: 20px;
}

.badge.small-badge {
    font-size: 0.8em;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
    .accordion > .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
    .accordion > .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
    .accordion > .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 3;
    }
    .accordion > .card-columns {
        column-count: 4;
    }
}

.toolbar-dropdown {
    padding-bottom: 0px !important;
}

.dropdown-product-item > .dropdown-product-thumb {
    border-radius: 0 !important;
}

.custom-control input[readonly].custom-control-input ~ .custom-control-label {
    color: #9da9b9;
    cursor: not-allowed;
    pointer-events: none;
}

.card .product-title {
    margin-bottom: 25px !important;
}

.form-group .custom-control {
    margin-left: 9px !important;
}

.offcanvas-wrapper {
    min-height: 100% !important;
}

.site-footer {
    padding-top: 48px;
}

.page-title {
    margin-bottom: 20px !important;
}

.owl-carousel .owl-prev {
    left: 0;
}

.owl-carousel .owl-next {
    right: 0;
}

.owl-carousel-caption {
    /* position: absolute; */
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    /* color: #fff; */
    text-align: center;
}

    .owl-carousel-caption p {
        min-height: 50px;
    }

.owl-carousel .owl-item img {
    width: inherit !important;
    margin: auto !important;
}

.owl-carousel {
    touch-action: manipulation;
}

.caret {
    display: inline-block;
    width: 5px; /* Adjust width if needed */
    height: 5px; /* Adjust height if needed */
    background-color: black; /* Color of the blinking caret */
}

.user-info-wrapper {
    padding-top: 40px;
}

    .user-info-wrapper .subscribe-label {
        display: block;
        position: absolute;
        top: 1px;
        left: 18px;
        height: 26px;
        padding: 0 12px;
        border-radius: 13px;
        background-color: #ffffff;
        color: #606975;
        font-size: 12px;
        line-height: 26px;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
        cursor: pointer;
    }

        .user-info-wrapper .subscribe-label i {
            display: inline-block;
            margin-right: 3px;
            font-size: 12px;
            vertical-align: middle;
            line-height: 26px;
        }


.widget-featured-posts > .entry .entry-thumb,
.widget-featured-products > .entry .entry-thumb {
    width: 80px;
    padding-right: 0px;
}

.shopping-cart .dropdown-product-item > .dropdown-product-thumb {
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.checkout-footer > .row {
    padding: 10px 15px;
}

.input-group > .form-control:focus {
    z-index: 0 !important;
}

.user-info a {
    text-decoration: none;
    color: #606975;
}

    .user-info a:hover {
        color: #0da9ef;
    }

.topbar-link {
    color: #0da9ef !important;
}

.offcanvas-container.sidebar {
    right: auto;
    left: 0;
    top: 0;
    width: 290px !important;
    box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.35);
    z-index: 10000;
}

.no-csstransforms3d .offcanvas-open.sidebar .offcanvas-wrapper,
.no-csstransforms3d .offcanvas-open.sidebar .site-backdrop,
.no-csstransforms3d .offcanvas-open.sidebar .navbar, .no-csstransforms3d .offcanvas-open.sidebar .topbar,
.no-csstransforms3d .offcanvas-open.sidebar footer, .no-csstransforms3d .offcanvas-open.sidebar main {
    left: 290px;
}

.csstransforms3d .offcanvas-open.sidebar .offcanvas-wrapper,
.csstransforms3d .offcanvas-open.sidebar .site-backdrop,
.csstransforms3d .offcanvas-open.sidebar .navbar, .csstransforms3d .offcanvas-open.sidebar .topbar,
.csstransforms3d .offcanvas-open.sidebar footer, .csstransforms3d .offcanvas-open.sidebar main {
    -webkit-transform: none;
    transform: none;
}

.offcanvas-container.flip {
    right: 0;
    left: auto;
    top: 0;
    width: 290px !important;
    box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.35);
    z-index: 10000;
    background-color: #ffffff;
}

    .offcanvas-container.flip.chat {
        width: 320px !important;
    }

.offcanvas-body {
    overflow-y: auto; /* Makes the content scrollable */
}


.no-csstransforms3d .offcanvas-open.flip .offcanvas-wrapper,
.no-csstransforms3d .offcanvas-open.flip .site-backdrop,
.no-csstransforms3d .offcanvas-open.flip .navbar, .no-csstransforms3d .offcanvas-open.flip .topbar,
.no-csstransforms3d .offcanvas-open.flip footer, .no-csstransforms3d .offcanvas-open.flip main {
    right: 290px;
}

.csstransforms3d .offcanvas-open.flip .offcanvas-wrapper,
.csstransforms3d .offcanvas-open.flip .site-backdrop,
.csstransforms3d .offcanvas-open.flip .navbar, .csstransforms3d .offcanvas-open.flip .topbar,
.csstransforms3d .offcanvas-open.flip footer, .csstransforms3d .offcanvas-open.flip main {
    -webkit-transform: none;
    transform: none;
}

.toolbar-dropdown.hover {
    display: block !important;
}

.toolbar .cart > .toolbar-dropdown {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    width: 290px !important;
}

    .toolbar .cart > .toolbar-dropdown button.close {
        display: none !important;
    }

.toolbar-cart > .toolbar-dropdown-group {
    display: table;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #e1e7ec;
}

    .toolbar-cart > .toolbar-dropdown-group:last-child {
        border-top: 0;
    }

    .toolbar-cart > .toolbar-dropdown-group > .column {
        display: table-cell;
        vertical-align: top;
    }

        .toolbar-cart > .toolbar-dropdown-group > .column:first-child {
            padding-right: 6px;
        }

        .toolbar-cart > .toolbar-dropdown-group > .column:last-child {
            padding-left: 6px;
        }

    .toolbar-cart > .toolbar-dropdown-group .btn {
        margin: 0;
    }


.gallery-item > a > img {
    width: auto !important;
}

.jumbotron {
    min-height: 500px;
}

.product-gallery .thumbnails {
    display: block;
    margin: 0;
    margin-top: 24px;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block !important;
}

    .product-gallery .thumbnails > li {
        display: inline-block;
        margin: 0 3px 10px;
        width: 94px;
        transition: border-color .25s;
        border: 1px solid #e1e7ec;
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer;
    }

        .product-gallery .thumbnails > li.tns-nav-active {
            border-color: #0da9ef;
            cursor: default;
        }


.form-group.required > label:after {
    content: "*";
    color: red;
}

.input-group-prepend > .input-group-text {
    height: 44px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    font-size: .875rem;
    line-height: 1.5;
}

.input-group-append > .input-group-text {
    height: 44px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    font-size: .875rem;
    line-height: 1.5;
}

.form-control-group {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-right: 0px !important;
}

/* Blocks Mobile Screen Size buttons
   .btn-xs-block
   .btn-sm-block
   .btn-md-block
   .btn-lg-block
*/

@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }

    .sp-buttons .btn-xs-block {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .topbar .topbar-column:first-child > a:not(.social-button), .topbar .topbar-column:first-child > span, .topbar .topbar-column:first-child > p {
        margin-right: 0px !important;
    }

    h5, .h5 {
        font-size: 16px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
}

/*bootstrap select style overrides*/

button.btn.dropdown-toggle.btn-light {
    border: 1px solid #dbe2e8;
    text-transform: none;
    font-weight: normal;
    border-radius: 22px;
    background-color: #ffffff;
    color: #606975;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: normal;
}

    button.btn.dropdown-toggle.btn-light:focus {
        border-color: #0da9ef;
        outline: none !important;
        color: #606975;
        box-shadow: none !important;
    }

/* z-index fix for photoswipe */
.pswp {
    z-index: 30000 !important;
}

.addon-group, .addon-input {
    height: 44px;
    border-radius: 22px;
}

.addon-group {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.addon-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.addon-label {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

    .addon-label::after {
        height: 42px;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        background-color: #f5f5f5;
        font-weight: 500 !important;
    }

    .addon-label, .addon-label::after {
        height: 44px;
        border-radius: 22px;
        border-color: #dbe2e8;
        color: #606975;
        line-height: 2.2;
    }

        .addon-label::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 3;
            display: block;
            height: calc(1.5em + .75rem);
            padding: .375rem .75rem;
            line-height: 1.5;
            color: #495057;
            content: "Test";
            background-color: #e9ecef;
            border-left: inherit;
            border-radius: 0 .25rem .25rem 0;
        }

/** car-footer */
.card-footer > .column {
    display: table-cell;
    vertical-align: middle;
}

    .card-footer > .column:last-child {
        text-align: right;
    }

        .card-footer > .column:last-child .btn {
            margin-right: 0;
            margin-left: 15px;
        }

/* Vertical Progress bar*/

.progress.progress-bar-vertical {
    height: 135px;
    /*background-color: green;*/
}

.progress-bar-vertical {
    width: 10px !important;
    min-height: 135px !important;
    position: absolute;
    left: 35%;
    margin-top: 25px;
    right: auto;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: flex-end;
    -webkit-align-items: flex-end; /* Safari 7.0+ */
}

    .progress-bar-vertical .progress-bar {
        width: 100%;
        height: 0px;
        -webkit-transition: height 0.6s ease;
        -o-transition: height 0.6s ease;
        transition: height 0.6s ease;
    }


.product-thumb-100 {
    width: 50px;
    height: 50px;
}

.product-thumb-200 {
    width: 100px;
    height: 100px;
}

.product-thumb-400 {
    width: 200px;
    height: 200px;
}

/* WISHLIST TABLE */
.wishlist-table .product-item .product-thumb-100 {
    display: table-cell;
    vertical-align: top;
}

.wishlist-table .product-item .product-thumb-100 {
    width: 50px;
    padding-right: 20px;
}

    .wishlist-table .product-item .product-thumb-100 > img {
        display: block;
        width: 100%;
    }

.wishlist-table .product-item .product-thumb-200 {
    display: table-cell;
    vertical-align: top;
}

.wishlist-table .product-item .product-thumb-200 {
    width: 100px;
    padding-right: 20px;
}

    .wishlist-table .product-item .product-thumb-200 > img {
        display: block;
        width: 100%;
    }

.wishlist-table .product-item .product-thumb-400 {
    display: table-cell;
    vertical-align: top;
}

.wishlist-table .product-item .product-thumb-400 {
    width: 200px;
    padding-right: 20px;
}

    .wishlist-table .product-item .product-thumb-400 > img {
        display: block;
        width: 100%;
    }

/* PRODUCT CARD */

.card .product-thumb-400 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

    .card .product-thumb-400 > img {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 200px;
    }

.card .product-info > p:first-child {
    height: 80px;
    overflow: hidden;
}

/* RESPONSIVE CARD COLUMNS */


.card-columns-responsive > .card.border-dark {
    border-bottom: 1px solid #374250 !important;
}

    .card-columns-responsive > .card.border-dark > .card-header {
        background-color: rgba(0, 0, 0, 0.03) !important;
        border-bottom: none;
    }

/*RESPONSIVE LISTGROUP WITH TABS*/
.responsive-list-group {
    display: none;
}

.responsivetab-content > .card > .card-header {
    background-color: rgba(0, 0, 0, 0.03) !important;
    border-bottom: none;
}

.responsivetab-content > .tab-pane {
    display: none
}

.responsivetab-content > .active {
    display: block
}

.nav-pills + .responsivetab-content {
    padding: 24px 0 0;
    border: 0;
    border-radius: 0
}

.card-body .responsivetab-content {
    padding: 0;
    border: 0
}



/* bigger screen */

@media(min-width:768px) {

    .responsive-list-group {
        display: flex;
        /*flex-direction: row;*/
        /*-webkit-flex-direction: row;*/
        display: -webkit-flex; /* NEW */
    }

    .responsivetab-content > .card {
        /* border: none;*/
    }

    .responsivetab-content.tab-content > .card {
        border: none !important;
    }

    .responsivetab-content > .card > .card-header {
        display: none;
    }

    .responsivetab-content > .card > .collapse {
        display: block;
    }

    .card-columns-responsive > .card > .collapse,
    .card-columns-responsive > .card > .collapsing {
        display: block;
        -webkit-transition: none !important;
        transition: none !important;
    }

    .card-columns-responsive > .card > .card-header > a[data-toggle="collapse"] {
        cursor: default;
    }

        .card-columns-responsive > .card > .card-header > a[data-toggle="collapse"]::after {
            display: none;
        }
}

/* smaller screens */

@media (max-width: 576px) {
    .isotope-grid.cols-6 .grid-sizer,
    .isotope-grid.cols-6 .grid-item,
    .isotope-grid.cols-5 .grid-sizer,
    .isotope-grid.cols-5 .grid-item,
    .isotope-grid.cols-4 .grid-sizer,
    .isotope-grid.cols-4 .grid-item,
    .isotope-grid.cols-3 .grid-sizer,
    .isotope-grid.cols-3 .grid-item,
    .isotope-grid.cols-2 .grid-sizer,
    .isotope-grid.cols-2 .grid-item {
        width: calc((100% / 2) - 7px) !important;
    }

    .isotope-grid.cols-6 .gutter-sizer,
    .isotope-grid.cols-5 .gutter-sizer,
    .isotope-grid.cols-4 .gutter-sizer,
    .isotope-grid.cols-3 .gutter-sizer,
    .isotope-grid.cols-2 .gutter-sizer {
        width: 14px;
    }

    .shop-toolbar > .column:last-child {
        padding-top: 0px !important;
    }
}

/*wishlist*/
@media screen and (max-width: 860px) {
    .wishlist-table .product-item .product-thumb {
        display: block !important;
    }

    /*.toolbar .account{
        display: inline-block  !important;
    }*/

    .responsivetab-content.tab-content {
        padding: 0;
        border: 0;
    }
}

@media(max-width:767px) {

    .card .product-thumb-400 {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .card .product-info > p:first-child {
        /*height: auto;*/
    }

    .card .product-thumb-400 > img {
        display: block;
        width: 150px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .responsivetab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }

    .user-info-wrapper {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px
    }
}
