/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.job-title-link .jet-listing-dynamic-link .jet-listing-dynamic-link__link:hover {
    right: 0 !important;
    color: #FFDD02;
}
.firmen-page-sec ul {
    list-style-type: none;
    padding-left: 35px;
    margin-bottom: 40px;
}
.firmen-page-sec ul li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.28px;
    margin-bottom: 20px;
}
.firmen-page-sec ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    width: 23px;
    height: 18px;
    background-image: url(/wp-content/uploads/2023/10/arrow-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	border: 2px solid #BDBDBD;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212121;
    border-radius: 10px;
    padding: 13.5px 24px;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border: 2px solid #004088;
}
textarea {
    height: 160px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--e-global-color-primary);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid var(--e-global-color-76501de);
    border-radius: 100%;
    background: var(--e-global-color-150c118);
}
[type="radio"]:checked + label:before {
	border-color: var(--e-global-color-secondary);
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--e-global-color-secondary);
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gfield_checkbox .gchoice {
  display: block;
  margin-bottom: 15px;
}

input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  z-index: 1;
}
input[type="checkbox"] label {
  position: relative;
  cursor: pointer;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #BDBDBD;
}
input[type="checkbox"] label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #BDBDBD;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}
input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fcfcfc;;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + label:before {
	background-color: #004088;
	border-color: #004088;
}
input[type="checkbox"]:checked + label {
	color: #004088;
}
@media (max-width: 767px) {
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
		font-size: 14px;
        line-height: 20px;
        padding: 10px 24px;
    }
	
	/* cs jahrespruefung page mob css */
	.cs_jahrespruefung_mob1 {
		width: 10% !important;
	}
	.cs_jahrespruefung_mob2 {
		width: 90% !important;
	}
}
.pm-submit{
	display: inline-block;
}
.pm-submit,
.button {
	position: relative;	    
}

.pm-submit:after,
.button:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    right: 20px;
    top: 12px;
    font-size: 20px;
    margin-left: 5px;
    transition: opacity 0.3s, transform 0.3s;
    animation: none;
    font-weight: unset;
    font-family: inherit;
}

.pm-submit:after {
	font-weight: 700;
	color: var(--e-global-color-secondary)!important
}

.pm-submit:hover:after,
.button:hover:after {
    opacity: 1;
    transform: translateX(5px);
}

.woocommerce #review_form #respond .form-submit .submit:focus,
.button:focus {
	outline:none;
}

/* End Contact person page css*/


/* start single produdt page css */
.single-product .elementor-widget-woocommerce-product-title h1.entry-title,
.single-product .elementor-widget-woocommerce-product-title {
	display: block;
}
.single-product div#ppcp-messages {
    margin: 25px 0 10px !important;
}
.single-product .paypal-button.paypal-button-shape-rect {
    max-width: 180px !important;
}
.woocommerce #review_form #respond p label {
	font-family: Outfit;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #004088;
    margin-bottom: 8px;
}
.woocommerce #review_form #respond p {
	margin-top: 10px;
}
.woocommerce #review_form #respond .form-submit .submit {
	font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 10px 10px 10px 10px;
    padding: 12px 30px 12px 30px;
    background-color: var(--e-global-color-accent);
    cursor: pointer;
	position: relative;
}
.woocommerce #review_form #respond .form-submit .submit:hover {
    background-color: rgba(252, 252, 252, 0);
    border: 1px solid rgb(0, 64, 136);
}
/* end single produdt page css */



/* start cart page css */
.woocommerce table.shop_table {
	padding: 0 !important;
	margin-bottom: 40px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table thead th {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-9591966);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: 0;
}
.woocommerce table.shop_table td {
   color: var(--e-global-color-primary);
   font-family: Outfit;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 150%;
   border: 0;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border: 0 !important;
	padding: 20px 12px;
}
.woocommerce table.shop_table thead tr th:first-child {
	border-top-left-radius: 10px;
}
.woocommerce table.shop_table thead tr th:last-child {
	border-top-right-radius: 10px;
}
.woocommerce table.shop_table tfoot tr:nth-child(even) th,
.woocommerce table.shop_table tfoot tr:nth-child(even) td,
.woocommerce table.shop_table tbody tr:nth-child(even) td {
	background: var(--e-global-color-9591966);
}
.woocommerce table.shop_table tfoot tr:nth-child(odd) th,
.woocommerce table.shop_table tfoot tr:nth-child(odd) td,
.woocommerce table.shop_table tbody tr:nth-child(odd) td {
	background: var(--e-global-color-150c118);
}
.woocommerce table.shop_table tfoot tr th {
	color: var(--e-global-color-primary);	
}

