/*
Theme Name: First Theme
Theme URI: https://firstinternet.co.uk
Description: Child theme for Botiga with SCSS + Gulp build
Author: Patrick Quirke
Template: botiga
Version: 1.0.0
Text Domain: botiga-child
*/

/* Core brand font */
.carex-font {
    font-family: "ff-cocon-pro", sans-serif;
}

/* Condensed / Extra Condensed families */
.carex-font-condensed {
    font-family: "ff-cocon-pro-condensed", sans-serif;
}

.carex-font-extra-condensed {
    font-family: "ff-cocon-pro-extra-cn", sans-serif;
}

/* Weight + style helpers (optional) */
.carex-regular { font-weight: 400; font-style: normal; }
.carex-italic  { font-weight: 400; font-style: italic; }
.carex-bold    { font-weight: 700; font-style: normal; }
.carex-bold-italic { font-weight: 700; font-style: italic; }

html:lang(en-GB) h1,
html:lang(en-GB) h2,
html:lang(en-GB) h3,
html:lang(en-GB) h4,
html:lang(en-GB) h5,
html:lang(en-GB) h6,
html:lang(en-GB) .bhfb-header .main-navigation,
html:lang(en-GB) .bhfb-header .secondary-navigation,
html:lang(en-GB) strong,
html:lang(en-GB) .category-button a,
html:lang(en-GB) .woocommerce-loop-product__title a,
html:lang(en-IE) h1,
html:lang(en-IE) h2,
html:lang(en-IE) h3,
html:lang(en-IE) h4,
html:lang(en-IE) h5,
html:lang(en-IE) h6,
html:lang(en-IE) .bhfb-header .main-navigation,
html:lang(en-IE) .bhfb-header .secondary-navigation,
html:lang(en-IE) strong,
html:lang(en-IE) .category-button a,
html:lang(en-IE) .woocommerce-loop-product__title a,
html:lang(id-ID) h1,
html:lang(id-ID) h2,
html:lang(id-ID) h3,
html:lang(id-ID) h4,
html:lang(id-ID) h5,
html:lang(id-ID) h6,
html:lang(id-ID) .bhfb-header .main-navigation,
html:lang(id-ID) .bhfb-header .secondary-navigation,
html:lang(id-ID) strong,
html:lang(id-ID) .category-button a,
html:lang(id-ID) .woocommerce-loop-product__title a,
html:lang(en-US) h1,
html:lang(en-US) h2,
html:lang(en-US) h3,
html:lang(en-US) h4,
html:lang(en-US) h5,
html:lang(en-US) h6,
html:lang(en-US) .bhfb-header .main-navigation,
html:lang(en-US) .bhfb-header .secondary-navigation,
html:lang(en-US) strong {
    font-family: 'ff-cocon-pro', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
}

html:lang(en-GB) p,
html:lang(en-IE) p,
html:lang(en-US) p,
.woocommerce-page-header .page-description,
.woocommerce-page-header .term-description {
    color: #004990;
}

.bhfb .main-navigation a.botiga-dropdown-link,
.woocommerce-loop-product__title a {
    color: #004990 !important;
}

.ws-svg-icon {
    width: 20px !important;
    height: 20px !important;
}

nav .ws-svg-icon {
    width: 14px !important;
    height: 14px !important;
}

.site-title,
.site-description,
h1.site-title,
p.site-description {
	display: none !important;
}

.custom-logo-link+.site-title {
    margin-top: 0 !important;
}

.white-link h3 a {
    color: #fff !important;
}

.background.teal {
	background-color: #B5EDF0!important;
}

.content-wrapper {
	margin-top: 0px;
	margin-bottom: 0px !important;
}

.entry-header {
	text-align: left;
}

h3.product-sizes__title {
    font-size: 18px !important;
    padding-top: 20px;
}

.accordion-item__toggle {
    color: #012169 !important;
}


html:lang(en-GB) .entry-header {
	text-align: center;
}

html:lang(en-US) footer .bhfb-row-wrapper.bhfb-main_footer_row {
	display: none;
}

.blog header.page-header {
	padding-bottom: 80px;
}

