/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.woocommerce-loop-product__title.custom{
	color: #7c0000;
	font-weight: 700;
	font-size: 26px;
	margin: 40px 0 10px 0;
	display: block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#owp-tab-content .owp-tab-trigger.active .elementor-button{
	background-color: #7C0000;
}

#owp-rma-tab,
#owp-service-tab{
	display: none;
}

#owp-service-tab.active,
#owp-rma-tab.active{
	display: block;
}

.elementor-editor-active #owp-rma-tab,
.elementor-editor-active #owp-service-tab{
	display: block;
}

#owp-inquiry-float{
	position: fixed;
	width: 60px;
	height: 60px;
	right: 32px;
	bottom: 110px;
	background-color: #fff;
	border: 4px solid rgb(124, 0, 0);
	border-radius: 30px;
	background-image: url("assets/icons/list.svg");
	background-position: center center;
	background-size: 36px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 999;
}

#owp-inquiry-float .owp-inquiry-float-wrapper{
	position: relative;
	height: 60px;
}

#owp-inquiry-float .owp-inquiry-float-tip{
	position: absolute;
	width: 26px;
	height: 26px;
	font-size: 18px;
	font-weight: 700;
	left: -5px;
	bottom: 50px;
	text-align: center;
	line-height: 26px;
	border-radius: 13px;
	background-color: #7c0000;
	color: #fff;
}

#field_4_22 > label{
	display: none;
}
#field_4_24 {
	height: 1px;
	margin: 0;
	padding: 0;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	border-color: #bebebe !important;
	border-radius: 5px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 8px 10px !important;
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select{
	margin: 0;
	padding: 0;
	height: 42px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
	margin: 0;
	padding: 0;
	height: 42px;
}

.rma-list .rma-analyzer{
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
}

.rma-list td{
	text-align: center;
}

.rma-log {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rma-log li{
	margin-top: 20px;
}

.rma-log .log-msg{
	background-color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 14px;
	position: relative;
	z-index: 4;
}

.rma-log .log-msg:after{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(45deg);
	z-index: 3;
	left: 20px;
	bottom: -8px;
}

.log-date{
	color: #7C0000;
	font-size: 12px;
	padding: 8px 0;
}

.action-button-wrapper{
	display: flex;
	justify-content: center;
}

.action-button-wrapper a{
	display: inline-block;
	text-transform: uppercase;
	width: 600;
	font-size: 14px;
	color: #fff !important;
	padding: 10px 16px;
	margin: 0 10px;
	border-radius: 6px;
}

.action-button-wrapper a.confirm{
	background-color: #52b505;
}

.action-button-wrapper a.decline{
	background-color: #ff5f5f;
}

.elementor-lost-password,
.elementor-register{
	font-size: .8em !important;
}
.elementor-login-separator{
	padding: 0 5px;
}

#messages{
	margin: 0 0 20px 0;
	padding: 0 10px;
	max-height: 400px;
	overflow-y: scroll;
}
#messages .message-list{
	display: flex;margin-bottom: 40px;
}

#messages .message-list p{
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
}

#messages .message-list.admin{
	justify-content: flex-start;
}
#messages .message-list.customer{
	justify-content: flex-end;
}

#messages .message-list.admin .message-right {
	position: relative;
	background-color: #f5f5f5;
	border-radius: 16px;
	padding: 14px 40px 0 20px;
	min-width: 300px;
	width: 100%;
}
#messages .message-list.customer .message-left {
	position: relative;
	background-color: #f5f5f5;
	border-radius: 16px;
	padding: 14px 40px 0 20px;
	min-width: 300px;
	max-width: 50%;
}

#messages .message-list .message-date{
	position: absolute;
	bottom: -18px;
	font-size: 11px;
	text-align: right;
	left: 20px;
	color: #afafaf;
	font-style: italic;
}
#messages .message-list.admin .message-right:after{
	content: " ";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #f5f5f5;
	left: -5px;
	top: 20px;
	transform: rotate(45deg);
}
#messages .message-list.customer .message-left:after{
	content: " ";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #f5f5f5;
	right: -5px;
	top: 20px;
	transform: rotate(45deg);
}

#messages .message-list.admin .message-left{
	margin-right: 15px;
}
#messages .message-list.customer .message-right{
	margin-left: 15px;
}