.woocommerce table.shop_table .product-quantity .qty {
    padding: 5px;
    border-width: 1px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.jet-woo-products__inner-box .button,
.woocommerce-notices-wrapper .button,
.actions .button, #place_order,
.jet-woo-products__inner-box .button,
.gform_button,
.gform_button_select_files,
.return-to-shop .button {
	font-size: 16px !important;
    font-weight: 600!important;
    line-height: 24px!important;
    letter-spacing: 0.32px!important;
    fill: var(--e-global-color-secondary)!important;
    color: var(--e-global-color-secondary)!important;
    border-style: solid!important;
    border-width: 1px!important;
    border-color: var(--e-global-color-accent)!important;
    border-radius: 10px!important;
    padding: 12px 30px!important;
    background-color: var(--e-global-color-accent)!important;
    cursor: pointer;
	height: 50px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .button:hover {
    background-color: rgba(252, 252, 252, 0)!important;
    border: 1px solid rgb(0, 64, 136)!important;
    fill: var(--e-global-color-secondary)!important;
    color: var(--e-global-color-secondary)!important;
}
.woocommerce table.shop_table .actions #coupon_code {
    height: 50px;
    width: 100% !important;
    max-width: 180px;
    padding: 10px 15px;
}

.woocommerce-form__label  {
  display: block;
  margin-bottom: 15px;
}

.woocommerce-form__label input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
  z-index: 1;
}
.woocommerce-form__label input[type="checkbox"] + .woocommerce-terms-and-conditions-checkbox-text {
     position: relative;
    cursor: pointer;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #BDBDBD;
    vertical-align: super;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-form__label input[type="checkbox"] + .woocommerce-terms-and-conditions-checkbox-text:before {
    content: '';
    -webkit-appearance: none;
    background-color: #FFF;
    border: 2px solid #BDBDBD;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}
.woocommerce-form__label input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fcfcfc;;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.woocommerce-form__label input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text:before {
	background-color: #004088;
	border-color: #004088;
}
.woocommerce-form__label input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text {
	color: #004088;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: var(--e-global-color-9591966);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: var(--e-global-color-76501de);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid var(--e-global-color-76501de);
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
   border-bottom: 1px solid var(--e-global-color-76501de);

}
.woocommerce form .form-row label {
	font-family: Outfit;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #004088;
    margin-bottom: 8px;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--e-global-color-b154d93);
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid var(--e-global-color-76501de);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: var(--wc-primary-text);
	border-radius: 10px;
}
.woocommerce-info {
    border: 2px solid var(--e-global-color-secondary);
}
.woocommerce-info a {
	text-decoration: underline;
}
.woocommerce-info a:hover {
	text-decoration: none;
}
.woocommerce-error {
	border: 2px solid var(--e-global-color-b154d93);
}
.woocommerce-error::before {
	color: var(--e-global-color-b154d93);
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--e-global-color-b154d93);
}
.woocommerce-info::before {
	color: var(--e-global-color-secondary);
}
.woocommerce .woocommerce-result-count {
    margin-top: 12px;
}
.woocommerce p.stars a {
	color: var(--e-global-color-accent);
}
.woocommerce .quantity .qty {
	width: 100%;
	max-width: 100px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 60%;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
	margin-bottom: 30px;
}
.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce .cart-collaterals .cart_totals .shop_table tr th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr th {
	color: var(--e-global-color-primary) !important;
}
.woocommerce-checkout-review-order-table tfoot tr:nth-child(odd) th,
.woocommerce .cart-collaterals .cart_totals .shop_table tr:nth-child(odd) th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr:nth-child(odd) th {
    background: var(--e-global-color-150c118);
}
.woocommerce-checkout-review-order-table tfoot tr:nth-child(even) th,
.woocommerce .cart-collaterals .cart_totals .shop_table tr:nth-child(even) th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr:nth-child(even) th {
	background: var(--e-global-color-9591966);
}
.woocommerce-cart-form td.product-thumbnail img {
    width: 85px;
    min-width: 65px;
}
.woocommerce a.remove {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: var(--e-global-color-secondary) !important;
    border: 1px solid var(--e-global-color-accent);
	background-color: var(--e-global-color-accent);
    border-radius: 10px;
    width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce a.remove:hover {
	background-color: var(--e-global-color-secondary) !important;
	border-color: var(--e-global-color-secondary) !important;
}
.wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .ppc-button-wrapper{
    max-width: 250px;
}


/* Pfeile für Input-Felder immer anzeigen */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Mozilla Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}

input[type="number"]::-webkit-clear-button {
  display: none;
}


.woocommerce-order-received h2 {
	margin-bottom: 30px;
}
.woocommerce-notice--success.woocommerce-thankyou-order-received {
	color: #2FBF71;
	text-align: center;
	font-family: Outfit;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	border-radius: 10px;
	border: 1px solid #2FBF71;
	padding: 16px 30px;
	margin-bottom: 30px;
}
.wc-bacs-bank-details.order_details.bacs_details, .woocommerce-order-overview.woocommerce-thankyou-order-details {
    list-style: none !important;
    margin: 0 0 40px !important;
    padding: 10px;
	border-radius: 10px;
	border: 1px solid var(--e-global-color-secondary) !important;
    position: relative;
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.wc-bacs-bank-details.order_details.bacs_details:before, .wc-bacs-bank-details.order_details.bacs_details:after, .woocommerce-order-overview:before, .woocommerce-order-overview:after {
	display: none !important;
}

.wc-bacs-bank-details.order_details.bacs_details li, .woocommerce-order-overview.woocommerce-thankyou-order-details li {
    padding: 15px 20px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    text-align: center;
    word-break: break-all;
    margin: 0 !important;
    color: var(--e-global-color-secondary);
	border-radius: 10px;
}
.wc-bacs-bank-details.order_details.bacs_details li strong,
.woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details.order_details li strong {
    display: block;
    font-size: 16px;
    margin-top: 6px;
}
.woocommerce .woocommerce-customer-details address {
	border: 2px solid var(--e-global-color-secondary);
}
.woocommerce .woocommerce-customer-details address {
    border: 2px solid var(--e-global-color-secondary);
    margin: 20px 0 30px!important;
	font-size: 16px;
    padding: 15px 20px;
	color: var(--e-global-color-text);
}
.woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address address {
	margin-bottom: 0!important;
}
section.woocommerce-bacs-bank-details {
    padding-top: 20px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details {
	margin-bottom: 20px !important;
}


@media (max-width: 991px) {
	.wc-bacs-bank-details.order_details.bacs_details, .woocommerce-order-overview.woocommerce-thankyou-order-details {
		grid-template-columns: repeat(3, 1fr);
	}
}


@media (max-width: 767px) {
	.wc-bacs-bank-details.order_details.bacs_details, .woocommerce-order-overview.woocommerce-thankyou-order-details {
		grid-template-columns: repeat(2, 1fr);
	}
	.woocommerce table.shop_table, .woocommerce table.shop_table th, .woocommerce table.shop_table td {
        padding: 15px 15px;
    }
    .woocommerce table.shop_table th, .woocommerce table.shop_table thead th,
    .woocommerce table.shop_table td {
      font-size: 14px;

      line-height: 110%;
  }
	.woocommerce table.shop_table td {
		    word-break: break-all;
	}
  .woocommerce p,
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
      font-size: 16px;
  }
  .woocommerce form .form-row label {
    font-size: 14px;
}
.woocommerce h2 {
    font-size: 28px;
    line-height: 35px;
}
	.woocommerce .woocommerce-result-count {
    margin-top: 6px;
}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
	#order_review_heading,
	#ship-to-different-address {
		margin-top: 30px;
	}
	.header-logo a > img {
		width: 180px;
	}
	
}

