/* Custom Hide Menu on Certain Width 
@media (max-width: 1100px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}
*/

:root {
	--primary: #1d5b99;
    --secondary: #ad5e27;
    --light-wood: #fff3ec;
    --light-sky: #ecf6ff;
}

/* TEMP CSS Area - Starts */

h2.woocommerce-loop-product__title {
    color: #000 !important;
    font-size: 15px !important;
    font-family: inherit;
}

.archive.tax-product_cat header.woocommerce-products-header,
.product_meta span.tagged_as,
.single .title_container {
    display: none !important;
}

/* TEMP CSS Area  - Ends */

/* Header CSS Starts Here */
#header_meta {
    border: none !important;
    background: transparent !important;
}
@media (min-width: 1201px) {
    #header_main .container,
    .av-main-nav .menu-item-top-level > a {
      height: 68px !important;
      line-height: 68px !important;
    }
  #header_main {
      border-top: none !important;
  }
  #main {
      padding-top: 97px !important;
  }
  .logo svg {
      max-height: 1000% !important;
      
  }
  span.logo {
      position: absolute;
      top: -28px;
      height: auto;
      
  }
}
@media (max-width: 1200px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
    .menu-item-top-level {
        display: none;
    }
    #av-burger-menu-ul li a {
        height: auto !important;
        line-height: 1.5 !important;
    }
}

.top-button a {
    color: #fff !important;
    font-size: 15px;
}
@media only screen and (min-width: 767px) {
    .top-button a {
        display: inline-block;
        padding: 10px 11px !important;
        font-size: 16px;
        border-radius: 5px;
        font-weight: normal !important;
        transition: .5s;
    }
    .top-button-blue a {
        background-color: var(--primary);
    }
    .top-button-wooden a {
        background-color: var(--secondary);
    }
    .top-button-red a {
        background-color: red;
    }
    .top-button a:hover {
        opacity: .85;
    }
    #header_meta .menu li {
        border: none;
    }
}
@media only screen and (max-width: 768px) {
    .logo svg {
      width: 180px !important;
    }
    #header_meta {
      background: var(--secondary) !important;
    }
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    font-size: 18px;
    color: #333;
    font-family: initial !important;
}

.main_menu .menu li:nth-last-child(2) a{
    padding-right: 0 !important;
}

/* Header CSS Ends Here */

.feature-box svg {
    width: auto;
    height: 55px;
}

.feature-box .wd-hybrid-box-title h3 {
    color: #000;
    font-size: 27px !important;
}

.avia-svg-logo svg {
    width: 250px !important;
 
}

@media (max-width: 767px) {
    .avia-svg-logo svg {
        width: 200px !important;
    }
}

.feature-box .wd-hybrid-box-content,
.feature-box .wd-hybrid-box-svg {
    text-align: center;
}

.feature-box .wd-hybrid-box-svg {
    border: 1px solid var(--primary) !important;
    background: #f8f8f8;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 100%;
}

.alternate_color .feature-box .wd-hybrid-box-svg {
	background: #fff;
}

.custom-buttons {
    display: flex;
    justify-content: center;
    column-gap: 25px;
}

.custom-button {
    display: inline-block;
    border: 1px solid var(--primary) !important;
    padding: 8px 18px;
    font-weight: bold;
    border-radius: 6px;
    background: #fff;
    width: auto;
    min-width: 120px;
    text-align: center;
    transition: .5s;
    cursor: pointer;
}

.custom-button.current,
.custom-button:hover {
    background: var(--primary);
    color: #fff;
}

@media (min-width: 768px) {
    .logo img {
        margin-top: 20px !important;
        width: 280px;
    }
}

.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.basic-title .special-heading-border {top: 5px;}

.child-category img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    object-position: top;
    width: 100%;
}

.av-subheading_below {
    line-height: 1.8 !important;
}

.child-category {
    text-align: center;
    border: 1px solid #d8d8d8;
    background-color: #fff !important;
}

.child-category, .child-category h3 {
    transition: .5s;
}

.child-category:hover {
    transform: translateY(-6px);
}

.child-category img {
    margin-bottom: -8px !important;
}

.child-category h3 {
    margin: 0 !important;
    padding: 15px 10px;
    font-family: inherit;
    font-size: 18px;
    color: var(--secondary);
}

.child-category:hover h3 {
    color: #fff !important;
    background-color: var(--secondary) !important;
}

.section-title .av-special-heading-tag {
    font-weight: bold !important;
}

table.product-details {
    margin-top: 25px;
    width: 500px;
    max-width: 100% !important;
    margin-bottom: 65px !important;
}

table.product-details td {
    color: #333;
}

td.info-title {
    font-weight: bold;
    width: 140px;
}

