::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
input:focus,
input:focus-visible {
    outline: none;
    background-color: #555
}
input::placeholder{
    color: rgb(216 184 111 / var(--tw-text-opacity));
}
body.site {
    border-top: 3px solid #0088cc;
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}
input:disabled {
    border-color: rgba(118, 118, 118, 0.3);
    cursor: default;
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
}
body{
font-family: Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333;
}
h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 9px 0;
    font-weight: bold;
    line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 12px 0;
}
h1 {
    font-size: 26px;
    line-height: 28px;
}
h2 {
    font-size: 18px;
    line-height: 24px;
}
h3 {
    font-size: 18px;
    line-height: 20px;
}
h4 {
    font-size: 14px;
    line-height: 16px;
}
h6 {
    font-size: 12px;
    line-height: 14px;
}
p{
    white-space: wrap!important;
    margin: 0 0 9px;
}
.hide{
    display: none;
}
.show{
    display: inline-block;
}
.fixed{
    position: fixed;
}
.border-l-0{
    border-left: 0;
}
.border-t-0 {
    border-top: 0;
}
.rounded-b-l{
    border-bottom-left-radius: 10px;
}
.rounded-b-r{
    border-bottom-right-radius: 10px;
} 
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.t-0{
    top: 0;
}
.r-0{
    right: 0;
}
.b-0{
    bottom: 0;
}
.l-0{
    left: 0;
}
.z-0{
    z-index: 0;
}
.z-9{
    z-index: 9;
}
.pt-0{
    padding-top: 0;
}
.mt-0{
    margin-top: 0;
}
.m-0{
	margin: 0;
}
.list-none{
    list-style: none;
}
.justify-end{
    justify-content: end;
}
.text-xxl{
    font-size: 1.5rem;
    line-height: 2.30rem;
}
.text-3xl {
    font-size: 2rem;
    line-height: 1;
}
hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}
form {
    margin: 0 0 18px;
}
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
.uneditable-input {
    display: inline-block;
    padding: 0px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 28px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	padding: 3px 15px;
    cursor: not-allowed;
    background-color: #eee;
	border: 1px solid #ccc;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #0088cc;
    background-image: -moz-linear-gradient(top,#08c,#0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #08c, #0044cc);
    background-image: -o-linear-gradient(top,#08c,#0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.header-top {
    padding-right: 20px;
    padding-left: 20px;
}
.text-xs {
    font-size: 0.87rem;
    line-height: 1.57rem;
}
.header-top .brand-title a {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #004466;
}
a {
    color: #0088cc;
}
a {
    color: #08c;
    text-decoration: none;
}
ul,
ol{
    margin-left: 2rem;
}
.list-disc{
    list-style: disc;
}
label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
.humburger-icon{
    display: none;
}
a.more-link{
    display: none;
}
.page-child section .content-col{
    padding-top: 0;
}
.brand-title a,
.site-title, 
.site-title:link, 
.brand-title a:link,
.site-title:visited,
.brand-title a:visited{
    text-decoration: none;
}
.site-title:hover{
    text-decoration: underline;
}
p,
ul,
ol,
.post-content,
.post-content p,
.post-content span,
.post-content ul,
.post-content ol{
    --tw-text-opacity: 1;
    color: #333;
    font-size: 13px;
    line-height: 18px;
}
a,
a:link,
a:visited{
    color: #08c;
    transition: all 0.25s;
    cursor: pointer;
}
a:hover,
a:hover span{
    color: #08c;
    text-decoration: none;
}
.site-header .header-top{
    margin: 15px 0 0;
}
.aws-container .aws-search-form{
	margin-top: 15px;
    height: auto;
	background-color: transparent;
}
form.search-form,
form.aws-search-form{
    margin: 0 0 18px;
} 
form.search-form input[type='text'],
form.search-form input[type='search'],
form.aws-search-form input[type='text'],
form.aws-search-form input[type='search'],
form.aws-search-form select.aws-search-field{
    margin-bottom: 0;
	padding: 6px 15px!important;
    width: 100%;
    max-width: 270px;
	height: 28px;
	line-height: 30px;
    display: inline-block;
    vertical-align: middle;
	background-color: transparent;
	-webkit-appearance: auto !important;
}

form.aws-search-form .field-r{
	margin-bottom: 10px;
}
form.aws-search-form .field-r label{
	align-items: center;
}
form.aws-search-form label span{
	width: 100%;
	max-width: 115px;
}
form.search-form input.search-field,
form.aws-search-form .aws-search-field,
form.aws-search-form select,
form.aws-search-form button[type='submit'],
.aws-container .aws-search-form *, 
.aws-search-result{
    margin-bottom: 0;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}


form.aws-search-form button[type='submit'],
form.aws-search-form button.btn[type='submit']{
	margin-top: 15px;
	padding: 6px 35px 4px!important;
	border: solid 1px #ccc;
	background-color: #eee;
	text-align:center;
}
.site-navigation{
    margin: 0 0 0 20px;
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 10px;
}
.site-navigation ul.primary-menu-list{
    margin: 0;
    list-style: none;
    list-style: none;
}
.site-navigation ul.primary-menu-list li {
    position: relative;
}
.site-navigation ul.primary-menu-list > li > a { 
    margin: 2px 2px 2px 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
    color: #0088cc;
    font-size: 13px;
    line-height: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.site-navigation ul.primary-menu-list > li > a:hover, 
.site-navigation ul.primary-menu-list > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.site-navigation > ul.primary-menu-list li.current-menu-ancestor > a,
.site-navigation > ul.primary-menu-list li.current-menu-paren > a,
.site-navigation > ul.primary-menu-list li.current_page_parent > a,
.site-navigation > ul.primary-menu-list li.current_page_ancestor > a,
.site-navigation > ul.primary-menu-list li.current-menu-item > a,
.site-navigation > ul.primary-menu-list li.current_page_item > a,
.site-navigation > ul.primary-menu-list li.current-menu-item > a:hover,
.site-navigation > ul.primary-menu-list li.current_page_item > a:hover {
    color: #fff;
    background-color: #08c;
}
.site-navigation ul.primary-menu-list li a {
    display: block;
}
.site-navigation ul.sub-menu {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.site-navigation ul.sub-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
.site-navigation ul.sub-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.site-navigation ul.sub-menu li > a:hover, 
.site-navigation ul.sub-menu li > a:focus, 
.site-navigation ul.sub-menu:hover > a {
    text-decoration: none;
    color: #fff;
    background-color: #08c;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top,#08c,#0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top,#08c,#0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

.site-navigation ul.sub-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
}
.breadcrumb-container{
    margin: 10px 0 15px;
    padding: 8px 15px 8px 0;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px !important;
}
.breadcrumb-container li {
    display: inline-block;
}
.breadcrumb-container li span.separator{
    font-size: 11px !important;
    color: #e87035 !important
}
.breadcrumb-container li a{
    padding: 5px !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    color: #0088cc !important;
    line-height: 15px !important;
}
.breadcrumb-container ol li:first-child a,
ol.breadcrumb-container li:first-child a{
    color: #333!important;
}
ol.breadcrumb-container li:last-child,
ol.breadcrumb-container li:last-child a,
.breadcrumb-container ol li:last-child,
.breadcrumb-container ol li:last-child a{
    color: #999!important;
}
table.t1 td,
table[border="1"] td{
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}
table.none td{
    border: 0;
}
.font-400{
    font-weight: 400;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well .page-header {
    margin: 0px 0px 5px 0px;
}
.widget.well h3.widget-title {
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.widget ul.category-module{
	margin-left: 10px;
	list-style: none;
}
.page-header,h2.headline{
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
h2.headline{
    margin: 8px 0px 16px 0px;
    padding: 0 0 16px;
}
.pager-links{
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}
.pager-links a{
    display: inline-block;
    padding: 5px 21px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.sidebar-left,
.sidebar-right{
    margin-top: 15px;
}
.main-content{
    margin: 15px 0;
}
.main-content .breadcrumb-container ol{
    margin: 0;
}
.main-content .breadcrumb-container li a:visited,
.main-content .breadcrumb-container li a:hover{
    color: #fff;
}
h2.entry-title a{
    font-size: 13px;
}
.entry-content a[class='text-base']{
    font-size: 12px;
}
.sidebar-left .newsletter-form {
    margin-bottom: 9px;
}
.sidebar-left .newsletter-form {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sidebar-left h2.colorHeading {
    background-color: #3560af;
    background-color: #363;
    color: #fff !important;
    padding: 6px;
    margin: 0;
}
.sidebar-left .emphasis {
    margin-top: -6px;
}
.sidebar-left .emphasis {
    border: solid 1px #aaa;
    background-color: #ccc;
    background-color: #8c8;
    padding: 6px 16px 4px 16px;
}
table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
table.variations {
    margin: 1em auto 1em;
    padding: 10px 15px 5px!important;
    background-color: #ddd;
    width: 95%;
    border: 1px solid #eee;
    padding: 1rem;
    border-radius: 3px;
}
table.variations th,
table.variations td {
    padding: 0 1em!important;
    color: #666;
    vertical-align: top;
    font-weight: bold;
    padding: 4px;
}
header.woocommerce-products-header {
    margin-bottom: 15px;
    overflow: hidden;
}
#emailSignup input[type="email"] {
    width: 90%;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
    margin: 0 0 18px;
    padding: 8px 15px;
    font-size: 1em;
    color: #999;
    font-weight: 500;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #08c;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    margin-bottom: 9px;
    padding: 4px 15px 25px;
    text-align: center;
	line-height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.woocommerce ul.products li.product{
    margin: 1em 0;
}
.woocommerce div.product .product_title {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    padding: .5em 0 .2em;
}
.woocommerce div.product .out-of-stock-description{
    margin-top: 2em;
}

/* .woocommerce ul.products li.product-category .woocommerce-loop-category__title{
	padding-top: 0;
}
.woocommerce ul.products li.product-category a img{
	margin: 0;
	vertical-align: top;
} */
.woocommerce div.product .woocommerce-loop-product__hs,
.woocommerce li.product .woocommerce-loop-product__hs{
	margin-bottom: 10px;
    text-align:center; 
    font-size:.9em;
    font-weight:bold
}
.woocommerce div.product div.images img {
    margin: 0 auto;
    max-width: 500px;
}
.woocommerce div.product div.woocommerce-product-gallery img {
    margin-left: 0;
}
.woocommerce .quantity .qty{
    padding: 2px 6px;
}
.woocommerce div.product form.cart .variations label {
    color: #000;
}
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
    text-decoration: none;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42;
    border-radius: 4px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.wc-block-cart .wc-block-cart__totals-title,
.wc-block-components-product-details__value,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, 
table.wc-block-cart-items .wc-block-cart-items__header,
.wc-block-components-product-metadata {
    font-size: 13px!important;
    font-weight: bold;
}
.woocommerce .woocommerce-result-count {
    margin: 1em 0 0;
}
body.tax-product_cat .woocommerce ul.products:not(.list-products) li.product, 
body.tax-product_cat .woocommerce-page ul.products:not(.list-products) li.product {
    float: none!important;
}
.hr-fluid{
    clear: left;
}
.woocommerce-variation-availability,
.woocommerce-variation-price {
    margin-bottom: 1rem;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price span.price {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    color: #2C8296;
    display: block;
}
.woocommerce p.stock.in-stock + p.stock.in-stock,
.woocommerce div.quantity + p.stock.in-stock,
.woocommerce p.stock.out-of-stock + p.stock.out-of-stock{
	display: none;
}
.woocommerce div.product p.stock.in-stock,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.stock.in-stock {
    margin: .2em 0 15px;
    padding: .2em;
    font-size: 13px;
    color: #333;
}
.woocommerce p.stock.out-of-stock,
.woocommerce p.stock.in-stock{
	margin-top: 5px!important;
}
.woocommerce p.stock.out-of-stock{
	padding: 3px 0;
	text-align: left;
	color: #e87035;
	font-weight: bold;
}
.woocommerce.archive.tax-product_cat li.product p.out-of-stock,
.woocommerce li.product p.out-of-stock{
	text-align: center;
}
.woocommerce ul.products li.product a.button, 
.woocommerce ul.products li.product .button{
	margin-top: 5px;
}
.entry-content.wc-tab p{
	font-size: 14px;
	font-weight: 600;
    line-height: 18px;
}
.woocommerce table.variations th.label a.ab_image_modal{
    margin: -5px 0 0 -3px;
    display: block;
}
.woocommerce table.variations th.label a.ab_image_modal img{
    margin: 0.5em auto;
    width: 20px;
    height: 20px;
}
.woocommerce ul.products li.product a img
.woocommerce .single_variation_wrap .single_variation{
    display: none!important;
}
.woocommerce ul.products li.product .woocommerce-variation-add-to-cart.variations_button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .woocommerce-variation-add-to-cart.variations_button .quantity .qty,
.woocommerce ul.products li.product .woocommerce-variation-add-to-cart.variations_button .button{
    margin: 0 0 0 5px!important;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background-position: 0 0!important;
    position: absolute;
    top: 291px!important;
    left: 58.7%!important;
}
.woocommerce .woocommerce_product_description_main{
    margin-bottom: 35px;
}
table.woocommerce_product_custom_info_main_table{
    margin-bottom: 15px;
    max-width: 100%;
}
table.woocommerce_product_custom_info_main_table label{
    font-weight: 500;
}
.woocommerce .related.products,
.woocommerce .up-sells.upsells.products,
.woocommerce .af-pba-br{
    clear: both;
    overflow: hidden;
    display: none
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    margin-bottom: 10px;
}
.woocommerce .flex-viewport{
	margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	margin-right: 5px;
}
.woocommerce .entry-summary .product_meta {
    display: flex;
    flex-direction: column;
}
.woocommerce-cart .wc-block-cart__submit-button,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button,
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{
	padding: 0.7em 1em;
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white;
    border-radius: 4px;
    border: 1px solid transparent;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{
	max-width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.wc-block-components-checkout-return-to-cart-button svg {
	position: relative !important;
    top: auto !important;
    left: -3px!important;
	transform: translateY(0%)!important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name, 
.wc-block-components-product-name {
    font-size: 1.3em;
    font-weight: bold;
}
.woocommerce-cart .wc-block-cart__payment-options,
.woocommerce-cart .ppcp-messages,
.woocommerce-checkout .ppcp-messages,
.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form > div:first-of-type,
.wc-block-components-order-summary-item__individual-price,
.wc-block-components-product-price__value,
.wc-block-components-product-metadata ul.wc-block-components-product-details+div.wc-block-components-product-details{
	display: none!important;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl{padding-left: 5px;}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd{margin-bottom: 5px;}

.wc-block-components-product-details__name{font-weight: 700;}
.wc-block-components-product-details__value{font-weight: 400;}
.wc-block-components-product-details{font-size:12px;}

.woocommerce ul.products li.product a.wc-forward {
	margin-left: 5px;
}
.woocommerce .naming_div {
    border: solid 1px #039;
    padding: 1px;
}
.woocommerce .wooshop_product_options{
	margin-bottom: 1em;
}
.woocommerce .wooshop_product_options .naming_div h4 {
    background-color: #3560af;
    color: #fff;
    margin: 0;
    padding: 6px;
    font-size: 1em;
}
.woocommerce .wooshop_product_options .naming_div div,
.woocommerce .wooshop_product_options .naming_div p{
	padding: 0.2em 0.5em;
}
.woocommerce .wooshop_product_options .daylily_naming{
	margin-right: 0.5em;
}
.woocommerce .wooshop_product_options .naming_div .controls label{
	display: flex;
}
.woocommerce .woocommerce-variation-availability,
.woocommerce.single-product .product_meta .posted_in{
    display: none !important;
}
.woocommerce.single-product .product_meta .sku_wrapper{
	display: block;
	font-weight: bold;
}
.woocommerce.single-product .product_meta .sku_wrapper .sku{
	font-weight: normal;
}
.woocommerce.single-product .product_meta_ext,
.woocommerce.single-product .product_meta_ext ul{
	margin-top: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    float: none;
}
.term-naming .woocommerce-variation-add-to-cart,
.term-naming .add_to_cart_button{
    display: none !important;
}
.term-naming .add_to_cart_button {
    display: none !important;
}
.woocommerce ul.products li.product p.woocommerce-loop-product__link_label{	
	padding:6px;
	background-color:#3560af;
}
.woocommerce ul.products li.product p.woocommerce-loop-product__link_label a img{	
	margin: 0;
	width: auto;
	display: inline-block;
}
.woocommerce-cart .wp-block-code code {
    font-family: Arial, sans-serif;
    font-size: .85em;
}
.woocommerce-cart .wc-block-cart__submit {
    margin-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}
.aws-ajax-search.widget .widget-title {
	cursor: pointer;
    background: transparent url(../../images/icons/j_arrow.png) 100% 50% no-repeat;
}
.aws-ajax-search.widget .widget-title.opened {
    background: transparent url(../../images/icons/j_arrow-d.png) 100% 50% no-repeat;
}
.responsive-iframe{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
footer.footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer.footer ul li,
footer.footer ul li a{
    display: block;
    line-height: 1.7rem;
}
footer.footer ul li a:hover{
    text-decoration: underline;
}
footer.footer p,
footer.footer a{
    color: #333;
    text-decoration: none;
} 
footer.footer .stop{
    color: #333;
    cursor: pointer;
    position: fixed; 
    bottom: 1.25rem; 
    right: 1.25rem; 
    visibility:hidden;
}
.footer-3 .widget form p br {
    display: none;
}
/*META Slider*/
body.home .metaslider{
    padding-top: 1.25rem;
}
body .metaslider .flexslider .slides{
    margin-bottom: 0.75rem!important;
}
body .metaslider .flexslider .slides img,
.metaslider .slides li img{
    --tw-border-opacity: 1!important;
    border-color: rgb(50 113 72 / var(--tw-border-opacity))!important;
    border-style: solid!important;
    border-width: 0.187rem !important;
    border-radius: 0.75rem!important;
}
body .metaslider .flexslider .slides li {
    background-color: transparent !important;
}
.flex-direction-nav{
    width: 100% !important;
    position: relative !important;
    top: 100% !important;
    justify-content: space-between;
    align-items: center;
    height: 1.25rem;
    align-items: center !important;
    display: flex;
    align-items: center;
}
.flex-nav-prev .flex-prev,
.flex-nav-next .flex-next {
    margin: 0 !important;
    cursor: pointer !important;
    width: 1.563rem !important;
    height: 1.25rem !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    -webkit-transform: scaleX(1)!important;
    transform: scaleX(1)!important;
    text-indent: -9999px!important;
}
.flex-nav-prev .flex-prev {
    background-image: url(../../images/svgicons/prev.svg)!important;
}
.flex-nav-next .flex-next {
    background-image: url(../../images/svgicons/next.svg)!important;
}

body .content-col .metaslider.ms-theme-architekt .flexslider ul.flex-direction-nav li a::before,
body .content-col .flexslider ul.flex-direction-nav li a::before,
body .content-col .metaslider.ms-theme-architekt .flexslider ul.flex-direction-nav li a::after,
body .content-col .flexslider ul.flex-direction-nav li a::after{
    content: none!important;
}
.slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;	
    animation-duration: 1s;	
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;	
    -webkit-animation-timing-function: ease;	
    visibility: visible !important;						
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(8%);
    }
    65%{
        transform: translateY(-4%);
    }
    80%{
        transform: translateY(4%);
    }
    95%{
        transform: translateY(-2%);
    }			
    100% {
        transform: translateY(0%);
    }		
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50%{
        -webkit-transform: translateY(8%);
    }
    65%{
        -webkit-transform: translateY(-4%);
    }
    80%{
        -webkit-transform: translateY(4%);
    }
    95%{
        -webkit-transform: translateY(-2%);
    }			
    100% {
        -webkit-transform: translateY(0%);
    }	
}
@media (max-width: 1024px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .container-fluid .container-fluid{
        padding: 0;
    }
    .stroke-primary {
        stroke: #004466 !important;
    }
    .w-9 {
        width: 2.25rem !important;
    }
    .h-6 {
        height: 1.5rem !important;
    }
    .mb-1 {
        margin-bottom: 0.2rem;
    }
    .post-content,
    .mb-6 {
        margin-bottom: 0.5rem;
    }
    .mb-7 {
        margin-bottom: 1rem;
    }
    .title {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.75rem;
        line-height: 2.11rem;
    }
    .text-5xl {
        font-size: 1.75rem;
        line-height: 2.11rem;
    }
    .text-lg {
        font-size: 0.9rem;
        line-height: 1.25rem;
    }
    .site-nav-large{
        display: none;
    }
    .humburger-icon{
        padding: 0.6rem;
        display: block; 
    }
    header.site-header .site-navigation{
        margin: 0 0 1.5rem;
        padding: 0;
        width: 100%;
    }
    header.site-header .header-top{ 
        margin: 0;
        padding: 0;
        clear: both;
    }
    h1.brand-title.text-xs-center {
        padding: 10px 5px 15px;
        text-align: center;
        overflow: hidden;
    }
    img.daylily-garden-image {
        margin: 1em 0 0;
    }
    .md-flex{
        display: flex;
    }
    .md-flex-col{
        flex-direction: column;
    }
    .md-mb-4{
        margin-bottom: 1rem;
    }
    .grid article{
        grid-column: 1/4;
    }
    .post-content .accordion .accordion-header {
        font-size: 22px;
        line-height: 30px;
    }
    table, iframe {
        max-width: 100%;
        width: 100%;
    }
    .berocket_lgv_widget{
        display: none;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 9px 0;
        font-size: 1.4em;
		line-height: 26px;
		font-weight: bold;
		text-align: left;
    }
	h5, h6 {
        font-size: 1.2em;
		font-weight: 500;
    }
	.woocommerce div.products .product.berocket_lgv_list:nth-child(n), 
	.woocommerce-page div.products .product.berocket_lgv_list:nth-child(n), 
	.woocommerce ul.products .product.berocket_lgv_list:nth-child(n), 
	.woocommerce-page ul.products .product.berocket_lgv_list:nth-child(n) {
		margin: 0 0 15px;
	}
	.woocommerce .term-description-custom img {
		max-width: 222px;
        margin: 0 1em 1em .2em;
	}
    .woocommerce .woocommerce-result-count {
        margin: 0.4em 0 0;
    }
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product,
    body.tax-product_cat .woocommerce .products ul.list-products, 
    .woocommerce ul.products.list-products{
        width: 100%;
        float: none; 
    }
    .woocommerce-products-header img {
        max-width: 250px;
        margin-right: 13px;
    }
    .woocommerce-products-header p{
        font-weight: bold;
    }
    .page-wrapper.flex-xs{
        flex-direction: column;   
    }
    footer .footer-nav{
        gap: 0.15rem;   
        flex-direction: column;
    }
    footer .footer-nav hr{
        display: none;
    }
    footer .footer-nav a{
        font-size: 1.125rem;
        line-height: 1.75rem;
        text-decoration: none;
    }
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
@media (min-width: 1025px) {
    .site-nav-small{
        display: none;
    }
    .alignleft,
    .pull-left {
        float: left;
    }
    .alignright,
    .pull-right{
        float: right;
    }
    .alignleft.item-image,
    .pull-left.item-image {
        margin: 0 20px 18px 0;
    }
    .berocket_lgv_widget {
        margin: 0 3em 1.5em 0!important;
    }
    .woocommerce .woocommerce-ordering, 
    .woocommerce-page .woocommerce-ordering{
        margin: 0 3em 0 0!important;
    }
}
@media (min-width: 992px) {
    body.tax-product_cat .woocommerce .products ul:not(.list-products), 
    .woocommerce ul.products:not(.list-products) {
        display: flex;
        flex-wrap: wrap;
    }
	.woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products.columns-3 li.product, 
    .woocommerce-page ul.products.columns-3 li.product{
        margin-right: 3%;
        width: 30.33333333%;
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 2.127659574%;
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
    .row-fluid .span3 {
        width: 23.404255317%;
    }
    .row-fluid .span6 {
        width: 48.936170208%;
    }
    .row-fluid .span9 {
        width: 74.468085099%;
    }
}
@media (min-width: 768px) and (max-width: 1190px) {
	.row-fluid.flex {
		flex-wrap: wrap;
	}
	.row-fluid [class*="span"]{
		margin-left: 0;
	}
	.row-fluid .sidebar-left.span3 {
	  	order: 3; /* This item will appear third */
	}
	.row-fluid .main-content.span6 {
	  	order: 1; /* This item will appear first */
		width: 64.468085099%;
	}
	.row-fluid .sidebar-right.span3 {
	  	order: 2; /* This item will appear second */
		width: 33.404255317%;
	}
	 .row-fluid .span3 {
        width: 33.404255317%;
    }
    .row-fluid .span9 {
        width: 64.468085099%;
    }
}
@media (min-width: 1191px) {
    .row-fluid .span3 {
        width: 23.404255317%;
    }
    .row-fluid .span9 {
        width: 74.468085099%;
    }
}
@media (max-width: 767px) {
    .xs{
        flex-direction: column;
    }
}