/*
Theme Name: Ravgonee
Theme URI: http://underscores.me/
Author: Avraham Yoffe
Author URI: http://Ravgonee.co.il
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ravgonee
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ravgonee is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* ***************************************** */

:root {
	--text-color-primary: #405d59;
	--text-color: #758a87;
	--color-highlight-primary: #e10715;
}

/* ***************************************** */

@import url(style_common.css);
.verticalcenter_absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translatex(-50%);
    -o-transform: translateY(-50%) translatex(-50%);
    transform: translateY(-50%) translatex(-50%);
}

.verticalcenter_relative {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical_absolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal_absolute {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.show_on_mobile,
.nav>li.show_on_mobile {
    display: none;
}

.rg_animate_it {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.rg_td_head {
    display: none;
}


/* ######################################### */

.owl-carousel {
    contain: layout paint;
}

.rg_inner {
    position: relative;
    width: 98%;
    max-width: 1170px;
    margin: 0 auto;
}


/* header */

#masthead {
    position: relative;
    width: 100%;
    min-height: 138px;
    background: #eaefef;
    border-bottom: 2px solid #758a87;
    /*z-index: 1000;*/
}

#sticky_header {
    position: fixed;
    top: -200px;
    width: 100%;
    padding: 0 0 0 0;
    background: #ffffff;
    border-bottom: 1px solid #403428;
    z-index: 999999;
}

#header_top {
    min-height: 87px;
    border-bottom: 2px solid #ffffff;
}

#main_logo {
    text-align: right;
    padding: 18px 0 0 0;
    max-width: 260px;
}

#header_info {
    padding: 35px 0 0 0;
    direction: ltr;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 18px;
    text-align: left;
    color: #758a87;
}

#header_info a {
    color: #758a87;
}

#header_info a:hover {
    color: #e10715;
}


/* footer */

#rg_scroll_to_top {
    position: fixed;
    right: 20px;
    bottom: 70px;
    cursor: pointer;
    z-index: 999999;
}


/* top search */

#rg_product_search::after {
    position: absolute;
    top: 8px;
    left: 220px;
    content: url(images/icons/searchicon.svg);
}

#rg_product_search_input {
    float: left;
    width: 200px;
    margin: 9px 0 0 0;
    padding: 0 5px 0 5px;
    border: 1px solid #758a87;
    outline: none;
}

#rg_search_results {
    display: none;
    position: absolute;
    min-width: 200px;
    height: 100px;
    top: 39px;
    left: 15px;
    background: #ffffff;
    border: 1px solid #758a87;
    font-size: 13px;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 100;
}

#rg_search_no_results {
    display: none;
    position: absolute;
    width: 200px;
    top: 39px;
    left: 15px;
    padding: 0 5px 0 5px;
    background: #ffffff;
    border: 1px solid #758a87;
    color: #e20714;
    z-index: 100;
}

#rg_search_results ul {
    margin: 0;
    list-style: none;
    padding: 0 5px 0 5px;
}

a.rg_search,
a.rg_search:visited {
    color: #758a87;
}

a.rg_search:hover {
    color: #e20714;
}


/* header cart */

#rg_cart {
    display: inline-flex;
    float: left;
    position: relative;
    left: 40px;
    top: 4px;
    font-size: 25px;
}

#rg_cart a,
#rg_cart a:visited {
    color: #758a87;
}

#rg_cart a:hover {
    color: #e20714;
}

#rg_cart_count {
    position: absolute;
    top: 0px;
    left: 24px;
    background: #e20714;
    color: #ffffff;
    font-size: 11px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0px 5px;
}


/****************/

#top_search {
    position: relative;
    top: 0px;
    right: 0px;
}

#search_txt {
    float: left;
}

#search_txt input {
    height: 30px;
    width: 200px;
    background: #ffffff;
    border-top: none;
    border-left: 1px solid #cdc7c4;
    border-bottom: none;
    border-right: none;
    border-radius: 0px;
    padding: 0 10px 0 10px;
    margin: 0 0 0 35px;
}

#search_icon {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 20px;
    width: 25px;
    padding: 0 0 0 0;
    cursor: pointer;
}

#search_txt input::-webkit-input-placeholder {
    color: #7a7a7a;
    font-size: 14px;
}

#search_txt input:-moz-placeholder {
    color: #7a7a7a;
    font-size: 14px;
}

#search_txt input::-moz-placeholder {
    color: #7a7a7a;
    font-size: 14px;
}

#search_txt input:input-placeholde {
    color: #7a7a7a;
    font-size: 14px;
}

#search_txt input:-ms-input-placeholder {
    color: #7a7a7a;
    font-size: 14px;
}

#mobile_search {
    display: block;
}

#mobile_search_frm {
    display: table;
    margin: 0 auto;
}

#mobile_search_txt input {
    height: 30px;
    width: 200px;
    background: #ffffff;
    border-top: none;
    border-right: 1px solid #cdc7c4;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    padding: 0 10px 0 10px;
    margin: 0 35px 0 0;
}

#mobile_search_icon {
    position: absolute;
    height: 20px;
    width: 25px;
    padding: 0 0 0 0;
    cursor: pointer;
}

.mobile_hr {
    width: 90%;
    margin: 0 auto;
}

.mobile_hr hr {
    background-color: #405d59;
}


/* breadcrumbs */

#rg_breadcrumbs {
    padding: 20px 0 20px 0;
    font-size: 13px;
}

#rg_breadcrumbs a {
    color: #405d59;
}

#rg_breadcrumbs .breadcrumb_last {
    color: #f6959b;
}


/*****************************/


/* Home Page */

#hp_slider {
    position: relative;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

#hp_slider_button {
    bottom: 10px;
    width: 80px;
    height: 80px;
    z-index: 200;
    cursor: pointer;
}


/* options */