/* Product Filter CSS - START */

.product-filters .facetwp-radio,
.product-filters .facetwp-checkbox {
    position: relative;
    padding: 15px;
    margin: 0;
    border: 1px solid #333 !important;
    transition: .5s;
    width: 140px;
    display: flex;
    flex-direction: column;
}

.product-filters .facetwp-radio:before,
.product-filters .facetwp-checkbox:before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-filters .facetwp-radio,
.product-filters .facetwp-radio.checked,
.product-filters .facetwp-checkbox,
.product-filters .facetwp-checkbox.checked {
    background-image: none !important;
}

.product-filters .facetwp-type-radio,
.product-filters .facetwp-type-checkboxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 80px;
}

.product-filters .facetwp-radio.checked,
.product-filters .facetwp-radio:hover,
.product-filters .facetwp-checkbox.checked,
.product-filters .facetwp-checkbox:hover {
    border-color: var(--secondary) !important;
    background-color: #fff3ec;
}

.facetwp-radio[data-value="base-cabinet"]:before,
.facetwp-checkbox[data-value="base-cabinet"]:before {
    background-image: url('/wp-content/uploads/2024/09/cabinet-base.svg');
}

.facetwp-radio[data-value="tall-cabinet"]:before,
.facetwp-checkbox[data-value="tall-cabinet"]:before {
    background-image: url('/wp-content/uploads/2024/09/tall-cabinet.svg');
}

.facetwp-radio[data-value="vanity-cabinet"]:before,
.facetwp-checkbox[data-value="vanity-cabinet"]:before {
    background-image: url('/wp-content/uploads/2024/09/cabinet-vanity.svg');
}

.facetwp-radio[data-value="wall-cabinet"]:before,
.facetwp-checkbox[data-value="wall-cabinet"]:before {
    background-image: url('/wp-content/uploads/2024/09/wall-cabinet.svg');
}

.facetwp-radio[data-value="d44bd5538c4dfa1faf0461133f5ccd5f"]:before,
.facetwp-checkbox[data-value="d44bd5538c4dfa1faf0461133f5ccd5f"]:before {
    background-image: url('/wp-content/uploads/2024/09/trim-misc.svg');
}

.facetwp-radio[data-value="d44bd5538c4dfa1faf0461133f5ccd5f"],
.facetwp-checkbox[data-value="d44bd5538c4dfa1faf0461133f5ccd5f"] {
    order: 5;
}

.product-filters .facetwp-icon:before {
    height: 50px;
}

.product-filters .facetwp-type-search {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.product-filters span.facetwp-input-wrap {
    width: 500px;
    max-width: 100% !important;
}

.product-filters i.facetwp-icon {
    height: 50px;
}

.product-filters input.facetwp-search {
    margin-bottom: 0 !important;
    padding: 15px !important;
    background-color: #fff !important;
    border: 2px solid var(--primary) !important;
}

.product-filters span.facetwp-counter,
.archive .product-sorting,
.archive .page-thumb {
    display: none;
}

.product-filters span.facetwp-display-value {
    padding: 0;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

/* Product Filter CSS - END */

/* Archive PAGE CSS - START */

.avia_cart_buttons {
    opacity: 1;
}

#top .avia_cart_buttons .button {
    font-size: 14px;
    transition: .5s;
    text-transform: capitalize !important;
}

h2.woocommerce-loop-product__title:hover,
#top .avia_cart_buttons .button:hover {
    color: var(--secondary) !important;
}

.inner_product .woocommerce-Price-amount {
    color: var(--primary);
}

.inner_product .price {
    margin-top: 15px;
    display: block;
}

h2.woocommerce-loop-product__title {
    margin-bottom: 15px !important;
    transition: .5s;
}

#top .price, #top .price span, #top del, #top ins {
    font-size: 18px;
}

.products.facetwp-template {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.products.facetwp-template .product {
    margin: 0 !important;
    width: 100% !important;
    border: 1px solid #d8d8d8;
}

@media (min-width: 481px) {
    .products.facetwp-template .product {
        width: calc(50% - 15px) !important;
    }
}

@media (min-width: 990px) {
    .products.facetwp-template .product {
        width: calc(33% - 20px) !important;
    }
}

@media (min-width: 1151px) {
    .products.facetwp-template .product {
        width: calc(25% - 22.5px) !important;
    }
}

#top .inner_product_header {
    text-align: center;
}