@media (max-width: 575px){
	.wc-bacs-bank-details.order_details.bacs_details, .woocommerce-order-overview.woocommerce-thankyou-order-details {
		grid-template-columns: repeat(1, 1fr);
	}
	.woocommerce table.shop_table .actions #coupon_code {
		max-width: 100%;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
        margin-bottom: 5px;
    }
}
/* end cart page css */

select,
.chosen-container {
	width: 100% !important;
}
.chosen-container-single .chosen-search {
	display: none !important;
}
.chosen-container .chosen-single {
    border: 2px solid #BDBDBD !important;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px !important;
    color: #212121 !important;
    border-radius: 10px !important;
    padding: 13.5px 24px !important;
    padding-right: 30px !important;
    height: auto !important;
    box-shadow: none !important;
    background: #ffffff00 !important;
    transition: all .3s;
}
.chosen-container .chosen-single {
    border: 2px solid #BDBDBD !important;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px !important;
    color: #212121 !important;
    border-radius: 10px !important;
    padding: 10.5px 24px !important;
    padding-right: 30px !important;
    height: auto !important;
    box-shadow: none !important;
    background: #ffffff00 !important;
    transition: all .3s;
}
.chosen-container.chosen-container-active .chosen-single {
	border: 2px solid #004088 !important;
}
.chosen-container .chosen-single span {
	line-height: normal !important;
}
body .chosen-container .chosen-single div b{
	background-image:url('images/Right-Arrow.svg') !important;
	background-position: center!important;
	background-size: 100%!important;
	background-repeat: no-repeat!important;
	margin-left: -15px;
}
body .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-image:url('images/Right-Arrow-up.svg') !important;
}
.chosen-container .chosen-drop {
  border: 2px solid #004088 !important;
  border-radius: 10px!important;
  background: #FCFCFC !important;
  overflow: hidden;
  margin-top: 4px !important;
}
.chosen-container .chosen-drop .chosen-results {
	margin: 0 !important;
	padding: 0 !important;
}
.chosen-container .chosen-drop .chosen-results li {
    font-size: 16px !important;
    line-height: 150% !important;
    color: #212121 !important;
    padding: 16px 24px !important;
    font-weight: 400 !important;
    background-color : #FCFCFC !important;
}
.chosen-container .chosen-drop .chosen-results li.result-selected{
	background-color : #FCFCFC !important;
}
.chosen-container .chosen-drop .chosen-results li.result-selected:hover,
.chosen-container .chosen-drop .chosen-results li.highlighted {
    background: #FFDD02 !important;
    color: #004088 !important;
}
@media screen and (max-width: 767px) {
	.chosen-container .chosen-single{
     font-size: 14px !important;
     line-height: 20px !important;
     padding: 10px 24px !important;
		padding-right: 40px !important;
 }
 .chosen-container .chosen-single span {
  margin: 0 !important;
}
body .chosen-container .chosen-single div b {
  top: 0!important;
}
.chosen-container .chosen-drop .chosen-results li {
    font-size: 14px !important;
    line-height: 110% !important;
    padding: 10px 24px !important;
}
}

@media screen and (max-width: 575px) {
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
	}
}

/* Read only field */
.gf-readonly input{
    background-color: #e0e0e0;
    color: #707070;
    border: 2px solid #c0c0c0;
    cursor: not-allowed;
}

.rau-choice-hrz .gfield_checkbox .gchoice{
    display: inline-block;
    margin-right: 10px;
}

.rau-service-form-text-blue{
	color:#fcfcfc;
	background-color:#004088;
	padding: 20px 30px;
    border-radius: 10px;
}

.rau-service-form-text-blue h3{
	color:#fcfcfc;
}

.rau-service-form-text-blue-top{
	color:#fcfcfc;
	background-color:#004088;
	padding: 20px 30px;
    border-radius: 10px 10px 0 0;
	margin-top:20px;
}

.rau-service-form-text-blue-bottom{
	color:#fcfcfc;
	background-color:#004088 !important;
	padding: 0 30px 20px 30px !important;
    border-radius: 0 0 10px 10px !important;
	margin-top: -30px !important;
	margin-bottom: 20px !important;
}

.gform_wrapper.gravity-theme fieldset.rau-service-form-text-yellow{
	color:#004088 !important;
	background-color:#FFDD02 !important;
	padding: 20px 30px !important;
    border-radius: 10px !important;
	margin-top:40px !important;
	margin-bottom:40px !important;
}

.rau-service-form-text-yellow h3{
	color:#004088;
}

.rau-service-form-text-yellow-top{
	color:#004088;
	background-color:#FFDD02;
	padding: 20px 30px;
    border-radius: 10px 10px 0 0;
	margin-top:20px;
}

.rau-service-form-text-yellow-top h3{
	color:#004088;
}

.rau-service-form-text-yellow-bottom{
	color:#004088;
	background-color:#FFDD02 !important;
	padding: 0 30px 20px 30px !important;
    border-radius: 0 0 10px 10px !important;
	margin-top: -30px !important;
	margin-bottom: 20px !important;
}

.rau-service-form-text-yellow-bottom h3{
	color:#004088;
}

.rau-service-form-text-border{
	border:2px solid #004088;
	border-radius:10px;
	padding: 20px 30px 30px 30px
}

.gform_wrapper.gravity-theme .gsection.form-margin{
	border:none;
	padding:0;
	padding-top:10px;
	padding-bottom: 10px;
}

.rau-service-form-text-yellow a{
	text-decoration: underline;
}

