/* Archive page CSS start */

.chemical-card {
	display: inline-block;
	width: 100%;
	box-shadow: 0px 10px 10px 2px #c7c7c7;
	padding: 0;
	background-color:#fff;
	margin-bottom: 30px;
	transition: transform .2s;
}
.chemical-img {
	height: auto;
	width: auto;
}
.chemical-img img{
	width:100%;
	height:auto;
}
.chemical-content {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 10px 20px 0 20px;
	position: relative;
	overflow: hidden;
}
.chemical-content h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	text-align: left;
	padding: 0 8px;
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.chemical-content h3 span.tag_closed,
.chemical-content h3 span.tag_open{
	float: right;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    background-color: #DC3545;
    color: white;
    padding: 0 39px;
    transform: rotate(40deg);
    position: absolute;
    right: -30px;
    top: 10px;
    font-weight: 500;
}
.filters-area .buy_cls form{
	text-align: right;
}
.filters-area .buy_cls form select{
	width: auto;
}
.filters-area .buy_cls form span{
	font-weight: 500;
	margin-right: 5px;
}
.chemical-content h3 span.tag_open{
    background-color: #8EC430;
}
.chemical-content ul li span{
	font-weight: 700;
	margin-right: 5px;
}
.buynow-btn{
    padding: 10px 0px 20px 0px;
    text-align: center;
}
.chemical-content ul{
	padding-top:1.1em;
}
.chemical-content ul li{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #221939 !important;
    text-align: left;
    background: #f8f9fa;
    margin-bottom: 10px;
    padding: 5px 8px;
    box-shadow: 0px 2px 5px 1px #c7c7c7;
}
.chemical-content ul li.min_height{
	min-height: 115px;
}
.chemical-content h6{
	color: #72777d;
    font-weight: 500;
    padding-left: 5px;
    margin-bottom: 0;
}
.buynow-btn a,
#buy_popup{
	border-radius:3px;
	padding:8px 15px;
}
.buynow-btn a:hover,
#buy_popup:hover{
	background-color:#8EC430;
	color:white;
	border-color:white;
	transition: 0.4s ease;
}
.filters-area{
	font-size: 18px;
	border: 1px solid #b7b3b3;
    padding: 0 8px;
    margin-bottom: 15px;
}
.filters-area .sorting select{
    border: 1px solid rgb(253,80,48);
    border-radius: 0;
    cursor: pointer;
}
.filters-area .sorting p{
	font-weight: 700;
  	font-size: 18px;
  	line-height: 28px;
}
.filters-area .links-area ul{
	display: unset;
  	justify-content: unset;
}
.filters-area .right_inner{
	text-align: right;
}
.filters-area .right_inner .links-area,
.filters-area .right_inner .sorting{
	display: inline-block;
}
.filters-area .right_inner .sorting form select{
	width: auto;
}
.filters-area .right_inner .sorting form span{
	font-weight: 500;
	margin-right: 5px;
}
.filters-area .links-area ul li{
	margin: 0;
}
.filters-area .links-area{
	position: relative;
	padding-right: 45px;
}
.filters-area .links-area:after{
    content: '';
    background-color: rgba(253, 80, 48,0.5);
    height: 30px;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.filters-area .links-area ul li a{
    background: linear-gradient(90deg, rgba(253,80,48,1) 35%, rgba(223,36,115,1) 100%);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border: none;
}
.filters-area .links-area ul li a:hover{
	background: unset;
    border: 1px solid rgb(253,80,48);
    color: #000;
    font-weight: 500;
}
.search-challenge-area form input[type="text"]{
	border: 1px solid rgb(253,80,48);
	font-size: 18px;
	width: 250px;
}
.search-challenge-area form input[type="submit"]{
	background: linear-gradient(90deg, rgba(253,80,48,1) 35%, rgba(223,36,115,1) 100%);
}
.chemical-card:hover{
	transform: scale(1.03);
}
.overview_headline .inner_head p{
	font-size: 20px;
  	text-align: center;
  	line-height: 30px;
  	font-weight: 500;
}
.heading-area.four_pg{
	box-shadow: 0px 10px 10px 2px #c7c7c7;
    margin-bottom: 30px;
    padding: 50px 0px;
    position: relative;
}
.heading-area.four_pg:before{
	content: '';
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.heading-area.four_pg:after{
	content: '';	
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
}
.heading-area.four_pg.challenges:after{
	background-image: url('/wp-content/themes/echemhub/images/challenges_banner.jpg');
}
.heading-area.four_pg.opportunities:after{
	background-image: url('/wp-content/themes/echemhub/images/opportunity_banner.jpg');
}
.heading-area.four_pg.buy:after{
	background-image: url('/wp-content/themes/echemhub/images/buy_banner.jpg');
}
.heading-area.four_pg.sell:after{
	background-image: url('/wp-content/themes/echemhub/images/sell_banner.jpg');
}
.heading-area.four_pg .overview_headline{
	z-index: 9;
    position: relative;
    color: #fff;
}
.heading-area.four_pg .overview_headline h3{
	font-size: 32px;
    font-weight: 900;
}
.heading-area.four_pg .overview_headline p{
	max-width: 700px;
    margin: 20px auto 0px auto;
}
.buy-table-area table tr td.success_stts{
	color: #3c763d;
    background-color: #dff0d8;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-left: 2px solid #3c763d;
}
.buy-table-area table tr td.pending_stts{
	color: #8a6d3b;
    background-color: #fcf8e3;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-left: 2px solid #8a6d3b;
}


/* Responsive CSS start */

@media only screen and (max-width: 767px) {
 .filters-area .links-area ul li{
 	margin-top: 0;
 }
 .buy_popup_cont .popup .buy_prod{
 	top: 0 !important;
 	width: 100% !important;
 }
 .login_popup_model.buy_popup_cont .popup{
 	left: 5% !important;
    width: 90% !important;
 }
 .login_popup_model_pop_log div.popup_pop_log{
 	left: 0 !important;
 	width: 95% !important;
 }
 .filters-area .col-md-6,
 .filters-area .buy_cls form,
 .filters-area .col-md-4,
 .filters-area .col-md-8 .right_inner{
 	text-align: center;
 }
 .filters-area .col-md-8 .right_inner .links-area{
 	margin-bottom: 10px;
 	padding-right: 0;
 }
 .filters-area .links-area:after{
 	display: none;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.filters-area .links-area{
		padding-right: 35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
	.buy_popup_cont .popup .buy_prod_form{
		width: 70% !important;
	}
}
@media only screen and (max-width: 1024px){
	.close_button{
		top: 0;
	}
}
/* Responsive CSS end */

/* Archive page CSS end */

header.custom-header ul#menu-main-menu li.current-menu-item a{
	background: #92cb2e;
}

/* Single-challenge page CSS start */

.four_tabs .banner_section{
	min-height: 200px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    position: relative;
}
.four_tabs .banner_section:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
}
.four_tabs .banner_section h1{
	width: 100%;
	text-shadow: 2px 2px 5px #000;
	z-index: 1;
}
.four_tabs .login_btn{
	text-align: right;
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.four_tabs .login_btn a{
	color: #fff;
    padding: 10px 20px;
    background: linear-gradient(90deg, rgba(253,80,48,1) 35%, rgba(223,36,115,1) 100%);
    font-size: 18px;
}
.four_tabs .login_btn a:hover{
	color: #000 !important;
	font-weight: 500;
	border: 1px solid rgb(253,80,48);
	background: unset;
}
.four_tabs .challenge_detail img{
	display: inline-block;
	width: 100%;
	height: auto;
}
.four_tabs .challenge_detail .chl_data ul{
	list-style: none;
	padding-left: 0;
	width: 100%;
}
.four_tabs .challenge_detail .chl_data ul li span{
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	margin-right: 5px;
}
.four_tabs .challenge_detail .chl_data{
	height: 90%;
    align-items: center;
    display: flex;
}
.four_tabs .challenge_detail .chl_data ul li{
    border-bottom: 1px solid rgb(253,80,48);
    padding: 8px 0px;
    border-bottom-style: dotted;
}
.four_tabs .challenge_detail .chl_data ul li:last-child{
	border-bottom: none;
}
.main_section.four_tabs .challenge_detail img{
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}
.four_tabs .seprater{
	width: 100%;
    margin: 50px 0 35px 0;
}
.four_tabs .seprater .heading{
	text-align: left;
	margin-bottom: 30px;
}
.four_tabs .seprater .heading span{
	position: relative;
}
.four_tabs .seprater .heading span:before{
	content: '';
    background-color: rgb(253,80,48);
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -6px;
}
.four_tabs .seprater .desc{
	font-size: 18px;
	line-height: 28px;
}
.four_tabs .inner_section{
	padding-bottom: 50px;
}
.four_tabs .chl_headline{
	margin-top: 10px;
}
.four_tabs .chl_headline h2{
	display: inline-block;
    position: relative;
}
.four_tabs .chl_headline span.tag_closed{
	float: right;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    background-color: #61499F;
    color: white;
    padding: 5px 15px;
}
.four_tabs .chl_headline h2:before{
	background-color: rgb(253,80,48);
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    bottom: -6px;
}
.main_section.four_tabs{
	background-color: #F4F4F4 !important;
}
.four_tabs .inner_section{
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 10px 10px 32px 10px;
}
.four_tabs .challenge_detail .col-md-3 .img{
	height: 100%;
	display: flex;
	align-items: center;
}
.four_tabs .challenge_detail .login_btn a:hover{
	color: #fff;
	cursor: pointer;
}

/* Single-challenge page CSS start */


/* Post challenge form start */

.custom_width #jsme_container > div{
	width: 100% !important;
}
form.custom_width .chemical-order-form{
	margin-top: 30px;
}
form.custom_width .chemical-order-form input[type="text"],
form.custom_width .chemical-order-form input[type="date"],
form.custom_width .chemical-order-form textarea{
	border: none;
	border-bottom: 1px solid #bdbdbd;
	/*transition: transform .5s;*/
}
form.custom_width .chemical-order-form input[type="text"]:focus,
form.custom_width .chemical-order-form input[type="text"]:active,
form.custom_width .chemical-order-form input[type="date"]:focus,
form.custom_width .chemical-order-form input[type="date"]:active,
form.custom_width .chemical-order-form textarea:focus,
form.custom_width .chemical-order-form textarea:active{
	border-bottom-color: rgb(253,80,48);
	/*transform: scale(1.1);*/
}
form.custom_width{
	max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    border: 1px solid #dee0e9;
    padding: 20px 40px;
}
form.custom_width .form-field.half_field{
	width: 48%;
    display: inline-block;
}
form.custom_width .half_field.date label{
	min-height: 40px;
	text-transform: none;
}
form.custom_width .half_field.img{
	margin-right: 20px;
}
form.custom_width .half_field.img input{
	border: none;
    padding-left: 0;
}
form.custom_width .half_field.img label,
form.custom_width .half_field.date label{
	font-weight: 700;
	font-size: 16px;
}
form.custom_width .form-field{
	margin-bottom: 10px;
}
.page-id-351 section.elementor-element-503572e{
	background-color: #F4F4F4;
    padding: 0 !important;
}
.page-id-351 section.elementor-element-503572e .woocommerce{
	background-color: #fff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}
.page-id-351 section.elementor-element-503572e .elementor-widget-wrap{
	padding: 0 !important;
}

@media only screen and (max-width: 479px) {
 nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link{
 	width: 100%;
 	text-align: center;
 }
}

@media only screen and (max-width: 767px) {
	form.custom_width .form-field.half_field{
	 	width: 100%;
	 }
	 .buy_popup_cont .buy_prod_form{
	 	width: 100% !important;
	 }
}

/* Post challenge form end */

/* Post Solutions form start */
.solution_form_sec .inner_section{
	margin-top: 20px;
}
.solution_form_sec .chl_headline{
	text-align: center;
	margin-bottom: 50px;
}
.solution_form_sec textarea{
	border: none;
    border-bottom: 1px solid #bdbdbd;
    transition: transform .5s;
}
.solution_form_sec textarea:active,
.solution_form_sec textarea:focus{
	border-bottom-color: rgb(253,80,48);
}
.solution_form_sec input[type="file"]{
	border: none;
}
.solution_form_sec input[type="radio"]{
	margin-right: 8px;
}
.solution_form_sec .draw-area #jsme_container > div{
	width: 100% !important;
}
.solution_form_sec .form-field label{
	font-weight: 700;
	font-size: 16px;
}
.solution_form_sec .shhowon_solutionpost{
	margin-bottom: 20px;
}
.solution_form_sec .inner_section{
	padding-left: 20px;
	padding-right: 20px;
}
.solution_form_sec .single-checmical-image svg{
	width: 100%;
}
html{
	scroll-behavior: smooth;
}

/* Post Solutions form end */


/* User Register Form CSS start */
#user-registration-form-58016 label{
	/*font-weight: 400;*/
    font-size: 16px;
}
#user-registration-form-58016 #check_box_1653915118_field,
#user-registration-form-58016 #radio_1653913479_field{
	display: inline-block;
    width: 100%;
}
#user-registration-form-58016 #check_box_1653915118_field ul,
#user-registration-form-58016 #radio_1653913479_field ul{
	padding-left: 0;
}
#user-registration-form-58016 .ur-field-item{
	margin-bottom: 0;
}
#user-registration-form-58016 .ur-button-container {
	padding: 0;
}
#customer_login form.woocommerce-form-login.login label{
	font-weight: 700;
}
#user-registration-form-58016 form .ur-form-grid.ur-grid-1{
	padding: 0;
}
#user-registration-form-58016 input{
	border: 1px solid #767676;
}
#user-registration-form-58016 form{
	padding: 0;
    margin: 0;
    border: none;
}
#user-registration-form-58016{
	margin-top: 30px;
}
/* User Register Form CSS end */