.archive .inner_product {
    border: none !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.facetwp-type-pager {
    text-align: center;
    margin-top: 50px;
}

button.facetwp-load-more {
    background-color: var(--secondary);
    border: none !important;
    font-size: 16px;
    color: #fff;
    padding: 12px 25px;
    letter-spacing: 0.5px;
    cursor: pointer !important;
}

button.facetwp-load-more:hover {
    opacity: .85;
}

/* Archive PAGE CSS - END */

.summary .cart {
    margin-top: 25px !important;
}

.archive nav.pagination,
.tax-product_tag .type-wrap,
.term-others .type-wrap,
.parent-term-others .type-wrap {
    display: none !important;
}

#top .related.products h2, #top .upsells.products h2 {
    font-size: 2em;
    text-transform: capitalize;
}

.archive .title_container .container,
.archive .title_container {
    background-color: transparent !important;
    border: none !important;
}

.archive .container_wrap_first {
    border: none !important;
}

.title_container .main-title {
    font-family: inherit !important;
}

/* General Type CSS - Starts*/
 
#footer .menu a {
    font-size: 16px;
}
 
.single .standard-content strong,
.avia_textblock b,
.avia_textblock strong {
    color: #333;
}

.archive .title_container.container_wrap,
span.post-meta-infos,
.error404 .title_container,
.search .title_container,
.single .title_container {
    display: none !important;
}
 
/* General Type CSS - Ends*/

.simple-iconbox {
    display: flex;
    column-gap: 40px;
}

@media (max-width: 767px) {
    .simple-iconbox {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

.simple-iconbox .wd-hybrid-box-svg {
    border: 3px solid var(--primary);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--secondary);
}

.simple-iconbox .wd-hybrid-box-svg svg {
    width: auto;
    height: 55px;
    fill: #fff;
}

.simple-iconbox h2,
.inner-text-heading h2 {
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 37px !important;
}

p.gform_required_legend {
    display: none;
}

.contact-form .gform_footer input[type=submit] {
    min-width: 220px !important;
    padding-block: 13px !important;
}

.inner-masonry .av-masonry-image-container {
    opacity: 1 !important;
}

.pro_cat_header .container {
    padding-bottom: 0 !important;
}
.pro_cat_header .top-overlay {
    position: relative;
    display: inline-block;
    background: rgb(0 0 0 / 0.6);
    margin: 240px 0 0;
    padding: 15px 25px 10px;
}
@media (max-width: 767px) {
    .pro_cat_header .top-overlay {
        margin: 80px 0;
    }
}
.pro_cat_header .main-title {
    padding: 0 0 15px !important;
    letter-spacing: 1px;
}
.pro_cat_header .main-title a {
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 1.3 !important;
    display: block;
    color: #fff !important;
}

.pro_cat_header {
    background-size: cover;
    background-position: 50% 25%;
    background-repeat: no-repeat;
}

.inner-ticklist ul {
    list-style-type: none;
    margin-left: 0;
}

.inner-ticklist ul li {
    margin-left: 0;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
}

.inner-ticklist ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #009688;
    top: 5px;
}

.footer-content {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: center;
}

span.us-flag img {
    width: 100px;
}

.global-footer .template-page {
    padding-block: 25px !important;
}

h2.footer-tagline {
    margin: 0;
    color: #fff;
    font-family: inherit;
    letter-spacing: 0 !important;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-content {
        flex-wrap: wrap;
    }

    h2.footer-tagline {
        font-size: 20px;
    }
}

#socket .copyright {
    float: none !important;
}

#socket .container {
    text-align: center;
}

.hidden-block { display: none; }
.active-block { display: block; }

.archive .term-description {
    display: none;
}

/* Custom Order for Liberty Shaker */

.child-category-69 { order: -1; }
.child-category-71 { order: -1; }
.child-category-70 { order: -1; }
.child-category-82 { order: -1; }
.child-category-145 { order: -1; }
.child-category-149 { order: -1; }

/* Custom Order for Liberty Shaker - END */

/* Menu Cart CSS */

#menu-item-shop {
    border: none !important;
}

#menu-item-shop .cart_dropdown_link {
    line-height: 68px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 0;
}
@media (max-width: 1200px) and (min-width:768px) {
    .av-burger-menu-main {
        margin-right: 0 !important;
    }

    #menu-item-shop .cart_dropdown_link {
        line-height: 90px;
        font-size: 30px;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    #menu-item-shop .cart_dropdown_link {
        font-size: 25px;
}
.wc-block-components-totals-coupon__content .wc-block-components-button {
    height: 1em !important;
}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__input-0 {
    margin-bottom: 5px !important;
}
.wc-block-components-totals-coupon__content .wc-block-components-text-input input[type="text"] {
    padding-top: 25px !important;
} 
#top .wp-block-woocommerce-checkout-fields-block select#shipping-country,
#top form.wc-block-components-shipping-calculator-address input,
#top form.wc-block-components-shipping-calculator-address select {
    padding-top: 18px !important;
    font-size: 15px !important;
}