.rau-service-form-text-yellow ul{
	padding-left:0;
}

.rau-service-form-text-blue-bottom input[type="checkbox"]:checked + label:before {
	background-color: #fcfcfc;
	border-color: #fcfcfc;
}

.rau-service-form-text-blue-bottom input[type="checkbox"]:checked + label:after {
	border-color: #fcfcfc;
}

.rau-service-form-text-blue-bottom input[type="checkbox"]:checked + label {
	color: #fcfcfc;
}

.gform_wrapper.gravity-theme h3{
	font-weight:600;
}

.easygf-tooltip:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2023/12/info.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-box{
	border: none;
	background-color:#004088;
	padding: 10px 20px;
	border-radius:10px;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content{
	color:#fcfcfc;
	font-size: 16px !important;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content a{
	color:#fcfcfc;
	font-size: 16px !important;
	text-decoration: underline;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content a:hover{
	color:#FFDD02;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{
	background-color:transparent;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{
	border-top-color:#004088;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{
	border-top-color:#004088;
}


.rau-loop-testimonals-slider .swiper.elementor-grid.swiper-horizontal {
    width: 100%;
}
.rau-mobile-icon-slider2 .jet-carousel__item-inner {
    padding: 30px;
    background-color: #fff;
}
.rau-mobile-icon-slider2 .jet-carousel__item-inner img {
    width: 50px;
}

.cs-icon-flag span.elementor-icon-list-icon:before {
    top: 24px;
    left: 12px;
    content: '';
    position: absolute;
    width: 2px;
    background-color: #E7E7E7;
    display: block;
    height: 100%;
}
.cs-icon-flag .elementor-icon-list-item:last-child span.elementor-icon-list-icon:before {
    content: unset;
}
.cs-icon-flag .elementor-icon-list-item:last-child span.elementor-icon-list-icon:after {
    display: none;
}
.cs-icon-flag span.elementor-icon-list-icon {
    position: unset;
    display: inline-block;
}
.cs-icon-p-space p.elementor-icon-box-description {
    padding-top: 9px;
}
.cs-zubehor-shop-btn .jet-menu-item-wrapper .jet-menu-title {
    font-family: "Outfit", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    fill: #004088;
    color: #004088;
    letter-spacing: 0.32px;
    background-color: #ffdd02;
    border: 1px solid #ffdd02;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 30px 12px 30px;
	transition: all 0.5s;
	border-bottom-color: #ffdd02 !important;
}


.cs_header_search_iocn form.jet-search__form {
    border: 2px solid #5f5f5f;
    border-radius: 10px;
}
.cs_product_mega_desc .elementor-widget-container {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}
.cs_latest_product_desc .elementor-widget-container {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
}
.cs_header_search_iocn input.jet-search__field:focus {
    outline: unset;
    border-color: #5F5F5F !important;
}
.cs_header_search_iocn button.jet-search__popup-trigger:focus {
    outline: unset;
}
.cs_header_search_iocn button.jet-search__submit:focus {
    background: transparent;
    outline: unset;
}
.cs_header_search_iocn button.jet-search__popup-close:focus {
    background: transparent;
    outline: unset;
}
.search_product_item .elementor-widget-container {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.elementor-widget-container:focus-visible {
    outline: none;
}


/***product detail page layout 2****/
span.cs-listing-name {
    width: 93%;
}
.cs-listing-wapper span.elementor-icon-list-icon {
    padding-right: 0 !important;
    width: 6%;
}
.cs-p-slider .jet-listing-grid__slider-icon.next-arrow.slick-arrow {
    top: auto !important;
    bottom: -5% !important;
}
.zl-video-wapper > .elementor-container.elementor-column-gap-default:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    background: #f4f4f4;
    margin-left: -500%;
    z-index: 2;
}
.cs-video-listing .elementor-container.elementor-column-gap-default:before {
    background: unset !important;
}
.cs-process-list .jet-listing-dynamic-repeater__item {
    background-color: #F4F4F4;
    margin: 10px 0px 20px;
    padding: 20px 35px;
    border-radius: 10px;
}
.cs-process-list .jet-listing-dynamic-repeater__counter {
    padding-left: 0px !important;
}
.cs-process-list .jet-listing-dynamic-repeater__item:before {
    content: url(/wp-content/uploads/2024/02/step-down-icon-1.svg);
    position: absolute;
    width: 90%;
    text-align: center;
    margin-top: 33px;
}
.cs-process-list .jet-listing-dynamic-repeater__item:last-child:before {
    content: none !important;
}
.cs-desc-length .elementor-widget-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 80px;
	    margin-bottom: 20px !important;
}
.cs-product-slider-listing-items {
    height: 100%;
}
.cs-product-slider-listing-items .elementor-container.elementor-column-gap-default {
    height: 100%;
}
.cs-product-slider-listing-items .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    flex-direction: column;
}
.cs-product-dc-button {
    margin-top: auto;
}
/********service form*******/
body .gform_wrapper .gform_body .gform_fields .gfield .gchoice {
    position: relative;
}
.rau-hide-desktop {
    display: none;
}
.rau-hide-mobile {
    display: block;
}
.rau-hide-mobile {
    position: relative;
}
.rau-hide-mobile img.cs-rau-image {
    position: absolute;
    right: 50px;
    top: 200px;
}
.rau-service-form span, .rau-service-form label{
    font-family: Outfit;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 24px;
    color: #004088;
    margin-bottom: 8px;
}
.rau-service-form-text {
    font-size: 14px !important;
}
.rau-service-form-text-small {
    font-size: 13px !important;
}
.rau-service-form-text-small h3{
    font-size: 14px !important;
}
.rau-choice .gchoice {
    margin-bottom: 10px !important;
}
.rau-service-form-class .gform_button.button {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 10px 10px 10px 10px;
    padding: 12px 30px 12px 30px;
    background-color: var(--e-global-color-accent);
}
.rau-service-form-class .gform_button.button:hover{
	background-color: rgba(252, 252, 252, 0);
    border: 1px solid rgb(0, 64, 136);
}
.rau-service-form-class .gfield_label {
    font-size: 15px !important;
}
.rau-list-ol li {
    padding-bottom: 6px;
}
.rau-left-side-add {
    position: absolute;
    right: 400px;
}

/********************************/
/* 28-10-2023 css */
div#review_form_wrapper .must-log-in a {
    text-decoration: underline;
}
div#review_form_wrapper .must-log-in a:hover {
	text-decoration: none;
}
.jet-listing.jet-listing-dynamic-link .jet-listing-dynamic-link__link {
	transition: all 0.3s ease-out;
	position: relative;
	right: 0px;
}
.jet-listing.jet-listing-dynamic-link .jet-listing-dynamic-link__link:hover {
	right: -10px;
}

