
* {
  box-sizing: border-box;
}

.test {
  background-color: red;
}

.no-display {
  display: none;
}

/****************************** 

Default Tags 

******************************/

* {
  padding: 0;
  margin: 0;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
  font-size: 13px;
	background-image: none !important;
}

h1 {
  font-weight: 800;
}

a {
  text-decoration: none;
  color: #323232;
}

a:hover {
  color: #323232;
}

p {
  color: #323232;
}

ul {
  list-style-type: none;
}

hr {
  background: #E6E9EB;
  opacity: 0.4;
}

/****************************** 

Font Sizes

******************************/

.font-xxl {
  font-size: clamp(46px, 5vw, 88px) !important;
}
.font-xl {
  font-size: clamp(26px, 2.5vw, 46px) !important;
}
.font-l {
  font-size: clamp(18px, 1.8vw, 24px) !important;  
}
.font-med {
  font-size: clamp(12px, 1vw, 16px) !important;  
}
.font-s {
  font-size: clamp(11px, 0.75vw, 14px) !important;  
}
.font-xs {
  font-size: clamp(8px, 0.5vw, 14px) !important;  
}

/****************************** 

Headers

******************************/

.page-header {
  text-align: center;
  font-weight: 800;
  margin-bottom: 30px;
}

.section-header {
  font-weight: 800;
  margin-bottom: 30px;
  padding-top: 20px;
}

.subsection-header {
	margin-top: 25px;
  margin-bottom: 10px;
	padding-left: 10px;
  padding-bottom: 10px;
	border-bottom: solid #1E5593 3px;
	font-weight: bold;
	font-size: 16px;
}

/****************************** 

Containers

******************************/

#pageWrap {
  width: 100% !important;
}

.page-wrapper {
  margin: 0 auto;
  background-color: #fff;
  max-width: 100%;
}

.main-content {
  overflow-x: auto;
  width: 100%;
  padding-top: 20px;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 20px;
}

.sidebar-main-content-wrapper {
  display: flex;
}

.content-container {
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.subcontent-container {
  padding-left: 6%;
  padding-right: 6%;
}

.flex-container {
  display: flex;
}

.flex-container-centered {
  display: flex;
  align-items: center;
  justify-content: center
}

.flex-1 {
  flex-grow: 1
}

.flex-3 {
  flex-grow: 3
}

.flex-5 {
  flex-grow: 5
}

/****************************** 

From Master.twig

******************************/


.st-ui-type-heading, .st-ui-type-detail {
  font-family: Verdana,Arial,Helvetica,sans-serif !important;
}
.st-ui-type-heading{
  color:#1E5593 !important;
}
.st-default-autocomplete{
  width:400px !important;
}
a.st-ui-pagination-link{
  color:#1E5593 !important;
}
.st-ui-arrow{
  color:#1E5593 !important;
}
.btn{
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #1e5593;
  padding: 8px 16px;
  border-radius: 6px;
  align-items: center;
  cursor: pointer;
  border: 1px solid #1e5593;
  transition: 300ms;
  white-space:nowrap;
}
.btn:hover{
  background-color: #e5ecf3;
  color: #1e5593;
}
.shippingPromo {
  background-color: #1E5593;
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  outline: 1px solid #1E5593;
}

.shippingPromo a { 
  color: #ffffff;
  font-weight: bold;
}

/****************************** 

Search

******************************/

/* Search bar */

.search-bar-container {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}

.search-bar-input, 
.search-bar-input:hover,
.search-bar-input:active,
.search-bar-input:focus,
.search-bar-submit, 
.search-bar-submit:hover,
.search-bar-submit:active,
.search-bar-submit:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #ffffff;
}

.search-bar {
  width: 100%;
}

.search-bar:hover {
  outline: solid 2px #323232;
}
.search-bar:focus {
  outline: solid 2px #005596;
}
.search-bar:active {
  outline: solid 2px #323232;
}

/****************************** 

Articles

******************************/

.articles {
  display: flex;
  justify-content: center;
}

.article-card { 
  display: flex;
  flex-direction: column;
  border: 2px solid #EFEFEF;
  margin-top: 25px;
  min-width: 250px !important;
}

.article-card:hover {
  border: 2px solid #005596;
}

.ac-thumbnail {
  width: 100%;
  object-fit: cover;
  max-height: 200px;
}