h1 {
	color:#009fdf;
}

h1.entry-title.page-title {
    text-align: center;
}

h2.h2-30 {
    margin-top:30px !important;
}

.hover-blue a:hover {
    color: #004990 !important;
}

.no-padding {
	padding: 0 !important;
	gap: 0 !important;
}

body:not(.botiga-page-builder-mode) .no-sidebar .entry-content .alignfull,
body:not(.botiga-page-builder-mode) .no-sidebar .blocks-content .alignfull {
	padding-left: 0 !important;
	padding-right:  0 !important;
}

img {
	vertical-align: inherit;
}

:root :where(.is-layout-flow) > * {
	margin-block-start: 5px !important;
}

footer .bhfb-row.bhfb-cols-layout-bigleft.bhfb-cols-3 {
    grid-template-columns: 5fr 2.5fr 2.5fr;
}

html:lang(en-NG) footer .bhfb-row.bhfb-cols-layout-bigleft.bhfb-cols-3 {
    grid-template-columns: 4fr 3fr 3fr;
}

@media (max-width: 767px) {
    .bhfb-footer .bhfb-row.bhfb-cols-2,
    .bhfb-footer .bhfb-row.bhfb-cols-3,
    .bhfb-footer .bhfb-row.bhfb-cols-4,
    .bhfb-footer .bhfb-row.bhfb-cols-5,
    .bhfb-footer .bhfb-row.bhfb-cols-6 {
        grid-template-columns: 1fr !important;
    }
}

html:lang(en-NG) .bhfb-main_footer_row {
	background-color: #2A4F11;
}

html:lang(en-NG) .bhfb-below_footer_row {
    background-color: #1D370B;
}

html:lang(en-NG) .bhfb-footer .bhfb-component-social .social-profile > a svg {
	fill:#ffffff;
}

html:lang(en-NG) .botiga-credits {
	color:#ffffff;
}

html:lang(id-ID) .bhfb-column.bhfb-column-2 {
    min-width: 300px;
}

html:lang(id-ID) .bhfb-column.bhfb-column-3,
html:lang(id-ID) .social-profile,
html:lang(id-ID) .bhfb-below_footer_row .bhfb-column.bhfb-column-1{
    display: none;
}

html:lang(id-ID) .bhfb-below_footer_row .bhfb-column.bhfb-column-2 {
    min-width: 1140px;
	align-items: flex-start;
}

html:lang(en-NG) .widget .social-profile a {
    color: #ffffff !important;
}

html:lang(en-NG) .widget .social-profile .ws-svg-icon svg:not(.stroke-based) {
	fill: #fff !important;
}

html:lang(en-NG) .nigeria-footer-form p {
    color: #B4B4B4 !important;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
}
html:lang(en-NG) h1,
html:lang(en-NG) h2,
html:lang(en-NG) h3,
html:lang(en-NG) h4,
html:lang(en-NG) h5,
html:lang(en-NG) h6,
html:lang(en-NG) input {
    font-family: 'Oswald', Arial, sans-serif !important;
}

html:lang(en-NG) h6 {
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 23px !important;
    line-height: 34.5px !important;
    font-weight: 700 !important;
}

html:lang(en-NG) body {
    font-family: 'Poppins', Arial, sans-serif;
}

html:lang(en-NG) p {
    font-family: 'Poppins', Arial, sans-serif;
}

html:lang(en-NG) .nigeria-footer-form input.gform_button {
    background-color: #ECF252 !important;
    color: #000 !important;
    width: 100% !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

html:lang(en-NG) .nigeria-footer-form .gform_footer {
    margin-block-start: 10px !important;
}


.wp-container-core-columns-is-layout-ccedf9e1 {
    margin-block-start: 0px !important;
    margin-top: 0 !important;
}

.wp-container-core-columns-is-layout-ccedf9e1 figure.wp-block-image {
    margin-block-start: 0px !important;
}

figure.wp-block-image {
    margin-block-start: 0px !important;
	margin: 0;
}

.accordion-corona .wp-block-details {
    padding: 20px !important;
    background-color: #dff7f8 !important;
	margin-bottom: 20px !important;
}

.carex-animated-gif figure {
	margin-top:0 !important;
}

.entry-content a {
    text-decoration: none;
}

li#menu-item-2131-en,
li#menu-item-2111-en,
li#menu-item-2114-en,
li#menu-item-2115-en{
    display: none !important;
}


