@media (max-width:500px){
    .breakcrumb{
        padding-top: 25px;
    }
}

.ps-product--detail .ps-product__meta .seller-subtitle{
    min-width: max-content;
    padding: 10px !important;
}

#product-new-price #price-special{
    direction: ltr;

}
.ps-tab .ps-tab-header{
    margin-bottom: 20px;
    width: max-content;
}
.ps-tab .ps-tab-header::after{  
    content: "";
    display: block;
    margin-top: 10px;
    border: 1px solid #058057;
}
.ps-section__header {
    margin-bottom: 10px !important;
}
.ps-product .ps-product__actions {
    position: absolute;
    background-color: #FFF; 
    z-index: 99;
    bottom: -100px;
}
.ps-product__container .rcmd_product_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0 !important;
}
.ps-product__container .rcmd_product_price span {
    font-weight: 500;
}
.rcmd_product_price .rcmd_product_price_footer {
    display: flex;
    flex-direction: column;
    align-self: end;
}
.rcmd_product_price .rcmd_product_price_footer .ps-product__price__sale {
    font: normal normal 500 15px/18px Poppins !important;
    direction: ltr;
}
#homepage-1 .ps-product__container .rcmd_product_price span {
    width: auto !important;
    overflow: visible !important;
    padding-top: 15px !important;
    padding-left: 3px !important;
    font: normal normal 500 14px/18px Poppins !important;
}
.product-card-add-to-cart:hover img {
    filter: brightness(0) invert(1);
}
.ps-product .ps-product__title{
    font-family: Almarai,sans-serif!important;
    font-weight: 600 !important;
}
.ps-product .ps-product__title_ar{
    font-family: Poppins,sans-serif!important;
    font-weight: 500 !important;
}

.ps-product .ps-product__title_ar, 
.ps-product .ps-product__title{
    padding-top: 0!important;
}

h3{
    font-size: 24px !important;
    font-weight: 600 !important;
}
.ps-product__shopping .btn-options{
    display: flex;
}
.ps-product--detail .product-details-top-section{
    margin-left: -65px;
}
.ps-product__shopping .btn-options select.form-select{
    height: 45px;
    padding: 0 70px 0 0;
    font-size: 14px;
    color: #545454!important;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ccc;;
}
.ps-product__meta{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.ps-product__meta .nutrition-values-section{
    display: flex;
}

#cdk-accordion-child-0 .productDetails{
    display: none;
}
#cdk-accordion-child-0 .mat-expansion-panel-body{
    overflow: hidden !important;
    padding: 0 24px 16px 0 !important;
}
.taken-together-products {
    margin-right: -40px;
}
.taken-together-products .owl-nav{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transform: unset;
    z-index: 1;
    width: 100%;
    height: 0;
}
.taken-together-products .owl-nav button{
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.taken-together-products .owl-nav button.owl-prev.disabled {
    border: 1px solid #ccc!important;
}
.taken-together-products .owl-nav button.owl-prev{
    padding: 7px!important;
    margin-left: 0;
    position: absolute;
    border: 1px solid #058057!important;
}
.taken-together-products .owl-nav button.owl-next{
    padding: 7px!important;
    float: left;
    margin-right: 0!important;
    border: 1px solid #058057!important;
}
.taken-together-products .owl-nav button svg{
    width: 16px!important;
    vertical-align: initial;
}
.taken-together-products .owl-nav button:hover {
    background-color: #FF9933 !important;
    color: #fff !important;
}
.taken-together-products .owl-nav button svg {
    transition: all .2s ease-in-out;
}
.taken-together-products .owl-nav button:hover svg {
    filter: brightness(0) invert(1);
}
.taken-together-products .owl-nav>*{
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: #fff !important;
    width: 40px;
    height: 40px;
    font-size: 20px!important;
    color: #058057;
    border-radius: 5px;
}
.taken-together-products .ps-product.ps-product--inner{
    border-radius: 0px !important;
}
.owl-item .product-card-add-to-cart img{
    transition: all .15s ease-in-out;
}
 .owl-carousel .owl-item .product-card-add-to-cart img{
    width: auto !important;
}
.taken-together-products .owl-stage-outer .owl-stage .active .ps-product.ps-product--inner{
    border: none;
    border-right: 1px solid #d9d9d9;
}
.taken-together-products .ps-product--inner:hover .ps-product__actions{
    /* bottom: -86% !important; */
    bottom: 15px !important;
}
.nutrition-values-section .nutrition-values-image{
    cursor: pointer;
    width: 50px;
    margin-left: 10px;
    transition: all .25s ease-in-out;
}
.nutrition-data .nutrition-details img{
    width: 75px;
    margin-bottom: 20px;
}
.nutrition-values-section .nutrition-values-image:hover{
    transform: scale(1.1);
}

.nutrition-values-section .nutrition-data{
    position: relative;
}
.nutrition-values-section .nutrition-data .nutrition-details::before{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #F0F0F0;
}
.nutrition-values-section .nutrition-data .nutrition-details{
    /* overflow: scroll; */
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    background: #F0F0F0;;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 200px;
    min-height: 320px;
    padding: 15px;
    top: 50%;
    border-radius: 10px;
    z-index: 555;
}

.nutrition-values-section .nutrition-data .nutrition-details{
    top: 65px;
    left: -65px;
}

.product-table-header{
    margin-bottom: 20px;
}

/* Stat Blogs In Recipe */
.blogs-card {
    display: flex;
    margin-bottom: 25px;
}
.blogs-card .card {
    height: 100%;
    border: none !important;
    border-radius: 1rem !important;
    box-shadow: -1px 3px 9px -6px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -1px 3px 9px -6px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 3px 9px -6px rgba(0, 0, 0, 0.75);
}
.card .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.blogs-card .card .card-body .card-title {
    font-weight: 600;
    font-size: 20px;
}
.blogs-card .card .card-body .card-text:first-of-type {
    color: #bababa !important;
    font-size: 20px !important;
    margin-bottom: 55px;
}
.blogs-card .card .card-body .card-text:last-of-type {
    color: #058057 !important;
    font-size: 20px !important;
    position: absolute;
    bottom: 25px;
}
/* End Blogs In Recipe */

@media (max-width: 768px){
    #payment_option .blogs-card .card .card-body .card-text:first-of-type{
    margin-bottom: 55px;
    }
}
.product-recipe .card .card-body .card-text:last-of-type{
    bottom: 0;
}
.nutrition-details h4{
    font-weight: 600 !important;
}
.ps-breadcrumb .breakcrumb > h4{
    margin-top: 7px;
}