.hide_primary_head section.elementor-element-250947be{
	display: none;
}
.hide_primary_head section.elementor-element-d5cc9dc{
	margin: 0 !important;
	background-color: #F4F4F4;
}
.hide_primary_head section.elementor-element-d5cc9dc .elementor-column-gap-default{
	background-color: #fff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    text-align: center;
}
.hide_primary_head .elementor-element-60e0cfe .woocommerce-MyAccount-content{
	font-size: 18px;
	line-height: 28px;
	padding: 50px 0;
}

/* Model login popup start */
.login_popup_model .inner_popup{
	position: relative;
	padding: 15px 30px;
}
.login_popup_model .popup span.close_button{
	position: absolute;
    right: 0;
    top: 0;
    background-color: rgb(253,80,48);
    color: #fff;
    padding: 5px 18px;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
}
.login_popup_model div.popup{
  background: #fff;
  display: none;
  left: 32%;
  position: fixed;
  top: 32%;
  width: 35%;
  z-index: 99999;
  border-radius: 0;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}
.login_popup_model img.image {
  display: block;
  margin: 3% 0 0 18.6%;
  padding-bottom: 4%;
  width: 64%;
}
.login_popup_model img.close_button {
  cursor: pointer;
  float: right;
  margin: 2%;
}
.login_popup_model a#login_popup {
    background: #255F85;
    border-radius: 0.6em;
    color: white;
    cursor: pointer;
    font-size: 1.2em;
    margin: 10% auto 0;
    padding: 1%;
    text-align: center;
    width: 18%;
}
.login_popup_model a#login_popup:hover {
  background: #255F85;
  color: #FFC857;
}
.modal-overlay.modal-toggle.overlay_cls{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.login_popup_model .register_link{
	border: 1px solid rgb(253,80,48);
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    font-size: 18px;
    margin-top: 20px;
}
.login_popup_model .register_link a{
	color: rgb(253,80,48);
    font-weight: 500;
}
/* Model login popup end */

/* Post Opportunity Listing & Detail page start */

#solution_form_sec .single-chemical-detail table{
	text-transform: capitalize;
}

