/* card-skeleton styles */ 
	 
	  
.card-skeleton {
    background-color: #fff;
    height: auto;
    width: auto;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 9px 17px 45px -29px rgba(0, 0, 0, 0.44);
}

/* card-skeleton image loading */ 
.card-skeleton__image img {
    width: 100%;
    height: 100%;
}
.card-skeleton__image {
    height: 400px;
    width: 500px;
    border-radius: 30px;
}
/* card-skeleton title */ 
.card-skeleton__title {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}
.card-skeleton__title {
    height: auto;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 5px;
    width: auto;
    padding: 0px 7px;
    min-height: 5px;
    color: transparent !important;
    line-height: 10px !important;
    font-size: 10px !important;
    border: 0px !important;
    vertical-align: middle;
    margin: 2px 2px !important;
    min-height: 14px;
    box-shadow: none !important;
}
.success .test-success.card-skeleton__title {color: transparent !important;}

li.card-skeleton__title {
    margin-bottom: 10px !important;
}
/* card-skeleton description */ 
.card-skeleton__description {
    padding: 8px;
    font-size: 16px;
}
.card-skeleton__description.loading {
    height: 3rem;
    margin: 1rem;
    border-radius: 3px;
}
/* The loading Class */ 
.card-skeleton__title, .card-skeleton__image {
    position: relative;
    background-color: #ccc;
}
/* The moving element */ 
.card-skeleton__title::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*--transform: translateX(-100%);--*/
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    /* Adding animation */ 
    animation: card-skeleton__title 0.8s infinite;
    z-index: 9;
    top: 0px;
}
        /* Loading Animation */ 
        @keyframes card-skeleton__title {
 100% {
 transform: translateX(100%);
}
}
.card-skeleton__image::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    /* Adding animation */ 
    animation: card-skeleton__image 0.8s infinite;
    z-index: 9;
    top: 0px;
}
@keyframes card-skeleton__image {
 100% {
 transform: translateX(100%);
}
}
/* Loading Animation */ 


.card-skeleton .skeleton-thumbnail li {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.card-skeleton .skeleton-thumbnail li .card-skeleton__image {
    width: 100%;
    height: 100%;
}
.card-skeleton .thumbImg {
    text-indent: -999px;
    overflow: hidden;
    border: 10px solid #ccc;
    border-radius: 10px;
}
.card-skeleton .thumbImg .card-skeleton__image {
    border: 0px !important;
    width: 100px;
    height: 50px;
    visibility: hidden;
    max-width: initial;
    min-height: initial;
}
.slider-banner-image .card-skeleton__image {
    border: 0px !important;
    width: 500px;
    height: 400px;
    filter: grayscale();
    background-color: #ccc;
}
.card-skeleton .item.product-list button.card-skeleton__title {
    display: none !important;
}
.card-skeleton .card-skeleton__image_listing {
    height: 250px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    padding: 0px 7px;
    min-height: 5px;
    color: transparent !important;
    line-height: 10px !important;
    font-size: 10px !important;
    border: 0px !important;
    vertical-align: middle;
    margin: 2px 0px !important;
    min-height: 14px;
    box-shadow: none !important;
    background-color: #ccc; position: relative;
    display: block !important;
    max-width: 100% !important;
}
.card-skeleton .card-skeleton__image_listing::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    /* Adding animation */ 
    animation: card-skeleton__image_listing 0.8s infinite;
    z-index: 9;
    top: 0px;
}
       
        /* Loading Animation */ 
        @keyframes card-skeleton__image_listing {
 100% {
 transform: translateX(100%);
}
}


.banner-slider .slider.slider-nav.thumb-image .thumbnail-image { margin-bottom: 15px; }

.card-skeleton .right-product-section .row { margin-bottom: 20px; }


.item.product-list:hover { box-shadow: none; }


@media (max-width: 1530px){
    .card-skeleton__image.w-60{
        width: 75% !important;
    }
}
@media (max-width: 1400px){
    .card-skeleton .card-skeleton__image_listing {
        height: 200px;
    }
    .detail-page-skelton .slider-nav {
        width: 60px;
    }
    .card-skeleton__image.w-60{
        height: 340px;
        width: 90% !important;
    }
    .card-skeleton .thumbImg .card-skeleton__image{
        height: 35px;
    }
    .detail-page-skelton .upper-section {
        height: 38px;
    }
}

@media (max-width: 991px){
    .detail-page-skelton .slider-nav{
        width: auto;
    }
    .card-skeleton .thumbImg .card-skeleton__image {
        height: 88px;
    }
    .card-skeleton__image.w-60{
        width: 60% !important;
    }
    .detail-page-skelton .slick-slider{
        margin-top: 20px;
    }
}


@media (max-width: 768px){
    .card-skeleton .card-skeleton__image_listing {
        height: 170px;
    }
    .card-skeleton__image.w-60{
        width: 60% !important;
        height: 300px;
    }
    .card-skeleton .thumbImg .card-skeleton__image {
        height: 68px;
    }
    .detail-page-skelton .slider.slider-nav.thumb-image{
        padding: 0px 40px 0;
    }

     .detail-page-skelton .wishlist-icon.add-to-wishlist { display:none; }
}



@media (max-width: 767px){
.card-skeleton .right-product-section .row .item.product-list { flex-direction: column; }	
.card-skeleton .card-skeleton__image_listing img { visibility: hidden; }
}


@media (max-width: 580px){
    .card-skeleton__image.w-60{
        width: 85% !important;
        height: 300px;
    }
    .card-skeleton .thumbImg .card-skeleton__image {
        height: 48px;
    }
    .detail-page-skelton .banner-slider .slider.slider-for {
        padding-right: 15px;
    }
}

@media (max-width: 479px){
     .card-skeleton__image.w-60{
        width: 80% !important;
        height: 260px;
    }
}
