a {
    text-decoration: none !important;
}

.topCatSlider .category-item {
    padding: 0 10px;
}

.topCatSlider .slick-list {
    margin: 0 -10px;
}

.topCatSlider .slick-prev,
.topCatSlider .slick-next {
    font-size: 0;
    /* hides the "Previous"/"Next" text */
    background: none;
    border: none;
    width: 60px;
    height: 60px;
    background-size: contain;
    z-index: 999;
    background-color: transparent;
    opacity: 0.5;
}

.topCatSlider button:focus,
.topCatSlider .slick-prev:hover,
.topCatSlider .slick-next:hover {
    background-color: transparent;
    opacity: 1;
}


.topCatSlider .slick-prev {
    background-image: url('../assets/slick/left-arrow.svg');
    left: -60px;
}


.topCatSlider .slick-next {
    background-image: url('../assets/slick/right-arrow.svg');
    right: -60px;
}


.topCatSlider .slick-prev::before,
.topCatSlider .slick-next::before {
    display: none;
}

.topCatSlider {
    display: flex;
    gap: 20px;
}

.topCatSlider .category-item a {
    display: flex;
    position: relative;
    justify-content: center;
    border-radius:10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.topCatSlider .category-item a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    opacity: 0.7;
}
.topCatSlider .category-item a h3 {
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    margin: 10px 10px 20px;
    width: max-content;
    z-index: 99;
    font-size:24px;
    font-weight: 900;
    text-align: center;
    padding: 6px 16px;
    letter-spacing: 0.15rem;
    color: #fff;
    z-index:10;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
}






.newArrivalSlider .group {
    padding: 0 10px;
}

.newArrivalSlider .slick-list {
    margin: 0 -10px;
}

.bg-white {
    background-color: #fff;
}

.product_item .quickLinks {

    display: flex;
    flex-direction: column;
    gap: 6px;
}



.product_item .quickLinks a svg {
    stroke: #000;
}

.product_item .quickLinks a:hover {
    background-color: #000;
    border-radius: 50%;
}

.product_item .quickLinks a:hover svg {
    stroke: #fff;
}

.product_item .cartBtn {
    background-color: #0f336a;
    color: #fff;
    text-decoration: none;
}


.product_item .cartBtn:hover {
    background-color: #0f172a;

}

.product_item .productTitle {
    font-size: 16px;
    font-weight: 600;
    color: #000;
   text-transform:uppercase!important;
}

.product_item.slick-slide img {
    height: 458px;
    object-fit: cover;
}

.mb-0 {
    margin-bottom: 0;
}

.offerTag {
    background-color: #ea580c;
    color: #fff !important;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.025rem;
}


.newTag {
    background-color: #ff0000;
    color: #fff !important;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}



.newArrivalSlider .slick-prev,
.newArrivalSlider .slick-next {
    font-size: 0;
    /* hides the "Previous"/"Next" text */
    background: none;
    border: none;
    width: 80px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    z-index: 999;
    opacity: 0.5;

    position: absolute;
    bottom: -15%;
    top: initial;
    /* Adjust as needed */
    transform: translateY(0);
    z-index: 10;

}

.newArrivalSlider button:focus,
.newArrivalSlider .slick-prev:hover,
.newArrivalSlider .slick-next:hover {
    background-color: transparent;
    opacity: 1;
}



.newArrivalSlider .slick-prev {
    background-image: url('../assets/arryPrevIcon.png');
    /* left: -60px; */
    left: 50%;
    transform: translateX(-70px);
}


.newArrivalSlider .slick-next {
    background-image: url('../assets/arryNextIcon.png');
    /* right: -60px; */
    left: 50%;
    transform: translateX(30px);
}


.newArrivalSlider .slick-prev::before,
.newArrivalSlider .slick-next::before {
    display: none;
}


/* TESTIMONIALS */
.author-item {
    display: flex;
    align-items: center;
}

.author-item .author-thumb {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.author-item .author-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.author-item .author-info h5 {
    margin-bottom: 5px;
}

.author-item .author-info span.position {
    font-size: 14px;
    line-height: 21px;
}

.author-quote-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-quote-item .quote-icon i {
    font-size: 50px;
}

.testimonial-item.style-one .testimonial-content {
   /* border: 2px solid #13172B;
    border-radius: 20px;*/
    padding: 35px 40px 40px;
}

.quote-icon {
    width: 50px;
    height: 50px;
    background-image: url('../assets/right-quote.png');
    background-position: center;
    background-size: contain;
}

@media (max-width: 767px) {
    .testimonial-item.style-one .testimonial-content {
        /*padding: 35px 30px 40px;*/
        padding: 30px 0;
    }
}

.testimonial-item.style-one .testimonial-content>p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .testimonial-item.style-one .testimonial-content>p {
        font-size: 16px;
    }
}

.testimonial-item.style-two {
    border: 1px dashed var(--light-gray);
    padding: 40px 75px;
    text-align: center;
    border-radius: 100px;
}

@media (max-width: 767px) {
    .testimonial-item.style-two {
        border-radius: 30px;
        padding: 30px 15px;
    }
}

.testimonial-item.style-two .testimonial-content .author-item {
    display: inline-flex;
}

.testimonial-item.style-three .testimonial-content .quote {
    font-size: 50px;
    color: #cc0d39;
    margin-bottom: 40px;
}

.testimonial-item.style-three .testimonial-content .ratings {
    margin-bottom: 20px;
}

.testimonial-item.style-three .testimonial-content .ratings li i {
    font-size: 18px;
    color: #cc0d39;
}

.testimonial-item.style-three .testimonial-content p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 25px;
}