.rma-state {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rma-state li{
	display: flex;
	justify-content: center;
	position: relative;
	padding-top: 46px;
}
.rma-state li .rma-icon {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #f2f2f2;
	color: #909090;
	top: 0;
	left: 50%;
	margin-left: -15px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	font-weight: 700;
}

.rma-state li .rma-icon:before {
	content: " ";
	position: absolute;
	width: 94px;
	height: 2px;
	background-color: #f2f2f2;
	top: 50%;
	margin-top: -2px;
	right: 0;
	margin-right: 33px;
}

.rma-state li.passed .rma-icon:before,
.rma-state li.passed .rma-icon{
	background-color: #e0e0e0;
}

.rma-state li:first-child .rma-icon:before{
	display: none;
}

.rma-state li .rma-label{
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 4px 12px;
	background-color: #f2f2f2;
	border-radius: 14px;
	color: #aaaaaa;
}

.rma-state li.passed .rma-label{
	background-color: #e0e0e0;
}

.rma-state li.current .rma-icon:before {
	background-color: #e0e0e0;
}
.rma-state li.current .rma-icon {
	background-color: #7C0000;
	color: #fff;
}

.rma-state li.current .rma-label{
	color: #fff;
	background-color: #7C0000;
}

.rma-info-wrapper{
	border: 1px solid #e5e5e5;
	padding: 16px;
}

.rma-info{
	margin-bottom: 40px;
}

table.rma-cols td{
	border: none;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color: #fff !important;
}

.rma-info-inner td{
	padding: 5px 0 !important;
}

.rma-info-inner td.label{
	text-align: right;
	font-weight: 400;
}

.new-message-submit-wrapper{
	position: relative;
}

.new-message-submit-wrapper .msg-spinner{
	display: none;
	background-image: url(assets/icons/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	position: absolute;
	right: 75px;
}

#submit-message:disabled{
	border-color: #bcbcbc;
	color: #9b9b9b;
}

#submit-message:disabled:hover{
	background-color: #fff;
}

.blocker{
	z-index: 999 !important;
}

#gform_fields_16 .gfield_description{
	padding-top: 10px;
	margin-bottom: 30px;
}

.user-gateway{
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}

.user-gateway .login{
	background-image: url(assets/icons/login.svg);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 24px;
}

.user-gateway a{
	color: #323333 !important;
}
.user-gateway a:hover{
	color: #7d0000 !important;
}

.user-gateway .my-account:after{
	content: "";
	position: relative;
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: 0 5px 0 6px;
	background-color: #323333;
	top: 2px;
}


#filter-by-gasses {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#filter-by-gasses .filter-cols{
	width: 50%;
}

.checked-wrap{
	padding: 10px 10px;
}

#rma-login .elementor-form-fields-wrapper div:last-child{
	justify-content: center;
}

table tbody tr:hover>td, table tbody tr:hover>th{
	background-color: #fff !important;
}

.rma-list td.rma-status{
	text-align: left;
}

#my-account-menu.layout-no-borders,
.woocommerce-MyAccount-content{
	padding: 60px 0 !important;
}

.single-mru-rma .woocommerce-MyAccount-content{
	padding: 0 !important;
}

.rma-info-title{
    color: var( --e-global-color-e536c36 );
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0 20px 0;
}

.rma-action-wrapper {
    border: 1px solid #e5e5e5;
    padding: 16px;
}
.rma-action-wrapper p{
	margin: 0;
	line-height: 28px;
}

.download-report-btn,
.create-rma-btn{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #7C0000;
	padding: 8px 12px;
	border: 1px solid #7C0000;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.create-rma-btn{
	padding: 10px 0;
	width: 200px;
	text-align: center;
	background-color: #7C0000;
	color: #fff !important;
}

.download-report-btn:hover{
	background-color: #7C0000;
	color: #fff !important;
}

.create-rma-btn:hover{
	background-color: #610000;
}

#user-portal .logged-in{
	display: none;
}

#input_4_21 li{
	display: inline-block;
	margin-right: 70px;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
	margin-top: 0 !important;
}

#user-reg-col .gform_wrapper{
	margin: 0 !important;
}

#user-reg-col input[type="text"],
#user-reg-col input[type="password"] {
	font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#user-reg-col .gform_wrapper .top_label div.ginput_container{
	margin: 0 !important;
}

#user-reg-col .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
#user-reg-col .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
#user-reg-col .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle{
	padding-top: 0 !important;
}

#user-reg-col .gform_wrapper ul li.gfield{
	margin-top: 0 !important;
	margin-bottom: 20px;
	padding-right: 0 !important;
}

#user-reg-col .gform_wrapper ul li.gfield input{
	margin: 0 !important;
}

#label-user-logged-in,
#create-rma-form{
	display: none;
}

.logged-in #user-portal-before-rma,
.logged-in #login-reg-instruction {
	display: none;
}

.logged-in #label-user-logged-in,
.logged-in #create-rma-form{
	display: block;
}

.rma-sub-login{
	display: none !important;
}
.logged-in .rma-sub-guest{
	display: none !important;
}
.logged-in .rma-sub-login{
	display: block !important;
}

.elementor-editor-active #user-portal-before-rma,
.elementor-editor-active #login-reg-instruction,
.elementor-editor-active #create-rma-form,
.elementor-editor-active #label-user-logged-in,
.elementor-editor-active #user-portal-before-rma {
	display: block;
}

#dashboard-new-rma{
	display: none;
}

#dashboard-new-rma .gform_wrapper .gform_footer input[type=submit] {
    padding: 16px 0;
    width: 200px;
    text-align: center;
    background-color: #7C0000;
    color: #fff !important;
    text-transform: uppercase;
}

