.main-new-product-div{

    /*margin-left: 63px;*/
    /*margin-right: 63px;*/

    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.NewProductColumns{
    /*margin-bottom: 200px;*/
    margin-top: 85px;
}
.new-product-header h2{
    padding-bottom: 25px;
    padding-top: 20px;
    background-color: white;
    text-align: center;
    margin-bottom: 35px;
    top: 920px;
    font: normal normal bold 40px/48px Roboto;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}
.arabic-new-product-header h2{
    font: normal normal bold 40px/48px Neo Sans Arabic !important;
}

.kurdish-new-product-header h2{
    font: normal normal bold 40px/48px RudawRegular !important;
}

#cardOfSale{
    top: 10px;
    width: 46px;
    margin-top: 10px;
    margin-left: 10px;
    height: 28px;
    /*background: #FF0000 0% 0% no-repeat padding-box;*/
    border-radius: 3px;
    opacity: 1;
    transition: 0.5s;
}

#cardOfSaleContainer{
    /* top: 10px; */
    width: 70px;
    margin-top: 10px;
    /* margin-left: 10px; */
    /* height: 28px; */
    background: #FF0000 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    transition: 0.5s;
    position: relative;
}


#cardOfPercent{
    top: 10px;
    width: 46px;
    margin-top: 10px;
    margin-left: 10px;
    /*height: 22px;*/
    background: #FF0000 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    transition: 0.5s;
}
.newProductsSaleSpan{
    width: 28px;
    height: 14px;
    text-align: center;
    font: normal normal normal 12px/14px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding: 8px;
}
.newProductsPercentSpan{
    width: 28px;
    height: 14px;
    text-align: center;
    font: normal normal normal 12px/14px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding: 8px;
}

.cardOfNewProducts{
    /*border: none;*/
    border: 1px solid #F8F7F6;
    width: 315px;
    /*height: 527px;*/
    height: 401px;
    /*height: 492px;*/
}
.card-header-newProduct{
    text-align: center;
    background-color: transparent;
    border: none;
    margin-bottom: -39px;
    transition: transform 300ms;

}
.image-shadow{
    width: auto;
    height: 35px;
    transition: transform 300ms;
    padding: 0;
    margin-bottom: -26px;
}
.shadow-div{
    margin-top: 33px;
    height: 100%;
    width: 100%;

}

.card-img-top{
    /*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);*/
    width: auto;
    height: auto;
    transition: transform 300ms;
}
/*@scope .card-header img:hover {*/
/*    .image-shadow{*/
/*        transform: translateY(10px);*/
/*    }*/
/*}*/

#cardOfNewProducts:hover #cardOfSale{
    width: 70px;
    margin-top: 10px;
    border-radius: 3px;
    opacity: 1;
    transition: 0.5s;
    display:none;
}
#imageOfNewProductCard:hover +#image-shadow{

         transform: translateY(5px);
       z-index:2;

}
#cardOfNewProducts:hover #cardOfPercent{
   opacity: 0;

}
#cardOfSaleContainer
{
      position: relative !important;
      z-index:2  !important;
}
.card-header-newProduct:hover {

    transform: translateY(-5px);

}


.card-body{
    text-align: center;
    opacity: 1;
    transition: 0.3s;
    /*transition:all .3s ease-in;*/

}
.priceNewProduct{
    font: normal normal bold 20px/24px Roboto;
    /*letter-spacing: .05em;*/
    /*margin: 25px 0 0;*/
    text-align: center;
    margin-top: -12px;
    font-weight: bold;

}
.priceNewProduct span{
    text-align: center;
    text-decoration: line-through;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0.16px;
    color: #B1B1B1;
}
.brandName{
    text-align: center;
    font: normal normal 500 20px/24px Roboto;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}
.arabicBrandName{
    font: normal normal 500 20px/24px Neo Sans Arabic !important;
}

.kurdishBrandName{
    font: normal normal 500 20px/24px RudawRegular !important;
}
.arabicNewProductsSaleSpan{
    font: normal normal normal 12px/14px Neo Sans Arabic !important;
}