.testimonial-item.style-three .testimonial-content .author-info h5 {
    margin-bottom: 15px;
}

.testimonial-sec .testimonial-image img {
    border-radius: 10px;
}

.testimonial-sec .testimonial-wrapper {
    padding-left: 40px;
}

.testimonial-wrapper .section-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.testimonial-wrapper .section-content-box h2 {
    font-family: "Butler", Sans-serif;
    font-weight: 600;
    color: #0f336a;
    text-transform: uppercase;
}

.testimonial-slider-one {
    margin-right: -50%;
}

@media (max-width: 767px) {
    .testimonial-slider-one {
        margin-right: 0;
    }
}

.testimonial-slider-one .slick-slide {
    margin-right: 30px;
    max-width: 525px;
}

@media (max-width: 767px) {
    .testimonial-slider-one .slick-slide {
        margin-right: 0;
    }
}

.testimonial-arrows {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}

.testimonial-arrows.style-one .slick-arrow {
    cursor: pointer;
}

/* Ratings */
.ratings {
    line-height: 1;
}

.ratings i {
    font-size: 12px;
    color: #cc0d39;
}

.ratings a {
    font-size: 14px;
}

.ratings li {
    display: inline-block;
}

/*  */
.testimonial-wrapper {
    position: relative;
    z-index: 1;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.product_item .yith-wcwl-add-to-wishlist-button {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_item .yith-wcwl-add-to-wishlist-button:hover {
    border-radius: 50% !important;
}

.product_item .yith-wcwl-add-to-wishlist-button:hover svg {
    stroke: #fff;
}

.product_item .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}


.ajax_add_to_cart.added::after {
    content: '✔';
    margin-left: 5px;
    color: #fff;
}

a.added_to_cart.wc-forward {
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    width: max-content;
    margin-top: 10px;
}



.customPagination {
    text-align: center;
}

.customPagination ul {}

.customPagination li:first-child a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.customPagination li:last-child a {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.customPagination li a {
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #94a3b8;
}

.customPagination li a:hover {
    background-color: #ff6900;
    color: #fff;
}


.product_item img,
.product_item img {
    height: 400px !important;
    object-fit: cover;
}




.newArrival.category-menu {
  display: flex;
  gap: 20px;
  padding: 20px 10px;

}

.newArrival.category-menu .category-item {
  text-align: center;
  flex: 0 0 auto;
  width: 90px;
  scroll-snap-align: start;
  text-decoration: none;
  color: #000;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.newArrival.category-menu .category-image-wrapper {
  border: 2px solid rgba(0,0,0,0.3);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newArrival.category-menu .category-image-wrapper img {
  max-width: 100%;
  height: auto;
}

.newArrival.category-menu .category-item.active .category-image-wrapper,
.newArrival.category-menu .category-item:hover .category-image-wrapper,
.newArrival.category-menu .category-item:focus .category-image-wrapper {
  border-color: black;
}
.newArrival.category-menu .category-item.active{
    opacity: 1;
}
.newArrival.category-menu .category-item:hover{
      opacity: 1;
}





.newArrivalCategory {
    margin-bottom: 40px;
}

.newArrivalCategory .slick-list {
    margin: 0 -10px;
}

.newArrivalCategory .slick-prev,
.newArrivalCategory .slick-next {
    font-size: 0;
    /* hides the "Previous"/"Next" text */
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    background-size: contain;
    z-index: 999;
    background-color: transparent;
    opacity: 0.5;
}

.newArrivalCategory button:focus,
.newArrivalCategory .slick-prev:hover,
.newArrivalCategory .slick-next:hover {
    background-color: transparent;
    opacity: 1;
}


.newArrivalCategory .slick-prev {
    background-image: url('../assets/slick/left-arrow.svg');
    left: -40px;
}


.newArrivalCategory .slick-next {
    background-image: url('../assets/slick/right-arrow.svg');
    right: -40px;
}


.newArrivalCategory .slick-prev::before,
.newArrivalCategory .slick-next::before {
    display: none;
}

.newArrivalCategory {
    display: flex;
    gap: 20px;
}



.newArrivalCategory a p{
    font-size: 14px;
    margin-bottom: 0;
}
    
.newArrival.category-menu .category-item.active p{
    font-weight: 600;
}




.shopToolBar{
    min-height: 3em;
    box-shadow: 0 1px #dddddd, 0 -1px #dddddd;
    background-color: #fff;
    z-index: 2;
    transition: inset-block-start .15s ease-in-out;
    display: flex;
    position: sticky;
    inset-block-start: var(--sticky-area-height);
    inset-inline-start: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.shopToolBar .shopToolBarLeft{
    border-right:1px #dddddd solid;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

.shopToolBar .shopToolBarRight{
    border-left:1px #dddddd solid;
}
.shopToolBar .shopToolBarRight button{
    padding-block: .75rem;
    opacity: .5;
    transition: opacity .2s !important;
    border: 0 !important;
    color: currentColor !important;
}


.shopToolBar .shopToolBarRight button:focus,
.shopToolBar .shopToolBarRight button:hover{
   opacity: 1 !important;
    background: none !important;
}




.collection-toolbar__button {
    padding-block: .75rem;
    opacity: .5;
    transition: opacity .2s !important;
    border: 0 !important;
    color: currentColor !important;
}

.collection-toolbar__button:hover, .collection-toolbar__button.is-active {
    opacity: 1 !important;
    background: none !important;
}


.wpfFilterVerScroll li label {
    display: block;
    vertical-align: baseline;
    margin-bottom: 8px;
    font-size: 14px;
}


.wpfFilterVerScroll {
    max-height: 100% !important;
}

.wpfFilterWrapper {
    visibility: hidden;
    width: 100%;
    overflow-x: hidden;
}

.wpfFilterContent .irs-grid .irs-grid-text:last-child{
    left: 90% !important;
}


.wpfCollapsible {
    font-size: 14px !important;
    padding: 0 !important;
}
.wpfFilterWrapper .wpfFilterTitle {
    cursor: pointer;
    margin-bottom: 10px !important;
}

.wpfLiLabel{
    display: flex !important;
}


.wpfLiLabel .wpfDisplay{
    flex: 1;
}


.wpfCollapsible {
    position: relative;
    z-index: 999;
}

.wpfFilterButtons .wpfFilterButton.wpfButton{
    color: #fff;
    background: #0f336a;
    width: 100%;
    padding: 5px 10px;
    min-height: 40px;
    font-size: 14px;
    letter-spacing: 2px;
}
.wpfCheckboxHier li>ul {
    margin-left: 1em;
    padding-left: 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .product_item img, .product_item img{
        height: 270px !important;
    }
    .topCatSlider .slick-next,
    .topCatSlider .slick-prev{
        filter: sepia(1) invert(0) brightness(100%);
        width: 30px;
        height: 30px;
        top: inherit;
        bottom: -60px;
    }
    
    .topCatSlider .slick-next{
        right: 10px;
    }
    .topCatSlider .slick-prev{
        left: 10px;
    }
    .topCatSlider .category-item a h3{
        font-size: 12px;
        font-weight: 400;
        width: auto;
    }
    
    
    .newArrivalCategory .slick-prev,
    .newArrivalCategory .slick-next{
        width: 20px;
        height: 20px;
        padding: 0;
        top: -0px;
    }
    
    .newArrivalCategory .slick-prev{
        left: 0;
    }
    .newArrivalCategory .slick-next{
        right: 0;
    }
}

/* Mobile: < 768px */
.hide-mobile {
  display: none !important;
}


@media (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }

  .hide-mobile {
    display: inline-block !important; /* reset if needed */
  }
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }

  .hide-tablet {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
    .topCatSlider {   
        flex-wrap: wrap;
    }
}