/* Post Opportunity Listing & Detail page start */

/* Buy page popup start */

.loading_buy_popup{
	position: fixed;
    width: 100%;
    text-align: center;
    z-index: 999;
    top: 40%;
}
.loading_buy_popup img{
	width: 100px;
}
.login_popup_model.buy_popup_cont .popup{
	top: 10%;
	left: 10%;
	width: 80%;
	height: 85%;
	overflow-y: scroll;
}
.buy_popup_cont .popup .close_button{
	position: absolute;
    right: 15px;
    top: 210px;    
    z-index: 999;
}
.buy_popup_cont .popup .close_button span{
	background: rgb(253,80,48);
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-weight: 900;
}
.buy_popup_cont .popup .buy_prod span{
	background: #61499f;
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #61499f;
}
.buy_popup_cont .popup .buy_prod span:hover{
	background: unset;
	border: 1px solid #61499f;
	color: #61499f;
	font-weight: 500;
}
.buy_popup_cont{
	display: inline-block;
    width: 100%;
    text-align: right;
}
.buy_popup_cont .buy_prod_form{
	box-shadow: rgb(199 199 199) 0px 10px 10px 2px;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    text-align: left;
	font-size: 18px;
    line-height: 28px;
    position: absolute;
    width: 50%;
    right: 0;
    z-index: 1;
    overflow-x: auto;
}
.popup_pop_log h2{
	text-align: center;
    margin-bottom: 20px;
}
.popup_pop_log input{
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.popup_pop_log input:focus{
	box-shadow: unset;
	border-bottom: 1px solid rgb(253,80,48);
}
.buy_popup_cont .buy_prod_form input[type="submit"]{
	background-color: #61499f;
    color: #fff;
}
.buy_popup_cont .buy_prod_form h6{
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 8px 0px;
    background-color: rgba(253,80,48,0.5);
}
/* Buy page popup end */


/* Buy login popup start */
.login_popup_model_pop_log .inner_popup_pop_log{
	position: relative;
	padding: 15px 30px;
}
.login_popup_model_pop_log .popup_pop_log span.close_button_pop_log{
	position: absolute;
    right: 0;
    top: 0;
    background-color: rgb(253,80,48);
    color: #fff;
    padding: 5px 18px;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
}
.login_popup_model_pop_log div.popup_pop_log{
  background: #fff;
  display: none;
  left: 32%;
  position: fixed;
  top: 20%;
  width: 35%;
  z-index: 999999;
  border-radius: 0;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}
.login_popup_model_pop_log .register_link{
	border: 1px solid rgb(253,80,48);
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    font-size: 18px;
    margin-top: 20px;
}
.login_popup_model_pop_log .register_link a{
	color: rgb(253,80,48);
    font-weight: 500;
}
.buy_prod_form .paypal_payment_btn{
	max-width: 250px;
    margin: 0 auto;
    text-align: center;
}
#paypal_payment_btn button.msg_snt{
	background: #61499f;
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    border: none;
    border: 1px solid #61499f;
}
#paypal_payment_btn button.msg_snt:hover{
	background: transparent;
	border: 1px solid #61499f;
	color: #61499f;
}
.buy_prod_form .paypal_payment_btn input[type="image"]{
	border: none;
    margin: 0;
}
.success_pay_msg{
	color: #4F8A10;
    font-weight: 500;
    background-color: #DFF2BF;
    text-align: center;
    padding: 15px 0;
    max-width: 700px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 32px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    margin-top: 15px;
}
.success_pay_msg p{
	margin: 0;
}
.success_pay_msg p img{
	width: 30px;
    border-radius: 50%;
}
.buy_prod_form table tr:nth-child(odd){
	background-color: #f2f2f2;
}
.buy_prod_form table tr td{
	padding: 8px 10px;
}
.buy_prod_form table tr td input{
	border: none;
	border-bottom: 1px solid rgba(97, 73, 159,0.4);
	background: transparent;
}
.buy_prod_form table tr{
	border-bottom: 1px solid rgba(97, 73, 159,0.4);
}
.buy_prod_form table{
	width: 100%;
	margin-bottom: 20px;
}
.buy_prod_form table tr td:first-child{
	font-weight: 500;
	position: relative;
}
.buy_prod_form table tr td:first-child:after {
    content: '';
    background-color: rgba(97, 73, 159,0.4);
    height: 28px;
    width: 1px;
    position: absolute;
    left: 95%;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* Buy login popup end */
.woocommerce-MyAccount-navigation ul li.is-active a{
	position: relative;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before{
	content: '';
    background-color: red;
    width: 30%;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
form.woocommerce-ResetPassword.lost_reset_password{
	padding: 30px 20px;
	max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}
body.page-id-351 .elementor-element-c427826 .woocommerce .woocommerce-message{
	max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
}
body.page-id-351 .elementor-element-c427826 .woocommerce p{
	max-width: 700px;
    margin: auto;
    text-align: center;
}
form.lost_reset_password{
	text-align: left !important;
}
form.lost_reset_password p.form-row-last{
	width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password p.form-row-first{
	display: unset;
	width: 100%;
	text-align: left;
}
.close_button{
	position: fixed;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgb(253,80,48);
    color: #fff;
    z-index: 99999;
    font-weight: 700;
    padding-top: 10px;
    cursor: pointer;
    font-size: 20px;
}
#sl_page .woocommerce-notices-wrapper{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
#sl_page .woocommerce-notices-wrapper a{
	padding: 5px 10px;
}
#sl_page{
	margin-top: 20px;
}

/* Login/Register form redesign start */

#customer_login{
	width: 600px;
    display: inherit;
    margin: 0 auto;
}
#customer_login input,
#customer_login textarea,
#customer_login select{
	border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0 !important;
    transition: transform .5s;
}
#customer_login input:focus,
#customer_login input:active,
#customer_login textarea:focus,
#customer_login textarea:active,
#customer_login select:focus,
#customer_login select:active{
	box-shadow: none;
	border-bottom-color: rgb(253,80,48);	
}
#user-registration-form-58016,
#customer_login .woocommerce-form-login.login{
	padding: 20px 40px;
}
#user-registration-form-58016 .field-radio ul li,
#user-registration-form-58016 .field-checkbox ul li{
	display: inline-block;
	margin-right: 25px;
}
#customer_login .tabing_area{
	text-align: center;
}
body.page-id-351.dashboard_bg .woocommerce,
body.page-id-47902.dashboard_bg .woocommerce{
	position: relative;
}
body.page-id-351.dashboard_bg .woocommerce-MyAccount-content,
body.page-id-47902.dashboard_bg .woocommerce-MyAccount-content{
	position: relative;
	display: grid;
	min-height: 405px;
	padding-top: 0;
	align-items: center;
	justify-content: center;
}
body.page-id-47902.dashboard_bg .woocommerce-MyAccount-content p{
	text-align: center;
}
body.page-id-47902.dashboard_bg .woocommerce-MyAccount-content{
	padding-bottom: 10px;
}
body.page-id-351.dashboard_bg.logout .woocommerce-MyAccount-content .woocommerce-notices-wrapper{
	display: flex;
	align-items: center;
}
body.page-id-351.dashboard_bg.logout .woocommerce-MyAccount-content p{
	display: none;
}
body.page-id-351.dashboard_bg.logout .woocommerce-MyAccount-content .woocommerce-message{
	border-top: none;
	background-color: unset;
	font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
body.page-id-351.dashboard_bg .woocommerce .container,
body.page-id-47902.dashboard_bg .woocommerce .container{
	width: 100%;
	padding: 0;
}
body.page-id-351.dashboard_bg .woocommerce:before,
body.page-id-47902.dashboard_bg .woocommerce:before{
	content: '';
    background-image: url(/wp-content/themes/echemhub/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body.page-id-47902.dashboard_bg .elementor-element-9f3dcc2{
	display: none;
}
body.page-id-47902.dashboard_bg .elementor-widget-wrap{
	padding: 0 !important;
}
body.page-id-351.dashboard_bg .woocommerce .woocommerce-MyAccount-content p,
body.page-id-47902.dashboard_bg .woocommerce .woocommerce-MyAccount-content p{
	font-size: 22px;
	line-height: 32px;
}
html body #customer_login button[type="submit"]{
	background-color: #fff !important;
    color: #000 !important;
    border: 1px solid rgb(253,80,48);
    border-radius: 0;
    width: 100%;
    display: inline-block;
    font-weight: 500 !important;
}
html body #customer_login button[type="submit"]:hover{
	background-color: rgb(253,80,48) !important;
	color: #fff !important;
}
#customer_login .user-registration-error::before{
	display: none;
}
#customer_login label.user-registration-error{
	padding: 0;
    border-top: 0;
    background-color: transparent;
    line-height: 0;
    margin: 0;
    font-size: 14px;
    display: inline-block;
}
body.page-id-47911 #customer_login,
body.page-id-47902 #customer_login{
	display: contents;
}
body.page-id-47911 #customer_login .tabing_area,
body.page-id-47902 #customer_login .tabing_area{
	display: none;
}

