
.bodyTitleImgGrid {
    display: grid;
    grid-template-columns: 9fr 3fr;
}

.sliderTopImgBgVideo {
    position: relative;
}

.sliderImgVideoBtn {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.customSliderItem {
    box-shadow: -10px 10px 13px -6px rgba(34, 102, 36, 0.22);
    border-radius: 12px !important;
    outline: none !important;
    margin: 50px 15px;
}

.sliderBodyContent {
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-top: 15px;
}

.bodyProductSingleImg {
    margin-top: -70px;
}

.bodyProductSingTitle {
    color: #226624;
    text-align: right;
    font-family: Assistant;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.sliderBodyCopy {
    color: #000;
    text-align: right;
    font-family: Assistant;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.sliderFooterBtn a {
    box-shadow: -10px 10px 34px 0px rgba(34, 102, 36, 0.22) !important;
    border-radius: 50px;
    background: #226624;
    width: 198px;
    height: 48px;
    padding: 8px 57px;
    color: #FFF;
    text-align: center !important;
    font-family: Assistant;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    margin: 0 !important;
}

.sliderFooterBtn a:hover{
    color: #fff;
}

.sliderImgVideoBtn img {
    height: 50px;
    width: 50px !important;
    margin: 0 auto;
}

html[dir=rtl] .sliderFooterBtn a {
    text-align: center !important;
}

.sliderFooterBtn {
    text-align: center;
}

.SliderWrapParent .owl-nav div {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    border: 2px solid #226624;
    height: 31px;
    width: 31px;
    border-radius: 50px;
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    color: #226624;
}

.SliderWrapParent {
    padding: 0px 30px;
}

.SliderWrapParent .owl-nav .owl-prev {
    left: auto;
    right: 0px;
}

.sliderFooterBtn {transform: translateY(35px);}

.SliderWrapParent .owl-dots div {
    height: 7px;
    width: 7px;
    background: rgba(34, 102, 36, 0.22) !important;
    opacity: 1;
    display: inline-block;
    border-radius: 50px;
    margin: 0px 5px;
}

.SliderWrapParent .owl-dots {
    text-align: center;
}

.SliderWrapParent .owl-dots div.active {
    width: 25px;
    height: 7px;
    border-radius: 10px;
    background: #226624 !important;
}




@media only screen and (max-width: 767px){
    .SliderWrapParent .owl-dots div {
        display: none;
    }
    
    .SliderWrapParent .owl-nav div {
        top: auto;
        bottom: -35px;
        left: 38%;
    }
    
    .SliderWrapParent .owl-nav div.owl-prev {
        right: 38%;
    }
}