.jet-listing .jet-listing-dynamic-field__content {
    margin: 0;
}

.jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item:first-child .elementor section.elementor-section:first-child {
	border-top: 0;
}
.gfield_checkbox .gchoice {
  display: block;
  margin-bottom: 10px;
}

.gfield_checkbox .gchoice input.gfield-choice-input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  z-index: 1;
}

.gfield_checkbox .gchoice label.gform-field-label {
  position: relative;
  cursor: pointer;
font-family: Outfit;
font-size: 15px;
font-weight: 400;
line-height: 24px;
	color: #5F5F5F;
	-webkit-user-select: none; 
  user-select: none;
}
* {
    -webkit-tap-highlight-color: transparent;
}

.gfield_radio [type="radio"]:not(:checked) + label{
	color: #5F5F5F;
}

.gfield_radio [type="radio"]:checked + label{
	color: #004088;
}

.gfield_radio [type="radio"]:not(:checked) + label:before{
	border:2px solid #5F5F5F !important;
}

.gfield_checkbox .gchoice label.gform-field-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #5F5F5F;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.gfield_checkbox .gchoice input.gfield-choice-input:checked + label.gform-field-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #fcfcfc;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.gfield_checkbox .gchoice input.gfield-choice-input:checked + label.gform-field-label:before {
	background-color: #004088;
	border-color: #004088;
}

.gfield_checkbox .gchoice input.gfield-choice-input:checked + label.gform-field-label {
	color: #004088;
}

.products .product .woocommerce-loop-product__title {
    word-break: break-all;
}

.woocommerce ul.products li.product-category {
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px !important;
    background-color: #fcfcfc;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	padding: 0;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title:hover {
	color: #212121;
}
.woocommerce ul.products li.product .woocommerce-loop-product__buttons a.add_to_cart_button:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    right: 20px;
    top: 12px;
    font-size: 20px;
    margin-left: 5px;
    transition: opacity 0.3s, transform 0.3s;
	animation: none;
    font-weight: unset;
    font-family: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-product__buttons a.add_to_cart_button:hover:after {
    opacity: 1;
    transform: translateX(5px);
}



@media screen and (max-width: 1024px) {
	.single-job .jet-listing-dynamic-field__inline-wrap .jet-listing-dynamic-field__content h2 {
    font-size: 30px;
    line-height: 35px;
}
	.single-job .jet-listing-dynamic-field__inline-wrap .jet-listing-dynamic-field__content p,
	.single-job .jet-listing-dynamic-field__content ul li {
    font-size: 19px;
    line-height: 24px;
}
	.cs-listing-wapper span.elementor-icon-list-icon {
    padding-right: 0 !important;
    width: 4%;
}
		.cs-show-listing-tearmin .jet-listing-grid__items {
    --columns: 2 !important;
}
		.cs-show-listing-tearmin .elementor-widget-wrap.elementor-element-populated {
    padding: 40px 30px !important;
}
	.cs-teams-items .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}
}


/* 28-10-2023 css */

body,html{
	overflow-x: hidden;
}
p, a, h2, h4 {
    word-wrap: break-word;
}
.elementor-sticky.elementor-sticky--active {
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    transition: .5s ease-in-out !important;
}
.elementor-sticky.elementor-sticky--effects.elementor-sticky--active {
    z-index: 999999;
}
.zl-loop-main-product-slider ul li:nth-of-type(1n+7){
	display: none;
}
/*****product detail page css****/


.rau-product-list-new .jet-woo-product-button {
    margin-top: auto !important;
}


/*****mobile slider icon*****/
.rau-mobile-icon-slider .jet-carousel__item-inner {
    padding: 40px 33px;
    background-color: var(--e-global-color-150c118 );
}
.rau-mobile-icon-slider img.jet-carousel__item-img {
    margin: inherit;
	    width: 50px;
}
.rau-mobile-scroll .elementor-widget-container {
    height: 370px;
}
.rau-mobile-scroll2 .elementor-widget-container {
    height: 100%;
}
.rau-mobile-scroll2 .cs_slider_icon_box.elementor-widget-icon-box {
    height: 100%;
}

/****Footer****/
.rau-footer .footer-menu-column .footer-menu ul li {
    clear: both;
    width: 100%;
    margin-top: calc(12px/2);
}
.rau-footer .footer-menu-column .footer-menu ul li a {
    padding-bottom: calc(12px/2);
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    color: #FCFCFC;
    line-height: 24px;
	  font-weight: 600;
}
.rau-footer .footer-menu-column .footer-menu ul li a:after{
    display: none;
}
/****demo*******/
.rau-slick-slider-main-class {
    display: flex;
}
.slick-slider .element{
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}
.rau-slick-slider-second-col {
    width: 71%;
	  padding-left: 20px;
}
.rau-slick-slider-first-col {
    width: 29%;
}
h6.rau-slick-slider-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #004088;
	   margin-bottom: 0px;
	    margin-top: 0px;
}
p.rau-slick-slider-paragraph {
    color: #212121;
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.rau-slick-slider-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #004088;
}
span.rau-slick-slider-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 21px;
}
.rau-slick-slider-main-detail {
    display: flex;
}
.rau-slick-slider-name-detail {
    flex-basis: 50%;
}
.rau-slick-slider-icon {
    flex-basis: 50%;
}


