@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//radiant-ray.com.sa/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(221,51,51);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(124,18,18);
	--btn-default-bgcolor-hover: rgb(160,14,14);
	--btn-default-color: rgb(255,255,255);
	--btn-accented-font-weight: 600;
	--btn-accented-bgcolor: rgb(124,18,18);
	--btn-accented-bgcolor-hover: rgb(124,18,18);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://radiant-ray.com.sa/wp-content/uploads/2021/10/alternative-energy-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(26,26,26);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(124,18,18);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color-hover: #333;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "tajwal";
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Manrope3";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Manrope3";
	font-weight: 400;
	font-style: normal;
}

/* =========================================
   SINGLE PRODUCT - QUANTITY DESIGN
========================================= */

.single-product .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
}


/* Quantity row */
.single-product .woocommerce-variation-add-to-cart .quantity {
    order: -1;

    flex: 0 0 100% !important;
    width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 0 !important;

    margin: 8px 0 4px !important;

    direction: rtl;
}


/* Quantity title */
.single-product .woocommerce-variation-add-to-cart .quantity::before {
    content: "الكمية";

    display: inline-block;

    margin-left: 14px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    color: #222;
}


/* Quantity buttons + number */
.single-product .woocommerce-variation-add-to-cart .quantity input {
    box-sizing: border-box !important;
}


/* Minus / Plus */
.single-product .woocommerce-variation-add-to-cart .quantity .minus,
.single-product .woocommerce-variation-add-to-cart .quantity .plus {
    width: 42px !important;
    height: 42px !important;

    min-width: 42px !important;

    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid #e3e3e3 !important;

    background: #fff !important;
    color: #222 !important;

    font-size: 18px !important;
    font-weight: 500 !important;

    box-shadow: none !important;

    transition:
        background-color .2s ease,
        border-color .2s ease;
}


/* Number field */
.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
    width: 52px !important;
    height: 42px !important;

    min-width: 52px !important;

    padding: 0 !important;

    border-top: 1px solid #e3e3e3 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border-left: 0 !important;
    border-right: 0 !important;

    background: #fff !important;

    color: #222 !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    text-align: center !important;

    box-shadow: none !important;
}


/* Rounded outer edges */
.single-product .woocommerce-variation-add-to-cart .quantity .minus {
    border-radius: 0 10px 10px 0 !important;
}

.single-product .woocommerce-variation-add-to-cart .quantity .plus {
    border-radius: 10px 0 0 10px !important;
}


/* Hover */
.single-product .woocommerce-variation-add-to-cart .quantity .minus:hover,
.single-product .woocommerce-variation-add-to-cart .quantity .plus:hover {
    background: #f7f7f7 !important;
    border-color: #d6d6d6 !important;
}


/* Purchase buttons row */
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin-top: 4px !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .single-product .woocommerce-variation-add-to-cart .quantity::before {
        font-size: 15px;
        margin-left: 10px;
    }

    .single-product .woocommerce-variation-add-to-cart .quantity .minus,
    .single-product .woocommerce-variation-add-to-cart .quantity .plus {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }

    .single-product .woocommerce-variation-add-to-cart .quantity input.qty {
        width: 48px !important;
        height: 40px !important;
        min-width: 48px !important;
    }
}


