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

.filter-loader {
    position: absolute;
    background: transparent;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fd7e14;
    padding-top: 0%;
}

.filter-loader.active {
    display: flex; /* Changed to flex for proper centering with align-items and justify-content */
}

.filter-loader.active i {
    display: inline-block; /* Ensure the icon is treated as an inline-block element */
    animation: spin 2s linear infinite; /* Add the spinning animation */
}


.dropdown.itl-dropdown {
    margin-bottom: 0;
}

.dropdown.itl-dropdown .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    padding: 10px;
    cursor: pointer;
}
.dropdown.itl-dropdown.itl-sort {
    width: 25%;
}
.dropdown.itl-dropdown.itl-sort .btn {
    width: 100%;
}
.itl-sort-main {
    position: absolute;
    top: -65px;
    left: -13px;
    width: 100%;
    display: flex;
    align-items: end;
    flex-direction: column;
}

.dropdown.itl-dropdown .dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10;
    list-style: none;
    padding: 0;
    border-color: #bc332c;
    background-color: #fffaf6;
    left: 0 !important;
    top: 100% !important;
    position: relative;
    margin: 0;
}
.dropdown.itl-dropdown.itl-sort .dropdown-menu {
    width: 100%;
}
.dropdown.itl-dropdown .dropdown-menu li {
    padding: 5px 15px;
    margin: 0 !important;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #000;
}
.dropdown.itl-dropdown .dropdown-menu li:first-child {
    padding-left: 0;
    padding-right: 0;
}
.dropdown.itl-dropdown .dropdown-menu li:hover {
    background-color: #fff;
    color: #bc332c;
}
.dropdown.itl-dropdown .dropdown-menu li.active {
    background-color: #fff;
    color: #bc332c;
}
.itl-dropdown .dropdown-menu{
    display: none;
}
.itl-dropdown .dropdown-menu.show{
    display: block;
}
#itlItemFilter input.edd-add-to-cart.edd-no-js.button.blue.edd-submit {
    display: none;
}
#itlItemFilter .col-md-4 {
    margin-bottom: 30px !important;
}

.h-filter-cat-box {
    margin: 10px 0 10px 0;
}

.h-filter-cat-box .cat-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 8%), 0 0 8px 0 rgb(0 0 0 / 4%);
    background-color: #f9fcff;
    cursor: pointer;
}
.cat-banner h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
}

.h-filter-cat-box i {
    font-size: 12px;
}
.h-filter-cat-box .i-plus {
    cursor: pointer;
}

.h-filter-cat-box .cat-banner .i-minus {
    display: none;
    cursor: pointer;
}

.h-filter-cat-box.active .cat-banner .i-plus {
    display: none;
}

.h-filter-cat-box.active .cat-banner .i-minus {
    display: block;
}

.h-filter-cat-box .cat-content-box {
    display: none;
    background-color: #e8e8e8;;
    padding: 15px;
}

.h-filter-cat-box.active .cat-content-box {
    display: block;
}


#itlItemFilter .container{
    padding: 0 10px !important;
}
#itlItemFilter .container .row {
    margin-right: -10px;
    margin-left: -10px;
}
#itlItemFilter .left,#itlItemFilter .right{
    padding: 0 10px;
}
#itlItemFilter .left {
    width: 31%;
    border-right: 1px solid #bc332c;
}
#itlItemFilter .right {
    width: 69%;
}

/*#itlItemFilter .form-group label,#eventDate{*/
    /*display: none;*/
/*}*/

.event-calendar {
    margin-bottom: 10px;
    border-bottom: 1px solid #bc332c;
    padding-bottom: 20px;
}
.event-calendar .flatpickr-calendar.inline {
    max-width: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: unset;
}

.event-calendar .flatpickr-weekdays{
    max-width: 262px;
}
.event-calendar .flatpickr-calendar .dayContainer {
    width: 262px;
    min-width: 260px;
}
.event-calendar .flatpickr-calendar .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 0 0 20px 0;
}
/*.event-calendar .flatpickr-calendar .flatpickr-day.today {*/
/*border-color: #881c20;*/
/*background-color: #881c20;*/
/*color: #fff;*/
/*transition: all 0.5s ease;*/
/*}*/
.event-calendar .flatpickr-calendar .flatpickr-day.today {
    border-color: #fffaf6;
    background-color: #fffaf6;
    color: #000;
    transition: all 0.5s ease;
}
.event-calendar .flatpickr-calendar .flatpickr-day:hover{
    background: #bc332c;
    border-color: #bc332c;
    color: #fff;
}

