/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1773282210
Updated: 2026-03-12 02:23:30

*/

.shop-item{
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    overflow: hidden;
}
.shop-thumb{
    overflow: hidden;
    position: relative;
}
.shop-thumb img{
    width: 100%;
    margin-right: 0;
}


.shop-content{
    padding: 20px 10px;
    border-top: 1px solid #eaeaea;
    display: block;
}
.shop-content h3{
    margin-bottom: 0;
    font-size: 18px;
}
.shop-content h3 a{color: #0f1d46;}
.shop-content p{
    margin-bottom: 5px;
}

/* Prev Next Style */
.shop-carousel {
    position: relative;
}
.shop-carousel .owl-nav div{
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -25px;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .4s cubic-bezier(.37, .31, .2, .85);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}
.shop-carousel .owl-nav div.owl-next{
    left: auto;
    right: -25px
}
.shop-carousel:hover .owl-nav div{
    left: 0;
    visibility: visible;
    opacity: 1
}
.shop-carousel:hover .owl-nav div.owl-next{
    left: auto;
    right: 0
}