.hp_cat_option {
    position: relative;
    z-index: auto;
}

.hp_cat_option_info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 10;
    padding: 20px 10px;
}

.hp_cat_option_button {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.hp_cat_option_button_in {
    height: 48px;
    border: solid 1px #b3cac7;
    font-size: 20px;
    font-weight: 500;
    color: #405d59;
    line-height: 42px;
}

.hp_cat_option_button_title > a {
	line-height: 45px;
	color: #e20714;
}

.hp_cat_option_button_arrow {
    float: left;
    padding-left: 10px;
	line-height: 50px;
}

.hp_cat_option_button_arrow img {
    position: relative;
    bottom: 4px;
    width: 20px;
}

.hp_cat_option_button_arrow img.active {
    transform: rotate(-90deg);
}

.hp_cat_option_product_cat {
    display: none;
    padding: 5px 0 5px 5px;
    background-color: rgba(255, 255, 255, 0.95);
	border: 1px solid #b3cac7;
}

.hp_cat_option_product_cat ul {
    padding: 0;
    margin: 0 10px 0 0;
}

.hp_cat_option_product_cat > ul {
    margin: 0 10px 5px 0;
}

.hp_cat_option_product_cat > ul > li > a {
    font-weight: bold;
}

.hp_cat_option_product_cat li {
    list-style: none;
    min-height: 30px;
    line-height: 28px;
}

.hp_cat_option_product_cat li a {
    color: #405d59;
}

.hp_cat_option_product_cat li a:hover {
    color: #e20714;
}

/* ######################################### */

#hp_options {
	max-width: 1400px;
	width: 1400px;
}

#hp_options .row {
	margin: 0;
}

#hp_options .row .col-sm-4 {
	width: 233px;
	padding-right: 5px;
	padding-left: 5px;
}

@media (max-width: 1399px) {
	#hp_options {
		max-width: 100%;
		width: 100%;
	}
	#hp_options .row .col-sm-4 {
		width: 16.666%;
	}
	#hp_options .hp_cat_option_info {
		padding: 20px 10px;
	}
}

@media (max-width: 1199px) {
	#hp_options {
		max-width: 700px;
		width: 700px;
	}
	#hp_options .row .col-sm-4 {
		width: 350px;
		padding: 5px;
	}
	#hp_options .hp_cat_option_info {
		padding: 30px;
	}
	/* #hp_options .row .col-sm-4 {
		margin-bottom: 10px;
	} */
}

@media (max-width: 767px) {
	#hp_options {
		max-width: 350px;
		width: 350px;
	}
	.hp_cat_option_info {
        width: 350px;
        left: calc(50% - 175px);
    }
}

/* ######################################### */


/* carousel */

.rg_product_container_owl {
    padding: 15px;
    background: #eaefef;
    border: 1px solid #758a87;
}

.rg_product_image_owl {
    position: relative;
    height: 250px;
    border: 1px solid #758a87;
    margin-bottom: 5px !important;
    background: #ffffff;
    overflow: hidden;
}

.rg_product_container_owl h2.woocommerce-loop-product__title {
    min-height: 65px;
    font-size: 20px !important;
    font-weight: 700;
    border-bottom: 1px solid #758a87;
    margin: 0;
}

.rg_product_owl_short_description {
    height: 115px;
    overflow: hidden;
}

#carousel_control_right {
    float: right;
    cursor: pointer;
}

#carousel_control_left {
    float: left;
    cursor: pointer;
}


/*****************************/


/* General  */

.rg_spacer_20 {
    height: 20px;
}

.rg_spacer_30 {
    height: 30px;
}

.rg_spacer_40 {
    height: 40px;
}

.rg_spacer_50 {
    height: 50px;
}

h1.entry-title,
h1.page-title,
h1.post-entry-title {
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    font-size: 30px;
    color: #405d59;
    font-weight: 400;
}

h1.entry-title,
h1.post-entry-title {
    border-bottom: 1px solid #b3cac7;
}

.page-header {
    margin: 0px;
    padding: 0px;
    border: none;
}

h2,
h2.entry-title {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #405d59;
    font-weight: 400;
}

h2.entry-title {
    border-bottom: 1px solid #405d59;
}

h2.entry-title a,
h2.entry-title a:hover {
    padding: 0 50px 0 0;
    color: #405d59;
    text-decoration: none;
}

article {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #405d59;
}

.home-page article {
    border: none;
}

.entry-content a.post_page {
    color: #405d59;
}

.excerpt_content {
    padding: 50px 0 0 0;
}

/*****************************/

/* Single Post  */

.post_prev_next a,
.post_prev_next a:hover,
.post_prev_next a:visited {
    color: #405d59;
    font-weight: 500;
}

.entry-header {
    position: relative;
}

#post_thumbnail {
    width: 75px;
    float: right;
}

#post_title {
    position: absolute;
    right: 100px;
    bottom: 0;
    font-size: 1.5em;
}


/* archive */

.one_regular_post {
    position: relative;
    background: #eaefef;
    border: 1px solid #758a87;
    float: right;
    margin: 1%;
    padding: 15px;
    width: 31.333%;
    box-sizing: border-box;
}

.one_regular_post p {
	margin-bottom: 12px;
}

@media (min-width: 550px) {
	.one_regular_post {
		min-height: 608px;
	}
}

.one_regular_post:last-child {
    margin-left: 0;
}

.one_regular_post img {
    border: 1px solid #758a87;
    margin-bottom: 5px !important;
}

h2.post_title {
    font-size: 20px !important;
    font-weight: 700;
    color: #758a87;
    padding: 10px 0 5px 0;
    margin: 0;
    height: 60px;
}

.one_regular_post h2.post_title {
	height: auto;
}

.post_date {
    font-size: 0.9em;
    font-weight: 500;
	margin-bottom: 10px;
}

/*****************************/