/*****product slider css*****/
.rau-product-slider .elementor-slick-slider.slick-slider .slick-list  {
    overflow: unset !important;
}
.zl-loop-main-product-slider .elementor-container.elementor-column-gap-default:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    background: #f4f4f4;
    margin-left: -500%;
    z-index: 2;
}
.rau-product-slider .jet-carousel__item-inner {
    background-color: #FCFCFC;
}
.rau-product-slider .jet-carousel__item {
    padding: 10px 15px;
	 width: 460px;
}
.rau-product-slider img.jet-carousel__item-img {
   padding-top: 20px;
}
.rau-product-slider .jet-carousel__item-button {
    width: 100%;
}
.rau-product-slider .jet-carousel__item-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/********button css**********/
a.elementor-button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
}
a.elementor-button:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    right: 20px;
    top: 12px;
    font-size: 20px;
    margin-left: 5px;
    transition: opacity 0.3s, transform 0.3s;
}
a.elementor-button:hover:after {
    opacity: 1;
    transform: translateX(5px);
}
/********button css end******/
/****shop page css start*****/
.rau-product-list-new .jet-woo-product-button.is--default {
    margin-top: auto;
}

.rau-pagination-shop .jet-filters-pagination__current .jet-filters-pagination__link {
    border-color: #ffdd02 !important;
}

.rau-pagination-shop .jet-filters-pagination__link:hover {
    border-color: #ffdd02 !important;
}
.rau-product-cat-dropdown .jet-select {
     max-width: 100% !important;
    min-width: 100% !important;
}
.cs-price-filter .elementor-widget-container {
    width: 100% !important;
}
.cs-sort-filter .jet-smart-filters-sorting .chosen-container.chosen-container-single{
    width: 26% !important;
    margin-left: 15px;
    float: right !important;
}
.cs-sort-filter .jet-smart-filters-sorting a.chosen-single {
    background-color: #fcfcfc !important;
}
.cs-sort-filter .jet-sorting.jet-sorting--flex-column {
    display: flex;
    flex-direction: row;
    justify-content: right;
}
/******shop page css end*****/
/***testimonials css start*****/
.rau-loop-testimonals-slider .elementor-swiper-button.elementor-swiper-button-prev , .rau-loop-testimonals-slider .elementor-swiper-button.elementor-swiper-button-next{
    bottom: 10px !important;
}
.elementor-inner-section.rau-testi-name .elementor-column-gap-default:before {
    display: none;
}
.zl-main-testimonial-section .elementor-container.elementor-column-gap-default:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    background: #fff;
    margin-left: -500%;
    z-index: 2;
}

.rau-testimonials span.rau-testimonials-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #004088;
}
.rau-testimonials .elementor-testimonial {
    display: flex;
}
.rau-product-slider .jet-arrow svg , .rau-mobile-icon-slider .jet-arrow svg{
    width: 50px !important;
    height: 50px !important;
}
.rau-testimonials .swiper-pagination{
   left: 0;
    right: unset;
    top: unset;
    bottom: 0 !important;
    text-align: left;
}
.rau-testimonials .elementor-main-swiper.swiper {
    position: relative;
}
.rau-testimonials .elementor-swiper-button.elementor-swiper-button-next {
    top: unset !important;
    bottom: 0;
	z-index: 11;
}
.rau-testimonials .elementor-swiper-button.elementor-swiper-button-prev {
    top: unset !important;
    bottom: 0;
    right: 0;
	z-index: 11;
    left: calc(100% - 90px) !important;
}
.rau-testimonials .elementor-swiper-button-prev .eicon-chevron-left:before , .rau-testimonials .elementor-swiper-button-next .eicon-chevron-right:before {
    padding: 5px;
    border-radius: 50px;
    border: 1px solid #004088;
} 
.rau-testimonials cite.elementor-testimonial__cite {
    justify-content: end;
    min-width: 100%;
	  padding-bottom: 20px;
}
.rau-testimonials .elementor-testimonial__icon.elementor-icon.elementor-icon- {
    position: absolute;
    right: 0;
    bottom: -30px;
}
.rau-testimonials .elementor-testimonial__content {
    width: 100%;
    padding: 19px 0 0 0 !important;
}
.rau-testimonials .elementor-testimonial__header {
    width: 280px;
    flex-shrink: 0;
}
.rau-testimonials .elementor-testimonial__content {
    margin-left: 10px;
}
/***testimonials css end *****/


@media only screen and (max-width: 1390px){
	.rau-list-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.cs-product-slider-listing-items {
    padding: 0px !important;
}
	.elementor-section.elementor-top-section.elementor-section-boxed{
    padding-left: 20px;
		padding-right:20px;
}
	.rau-loop-testimonals-slider .elementor-top-section.elementor-section-boxed.elementor-section-height-default {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	.rau-footer.elementor-section-boxed {
  padding: 50px 30px 10px 30px !important;
}
	.rau-product-slider .jet-carousel__item {
	 width: 370px;
}
	.cs-p-slider section.elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    padding: 0px;
}
	.zl-second-latest-product {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	.cs-video-listing {
    padding: 0px !important;
}
	.cs-without-image-section {
    padding: 0px !important;
}
	.cs-search-contanier {
    padding: 0px !important;
}
}
@media only screen and (max-width: 1377px){
.rau-first-btn .elementor-widget-container {
    padding: 0 0 0 20px !important;
}
}
@media only screen and (max-width: 1357px){
	.rau-first-pdetail-btn {
		width: 44% !important;
	}
	.cs-listing-wapper span.elementor-icon-list-icon {
		width: 7% !important;
	}
}


@media only screen and (max-width: 1287px){
	.rau-first-pdetail-btn {
		width: 48% !important;
	}	
}

@media only screen and (max-width: 1280px){
	.rau-mobile-scroll .elementor-widget-container {
    height: 390px;
}
	.header-btn a.elementor-button {
    padding: 12px 15px !important;
}
	.rau-image-pos {
    right: -150px !important;
}
}

}



}
@media only screen and (max-width: 1230px){
.rau-first-pdetail-btn {
    width: 55% !important;
}
.rau-left-side-add {
    right: 340px;
}
}

