.container-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 20px;
    border-color: transparent;
    min-height: 620px;
}
.col-slider {
    border-radius: 20px 0px 0px 20px;
    background: #fff;
}
.col-content {
    background: #00000078;
    padding: 50px 40px;
    border-radius: 0px 20px 20px 0px;
}
.cont-title h1 {
    color: #fff;
    font-family: "MontSerrat", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.cont-des,
.cont-des h3 {
    color: #fff;
}
.cont-cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.cont-cat p {
    color: #012642;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 20px;
    /* border: 1px solid; */
    font-weight: 900;
    background: #f2d06b;
    border-radius: 20px;
}
.cont-price {
    margin: 20px 0px;
}
.cont-price h2 {
    color: #fff;
    font-size: 30px;
}
.btn-contact {
    width: 100%;
    margin-bottom: 20px;
}
.btn-contact a {
    color: #FBC93A;
    font-family: 'Montserrat';
    text-decoration: none !important;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid #FBC93A;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 13px 23px;
}
.btn-contact a:hover {
    background: linear-gradient(245deg, #F2D06B, #FFC620);
    color: #032859;
}

.col-slider img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0px 0px 20px;
    visibility: visible;
    background: #fff;
}
.elementor hr {
    margin-bottom: 30px;
    background-color: #c49634;
    /* margin-top: 20px; */
}
.container-product:after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #6C4922 0%, #B48120 19%, #F7D698 59%, #F2D06B 80%, #B48120 100%);
    height: 18px;
    width: 100%;
    bottom: 0px;
    border-radius: 0px 0px 20px 20px;
}

.prev-next-post  i {
    font-size: 50px;
    color: #f2d06b;
}
.prev-post,
.next-post {
    position: absolute;
    top: 50%;
}
.prev-post {
    left: -40px;
}
.next-post {
    right: -40px;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 100%;    
    border-radius: 20px 0 0 20px;
}
.splide__pagination {
    bottom: 1.5em;
}
.splide__pagination__page.is-active {
    background: #b98827;;
    transform: scale(1.4);
}
.splide__pagination__page {
    background: #F2D06B;
}
.splide__slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position:center;
}
.cont-des p {
    overflow: auto;
    min-height: 140px;
    max-height: 140px;
    padding-right: 20px;
    max-width: 500px;
}
.cont-des p::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.cont-des p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #f2d06b;
}
.cont-des p::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
}

.latest {
    margin-top: 100px;
}
.content-latest {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    align-items: center;
}

.lp-products {
    background: #fff;
    /* margin-left: 20px; */
    border-radius: 10px 10px 0px 0px;
    position: relative;
}
.lp-products:first-child {
    margin-left: 0px;
}
.lp-products:after {
    content: '';
    position: absolute;
    background: linear-gradient(229deg, #00346E, #066993) !important;
    height: 5px;
    width: auto;
}
.lp-image {
    width: auto;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    overflow: hidden;
}
.lp-image img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    border-radius: 0px ;
}
.lp-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 20px;
    justify-content: center;
}
.lp-title h4 {
    font-family: "MontSerrat", sans-serif;
    color: #00346e;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: left;
    min-height: 100px;
    max-height: 100px;
}
.lp-price {
    color: #00346e;
    font-size: 25px;
    font-family: 'MontSerrat';
    font-weight: 700;
    text-align: left;
}

.load-more {
    margin-top: 50px;
    text-align: center;
}

.load-more span,
.load-more a {
    color: #fbc93a !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    font-style: italic;
    border-bottom: 2px solid;
    cursor: pointer;
}
.btn-hidden{
    display: none;
}
ul.breadcrumb {
    list-style: none;
    margin: 10px 0 20px 0px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}
ul.breadcrumb li a {
    color: #f2d06b;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    text-decoration: underline;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #f2d06b;
    content: "/\00a0";
}
@media(max-width:1280px){
    .prev-next-post {
        display: flex;
        justify-content: flex-end;
    }
    .prev-post, .next-post {
        position: absolute;
        top: -50px;
    }
    .prev-next-post i {
        font-size: 30px;
    }
    .prev-post {
        left: 0;
    }
    .next-post {
        right: 0;
    }
}
@media(max-width:960px){
    .content-latest {
        grid-template-columns: repeat(2, 1fr);
    }
    /* .lp-products:after {
        content: '';
        position: absolute;
        background: linear-gradient(229deg, #00346E, #066993) !important;
        height: 5px;
        width: auto;
    } */
}
@media(max-width:767px){
    .container-product {
        grid-template-columns: repeat(1, 1fr);
    }
    .col-content {
        padding: 30px 10px;
        border-radius: 0px 0px 20px 20px;
    }
    .splide__track,
    .col-slider,
    .col-slider img{
        border-radius: 20px 20px 0px 0px;
    } 
    .content-latest {
        grid-template-columns: repeat(1, 1fr);
    }
    /* .lp-products:after {
        content: '';
        position: absolute;
        background: linear-gradient(229deg, #00346E, #066993) !important;
        height: 5px;
        width: auto;
    } */
}
.splide__arrows {
    display: none;
}
.sevices-sale {
    display: flex;
}
.type-ser-sale p,
.cont-cond span, .cont-stock span {
    color: #012642;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 20px;
    /* border: 1px solid; */
    font-weight: 900;
    background: #f2d06b;
    border-radius: 20px;
}
.cont-info{
    display: flex;
}
.cont-cond span{
    text-transform: capitalize;
}
.lp-products.hide_card{
    display: none;
}
.lp-products.show_card{
    display: block;
}
.latest-title h2 {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto';
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
}
.latest-title h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto';
    text-align: center;
    margin-top: 30px;
}