/*
 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
*/
:root {

  --sm-theme-color:#001950;
  --sm-theme-color-hover:#001950;
  --bs-primary:#001950 !important;
	/* Colors */
	--global--dark-blue: #001950;
	--global--dark-blue-hover: #001031;
	--tg-color-white-default: #fff;


  --primary-background-color:#e9292b;
  --primary-gradient-second-background-color:#c51f21;


  --page-title-padding-top:50px;
	--page-title-padding-bottom:50px;
	--page-title-font-size:40px;
	--page-title-font-color:#fff;
	--page-title-font-color-description:#fff;

  --overlay-color:rgba(0,0,0,.7);

	/* 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
**********************************************************************************/
.alignfull {max-width: 100vw; width: 100vw;}

/*
.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, .button, .btn.btn-primary{
  user-select: none;
  -moz-user-select: none;
  background: var(--primary-background-color) none repeat scroll 0 0 
  !important;
  background-color: var(--primary-background-color) none repeat scroll 0 0;
  border: 1px solid var(--primary-gradient-second-background-color) !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: var(--tg-color-white-default) !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 14px 22px 14px 22px !important;
  text-align: center;
  text-transform: capitalize;

  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;

  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  gap: 10px;
  --arrow-hover-move-x: -110%;
}



.usa-canada-btn-wrap a:nth-child(2){
  background: var(--primary-background-color) none repeat scroll 0 0 !important;
  border:solid 1px var(--primary-gradient-second-background-color) !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;
}

.post-type-archive-product .btn{font-size:14px !important; text-align: center; display: inline-block;}


.btn-secondary{
  background: var(--global--dark-blue) none repeat scroll 0 0 !important;
  border:solid 1px var(--global--dark-blue) !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;
}


.single_add_to_cart_button{
  background:var(--sm-theme-color) !important;
  border: 1px solid var(--sm-theme-color-hover) !important;
  font-weight: bold !important;
}


.btn:hover, .button:hover, .usa-canada-btn-wrap a:nth-child(2):hover, .btn.btn-primary:hover{
  background: var(--primary-gradient-second-background-color) none repeat scroll 0 0 !important;
}

.btn-secondary:hover{
  background: var(--global--dark-blue-hover) none repeat scroll 0 0 !important;
  border:solid 1px var(--global--dark-blue-hover) !important;
}


.btn-outline-secondary.account-toggler{
  background: white !important;
  border:solid 1px var(--global--dark-blue-hover) !important;
  color:var(--global--dark-blue-hover) !important;
}


.wp-block-heading a{color:var(--sm-theme-color); text-decoration: none;}


.block-btn-secondary .btn, .block-btn-secondary .btn.btn-primary{
  background: var(--global--dark-blue) none repeat scroll 0 0 !important;
  border:solid 1px var(--global--dark-blue) !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(--global--dark-blue-hover) none repeat scroll 0 0 !important;
  border:solid 1px var(--global--dark-blue-hover) !important;
}



.entry-title {display: none;}

/***************************************************************************************************
Input STYLES
******************************************************************************************************/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea, .form-control {
  /*
	background:var(--form-background-color);
	background-color:var(--form-background-color);
	border: var(--form--border-width) solid var(--form--border-color);
	border-radius: var(--form--border-radius);
	color: var(--form--color-text);
	margin: 0 2px 10px;
  line-height: var(--global--line-height-body);
  */
	padding:13px 4px !important;
	max-width: 100%;
	width: 100%;
}


/**********************************************************************************
Home Page
**********************************************************************************/
.home-cta-cover{  min-height:auto; padding:40px 0;}
.product-slider{max-width: 1320px; margin: 0 auto;}

.card.card-body-home{background:rgba(0,0,0,.7) !important;}

.hero-home-title{}

.custom-home-grid{margin-bottom:40px;}
.custom-home-grid [class*=col-]{width:100%;}

.home-hero-two-boxes .wp-block-button{
  width: 100% !important;
  text-align: center !important;
  justify-content: center !important;
}
.home-hero-two-boxes .btn{
  width: 100% !important;
  text-align: center !important;
  justify-content: center !important;
}
/*
.home-hero-two-boxes {
  background:rgba(255,255,255,0.7);
  padding:16px 0 16px 25px;
  text-align: left;
  align-content: center;
  border-radius: 24px;
}
.home-hero-two-boxes svg{fill: var(--primary-background-color);}
.home-hero-two-boxes p{margin:0; font-size: 12px !important;}

.home-hero-two-boxes h6{font-weight: bold;}

.hero-bottom-links p{margin:0;}
.hero-bottom-links .col-lg-3{margin-top:0 !important}
.hero-bottom-links a{text-decoration: none !important;}
*/

.hero-wrap label{color:#fff !important;}
.hero-wrap select{width:50% !important;}
/*
 * ----------------------------------------------------------------------------------------
 * Sidebar
 * ----------------------------------------------------------------------------------------
 */
 .woo-right-sidebar .wp-block-heading {
  font-size: 18px;
  margin-bottom: 16px;
  background: #f4f2f2;
  padding: 16px 0;
  color: var(--sm-theme-color);
  text-indent: 16px;
  margin-bottom: 0px;
}
 .woo-right-sidebar .list-group li{border:none; border-bottom:solid 1px #d9d6d6; border-radius: 0; font-size: 14px;}


/**********************************************************************************
Custom Mods to theme to make it work with current set up, modified plugin /custom-woo-cert for site-header-cart
**********************************************************************************/
#offcanvas-cart dl.variation{display:initial;}
.site-header-cart{display: none !important;}
.woocommerce-cart ul.site-header-cart, .woocommerce-checkout ul.site-header-cart {
    display: none !important;
    visibility: hidden !important;
}
#bootscore-navbar .dropdown-menu{padding:0; border-radius: 0; }
#bootscore-navbar .dropdown-menu .dropdown-item{padding:10px; font-size: 14px; }
#bootscore-navbar .dropdown-menu .dropdown-item:hover, #bootscore-navbar .dropdown-menu .dropdown-item.active{  background: var(--global--dark-blue) none repeat scroll 0 0 !important; color:#fff !important;}

.nav-link{color: #797272; font-size: 14px;  text-transform:capitalize;}
.nav-link:hover, .nav-link.show{color:var(--sm-theme-color); }
/**********************************************************************************
checkout
**********************************************************************************/
input.js-sv-wc-payment-gateway-credit-card-form-input{
  width: 100% !important;
  padding: 26px 0 !important;
}


/**********************************************************************************
Header
**********************************************************************************/
.navbar-brand{font-weight:bolder; color: var(--sm-theme-color);}
.navbar-brand img{max-width: 100px;}
#nav-main{padding:20px 0;}

.header-top-bar{background: var(--sm-theme-color); color:#fff; padding:4px 2px; font-size: 12px;   text-indent: 5px;}
.header-top-bar .flags-column{text-align: right; }
.header-top-bar img{max-width: 25px; margin-right: 5px;}

.cart-toggler i{margin-right: 4px;}

/**********************************************************************************
Footer
**********************************************************************************/
.bootscore-footer-info{
  background-color: var(--global--dark-blue) !important;
  color: #C6CEE0 !important; 
  font-weight: 500;
}

.bootscore-copyright{ padding: 31px 0;}


/**********************************************************************************
Woocommerce
**********************************************************************************/



.has-thumbnail{display: none !important;}
.woocommerce-LoopProduct-link:hover .has-thumbnail{display: none !important; }
/*
.woocommerce-LoopProduct-link:hover .show-hidden-hover{display: block !important; }
.count.badge {display: none;}
*/

.woocommerce-loop-category__title {
  font-size: 11px;
  text-align: center;
  display: inline-block;
}


.button[name="apply_coupon"]{
  background: var(--global--dark-blue) none repeat scroll 0 0 !important;
  border:solid 1px var(--global--dark-blue) !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 {
  border:none !important;
  color: var(--tg-color-white-default);
  font-size: 14px;
  gap: 5px;
  border-radius: 0;
  /*
  padding: 12px 4px;
  background: linear-gradient(90deg, var(--primary-background-color) 5.39%, var(--primary-gradient-second-background-color) 100%);
 
  background: var(--primary-gradient-second-background-color);
}
*/

/**
 * My Account
 */


 .woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  width:100% !important;
  text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
	text-decoration: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
  text-align: left;
	font-weight: 600;
  margin-bottom: 25px;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}


.page-link.active, .active > .page-link{background:var(--sm-theme-color);}

button[name="update_cart"], .button[name="update_cart"], .woocommerce-cart [name="update_cart"]{display: block !important; visibility: visible !important;}

.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;}

.woocommerce-result-count{display: none;}
.cj-breadcrumb{overflow: hidden;}
.cj-breadcrumb li {
  position: relative;
  background: #f5f5f5;
  padding-right: 30px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 12px;
}
.cj-breadcrumb a{text-decoration: none;   color: var(--sm-theme-color);}
.cj-breadcrumb li a::after, .cj-breadcrumb li a::before {
  left: 100%;
  border: solid transparent;
    border-top-width: medium;
    border-top-color: transparent;
    border-right-width: medium;
    border-right-color: transparent;
    border-bottom-width: medium;
    border-bottom-color: transparent;
    border-left-width: medium;
    border-left-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cj-breadcrumb li a::after {
  border-color: rgba(245, 245, 245, 0);
    border-left-color: rgba(245, 245, 245, 0);
  border-left-color: #f5f5f5;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
  margin-left: -30px;
}
.cj-breadcrumb li a::before {
  border-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 30px;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.cj-breadcrumb .breadcrumb-item + .breadcrumb-item::before {display: none;}
/*
::after

.cj-breadcrumb .breadcrumb-item a {
 padding: 20px 10px;
  background-color: #00b0ff;
}
.cj-breadcrumb .breadcrumb-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  height: 100%;
  width: 1.5em;
  background-color: #00b0ff;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
  transform: translateX(-100%);
}
*/
.woocommerce form .form-row label{font-weight: bold;}
.woocommerce-checkout-review-order-table{font-size:14px;}
.woocommerce-checkout-review-order-table thead{background-color: var(--sm-theme-color); color:#fff;}
.woocommerce-checkout-review-order-table thead tr, .woocommerce-checkout-review-order-table thead td{border:none;}


.woocommerce table.shop_table th{padding-top: 12px !important; padding-bottom: 12px !important;  text-indent:4px;  }


.related.products{border-top:solid 2px var(--sm-theme-color); padding-top: 20px;}
.related.products h2{padding-bottom: 20px;}



/*
 * ----------------------------------------------------------------------------------------
 * Page Image Header
 * ----------------------------------------------------------------------------------------
 */
 #page-title-section{padding-top:var(--page-title-padding-top); padding-bottom:var(--page-title-padding-bottom); min-height: 180px;}
 #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;
}
 
.category-desc-banner{color:#fff;}
#page-title-section label{color:#fff;}
#page-title-section .gfield_select{min-width: 200px;}
 

.offcanvas-header {background-color: var(--sm-theme-color); color:#fff;}
.offcanvas-header .btn-close{background-color: var(--primary-background-color); opacity: 1; color:#fff;}

#gform_1 .gform-footer{
  height: 0 !important;
  visibility: hidden !important;
}

#page-title-section a{width: 100%; text-align: center !important; margin-bottom: 6px; justify-content: center;}
.btn-grey{background:#f1f1f1 !important; color: var(--sm-theme-color) !important; }
.btn-grey:hover{background:#e3e1e1 !important;}
 
.button-banner-wrap{max-width:350px; color:#fff;}
.button-banner-wrap img{max-width:25px; margin-left: 5px;}

/***************************************************************************************************
RESPOSINVE STYLES
******************************************************************************************************/
/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {


}
/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
 
}
/*  Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  .container, .container-sm {
    max-width: 90%;
  }
}
@media (max-width: 720px) {
   .header-top-bar .row .col:first-child{display:none;}
   .header-top-bar .row .col{text-align: center !important;}

}

@media (max-width: 655px) {
  .cj-breadcrumb li {
    font-size:10px;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {


  #page-title-section h2, #page-title-section h1{font-size:24px; text-align: center;}

  .alignwide{max-width: 90%;}
}



/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 479px) {
  .header-actions{width:205px;}
  .header-actions .btn, .header-actions .button{  padding: 16px 24px 16px 24px !important;}

  .navbar-brand{font-size: 16px;}
  
}


@media (max-width: 445px) {
  .navbar-brand{margin:0;}
  .header-actions {
    width: 155px;
  }
  .header-actions .btn, .header-actions .button {
    padding: 14px 18px 16px 17px !important;
  }
}


@media only screen and (max-width:360px) {

}
/*
@media (max-width: 580px){
	.container, .container-sm {
		max-width: 90%;
	}
}
*/