.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 6px !important;
    background: #21252996;
    border-radius: 4px;
    color: #fff !important;
}

.owl-nav button i {
    color: #ffffff !important;
    font-size: 10px !important;
}

.ps-carousel--nav-inside .owl-dots {
    display: block;
    visibility: visible;
    opacity: 1;
}

.ps-carousel--nav-inside .owl-dots .owl-dot:hover,
.ps-carousel--nav-inside .owl-dots .owl-dot.active {
    background-color: #a27332;
}

.ps-product {
    padding: 0;
}

.ps-product .custom__action {
    max-width: 100%;
    background: #a27332;
    color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 9px;
}

.owl-carousel .ps-product {
    padding: 0;
}

.ps-product__thumbnail__cust {
    width: 100%;
    /* height: 300px !important; */
}

.ps-product .custom__action li {
    width: 100%;
    margin-right: unset;
}

.ps-product .custom__action li a {
    width: 100%;
    cursor: pointer !important;
}

.ps-product .custom__action .v1 {
    border: 1px solid #fff;
    height: 24px;
    margin: 5px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.custom__vendor {
    text-align: center;
    font-size: 14px !important;
    margin-top: 10px;
    color: #a27332 !important;
    font-weight: 600;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.custom__title {
    text-align: center;
    font-size: 14px !important;
    font-weight: 500;
    color: #9f9494 !important;
}

.br-theme-fontawesome-stars .br-widget {
    padding: 3px 0px;
}

.custom__rating {
    text-align: center;
    background: #f3f3f3;
    width: 36%;
    border-radius: 5px;
    margin: 5px auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 5px;
}

.ps-product .ps-product__price.sale {
    text-align: center;
    margin-top: 10px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.ps-product .ps-product__price.sale .bx-rupee {
    margin-right: -2px;
    font-size: 14px;
}

.ps-product .ps-product__price.sale del {
    display: flex;
    margin-left: 10px;
    align-items: center;
    font-size: 13px;
}

.ps-product:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px !important;
    transition: 0.5s ease;
}

/* .ps-block--site-features{
    background: linear-gradient(90deg, rgb(162 115 50 / 76%) 0%, rgba(162,115,50,0.4738270308123249) 50%, rgb(162 115 50 / 76%) 100%);
    border-radius: 8px;
    border: none;
    width: 85%;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */
.ps-product .custom__action li a:hover {
    border-radius: 8px;
    margin-left: 2px;
    color: #000;
    background: none;
}
.custm__title{
    display: inline-block;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-align: center;
    margin: auto !important;
    padding: 0 !important;
}

@media (max-width: 1260px) {
    .ps-product .custom__action li a span {
        display: none;
    }
}

@media (max-width: 1323px) {
    .custom__rating {
        width: 132px;
    }
}