@media (min-width: 768px) {
	#post_single_title h1,
	#archive_title h1 {
		margin-top: -10px;
	}
}

h2.post_title > a,
h2.post_title > a:hover,
#post_single_title a,
#post_single_title a:hover,
.archive h1 a,
.archive h1 a:hover {
    color: #758a87;
}

.page-title a,
.page-title a:hover,
.woocommerce .page-title > a,
.woocommerce .page-title > a:hover,
.woocommerce .product_title > a,
.woocommerce .product_title > a:hover {
	color: #405d59 !important;
}

/*****************************/

.rg_product_container {
    position: relative;
}

.rg_product_container_alt {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: rgba(66, 54, 42, 0.75);
    color: #ffffff;
    font-size: 0.9em;
}


/* woocommerce  */

.woocommerce-info {
    border-top-color: #e10715;
}

.woocommerce-info::before {
    color: #e10715;
}


/******* woo single product ***/

#rg_single_product_right {
    float: right;
    width: 40%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

#rg_single_product_right .flex-viewport {
	direction: rtl;
}

#rg_single_product_right .images {
    float: none !important;
    width: 100% !important;
    margin-bottom: 0px !important;
}

#rg_single_product_right .rg_add_to_cart {
    border: none;
}

#rg_single_product_left {
    float: left;
    width: 60%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.rg_single_product_info_title {
    margin-top: 20px;
}

@media (min-width: 992px) {
	#rg_single_product_right .flex-viewport {
		height: 400px !important;
	}
}

/* single product gallery */

.flex-viewport {
    direction: ltr;
    /*background-color: #eaefef;*/
    border: 1px solid #758a87;
    margin: 0 0 20px 0
}

.woocommerce-product-gallery__trigger {
    left: auto;
    right: 10px;
    height: 10px;
}


/* Remove default "clear" at position 5, 9, etc. This is for 4 columns */

.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}


/* Add new "clear" at position 6, 11, etc. This is for 3 columns */

.woocommerce-product-gallery .flex-control-thumbs li:nth-child(3n+1) {
    clear: left;
}

.flex-control-nav li {
    width: 32% !important;
    border: 1px solid #758a87;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
    box-sizing: border-box;
}

.flex-control-nav li:nth-child(3n+3) {
    margin-right: 0px !important;
}


/* single product next prev product */

.prev_next_buttons {
    line-height: 30px;
    margin-bottom: 20px;
    color: #ff00ff;
}

.prev_next_buttons a[rel="prev"],
.prev_next_buttons a[rel="next"] {
    display: block;
}

.prev_next_buttons a[rel="prev"] {
    float: left;
    color: #758a87;
    font-size: 14px;
    text-decoration: none;
}

.prev_next_buttons a[rel="next"] {
    float: right;
    color: #758a87;
    font-size: 14px;
    text-decoration: none;
}

.prev_next_buttons::after {
    content: '';
    display: block;
    clear: both;
}

.prev_next_icon {
    position: relative;
    top: 6px;
    font-size: 30px;
    font-weight: 700;
}


/***********************/

h3.addon-name {
    display: none;
}

.product-addon textarea {
    border: 1px solid #b3cac7;
    padding: 5px;
}

.rg_add_to_cart {
    padding: 20px 0 5px 0;
}

.rg_add_container {
    display: inline-block;
}

.rg_add_plus {
    float: right;
    width: 20px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.rg_add_number {
    float: right;
    height: 35px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #b3cac7;
}

.rg_add_number_input {
    width: 30px;
    border: none !important;
    border-radius: 0px !important;
    padding: 0 !important;
    font-size: 14px;
    color: #405d59!important;
    ;
    text-align: center;
}

.rg_add_number_input:focus {
    outline: none;
}

.shop_attributes a,
.shop_attributes a:visited {
    color: #e20714;
    text-decoration: none;
}

.shop_attributes a:hover {
    color: #758a87;
}


/* disable inline input arrows */

.rg_add_number input[type=number]::-webkit-inner-spin-button,
.rg_add_number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.rg_add_unit {
    float: right;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    background: #405d59;
    padding: 5px 0px 5px 15px;
}

.rg_add_minus {
    float: right;
    width: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.rg_add_to_cart_button {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.21);
}


/*.rg_add_to_cart_button:hover{
    background-color: rgba(255, 7, 21, 0.8);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.21);
}*/

.rg_cart_button {
    color: #e20714;
    border: none;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #e20714;
    margin: 5px;
    padding: 5px 10px 5px 10px;
	display: inline-block !important;
}

.rg_cart_button:hover {
    background: rgba(245, 149, 155, 0.68);
    color: #e20714;
}

.rg_cart_button_in_cart {
    background: #b6c232;
    color: #ffffff;
}

table.variations td.label {
    color: #758a87;
    font-size: 16px;
}

table.variations td.value select {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #b3cac7;
}


/*
.woocommerce span.onsale {
    min-height: 76px;
    min-width: 79px;
    background: url('images/woocommerce/onsale.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.woocommerce ul.products li.product .onsale {
    top: -5px;
    right: -13px;
    z-index: 100;
}*/


/***********************/


/*
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: none;
    margin: 0 0 0 10px !important;
}

#billing_company_field, #billing_country_field {
    display: none;
}

.woocommerce-FormRow>label, .form-row {
    text-align: right;
}

#wc_error_button {
    display: inline-block;
    color: #ffffff;
    background: #405d59;
    border-radius: 5px;
    margin: 10px 0 0 0;
    padding: 5px 20px;
    cursor: pointer;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: right;
    margin: 0 0 2.992em 3.8%;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-left: 0px;
}
*/


/******* woo general ***/


/*
woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #b7c333;
    border-radius: 0px;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    margin: 0px;
}

*/

.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea {
    border: 1px solid #e5e5e5;
}

p#billing_country_field {
    display: none;
}