.kurdishNewProductsSaleSpan{
    font: normal normal normal 12px/14px RudawRegular !important;
}
.kurdishNewProductsSaleSpan{
    font: normal normal normal 12px/14px RudawRegular !important;
}
.categoryNewProduct {
    font: normal normal normal 15px/18px Roboto;
    color: red;
}
.arabicCategoryNewProduct {
    font: normal normal normal 15px/18px Neo Sans Arabic !important;
}
.kurdishCategoryNewProduct {
    font: normal normal normal 15px/18px RudawRegular !important;
}
.book-btn{
    width: 185px;
    height: 44px;
    background: #FF0000 0% 0% no-repeat padding-box;
    border-radius: 22px;
    opacity: 0;
    text-align: center;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
    margin: 20px;
    transition: 0.9ms;
    position: relative;
    z-index: 2 !important;
}

.book-btn-arabic{
    font: normal normal normal 15px/18px Neo Sans Arabic !important;
}
.book-btn-kurdish{
    font: normal normal normal 15px/18px RudawRegular !important;
}
#cardOfNewProducts:hover .card-body{
    opacity: 0;
    transform: translateY(10px);
    /*display: none;*/
    /*animation: fadeIn 6s;*/
}
#cardOfNewProducts:hover .book-btn{
    /*margin-top: 70px;*/
    opacity: 1;
    transform: translateY(-70px);

}
.view-all-btn{
    text-align: center;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
    /*margin: 20px;*/
    transition: 0.8s;
    width: 185px;
    height: 44px;
    /* UI Properties */
    background: #FF0000 0% 0% no-repeat padding-box;
    border-radius: 22px;
    opacity: 1;
    top: 50%;
    left: 44%;
    /*position: absolute;*/
}
.view-all-btn-arabic{
    font: normal normal normal 15px/18px Neo Sans Arabic !important;
}

.view-all-btn-kurdish{
    font: normal normal normal 15px/18px RudawRegular !important;
}
#newProductsCarousel .item {
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#newProductsCarousel{
    margin-bottom: 20px;
    /*margin-bottom: 58px;*/
}
.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}
#newProductsCarousel.owl-theme {
    position: relative;
}
#newProductsCarousel.owl-theme .owl-next, #newProductsCarousel.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#newProductsCarousel.owl-theme .owl-prev {
    left: 10px;
}
#newProductsCarousel.owl-theme .owl-next {
    right: 10px;
}
@media screen and (max-width: 500px) {
    .main-new-product-div{
        margin-bottom: 50px;
        margin-top: -116px;
        flex-direction: column;
    }
    .new-product-header h2{
        margin-top: 2.5rem;
    }
    .cardOfNewProducts{
        /*border: none;*/
        border: 1px solid #F8F7F6;
        /*width: 315px;*/
        /*height: 552px;*/
    }

    .view-all-btn{
        left: 16%;
    }

    #newProductsCarousel{
    margin-top: -30px;
     }

    /*.owl-carousel .owl-stage-outer {*/
    /*    !*margin-bottom: -15px;*!*/
    /*}*/

}


.owl-carousel .owl-item img {
    width: 100% !important;
    height: 100% !important;
}


.owl-carousel .owl-item img {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.owl-carousel .owl-stage-outer {
    height: 100%;
    /*padding-bottom: 40px;*/
}

.rate{
    /*margin-left: 3px;*/

}

#offcanvasBook{
    width: 40%
}

.modal-title-arabic{
    font: normal normal 500 20px/24px Neo Sans Arabic !important;
}
.modal-title-kurdish{
    font: normal normal 500 20px/24px RudawRegular !important;
}
@media screen and (max-width: 992px) {

    .modal {
        left: 0% !important;
    }

    .p-5 {
        padding: 0 !important;
    }

    /*.col-lg-3{*/
    /*    text-align: center !important;*/
    /*}*/
    /*.col-lg-7{*/
    /*    text-align: center !important;*/
    /*}*/

    /*.img_book {*/
    /*    width: 50% !important;*/
    /*}*/

    .mob{
        margin: auto;
        order: 1;
    }

    .rate{
        order: 2;
        /*margin-left: 32px;*/
    }
    .col-4{
        padding: 0;
    }

    .col-7{
        /*padding: 0;*/
    }

    #offcanvasBook{
        width: 100%
    }
    .new-product-header h2 {
        font: normal normal bold 26px/32px Roboto;
    }
    .brand-header h2 {
        font: normal normal bold 26px/32px Roboto;
    }
    .brand-header p {
        font: normal normal normal 16px/19px Roboto;
    }



    .priceNewProduct{
        font: normal normal bold 16px/24px Roboto;


    }
    .priceNewProduct span{

        font: normal normal normal 13px/24px Roboto;

    }
}
