/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/
/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Fredoka+One&display=swap");
:root {
    --font-heading: 'Fredoka One', sans-serif;
    --font-body:     'DM Sans', sans-serif;
    /* Optional: a monospace for code samples, small utility elements */
    --font-mono:     'Source Code Pro', monospace;
    --sm-theme-color:#0A74DA;
    --sm-theme-color-hover:#043B74;
    /* Colors */
      --tg-color-white-default: #fff;
      --button_background:#E53935;
      --button_color_text:#fff;
      --button_color_border:#B71C1C;
      --button_background_hover:#C62828;
      --button_background_hover_text:#fff;
      --button_color_hover_border:#8E1515; 
      --secondary_button_background:#0A74DA;
      --secondary_button_color_text:#fff;
      --secondary_button_color_border:#054A91;
      --secondary_button_background_hover:#0966C4;
      --secondary_button_background_hover_text:#fff;
      --secondary_button_color_hover_border:#043B74;
      --third_button_background:#333;
      --third_button_color_text:#fff;
      --third_button_color_border:#043B74;
      --third_button_background_hover:#043B74;
      --third_button_background_hover_text:#fff;
      --third_button_color_hover_border:#043B74;
      --overlay-color:var(--sm-theme-color);
      --overlay-color:#014567;
      /*
      */
    --page-title-padding-top:45px;
      --page-title-padding-bottom:40px;
      --page-title-font-size:40px;
      --page-title-font-color:#fff;
      --page-title-font-color-description:#fff;
      /* Line Height */
      --global--line-height-body: 1.7;
      --global--line-height-heading: 1.3;
      --global--line-height-page-title: 1.1;
      /* Spacing */
      --global--spacing-unit: 20px;
      --global--spacing-measure: unset;
      --global--spacing-horizontal: 25px;
      --global--spacing-vertical: 30px;
      /* Cover block */
      --cover--height: calc(15 * var(--global--spacing-vertical));
      --cover--color-foreground: var(--global--color-white);
      --cover--color-background: var(--global--color-black);
      --form--spacing-unit: calc(0.5 * var(--global--spacing-unit));
      --light-text:#fff;
        /* Forms */
      --form--color-text: #fff;
      --form-background-color: #333;
      --form--border-color: var(--sm-theme-color);
      --form--border-width: 1px;
      --form--border-radius: 0;
      --form--spacing-unit: 20px;
  }
  /**********************************************************************************
  global
  **********************************************************************************/
  /* 2. Apply the body (paragraph, list, form labels, etc.) font globally */
  html {
    font-family: var(--font-body);
    line-height: 1.6;
    font-size: 16px; /* adjust to taste */
    color: #333;
  }
  body{background-color: #F7F6F2;}
  /* 3. Headings: share a single “display” font */
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
  }
  /* 4. Optionally, fine-tune specific heading sizes */
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem;   }
  h3 { font-size: 1.75rem;}
  /* …etc… */
  /* 5. Monospace font only where it makes sense (code blocks, data tables, inputs) */
  code, pre, kbd, samp {
    font-family: var(--font-mono);
    background: #f5f5f5;
    padding: 0.2em 0.4em;
    border-radius: 3px;
  }
  mark{background: none !important;}
  .alignfull {max-width: 100vw; width: 100vw;}
  .entry-content .alignfull {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  /*
  .alignwide {max-width: 1320px; width: 100vw; margin:0 auto;}
  */
  .alignwide {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-right:auto;
    margin-left:auto
  }
  @media (min-width:576px) {
    .alignwide {
      max-width:540px
    }
  }
  @media (min-width:768px) {
    .alignwide {
      max-width:720px
    }
  }
  @media (min-width:992px) {
    .alignwide{
      max-width:960px
    }
  }
  @media (min-width:1200px) {
    .alignwide{
      max-width:1140px
    }
  }
  @media (min-width:1400px) {
    .alignwide{
      max-width:1320px
    }
  }
  p{font-size:14px;}
  .btn, .btn-primary, .woocommerce ul.products li.product .button, .checkout-button, .button, #comments .submit,
  .woocommerce div.product form.cart .button, .wp-element-button,
  .woocommerce-Button, button.wp-block-search__button, .wpcf7-submit, .woocommerce .cart .button, .woocommerce .cart input.button, .button, .btn.btn-primary{
    /*
    padding:6px !important;
        font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
      font-size: 16px;
          vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    gap: 10px;
    --arrow-hover-move-x: -110%;
    */
        /*
    border-radius:0 !important;
    cursor:pointer;
      -moz-user-select: none;
      transition: color .4s linear;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
   }
   .btn {
    */
    text-transform: capitalize !important;
    padding: 17px 31px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 14px !important;
    font-weight: 500 !important;
     border-radius: 30px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s 
    ease-in-out, background-color .15s 
    ease-in-out, border-color .15s 
    ease-in-out, box-shadow .15s 
    ease-in-out;
    padding: 11px 16px;
}
  .btn.btn-primary, #gform_submit_button_3{
      background:var(--button_background) !important;
      background-color:var(--button_background) !important;
      border:solid 1px var(--button_color_border) !important;
      color:var(--button_color_text) !important;
  }
  .block-btn-secondary .btn, .block-btn-secondary .btn.btn-primary{
    background: var(--secondary_button_background) none repeat scroll 0 0 !important;
    border:solid 1px var(--secondary_button_color_border) !important;
    color: var(--button_color_text) !important;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .block-btn-secondary .btn:hover, .block-btn-secondary .btn.btn-primary:hover{
    background: var(--secondary_button_background_hover) none repeat scroll 0 0 !important;
    border:solid 1px var(--secondary_button_color_hover_border) !important;
    color:var(--button_background_hover_text);
  }
  /*
  btn-third"
  */
  /*
  .btn-main:hover, .woocommerce ul.products li.product .button:hover, .checkout-button:hover, .button:hover, #comments .submit:hover, .wp-block-search__button:hover,.woocommerce div.product form.cart .button:hover, .wp-element-button:hover, .woocommerce-Button:hover, #commentform .submit:hover, #pagination a:hover, nav.woocommerce-pagination ul li a:hover, .wpcf7-submit:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover{
      background:var(--button_background_hover);
      background-color:var(--button_background_hover);
      color:var(--button_background_hover_text);
      border:solid 1px var(--button_color_hover_border);
  }
  */
  .entry-title {display: none;}
  .wp-block-heading a{color:var(--sm-theme-color); text-decoration: none;}
  .btn.btn-primary:hover, #gform_submit_button_3:hover{
      background:var(--button_background_hover) !important;
      background-color:var(--button_background_hover) !important;
      color:var(--button_background_hover_text) !important;
      border:solid 1px var(--button_color_hover_border) !important;
  }
  .btn-secondary{
    background: var(--secondary_button_background) none repeat scroll 0 0 !important;
    border:solid 1px var(--secondary_button_color_border) !important;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .btn-secondary:hover{
    background: var(--secondary_button_background_hover) none repeat scroll 0 0 !important;
    border:solid 1px var(--secondary_button_color_hover_border) !important;
  }
  .btn-outline-secondary.account-toggler{
    background: white !important;
    border:solid 1px var(--sm-theme-color) !important;
    color:var(--sm-theme-color) !important;
  }
  .btn-third, .block-btn-third .btn, .block-btn-third .btn.btn-third{
    background: var(--third_button_background) none repeat scroll 0 0 !important;
    border:solid 1px var(--third_button_color_border) !important;
    color: var(--button_color_text) !important;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .btn-third:hover, .block-btn-third .btn:hover, .block-btn-third .btn.btn-third:hover{
    background: var(--third_button_background_hover) none repeat scroll 0 0 !important;
    border:solid 1px var(--third_button_color_hover_border) !important;
    color:var(--button_background_hover_text);
  }
  .single_add_to_cart_button{
    background:var(--sm-theme-color) !important;
    border: 1px solid var(--sm-theme-color-hover) !important;
    font-weight: bold !important;
  }
  .single_add_to_cart_button:hover{
    background:var(--sm-theme-color-hover) !important;
    border: 1px solid var(--sm-theme-color-hover) !important;
  }
  .post-type-archive-product .btn{font-size:14px !important; text-align: center; display: inline-block;}
  .full-width-button{width:100%; text-align: center; padding-left:0 !important; padding-right:0 !important;}

  .button-arrow{color:#333;}
  .button-arrow:hover{color:var(--secondary_button_background)}
  /**********************************************************************************
header
  **********************************************************************************/
  .navbar-brand img{max-width: 60px;}
  .navbar-expand-lg .navbar-nav .nav-link{
    /*
    font-size:12px;
    padding: 0 6px;
    text-indent: -5px;
    */
    color: #023C5A;
    font-weight: 700;
    padding: 0 4px;
    display: block;
    font-size: 11px;
    -webkit-transition: all .3s 
ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s 
ease-out 0s;
    text-transform: capitalize;
  }
  .header-info-left a{color:#fff; text-decoration: none;}
  .header-info-left a:hover{text-decoration: underline;}
  .header-area .header-top {
       background:#0A74DA;
       font-size:12px;
  }
  .header-top .row{padding-top:6px; padding-bottom:6px;}
  .header-area .header-top .header-info-left ul li {
    color:#fff;
    display:inline-block;
    margin-right:16px;
  }
  .header-area .header-top .header-info-left ul li:last-child {
    margin-right:0px
  }
  .header-area .header-top .header-info-left ul li i {
    margin-right:10px;
    color:#fff
  }
  .header-area .header-top .header-info-right .header-social li {
    display:inline-block
  }
  .header-area .header-top .header-info-right .header-social li a {
    color:#fff;
    padding-right:12px
  }
  .header-area .header-top ul{margin-bottom:5px;}
  .header-area .header-top .header-info-right .header-social li a i {
    -webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s;
    transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    -o-transform:rotateY(0deg)
  }
  .header-area .header-top .header-info-right .header-social li a:hover i {
    color:#fff;
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg)
  }
  .header-info-right .widget p:first-child{display: none !important;}
  .header-info-right .widget p:last-child{display: none !important;}
  .header-info-right .is-search-icon svg {
    width: 22px;
    display: inline;
    top: -3px;
    position: relative;
  }
  .default-senormedia-navbar .is-form-style input.is-search-submit, .is-search-icon{ background: var(--sm-theme-color);}
  .default-senormedia-navbar .is-search-icon svg {
    width: 22px;
    display: inline;
    top:0px;
    position: relative;
    color:#fff !important; 
    filter:#fff !important; 
  }
  /*
  .is-form-style input.is-search-input{height: 29px;}
  .is-form-style button.is-search-submit{height: 29px;}
  .is-form-style input.is-search-submit, .is-search-icon{height: 29px;}
  */
.header-new #offcanvas-navbar2{display:none;}
.header-bottom-bar{background:#054A91;}
.header-bottom-bar a.nav-link{color:#fff; font-size: 16px; padding:12px 6px; border-radius: 0 !important;}
.header-bottom-bar a.nav-link:hover{    color:#fff; background: #0A74DA;}
.header-bottom-bar .dropdown-menu a{color: var(--bs-nav-link-hover-color);}
.header-bottom-bar .dropdown-item{color:#fff; font-size: 12px;  padding:10px 10px; border-bottom: 1p solid var(--button_background); border-radius: 0 !important;}
.header-bottom-bar .dropdown-item:hover{border-radius: 0 !important;}
.main-header-row{width:100%;}
.main-header-row form.is-search-form{margin-top:10px;}
.default-senormedia-navbar{
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background:var(--nav-background); background-color:var(--nav-background);
}
.animated-header{position: fixed !important; top: 0; width: 100%;
	background:var(--nav_background_animated);
	z-index: 15;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
	-moz-animation: fadeInFromNone 0.5s ease-out;
	-o-animation: fadeInFromNone 0.5s ease-out;
	animation: fadeInFromNone 0.5s ease-out;
}
.animated-header .header-bottom-bar a {
  font-size: 12px;
  padding: 6px 10px;
}
.header-bottom-bar .active, .header-bottom-bar a:focus, .header-bottom-bar .dropdown-toggle.show{border-radius: 0 !important; background: #0A74DA; color:#fff !important;}
.header-bottom-bar .dropdown-menu.show{padding:0 !important; border-radius: 0;}
.header-bottom-bar .mobile-bar-row a.btn{padding:5px; font-size: 14px;}


#masthead .navbar{padding-top:0;}

.header-top-social {
  justify-items: right;
  text-align: right;
}
.header-top-social .social-share{display:inline-block; padding:0; margin:0;}
.header-top-social .social-share ul{padding:0; margin:0;}
.header-top-social .social i{width:20px; height: 20px;     font-size: 13px; padding-top: 10px;}
.header-top-social .phone-header, .header-top-social .my-account-link{font-size:12px;}

.header-top-social .my-account-link{font-weight: bold; text-decoration: none;}
 /*
 * ----------------------------------------------------------------------------------------
 * mobile menu sidebar
 * ----------------------------------------------------------------------------------------
 */
.offcanvas-header {background-color: var(--sm-theme-color); color:#fff;}
.offcanvas-header .btn-close{background-color: red; opacity: 1; color:#fff;}
.mobile-menu-sidebar #bootscore-navbar a {
  font-size: 14px !important;
  padding: 5px !important;
  border-bottom: 1px solid #ccc;
  margin-bottom:5px;
  width: 100%;
}
.mobile-menu-sidebar .dropdown-toggle::after{
  right: 0;
  position: relative;}
.mobile-menu-sidebar .navbar-nav .dropdown-menu{padding:0 !important; border: none !important;}
  /*
 * ----------------------------------------------------------------------------------------
 * Page Image Header
 * ----------------------------------------------------------------------------------------
 */
 #page-title-section{padding-top:var(--page-title-padding-top); padding-bottom:var(--page-title-padding-bottom); min-height: 180px; z-index:50;}
 #section-top, #page-title-section {
   background: var(--sm-theme-color) no-repeat scroll center center;
   background-size:cover;
   position:relative; 
}
 .page-header-column-wrap{z-index:1;}
 /*END SECTION TOP DESIGN*/
 #page-title-section  h2, #page-title-section  h1 {
   color: var(--page-title-font-color);
   font-size: var(--page-title-font-size);
 }
 #page-title-section  p {
   color: var(--page-title-font-color-description);
   }
   /*
 .lg-section-padding { padding: 90px 0; }
*/
.lg-section-padding { padding: 60px 0; }
 .parallax_section_holder {
	background-color:rgba(0,0,0,0.7);
	background-position: center bottom;
	background-size: cover;
	background-repeat:no-repeat;
	position: relative;
	overflow: hidden;
	text-align:center;
   }
  .parallax_section_holder h3, .parallax_section_holder h4{color:var(--light-text); font-size:3.4em; padding-bottom:20px; width:100%; display:block;}
  .overlay, .overlay_parallax{position:absolute; left:0; top:0; width:100%; height:100%; background:var(--overlay-color) !important; opacity:0.7; z-index:1;}
  /* PARALLAX SECTON ONLY
  .parallax_section_holder  p {  color: var(--light-text) !important;  width:100%; display:block; font-size:1.1em;  font-weight: 300;}
   */
  .parallax_section_holder  p { width:100%; display:block; font-size:1.1em;  font-weight: 300;}
  .parallax_section_holder  a { color:var(--light-text)}
  .parallax_section_holder .container{z-index:5; position: relative;}
 .pagination li{margin-right:10px;}
 .pagination a, .pagination span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 50px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 20px;
  color: var(--tg-body-color);
  font-weight: var(--tg-fw-semi-bold);
  border: 1px solid #DDD;
  line-height: 1;
}
.pagination .current{background: var(--button_background); color: var(--button_color_text);}
/**********************************************************************
.woocommerce
***********************************************************************/
.cart-list .variation{    width: 100%; display: block !important; }
.cart-list .variation dt{font-size: 12px;}
.cart-list .variation dd p{font-weight: bold; font-size: 12px;}
.single_add_to_cart_button{max-width: 200px;}
.woocommerce-MyAccount-navigation{margin:0;}
.woocommerce-MyAccount-navigation .list-group{}
.woocommerce-MyAccount-navigation .list-group-item{ color:var(--sm-theme-color); padding:12px 6px; margin-bottom:8px; font-weight: bold; font-size: 14px; border-radius: 0; }
.woocommerce-MyAccount-navigation .list-group-item[aria-current="page"]{background:var(--sm-theme-color); font-weight: bold; color:#fff;}

.my-offcanvas-account .woocommerce-MyAccount-content h2{display: none !important;}




.scrennshot-pics img{width: 100%;}
.dashboard-main-boxes{}

/**********************************************************************
grid list
***********************************************************************/
/*
.equal-row .woocommerce-loop-product__title {
  background: #f0f0f0;
  flex: 1;  
}
*/
.custom-home-grid{margin-bottom:10px;}
.card-title{font-size:20px;     margin-bottom: 14px;}
.card-title a{ color:#054A91; text-decoration: none;}
.card-list-view .card-body{padding:0;}
.card-list-view .card-title{padding:15px 0 10px; display:block;}
.card-list-view .card-body{display:block !important; }
.sm-card-image-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sm-card-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.sm-card-overlay {
  position: absolute;
  z-index: 2;
}
/* Corners */
.sm-card-overlay-bl { left: 0.75rem; bottom: 0.75rem; }
/*
.sm-card-overlay-br { right: 0.75rem; bottom: 0.75rem; }
*/
.sm-card-overlay-br {
  right: 0;
  bottom:0;
  left: 0;
  text-align: center;
}
.sm-card-overlay-tl { left: 0.75rem; top: 0.75rem; }
.sm-card-overlay-tr { right: 0.75rem; top: 0.75rem; }
/* Optional strip under image */
.sm-card-image-code {
  margin-top: 0.5rem;
}
.bottom-card-buttons .btn {
  font-size: 10px !important;
  padding: 10px 0 !important;
  width: 100%;
}
.sm-list-card .bottom-card-buttons .btn{margin-bottom:10px;}
/*
.cpt-after-content .add-to-cart-container a.product_type_simple{display: none !important;}
.cpt-after-content .add-to-cart-container p a.product_type_simple{display: block !important;}
*/
.sidebar-right-wrap  h3{font-size: 16px;}
.sm-card-image-wrap .btn{font-size:10px !important;     padding: 6px 6px !important;}
.sidebar-right-wrap .btn{font-size:11px !important;  padding: 4px !important;}
.sidebar-right-wrap  .card-body {padding-top:5px !important; padding-bottom:8px !important;}
.sidebar-right-wrap  .card-title {
  font-size: 13px;
  margin-bottom: 14px;
}
.sidebar-right-wrap  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{    width: 80px;}
.sidebar-right-wrap  .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{font-size:11px; text-decoration: none;}
.sidebar-right-wrap  .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{font-size:12px; border:solid 1px #e8e5e5; margin-bottom:10px; border-radius: 10px; background-color:#fff;}
.sidebar-right-wrap  .woocommerce-Price-amount.amount{padding-left: 15px;}
.sidebar-right-wrap .product-title {
  padding-top: 10px;
  display: block;
  padding-left: 15px;
}
.sidebar-right-wrap #cj_service_dog_search_results{max-width: 100%;}
.sidebar-right-wrap .rounded{max-width: 50;}
.sidebar-right-wrap .fw-semibold{white-space: normal; font-size: 12px;}
.category-breeds-buttons .btn {
  margin-bottom: 10px;
  font-size: 14px;
  width: 100% !important;
  padding: 10px 0 !important;
}

.sidebar-right-wrap .offcanvas-lg{max-width:87%;}
.sidebar-right-wrap .close-right-sidebar{    width: 50px; --bs-btn-close-bg:none;}
.sidebar-right-wrap .close-right-sidebar span{
  position: relative;
  top: -5px;
}

.sidebar-products-list .card{}
/*
.cpt-grid .cptg-list .card-body{display:flex;gap:1rem;align-items:flex-start;padding:0;}
.cpt-grid .cptg-list .cptg-media{flex:0 0 275px; max-height:275px}
.cpt-grid .object-fit-cover{object-fit:cover}
.cpt-grid .cptg-alpha-index{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}
.cpt-grid .cptg-alpha-index .btn[aria-disabled="true"]{pointer-events:none;opacity:.5}
.cptg-list{margin-top:20px;}
.cptg-list .card-title{font-size:14px;padding-top:15px;}
.cptg-list .column_list_class{margin-top:0!important;}
.cptg-more-wrap{text-align:center;margin-top:1rem}
.cptg-loading{opacity:.6;pointer-events:none;}
*/
.under-hero-boxes-home .card{border-radius: 0 !important;     border: solid 1px #0393e3;}
.card-buttons a{font-size:12px;     padding: 10px 8px; margin-bottom: 10px;}
.card-buttons .ss-btn{    padding: 0; }
/* Sticky toolbar beneath headers/admin bar */
 
.cptg-toolbar:before{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:rgba(0,0,0,.08)}
/* Optional smoother changes when autoload appends */

.cptg-toolbar {
  /*
  position: sticky;
  background: #fff;
  top: var(--cptg-sticky-top, 0px);
  */
  z-index: 101;
  padding-top: .5rem;
  padding-bottom: .5rem;
  top: 104px;
}
/*
 .cptg-toolbar{
  position: sticky;
  top: var(--cptg-sticky-top, 0px);
  z-index: 999101;
  background: #fff;         
}
 */
/* When sticky is active, go full viewport width even inside .container/.col-* */
.cptg-toolbar.is-sticky-sort{
  width: 100vw;
  max-width: 100vw;
  left: -9%;
  right: auto;
  transform: translateX(0%);

  /* optional: make it look like a real sticky bar */
    padding-top: .5rem;
  padding-bottom: .5rem;
}

.cptg-items .card{transition:transform .15s ease, box-shadow .15s ease;     border-color: #E0E0E0 !important;}
.cptg-items .card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.08);}
.cpt-alpha-index .cpt-alpha-nav {
  position: sticky;
  top: 96px; /* Sticks to the top of the viewport when scrolled */
  /* Add other styling like background-color, padding, etc. */
  z-index: 10;
  --sticky-top: 96px;
  background:#F7F6F2;
  padding:10px 5px 5px;
}
/*
.cptg-toolbar.is-sticky-sort{
  width: calc(100% + var(--bs-gutter-x));
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
}
*/

.dog-state-law-top-image img{max-width:200px !important;}
.dog-breed-top-image img{max-width:420px !important;}
.working_dog-top-image img{max-width:420px !important;}
.top-of-post-image img{max-width:290px !important;}

.image-top-left img{}

.remove-product-stuff [data-thumb]{display: none;}
.bootscore-footer-columns{display: none !important;}
.top-button{ left: 1%;
  right: 0;
  max-width: 50px;
}
.header-actions a.btn {
  padding: 9px 7px !important;
  font-size: 12px !important;
}
.cart-toggler{
  background: var(--button_background) !important;
  background-color: var(--button_background) !important;
  border: solid 1px var(--button_color_border) !important;
  color: var(--button_color_text) !important;
}
.cart-toggler:hover{
  background: var(--button_background_hover) !important;
  background-color: var(--button_background_hover) !important;
  color: var(--button_background_hover_text) !important;
  border: solid 1px var(--button_color_hover_border) !important;
}
.cart-toggler .cart-total{display: none !important;}
.cart-toggler .cart-content-count{display: none !important;}
.open-sidebar-wrap .btn{border-color: #fff; color: #fff;}
 /***************************************************************************************************
Search Modal
******************************************************************************************************/
#searchModal .modal-content{background: #F7F6F2;}
 /***************************************************************************************************
Breadcrumbs
******************************************************************************************************/
/* ===== Breadcrumbs ===== */
nav.fusion-breadcrumbs {
	margin-top: .75rem;
	font-size: .9rem;
	color: #fff;
  margin: 10px auto;
  display:block;
  }
  nav.fusion-breadcrumbs ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: .25rem .5rem;
	padding: 0;
	margin: 0;
  }
  nav.fusion-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	white-space: nowrap;
  }
  nav.fusion-breadcrumbs a {
	color: inherit;
	text-decoration: none;
	transition: opacity .15s ease;
  }
  nav.fusion-breadcrumbs a:hover { opacity: .9; text-decoration: underline; }
  nav.fusion-breadcrumbs a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
	border-radius: 3px;
  }
  /* Current page crumb */
  nav.fusion-breadcrumbs [aria-current="page"] {
	color: #3174e3;
	font-weight: 600;
  }
  /* Separator that your PHP outputs as <span class="sep"> */
  nav.fusion-breadcrumbs .sep {
	opacity: .6;
	margin: 0 .25rem;
  }
#breadcrumbs{display: inline-block;}
#breadcrumbs span a{background: #fff; border-radius: 5px; color:#333; padding: 4px; font-size: 12px; text-decoration: none !important;}
#breadcrumbs span span{background: #fff; border-radius: 5px; color:#333; padding: 4px; font-size: 12px; text-decoration: none !important;}
.breadcrumb_last{background:var(--button_background) !important; color: #fff !important; font-weight: bold;}
.back-button{padding:3px 6px !important; color:#fff !important; text-decoration: none; font-size: 12px !important; background: var(--secondary_button_background) !important; border-color: var(--secondary_button_color_border) !important; margin-right: 10px;}
.back-button:hover{background: var(--secondary_button_background_hover) !important;}

/*
.woocommerce-Tabs-panel--description h2{display: none;}
*/
.card-overlay-link{position: relative;}
.box {
  position: relative;
}
.box .text {
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 0;
  left: 0;
  background: rgba(178, 0, 0, 0.8);
  font-family: Arial, sans-serif;
  color: #fff;
  width: 100%;   /* Set the width of the positioned div */
  height: 10%;
  margin: 0;     /* Remove default margin from h4 */
  display: flex;
  align-items: center;
  justify-content: center;
}
 /***************************************************************************************************
Editing Paage Dront End
******************************************************************************************************/
.qt_fc_content_editor_toolbar{}
#content-editor-box .button{background: none !important;     font-size: 12px !important;     margin-bottom: 10px;
  margin-top: 10px;}
#content-editor-box .button:hover{background-color: var(--button_background) !important; color:var(--button_color_text);}
.table-for-custom-data thead{font-size:12px; }
.table-for-custom-data a {
  padding: 6px 8px !important;
  font-size: 12px !important;
}
.table-for-custom-data {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.table-for-custom-data caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.table-for-custom-data tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
.table-for-custom-data th,
.table-for-custom-data td {
  padding: .625em;
  text-align: center;
  font-size:12px;
}
.table-for-custom-data th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .table-for-custom-data {
    border: 0;
  }
  .table-for-custom-data caption {
    font-size: 1.3em;
  }
  .table-for-custom-data thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-for-custom-data tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .table-for-custom-data td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .table-for-custom-data td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-for-custom-data td:last-child {
    border-bottom: 0;
  }
}
/* Show dropdown on mobile, hide sidebar nav */
.wc-myaccount-mobile-dropdown { display: none; }
@media (max-width: 768px) {
  .wc-myaccount-mobile-dropdown { display: block; }
  .entry-content .woocommerce-MyAccount-navigation { display: none; }
  .wc-myaccount-select{
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
}
 /***************************************************************************************************
trainer info
******************************************************************************************************/
.profile-view .thumb-lg {
  height: 88px;
  width: 88px;
}
.profile-view  .profile-user-box {
  position: relative;
  border-radius: 5px;
  background:url(/wp-content/uploads/2025/11/service-dog-breeds-golden-retriever-therapy-dog.jpg);
   min-height: 360px;
 
  background-size: cover;        /* fills the div */
  background-position: center;   /* keeps image centered */
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;          /* widescreen */
  width: 100%;
}
.profile-view  .bg-custom {
  background-color: #02c0ce!important;
}
.profile-view  .profile-user-box {
  position: relative;
  border-radius: 5px;
}
.profile-view  .card-box {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #fff;
}
.profile-view  .inbox-widget .inbox-item img {
  width: 40px;
}
.profile-view  .inbox-widget .inbox-item {
  border-bottom: 1px solid #f3f6f8;
  overflow: hidden;
  padding: 10px 0;
  position: relative
}
.profile-view  .inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px
}
.profile-view  .inbox-widget .inbox-item img {
  width: 40px
}
.profile-view  .inbox-widget .inbox-item .inbox-item-author {
  color: #313a46;
  display: block;
  margin: 0
}
.profile-view  .inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: 14px;
  margin: 0
}
.profile-view  .inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 12px
}
.profile-view  .comment-list .comment-box-item {
  position: relative
}
.profile-view  .comment-list .comment-box-item .commnet-item-date {
  color: #98a6ad;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px
}
.profile-view .comment-list .comment-box-item .commnet-item-msg {
  color: #313a46;
  display: block;
  margin: 10px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px
}
.profile-view .comment-list .comment-box-item .commnet-item-user {
  color: #98a6ad;
  display: block;
  font-size: 14px;
  margin: 0
}
.profile-view .comment-list a+a {
  margin-top: 15px;
  display: block
}
.profile-view  .ribbon-box .ribbon-primary {
  background: #2d7bf4;
}
.profile-view  .ribbon-box .ribbon {
  position: relative;
  float: left;
  clear: both;
  padding: 5px 12px 5px 12px;
  margin-left: -30px;
  margin-bottom: 15px;
  font-family: Rubik,sans-serif;
  -webkit-box-shadow: 2px 5px 10px rgba(49,58,70,.15);
  -o-box-shadow: 2px 5px 10px rgba(49,58,70,.15);
  box-shadow: 2px 5px 10px rgba(49,58,70,.15);
  color: #fff;
  font-size: 13px;
}
.profile-view  .text-custom {
  color: #02c0ce!important;
}
.profile-view  .badge-custom {
  background: #02c0ce;
  color: #fff;
}
.profile-view .badge {
  font-family: Rubik,sans-serif;
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
  box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
  padding: .35em .5em;
  font-weight: 500;
}
.profile-view  .text-muted {
  color: #98a6ad!important;
}
.profile-view  .font-13 {
  font-size: 13px!important;
}
.share-campaign-box .social ul li{margin:0;}
.share-campaign-box .social i {
  width: 30px;
  height: 30px;
  font-size: 15px;
  padding-top: 15px;
}


.user-profiles .social-share{display: inline-block;}

.social-share-bottom-artitles i{
  width: 40px !important;
  height: 40px !important;
  font-size: 22px !important;
  text-align: center;
  padding-top: 19px !important;

}


.box-on-banner-fundraiser{
  background-color: rgba(0,0,0,0.2);
  padding: 4px;
}



#smfs_editor_image {
  font-size: 0; /* hides default text */
}

#smfs_editor_image::file-selector-button {
  font-size: 14px;
  padding: 8px 16px;
  background-color: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#smfs_editor_image::file-selector-button:hover {
  background-color: #0b5ed7;
}
.payment-method{}
.payment-btn {
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 6px 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}
.payment-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.payment-btn:active {
  transform: translateY(0);
}
.paypal-btn {
  background-color: #0070ba;
  color: white;
}
.cashapp-btn {
  background-color: #000000;
  color: white;
}
.zelle-btn {
  background-color: #1790fc;
  color: white;
}
.stripe-btn {
  background-color: #6772e5;
  color: white;
}
.payment-icon {
  margin-right: 10px;
}
.payment-method.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}
.btn-container {
  text-align: center;
  margin: 20px 0;
}
.btn-container h2 {
  margin-bottom: 30px;
  font-weight: 700;
}


.buy-new-slots-fundraiser .woocommerce-product-gallery, .buy-new-slots-fundraiser .product_meta, .buy-new-slots-fundraiser .woocommerce-tabs, .buy-new-slots-fundraiser .woocommerce-Price-amount, .buy-new-slots-fundraiser .woocommerce-product-details__short-description{display:none !important;}
.buy-new-slots-fundraiser  .entry-summary{width: 100% !important;}
.buy-new-slots-fundraiser  .wc-pao-addon-description{display:none;}


.buy-new-slots-fundraiser label[data-addon-name="Purpose Of A Service Dog Fundraiser"] {
  display: none;
}

.buy-new-slots-fundraiser .related, .buy-new-slots-fundraiser .woocommerce-tabs{display: none !important;}

.buy-new-slots-fundraiser .quantity{width:100%; margin-bottom: 20px !important;}
.buy-new-slots-fundraiser .wc-pao-addons-container{width:100%;}
.create-new-slot-button{}


.sm-below-add-to-cart .social{text-align: left !important;}

 /***************************************************************************************************
Address autocomplete create
******************************************************************************************************/
.autocomplete_sm {
  position: relative;
}
.autocomplete_sm ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 55;
  border: solid 1px #ccc;
}
.autocomplete_sm li {
  padding: 8px;
  font-size: 14px;
  border-bottom: solid 1px #ccc;
  background: white;
  width: 100%;
  color: #000;
  margin: 0 !important;
  cursor: pointer;
}
.autocomplete_sm li a {
  text-decoration: none;
  color: #000;
  display:block;
  cursor:pointer; 
}
.autocomplete_sm li:last-child {
  border: none;
}
#preloader-addressauto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff; /* Or any background color/image */
  z-index: 9999; /* Ensure it's on top of other content */
  display: flex; /* For centering the loader */
  justify-content: center;
  align-items: center;
  border: solid 1px #ccc;
}
.loader-addressauto {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite; /* CSS animation for spinning */
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* Hide the zoom trigger icon */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none !important;
}
/* Hide the zoom lens/window if it appears separately */
.zoomWindowContainer, .zoomLens {
  display: none !important;
}
/*
.home-link-button > a{
  position: relative;
  display: inline-block;
  padding-left: 1.2em; 
}
.home-link-button > a{
  overflow: hidden;
  white-space: nowrap;
  width: 1.2em;        
}
.home-link-button > a::before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
*/