/******* woo cart page ***/


/* hide price & total from table */


/*.woocommerce table.cart td.product-remove,
.woocommerce table.cart th.product-remove {
    display: none;
}*/

.woocommerce table.cart td.product-price,
.woocommerce table.cart th.product-price {
    display: none;
}

.woocommerce table.cart td.product-subtotal,
.woocommerce table.cart th.product-subtotal {
    display: none;
}

.cart_totals h2,
.cart_totals .shop_table {
    display: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
    border: 1px solid #e5e5e5;
}

#add_payment_method table.cart a,
.woocommerce-cart table.cart a,
.woocommerce-checkout table.cart a,
#add_payment_method table.cart a:hover,
.woocommerce-cart table.cart a:hover,
.woocommerce-checkout table.cart a:hover {
    color: #e10715;
}

.woocommerce table.cart td.product-quantity input {
    border: 1px solid #e5e5e5;
}


/******* woo checkout ***/

#order_review_heading {
    display: none;
}

.wc_payment_methods {
    display: none;
}

.place-order {
    padding-right: 0px !important;
}

#order_review {
    margin: 20px 0 0 0 !important;
}

.checkout #payment {
    background: none;
}

.woocommerce-checkout .col-1 {
    float: right !important;
}

.woocommerce-checkout .col-2 {
    float: left !important;
}

.create-account {
    display: none;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields > h3 {
	display: none;
}

/******* woo archive ***/

.product-category .rg_product_image,
.rg_product_container {
    padding: 15px;
    background: #eaefef;
    border: 1px solid #758a87;
}

.product-category .rg_product_image img {
    border: 1px solid #758a87;
}

.rg_product_container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translatex(-50%);
    -o-transform: translateY(-50%) translatex(-50%);
    transform: translateY(-50%) translatex(-50%);
}

.rg_product_container h2.woocommerce-loop-product__title {
    min-height: 65px;
    font-size: 20px !important;
    font-weight: 700;
    border-bottom: 1px solid #758a87;
    margin: 0;
}

.rg_product_short_description {
    margin-top: 15px;
    height: 115px;
    overflow: hidden;
}

.tax-product_cat .rg_product_image {
    position: relative;
    min-height: 224px;
    border: 1px solid #758a87;
    margin-bottom: 5px !important;
    overflow: hidden;
}


/******* woo shop - קטלוג ***/

h2.woocommerce-loop-category__title {
    min-height: 60px;
    height: auto;
    font-size: 18px !important;
    font-weight: 700;
    color: #758a87;
    padding-bottom: 0px !important;
}

/** ### side bar - Widget ### ***/

.rg_sidebar h3.widget-title {
    position: relative;
    top: -10px;
    font-size: 20px;
    color: #758a87;
    text-align: center;
    border-bottom: 1px solid #b3cac7;
    margin: 20px 10px -8px 10px;
    padding-bottom: 11px;
}

.rg_sidebar ul.product-categories {
    margin: 0;
    padding: 0 10px 0 10px;
}

.rg_sidebar li.cat-item {
    list-style: none;
    min-height: 25px;
    line-height: 25px;
    background: rgba(232, 241, 240, 0.37);
    margin-bottom: 1px;
}

.rg_sidebar li.cat-item a {
    color: #758a87;
    font-weight: 700;
    padding: 0 10px 0 10px;
    font-size: 0.9em;
}

.rg_sidebar ul.product-categories ul.children {
    margin: 0 10px 0 0;
    padding: 0;
}

.rg_sidebar li.cat-item ul.children a {
    color: #758a87;
    font-weight: 400;
}

.rg_sidebar li.cat-item ul.children li.cat-item {
    background: none;
}

.rg_sidebar li.cat-item ul.children a::before {
    content: "• ";
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    overflow-y: scroll;
}

body {
    overflow: hidden;
    direction: rtl;
    text-align: right;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: none;
    color: #758a87;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button:focus {
    outline: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td,
th {
    padding: 0;
}

table.rg_table_responsive {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #758a87;
}

.rg_table_responsive td,
.rg_table_responsive th {
    padding: 2px 10px 2px 10px;
    border: 1px solid #eaefee;
    word-wrap: break-word;
    /*overflow-wrap: break-word;*/
    /*word-break: break-all;*/
    /*word-break: break-all;*/
}

.rg_table_responsive td {
    font-size: 0.9em;
}

.rg_table_responsive tbody tr:nth-of-type(2n) {
    background-color: #f0f0f0;
}

.rg_table_responsive th {
    background-color: #e10715;
    font-weight: bold;
    color: #fff;
}


/*.rg_table_responsive tbody tr td:nth-of-type(1) {font-weight: bold;}*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    margin: 0;
    color: #758a87;
    background: #fcfcfc;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

#content {
    min-height: 650px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: none;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #b3cac7;
    border: 0;
    height: 1px;
    margin-bottom: 1em;
}

hr.dark {
    background-color: #758a87;
    margin-bottom: 0.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.search .excerpt_content {
    padding: 0 0 0 0;
}

.search article,
.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#rg_footer_container {
    background: #eaefef;
    margin: 30px 0 0 0;
    padding: 0 0 15px 0;
}

#rg_above_footer {
    position: relative;
    bottom: 15px;
    margin: 0 auto;
    width: 945px;
    height: 84px;
    background-color: #b3cac7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
}

#rg_above_footer .widget {
    margin: 0px;
}

#rg_footer {
    min-height: 150px;
    background: #eaefef;
    color: #758a87;
    margin: 10px 0 0 0;
    padding: 20px 0 20px 0;
}

#rg_credit_inner {
    display: inline-block;
	direction: ltr;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

#rg_credit_inner a {
    color: #758a87;
    text-decoration: none;
}

.rg_footer_credit_float {
    float: left;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/* ##########  CONTACT FORM 7 ############## */


/* newsletter */

#rg_newsletter_form {
    width: 100%;
    padding: 20px;
}