.activation-notifications{
    padding: 10px 12px;
    margin-bottom: 30px;
    border: 1px solid #00ab6b;
    background-color: rgba(0,   171,   109, 0.15);
    color: #00ab6b;
    border-radius: 4px;
}

.status{
	display: inline-block;
	padding: 4px 6px;
	border-radius: 4px;
	color: #fff;
	background-color: #949494;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.status.received{
	background-color: #32d943;
}
.status.arrived{
	background-color: #c3d932;
}
.status.confirmation_required{
	background-color: #c7823b;
}
.status.confirmed{
	background-color: #51c83c;
}
.status.shipped{
	background-color: #3ba4c7;
}
.status.delivered{
	background-color: #c2c2c2;
}

span[class^="bg-"] {
	display: inline-block;
	max-width: 100%;
}

.bg-app_store_badge_en {
    width: 180px; height: 53px;
    background: url('assets/icons/css_sprites.png') -10px -84px;
	background-size: 200px;
    background-position: -7px -62px;
}

.bg-google_play_badge_en {
    width: 180px; height: 54px;
    background: url('assets/icons/css_sprites.png') -10px -10px;
	background-size: 200px;
    background-position: -7px -7px;
}

.bg-Turkey {
    width: 47px; height: 32px;
    background: url('assets/icons/css_sprites.png') -10px -157px;
}

.bg-Poland {
    width: 47px; height: 32px;
    background: url('assets/icons/css_sprites.png') -77px -157px;
}

.bg-Slovenia {
    width: 47px; height: 32px;
    background: url('assets/icons/css_sprites.png') -210px -10px;
}

.bg-Czech {
    width: 47px; height: 32px;
    background: url('assets/icons/css_sprites.png') -210px -62px;
}

.bg-Russia {
    width: 47px; height: 32px;
    background: url('assets/icons/css_sprites.png') -210px -114px;
}

.bg-Italy {
    width: 47px; height: 32px;
    background: url('assets/icons/css_sprites.png') -10px -209px;
}

.bg-Austria {
    width: 47px; height: 32px;
    background: url('assets/icons/css_sprites.png') -77px -209px;
}

.bg-germany {
    width: 47px; height: 32px;
    background: url('assets/icons/css_sprites.png') -144px -209px;
}

.products {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
	flex-wrap: wrap;
}
.products::after {
  content: "";
  flex: auto;
}

.products li {
	width: 100%;
	margin-bottom: 50px;
	margin: 1%;
	text-align: center;
}

.products li h2{
	font-size: 18px;
	text-align: center;
}

.form-overlay {
	display: none;
	background-image: url(assets/icons/ajax-loader2.gif);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	top: 0;
}

#filter-gasses {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#filter-gasses label{
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
}
#filter-gasses input[type="checkbox"] {
	display: none;
}

#filter-gasses .img-wrapper{
	padding: 7px;
    background: #7C0404;
    border-radius: 40px;
    border: 1px solid transparent;
	-webkit-box-shadow: 0 0 0 2px #FFF;
	box-shadow: 0 0 0 2px #FFF;
}

#filter-gasses img{
    max-width: 40px;
    margin: 0;
    padding: 0;
    display: inherit;
}

#filter-gasses label:hover .img-wrapper,
#filter-gasses input[type="checkbox"]:checked + .img-wrapper{
	border-color: #FFF;
	-webkit-box-shadow: 0 0 0 2px #7c0000;
	box-shadow: 0 0 0 2px #7c0000;

}

.single-submit {
	color: #6d6d6d !important;
	border: 1px solid rgba(228, 228, 228, 1) !important;
	padding: 5px 8px  !important;
	text-transform: uppercase;
	font-size: 13px !important;
}

.single-submit.hide{
	display: none !important;
}

.single-submit:hover {
	color: #7c0000 !important;
	border: 1px solid #7c0000 !important;
	background-color: #fff !important;

}

#deselect_gass span {
	cursor: pointer;
	visibility: hidden;
}

#deselect_gass span.visible {
	visibility: visible;
}

.sticky-comparison {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.sticky-comparison .sticky-holder{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 50px 0 50px;
	background-color: #fff;
}

tr.product_info th{
	border-left: 1px solid #e7e7e7 !important;
}

.DTFC_LeftHeadWrapper th,
.dataTables_scroll .dataTables_scrollHeadInner td{
	border-top: 1px solid transparent !important;
}

.DTFC_LeftHeadWrapper,
.dataTables_scrollHead {
	display: none;
}

.fadeout {
	overflow: hidden;
    height: 0px;
}

.fadein {
     height: 283px;
}

@media only screen and (min-width:767px) {
	.products li {
		width: 48%;
	}
	#filter-by-gasses .filter-cols {
		width: 25%;
	}
	#filter-gasses {
		justify-content: flex-start;
	}
}

@media only screen and (min-width:960px) {
	.products li {
		width: 30%;
	}
}

@media only screen and (min-width:1100px) {
	.products li {
		width: 23%;
	}
}