#itlItemFilter  .elementor-widget-icon-box .elementor-widget-container {
    border-radius: 0 0 50px 0;
    margin: -23% 0% 0% 0%;
    padding: 31px 31px 31px 31px;
    background-color: var( --e-global-color-nvsitebg );
}
#itlItemFilter .right .elementor-widget-image img {
    width: 40vw;
    height: 35vh;
    object-fit: cover;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 2.9px ) hue-rotate( 0deg );
    border-radius: 0% 0% 0% 0%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
#itlItemFilter .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: var( --e-global-color-6eb35b6 );
    color: var( --e-global-color-6eb35b6 );
    border-color: var( --e-global-color-6eb35b6 );
    font-size: 36px;
}
#itlItemFilter .right .elementor-widget-icon-box .elementor-icon-box-title {
    color: var( --e-global-color-6eb35b6 );
    margin-bottom: 0;
}

.event-calendar .flatpickr-calendar .flatpickr-day.selected {
    border: 1px solid transparent;
    border-radius: 0 0 20px 0;
    background-color: #bc332c;
    color: #fff;
}
.itl-dropdown .clear-filter-btn {
    justify-content: center !important;
    color: #fff !important;
}
/*.dropdown-menu input.custom-control-input {*/
/*position: relative;*/
/*}*/
/*.dropdown-menu input.custom-control-input:before {*/
/*content: "";*/
/*width: 16px;*/
/*height: 16px;*/
/*background-color: #fff;*/
/*border: 1px solid #000;*/
/*border-radius: 3px;*/
/*position: absolute;*/
/*left: -4px;*/
/*top: -1px;*/
/*}*/
/*.dropdown-menu input[type=checkbox]:checked.custom-control-input:after {*/
/*content: "";*/
/*position: absolute;*/
/*top: -4px;*/
/*left: 2px;*/
/*width: 8px;*/
/*height: 15px;*/
/*background: #0000;*/
/*border-right: 1px solid #881c20;*/
/*border-bottom: 1px solid #881c20;*/
/*transform: rotate(45deg);*/
/*}*/

/*.dropdown-menu input[type=checkbox]:checked.custom-control-input:before{*/
/*border-color:    #881c20;*/
/*}*/
.dropdown.itl-dropdown .dropdown-menu li span{
    margin-left: 10px;
}

.dropdown.itl-dropdown .dropdown-menu li.item {
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
}
.dropdown.itl-dropdown .dropdown-menu li.item:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    position: absolute;
    left: 5px;
    top: 9px;
}
.dropdown.itl-dropdown .dropdown-menu li.item.active:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 12px;
    width: 8px;
    height: 15px;
    background: #0000;
    border-right: 2px solid #bc332c;
    border-bottom: 2px solid #bc332c;
    transform: rotate(45deg);
}

.dropdown.itl-dropdown .dropdown-menu li.item:before{
    border-color:    #bc332c;
}
/*Pagination Start*/
#itlItemFilter .vue-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
    width: 100%;
}

#itlItemFilter .vue-pagination span {
    background: transparent;
    padding: 6px 20px;
    margin: 1px;
    cursor: pointer;
    font-weight: 600;
}
#itlItemFilter .vue-pagination span:first-child,
#itlItemFilter .vue-pagination span:last-child{
    color: #bc332c;
}
#itlItemFilter  .vue-pagination span.active {
    background: #bc332c;
    color: #fff;
    border-radius: 0 0 20px 0;
}

.filter-option-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
div#itlItemFilter {
    padding-bottom: 50px;
    position: relative;
}