#rg_newsletter_form .rg_newsletter_title {
    float: right;
    width: 25%;
    height: 25px;
    margin: 0px 20px 0 0;
    color: #758a87;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.05;
}

#rg_newsletter_form .rg_newsletter_title::before {
    position: absolute;
    right: 30px;
    top: 25px;
    content: url(images/icons/lightning.png);
}

#rg_newsletter_form .rg_newsletter_input {
    float: right;
    width: 30%;
    height: 48px;
    padding: 0px 0 0 2%;
    font-size: 15px;
}

#rg_newsletter_form .rg_newsletter_submit {
    float: left;
    width: 12%;
}

#rg_newsletter_form .wpcf7-text {
    height: 48px;
    width: 100%;
    padding: 0 5px 0 5px;
    background: #ffffff;
    border: none;
    border-radius: 0px;
    outline: none;
    color: #758a87;
	text-align: right;
}

#rg_newsletter_form .rg_newsletter_submit {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.21);
}

#rg_newsletter_form .rg_newsletter_submit_button {
    color: #e20714;
    width: 92%;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #e20714;
    margin: 5px;
    padding: 5px 10px 5px 10px;
}

#rg_newsletter_form .rg_newsletter_submit_button:hover {
    background: rgba(245, 149, 155, 0.68);
    color: #e20714;
}

#rg_newsletter_form span.wpcf7-not-valid-tip {
    display: block;
    color: #e20714;
    border: none;
    position: absolute;
    top: -34px;
    right: 5px;
    padding: 0;
    background: none;
    font-size: 12px;
}

#rg_newsletter div.wpcf7-validation-errors {
    position: relative;
    top: 20px;
    background: none;
    margin: 10px;
    border: none;
    color: #e20714;
}

#rg_newsletter .wpcf7-mail-sent-ng {
    position: relative;
    top: 20px;
    background: none;
    margin: 10px;
    border: none;
    color: #e20714;
}

#rg_newsletter .wpcf7-mail-sent-ok {
    position: relative;
    top: 20px;
    background: none;
    margin: 10px;
    border: none;
    color: #5d7770;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #758a87;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 14px;
    color: #758a87;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    color: #758a87;
}

input:input-placeholde,
textarea:input-placeholde {
    font-size: 14px;
    color: #758a87;
}


/* ######################################### */

#rg_contact_form .rg_contact_title {
    font-size: 20px;
}

#rg_contact_form .rg_contact_input {
    padding: 15px 0 15px 0;
}

#rg_contact_form .rg_contact_submit {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.21);
}

#rg_contact_form .rg_contact_submit_button {
    color: #e20714;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #e20714;
    margin: 5px;
    padding: 5px 10px 5px 10px;
}

#rg_contact_form .rg_contact_submit_button:hover {
    background: rgba(245, 149, 155, 0.68);
    color: #e20714;
}


/* ##########  CONTACT FORM 7 ############## */

.wpcf7,
form.wpcf7-form {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    direction: rtl;
    text-align: right;
}

.contact_div {
    padding: 0 0 10px 0;
}

.wpcf7-text,
.wpcf7-textarea {
    width: 100%;
    height: 40px;
}

.wpcf7-textarea {
    height: 150px;
    padding: 5px;
    outline: none;
    background: #f7f7f6;
    border-radius: 0px;
    border: 1px solid #d9d7d4;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    padding: 0 5px 0 5px;
    outline: none;
    background: #f7f7f6;
    border-radius: 0px;
    border: 1px solid #d9d7d4;
}

body input[type=text].wpcf7-not-valid,
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body textarea.imaginet_textarea_1.wpcf7-not-valid,
.wpcf7-not-valid {
    border: 1px solid #e10715;
}


/*.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr;
}*/

body span.wpcf7-not-valid-tip {
    display: block;
    color: #ec3c06;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 2px;
    background: none;
    font-size: 0.85em;
}

body div.wpcf7-validation-errors {
    background: #ffe2e2;
    margin: 10px;
    border: 1px solid #ff8a8a;
    color: #e10715;
}

body div.wpcf7-response-output {
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    background: #b3cac7;
    border: 1px solid #5d7770;
    color: #5d7770;
}

.wpcf7-submit {
    font-size: 1.0em;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border: none !important;
    border-radius: 0px;
    background: #b7c333;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
}

.wpcf7-submit:hover {
    color: #ffffff;
    background: #403428;
    border: none;
}

div.wpcf7 .ajax-loader {
    position: absolute;
}


/* ######################################### */


/* nav menu Footer*/

.menu-footer-menu-container {
    text-align: center;
}

#menu-footer-menu {
    display: inline-block;
}

#menu-footer-menu>li {
    list-style: none;
    float: right;
    padding: 0 10px 0 10px;
}

#menu-footer-menu>li:after {
    content: "|";
    position: relative;
    right: 10px;
}

#menu-footer-menu>li:last-child:after {
    display: none;
}

#menu-footer-menu>li a {
    color: #ffffff;
    font-size: 14px;
}


/* nav menu Header*/

.menu_on a {
    color: #5d7770 !important;
}

.menu_on a:hover {
    color: #ffffff !important;
}

#secont_menu .navbar-nav>li {
    float: right;
    padding: 0 10px 0 0;
}


/***************/

.navbar-header {
    z-index: 10000;
    height: 40px;
    /*margin:0 0 2px 0;*/
}

.navbar-collapse {
    /*float: left;*/
    padding-right: 0px;
    padding-left: 0px;
}

.collapsing,
.navbar-collapse.in
/* open sub menu group bg */

{
    position: absolute;
    width: 100%;
    top: 40px;
    /*left: 0px;*/
    background: #f1eeeb;
    padding: 10px 0 0 0;
    overflow: hidden;
    border-bottom: 3px solid #5d7770;
    z-index: 10000;
}

