
/*============================================================================
===========================|| All New Slider Css ||===========================
==============================================================================*/
h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
a:focus{
    outline: none;
    border: none;
}
.slider-layout{
    max-width: 1180px !important;
}
.wplcs-slider-layout .swiper-button-next,
.wplcs-slider-layout .swiper-button-prev{
    background: #fe9801;
    padding: 2px;
    color: #fff;
    width: 30px;
    height: 30px;
}
.swiper-button-prev{
    left: 0;
}
.wplcs-slider-layout .swiper-button-next{
    right: 0;
}
.wplcs-slider-layout .swiper-button-next:after,
.wplcs-slider-layout .swiper-button-prev:after {
    font-size: 12px;
}
.wplcs-slider-layout .swiper-button-prev:focus-visible,
.wplcs-slider-layout .swiper-button-next:focus-visible {
    outline: none;
}
.product-extra-link a{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-rating .reviews-actions a{
    font-weight: 300;
}


/*=============================================================================
==============================|| Slider 12 Css ||==============================
===============================================================================*/
.slider-twelve .swiper{
    padding: 0 15px;
}
.slider-twelve.wplcs-slider  .swiper-slide {
    border: 1px solid #d7d7d7;
    font-family: 'Montserrat', sans-serif;
}
.slider-twelve.wplcs-slider  .swiper-slide {
    border-top: 1px solid #d7d7d7;
    padding: 20px;
    box-sizing: border-box;
}

.slider-twelve.wplcs-slider  h3.title-product {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500;
    text-align: center;
}
.slider-twelve.wplcs-slider h3.title-product a{
    line-height: normal;
    font-weight: 600;
}
.slider-twelve.wplcs-slider .swiper-slide .info-price {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.slider-twelve.wplcs-slider  .swiper-slide .read-more-btn{
    padding: 6px 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin-top: 15px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}


.slider-twelve.wplcs-slider  .slider-grid-img {
    position: relative;
    overflow: hidden;
}
.slider-twelve .slider-grid-img a span::before{
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-twelve .slider-grid-img > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 200px;
}
.slider-twelve .slider-grid-img a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 300px;
}
.slider-twelve .slider-grid-img:before{
    display: none;
}
.slider-twelve.wplcs-slider .swiper-slide .slider-grid {
    border: 0;
    border-radius: 0;
}
.slider-twelve.wplcs-slider .slider-grid-info {
    padding: 15px 0px 0;
}
.slider-twelve .product-info-cart {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 55%);
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-twelve .product-extra-link {
    border-top: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 7px 0px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    gap: 12px;
    justify-content: center;
    list-style: none;
}
.slider-twelve .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twelve .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-twelve .product-extra-link li a {
    width: 30px;
    height: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s; 
}
.slider-twelve .product-extra-link .yith-wcwl-wishlistaddedbrowse:hover,
.slider-twelve .product-extra-link .yith-wcwl-wishlistexistsbrowse:hover,
.slider-twelve .product-extra-link li a:hover{
    border-radius: 50px;
    background-color: #000;
    color: #fff;
}
.slider-twelve .swiper-slide:hover .product-info-cart {
    left: 0;
}

.slider-twelve .slider-grid-img .product-thumb-two {
    left: 0;
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-twelve .slider-grid-img:hover .product-thumb-two {
    left: -100%;
}
/*=============================================================================
==============================|| Slider 12 Css ||==============================
===============================================================================*/





/*=============================================================================
==============================|| Slider 13 Css ||==============================
===============================================================================*/
.slider-thirteen .swiper{
    padding: 0 15px;
}
.slider-thirteen .slider-grid .slider-flex{
    display: flex;
    border: 0;
    border-radius: 0;
}
.slider-thirteen .slider-grid {

    border-radius: 0;
}
.slider-thirteen .slider-grid-img-wrap{
    position: relative;
    overflow: hidden;
}
.slider-thirteen .product-info-cart{
    position: absolute;
    top:-100%;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
}
.slider-thirteen .product-info-cart .product-extra-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.slider-thirteen .product-info-cart .product-extra-link li{
    list-style: none;
}
.slider-thirteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-thirteen .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-thirteen .product-info-cart .product-extra-link a{
    color: #f4f4f4;
    background: #171616;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2) !important;
    border: 0;
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin: 0 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-thirteen .slider-grid:hover .product-info-cart{
    top: 15px;
}

.slider-thirteen .slider-grid-thum{
    max-width: 31.333%;
    border-left: 1px solid #cccccc;
    margin-right: -1px;
}
.slider-thirteen .slider-grid-img:before{
    display: none;
}
.slider-thirteen .webby-carousel-2-left .slider-grid-thum{
    order: -1;
    border-left: 0; 
    border-right: 1px solid #cccccc;
}
.slider-thirteen .slider-grid-thum a{
    border-top: 1px solid #cccccc;
    display: block;
    position: relative;
}
.slider-thirteen .slider-grid-thum a:before{
    padding-top: 103%;
    display: block;;
    content: ''; 
}
.slider-thirteen .slider-grid-thum a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-height: 100%;
}
.slider-thirteen .slider-grid-thum a:first-child{
    border:0;
}
.slider-thirteen .slider-grid-info{
    text-align: center;
    padding:15px 0 5px;
}
.slider-thirteen .slider-grid-title .category {
    font-size: 15px;
    font-weight: 400;
}
.slider-thirteen .slider-grid-title .info-category {
    width: 50%;
    text-align: center;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-thirteen .slider-grid-title  .addcart-link {
    width: 50%;
}
.slider-thirteen .slider-grid-info h3{
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px;
    color: #000;
}
.slider-thirteen .slider-grid-info h3 a{
    color: #000;
}
.slider-thirteen .slider-grid-info .carousel-two-price bdi{
    font-size: 16px;
    color: #6d6d6d;
}
.slider-thirteen .slider-grid-info h4{
    color: #fe9801;
    font-size: 30px;
    line-height: 40px;
}
.slider-thirteen .slider-grid-title{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.slider-thirteen .slider-grid-title h2{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.slider-thirteen .addcart-link a{
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.slider-thirteen .addcart-link a:hover{
    background: #000;
}
.slider-thirteen .slider-grid-img-wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    height: 250px;
}
.slider-thirteen .slider-grid-img-wrap .product-thumb-two {
    right: 0;
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-thirteen .slider-grid-img-wrap:hover .product-thumb-two {
    right: -100%;
}
 /*=============================================================================
==============================|| Slider 13 Css ||==============================
===============================================================================*/




 /*=============================================================================
==============================|| Slider 14 Css ||==============================
===============================================================================*/
.slider-fourteen .swiper{
    padding: 0 15px;
}
.slider-fourteen .slider-grid{
    overflow: hidden;
}
.slider-fourteen .slider-grid-img{
 position: relative;
 overflow: hidden;

}
.slider-fourteen .product-info-cart{
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(255,255,255,0.43);
}
.slider-fourteen .slider-grid:hover .product-info-cart{
    left: 0;
}
.slider-fourteen .product-info-cart .product-extra-link{
    width: 40px;
    display: grid;
    height: 100%;
    align-content: center;
    padding: 0;
}
.slider-fourteen .product-info-cart .product-extra-link li{
    list-style: none;
}
.slider-fourteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-fourteen .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-fourteen .product-info-cart .product-extra-link a{
    margin: 5px 0;
    width: 40px;
    height: 40px;
    color: #fe9c00;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-fourteen .slider-grid-info{
    position: relative;
}
.slider-fourteen .slider-grid-info h3{
    margin-bottom: 5px;
    font-family: 'Open Sans';
    color: #080802;
    font-size: 18px;
    font-weight: 500;
}
.slider-fourteen .slider-grid-info h4{
    color: #696966;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway';
}
.slider-fourteen .slider-grid-info .Quick-view a{
    border: 1px solid #a0a0a0;
    padding: 5px 12px;
    position: absolute;
    bottom: -100%;
    right: 0;
    color: #fea517;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.slider-fourteen .slider-grid:hover .slider-grid-info .Quick-view a{
    bottom: 35px;
    right: 15px;
}
.slider-fourteen .slider-grid-img:before{
    display: none;
}
.slider-fourteen  .slider-grid-img a img {
    width: 100%;
    object-fit: cover;
    position: unset;
    height: 350px;
}
.slider-fourteen  .slider-grid-img .product-thumb-two {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-fourteen  .slider-grid-img:hover .product-thumb-two {
    top: -100%;
}
  /*=============================================================================
==============================|| Slider 14 Css ||==============================
===============================================================================*/



/*=============================================================================
==============================|| Slider 15 Css ||==============================
===============================================================================*/
.slider-fifteen .swiper{
    padding: 0 15px;
}
.slider-fifteen .slider-grid-img:before{
    display: none;
}
.slider-fifteen .slider-grid-img{
    position: relative;
    overflow: hidden;

}
.slider-fifteen .slider-grid-img-box{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-fifteen .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: ''
}
.slider-fifteen .product-info-cart{
    position: absolute;
    top: 10px;
    right: -100%;
    transition: all 0.3s ease;
}
.slider-fifteen .slider-grid:hover .product-info-cart{
    right: 5px;
}
.slider-fifteen .product-info-cart .product-extra-link{
    width: 40px;
    display: grid;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
}
.slider-fifteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-fifteen .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-fifteen .product-info-cart .product-extra-link a{
    margin: 3px 0;
    width: 30px;
    height: 30px;
    background: #000;
    color: #ffffff;
    font-size: 14px;
    border: 0;
    border-radius: 100%;
}
.slider-fifteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-fifteen .product-extra-link .yith-wcwl-wishlistexistsbrowse{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-fifteen .product-info-cart .product-extra-link a:hover{
    background: #000;
    color: #fff;
}
.slider-fifteen .slider-grid-info{
    padding-top: 10px;
    position: relative;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease;
}
.slider-fifteen .slider-grid-info h3{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
.slider-fifteen .slider-grid-info h3 a{
    color: #000000;
}
.slider-fifteen .slider-grid-info h4{
    color: #bcbcbc;
    font-size: 14px;
    font-weight: 500;
    margin: 7px 0;
}
.slider-fifteen .slider-grid-info p{
    color: #9f9e9e;
    font-size: 12px;
    margin: 5px 0 10px;
    font-weight: 500;
}
.slider-fifteen .slider-grid-info .carousel-four-price{
    color: #f0134d;
    font-size: 16px;
    font-weight: 500;
}
.slider-fifteen .addcart-link a{
   background: #fe9c00;
   padding: 9px 15px;
   color: #fff;
   font-size: 12px;
   font-family: 'Open Sans';
   font-weight: 600;
   border-radius: 30px;
   text-transform: uppercase;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 15px;
   position: absolute;
   bottom: -100%;
   left: 50%;
   transform: translateX(-50%);
   transition: all 0.3s ease;
   text-align: center;
   width: 140px;
}
.slider-fifteen .addcart-link a:hover{
    background: #000;
}
.slider-fifteen .addcart-link i{
    font-size: 14px;
    margin-right: 3px;
}
.slider-fifteen .slider-grid:hover .slider-grid-info{
    transform: translateY(-55px);
}
.slider-fifteen .slider-grid:hover .addcart-link a{
    bottom: -30px;
}

/*=============================================================================
==============================|| Slider 15 Css ||==============================
===============================================================================*/







/*=============================================================================
==============================|| Slider 16 Css ||==============================
===============================================================================*/

.slider-sixteen .slider-grid{
    position: relative;
    border: 0;
    padding: 0 15px;
    border-radius: 0;
}
.slider-sixteen  .swiper-button-next,
.slider-sixteen   .swiper-button-prev{
    background: transparent;
    padding: 0;
    color: #9c9c9c;
    font-size: 26px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
}
.slider-sixteen  .swiper-button-prev{
    left: 0px;
}
.slider-sixteen  .swiper-button-next{
    right: 0px;
}
.slider-sixteen  .swiper-button-next:hover,
.slider-sixteen  .swiper-button-prev:hover{
    color: #000;
}

.slider-sixteen .slider-grid-img{
    position: relative;
    overflow: hidden;
}
.slider-sixteen .slider-grid-img img {
    border-radius: 50%;
    max-width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 380px;
}
.slider-sixteen .product-info-cart{
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: all 0.3s ease;
}
.slider-sixteen .slider-grid:hover .product-info-cart{
    left: 0;
}
.slider-sixteen .product-info-cart .product-extra-link{
    display: grid;
    align-content: center;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
}

.slider-sixteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-sixteen .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-sixteen .product-info-cart .product-extra-link a{
    margin: 5px 0;
    width: 32px;
    height: 32px;
    background: #fe9c00;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    border:0;
}
.slider-sixteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-sixteen .product-extra-link .yith-wcwl-wishlistexistsbrowse{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-sixteen .product-info-cart .product-extra-link li:nth-of-type(2){
    margin-left: 10px;
    margin-bottom: -9px;
}
.slider-sixteen .product-info-cart .product-extra-link li:nth-of-type(3){
    margin-left: 30px;
    top: 5px;
    position: relative;
}
.slider-sixteen .product-info-cart .product-extra-link li:nth-of-type(4){
    margin-left: 62px;
    top: -10px;
    position: relative;
}
.slider-sixteen .product-info-cart .product-extra-link a:hover{
    background: #000;
    color: #fff;
}

.slider-sixteen .slider-grid-info{
    position: relative;
    padding: 0px 25px 10px;
    margin-top: -13px;
    text-align: center;
}
.slider-sixteen .slider-grid-info h3{
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.slider-sixteen .slider-grid-info h3 a{
    color: #000 !important;
}
.slider-sixteen .slider-grid-info h4{
    color: #000000 !important;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.slider-sixteen .slider-grid-info .info-price .price {
    color: #000 !important;
}
.slider-sixteen .slider-grid-info .carousel-5-review{
    font-size: 14px;
    margin: 7px 0;
}
.slider-sixteen .slider-grid-info .carousel-five-price{
    color: #2c7873;
    font-size: 16px;
    font-weight: 700;
}

.slider-sixteen  .info-category .category{
    padding: 1px 12px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    display: inline-block;
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 1;
}
.slider-sixteen .slider-grid-img > a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.slider-sixteen .slider-grid-img:hover .product-thumb-one{
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.slider-sixteen .slider-grid-img:hover .product-thumb-two{
    transform: translateY(-100%) scale(1);
    -webkit-transform:translateY(-100%) scale(1);
    -moz-transform:translateY(-100%) scale(1);
    -o-transform:translateY(-100%) scale(1);
}

.slider-sixteen .slider-grid-img .product-thumb-two{
    transform: translateY(-100%) scale(0);
    -webkit-transform:translateY(-100%) scale(0);
    -moz-transform:translateY(-100%) scale(0);
    -o-transform:translateY(-100%) scale(0);
}

.slider-sixteen .slider-grid-img .product-thumb-one {
    display: block;
    position: relative;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}
.slider-sixteen .slider-grid-img .product-thumb-two {
    left: 0;
    position: absolute;
    top: 100%;
    max-width: 100%;
    z-index: 1;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}
.slider-sixteen .slider-grid-img:before{
    display: none;
}
.slider-seven .slider-grid-img > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.slider-sixteen .slider-grid-img:hover a > .product-thumb-two img {
    object-fit: cover;
}
.slider-seven.wplcs-slider  .wplcs-on-sale-product {
    z-index: 999;
}
.slider-sixteen .slider-grid-img:before{
    display: none;
}

.slider-seven .product-thumb-one img{
    z-index: 99;
    transition:  .5s linear;
    cursor: pointer;
}
.slider-sixteen .slider-grid-img:hover a > .product-thumb-one {
    opacity: 0;
}
   /*=============================================================================
==============================|| Slider 16 Css ||==============================
===============================================================================*/





   /*=============================================================================
==============================|| Slider 17 Css ||==============================
===============================================================================*/
.slider-seventeen .swiper{
    padding: 0 15px;
}
.slider-seventeen .slider-grid{
    overflow: hidden;
}
.slider-seventeen .slider-grid-img{
    position: relative;
}
.slider-seventeen .slider-grid-img:before{
    display: none;
}
.slider-seventeen .slider-grid-img-box{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-seventeen .slider-grid-img-box:before{
    padding-top: 75%;
    display: block;
    content: '';
}
.slider-seventeen .reviews-actions a.action{
    color: #777;
}
.slider-seventeen .product-info-cart{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: all 0.3s ease;
    padding: 20px;
    opacity: 0;
    box-sizing: border-box;
}
.slider-seventeen .slider-grid:hover .product-info-cart{
    opacity: 1;
}
.slider-seventeen .product-info-cart .product-extra-link{
    width: 100%;
    display: flex;
    height: 100%;
    background: rgba(0,0,0,0.42);
    border: 1px solid #fff;
    align-items: flex-end;
    justify-content: center;
}

.slider-seventeen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-seventeen .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-seventeen .product-info-cart .product-extra-link a{
    margin: 0 1px;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
    transform: translateY(100%);
    font-size: 16px;
}

.slider-seventeen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-seventeen .product-extra-link .yith-wcwl-wishlistexistsbrowse {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-seventeen .slider-grid:hover .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-seventeen .slider-grid:hover .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-seventeen .slider-grid:hover .product-extra-link a{
    transform: translateY(0);
}
.slider-seventeen .product-info-cart .product-extra-link a:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.slider-seventeen .slider-grid-info{
    padding-top: 25px;
    position: relative;
}
.slider-seventeen .slider-grid-info h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.slider-seventeen .slider-grid-info h3 a{
    color: #000;
}
.slider-seventeen .slider-grid-info p{
    color: #7e7e7e;
    font-size: 15px;
    font-weight: normal;
    margin:10px 0;
}
.slider-seventeen .slider-grid-info .carousel-six-price{
    color: #d45134;
    font-size: 15px;
    font-weight: normal;
}
.slider-seventeen .slider-grid-info .carousel-5-review{
    font-size: 14px;
    color: #fcb202;
    margin: 3px 0;
}
   /*=============================================================================
==============================|| Slider 17 Css ||==============================
===============================================================================*/



   /*=============================================================================
==============================|| Slider 18 Css ||==============================
===============================================================================*/
.slider-eighteen .swiper{
    padding: 0 15px;
}
.slider-eighteen .webby-carousel-layout-7-title h2{
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
}
.slider-eighteen .slider-grid-img{
    position: relative;
    overflow: visible;
}
.slider-eighteen .slider-grid-img:before{
    display: none;
}
.slider-eighteen .slider-grid-img > span{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    color: #dd2761;
    text-transform: uppercase;
}

.slider-eighteen .product-info-cart{
    position: absolute;
    bottom: -20px;
    right: 10px;
    transition: all 0.3s ease;
    padding: 0;
    z-index: 2;
}
.slider-eighteen .product-info-cart .product-extra-link{
    width: 100%;
    display: grid;
    height: 100%;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}

.slider-eighteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-eighteen .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-eighteen .product-info-cart .product-extra-link li a{
    margin: 5px 0;
    width: 35px;
    border: 0;
    height: 35px;
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 100%;
    transform: translateY(10px);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.1);
    opacity: 0;
}
.slider-eighteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-eighteen .product-extra-link .yith-wcwl-wishlistexistsbrowse{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-eighteen .slider-grid:hover .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-eighteen .slider-grid:hover .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-eighteen .slider-grid:hover .product-extra-link li a{
    position: relative;
    transform: translateY(0px); 
    opacity: 1;
}
.slider-eighteen .slider-grid:hover .product-extra-link .yith-wcwl-wishlistaddedbrowse a,
.slider-eighteen .slider-grid:hover .product-extra-link .yith-wcwl-wishlistexistsbrowse a{
    opacity: 0;
    position: absolute;
}
.slider-eighteen .product-info-cart .product-extra-link li:last-child a{
    transform: initial;
    position: relative;
    opacity: 1;
    background: rgba(0,0,0,.11);
}
.slider-eighteen .slider-grid:hover .product-info-cart .product-extra-link li:last-child a{
    background: #fff;
}
.slider-eighteen .slider-grid .product-info-cart .product-extra-link li:last-child:hover a,
.slider-eighteen .product-info-cart .product-extra-link li a:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.slider-eighteen .slider-grid-info{
    padding-top: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
}


.slider-eighteen .slider-grid-info h3{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.slider-eighteen .slider-grid-info h3 a, .slider-eighteen .slider-grid-info .carousel-seven-price .price, .slider-eighteen .slider-grid-info .reviews-actions a{
    color: #000 !important;
}
.slider-eighteen .slider-grid .info-category .category {
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
}
.slider-eighteen .slider-grid-info h4{
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 500;
    margin: 3px 0;
}
.slider-eighteen .slider-grid-info .carousel-seven-price{
    color: #d02158;
    font-size: 15px;
    font-weight: 500;
    margin-top: 8px;
}
.slider-eighteen .carousel-7-review{
    font-size: 14px;
    color: #000;
    margin: 6px 0;
}

.slider-eighteen .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: '';

}
.slider-eighteen  .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 320px
}
.slider-eighteen  .slider-grid-img .product-thumb-two {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-eighteen .slider-grid-img:hover .product-thumb-two {
    top: -100%;
}
.slider-eighteen .wt_swiper_button_main{
    padding-top: 30px;
}
.slider-eighteen .wt_swiper_button_main .swiper-button-next, .slider-eighteen .wt_swiper_button_main .swiper-button-prev {
    top: auto;
    transform: none;
    bottom: 0;
    left: 50%;
}

.slider-eighteen .wt_swiper_button_main .swiper-button-prev {
    left: calc(50% - 36px);
}

.slider-eighteen .wt_swiper_button_main .swiper-button-next {
    left: calc(50% + 10px);
}
/*=============================================================================
==============================|| Slider 18 Css ||==============================
===============================================================================*/





/*=============================================================================
==============================|| Slider 19 Css ||==============================
===============================================================================*/
.slider-nineteen .swiper{
    padding: 0 15px;
}
.slider-nineteen .slider-grid{
    border: 1px solid #efefef;
    text-align: center;
    background: #fbfbfb;
    padding: 15px;
}
.slider-nineteen .slider-grid-img-box{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.slider-nineteen .slider-grid-img{
    overflow: hidden;
    position: relative;
}
.slider-nineteen .slider-grid-img:before{
    display: none;
}
.slider-nineteen .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-nineteen  .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 320px;
}
.slider-nineteen  .slider-grid-img .product-thumb-two {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-nineteen  .slider-grid-img:hover .product-thumb-two {
    top: -100%;
}
.slider-nineteen .product-info-cart{
    position: absolute;
    bottom: -100%;
    left: 0%;
    width: 100%;
    transition: all 0.3s ease;
}
.slider-nineteen .slider-grid:hover{
    position: relative;
    z-index: 1;
}
.slider-nineteen .slider-grid:hover .product-info-cart{
    bottom: 15px;
}

.slider-nineteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-nineteen .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-nineteen .product-info-cart .product-extra-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-nineteen .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-nineteen .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-nineteen .product-info-cart .product-extra-link a{
    border-radius: 100%;
    width: 29px;
    height: 29px;
    color: #7b7b7b;
    font-size: 14px;
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.1);
    background: #fff;
    border: 0;
    margin:0 5px;
}
.slider-nineteen .product-info-cart .product-extra-link a:hover{
    background: #000;
    color: #fff;
}

.slider-nineteen .slider-grid-info h3{
    font-size: 16px;
    margin: 12px 0;
}
.slider-nineteen .slider-grid-info h3.title-product a{
    color: #000 !important;
}
.slider-nineteen .slider-grid-info h4{
    color: #9f9f9f;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.slider-nineteen .slider-grid-info .carousel-eight-price{
    color: #9512cc;
    font-size: 15px;
    font-weight: 600;
}
.slider-nineteen .addcart-link a{
    background: #9512cc;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    display: inline-block;
}
.slider-nineteen .addcart-link  i{
    margin-right: 5px;
    font-size: 16px;
}
.slider-nineteen .addcart-link a:hover{
    background: #000;
}

 /*=============================================================================
==============================|| Slider 19 Css ||==============================
===============================================================================*/



 /*=============================================================================
==============================|| Slider 20 Css ||==============================
===============================================================================*/
.slider-twenty .swiper{
    padding: 0 15px;
}
.slider-twenty .slider-grid{
    overflow: hidden;
}
.slider-twenty .slider-grid-img{
    position: relative;

}
.slider-twenty .slider-grid-img:before{
    display: none;
}
.slider-twenty .slider-grid-img-box{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-twenty .slider-grid-img-box:before{
    padding-top: 120%;
    display: block;
    content: '';
}
.slider-twenty .product-info-cart{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    cursor: pointer;
    background: rgba(0,0,0,0.2);
}
.slider-twenty .slider-grid:hover .product-info-cart{
    opacity: 1;
}
.slider-twenty .product-info-cart .product-extra-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 0;   
}
.slider-twenty .product-info-cart .product-extra-link a{
    width: 73px;
    height: 71px;
    background: url('https://webbydemo.in/wordpress/subhash/wplcs/wp-content/uploads/2023/06/product-info-cart-bg.png') no-repeat 0 0;
    color: #d02158;
    transition: all 0.3s ease;
    font-size: 24px;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-twenty .product-info-cart .product-extra-link a:hover{
    color: #000;
}
  /*=============================================================================
==============================|| Slider 20 Css ||==============================
===============================================================================*/


 /*=============================================================================
==============================|| Slider 21 Css ||==============================
===============================================================================*/
.slider-twenty-one .swiper{
    padding: 0 15px;
}
.slider-twenty-one .webby-carousel-layout-slider-ten .all-slider-section{
    margin: 0 auto;
    position: relative;
}
.slider-twenty-one .slider-grid{
    background: #fff;
}
.slider-twenty-one  .slider-grid-img{
    position: relative;
    overflow: hidden; 
}
.slider-twenty-one  .slider-grid-img:before{
    display: none;
}
.slider-twenty-one .slider-grid-img-box{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.slider-twenty-one .slider-grid-img-box:before{
    padding-top:100%;
    display: block;
    content: '';
}
.slider-twenty-one .product-info-cart{
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease;
    padding: 0;
    width: 100%;
}
.slider-twenty-one .slider-grid:hover .product-info-cart{
    bottom: 0;
}
.slider-twenty-one .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-one .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-twenty-one .product-info-cart .product-extra-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-twenty-one .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-one .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-twenty-one .product-info-cart .product-extra-link a{
    margin: 0;
    width: 50px;
    height: 40px;
    background: #fff;
    color: #fc7070;
    transition: all 0.3s ease;
    font-size: 18px;
}
.slider-twenty-one .product-info-cart .product-extra-link a:hover{
    background: #fc7070;
    color: #fff;
    border-color: #fc7070;
}
.slider-twenty-one .slider-grid-info{
    padding: 15px;
    position: relative;
    text-align: center;
}
.slider-twenty-one .slider-grid-info h3{
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0;
    font-weight: 600;
}
.slider-twenty-one .slider-grid-info h3 a{
    color: #000 !important;
}
.slider-twenty-one .slider-grid-info p{
    color: #565656;
    font-size: 13px;
    font-weight: 400;
    margin: 8px 0;
    line-height: 1.4;
}
.slider-twenty-one .slider-grid-info .carousel-ten-price{
    color: #ff3131;
    font-size: 16px;
    font-weight: 600;
}
.slider-twenty-one .webby-carousel-layout-10{
    position: relative;
}


 /*=============================================================================
==============================|| Slider 21 Css ||==============================
===============================================================================*/




 /*=============================================================================
==============================|| Slider 22 Css ||==============================
===============================================================================*/
.slider-twenty-two .slider-grid{
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:20px;
    height: 100%;
}
.slider-twenty-two .slider-grid-img{
    overflow: hidden;
    position: relative;
}
.slider-twenty-two .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-twenty-two  .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 320px;
}
.slider-twenty-two  .slider-grid-img .product-thumb-two {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-twenty-two  .slider-grid-img:hover .product-thumb-two {
    bottom: -100%;
}
.slider-twenty-two .webby-carousel-11-hover{
    position: absolute;
    bottom: -100%;
    left: 0%;
    width: 100%;
    transition: all 0.3s ease;
}
.slider-twenty-two .slider-grid:hover{
    position: relative;
    z-index: 1;
}

.slider-twenty-two .slider-grid-info{
    padding: 0px 20px 0px 0;
    position: relative;
    width: 65%;
}
.slider-twenty-two .slider-grid-info h3{
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0;
}
.slider-twenty-two .slider-grid-info h3 a{
    color: #015668;
}
.slider-twenty-two .slider-grid-info h3 a{
    color: #000 !important;
}
.slider-twenty-two  .slider-grid-info h3 a{
    color: #ce7518;
}
.slider-twenty-two .slider-grid-info p{
    color: #b5b5b5;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans';
    margin:0 0 10px;
}
.slider-twenty-two .slider-grid-info .carousel-eleven-price{
    color: #538c00;
    font-size: 16px;
    font-weight: normal;
}
.slider-twenty-two  .slider-grid .info-category span.category{
    font-weight: 500;
    text-decoration: underline;
}
.slider-twenty-two .slider-grid-img{
    position: relative;
    width: 33%;
    display: flex;
    align-items: center;
}
.slider-twenty-two .slider-grid-img img{
    max-width: 100%;
    height: auto;
}
.slider-twenty-two .webby-carousel-11-hover{
    position: absolute;
    top: 0;
    left: -30px;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0;
}
.slider-twenty-two .webby-carousel-11-hover .product-extra-link{
    display: grid;
    align-content: center;
    height: 100%;
}
.slider-twenty-two .webby-carousel-11-hover .product-extra-link a{
    border: 0;
    margin: -17px;
    transform: translate(40px, 0);
    transition: all 0.3s ease;
}
.slider-twenty-two .webby-carousel-11-hover .product-extra-link a:hover{
    background: transparent;
}
.slider-twenty-two .webby-carousel-11-hover .product-extra-link a:nth-of-type(2),
.slider-twenty-two .webby-carousel-11-hover .product-extra-link a:nth-of-type(3){
    margin-left: -15px;
}
.slider-twenty-two .slider-grid:hover .webby-carousel-11-hover .product-extra-link a{
    margin: 3px 0;
    transform: translate(0px, 0);
}
.slider-twenty-two .slider-grid:hover .webby-carousel-11-hover .product-extra-link a:nth-of-type(2),
.slider-twenty-two .slider-grid:hover .webby-carousel-11-hover .product-extra-link a:nth-of-type(3){
    margin-left: -15px;
}
.slider-twenty-two .slider-grid:hover .webby-carousel-11-hover{
    opacity: 1;
}
.slider-twenty-two .wt_swiper_button_main{
    display: none;
}
  /*=============================================================================
==============================|| Slider 22 Css ||==============================
===============================================================================*/


  /*=============================================================================
==============================|| Slider 23 Css ||==============================
===============================================================================*/
.slider-twenty-three .swiper{
    padding: 0 15px;
}
.slider-twenty-three .slider-grid-img{
    position: relative;
    overflow: hidden;
}
.slider-twenty-three .slider-grid-img:before{
    display: none;
}
.slider-twenty-three .slider-grid-img-box{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    display: block;
}
.slider-twenty-three .slider-grid-img-box:before{
    content: '';
    display: block;;
    padding-top: 120%;
}
.slider-twenty-three .slider-grid-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    padding:20px;
    text-align: center;
    backdrop-filter: blur(4px);
}
.slider-twenty-three .slider-grid-info h3{
    font-size: 19px;
    font-weight: bold;
    margin: 0px 0 5px;
}
.slider-twenty-three .slider-grid-info h3 a{
    color: #ffffff;
}
.slider-twenty-three .slider-grid-info p{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin:0 0 10px;
}
.slider-twenty-three .slider-grid-info .addcart-link a{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #1089ff;
    padding:10px 25px;
    border-radius: 20px;
    width: 165px;
    display: block;
    opacity: 0;
    margin:0 auto -35px;
    transition: all 0.3s ease;
}
.slider-twenty-three .slider-grid:hover .slider-grid-info .addcart-link a{
    margin: 0 auto;
    opacity: 1;
    margin-top: 10px;
}
  /*=============================================================================
==============================|| Slider 23 Css ||==============================
===============================================================================*/




  /*=============================================================================
==============================|| Slider 24 Css ||==============================
===============================================================================*/
.slider-twenty-four .swiper{
    padding: 0 15px;
}
.slider-twenty-four .slider-grid{
    text-align: center;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
}
.slider-twenty-four .slider-grid-img{
    overflow: hidden;
    position: relative;
}
.slider-twenty-four .slider-grid-img:before{
    display: none;
}
.slider-twenty-four .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-twenty-four  .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 320px;
}
.slider-twenty-four  .slider-grid-img .product-thumb-two {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-twenty-four  .slider-grid-img:hover .product-thumb-two {
    right: -100%;
}
.slider-twenty-four .webby-carousel-13-hover{
    position: absolute;
    bottom: -100%;
    left: 0%;
    width: 100%;
    transition: all 0.3s ease;
}
.slider-twenty-four .slider-grid:hover{
    position: relative;
    z-index: 1;
}
.slider-twenty-four .slider-grid-img-box{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.slider-twenty-four .slider-grid-info{
    padding: 0;
    padding-top: 20px; 
}
.slider-twenty-four .slider-grid-info h3.title-product{
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.slider-twenty-four .slider-grid-info .title-review {
    display: flex;
    align-items: center;
    padding: 0 5px;
    justify-content: space-between;

}
.slider-twenty-four .slider-grid-info h3 a{
    color: #1c1c1c !important
}
.slider-twenty-four .carousel-thirteen-price{
    color: #901f9d;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-twenty-four .carousel-thirteen-price .price {
    color: #111 !important;
}
.slider-twenty-four .slider-grid-info .addcart-price {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    margin-top: 10px;
    border-radius: 25px;
    padding: 2px;
    justify-content: space-between;
}
.slider-twenty-four .carousel-thirteen-price .was-price{
    font-weight: normal;
    color: #767676;
    margin-right: 5px;
}
.slider-twenty-four .carousel-thirteen-price .was-price span{
    text-decoration: line-through;
}
.slider-twenty-four .carousel-thirteen-price .now-price span{
    color: #000;
}
.slider-twenty-four .addcart-link a {
    background: #fff;
    padding: 9px 5px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    border-radius: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    display: inline-block;
    border: 1px solid #fff;
}

.slider-twenty-four .slider-grid-info .addcart-price .review a {
    color: #000;
    display: block;
    text-align: center;
    padding: 0 18px;
}
.slider-twenty-four .slider-grid-info .addcart-price .review {
    display: block;
    width: auto;
    text-align: center;
}
.slider-twenty-four .addcart-link a i{
    margin-right: 5px;
    font-size: 16px;
}
.slider-twenty-four .slider-grid-info .addcart-link a {
    margin: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.slider-twenty-four .slider-grid-info .addcart-price .addcart-link {
    display: block;
    flex-grow: 1;
}
.slider-twenty-four .addcart-link a:hover{
    background: #fbd8ff;
    color: #901f9d;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.slider-twenty-four .webby-carousel-layout-slider-thirteen {
    position: relative;
    padding:0 50px;
}


  /*=============================================================================
==============================|| Slider 24 Css ||==============================
===============================================================================*/


  /*=============================================================================
==============================|| Slider 25 Css ||==============================
===============================================================================*/
.slider-twenty-five .swiper{
    padding: 0 15px;
}
.slider-twenty-five .webby-carousel-layout-slider-fourteen {
    position: relative;
    background: #000;
    padding: 0 30px;
}
.slider-twenty-five .webby-carousel-layout-slider-fourteen .swiper-container{
    padding:35px 15px;
    margin:0 -15px;
}
.slider-twenty-five .slider-grid{
    background: #fff;
    border-radius: 0;
    border: 0;
    margin: 0 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    transition: all .4s
}
.slider-twenty-five .slider-grid-img{
    position: relative;
    overflow: hidden;
}
.slider-twenty-five .slider-grid-img:before{
    display: none;
}
.slider-twenty-five .slider-grid-img-box{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 0;
    transition: all 0.2s ease;
    margin: 0 0 0 auto;
}
.slider-twenty-five .slider-grid-img-box:before{
    padding-top: 75%;
    display: block;
    content: ''
}
.slider-twenty-five .slider-grid:hover .slider-grid-img-box{
    transform: translateX(80px);
}

.slider-twenty-five .slider-grid-info-bottom{
  margin-top: 20px
}
.slider-twenty-five .slider-grid-info h3{
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.slider-twenty-five .slider-grid-info h3 a{
    color: #000;
}
.slider-twenty-five .slider-grid-info .quick-view-link{
    color: #515151;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.slider-twenty-five .slider-grid-info-bottom p{
    color: #000;
    font-size: 12px;
    margin: 5px 0;
}
.slider-twenty-five  .swiper-slide{
    padding-bottom: 20px;
}
.slider-twenty-five .carousel-fourteen-price{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    display: flex;
    align-items: center;
    line-height: 16px;
}
.slider-twenty-five .carousel-fourteen-price span {
    font-size: 14px;
}
.slider-twenty-five .carousel-fourteen-price .old-price{
    margin-left: 10px;
    color: #6d6d6d;
    font-size: 15px;
    font-family: 'Gadugi';
    font-weight: normal;
}
.slider-twenty-five .product-info-cart{
    position: absolute;
    top: 12%;
    left: -100%;
    transition: all 0.3s ease; 
}
.slider-twenty-five .slider-grid:hover{
    background: #fdca45;
    transform: scale(1.08);
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}
.slider-twenty-five .slider-grid:hover .product-info-cart{
    left: 4%;
}
.slider-twenty-five .product-info-cart .product-extra-link{
    display: block;
}
.slider-twenty-five .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-five .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-twenty-five .product-info-cart .product-extra-link a{
    margin:10px 0;
    color: #fff;
    background: #e3b53e; 
    border:1px solid #be9018; 
    width: 35px;
    height: 35px;
}
.slider-twenty-five .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-five .product-extra-link .yith-wcwl-wishlistexistsbrowse{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-twenty-five .product-info-cart .product-extra-link a:hover{
    background: #be9018;
}
.slider-twenty-five .slider-grid-info-bottom h3.title-product {
    font-size: 18px;
}
@media (max-width: 991px) {
  .slider-twenty-five .product-extra-link .yith-wcwl-wishlistexistsbrowse{
        width: 28px;
        height: 28px;
        margin: 6px 0;
    }
}

/*=============================================================================
==============================|| Slider 25 Css ||==============================
===============================================================================*/




/*=============================================================================
==============================|| Slider 26 Css ||==============================
===============================================================================*/  
.slider-twenty-six .swiper {
    padding: 0 15px;
}

.slider-twenty-six .slider-grid-img{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 15px 0px rgba(0,0,0,0.05);
}
.slider-twenty-six .slider-grid-img:hover{
    box-shadow: 0 0px 11px 2px rgba(0,0,0,0.14);
}
.slider-grid-img-box {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-twenty-six  .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 350px;
}
.slider-twenty-six  .slider-grid-img:before{
    display: none;
}
.slider-twenty-six .slider-grid-info .price-category-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 5px;
}

.slider-twenty-six .slider-grid-info  span.category {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e9e4e4;
    padding: 2px 10px;
    border-radius: 4px;
    background: #ebebeb36;
    color: #7e7e7e;
}
.slider-twenty-six  .slider-grid-img .product-thumb-two {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-twenty-six  .slider-grid-img:hover .product-thumb-two {
    right: -100%;
}
.slider-twenty-six .slider-grid:hover{
    position: relative;
    z-index: 1;
}
.slider-twenty-six .product-info-cart{
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 99;
}

.slider-twenty-six .product-info-cart .product-extra-link{
    width: 40px;
    display: grid;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
}
.slider-twenty-six .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-six .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-twenty-six .product-info-cart .product-extra-link a{
    margin: 2px 0;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #474646;
    font-size: 16px;
    border: 0;
    border-radius: 100%;
    transition: all 0.3s ease;
    transform: translateX(60px);
}
.slider-twenty-six .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-six .product-extra-link .yith-wcwl-wishlistexistsbrowse{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-twenty-six .product-extra-link li.wishlist-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-six .product-extra-link li.wishlist-link .yith-wcwl-wishlistexistsbrowse,
.slider-twenty-six .product-info-cart .product-extra-link li.wishlist-link a{
    transform: inherit !important;
}

.slider-twenty-six .slider-grid-img:hover .product-info-cart .product-extra-link a{
    transform: translateX(0);
}

.slider-twenty-six .product-info-cart .product-extra-link a:hover{
    background: #000;
    color: #fff;
}
.slider-twenty-six .slider-grid-info{

    padding-top: 10px;
    text-align: left;
    background: #fff;
}
.slider-twenty-six .slider-grid-info h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.slider-twenty-six .slider-grid-info h3 a{
    color: #010101;
}
.slider-twenty-six .slider-grid-info h4{
    color: #7e7e7e;
    font-size: 14px;
    margin: 0;
}
.slider-twenty-six .slider-grid-info .carousel-fifteen-price{
    color: #010101;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Open Sans';
    margin-bottom: 5px;
}
.slider-twenty-six .addcart-link a{
    background: #f3f3f3;
    padding: 12px 22px;
    color: #1e1d1d;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 15px;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    text-align: center;
    font-family: 'Open Sans';
    width: 160px;
}
.slider-twenty-six .addcart-link a:hover{
    background: #000;
    color: #fff;
}
.slider-twenty-six .slider-grid-img:hover .addcart-link a{
    bottom: 10px;
}
 /*=============================================================================
==============================|| Slider 26 Css ||==============================
===============================================================================*/


 /*=============================================================================
==============================|| Slider 27 Css ||==============================
===============================================================================*/ 
.slider-twenty-seven .swiper{
    padding: 0 15px;
}
.slider-twenty-seven .slider-grid-img:before{
    display: none;
}
.slider-twenty-seven .slider-grid {
    border: 0;
    border-radius: 0;
}
.slider-twenty-seven .slider-grid-img{
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
    box-sizing: border-box;
}
.slider-twenty-seven .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out 0s;
}
.slider-twenty-seven .slider-grid-img span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.slider-twenty-seven .slider-grid-img span::before {
    content: '';
    padding-top: 100%;
    display: block;
}
.slider-twenty-seven .slider-grid-img .product-thumb-two {
    top: -100%;
    margin-top: -100%;
}
.slider-twenty-seven  .slider-grid-img:hover .product-thumb-two {
    right: -130%;
}
.slider-twenty-seven .product-info-cart{
    position: absolute;
    top: 10px;
    right: -100px;
    transition: all 0.3s ease;
}

.slider-twenty-seven .slider-grid:hover .product-info-cart{
  right: 0;
}
.slider-twenty-seven .product-info-cart .product-extra-link{
    width: 40px;
    display: grid;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
}
.slider-twenty-seven .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-seven .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-twenty-seven .product-info-cart .product-extra-link a{
    margin: 1px 0;
    width: 30px;
    height: 30px;
    background: transparent;
    color: #ff5870;
    font-size: 16px;
    border: 0;
}
.slider-twenty-seven .product-extra-link .yith-wcwl-wishlistaddedbrowse span.feedback,
.slider-twenty-seven .product-extra-link .yith-wcwl-wishlistexistsbrowse span.feedback{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-twenty-seven .product-info-cart .product-extra-link a:hover{
    color: #fff;
    background: #ff5870;
}
.slider-twenty-seven .product-info-cart .product-extra-link a.carousel-16-eye-icon{
    color: #312d79;
}
.slider-twenty-seven .product-info-cart .product-extra-link a.carousel-16-eye-icon:hover{
    color: #fff;
    background: #312d79;
}

.slider-twenty-seven .slider-grid-info{
    text-align: center;
    background: #fff;
    padding-bottom: 0;
}
.slider-twenty-seven .slider-grid-info .star-rating {
    margin: auto;
    font-size: 16px;
}

.slider-twenty-seven .slider-grid-info .info-price .price, .slider-twenty-seven .slider-grid-info .info-price  .woocommerce-Price-amount {
    color: #000 !important;
}
.slider-twenty-seven .slider-grid-info h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.slider-twenty-seven .slider-grid-info h3 a{
    color: #312d79;
}
.slider-twenty-seven .slider-grid-info .carousel-sixteen-price{
    color: #000;
    font-size: 16px;
}
.slider-twenty-seven .addcart-link a{
  background: #fe9c00;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  bottom: 0;
  box-sizing: border-box;
  backdrop-filter: blur(4px);
}
.slider-twenty-seven .addcart-link a:hover{
    color: #fff;
    background: #000;
}

.slider-twenty-seven .carousel-16-review{
    color: #ffcc00;
    font-size: 11px;
    margin: 10px 0;
}
.slider-twenty-seven .webby-carousel-layout-slider-sixteen {
    position: relative;
    padding:0 50px;
}


/*=============================================================================
==============================|| Slider 27 Css ||==============================
===============================================================================*/


/*=============================================================================
==============================|| Slider 28 Css ||==============================
===============================================================================*/
.slider-twenty-eight .swiper{
    padding: 0 15px;
}
.slider-twenty-eight .slider-grid-img {
    position: relative;
    overflow: hidden;
}
.slider-twenty-eight .slider-grid-img:before{
    display: none;
}
.slider-twenty-eight  .slider-grid-img-box {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-twenty-eight  .slider-grid-img-box:before {
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-twenty-eight  .product-top-price {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 5px;
    background: #eef9bf;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    padding:4px 10px;
}
.slider-twenty-eight  .product-info-cart {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 10px 15px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background: rgba(0,0,0,0.33);
   flex-wrap: wrap;
   gap: 5px;
}
.slider-twenty-eight  .product-info-cart h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.slider-twenty-eight  .product-info-cart h3 a {
    color: #fff !important;
}
.slider-twenty-eight  .product-extra-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-twenty-eight .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-eight .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-twenty-eight  .product-info-cart .product-extra-link a {
    border: 1.5px solid #eef9bf;
    background: transparent;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #eef9bf;
    margin: 0 3px;
}
.slider-twenty-eight .product-info-cart .product-extra-link a:hover{
    background: #eef9bf;
    color: #000;
}

/*=============================================================================
==============================|| Slider 28 Css ||==============================
===============================================================================*/



/*=============================================================================
==============================|| Slider 29 Css ||==============================
===============================================================================*/
.slider-twenty-nine .swiper{
    padding: 0 15px;
}
.slider-twenty-nine .slider-grid{
    border:0;
}
.slider-twenty-nine .webby-carousel-layout-18-info{
    width: 50%;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}
.slider-twenty-nine .webby-carousel-layout-18-info p{
    margin: 0 0 20px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-family: 'Open Sans';
}
.slider-twenty-nine .webby-carousel-layout-18-info ul.swiper-pagination{
    position: static; 
}
.slider-twenty-nine .webby-carousel-layout-18-info ul{
    padding: 0;
    margin: 0;
}
.slider-twenty-nine .webby-carousel-layout-18-info ul li{
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
    list-style-type: none;
    font-family: 'Open Sans';
    font-weight: normal;
}
.slider-twenty-nine .webby-carousel-layout-18-info ul li.swiper-pagination-bullet-active span{
    margin-left: -100px;
    transition: all 0.3s ease;
}
.slider-twenty-nine .webby-carousel-layout-18-info .swiper-pagination-bullet:focus {
    outline: none;
}
.slider-twenty-nine .webby-carousel-layout-18-info ul li.swiper-pagination-bullet-active span:after{
    content: '';
    width: 100px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    margin: 0 2px;
}
.slider-twenty-nine .webby-carousel-layout-18-info ul li:last-child{
    margin-bottom: 0;
}
.slider-twenty-nine .webby-carousel-layout-18-info .swiper-pagination-bullet {
    opacity: 1 !important;
    width: auto;
    height: auto;
    background: transparent;
}
.slider-twenty-nine .slider-grid-img{
    position: relative;
    display: block;
    overflow: hidden;
}
.slider-twenty-nine .slider-grid-img:before{
    display: none;
}
.slider-twenty-nine .slider-grid-img .slider-grid-img-box{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.slider-twenty-nine .slider-grid-img .slider-grid-img-box:before{
    content: '';
    padding-top: 100%;
    display: block;

}
.slider-twenty-nine .product-info-cart{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
}
.slider-twenty-nine .slider-grid:hover .product-info-cart{
    bottom: 0;
    transition: all 0.3s ease;
}

.slider-twenty-nine .product-info-cart .product-extra-link{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.slider-twenty-nine .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-nine .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-twenty-nine .product-info-cart .product-extra-link a{
    border:0;
    background: #000;
    color: #fff;
    padding:0;
    font-size: 16px;
    margin: 0;
    line-height: normal;
    transition: all 0.3s ease;
    height: 40px;
}
.slider-twenty-nine .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-twenty-nine .product-extra-link .yith-wcwl-wishlistexistsbrowse{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-twenty-nine .product-info-cart .product-extra-link li.Quick-view,
.slider-twenty-nine .product-info-cart .product-extra-link li.wishlist-link {
    width: 20%;
}
.slider-twenty-nine .product-info-cart .product-extra-link li.add_cart_link_main{
 width: 60%;
}
.slider-twenty-nine .product-extra-link .yith-wcwl-wishlistaddedbrowse:hover,
.slider-twenty-nine .product-extra-link .yith-wcwl-wishlistexistsbrowse:hover,
.slider-twenty-nine .product-info-cart .product-extra-link a:hover{
    height: 45px;
}
.slider-twenty-nine .product-info-cart .product-extra-link a:first-child{
    border-left: 0;
}
.slider-twenty-nine .product-info-cart .product-extra-link a.wplcs_add_to_cart{
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
}
.slider-twenty-nine .product-info-cart .product-extra-link a.wplcs_add_to_cart i{
    margin-right: 10px;
    font-size: 16px;
}

/*=============================================================================
==============================|| Slider 29 Css ||==============================
===============================================================================*/



/*=============================================================================
==============================|| Slider 30 Css ||==============================
===============================================================================*/
.slider-thirty .swiper{
    padding: 0 15px;
}
.slider-thirty .slider-grid-img:before{
    display: none;
}
.slider-thirty .slider-grid-img{
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.slider-thirty .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    transition: all .3s ease-in-out 0s;
}
.slider-thirty .slider-grid-img span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.slider-thirty .slider-grid-img span::before {
    content: '';
    padding-top: 100%;
    display: block;
}
.slider-thirty .slider-grid-img .product-thumb-two {
    top: -100%;
    margin-top: -100%;
}
.slider-thirty  .slider-grid-img:hover .product-thumb-two {
    right: -130%;
}

.slider-thirty .slider-grid:hover .product-info-cart{
    right: 0;
}
.slider-thirty .slider-grid{
    text-align: center;
    padding: 15px;
}
.slider-thirty .product-info-cart{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -100%;
    transition: all 0.3s ease;
}
.slider-thirty .slider-grid:hover .product-info-cart{
    bottom: 0px;
}
.slider-thirty .slider-grid:hover .slider-grid-img{
    background: #fff;
}
.slider-thirty .product-info-cart .product-extra-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-thirty .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-thirty .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-thirty .product-info-cart .product-extra-link a{
    background: #8a4160;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin:0 2px;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
}
.slider-thirty .product-extra-link .yith-wcwl-wishlistaddedbrowse span.feedback,
.slider-thirty .product-extra-link .yith-wcwl-wishlistexistsbrowse span.feedback{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-thirty .product-info-cart .product-extra-link a:hover{
    background: #000;
}
.slider-thirty .slider-grid-info-bottom{
   padding: 5px 15px;
}
.slider-thirty .slider-grid-info-bottom h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.slider-thirty .slider-grid-info-bottom h3 a{
    color: #000
}
.slider-thirty .carousel-nineteen-price{
    color: #575757;
    font-size: 15px;
    font-weight: 500;
}
/*=============================================================================
==============================|| Slider 30 Css ||==============================
===============================================================================*/




/*=============================================================================
==============================|| Slider 31 Css ||==============================
===============================================================================*/
.slider-thirty-one .swiper{
    padding: 0 15px;
}
.slider-thirty-one .slider-grid-img{
    overflow: hidden;
    position: relative;
}
.slider-thirty-one .slider-grid{
    border-radius: 0;
}
.slider-thirty-one .slider-grid-img:before{
    display: none;
}
.slider-thirty-one .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 300px;
    min-height: 300px;
}
.slider-thirty-one .slider-grid-img .product-thumb-two {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-thirty-one .slider-grid-img:hover .product-thumb-two {
    left: -100%;
}

.slider-thirty-one .product-info-cart{
    position: absolute;
    left: 20px;
    width: auto;
    bottom: -100%;
    transition: all 0.3s ease;
}
.slider-thirty-one .slider-grid:hover .product-info-cart{
    bottom: 15px;
}
.slider-thirty-one .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-thirty-one .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-thirty-one .product-info-cart .product-extra-link  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-thirty-one .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-thirty-one .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-thirty-one .product-info-cart .product-extra-link a{
    background: #f0b905;
    color: #000;
    font-size: 13px;
    border-radius: 100%;
    margin:0 4px 0 0;
    width: 30px;
    height: 30px;
}
.slider-thirty-one .product-info-cart .product-extra-link a:hover{
    background: #570f06;
    color: #fff;
}
.slider-thirty-one .slider-grid-info-bottom{
    padding:25px 20px;
}
.slider-thirty-one .slider-grid-info-bottom .carousel-review {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
}
.slider-thirty-one .slider-grid-info-bottom .reviews-actions a.action {
    color: #585858;
}
.slider-thirty-one .slider-grid-info-bottom h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.slider-thirty-one .slider-grid-info-bottom h3 a{
    color: #7b7b7b
}

.slider-thirty-one .slider-grid:hover .carousel-twenty-price{
    opacity: 0;
    transition: all 0.3s ease;
}
.slider-thirty-one .info-price span.price {
    font-weight: 500;
}


/*=============================================================================
==============================|| Slider 31 Css ||==============================
===============================================================================*/



/*=============================================================================
==============================|| Slider 32 Css ||==============================
===============================================================================*/
.slider-thirty-two  .swiper{
 padding: 0 15px;
}
.slider-thirty-two  .slider-grid-img{
    overflow: hidden;
    position: relative;
}
.slider-thirty-two  .slider-grid-img:before{
    display: none;
}
.slider-thirty-two .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-thirty-two .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 300px;
    min-height: 300px;
}
.slider-thirty-two .slider-grid-img .product-thumb-two {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-thirty-two .slider-grid-img:hover .product-thumb-two {
    right: -100%;
}
.slider-thirty-two .product-info-cart{
    position: relative;
    left: 0;
    width: auto;
    bottom: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.slider-thirty-two .product-info-cart .product-extra-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-thirty-two .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-thirty-two .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-thirty-two .product-info-cart .product-extra-link a{
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
    font-size: 15px;
    border-radius: 0;
    margin: 0px 0 0 10px;
    width: auto;
    height: auto;
}
.slider-thirty-two .product-info-cart .addcart-link a:hover{
    color: #7b7b7b;
}

.slider-thirty-two .slider-grid-info-bottom{
    padding: 20px 20px 10px;
    transform: translateY(55px);
    z-index: 2;
    background: #fff;
    margin-top: -55px;
}
.slider-thirty-two .slider-grid{
    overflow: hidden;
}
.slider-thirty-two .slider-grid:hover .slider-grid-info-bottom{
    transform: translateY(0);
    transition: all 0.3s ease;
}
.slider-thirty-two .slider-grid-info-bottom h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.slider-thirty-two .slider-grid-info-bottom h3 a{
    color: #7b7b7b
}
.slider-thirty-two .info-price span.price, .slider-thirty-two .info-price .woocommerce-Price-amount{
    color: #000 !important;
    font-size: 16px;
    font-weight: normal;
}
.slider-thirty-two .webby-carousel-layout-slider-twenty-one {
    position: relative;
    padding: 0 20px;
}
.slider-thirty-two .addcart-link a{
    color: #000;
    font-size: 14px;
    text-decoration: underline !important;
    background-color: transparent !important;
    border: 0 !important;
}
.slider-thirty-two .addcart-link a i{ 
    margin-right: 6px;
}

/*=============================================================================
==============================|| Slider 32 Css ||==============================
===============================================================================*/



/*=============================================================================
==============================|| Slider 33 Css ||==============================
===============================================================================*/
.slider-thirty-three .swiper{
    padding: 0 15px;
}
.slider-thirty-three .slider-grid-img{
    overflow: hidden;
    position: relative;
}
.slider-thirty-three .slider-grid-img:before{
    display: none;
}
.slider-thirty-three .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-thirty-three .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 350px;
}
.slider-thirty-three .slider-grid-img .product-thumb-two {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-thirty-three .slider-grid-img:hover .product-thumb-two {
    right: -100%;
}
.slider-thirty-three .slider-grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}
.slider-thirty-three .slider-grid:hover{
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
    position: relative;
    transform: scale(1.03);
    background: #fff;
    z-index: 1;
    border-radius: 5px;
    transition: all 0.3s ease;
    border-color: #fff;
}
.slider-thirty-three .slider-grid-img{
    width: 40%;
}
.slider-thirty-three .slider-grid-img-box{
    position: relative;
    display: block;
}
.slider-thirty-three .slider-grid-img .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-thirty-three .slider-grid-img-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-height: 100%;
}
.slider-thirty-three .slider-grid-info-bottom{
    width: 60%;
    padding-left: 20px;
}
.slider-thirty-three .slider-grid-info-bottom h3{
    color: #232323;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.slider-thirty-three .slider-grid-info-bottom h3 a{
    color: #232323;
}
.slider-thirty-three .carousel-twenty-two-price{
    color: #000;
    font-size: 16px;
    font-weight: normal;
    display: flex;
}
.slider-thirty-three .carousel-twenty-two-price .old-price{
    color: #8b8b8b;
    text-decoration: line-through;
    margin-right: 10px;
}
.slider-thirty-three .carousel-16-review{
    margin: 10px 0 15px;
    color: #f6de31;
    font-size: 10px;
}
.slider-thirty-three .slider-grid-info-bottom .quick-view-btn a{
    background: #f2f1f1;
    border-radius: 4px;
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}
.slider-thirty-three .slider-grid-info-bottom .quick-view-btn a:hover{
    background: #aa597b;
    color: #fff;
}

 /*=============================================================================
==============================|| Slider 33 Css ||==============================
===============================================================================*/





 /*=============================================================================
==============================|| Slider 34 Css ||==============================
===============================================================================*/
.slider-thirty-four .swiper{
    padding: 0 15px;
}
.slider-thirty-four .slider-grid {
    margin-bottom: 20px;
    position: relative;
    border: 0;
    border-radius: 0;
}
.slider-thirty-four .slider-grid-img{
    overflow: hidden;
    position: relative;
}
.slider-thirty-four .slider-grid-img:before{
    display: none;
}
.slider-thirty-four  .slider-grid-img-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    display: block;
}
.slider-thirty-four .slider-grid-img-box:before{
    padding-top: 115%;
    display: block;
    content: '';
}
.slider-thirty-four .slider-grid-info-bottom{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background: rgb(0 0 0 / 40%);
    padding: 10px 0 0;
    text-align: center;
    overflow: hidden;
    backdrop-filter: blur(2px);
}
.slider-thirty-four .slider-grid-info-bottom h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0 5px;
}
.slider-thirty-four .slider-grid-info-bottom h3 a{
    color: #fff !important;
}
.slider-thirty-four .carousel-twenty-three-price{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}
.slider-thirty-four .carousel-twenty-three-price .old-price{
    color: #fff !important;
    text-decoration: line-through;
    margin-right: 10px;
}
.slider-thirty-four .product-info-cart{
    opacity: 0;
    margin: 10px auto -60px;
    transition: all 0.3s ease;
}
.slider-thirty-four .slider-grid:hover .product-info-cart{
    opacity: 1;
    margin-bottom: 0;
}
.slider-thirty-four .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-thirty-four .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-thirty-four .product-info-cart .product-extra-link{
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.slider-thirty-four .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-thirty-four .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-thirty-four .product-info-cart .product-extra-link a{
    border:0;
    border-left:1px solid #fff;
    color: #fff;
    padding:10px;
    font-size: 14px;
    margin: 0;
}
.slider-thirty-four .product-info-cart .product-extra-link a:hover{
    background: rgba(0,0,0,0.49);
    color: #fff;
}
.slider-thirty-four .product-info-cart .product-extra-link a:first-child{
    border-left: 0;
}
.slider-thirty-four .product-info-cart .product-extra-link .addcart-link a{
    font-size: 12px;
    font-weight: 500;
}
.slider-thirty-four .product-info-cart .product-extra-link .addcart-link a i{
    margin-right: 10px;
    font-size: 14px;
}
  /*=============================================================================
==============================|| Slider 34 Css ||==============================
===============================================================================*/




  /*=============================================================================
==============================|| Slider 35 Css ||==============================
===============================================================================*/
.slider-thirty-five  .swiper{
 padding: 0 15px;
}
.slider-thirty-five .slider-grid{
    text-align: center;
    border-radius: 0;
}
.slider-thirty-five  .slider-grid-img{
    overflow: hidden;
    position: relative;
}
.slider-thirty-five  .slider-grid-img:before{
    display: none;
}
.slider-thirty-five  .slider-grid-img > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 200px;
}
.slider-thirty-five  .slider-grid-img:hover a > .product-thumb-two img {
    object-fit: cover;
}
.slider-thirty-five  .slider-grid-img a img {
    width: 100%;
    object-fit: cover;
    position: unset;
    height: 350px;
}
.slider-thirty-five  .slider-grid-img .product-thumb-one img{
    z-index: 99;
    transition:  .5s linear;
    cursor: pointer;
}
.slider-thirty-five  .slider-grid-img:hover a > .product-thumb-one {
    opacity: 0;
}
.slider-thirty-five  .slider-grid-img:hover>a:after {
    content: "";
    background: rgb(0 0 0 / 58%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
}
.slider-thirty-five  .slider-grid-img a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}
.slider-thirty-five  .slider-grid-img:hover .product-thumb-one{
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.slider-thirty-five  .slider-grid-img:hover .product-thumb-two{
    transform: translateY(-100%) scale(1);
    -webkit-transform:translateY(-100%) scale(1);
    -moz-transform:translateY(-100%) scale(1);
    -o-transform:translateY(-100%) scale(1);
}
.slider-thirty-five  .slider-grid-img .product-thumb-two{
    transform: translateY(-100%) scale(0);
    -webkit-transform:translateY(-100%) scale(0);
    -moz-transform:translateY(-100%) scale(0);
    -o-transform:translateY(-100%) scale(0);
}
.slider-thirty-five  .slider-grid-img .product-thumb-one {
    display: block;
    position: relative;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}
.slider-thirty-five  .slider-grid-img .product-thumb-two {
    left: 0;
    position: absolute;
    top: 100%;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}
.slider-thirty-five .slider-grid h3{
    color: #e8bc7b;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 5px;
    padding: 2px;
}
.slider-thirty-five .slider-grid-info-bottom {
    padding: 20px;
}
.slider-thirty-five .slider-grid h3 a{
    color: #e8bc7b;
}
.slider-thirty-five .carousel-twenty-four-price{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px ;
}
.slider-thirty-five .carousel-twenty-four-price span.price, .slider-thirty-five .carousel-twenty-four-price span.price .woocommerce-Price-amount {
    color: #000 !important;
}
.slider-thirty-five .slider-grid-info-bottom .addcart-link a{
    background: #a41b00;
    border-radius: 30px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
}
.slider-thirty-five .slider-grid-info-bottom .addcart-link a:hover{
    background: #fff;
    color: #a41b00;
}

.slider-thirty-five .slider-grid-info-bottom .addcart-link a i{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    color: #000000;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    line-height: 30px;
}
.slider-thirty-five .slider-grid-info-bottom .make-order-btn:hover i{
    background: #a41b00;
    color: #fff;
}
.slider-thirty-five .webby-carousel-layout-slider-twenty-four .slider-grid h3,
.slider-thirty-five .webby-carousel-layout-slider-twenty-four .slider-grid-info-bottom{
    opacity: 0;
    display: none;
}
.slider-thirty-five .webby-carousel-layout-slider-twenty-four .swiper-slide-active .slider-grid h3,
.slider-thirty-five .webby-carousel-layout-slider-twenty-four .swiper-slide-active .slider-grid-info-bottom{
    opacity: 1;
    display: block;
}
.slider-thirty-five .webby-carousel-layout-slider-twenty-four {
    position: relative;
    max-width: 100%;
}
/*=============================================================================
==============================|| Slider 35 Css ||==============================
===============================================================================*/




/*=============================================================================
==============================|| Slider 36 Css ||==============================
===============================================================================*/
.slider-thirty-six .swiper{
    padding:  15px;
}
.slider-thirty-six .slider-grid-img .slider-grid-img-box{
    position: relative;
    display: block;
    background: #e5dbd1;
}
.slider-thirty-six .slider-grid-img{
    overflow: hidden;
    position: relative;
}
.slider-thirty-six  .slider-grid-img:before{
    display: none;
}
.slider-thirty-six .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-thirty-six .slider-grid-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    max-height: 350px;
    min-height: 350px;
}
.slider-thirty-six .slider-grid-img .product-thumb-two {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index: 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.slider-thirty-six .slider-grid-img:hover .product-thumb-two {
    right: -100%;
}
.slider-thirty-six .product-info-cart{
    position: relative;
    left: 0;
    width: auto;
    bottom: 0;
    transition: all 0.3s ease;
    margin-top: 20px;
    margin-bottom: -45px;
    opacity: 0;
}
.slider-thirty-six .product-info-cart .product-extra-link{
    display: flex;
    align-items: center;
}
.slider-thirty-six .product-info-cart .product-extra-link a{
    background: transparent;
    color: #000;
    font-size: 13px;
    border-radius: 0;
    margin:0 0 0 10px;
    width: auto;
    height: auto;
}
.slider-thirty-six .product-info-cart .product-extra-link a:hover{
    color: #7b7b7b;
}
.slider-thirty-six .slider-grid-info-bottom{
    padding:20px 20px 20px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.slider-thirty-six .slider-grid{
    overflow: hidden;
    padding: 8px 8px 80px 8px;
    position: relative;
    border-radius: 0;

}

.slider-thirty-six .slider-grid-info-bottom h3{
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 600;
}
.slider-thirty-six .slider-grid-info-bottom h3 a{
    color: #000;
}
.slider-thirty-six .carousel-twenty-five-price{
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 500;
}
.slider-thirty-six .slider-grid:hover{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    height: 100%;
}
.slider-thirty-six .slider-grid:hover .product-info-cart{
    margin-bottom: 10px;
    opacity: 1;
}
.slider-thirty-six .slider-grid:hover .slider-grid-info-bottom{
    background: #fff;
    transition: all 0.3s ease;
}
.slider-thirty-six .slider-grid:hover .slider-grid-img .slider-grid-img-box:before{
    padding-top: 115%;
    transition: all 0.3s ease;

}
.slider-thirty-six .webby-carousel-layout-slider-twenty-five .swiper-slide{
    height: auto;
}
.slider-thirty-six .webby-carousel-layout-slider-twenty-five {
    position: relative;
    padding: 0 20px;
}
.slider-thirty-six .addcart-link a{
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 7px 10px;
    box-sizing: border-box;
    text-align: center;
}
.slider-thirty-six .addcart-link a:hover{
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
}
.slider-thirty-six .addcart-link a i{
    margin-right: 6px;
}
 /*=============================================================================
==============================|| Slider 36 Css ||==============================
===============================================================================*/



 /*=============================================================================
==============================|| Slider 37 Css ||==============================
===============================================================================*/
.slider-thirty-seven .swiper{
    padding: 0 15px;
}
.slider-thirty-seven .slider-grid-img{
    position: relative;
}
.slider-thirty-seven .slider-grid-img:before{
    display: none;
}
.slider-thirty-seven .slider-grid-img-box{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-thirty-seven .slider-grid-img-box:before{
    padding-top: 100%;
    display: block;
    content: '';
}
.slider-thirty-seven .product-info-cart{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
}
.slider-thirty-seven .slider-grid:hover .product-info-cart{
    opacity: 1;
}
.slider-thirty-seven .product-info-cart .product-extra-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 0;   
}

.slider-thirty-seven .product-extra-link .yith-wcwl-wishlistaddedbrowse,
.slider-thirty-seven .product-extra-link .yith-wcwl-wishlistexistsbrowse,
.slider-thirty-seven .product-info-cart .product-extra-link a{
    width: 46px;
    height: 46px;
    color: #c70d3a;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 100%;
    background: rgba(255,255,255,0.23);
    border: 0;
    padding: 4px;
    margin: 0 6px;
}
.slider-thirty-seven .product-extra-link .yith-wcwl-wishlistaddedbrowse span.feedback,
.slider-thirty-seven .product-extra-link .yith-wcwl-wishlistexistsbrowse span.feedback,
.slider-thirty-seven .product-info-cart .product-extra-link a i{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-thirty-seven .product-info-cart .product-extra-link a:hover{
    color: #000;
}
.slider-thirty-seven .slider-grid-info-bottom h3{
    font-size: 18px;
    font-weight: normal;
    color: #0f0707;
    margin-bottom: 5px;
    font-weight: 600;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0;
    margin-left: auto;
}
.slider-thirty-seven .slider-grid-info-bottom h3 a{
    color: #0f0707;
}
.slider-thirty-seven .slider-grid-info-bottom{
    padding: 0;
    position: absolute;
    text-align: right;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 15px;
}
.slider-thirty-seven .slider-grid-info-bottom .star-rating {
    margin-left: auto;
    margin-top: 14px;
    font-size: 16px;
    margin-bottom: 10px;
}
.slider-thirty-seven .carousel-twenty-six-price{
  background: #c70d3a;
  height: 75px;
  width: 55px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  padding: 10px 5px;
  gap: 0;
  justify-content: center;
  position: absolute;
  bottom: -60px;
  left: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 1.3;
}
.slider-thirty-seven .carousel-26-review .reviews-actions a{
    font-size: 10px;
    color: #f5d20f;
    margin-bottom: 5px;
}
.slider-thirty-seven  .addcart-link a{
    font-size: 14px;
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
    background: transparent !important;
    border: 0 !important;
    margin-top: 3px;
}
.slider-thirty-seven .slider-grid{
    overflow: hidden;
    padding-top: 125px;
}

 /*=============================================================================
==============================|| Slider 37 Css ||==============================
===============================================================================*/