.ac-desc {
  padding: 20px;
}

.ac-author-date {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 10px;
}

.ac-author-date p {
  padding-right: 10px;
  opacity: 0.6;
}

.ac-social {
  display: flex;
  margin-top: auto;
}

.ac-social a {
  padding-right: 10px;
}

.ac-social-icons {
  width: 50%;
}

.ac-social-icons img {
  padding-right: 10px;
}

.ac-comments {
  width: 100%;
  text-align: left;
  color: #005596;
  border-radius: 5px;
  padding: 5px 0 5px 0;
}

.view-articles-link {
  text-align: center;
  padding-top: 50px;
}

.view-articles-link a {
  color: #005596;
  font-weight: bold;
  font-size: 16px;
}

/****************************** 

Newsletter Signup

******************************/

/* Newsletter Signup bar  */

.newsletter-signup-bar-container {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  justify-content: center;
}

.newsletter-signup-bar {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}

.nsb-input {
  border: solid 1px rgba(50, 50, 50, 40%);
  border-right: none;
  width: 90%;
  padding: 10px;
  font-size: 14px;
  line-height: 21px;
  height: 28px;
  max-height: 28px;   /* With padding/border it adds up to 50px */
}

.nsb-input:hover,
.nsb-input:active {
  border: solid 1px #323232;
}

.nsb-input:focus {
  border: solid 1px #005596;
}

.nsb-input::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #323232;
  opacity: 40%;
}

.nsb-submit {
  text-align: center;
  border: solid 1px #005596;
  background-color: #005596;
  width: 40%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  height: 50px;
  max-height: 50px;
}

.nsb-submit:hover {
  background: linear-gradient(0deg, 
    rgba(255, 255, 255, 0.2), 
    rgba(255, 255, 255, 0.2)), 
    #005596;
  mix-blend-mode: normal;
}

.nsb-submit:active {
  background: linear-gradient(0deg, 
    rgba(255, 255, 255, 0.3), 
    rgba(255, 255, 255, 0.3)), 
    #005596;
  mix-blend-mode: normal;
}

/****************************** 

Top Nav

******************************/

.filter-button {
  display: none;
}

.btn-filter-toggle {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;

  padding: 15px 20px 15px 20px;
  background-color: #EFEFEF;
  border: none;
}

.top-nav {
  display: flex;
  padding-top: 30px;
}

.sort {
  width: 50%;
  justify-content: flex-start;
}