.contact-us-form input#gform_submit_button_2 {
    background-color: #012169 !important;
    border-radius: 0 !important;
}

.wtb-title {
    grid-column: 1 / -1;   /* span all columns */
    margin: 0 0 16px;
}

.wtb-items {
    grid-column: 1 / -1;   /* keep buttons on the next row too */
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* or whatever you want for the buttons */
    gap: 16px;
    align-items: center;
    justify-items: start;
}

h3.bv-reviews-heading {
    text-align: center !important;
}


/* Start hidden to avoid an empty block
.bv-reviews-wrapper {
    display: none;
}*/

/* When JS confirms BV rendered, reveal it */
.bv-reviews-wrapper.bv-is-ready {
    display: block;
}

/* Bazaarvoice adds this class when reviews exist */
.bv-reviews-wrapper:has(#customer-reviews .bv-content) {
    display: block;
}

.wp-block-woocommerce-product-collection.related-products-section h2.wp-block-heading,
.wp-block-woocommerce-product-collection h2.wp-block-heading {
    font-size: 36px !important;
    line-height: 46px !important;
}

.image-text-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media (max-width: 980px) {
    .bhfb-main_footer_row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.botiga-credits {
    font-size: 12px;
}


@media (max-width: 980px) {
    .wc-block-grid__products .wc-block-grid__product-image img {
        max-width: 70% !important;
        width: 70% !important;
        margin: 0 auto;
    }
}

.accordion-faqs h3 {
    font-weight: 400 !important;
    color: #012169 !important;
}


a.botiga-buy-now-button {
  display: none;
}

.wtb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: center;
  justify-items: start;
}
.wtb-grid .wtb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  background: #fff;
  text-decoration: none;
}
.wtb-grid .wtb-item img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}
.wtb-grid .wtb-item:hover, .wtb-grid .wtb-item:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .wtb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .wtb-grid {
    grid-template-columns: 1fr;
  }
}

.woocommerce-pagination li .page-numbers:hover,
.woocommerce-pagination li .page-numbers:focus,
.woocommerce-pagination li .page-numbers.current {
    color: #fff !important;
}

/*# sourceMappingURL=main.css.map */


.related.products {
    padding-top:0 !important;
    padding-bottom: 0 !important;
}

.related.products h2 {
    text-align: center !important;
}

.related.products>.products {
    border-top: 0px !important;
    padding-top: 30px !important;
    margin-top: 0px !important;
}

hr.bv-reviews-hr.bv-reviews-hr-bottom {
    display: none !important;
}

.nigeria-contact {
    position: relative !important;
    z-index: 9999 !important;
}

.nigeria-contact h5 {
    color: #000 !important;
    font-feature-settings: 'kern' !important;
    margin-bottom: 0 !important;
    font-family: "Oswald", Sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    letter-spacing: -0.027em !important;
    margin-block-start: 0px !important;
}

.nigeria-contact p,
.nigeria-contact p a {
    color: #4a4949 !important;
    font-feature-settings: 'kern' !important;
    margin-bottom: 0 !important;
    font-family: "Oswald", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

[data-bv-rating] .bv_main_container,
[data-bv-show=inline_rating] .bv_main_container {
    flex-wrap: nowrap !important;
}

.tax-product_cat .woocommerce-page-header {
    padding-bottom: 0px;
}

.tax-product_cat .product-category-item-layout1 {
    padding-bottom: 60px;
}

html:lang(en-US) .social-profile .ws-svg-icon svg:not(.stroke-based),
html:lang(en-GB) .social-profile .ws-svg-icon svg:not(.stroke-based),
html:lang(en-IE) .social-profile .ws-svg-icon svg:not(.stroke-based),
html:lang(en-ID) .social-profile .ws-svg-icon svg:not(.stroke-based) {
    fill: #004990;
}
