.woocommerce-products-header{
    position: relative;
    z-index: 30;
}

.filter-search-wrapper{
    position:absolute;
    top: 5px;
    right:0;
    display: flex;
    gap: 20px;
    opacity: 0;
}

.filter-search-wrapper .filter{
    background: #0E8EB4;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-search-wrapper .filter img{
    max-width: 20px;
}

.filter-search-wrapper .filter:hover,
.filter-search-wrapper button:hover{
    background: #F46459 !important;
}

.filter-search-wrapper .search{
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.filter-search-wrapper #search-results{
    position: absolute;
    width: auto;
    height: auto;
    padding:20px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.filter-search-wrapper #search-results ul{
    list-style-type: none;
    margin:0;
    padding: 0;
}

.filter-search-wrapper #search-results ul li{
    margin-bottom:15px;
}

.filter-search-wrapper #search-results ul li a{
    display: flex;
    gap: 10px;
    color: #333;
}

.filter-search-wrapper #search-results ul li a:hover{
    text-decoration: none;
}

.filter-search-wrapper #search-results img{
    max-width: 30px;
}


.filter-search-wrapper #search-results.active{
    opacity: 1;
}

.filter-search-wrapper form{
    display: flex;
    justify-content: space-between;
    height: 100% !important;
}

.filter-search-wrapper input{
    width: 70% !important;
    
}
.filter-search-wrapper input, .filter-search-wrapper input:focus{
    border:0 !important; 
    outline: 0 !important;
}
.filter-search-wrapper  button{
    min-width: 50px;
    width:20%;
    background: #0E8EB4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border:0 !important; 
    outline: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
}

.tax-product_cat .elementor-icon-list-items{
    list-style-type: none;
}

.tax-product_cat .elementor-icon-list-items li{
    padding-bottom: 0 !important;
}
.tax-product_cat .elementor-icon-list-items li:not(:first-child){
    border-top: dashed 1px #b6b6b7;
    margin-top: calc(28px/2);
    padding-top: calc(28px/2);
    padding-bottom: 0 !important;
}

.tax-product_cat .dialog-close-button, .tax-product_cat .dialog-close-button:hover,
.tax-product_cat .dialog-close-button:focus{
    outline: 0;
    border: 0;
    text-decoration: none;
}

.tax-product_cat #primary{
	max-width: 1200px;
	margin:50px auto;
}
.tax-product_cat .woocommerce-loop-product__title{
	font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
    color: #403b3b;
}
.woocommerce.tax-product_cat ul.products li.product .price{
	color: #0E8EB4;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
}
.tax-product_cat .star-rating span::before {
    color: #F9CA50;
}
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-ordering,
.tax-product_cat .woocommerce-result-count{
	display: none;
}
.tax-product_cat .woocommerce-products-header__title{
	font-size: 2.5rem;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    line-height: 1.2em;
}

.tax-product_cat .woocommerce-products-header__title:before {
    background-image: url(/wp-content/uploads/2021/11/all-product-title-left-image.png);
    background-size: 17px 28px;
    display: inline-block;
    width: 17px;
    height: 28px;
    content: "";
    margin-right: 10px;
}

.tax-product_cat .term-description{
    margin-top: 50px;
}

.tax-product_cat  .learn_more_link{
	margin-bottom: 50px;
}

.inline{
	margin:0 0 20px 0; 
	padding:0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
	max-width:362px
}
.inline li{
	list-style-type: none;
    font-family: 'PT Sans';
    font-size: 12px;
    line-height: 14px;
    font-weight: 900;
    background: #fff;
    border-radius: 15px;
    max-width: 45px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #0E8EB4;
    cursor: pointer;
    margin:0;
}

.inline li.checked{
    background:  #0E8EB4;
    color:#fff;
}

ul.table{
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}

ul.table li{
	border-bottom: dotted 2px;
	padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
}

ul.table li:last-child{
	border:0
}

ul.table .head{
	font-weight:600;
	padding-right:30px;
	min-width: 95px;
}

.map-info{max-width:800px; margin:50px auto !important;}
.map-info h2{font-size:1.375rem; font-weight:600}
.map-info h3{font-size:1rem; font-weight:600}