.sharethis-inline-share-buttons div{
    display: inline-block !important;
}
#shareButtons{
    top: 43%;
}

#shareButtons .modal-title{
    font-size: 18px;
}
.media-section{
    font-size: 20px;
    text-align: center;
    /* padding: 5px; */
    border-radius: 8px;
    color: #000;
    margin: 10px auto;
    border: 1px solid #E4E4E4;
    max-width: 800px;
    /* margin-left: 20%; */
    background-color: #EEE;

}
.media-section div{
    font-weight: 700;
    cursor: pointer;
    height: 4.5rem;
    padding-top: 6px;
    transition: all .25s ease-in-out;
}
.media-section .media-active{
    border-radius: 8px !important;
    background-color: #FFF !important;
    box-shadow: 0px 3px 6px #00000029;
}
.product-media iframe{
    border-radius: 10px;
}
.product-media-image{
    display:none;
   
}
.product-media-image div {
    margin-bottom: 20px;
    /* border: 1px solid #EEEEEE; */
    /* padding: 2px; */
    /* background-color: #FFF; */
    /* border-radius: 10px; */
}
.product-media-image div img{
    height: 100%;
    border-radius: 10px;
}
.product-title-english{
    margin-bottom: 0;
}
#product-new-price #price-special{
    font-size: 32px !important;
}
.vue_options .image_option_type{
    padding-right: 0;
}
#product-new-price{
    margin-bottom: -10px;
}
.vat_included{
    margin-right: 50px;
}
.vat_included .discount{
    margin-bottom: -10px;
}
.image_option_type{
    margin-top: 15px;
}
.ps-product--detail .ps-tab-list li a{
    white-space: nowrap;
}
.review-card > .row{
    justify-content: space-between;
}
.ps-product__info .product-manufacturers{
    font-size: 25px;
    font-weight: 600;
}
.reveiws-view p{
    word-break: break-all;
}
@media (max-width:767px){
    .review-card .reveiws-view-desc{
        padding-right: 0;
        margin-top: 10px;
    }
}
.table_nutrition tr td{
    direction: ltr;
}
@media (min-width:1024px){
    .review-card .reveiws-view-desc{
        margin-right: -40px
    }
}
@media (min-width:1025px) {
    .ps-product__content .ps-tab-list{
        display: flex;
    }
}
@media (max-width:1024px){
    .ps-product--detail .product-details-top-section{
        margin-left: -25px;
    }
    .Hart_arrow{
        right: 0 !important;
    }
    .ps-product__content .ps-tab-list li{
        margin-bottom: 10px;
    }
    .ps-product__content .ps-tab-list li a{
        border-radius: 0 !important;

    }
    #payment_option > .row{
        margin-right: -15px !important;
    }
    .ps-product__thumbnail .ps-product__variants .slick-list {
        width: 100% !important;
    }
}