@media only screen and (max-width: 1200px){
	.cs-logo-design .elementor-image-gallery .gallery-item {
    max-width: 20% !important;
}
	.cs-logo-design .gallery{
    display: flex;
    flex-wrap: wrap;
}
.rau-mobile-scroll .elementor-widget-container {
    height: 410px;
}
	.rau-two-col-header-main .tab-content.elementkit-tab-content {
    flex-basis: 84% !important;
}
	.rau-left-side-add {
    right: 320px;
}
	.cs-image-slider-home-slider img {
    height: auto !important;
}

}

}
@media only screen and (max-width: 1150px){
.rau-left-side-add {
    right: 300px;
}
	.cs-listing-wapper span.elementor-icon-list-icon {
    width: 8% !important;
}
}
@media only screen and (max-width: 1147px){
.rau-first-pdetail-btn {
    width: 60% !important;
}
}

}

}
@media only screen and (max-width: 1106px){

	.rau-two-col-header-main .tab-content.elementkit-tab-content {
    flex-basis: 75% !important;
}
	.rau-image-pos {
    right: -100px !important;
}
	.cs-listing-wapper span.elementor-icon-list-icon {
    width: 9% !important;
}
}
@media only screen and (max-width: 1063px){
.rau-first-pdetail-btn {
    width: 74% !important;
}
}

}
@media only screen and (max-width: 1070px){
table.woocommerce-orders-table.my_account_orders.account-orders-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
}


}
@media only screen and (max-width: 1024px){
	.jet-mobile-menu__template-content .elementor-element-8966fa6 .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
	.cs-job-col:before {
	display: none !important;
}
.rau-mobile-icon-slider .jet-carousel__item-inner {
    height: 340px;
}
	.rau-mobile-icon-slider2 .jet-carousel__item-inner {
    height: 380px;
}

 .jet-mobile-menu__instance .jet-mobile-menu__container-inner::-webkit-scrollbar {
    display: none;
}

	.rau-header-row-container .elementor-column.elementor-col-50:first-child .jet-listing-grid__item:nth-child(1), .rau-header-row-container .elementor-column.elementor-col-50:first-child .jet-listing-grid__item:nth-child(2) , .rau-header-row-container .elementor-column.elementor-col-50:first-child .jet-listing-grid__item:nth-child(3) {
    border-bottom: none;
}
	.rau-first-col-product .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px 10px 0 0 !important;
}
	.rau-second-col-product .elementor-widget-wrap.elementor-element-populated {
    border-radius: 0 0 10px 10px !important;
}
	.rau-first-col-product .jet-listing-grid .jet-listing-grid__item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
	.zl-second-col-title .rau-product-title-loop .elementor-widget-container {
    padding-bottom: 0px !important;
} 
 .zl-second-col-title	h2 {
    margin-bottom: 0;
}
	.zl-second-latest-product {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
	.rau-sub-menu {
    box-shadow: none !important;
}
	.rau-left-side-add {
    right: 235px;
}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}

	.cs-listing-wapper span.elementor-icon-list-icon {
    width: 4% !important;
}

	.cs-sort-filter .jet-smart-filters-sorting .chosen-container.chosen-container-single {
    width: 100% !important;
    margin-left: 0 !important;
    float: left !important;
}
.cs-sort-filter .jet-sorting.jet-sorting--flex-column {
    flex-direction: column !important;
}
	.cs-sort-filter .jet-sorting.jet-sorting--flex-column {
    justify-content: left !important;
}
	.cs-fifth-section-slider {
    padding: 50px 0px 50px 20px !important;
}

	
}


@media only screen and (min-width: 991px){
.rau-loop-testimonals-slider .swiper-slide.testimonial.type-testimonial {
    padding-right: 80px;
/* 	 width: 80% !important; */
}
	.zl-main-testimonial-section .rau-loop-testimonals-slider .swiper.elementor-loop-container.swiper-horizontal {
    overflow: unset !important;
	 margin: 0;
}

}
@media only screen and (max-width: 991px){
	.elementor-section.elementor-top-section.elementor-section-boxed{
    padding-left: 15px;
    padding-right: 15px;
}
		.rau-footer.elementor-section-boxed {
    padding: 50px 20px 10px 20px !important;
}
	.rau-product-slider .jet-carousel__item {
    padding: 10px;
    width: 395px;
}
	.zl-main-testimonial-section .elementor-container.elementor-column-gap-default:before {
		display: none;
}

.rau-testimonials cite.elementor-testimonial__cite {
    padding-bottom: 0px;
}
		.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(100% - 8px);
}
	.rau-hide-mobile img.cs-rau-image {
    position: unset;
}
	.rau-hide-mobile {
    display: none;
}
	.rau-hide-desktop {
    display: block;
}
	.rau-left-side-add {
    position: unset;
}
	div#input_5_60_chosen {
    width: calc(100% - 8px)!important;
}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 60%;
}
	.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
	.woocommerce-Message a.woocommerce-Button.button {
    margin-top: 14px;
}
	.cs-listing-wapper span.elementor-icon-list-icon {
    width: 5% !important;
}
	.cs-fifth-section-slider {
    padding: 50px 0px 50px 20px !important;
}


}
@media only screen and (max-width: 900px){
.rau-service-form-class .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    grid-column: span 6 !important;
}
}

}
@media only screen and (max-width: 852px){
.rau-mobile-icon-slider .jet-carousel__item-inner {
    height: 360px;
}
}

