/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Child Theme
Template: phlox
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-child
================================================================================= */
.aux-master-menu.aux-horizontal>.menu-item{ vertical-align:middle!important }

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-error { background:#0071bc!important}
.woocommerce .quantity .qty {height: 36px;}
.entry-summary .product_meta, .aux-goto-top-btn{ display:none!important;}
.entry-summary .woocommerce-Price-amount{ color:#0071bc!important; font-size: 2.25em; font-weight:bold;}

#bbp_search_submit{background:#0071bc!important; padding: 17px 32px 16px!important;  border-radius:8px; }
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer{
	 background: #f7fcff;
}

#bbpress-forums li.bbp-header {
    border-top: 1px solid #d7e6ef;
}

#bbpress-forums ul.bbp-forums {
    border: 1px solid #e0ebfd;
}
.aux-sidebar ul li a{ text-decoration:none!important}
.widget-container ul li {
    margin-bottom: 20px; 
}

#bbpress-forums #bbp-search-form #bbp_search{
	padding:14px; border-radius:8px;
}
/* .video-tuts iframe{ height:400px!important;} */
body .woocommerce-store-notice{ display:none!important;}

.woocommerce-store-notice.demo_store{ display:none!important;}

.feature-box{ display: flex; justify-content: flex-start; align-items: center; flex-flow: row-reverse;
   }

.disply-comment{     position: relative;
    cursor: pointer;
    background: url(http://erqos.com/wp-content/uploads/2024/03/info-icon-circle.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
	    margin-right: 15px;
	
}

.disply-comment .hover-show{
	display:none;
}

.disply-comment:hover .hover-show{
	display: block;
    position: absolute;
    font-size: 13px;
	font-weight:400;
    background: #ffffff;
    box-shadow: 0 0 4px #ddd;
    padding: 10px 15px;
    left: 28px;
    text-align: left;
    max-width: 300px;
    width: 500px;
	z-index:1;
	color:#000!important;
}

/* .ha-scroll-to-top-button{
	right: 125px!important
} */
.hidden-text{ display:none;}

input[type=text], select, input[type=number] {
  width: 100%;
	height:45px;
/*   padding: 10px 15px; */
/*   border: 1px solid #ccc; */
/*   border-radius: 4px; */
}

input[type=number] {
  width: 100%;
  padding: 17px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

select:not([multiple]){
	padding: 0 20px;
    height: 60px;
    background: white!important;
	
}

select{
	padding: 0 20px;
    height: 60px;
    background: white;
}

/* For Mozzila */
input[type=number] { 
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0; 
}


/* For Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
}




@media only screen and (max-width: 600px) {
.hidden-text{ display:block; border-right: 1px solid #ddd;
    height: 25px;
    margin-right: 10px;}
	.disply-comment:hover .hover-show{ width: 200px}
	.disply-comment:hover .hover-show{
		    left: -28px;
		top: 28px;
	}
	
	.eael-product-wrap{
    display: flex;
    flex-direction: column
    
}
/* 	.exad-modal-item{ width:auto!important} */
	
}