@media (min-width:769px) and (max-width:1024px){
    .media-section{
        margin-left: 7% !important;
    }
}

@media (min-width:1025px) and (max-width:1360px){
    .ps-product--detail .ps-product__meta .seller-subtitle{
        min-width: 50%;
    }
}
@media (max-width:991px){
    .ps-product__meta .nutrition-values-section{
        flex-wrap: wrap;
    }
    .product-recipe{
        margin-top: 25px;
    }
}
@media (max-width: 1199px){
    .margin-header{
        display: none;
    }
}

@media (min-width:1000px) and (max-width:1024px){
    .ps-product--detail .ps-product__gallery .slick-arrow:last-child{
        left: -40px !important;
    }
    .ps-product--detail .ps-product__gallery .slick-arrow:first-child {
        right: -20px !important;
    }
}
@media (max-width:768px){
    html{
        overflow-x: hidden;
    }
    .ps-product--detail .ps-product__gallery .slick-arrow:first-child {
        right: -20px !important;
    }
    .ps-product--detail .ps-product__gallery .slick-arrow:last-child {
        left: -50px !important;
    }
    .product-media-video .product-media{
        margin-right: -13px;
    }

}
@media (max-width:500px){
    .taken-together-products{
        margin-left: -55px;
    }
    .taken-together-products .ps-block--countdown-deal .ps-block__left h3{
        font-size: 23px !important;
    }
    .Hart_arrow{
        right: -30px !important;
    }
    .media-section{
        margin-left: 10px !important;
        padding: 0;
    }
    .nutrition-values-section .nutrition-data .nutrition-details{
        top: 65px;
        left: -65px;
    }
    .nutrition-values-section .nutrition-data:first-child .nutrition-details {
        top: 65px;
        left: -52px;
    }   
    .nutrition-values-section .nutrition-data:first-child .nutrition-details::before{
        left: 45%;
    }
    /* #homepage-1 .ps-product--detail .ps-product__thumbnail .ps-product__variants{
        left: 0%!important;
    } */
    .ps-product--detail .ps-product__header .ps-product__info{
        padding-left: 50px !important;
    }
    .nutrition-values-section{
        margin-left: -16px !important;
    }
    
    .ps-product__info .ps-product__meta{
        flex-direction: column !important;
        align-items: center !important;
    }
    .nutrition-values-section{
        margin-top: 15px;
    }

    .ps-tab-root #tab-review{
        margin-right: -40px;
    }
    .ps-block__header .row div:last-of-type h3.product-table-header{
        margin-top: 40px;
    }
    .ps-block--countdown-deal .ps-block__left h3 {
        font-size: 26px !important;
    }
    .taken-together-products .slider_product_1 .ps-container div.col-lg-12:first-child{
        margin-left: 30px;
    }
    .ps-page--shop .ps-product:not(.ps-product--wide){
        border: none !important;
    }

}
@media (max-width:375px){
    .nutrition-values-section .nutrition-data:first-child .nutrition-details::before{
        left: 55%;
    }
    .nutrition-values-section .nutrition-data:first-child .nutrition-details {
        top: 65px;
        left: -75px;
    }
    .ps-block--countdown-deal .ps-block__left h3 {
        font-size: 22px !important;
    }
    .taken-together-products .slider_product_1 .ps-container div.col-lg-12:first-child{
        margin-left: 20px;
    }
    .ps-product--detail .ps-product__meta .seller-subtitle{
        /* width: max-content; */
    }
}
@media (min-width:1170px) and (max-width:1440px){
    .taken-together-products .ps-product__container .rcmd_product_price{
        flex-direction: column;
        align-items: baseline;
    }
    .taken-together-products .ps-product--inner:hover .ps-product__actions {
        bottom: 30px !important;
        height: 68px;
    }
} 
@media (max-width:768px) {
    .ps-product__thumbnail .ps-product__variants .slick-track {
        display: flex;
        /* width: auto !important; */
    }
}

@media (max-width:500px) {
    .ps-product__thumbnail .ps-product__variants .slick-track {
        margin-right: 15px;
    }
}
/* @media (max-width:375px){
    .ps-layout--shop .row{
        margin-right: -27px;
    }
} */
/* @media (min-width:1166px){
    .ps-product--detail .slick-slide img{
        height: 25vw;
    }
} */