.sort select {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 150%;

  padding: 15px 50px 15px 20px;
  margin-left: 30px;
  background-color: #EFEFEF;
  border: none;
  
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;

  background-color: #EFEFEF;
  background-image: url(https://kencove.com/c/assets/images/plp/select-arrow.svg);
  background-position:
    calc(100% - 20px) calc(1.2em + 2px),
    calc(100% - 15px) calc(1.2em + 2px),
    100% 0;
  background-size: 8px;
  background-repeat: no-repeat;
}

.paging,
.paging-bottom {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}

ul.page-numbers {
  list-style-type: none;
  display: flex;
}

ul.page-numbers li {
  padding: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

li.current-page {
  background-color: #EFEFEF;
}

/****************************** 

Bottom Nav

******************************/

.bottom-nav {
  display: flex;
  padding-top: 30px;
}

.items-per-page {
  display: flex;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
}

.items-per-page p {
  padding-right: 40px;
  color: #969696;
}

ul.page-item-amount {
  list-style-type: none;
  display: flex;
}

ul.page-item-amount li {
  padding: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

li.current-amount {
  background-color: #EFEFEF;
}

.bottom-nav-mobile {
  display: none;
}

.btn-prev {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;

  padding: 15px 20px 15px 20px;
  background-color: #EFEFEF;
  border: none;
}

.btn-next {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;

  padding: 15px 20px 15px 20px;
  background-color: #EFEFEF;
  border: none;
}

.bn-page-select select {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;

  padding: 15px 80px 15px 30px;
  margin-right: 10px;
  background-color: #EFEFEF;
  border: none;
  
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;

  background-color: #EFEFEF;
  background-image: url("/assets/plp/select-arrow.svg");
  background-position:
    calc(100% - 20px) calc(1.2em + 2px),
    calc(100% - 15px) calc(1.2em + 2px),
    100% 0;
  background-size: 8px;
  background-repeat: no-repeat;
}

/****************************** 

Buttons

******************************/

.btn-back {
  color: #005596;
  border: none;
  background-color: transparent;
  font-family: Poppins;
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
  padding: 2px;
}

.btn-back:hover {
  color: #194363;
  background: linear-gradient(0deg, rgba(0, 85, 150, 0.15), rgba(0, 85, 150, 0.15)), #FFFFFF;
}

.ship-Status {
  display: flex;
  align-items: center;
  padding: 10px;
	border-bottom: solid #1E5593 2px;
	border-top: solid #1E5593 2px;
	background-color: #DAE3ED;
	margin-top: 20px;
}

.status-text {
	color: #1E5593;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.status-float-left {
	float: left;
	text-align: center;
	display: block;
}

.right-ad-bar {
	background-color: #ffffff;
	padding: 10px;
}

/****************************** 

Account

******************************/

.acctble {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
}

.account-login-input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.account-forgot-pass {
  display: flex;
  align-items: center;
}

.account-form-container {
	background-color: #FFFFFF;
	border: solid #666666 1px;
}

.account-form-container > div:nth-child(odd) {
	background-color: #FFFFFF;
	padding: 4px;
}
.account-form-container > div:nth-child(even) {
	background-color:#E4EBF2;
	padding: 4px;
}

.account-form-container select{
  width:190px;
}

.account-form-label-input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-form-label-input label {
  padding-right: 10px;
}

.account-form-label-input div:first-child {
  text-align: right;
  flex: 2;
}

.account-form-label-input div {
  flex: 3;
  padding: 4px;
}

#captcha_section {
  text-align: center;
  padding-bottom: 30px;
}

#captcha_section .navTool {
  padding-bottom: 30px;
}

.captcha-img-wrapper {
  margin-right: 10px
}

/****************************** 

Resource Pages

******************************/

.resource-container {
  padding-top: 20px;
}

.resource-content {
  margin-top:20px;
  margin-bottom:20px;
}

.resource-content h1 {
  padding-bottom:10px;
  text-align: center;
}

.article-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  row-gap: 50px;
  padding-top: 50px;
}

.article-category-card {
  max-width: 100%;
}

.article-category-card h2 {
  padding-bottom: 10px;
}

.article-category-card li {
  padding-bottom: 10px;
	list-style-type: disc;
}

.resource-nav {
  list-style-type: disc;
  padding-left: 40px;
}

.resource-package {
  background-color: #E0E0E0;
  border-bottom: 1px solid black;
  padding: 10px;
  display: flex;
  column-gap: 25px;
}

/****************************** 

End Resource Pages

******************************/

/****************************** 

Cart

******************************/

.cart-grid {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
}

