
.category-product-info h3:hover,
.category-star-rating  .star-rating span:before {
    color: #ef233c;
}

/*Spacific category CSS*/
.product-sc-thumb {
    background-size: cover;
    height: 265px;
    max-height: 100%;
    background-color: #E8ECEF;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    display: block;
}

.product-sc {
    text-align: center;
}

.product-sc h4 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

.sc-product-price.category-product-price .woocommerce-Price-amount {
    font-size: 15px;
    color: #000;
}

.product-sc-wrapper {
    padding-bottom: 60px;
}

/*Hovercard CSS*/
.single-hc-product {
    width: 150px;
    position: absolute;
    left: 35%;
    top: 7%;
}

.product-hovercard .custom-add-wishlist {
    display: none;
}

.product-hovercard {
    position: absolute;
    bottom: 0;
    width: 260px;
    text-align: center;
    box-shadow: 0 0 30px #ccc;
    background-color: #fff;
    left: 50%;
    margin-left: -130px;
    z-index: 2;
    padding: 40px 20px 60px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.single-product-base {
    border-radius: 50%;
    box-shadow: 0 0 30px #ccc;
}

.single-product-base img {
    border-radius: 50% !important;
    position: relative;
    height: 150px;
    object-fit: cover;
}

.single-product-base span i.ti-angle-down {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    background-color: #8d99ae;
    color: #fff;
    line-height: 60px;
    border-radius: 50%;
    z-index: 1;
    margin-left: -27px;
    bottom: -30px;
    cursor: pointer;
}

.product-hc-thumb {
    width: 190px;
    height: 190px;
    text-align: center;
    display: inline-block;
    background-color: #ddd;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

.product-hovercard h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 10px;
}
.product-hovercard a {
    color: #2b2d42;
}
.product-hovercard a:hover {
   color: #ef233c;
}

.hc-product-price {
    font-size: 16px;
}

.product-hovercard span i.ti-angle-up {
    height: 60px;
    width: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: #8d99ae;
    color: #fff;
    left: 50%;
    margin-left: -27px;
    bottom: -30px;
    z-index: 2;
    cursor: pointer;
}

.single-hc-product:hover .product-hovercard {
    opacity: 1;
    visibility: visible;
}
.product-hovercard-wrapper {
    min-height: 670px;
    max-height: 100%;
    position: relative;
}

.single-hc-product:nth-child(2) {
    left: 57%;
    top: 18%;
}

.single-hc-product:nth-child(3) {
    left: auto;
    right: 0;
    top: 30%;
}

.single-hc-product:nth-child(4) {
    left: 27%;
    top: 43%;
}

.single-hc-product:nth-child(5) {
    left: 0;
    top: auto;
    bottom: 8%;
}

.single-hc-product:nth-child(6) {
    top: auto;
    bottom: 8%;
    right: 15%;
    left: auto;
}


.single-product-base {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/*Product carousel CSS*/
.product-carousel {
    padding: 50px 0 80px;
}

.product-carousel-thumb-inner {
    box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 10%);
    padding: 80px;
    margin: 10px;
    position: relative;
    margin-right: -150px;
    background: #fff;
} 

.product-carousel-thumb {
    height: 360px;
    width: 360px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    position: relative;
    max-width: 100%;
}

.category-product-on-sale {
    position: absolute;
    left: 0;
    top: 35px;
    text-transform: uppercase;
    background-color: #8d99ae;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
}

.product-box-shadow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.product-carousel .slick-arrow {
    position: absolute;
    background: #E7EFF2;
    color: #8d99ae;
    left: -20px;
    top: 50%;
    height: 70px;
    width: 70px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    font-size: 50px;
    margin-top: -25px;
    transition: all ease .5s;
    cursor: pointer;
    z-index: 2;
}

.product-carousel .fa-angle-right.slick-arrow {
    left: auto;
    right: -20px;
}

.category-product-info h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.category-product-price ins .amount {
    text-decoration: none !important;
    color: #ef233c !important;
}
.category-product-price del {
    color: #000;
}

.category-product-price {
    font-size: 18px;
    font-weight: 600;
}

.category-product-info {
    display: inline-block;
}

.category-star-rating {
    display: inline-block;
    margin-top: 10px;
}

.product-add-to-cart-category {
    margin-top: 30px;
}

.product-carousel {
    position: relative;
    z-index: 2;
}

/*Core Category*/
.cat-img img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    background-color: #ddd;
}