.menu-item>a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.navbar-nav {
    padding: 0px;
    margin: 0px;
}

.navbar-nav>li {
    float: right;
    padding: 0 20px 4px 0;
}

.navbar-nav>li:first-child {
    padding-right: 0px;
}

.navbar-nav>li>a {
    padding: 10px 0 7px 0;
    font-size: 16px;
    font-weight: 500;
    color: #758a87;
    border-top: 4px solid #eaefef;
}

.navbar-nav>li>a:hover {
    background: none;
    color: #e10715;
}

.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    background: none;
    color: #758a87;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li.current-menu-parent>a,
.navbar-nav>li.current-page-ancestor>a {
    /*color: #758a87;*/
    border-top: 4px solid #e10715;
}

/* sub menu */

/************/

/*more sub menu css in media screen*/

.sub-menu {
    padding: 0;
    background: #b3cac7;
}

.sub-menu li {
    list-style: none;
    text-align: right;
    border-bottom: 1px solid #4e5253;
}

.sub-menu li:last-child {
    border-bottom: 2px solid #4e5253;
}

.sub-menu li:last-child {
    margin-bottom: 0;
}

.sub-menu li a {
    display: inherit;
    font-weight: 400;
    color: #405d59;
    font-size: 16px;
    text-decoration: none;
    text-align: right;
    padding: 5px 30px 5px 30px;
    white-space: nowrap;
}

.sub-menu li a:hover {
    background: #405d59;
    color: #b3cac7;
}

.sub-menu .current-menu-item>a,
.sub-menu .current-menu-item>a:hover {
    background: #405d59;
    color: #b3cac7;
}

/* 3-rd level */

#menu-main-menu .sub-menu .menu-item.menu-item-has-children {
	position: relative;
}

#menu-main-menu .sub-menu .menu-item.menu-item-has-children > .sub-menu {
	position: absolute;
	right: 100%;
	top: 0;
	background-color: #405d59;
	color: #b3cac7;
	display: none;
	border-top: 0;
	border-bottom: 0;
}

#menu-main-menu .sub-menu .menu-item.menu-item-has-children > .sub-menu li {
	border-color: #b3cac7;
}

#menu-main-menu .sub-menu .menu-item.menu-item-has-children > .sub-menu li:last-child {
	border-bottom: 0;
}

#menu-main-menu .sub-menu .menu-item.menu-item-has-children > .sub-menu li a {
	color: #b3cac7;
}

#menu-main-menu .sub-menu .menu-item.menu-item-has-children > .sub-menu li a:hover {
	color: #fefefe;
}

/* mobile menu */

/************/

#mobile_page_name {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    right: 10px;
    top: 8px;
    width: 75%;
    text-align: right;
}

.navbar-toggle {
    position: relative;
    top: -7px;
    right: 10px;
    margin-right: 0px;
    width: 60px;
    height: 39px;
}

#nav-toggle {
    position: relative;
    left: 0px;
    top: -3px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 3px;
    height: 6px;
    width: 40px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    z-index: 10000;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    background: #ffffff;
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* footer menu */
footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

footer .menu li {
	
}

footer .menu a {
	color: #758a87;
	font-size: 15px;
}

footer .widget-title {
	font-size: 20px;
	text-align: right;
	display: none;
}

footer ul.menu > li:first-child {
	font-size: 20px;
	text-align: right;
	margin: 20px 0 10px 0;
}

footer ul.menu > li:first-child a {
	font-size: 20px;
}

/* ######################################### */

div[id^="gb-widget"] > [size="50"] {
	display: none;
}

#callnowbutton {
	width: 50px !important;
	height: 50px !important;
	bottom: 80px !important;
	left: 22px !important;
}

@media (max-width: 650px) {
	div[id^=gb-widget] {
		left: 80px !important;
		bottom: 7px !important;
	}
}

/* ######################################### */

@media screen and (max-width: 1200px) {
    .hp_cat_option_button_in {
        font-size: 28px;
    }
}

@media screen and (max-width: 992px) {
    .hide_992 {
        display: none !important;
    }
    .rg_td_head {
        display: block;
    }
    table.rg_table_responsive {
        width: 100%;
    }
    .rg_table_responsive thead {
        display: none;
    }
    .rg_table_responsive tbody td {
        display: block;
        text-align: center;
    }
    .rg_table_responsive tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
    #main_logo {
        margin: 0 auto;
    }
    #header_info {
        text-align: center;
        padding: 10px 0 0 0;
    }
    .hp_cat_option_info {
        padding: 10px;
    }
    #rg_above_footer {
        display: none;
    }
    #rg_footer {
        min-height: auto;
    }
}