.cart-grid-header {
  grid-row: 1;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
	background-color: #567FAE !important;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.cart-grid-footer {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-grid-footer,
.cart-grid-footer * {
	background-color: #567FAE !important;
	color: #FFFFFF !important;
  font-weight: bold !important;
}

.cart-grid-footer img {
  padding-right: 10px;
}

.cart-grid-liftgate {
  grid-column: span 4;
}
.cart-grid-header:first-child {
  padding-left: 10px;
}

.cart-grid-item {
  padding-top: 10px;
  padding-bottom: 10px;

  display: flex;
  align-items: center;
}

.cart-grid-item-desc {
  grid-column: 2 / 4;
}

.sub-total-item {
  justify-self: right;
  width: 100%;
}

.cart-grid-update {
  grid-column: 1 / 2;
  grid-row: span 4;
	background-color: #567FAE !important;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}

.cart-grid-subtotal {
  grid-column: 4 / 6;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

/****************************** 

End Cart

******************************/

.horizontal-scroll-box {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  scrollbar-width: thin !important; /* For Firefox */
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.1) !important; /* For Chrome, Edge, and Safari */
}

/* For Chrome, Edge, and Safari */
.horizontal-scroll-box::-webkit-scrollbar {
  height: 8px !important;
}

.horizontal-scroll-box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.horizontal-scroll-box::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.qtyinput {
  width: 30px !important;
  height: 30px !important;
  margin-left: 0px !important;
}

.freecat {
	width: 100%;
	background-color: #1E5593;
	display: block;
	height: 90px;
	background-image: url(https://images.kencove.us/prod/site/images/FreeCatalog.gif);
	background-repeat: no-repeat;
  margin-top: 20px;
}

/* Quick Add */

.quick-add-container {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quick-add-container .qtyinput {
  width: 75px !important;
}

/* End Quick Add */

.mobile-adbar {
  display: none; 
}

/* Card Slider */

.card-slider-wrapper {
  overflow: hidden !important;
  max-height: 300px;
}

.card-slider-header {
  text-align: center;
  padding-bottom: 30px;
}

.card-slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom:  50px;
}

.card-slider-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.card-slider-img-container img {
  min-width: 125px;
  min-height: 125px;
  max-width: 125px;
  max-height: 125px;
  object-fit: contain;
}

.card-slider-name {
  font-weight: 700;
  line-height: 150%;
  color: #000000;
  padding-top: 20px;
  text-decoration: none;
}

#card-slider-prev,
#card-slider-next {
  padding: 10px;
}

#card-slider-prev img,
#card-slider-next img {
  filter: brightness(40%);
}

/* End Card Slider */

.breadcrumbs-container {
  padding-bottom: 10px;
}

.mobile-homepage-ads {
  display: none;
}

.ml-button-horizontal button {
  min-width: 100px;
}

.ml-field-email input {
  width: 250px;
}

/********************* Media Queries **********************/

/******************* Larger Screens ***********************/

@media only screen and (min-width: 1920px) {

}

/*************** Smaller Screens and Lower *******************/

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

  .right-ad-bar {
    display: none !important;
  }

  .mobile-adbar {
    display: block; 
  }
  
  /****************************** 

  Algolia Styles

  ******************************/

  /* Sort */

  .ais-SortBy-select {
    justify-content: flex-end;
  }

  ais-sort-by.sort {
    justify-content: flex-end;
  }

  /* End Sort */

  /* top nav */

  .paging {
    display: none;
  }

  .filter-button {
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }

  .sort {
    width: 50%;
    text-align: end;
  }

  /* bottom nav */

  .bottom-nav {
    display: none;
  }

  .bottom-nav-mobile{
    display: flex;
  }

  .newsletter-signup-bar {
    padding-left: 0;
  }

  .newsletter-signup-bar-container {
    width: 100%;
  }

  .newsletter-signup-container {
    width: 100%;
  }

}

/********************* Smaller Screens *********************/

@media only screen and 
(min-width: 850px) {

}

/************************* Tablet and Smaller **************/

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

	.right-ad-bar {
		display: none;
	}

  .left-side-nav {
		display: none;
  }

  .mobile-homepage-ads {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    gap: 10px;
  }

}

/************************* Tablet **************************/

@media only screen and 
(max-width: 850px) and
(min-width: 451px) {

  .content-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .subcontent-container {
    padding-left: 4%;
    padding-right: 4%;
  }

  /* Newsletter Signup */

  .newsletter-signup-bar-container {
    width: 100%;
  }

  .newsletter-signup-container {
    width: 100%;
  }
  
  .newsletter-signup { 
    width: 100%;
  }
  
  .newsletter-signup-input {
    width: 60%;
    padding-left: 0;
  }
  
  .newsletter-signup-submit {
    width: 40%; 
  }

  .nsb-submit {
    font-size: 14px;
  }

  /* top nav */

  .sort label {
    display: none;
  }

  .sort select {
    font-weight: bold;
  }

}

/************************* Mobile **************************/

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

  .content-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .subcontent-container {
    padding-left: 4%;
    padding-right: 4%;
  }

  /* Newsletter Signup */

  .newsletter-signup-bar { 
    flex-direction: column;
  }
  
  .nsb-input {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    border: solid 1px rgba(50, 50, 50, 40%);
  }
  
  .nsb-submit {
    width: 100%;
    margin-top: 20px;
  }

  .itemimage img {
    width: 100%;
  }

  /* Listing Page */

  .subgroup {
    margin: 10px;
  }

  .subgroup h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
  }

  .listing-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .listing-item-img {
    grid-column: 1 / 4;
    grid-row: 1;
    max-width: 100%;
  }

  .listing-item-info {
    grid-column: 2 / 4;
    grid-row: 1;
    max-width: 100%;
  }

  .listing-item-variants {
    grid-column: 4 / 4;
    grid-row: 1;
    max-width: 100%;
  }

  /* End Listing Page */
}