.filter-option-list > div {
    width: 100%;
    position: relative;
    /*background-color: #bc332c;*/
    /*background-color: #457347;*/
    /*background-color: #f15b29;*/
    background-color: #f4f2ec;
    margin: 0;
    min-height: 50px;
    margin-bottom: 15px !important;
}
.dropdown.itl-dropdown.disabled {
    background-color: #bc332cc4;
}
ul.selected-brands-models {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 5px;
    min-height: 40px;
    margin-left: 0;
    margin-bottom: 30px;
}
ul.selected-brands-models li {
    padding: 5px 15px;
    background-color: #f4f2ed;
    border-radius: 30px;
    margin-top: 10px;
}
ul.selected-brands-models li + li {
    margin-left: 10px;
}
ul.selected-brands-models li a {
    display: inline-block;
    margin-left: 5px;
    color: #f15b29;
}
ul.selected-brands-models li span {
    font-weight: 600;
    text-transform: uppercase;
}
.content-wrapper {
    padding: 10px 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    /* box-shadow: inset 0 0 14px 0 #bc332c; */
    /* box-shadow: inset 0 0 14px 0 #f4f2ed; */
    /*background-color: #f4f2ed;*/
}
.itl-accordion-main > .card {
    margin-bottom: 10px;
}
.row {
    display: flex;
    margin: 0 -15px;
}
.row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}
.row .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
}



ul.gallery-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 170px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.filter-product-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

ul.filter-product-list li.product-item {
    width: 25%;
    /*align-items: center;*/
    background: #fff;
    border: 8px solid #f4f2ed;
    display: flex;
    flex-direction: column;
    padding: 12px 12px 16px;
    position: relative;
}
ul.filter-product-list li.product-item .sale-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c7370f;
    color: #fff;
    z-index: 999;
    padding: 0 5px;
    font-size: 12px;
}
ul.filter-product-list li.product-item a {
    text-decoration: none;
}
.product-item >div span.full-price {
    font-weight: 600;
}
.product-item >div span.sale-price+.full-price {
    color: #807777;
    text-decoration: line-through;
    font-weight: 500;
}
.product-item >div span.sale-price {
    display: block;
    color: #c7370f;
    font-weight: 700;
}
.variation-wrapper {
    align-items: start;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.variation-wrapper .button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 4px 0 4px -4px;
}
.variation-wrapper .button-group button {
    background-color: #fff;
    border: 1px solid #dcd6cb;
    height: 40px;
    margin: 4px;
    padding: 0;
    width: 40px;
    position: relative;
}
.variation-wrapper .button-group button img {
    max-width: 100% !important;
    width: 40px;
    height: 35px;
    object-fit: contain;
}
.variation-wrapper .button-group button.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #04040470;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.variation-wrapper .button-group button.active:after {
    content: '';
    width: 15px;
    height: 25px;
    border: 4px solid #fff;
    border-top: 0;
    border-left: 0;
    position: absolute;
    background-color: transparent;
    z-index: 999999;
    left: 50%;
    top: 39%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.product-details span.product-brand {
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    text-transform: capitalize;
}
.product-details span.product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    font-weight: 400;
    letter-spacing: -.16px;
    margin: 0 0 0.8rem;
}
ul.dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.product-item .slick-next:before,
.product-item .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-item .slick-prev{
    left: 0 !important;
}
.product-item .slick-next{
    right: 0 !important;
}
.product-item .slick-prev,
.product-item .slick-next{
    z-index: 999;
}
.product-item  li.slider-item.carousel-gallery-item {
    height: 204px !important;
    display: block !important;
}











.dropdown.itl-dropdown .dropdown-menu li.item.item-child-parent {
    display: flex;
    padding: 5px 10px;
    padding-left: 20px;
    flex-direction: column;
}
.dropdown.itl-dropdown .dropdown-menu li.item.item-child-parent:before {
    display: none;
}
.dropdown.itl-dropdown .dropdown-menu li.item.item-child-parent .dropdown-menu {
    display: block;
    width: 100%;
}

.dropdown.itl-dropdown .dropdown-menu li.item.item-child-parent .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #cccc;
}










ul.accordion {
    list-style: none;
    padding: 0;
}
ul.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}
.inner.show {
     /*display: block;*/
 }


ul.accordion li {
    margin: .5em 0;
}
ul.accordion li a.toggle {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.78);
    color: #fefefe;
    padding: .75em;
    border-radius: 0.15em;
    transition: background .3s ease;
}
ul.accordion li a.toggle:hover {
     background: rgba(0, 0, 0, 0.9);
 }







.itl-accordion-main > .card > .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.itl-accordion-main .card-header a:focus,
.itl-accordion-main .card-header a:hover {
    text-decoration: none;
    outline:none;
}
.card-body.sub-card-wrapper {
    padding: 0;
}