@media screen and (max-width:767px) {
    .show_on_mobile,
    .nav>li.show_on_mobile {
        display: block;
    }
    .hide_on_mobile {
        display: none;
    }
    /*.flex-direction-nav{
        display: none;
    }*/
    #rg_breadcrumbs {
        padding: 5px 0 0 0;
    }
    #breadcrumbs {
        margin-bottom: 0;
    }
    #masthead {
        padding: 0;
    }
    .rg_inner {
        width: 100%;
    }
    h1.entry-title,
    h1.page-title,
    h1.post-entry-title {
        text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
    }
    .one_regular_post {
        margin: 2%;
        width: 46%;
    }
    /******* woo single product ***/
    #rg_single_product_right {
        float: none;
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    #rg_single_product_left {
        float: none;
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    /**********************/
    /* ### Start Nav Menu ### */
    .navbar-header {
        background: #5d7770;
        overflow: hidden;
    }
    .navbar-nav>li>a {
        font-size: 16px;
        line-height: 30px;
        padding: 0 0 0 20px;
    }
    .collapse {
        /*border:1px solid #496e82;*/
    }
    .navbar-nav>li>a:active,
    .navbar-nav>li>a:focus,
    .current-menu-item>a,
    .current-menu-parent>a,
    .sub-menu .current-menu-item>a {
        border: none;
        background: #5d7770;
        color: #ffffff !important;
    }
    
    /* ### End Nav Menu ### */
    /***************************/
    .navbar-nav>li {
        width: 100%;
        border-top: 1px solid #525150;
        /*height:40px;*/
    }
    .navbar-nav>li:before {
        display: none;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>.current-menu-item>a:hover,
    .navbar-nav>.current-menu-parent>a:hover {
        color: #525150;
        background: none;
    }
    .navbar-nav>li,
    .navbar-nav>li:first-child {
        padding: 0 0px 0 10px !important;
    }
    .navbar-nav>li>a {
        font-size: 18px;
        color: #525150;
        line-height: 50px;
        padding: 0 20px 0 0;
    }
    .sub-menu {
        /*display: none;*/
        background: #e1dbd5;
        border-top: 1px solid #525150;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .sub-menu li {
        border-bottom: 1px solid #525150;
    }
    .sub-menu>li>a {
        font-size: 18px;
        line-height: 50px;
        padding: 0 20px 0 0;
        background: none;
    }
    .sub-menu>li>a:hover {
        color: #525150;
        background: none;
    }
    .sub-menu li:last-child {
        border-bottom: 1px solid #525150;
    }
    /**************************/
    .menu-item-has-children:after {
        position: absolute;
        left: 40px;
        top: 15px;
        content: url(images/icons/lightning.png);
    }
    .current-menu-parent:after {
        position: absolute;
        left: 40px;
        top: 15px;
        content: url(images/icons/lightning.png);
    }
	#menu-blog-menu .current-menu-parent:after {
		content: "";
	}
    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li.current-menu-parent>a,
    .navbar-nav>li.current-page-ancestor>a {
        /*color: #758a87;*/
        border-top: 0px solid #e10715;
    }
}

@media screen and (min-width: 768px)  and (max-width: 1199px) {
	.navbar-nav>li>a {
		font-size: 14px;
	}
	.navbar-nav>li {
		padding-right: 15px;
	}
}

@media screen and (min-width: 768px) {
    .sub-menu {
        display: none;
        position: absolute;
        top: 45px;
        right: 0;
        width: auto;
        min-width: 120px;
        border-top: 3px solid #758a87;
        z-index: 10000;
		margin-left: 0;
    }
	
    #mobile_page_name {
        display: none;
    }
	
    li:hover > .sub-menu {
        /* show sub menu when hover */
        display: block !important;
    }
}

@media screen and (max-width:767px) {
	footer {
		margin-bottom: 80px;
	}
    .footer-widget-areas.row {
		padding: 0 15px;
	}
}

@media screen and (max-width:550px) {
    .one_regular_post {
        margin: 15px 30px !important;
		padding: 15px;
        width: calc(100% - 60px);
		float: none !important;
    }
	
	.rg_footer_credit_float,
	.footer-pipe {
		float: none;
	}
	
	.footer-pipe {
		display: none;
	}
}

@media print {
    .print_break {
        page-break-after: always;
    }
    .print_break:last-child {
        page-break-after: avoid;
    }
    .hide_print {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
	.site-header #header_top > .rg_inner,
	.site-header #header_bottom > .rg_inner {
		max-width: 1392px !important;
	}
}

@media screen and (min-width: 768px) {
	.site-header #header_top > .rg_inner,
	.site-header #header_bottom > .rg_inner {
		max-width: 98vw;
	}
	.site-header #header_bottom #rg_product_search_input {
		margin-top: 11px;
	}
}

@media screen and (max-width: 767px) {
	.site-header #header_bottom > .rg_inner > .row > .col-lg-3 {
		margin-left: 15px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.site-header #header_bottom > .rg_inner > .row {
		height: 45px;
	}
	.site-header #header_bottom > .rg_inner > .row > .col-lg-3 {
		padding-right: 0;
		width: 240px;
		height: 45px;
		display: inline-block;
	}
	.site-header #header_bottom > .rg_inner > .row > .col-lg-9 {
		padding-left: 0;
		width: calc(100% - 245px);
		display: inline-block;
	}
	.site-header #header_bottom #rg_product_search_input {
		width: 150px;
	}
	
	.site-header #header_bottom #rg_product_search::after {
		left: 172px;
	}
}

@media (max-width: 768px) {
	#wpadminbar {
		display: none;
	}
}

/*************************************************************/

body.logged-in.admin-bar {
	padding-top: 32px;
}

.wpcf7-form p {
	margin-bottom: 0;
}

#rg_newsletter_form {
	min-height: 80px;
}

/*************************************************************/

html[dir="rtl"] {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#wprmenu_bar {
	width: 80%;
	max-width: 400px;
}

#wprmenu_bar:not(.active) {
	display: none;
}

#wprmenu_menu_ul {
	padding: 0 0 100px !important;
}

#wprmenu_menu_ul .menu-item-has-children:after {
	content: "";
	display: none;
}

#wprmenu_menu_ul > li {
	border-bottom: 1px solid #999;
}

#wprmenu_menu_ul .wprmenu_icon {
	right: unset !important;
	left: 0;
	top: 3px;
}

#wprmenu_menu_ul .sub-menu {
	background-color: #5d7770;
	border-top: 0;
	margin-right: 20px !important;
}

#wprmenu_menu_ul .sub-menu > li > a {
	line-height: 14px;
	padding-right: 3px;
}

#wprmenu_menu_ul .sub-menu > li .wprmenu_icon {
	left: 30px;
	top: -3px;
}

/*************************************************************/

.carousel-posts {
	direction: ltr;
	margin-top: 80px;
	margin-bottom: 10px;
}

.carousel-posts .slick-next {
	right: 0 !important;
	left: auto !important;
}

