/*
Theme Name: XStore Child
Template: xstore
*/

/*
|----------------------------------------------------------------------------
|  Make the form fields and textareas ( in the end of website ) right-to-left
|----------------------------------------------------------------------------
*/
.wpcf7 input,
.wpcf7 textarea {
    direction: rtl;
}

/*
|----------------------------------------------------------------------------
|  Uniform product image size and centering
|----------------------------------------------------------------------------
*/
.product-image-wrapper,
.content-product .product-image-wrapper {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.product-image-wrapper img,
.content-product .product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*
|----------------------------------------------------------------------------
|  Hide the gray line on the left side of the carousel card
|----------------------------------------------------------------------------
*/
.mpc-flipbox .mpc-flipbox__wrapper {
    overflow: hidden !important;
}

/*
|------------------------------------------------------------------------------------------
|  Change button style in filter by price
|------------------------------------------------------------------------------------------
*/
.price_slider_wrapper .price_slider_amount .button {
    background-color: #ffffff !important;
    border: 1px solid #969696 !important;
    color: #000 !important;
    width: 50px !important;
    height: 30px !important;
    cursor: pointer !important;
}

.price_slider_wrapper .price_slider_amount .button:hover {
    background-color: #90705a !important;
    color: #fff !important;
}

/*
|------------------------------------------------------------------------------------------
|  Change color of the text in the all single post
|------------------------------------------------------------------------------------------
*/
.single-post .entry-content {
    color: #000000 !important;
}
/*
|------------------------------------------------------------------------------------------
|  Hidden this setion temporery ( خدمة التوصيل )
|------------------------------------------------------------------------------------------
*/
.vc_hidden {
    display: none !important;
}
/*
|------------------------------------------------------------------------------------------
|  Hidden this setion temporery ( قسم الهدايا - ( تشكيلة RX-370 ) )
|------------------------------------------------------------------------------------------
*/
.hide-rx370-presents {
    display: none !important;
}
/*
|------------------------------------------------------------------------------------------
|  Hidden Horizontal Scrollbar
|------------------------------------------------------------------------------------------
*/
body {
    overflow-x: hidden;
}


