.single-product-style-1 .large-product-box {
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
    padding: 15px;
    position: relative;
    border-radius: 4px;
    background: #fff;
}
.single-product-style-1 .featured-pro-title {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 20px;
}
.single-product-style-1 .featured-pro-title h4 {
    font-weight: 500;
    font-size: 22px;
}
.single-product-style-1 .featured-pro-content h5 a {
    color: #ba1c24;
}
.single-product-style-1 .featured-pro-content h5{
    font-size: 24px;
}
.single-product-style-1 .featured-pro-content p {
    margin-bottom: 20px;
}
.single-product-style-1 .featured-pro-content .price {
    font-size: 26px;
    font-weight: 600;
    color: #ba1c24;
}
.featured-pro-timer .sigma_counter {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
.featured-pro-timer .sigma_counter > span {
    padding: 8px 10px;
    border: 1px solid #141433;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    background: #141433;
    width: 50px;
    height: 65px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
    margin: 0 auto;
}
.single-product-style-1 .featured-pro-content .price del {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.single-product-style-1 .featured-pro-content .price ins {
    text-decoration: none;
}
.single-product-style-1 .featured-pro-content .pricing-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-product-style-1 .featured-pro-content .pricing-meta .price{
  margin-bottom: 0;
}
.single-product-style-1 .featured-pro-content .pricing-meta{
  margin-bottom: 20px;
}
/* Style 2 */
.single-product-style-2 .featured-content-wrapper h5 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 26px;
}
.single-product-style-2 .featured-content-wrapper h5 a {
    color: #ba1c24;
}
.single-product-style-2 .featured-content-wrapper p {
    max-width: 550px;
    margin-bottom: 20px;
}
.single-product-style-2 .featured-pro-title h4 {
    color: #ba1c24;
    margin-bottom: 20px;
    margin-top: 20px;
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
}
.single-product-style-2 .featured-pro-timer {
    margin-top: 30px;
}
.single-product-style-2 .featured-pro-timer .sigma_counter > span {
    width: 100px;
    height: 120px;
    border-radius: 3px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 0;
    margin-right: 20px;
}
.single-product-style-2 .featured-pro-timer .sigma_counter > span .text {
    padding: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
    border-radius: 5px;
}
.single-product-style-2 .featured-pro-timer .sigma_counter {
    justify-content: flex-start;
}
.single-product-style-2 .sigma_custom-btn {
    padding: 12px 35px;
    background: #ba1c24;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
}
.single-product-style-2 .sigma_custom-btn:hover{
  color: #fff;
}
.single-product-style-2 .latest-featured-products.dark-scheme .featured-content-wrapper h5 a,
.single-product-style-2 .latest-featured-products.dark-scheme .featured-content-wrapper span,
.single-product-style-2 .latest-featured-products.dark-scheme .featured-content-wrapper p,
.single-product-style-2 .latest-featured-products.dark-scheme .featured-content-wrapper .featured-pro-title h4 {
    color: #fff;
}
.single-product-style-2 .latest-featured-products.dark-scheme .featured-content-wrapper .sigma_custom-btn {
    border: 1px solid #fff;
    background: transparent;
}
/* Style 3 */
.single-product-style-3 .large-product-box {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    right: 15px;
    left: 15px;
}
.single-product-style-3 .large-product-box .content-on-image.content-on-image2 {
    position: absolute;
    width: calc(100% - 20px);
    top: 20px;
    right: 20px;
    height: calc(100% - 40px);
    border-top: 20px solid #ba1c24;
    border-bottom: 20px solid #ba1c24;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 20px solid #ba1c24;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: 20px;
    text-align: right;
}
.single-product-style-3 img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.single-product-style-3 .content-on-image.content-on-image2 .animated-content {
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-product-style-3 .content-on-image.content-on-image2 .animated-content > span {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 10px;
}
.single-product-style-2 .featured-content-wrapper > span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
}
.single-product-style-3 .content-on-image.content-on-image2 .animated-content .product-name h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}
.single-product-style-3 .content-on-image.content-on-image2 .animated-content .product-name h4 a {
    color: #fff;
}
.single-product-style-3 .content-on-image.content-on-image2 .animated-content .product-name h6 {
    font-size: 14px;
    color: #ba1c24;
    margin-bottom: 10px;
    font-weight: 400;
}
.discounted-price .sigma_product-badge {
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 600;
}
.single-product-style-3 .content-on-image.content-on-image2 .animated-content .star-rating {
    font-size: 15px;
    position: relative;
    float: none;
    margin: 20px 0 20px auto;
}
.single-product-style-3 .content-on-image.content-on-image2 .animated-content .btn-second.btn-submit {
    display: inline-block;
    height: 50px;
    min-width: 150px;
    background: #ba1c24;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    padding: 0 26px;
}
.single-product-style-3 .content-on-image.content-on-image2 .animated-content .btn-second.btn-submit:hover{
  background: #141433;
}
.featured-pro-img {
    margin-bottom: 20px;
}
.single-product-style-1 .button {
    width: 100%;
}