.align-width-disable{max-width:1280px !important;}


.woocommerce-MyAccount-content p:nth-child(3) {
  display: none !important;
}

 /***************************************************************************************************
Side Social
******************************************************************************************************/
.side-box {
  position: absolute;
  left: 0;
  top: 50vh;
  transform: translateY(-50%);
  width: 50px;
  background: #007bff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  z-index: 100;
}
.side-box button{padding:0; margin: 0;;}
.sharebuttons a { color: #fff !important; }
.btn-facebook { background: #3b5998;}
.btn-twitter { background: #00acee;}
.btn-google { background: #dd4b39;}
.btn-pinterest { background: #c8232c;}
.btn-linkedin { background: #0e76a8;}
.btn-facebook:hover { background: #2f4679;}
.btn-twitter:hover { background: #0089bd;}
.btn-google:hover { background: #b03b2d;}
.btn-pinterest:hover { background: #9f1b23;}
.btn-linkedin:hover { background: #0b5e85;}


 /***************************************************************************************************
add prefill
******************************************************************************************************/
.prefill-assistance-wrap .woocommerce-product-gallery, .prefill-assistance-wrap .product_meta, .prefill-assistance-wrap .woocommerce-tabs, .prefill-assistance-wrap .woocommerce-Price-amount, .prefill-assistance-wrap .woocommerce-product-details__short-description{display:none !important;}
.prefill-assistance-wrap  .entry-summary{width: 100% !important;}


.new-section-request{border: solid 1px #f2f1f1; padding: 6px; background: #fff; }
.toggle-new-service-dog{margin:0 auto; width: 100%;}

#new-section-request{border: solid 1px #f2f1f1; padding: 6px; background: #fff; }
#toggle-new-fundraiser{margin:0 auto; width: 100%;}


#gform_submit_button_3{margin:0 auto;}
 /***************************************************************************************************
Mobile
******************************************************************************************************/
@media (max-width: 1028px){
  .header-top-social .phone-header, .header-top-social .my-account-link{font-size:12px;}

} 
@media (max-width: 960.98px) { 
  .cpt-alpha-index .cpt-alpha-nav{
    top: 126px;
    --sticky-top: 126px;
  }
}
@media (max-width: 575.98px) { 
}

@media (max-width: 767.98px) { 


  .full-width-mobile, .cpt-alpha-index .cpt-alpha-nav {
    /*
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    width: 90vw;
    margin-left: calc(-45vw + 50%);
    */
    width: 95vw;
    margin-left: calc(-47.5vw + 50%);
  }
  .cptg-toolbar { 
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 10px 0 10px 14px;
    top:134px;
  }
  .cpt-alpha-index .cpt-alpha-nav {
    padding: 10px 12px 5px;
    top: 116px;
    --sticky-top: 116px;
  }
  


}
@media (max-width: 991.98px) { 
  .header-actions a.btn {
      padding: 11px 15px !important;
      font-size: 14px !important;
  }
}
@media (max-width: 1199.98px) { 
}
@media (max-width: 1399.98px) { 
}
@media (max-width: 740px) {
  .stf-title{font-size:12px;}
  .stf-resources .stf-actions a{font-size:10px;}
  .cptg-toolbar{top:123px; /* background:var(--sm-theme-color); */ }
  .cptg-toolbar .btn {
    width: 100% !important;
    font-size: 14px;
    display: block;
    padding: 6px 10px;
  }
}
@media (max-width: 640px) {
  .sm-card-image-wrap .btn {
    font-size: 14px !important;
    padding: 6px 10px !important;
    font-weight: bold !important;
  }
  .bottom-card-buttons .btn {
    font-size: 14px !important;
    padding: 10px 0 !important;
    width: 100%;
  }
  #breadcrumbs span a{font-size: 10px;}
  .image-top-left img{width:100% !important;}

  .trainer-state-list .btn{padding:6px 8px; font-size: 11px !important;}
  /*
  #breadcrumbs span:first-child,
  #breadcrumbs span:first-child + span {
    display: none !important;
  }
  */
  .mobile-gallery-box img{width:100%;}
}
@media (max-width: 540px) {
  #breadcrumbs {display: none !important;}
}