@media only screen and (max-width: 820px){
.cs-listing-wapper span.elementor-icon-list-icon {
    width: 5%;
}
}
@media only screen and (max-width: 800px){
.rau-mobile-icon-slider .jet-carousel__item-inner {
    height: 375px;
}
}
@media only screen and (max-width: 768px){
	.rau-product-slider .jet-carousel__item {
    width: 370px;
}
	.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    text-align: center;
}
	.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
	table.woocommerce-orders-table.my_account_orders.account-orders-table {
    display: inline-table;
}
	.jet-listing-grid__slider-icon.next-arrow.slick-arrow {
    right: 60px !important;
}
	.jet-listing-grid__slider-icon.prev-arrow.slick-arrow {
    right: 120px !important;
}
	.cs-listing-wapper span.elementor-icon-list-icon {
    width: 6%;
}
	.cs-listing-wapper span.elementor-icon-list-icon {
    width: 6% !important;
}
}

@media only screen and (max-width: 767px){
	.cs-logo-design .gallery {
		gap: 10px;
		justify-content: space-between;
	}
	.cs-logo-design .elementor-image-gallery .gallery-item {
    max-width: 45% !important;
}
	.cs-5step-job .elementor-icon-box-content {
    display: block;
}
	.elementor-section.elementor-top-section.elementor-section-boxed{
    padding-left: 10px;
    padding-right: 10px;
}
	.rau-mobile-icon-slider .jet-carousel__item-inner {
    height: 250px;
}
	.rau-five-list .elementor-icon-box-wrapper {
    align-items: center;
}
	.rau-five-list .elementor-icon-box-icon {
    margin-top: 7px;
}
	.zl-list-five .elementor-column.elementor-col-20 {
    width: 50% !important;
    padding-bottom: 20px;
}
	/******testimonals start css*****/
.rau-testimonials .elementor-testimonial {
    flex-direction: column;
}
.rau-testimonials .elementor-testimonial__header .elementor-testimonial__image img {
    width: 125px !important;
}
.rau-testimonials cite.elementor-testimonial__cite {
    justify-content: start;
}
.rau-testimonials .elementor-testimonial__icon.elementor-icon.elementor-icon- {
    right: unset;
    bottom: 0;
    left: 150px;
}
.rau-testimonials .elementor-testimonial__icon.elementor-icon svg {
    height: auto;
    width: 100px !important;
}
	.rau-testimonials .elementor-testimonial__header {
    position: relative;
    width: 100%;
}
	/******testimonals end css**********/
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 70%;
}
	.cs-show-listing-tearmin .jet-listing-grid__items {
    --columns: 1 !important;
}
	.cs-show-listing-tearmin .jet-listing-grid__item {
    padding: 0px !important;
}
	.zl-product-loop {
    padding-right: 0px !important;
}
}
 @media only screen and (max-width: 700px){
.rau-mobile-icon-slider .jet-carousel__item-inner {
    height: 280px;
}
}
 @media only screen and (max-width: 640px){
.rau-service-form-class .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 2% !important;
}

	
}
 @media only screen and (max-width: 530px){
	.rau-service-form-class .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    grid-column: span 12 !important;
}
	 .rau-service-form-class .gform_wrapper.gravity-theme .gfield input.medium, .rau-service-form-class .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(100% - 8px);
}
	.cs-listing-wapper span.elementor-icon-list-icon {
    width: 9% !important;
}
}
 @media only screen and (max-width: 495px){
	 .jet-listing-grid__slider-icon.next-arrow.slick-arrow {
    right: 30px !important;
}
	 .jet-listing-grid__slider-icon.prev-arrow.slick-arrow {
    right: 90px !important;
}
}
 @media only screen and (max-width: 495px){
.rau-mobile-icon-slider .jet-carousel__item-inner {
    height: 330px;
}
	 .zl-list-five .elementor-column.elementor-col-20 {
    width: 100% !important;
}
	 .rau-image-pos {
    right: -85px !important;
}
	 .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
	 .cs-com-table table{
		 width: 150%;
	 }
	 .cs-com-table .jet-listing-dynamic-repeater__items {
    overflow-x: auto;
}
}

 @media only screen and (max-width: 450px){
.cs-process-list .jet-listing-dynamic-repeater__item {
    padding: 25px 35px !important;
}
.cs-process-list .jet-listing-dynamic-repeater__item:before {
    width: 80% !important;
    margin-top: 50px !important;
}
	 .cs-listing-wapper span.elementor-icon-list-icon {
    width: 11% !important;
}
	 .rau-product-cat-dropdown .jet-select {
     max-width: 100% !important;
    min-width: 100% !important;
}
.cs-price-filter .elementor-widget-container {
    width: 100% !important;
}
	 .cs-sort-filter .jet-smart-filters-sorting .chosen-container.chosen-container-single {
    width: 50% !important;
}
	 .cs-search-filter .jet-smart-filters-search .jet-search-filter__input-wrapper {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
}
@media only screen and (max-width: 414px){

	.rau-product-slider .jet-carousel__item {
    padding: 10px 15px;
    width: 385px;
}
.rau-mobile-icon-slider .jet-carousel__item-inner {
    height: 360px;
}
.jet-listing-grid__slider-icon.prev-arrow.slick-arrow {
    right: 80px !important;
}
	.jet-listing-grid__slider-icon.next-arrow.slick-arrow {
    right: 20px !important;
}
	.cs-listing-wapper span.elementor-icon-list-icon {
    width: 12% !important;
}
	.cs-sort-filter .jet-smart-filters-sorting .chosen-container.chosen-container-single {
    width: 60% !important;
}
}
@media only screen and (max-width: 375px){
.rau-mobile-icon-slider2 .jet-carousel__item-inner {
    height: 400px;
}
	.rau-product-slider .jet-carousel__item {
    padding: 10px 15px;
    width: 353px;
}
	.rau-image-pos {
    right: -65px !important;
}
	.rau-mobile-icon-slider .jet-carousel__item-inner {
    height: 395px;
}
	.cs-listing-wapper span.elementor-icon-list-icon {
    width: 15% !important;
}
}