.navbar .dropdown:hover .dropdown-menu{
    display: block !important;
}
.cart-count{
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #1969eb;
}

#search-result ul li:hover{
    background: #ffffff;
}
#search-result{
    display: none;
}
/* #search-input:focus ~ #search-result{
    display: initial;
} */

.slider-section .swiper {
    width: 100%;
    height: 70vh;
    /* z-index: -1; */
}
.slider-section .swiper .swiper-wrapper{
    transition: all 1s !important;
}
.slider-section .swiper-slide::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6));*/
    z-index: 1;
}
.slider-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-section .swiper-slide .caption{
    left: 10%;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.slider-section .swiper-button-next::after,
.slider-section .swiper-button-prev::after{
    font-size: 1.5rem;
}
.slider-section .swiper-button-next,
.slider-section .swiper-button-prev{
    /* top: 90%; */
    height: 70px;
    width: 70px;
    line-height: 70px;
    transition: .8s;
}
.slider-section .swiper .swiper-button-next:hover,
.slider-section .swiper .swiper-button-prev:hover{
    background: var(--bs-primary) !important;
    color: #000000 !important;
}
.slider-section .swiper .swiper-button-next{
    right: -100%;
}
.slider-section .swiper .swiper-button-prev{
    left: -100%;
}
.slider-section .swiper:hover .swiper-button-next{
    right: 10px;
}
.slider-section .swiper:hover .swiper-button-prev{
    left: 10px;
}
.swiper-pagination-bullet{
    height: 4px;
    width: 30px;
    border-radius: 5px;
}
.swiper-pagination-bullet-active{
    background: var(--bs-primary);
}

.section1 .card img{
    height: 371px;
}
.section1 .card a > span{
    width: 15rem;
    transform: rotate(-45deg) translate(-25%,-80%);
    /* left: -50px;
    top: -20px; */
}
.section1 .card .hover-animation{
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    background-image: linear-gradient( 135deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 55% );
    background-size: 300% 100%;
    animation: shine 3s infinite;
    display: none;
}
.section1 .card:hover .hover-animation{
    display: initial;
}
@keyframes shine {
    0% {
        background-position: right;
    }
    25% {
        background-position: right;
    }
    50% {
        background-position: left;
    }
    100% {
        background-position: left;
    }
}

.section1 .card .flash-box{
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    left: 0%;
    animation: flash 0.5s linear;
    display: none;
}
.section1 .card:hover .flash-box{
    display: initial;
}
@keyframes flash {
    0% {
        background-color: none;
    }
    10% {
        background-color: rgba(255, 255, 255, 0.7);
    }
    100% {
        background-color: none;
    }
}


.category-section .col a .rounded-circle,
.category-section .swiper-slide a .rounded-circle{
    height: 12rem;
    width: 12rem;
    transition: all .6s;
}
.category-section .col a img,
.category-section .swiper-slide a img{
    transition: all .6s;
}
.category-section .col a:hover img,
.category-section .swiper-slide a:hover img{
    transform: scale(1.2);
}
.category-section .col a:hover .rounded-circle,
.category-section .swiper-slide a:hover .rounded-circle{
    border-color: var(--bs-primary) !important;
}
/* .category-section .col:last-child a:hover .rounded-circle{
    border-color: #000000 !important;
} */
.category-section .col a:hover span{
    color: #000000 !important;
}

.category-section .swiper .swiper-button-next,
.category-section .swiper .swiper-button-prev,
.home-products-section .swiper .swiper-button-next,
.home-products-section .swiper .swiper-button-prev{
    height: 70px;
    width: 25px;
    /* line-height: 35px; */
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
    display: none;
}
.category-section .swiper .swiper-button-next,
.home-products-section .swiper .swiper-button-next{
    right: 0;
    /* box-shadow: -4px 0px 7px -5px rgba(0,0,0,0.2) */
    
}
.category-section .swiper .swiper-button-prev,
.home-products-section .swiper .swiper-button-prev{
    left: 0;
    /* box-shadow: 4px 0px 7px -5px rgba(0,0,0,0.2); */
}
.category-section .swiper:hover .swiper-button-next,
.category-section .swiper:hover .swiper-button-prev,
.home-products-section .swiper:hover .swiper-button-next,
.home-products-section .swiper:hover .swiper-button-prev{
    display: flex;
}
.category-section .swiper .swiper-button-next::after,
.category-section .swiper .swiper-button-prev::after,
.home-products-section .swiper .swiper-button-next::after,
.home-products-section .swiper .swiper-button-prev::after{
    font-size: 1.2rem;
}

.home-products-section .card .icons{
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}
.home-products-section .card:hover .icons{
    opacity: 1;
    visibility: visible;
}
.home-products-section .card .icons button{
    height: 37px;
    width: 37px;
    line-height: 37px;
    font-size: 15px;
    transition: .4s;
}
.home-products-section .card .icons button:hover{
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #000000 !important;
}
.home-products-section .card img{
    height: 250px;
}

.sale-banners-section .box img{
    transition: .4s;
}
.sale-banners-section .box:hover img{
    transform: scale(1.1);
}

.section-5 .card .icon{
    height: 6rem;
    width: 6rem;
    line-height: 7rem;
    color: var(--bs-primary);
    transition: all .5s;
}
.section-5 .card:hover .icon{
    background: var(--bs-primary);
    color: #ffffff;
}



footer ul li a{
    transition: .4s;
}
footer ul li a:hover{
    color: var(--bs-primary) !important;
    padding-left: 6px;
    /* font-weight: 700; */
}
footer .social-links a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: .4s;
}
footer .social-links a:hover{
    /* background: var(--bs-success); */
    box-shadow: 0 0 .5rem .3rem var(--bs-primary);
    color: #ffffff !important;
    transform: rotate(360deg);
}