.carousel-posts .slick-prev {
	left: 0 !important;
	right: auto !important;
}

.carousel-posts .slick-prev,
.carousel-posts .slick-next {
    background-color: rgba(0,0,0,0.7)!important;
	color: #fff !important;
    width: 44px;
    height: 43px;
    border-radius: 50px;
    z-index: 1;
    transition: 0.4s all;
}

.carousel-posts .slick-prev::before {
    font-size: 34px;
    top: -2px;
    left: -2px;
    position: relative;
}

.carousel-posts .slick-next::before {
    font-size: 34px;
    top: -2px;
    left: 1px;
    position: relative;
}

.carousel-posts .rpc-title,.home-recent-posts .rpc-content {
	text-align: right;
	direction: rtl;
}

.carousel-posts .rpc-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.carousel-posts .wcp-content-wrap .rpc-title {
	width: 100% !important;
	text-align: right;
	margin: 0 !important;
}

.carousel-posts .wcp-content-wrap .rpc-title {
	font-weight: bold;
}

.carousel-posts .rpc-content {
	margin-right: 0 !important;
	direction: rtl !important;
}

.carousel-posts .rpc-content a {
    font-size: 26px;
}

.carousel-posts .wcp-carousel-main-wrap .slick-slide {
	direction: rtl !important;
}

/*************************************************************/

#rg_single_product p.out-of-stock {
	display: none;
}

/*************************************************************/

#product-category-content {
	margin-bottom: 40px;
}

#product-category-content p,
#product-category-content img,
#product-category-content ul,
#product-category-content ol {
	margin-bottom: 15px;
}

@media (max-width: 992px) {
	#product-category-content {
		padding: 0 10px;
	}
}

/*************************************************************/

.custom-product-categories-list {
	margin-top: 10px;
	margin-bottom: 10px;
}

.custom-product-categories-list ul {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 10px;
	margin: 0;
	
}

.custom-product-categories-list li:not(:last-child)::after {
    content: "|";
    margin: 0 15px;
}

.custom-product-categories-list li {
    text-align: center;
	margin-bottom: 15px;
}

@media (max-width: 560px) {
	.custom-product-categories-list ul {
		flex-direction: column;
	}
	
	.custom-product-categories-list li:not(:last-child)::after {
		content: "";
		margin: 0;
	}
}

/*************************************************************/

.rg_contact_input input {
	text-align: right;
}

@media (max-width: 768px) {
	body.logged-in.admin-bar {
		padding-top: 0;
	}
	
	.woocommerce #rg_breadcrumbs,
	.woocommerce .woocommerce-products-header,
	.single .site-content > #primary.content-area,
	.page:not(.home) .site-content > #primary.content-area {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page .elementor-inner-section.elementor-section-boxed {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.woocommerce.archive .products.columns-4 .product-category,
	.woocommerce.archive .products.columns-4 .product {
		margin-bottom: 20px;
	}
	
	.woocommerce.archive .products.columns-4 .product-category .rg_product_short_description,
	.woocommerce.archive .products.columns-4 .product .rg_product_short_description {
		font-size: 13px;
	}
	
	#product-category-content img.alignright {
		float: none !important;
		width: 100%;
	}
}

/*************************************************************/

#footer-iso-widget {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 25px;
	margin: 20px auto 10px auto;
}

#footer-iso-widget > a {
	max-height: 70px;
}

@media (max-width: 768px) {
	#footer-iso-widget {
		gap: 45px;
		flex-wrap: wrap;
	}
}

/*************************************************************/

#get-quote-text {
	margin: 28px 0 20px 0;
}

#get-quote-text > h2 {
	margin-bottom: 0;
	line-height: 30px;
}

/*************************************************************/

.woocommerce-product-gallery {
	overflow: hidden;
}

.woocommerce-product-gallery__trigger > img.emoji {
	width: 32px !important;
	height: 32px !important;
}

/*************************************************************/

#ez-toc-container {
	border-radius: 0;
}

#ez-toc-container .ez-toc-title-container {
	line-height: 34px;
}

#ez-toc-container .ez-toc-pull-right {
	margin-left: 5px;
}

#ez-toc-container ul li {
	line-height: 28px;
	
}

#ez-toc-container ul li a {
	color: var(--text-color);
}

#ez-toc-container .ez-toc-js-icon-con, 
#ez-toc-container .ez-toc-toggle label, 
#ez-toc-container .ez-toc-cssicon {
	left: unset;
	right: -5px;
}

@media (max-width: 560px) {
	body.singular-post #ez-toc-container {
		padding-left: 5px !important;
		padding-right: 10px !important;
	}
}

/*************************************************************/

#menu-blog-menu {
    list-style: none;
    padding: 0;
    margin: 0;
	border-top: 1px solid #aaa;
}

#menu-blog-menu li {
    padding: 8px 10px;
    border-bottom: 1px solid #aaa;
	background: none;
}

#menu-blog-menu li a {
	color: var(--text-color-primary);
	background: none;
}

#menu-blog-menu li a:hover {
	color: var(--text-color);
}

#menu-blog-menu li.current-menu-item > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#menu-blog-menu li.current-menu-item > a > i {
	color: var(--color-highlight-primary);
}

@media (max-width: 991px) {
	#content-row {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	#menu-blog-menu li a {
		color: var(--text-color-primary) !important;
	}
	
	#rg_breadcrumbs {
        padding: 5px 15px 0 15px;
    }
	
	#archive_title {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*************************************************************/

.single-post #content-row .single-post-meta {
	font-size: 14px;
	margin-bottom: 10px;
}

/*************************************************************/

.elementor-swiper-button-prev {
	left: unset !important;
	right: 0 !important;
}

.elementor-swiper-button-next {
	right: unset !important;
	left: 0 !important;
}

/*************************************************************/