.card-body.sub-card-wrapper >div > .card > div > .card-header a {
    display: flex;
    color: #000;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}
.custom-card .card-header a:hover,
.card-body.sub-card-wrapper >div > .card > div > .card-header a:hover {
    text-decoration: none;
    color: #f15b29;
}
.sub-card-wrapper {
    padding: 0;
}

.sub-card-wrapper .card {
    border: none;
}
.sub-card-wrapper .card-header {
    /* padding: 0; */
    background-color: transparent;
    border: none;
}
.sub-card-wrapper .card-body {
    padding: 0;
}
.sub-card-wrapper .card-body .card .card-header a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-card-wrapper >div > .card > div > .custom-control {
    padding-left: 55px;
}

.sub-card-wrapper .card > div > div > .card-body > div.form-group {
    padding-left: 60px;
}
.sub-card-wrapper >div > .card > div >div >.card-body>div >.card>div> .custom-control {
    padding-left: 65px;
}
.sub-card-wrapper >div > .card > div >div >.card-body>div >.card:last-child .custom-control {
    margin-bottom: 15px;
}
.carousel-gallery-item {
    display: none;
}
.carousel-gallery-item.single{
    display: block;
}
.carousel-gallery-item a{
    display: block;
}
.carousel-gallery-item.active {
    display: block;
}
.carousel-gallery-item img{
    height: 170px;
    object-fit: contain;
    width: 100%;
}
.product-gallery-wrapper{
    position: relative;
}
.product-gallery-wrapper button {
    width: 40px;
    background-color: #f9f8f6;
    border: 1px solid #dcd6cb;
    border-radius: 50%;
    margin-left: auto;
    padding: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}
.product-gallery-wrapper button:hover,
.product-gallery-wrapper button:focus{
    outline: none;
}
.product-gallery-wrapper button.buttonPrev {
    left: -10px;
}
.product-gallery-wrapper button.buttonNext {
    right: -10px;
}
.product-gallery-wrapper:hover button {
    opacity: 1;
}

p.variation-title {
    font-size: 12px;
    margin: 0;
    min-height: 18px;
}
.product-image-carousel{
    display: none;
    transition: all 0.5s ease;
}
.product-image-carousel.images-loop {
    display: block !important;
    width: 100% !important;
    position: relative;
    margin-bottom: 30px;
}
.product-image-carousel.this_active{
    display: block;
}

.accordion-wrapper .card-header {
    padding: 0;
    border: none;
}
.accordion-wrapper .card-header .btn.btn-link {
    width: 100%;
    padding: 10px;
    background-color: #000;
    border: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}
.accordion-wrapper .card-header .btn.btn-link:focus,
.accordion-wrapper .card-header .btn.btn-link:hover {
    background-color: #c7370f;
    outline: none;
}

.itl-accordion-main .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f15b29;
    background-color: #f15b29;
}

.itl-accordion-main .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #f15b29b8;
    border-color: #f15b29b8;
}

.itl-accordion-main .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #f15b2945;
}

.itl-accordion-main .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #f15b2945;
}

.custom-control.custom-checkbox label .color-box {
    width: 18px;
    height: 12px;
    display: inline-block;
    border: 1px solid #dcd6cb !important;
    margin-right: 5px;
    margin-top: 2px;
}


.card.custom-card .card-body {
    max-height: 250px;
    overflow-y: auto;
}
.card.custom-card .card-body::-webkit-scrollbar {
    width: 0.5em;
}
.card.custom-card .card-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.card.custom-card .card-body::-webkit-scrollbar-thumb {
    background-color: #a8a8a8 !important;
    outline: 1px solid #a8a8a8;
    border-radius: 20px;
}
.card.custom-card.color-card .card-body .custom-checkbox label.custom-control-label {
    font-size: 13px !important;
}
@media (max-width: 767px) and (min-width: 320px) {
    #itlItemFilter .container .row{
        flex-direction: column;
    }
    #itlItemFilter .container .row .col-md-4,
    #itlItemFilter .container .row .col-md-8{
        width: 100%;
        max-width: 100%;
    }
    .filter-option-list {
        flex-direction: column;
    }
    .filter-option-list > div{
        width: 100%;
        margin: 0 !important;
    }
    .dropdown.itl-dropdown {
        margin-bottom: 10px;
    }
    ul.filter-product-list{
        flex-direction: column;
    }
    ul.filter-product-list li.product-item{
        width: 100%;
    }
    .product-gallery-wrapper button{
        opacity: 1;
    }
}