.scroll-top-btn{
    bottom: 2.5rem;
    right: -100%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    transition: 1s;
}
.scroll-top-btn.active{
    right: 2.5rem;
}


.breadcrumb-section .breadcrumb a:hover,
.breadcrumb-section .breadcrumb li:hover{
    color: var(--bs-primary) !important;
}

.product-view-section .review-star{
    cursor: pointer;
}
.product-view-section .colors ul li{
    height: 35px;
    width: 35px;
    line-height: 35px;
    cursor: pointer;
}
.product-view-section .colors i,
.product-view-section .colors svg{
    display: none;
}
/* .product-view-section .colors i.active,
.product-view-section .colors svg.active{
    display: initial !important;
} */
.product-view-section .colors .color-btn.active i,
.product-view-section .colors .color-btn.active svg{
    display: initial !important;
}
.product-view-section .p-small-img.active,
.product-view-section .p-small-img:hover{
    border-color: var(--bs-primary) !important;
}
.smallImgs{
    display: none;
  }
.smallImgs.active{
    display: flex;
}
.zoomImg{
    cursor: zoom-in;
}
.nav-tabs .nav-link{
    border-color: transparent !important;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active{
    border-bottom: var(--bs-nav-tabs-border-width) solid #000000 !important;
    color: #000000 !important;
}
.nav-tabs .nav-link:not(.active):hover{
    color: var(--bs-secondary) !important;
}

.mix-blend-multiply{
    mix-blend-mode: multiply;
}
.product-view-section .swiper .swiper-button-next,
.product-view-section .swiper .swiper-button-prev{
    height: 27px;
    width: 27px;
    line-height: 27px;
}
.product-view-section .swiper .swiper-button-next::after,
.product-view-section .swiper .swiper-button-prev::after{
    font-size: 1rem;
}
.related-products-section .swiper .swiper-button-next,
.related-products-section .swiper .swiper-button-prev{
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.related-products-section .swiper .swiper-button-next::after,
.related-products-section .swiper .swiper-button-prev::after{
    font-size: 1.2rem;
}

.product-type-section .card:hover{
    box-shadow: 5px 5px 15px -3px #00000057;
}
.product-type-section .card:hover .card-title{
    color: #000000 !important;
}

.product-filter-section .products .card{
    transition: all .4s;
}
.product-filter-section .products .card:hover{
    box-shadow: 0 0 1rem rgba(var(--bs-body-color-rgb), .2);
}
.product-filter-section .products .card .sale-text{
    height: 45px;
    width: 45px;
    line-height: 45px;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000;
}
.product-filter-section .accordion .accordion-button::after{
    background-image: url("https://static-00.iconduck.com/assets.00/add-plus-icon-256x256-maxvshza.png");
    /* content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-size: 25px;
    font-weight: 800; */
    transform: none;
}
.product-filter-section .accordion .accordion-button:not(.collapsed)::after{
    /* content: ""; */
    background-image: url("https://icons.veryicon.com/png/o/miscellaneous/medium-thin-linear-icon/minus-36.png");
}

.price-range-block {
    margin:60px;
}

.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .4em;
}
.ui-slider-horizontal {
    /* margin-bottom: 15px; */
    /* width:40%; */
}
.ui-widget-header {
    background: #093680;
    cursor: pointer;
}
.ui-slider-handle{
    top: 50% !important;
    transform: translateY(-50%);
    background: var(--bs-primary) !important;
    cursor: grab !important;
}

.price-range-search {
    width:40.5%; 
    background-color: #f9f9f9; 
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field{
    width:25%; 
    min-width: 16%;
    background-color:#f9f9f9; 
    border: 1px solid #6e6666; 
    color: black; 
    font-family: myFont; 
    font: normal 14px Arial, Helvetica, sans-serif; 
    border-radius: 5px; 
    height:26px; 
    padding:5px;
    border: none;
    outline: none;
    font-weight: 700;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}


.cart-page-section .qty-rmv-btn,
.cart-sidebar .qty-rmv-btn{
    height: 20px;
    width: 20px;
    line-height: 20px;
    /* font-size: 13px; */
    transform: translate(50%, -50%);
}


#instafeed-container img{
    height: 200px;
    width: 200px;
    border-radius: 7px;
}
#instafeed-container a{
    border-radius: 7px;
    position: relative;
    transition: .5s;
}
#instafeed-container a::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#instafeed-container a:hover::after{
    background: rgba(0,0,0,0.2);
}


@media screen and (min-width: 992px) {
    .product-view-section #p-main-img{
        height: 32rem;
    }
    .product-view-section .p-small-img{
        height: 7rem;
    }
}

@media only screen and (max-width: 768px) {
    .navbar .navbar-toggler-icon::after{
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 28px !important;
        color: #ffffff;
      }
    .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after{
        content: "\f00d";
    }
    .slider-section .swiper-slide .caption{
        /* width: 100%; */
    }
    .section1 .card img{
        height: 191px;
    }
    .category-section .col a .rounded-circle{
        height: 8rem;
        width: 8rem;
    }
    .section-3 img{
        height: 8rem;
    }
    .home-products-section .card img{
    height: 320px;
}

    #filters-side-bar{
        position: fixed;
        left: -100%;
        top: 0;
        height: 100vh;
        width: 90vw;
        padding: 0;
        overflow: scroll;
        background: #ffffff;
        z-index: 111;
        visibility: hidden;
        transition: .5s;
    }
    #filters-side-bar.active{
        left: 0;
        visibility: visible;
    }
    #filters-side-bar::-webkit-scrollbar{
        width: 2px;
    }
    #filters-backdrop{
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
        z-index: 11;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    #filters-backdrop.active{
        opacity: 1;
        visibility: visible;
    }
}