#user-registration-form-58016,
#customer_login .woocommerce-form-login.login{
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}
@media screen and (max-width: 767px) {
	body.page-id-351.dashboard_bg .woocommerce .woocommerce-MyAccount-content p{
		background-color: rgba(0, 0, 0,0.1);
    	padding: 5px 10px;
	}
	#customer_login{
		width: auto;
	}
	body.page-id-47911 .elementor-element-c307db6,
	body.page-id-47911 .elementor-element-c307db6 .elementor-element-populated,
	body.page-id-47902 .elementor-element-60e0cfe,
	body.page-id-47902 .elementor-element-60e0cfe .elementor-element-populated{
		display: unset;
	}
}
/* Login/Register form redesign end */

#user-registration-form-58016 label#user_pass-error,
#user-registration-form-58016 label#user_confirm_password-error{
	display: inline-block !important;
	width: 100% !important;
}


form#userRegisterForm label {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

form#userRegisterForm label span.estrick{
	color: red;
	font-weight: normal;
}
form#userRegisterForm label.error{
	color: red;
	font-size: 12px;
	font-weight: normal;
}
form#userRegisterForm input[type="text"],
form#userRegisterForm input[type="email"],
form#userRegisterForm input[type="password"],
form#userRegisterForm select,
form#userRegisterForm textarea{
	width: 100%;
	border: none;
	font-size: 13px;
	border-bottom: 1px solid #ccc !important;
}
form#userRegisterForm input[type="text"]:active,
form#userRegisterForm input[type="email"]:active,
form#userRegisterForm input[type="password"]:active,
form#userRegisterForm select:active,
form#userRegisterForm textarea:active,
form#userRegisterForm input[type="text"]:focus,
form#userRegisterForm input[type="email"]:focus,
form#userRegisterForm input[type="password"]:focus,
form#userRegisterForm select:focus,
form#userRegisterForm textarea:focus{
	border-color: #FD5030 !important;
}
form#userRegisterForm input[type="text"]::placeholder,
form#userRegisterForm input[type="email"]::placeholder,
form#userRegisterForm input[type="password"]::placeholder,
form#userRegisterForm textarea::placeholder {
    font-size: 13px;
}

