/*
 Theme Name:   bootCommerce Child
 Description:  bootScore WooCommerce Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.1.3.1
 Text Domain:  bootscore
*/

/* 
All style editing is done via css/scss/_bscore_custom.scss
*/

.related.products { display: none;}

.single_add_to_cart_button {
	background-color: red;
}

.hdaw {
	width: 100%;
	background-color: #0d193d;
	
	
}
.posted_in {
	display: none;
}

.sku_wrapper {
	margin-bottom: 25px;
	padding-bottom: 25px;
	clear: both;
}

.wc-block-cart__submit-button {
	background-color: #dbd9dc;
}
.woocommerce div.product form.cart  {
	margin-top: 25px;
}
.navbar-light {
	padding: 10px;
}

.aws-container .aws-search-field {
	width: 300px;
}

.ps .aws-container .aws-search-field {
	width: 100%;
}

.tps .aws-container .aws-search-field {
	width: 100%;
	margin-top: 120px;
	margin-bottom: 20px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: solid 1px #ccc;
	padding: 15px;
	min-height: 400px;
	
}
.banner {
	width: 100%;

	
	height: auto;
}

.woocommerce-ordering {
	margin-bottom: 20px;
}


.disclaimer {
	color: #fff;
	background-color: #fd0301;
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size: 12px;
	border-radius: 5px;
	width: 98%;
}

.parts {
	width: 100%;
	padding: 10px;
	background-color: #2b58eb;
	clear: both;
	text-align: center;
	margin-top: 30px;
	
}

.parts h2 {
	color: #fff;
	border-bottom: none;
}
.parts .aws-container .aws-search-field {
	width: 100%;
}
.py-5 {
	padding: 5px;
}

#woo_vpf_ymm_filter-2.bg-light.card {
	background-color: #2b58eb;
}

.woo-vpf-ymm-field input[type="submit"] {
	background-color: #2b58eb;
	border: solid 1px #fff;
	padding: 7px;
	border-radius: 5px;
	color: #fff;
}

.woo-vpf-ymm-field input[type="submit"]:hover {
	background-color: #333;
}

.slide-top {
	margin-top: 50px;
	margin-bottom: -50px;
}

.sm-box {
	margin: 20px;

}

.sm-box:hover {
	opacity: 0.6;
}

.lg-box {
	margin: 20px;
}
.lg-box:hover {
	opacity: 0.6;
}
.ps {
	display: block;
	margin-left: 50px;
	margin-right: auto;
}
.aws-container .aws-search-form .aws-form-btn {
	background-color: #2b58eb;
	color: #fff;
	border: solid 1px #fff;
}

.aws-container .aws-search-form .aws-search-btn_icon {
	color: #fff;
}

.aws-container {
	border: solid 1px #2b58eb;
}
.cat-list ul li {
	padding: 5px;
	list-style: none;
}
.woocommerce div.product form.cart .button {
	background-color: #2b58eb;
	font-weight: bold;
}

.woocommerce div.product form.cart .button:hover {
background-color: gray;
}
.fixed-top {
    margin-bottom: 30px;
    border-bottom: solid 2px #2b58eb;
}

ul.product-categories li {
	padding: 10px;
	font-weight: bold;
}

ul.product-categories li a:link {
	text-decoration: none;
}
ul.product-categories li a:active {
	text-decoration: none;
}
ul.product-categories li a:visited {
	text-decoration: none;
}
ul.product-categories li a:hover {
	text-decoration: underline;
}

.sitemap-item {
	padding: 20px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FD0301;
}
.box {
	padding: 10px;
	text-align: center;
	min-height: 220px;
	margin: 10px;
	
}

.box h3 {
	margin-bottom: 20px;
	font-size: 18px;
}

.secure {
  color: #333;
  font-weight: bold;

}

.grey {
  color: #ccc;
  
}

.woocommerce-loop-product__title {
    font-size: 18px;
}
#secondary {
  margin-top: 50px;
}
.site-main {
    margin-top: 10px;
}

.woo-vpf-ymm-search-title {
  display: inline;
}

.tagged_as { 
  display: none;
}

.call {
  font-weight: bold;
}

.top-nav-search input {
  border: solid 2px red;
}

.top-nav-search button {
  border: solid 2px red;
  border-radius: 2px;
  background-color: #EE1C25;
  color: #fff;
  transition-duration: 0.4s;
}

.top-nav-search button:hover {
  background-color: #93090F;
  color: #fff;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  color: #fff;
}

footer a:link {
    color: #fff;
    text-decoration: none;
}

footer a:visited {
    color: #fff;
    text-decoration: none;
}


footer a:active {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: lightblue; 
}

.frontslider {
    margin-top: 60px;
}

h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
 
  h1 em {
    font-style: normal;
    font-weight: 600;
  }

  .entry-header h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
  }


.entry-header h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #2b58eb;
  }
.entry-header h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #2b58eb;
  }

  h1.page-title  {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
  }

h1.page-title:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #2b58eb;
  }
h1.page-title:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #2b58eb;
  }
  
  h2{
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
  }
  h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
  }
  h2:after  {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
  }

@media (max-width: 728px) {
	
	.disclaimer {
	display: none;
}
	
	.hide-small {
		display: none;
	}	
}

@media (max-width: 1200px) {


.top-nav-search {
	display: none;
}
	
	.top-nav-search-md {
		display: none;
	}	
	
}