.icon-text{margin:50px 0 !important; justify-content:center; gap:20px}
.icon-text h3{font-size:1.25rem; font-weight:600}
.icon-text .col{max-width:250px !important; text-align:center}

.product-category-data{
    max-width: 800px;
    margin: auto;
}

.product-category-data h1, .product-category-data h2, .product-category-data h3, .product-category-data h4, .product-category-data h5, .product-category-data h6{
	font-weight:600;
}

.product-category-data li{
    margin-bottom: 10px;
}
.product-category-data ol,
.product-category-data ul{
	margin-bottom: 30px;
}
.product-category-data ul li::marker,
.product-category-data ol li::marker{
	color:#0E8EB4;
    font-weight: 600;
}


.product-category-data #toc-list li::marker{
    font-weight: 400;
}
.product-category-data iframe{
	margin: auto;
}

.table_content{
	background: #ececec;
    padding: 30px;
	margin: 0 0 50px 0;
}
#toc-list{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	color:#0E8EB4
}


#toc-list li a{
	color:#0E8EB4
}



ul.checklist {
    list-style-type: none;
}

ul.checklist li{
	display: flex;
	align-items: flex-start;
	margin-bottom:10px;
}
ul.checklist li:before {
    content: url(../images/checkmark.png);
    display: inline-block;
    width:15px;
    height: 15px;
    margin-left: -15px;
    margin-right: 15px;
    margin-top: 2px;
}


.videoWrapper {
    position: relative;
    margin:50px 0
}

.videoWrapper  #play-button{
    display: block;
}

.videoWrapper .cover,
.videoWrapper .cover img{
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.videoWrapper.active {
    padding-bottom: 56.25%;
}

.playicon{
    width: 60px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

ul.products li.product a.woocommerce-loop-product__link{
    position: relative;
}
.woocommerce ul.products li.product .onsale{
    display: block;
    color: #fff;
    background-color: #F46459;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    border-radius: 5px;
    min-width: 80px;
    min-height: 30px;
    line-height: 20px;
    margin: 0px;
}


@media screen and (max-width:479px){
	.tax-product_cat #primary{
		padding:0 15px
	}
	.filter-search-wrapper{position:relative}
	.filter-search-wrapper #search-results{width:100%}
	ul.table li{}
    .map-info{
        flex-direction:column
    }
    .map-info .col{
        max-width: 100%;
        background: #F4F4F4;
        margin-bottom: 30px;
        padding: 20px;
    }
}

.newsletter-wrapper{
	margin-top:70px;
}

.newsletter-wrapper h2{
    font-size: 40px;
    line-height: 40px;
    color: #000;
}

.newsletter-wrapper p{
    color:#000
}

.newsletter-wrapper .icon{
    margin-bottom: 20px;
}

.newsletter-wrapper a{
    text-decoration: none !important;
    color:#000 !important
}

.newsletter-wrapper .needsclick:nth-child(3){
    position: absolute !important;
    bottom: 70px;
}

.newsletter-wrapper .needsclick:nth-child(4){
    margin-left: 30px;
}

.newsletter-wrapper div[data-testid=form-row]{
    margin-bottom: 10px;
}

@media screen and (max-width:479px){
.newsletter-wrapper .row{
    flex-direction: column;
}

.newsletter-wrapper .row .col{
    width: 100%;
    max-width: 100%;
}
}

/* Newsletter */
.klaviyo-form input[type=text],
.klaviyo-form input[type=email]{
	    background-color: #ffffff !important;
    border-color: #F8F8F8 !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 10px 10px 10px 10px !important;
	    margin: 10px 0 00px 0;
    box-shadow: 0px 0px 10px #00000040 !important;
	height:58px !important;
	line-height:58px;
    width: 100% !important;
}

.klaviyo-form input[type=text]:focus,
.klaviyo-form input[type=text]:hover,
.klaviyo-form input[type=email]:focus,
.klaviyo-form input[type=email]:hover{
	border:0 !important
}

.klaviyo-form button,
.klaviyo-form button:focus{
	    height: 40px !important;
    font-family: "PT Sans", Sans-serif !important;
    font-size: 16px !important;
    line-height: 20px !important;
    border-radius: 5px 5px 5px 5px !important;
	border:0 !important;
	outline:0 !important;
	padding:0 24px !important
}