form#userRegisterForm .field-wrap{
	margin-bottom: 15px;
}
form#userRegisterForm .field-wrap.submit{
	margin-bottom: 0;
	margin-top: 20px;
}
form#userRegisterForm .field-wrap.submit button{
	background-color: transparent;
    border: 1px solid #FD5030;
    padding: 10px 30px;
    font-weight: 500;
}
form#userRegisterForm .field-wrap.submit button:hover{
	background-color: #FD5030;
	color: #fff;
}
form#userRegisterForm .rows {
    display: flex;
    gap: 20px;
}
form#userRegisterForm .rows .field-wrap{
	width: 50%;
}
.login-wrap {
    margin-top: 20px;
    text-align: center;
}
#registerMessage p{
	margin-bottom: 15px;
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px;
}
#registerMessage{
	margin-top: 20px;
}
body.page-id-351 .register_section form#userRegisterForm{
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #cfc8d8;
}
body.page-id-351 .register_section .login-wrap{
	display: none;
}
.msg-wrap span{
	display: inline-block;
    width: 100%;
}

.blog .news-content p{
	display: -webkit-box;
  -webkit-line-clamp: 5; /* Adjust for ~254 chars */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .news-content h4 a{
	 display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .news-img img{
	object-fit: cover;
}

.sellBuyDate{
	padding:1px 15px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	background:#8ec430;
	color:#fff;
}
.flex-wrapper {
    display: flex;
    gap: 15px;
}
.flex-wrapper img {
    height: 300px;
    width: 250px;
    object-fit: cover;
}