.cat-no-thumb {
    height: 170px;
    display: flex;
    justify-content: center;
    background-color: #ddd;
    align-items: center;
    text-align: center;
}

.cat-no-thumb p {
    opacity: .5;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 0;
}

.single-category-item h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #8d99ae;
    margin-bottom: 5px;
    margin-top: 35px;
    -webkit-text-stroke: 1px #ef233c;
}

.cat-img-bg {
    height: 230px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    display: block;
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .product-sc-thumb {
        height: 315px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .product-hovercard {
        width: 170px;
        margin-left: -80px;
        padding: 10px 0 15px;
    }
    
    .product-hc-thumb {
        height: 130px;
        width: 130px;
    }
    
    .single-hc-product {
        width: 130px;
    }
    
    .single-product-base span i.ti-angle-down {
        width: 50px;
        height: 50px;
        line-height: 55px;
        margin-left: -22px;
    }
    
    .product-hovercard span i.ti-angle-up {
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
    
    .single-hc-product:nth-child(3) {
        right: 18px;
        top: 40%;
    }
    
    .single-hc-product:nth-child(5) {
        left: 15px;
    }

    .product-carousel-thumb-inner {
        padding: 10px;
        margin-right: -90px;
    }
    
    .product-carousel-thumb {
        height: 300px;
        width: 300px;
    }
    
    .product-carousel .slick-arrow {
        height: 50px;
        width: 50px;
        line-height: 50px;
        left: 0;
    }
    
    .product-carousel .fa-angle-right.slick-arrow {
        right: 0;
    }
    .cat-img img {
        max-height: inherit;
        margin-top: 20px;
    }
    .single-product-base img {
        height: 130px;
    }
}


/* Mbile */
@media only screen and (max-width: 767px) {
    .product-sc-thumb {
        height: 315px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .product-hovercard-wrapper {
        min-height: 500px;
    }
    
    .single-hc-product:nth-child(2) {
        left: auto;
        top: 7%;
    }
    
    .single-hc-product:nth-child(2), .single-hc-product:nth-child(6), .single-hc-product:nth-child(3) {
        right: 3%;
    }
    
    .single-hc-product {
        width: 100px;
    }
    
    .single-hc-product:nth-child(4), .single-hc-product:nth-child(3) {
        top: 40%;
    }
    
    .single-hc-product, .single-hc-product:nth-child(5), .single-hc-product:nth-child(4) {
        left: 3%;
    }
    
    .single-product-base span i.ti-angle-down, .product-hovercard span i.ti-angle-up {
        width: 40px;
        height: 40px;
        line-height: 42px;
        margin-left: -16px;
        bottom: -20px;
    }
    
    .product-hovercard {
        width: 130px;
        left: 50%;
        margin-left: -65px;
        padding: 15px 10px 20px;
    }
    
    .product-hc-thumb {
        width: 100px;
        height: 100px;
    }
    
    .product-hovercard h4 {
        font-size: 16px;
    }
    
    body .woocommerce a.button, .button.product_type_simple.add_to_cart_button {
        padding: 5px 12px !important;
        font-size: 12px;
        font-weight: 500;
    }
    
    .product-hovercard .product-add-to-cart-category {
        margin-top: 5px;
    }
    
    .hc-product-price {
        font-size: 14px;
    }
    .product-carousel-thumb {
        height: 300px;
        width: 315px;
        background-size: contain;
    }
    
    .product-carousel-thumb-inner {
        margin-bottom: 30px;
        padding: 20px;
        margin-right: 2px;
        margin-left: 5px;
    }
    
    .category-product-info h3 {
        font-size: 25px;
    }
    
    .category-product-info .product-add-to-cart-category {
        margin-top: 0;
    }
    .product-carousel .slick-arrow {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 30px;
        margin-top: 0;
        left: 0;
    }
    
    .product-carousel .fa-angle-right.slick-arrow {
        right: 0;
    }
    .cat-img img {
        max-height: inherit;
    }

    .single-product-base img {
        height: 100px;
    }
    
}