#variations table.variations input.qty {
width: 40px;
padding: 0;
text-align: center;
}
.single-product div.product .entry-title {
color: #3a3a3a;
position: relative;
padding-bottom: 12px;
}
.single-product div.product .entry-title::after {
border-bottom: 1px solid #8bc34a;
width: 200px;
position: absolute; 
left: 0; 
bottom: 0; 
height: 1px; 
content: ""
}
.extra-menu {
float: left;
}
.wcsearch,
.phone-us {
float: left;
height: 60px;
display: flex;
flex-direction: column;
justify-content: center;
}
.phone-us {
font-weight: bold;
font-size: 20px;
background: #8bc34a;
color: #444;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
display: inline-block;
font-size: 16px;
font-weight: normal;
line-height: 18px;
padding: 12px 24px;
text-decoration: none;
text-shadow: none;
}
.extra-menu:last-child {
float: right;
margin-left: 1.4em;
}
.wcsearch .product-search-results .entry span.title {
line-height: 1.3;
}
.not-mobile,
.desktop-only {
display: none;
}
.mobile-only {
display: block;
}
@media screen and (min-width: 922px) {
.ast-below-header-wrap {
display: none;
}
.mobile-only {
display: none;
}
.not-mobile,
.desktop-only {
display: block;
}
.not-mobile.extra-menu {
display: flex;
}
}
.attribute_options[data-attribute_label="BAY"] {
display: none;
}
.admin-bar .attribute_options[data-attribute_label="BAY"] {
display: initial;
}
.wpcf7-form .notice,
.woocommerce .lost_reset_password .notice {
font-size: 14px;
margin-bottom: 20px;
color: indianred;
}
.dgwt-wcas-st {
display: block;
color: #444;
font-size: 15px;
width: 100%;
line-height: 1.2;
}
.woocommerce-demo-store .x-site {
margin-top: 50px;
}
.woocommerce-demo-store.admin-bar .site {
margin-top: 82px;
}
.woocommerce-store-notice,
p.demo-store {
position: absolute;
top: 0;
background-color: #fc0 !important;
color: white !important;
width: 100%;
text-align: center;
padding: 10px 0;
font-size: 18px;
}
.admin-bar .woocommerce-store-notice,
.admin-bar p.demo-store {
top: 32px;
padding: 26px 0;
}
.woocommerce-store-notice a,
p.demo_store a{
color: black;
}
.woocommerce-store-notice a.email-link,
p.demo-store a.email-link {
color: white;
text-decoration: underline;
}
.woocommerce-store-notice a:hover,
p.demo-store a:hover {
text-decoration: underline;
color: white;
}
.woocommerce-store-notice a.email-link:hover,
p.demo-store a.email-link:hover {
margin-bottom: 0;
}
.woocommerce div.product p.ast-stock-detail, .woocommerce div.product p.stock {
margin-bottom: 0;
}
.woopack-products .woopack-out-of-stock .swift-in-viewport {
display: none;
}
dt, dd, dd p {
font-size: 9pt;
}
.rs_message_for_single_product {
padding: 0;
}
.woocommerce form .quantity.buttons_added {
display: block !important;
padding-left: 20px;
}
@media (max-width: 768px) {
.ast-header-html-1 {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
width: 100%;
padding: 10px;
}
.ast-header-html-1 form {
display: flex;
width: 100%;
}
.wcas-search-form__input {
flex: 1;
min-width: 0;
}
}
@media (max-width: 768px) {
.fl-row-content-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 10px;
padding: 10px;
}
.wcas-search-form {
flex: 1 1 100%;
display: flex;
max-width: 100%;
}
.wcas-search-form__input {
flex: 1;
min-width: 0;
padding: 10px;
font-size: 16px;
}
.wcas-search-form__submit {
padding: 10px 15px;
background: #444;
color: #fff;
border: none;
cursor: pointer;
}
}