/* ========================================================================== *\
   BREAKPOINTS
\* ========================================================================== */

@import "responsive-mobile.css?v=3.70" screen and (max-width: 700px);
@import "responsive-tablet-portrait.css?v=3.70" screen and (min-width:701px) and (max-width:1020px);
@import "responsive-tablet-landscape.css?v=3.70" screen and (min-width:1021px) and (max-width:1240px);

/* ========================================================================== *\
   IMAGE RESIZE
\* ========================================================================== */

html { scroll-behavior: smooth; }
img{max-width: 100%; height: auto !important;}
img{ -ms-interpolation-mode: bicubic; }

a.inverse {
	color: #000000;
}
.btn-grey {
	background-color: #a8a1a1;
    border: 2px solid #a8a1a1;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(images/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: .3;
  pointer-events: all;
}
/*#keywords {
  background-image: url('images/close.svg');
  background-position: center right 22px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  outline: 0;
}
*/
.webclr { color: #E20613; }
.greenclr { color: #2bba53; }
.small { font-size: 1.5rem; }
.lblShipCharge { word-break: keep-all; } 
#browseTab1 select { padding: 1rem 3.4rem 1rem 1.4rem; font-size: 1.4rem; }
.vehicles .modal h3 { font-size: 2.0rem; }
code { background-color: #f5e3cd; padding: 3px 6px; margin-top: 5px; display: block; color: red; font-size: 1.3rem; }

.password-toggle-icon .open{ 
	content: "";
	position:absolute;
	right: 10px;
	top: 18px;
	width: 16px;
	height: 12px;
	background: url('images/eye-open.png');
	background-size: 16px 12px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
	cursor:pointer;
}
.password-toggle-icon .close{ 
	content: "";
	position:absolute;
	right: 10px;
	top: 18px;
	width: 16px;
	height: 12px;
	background: url('images/eye-close.png');
	background-size: 16px 12px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
	cursor:pointer;
}
.inlineForm .zipform {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.callout {
    padding: 2.6rem 3.6rem 3.6rem 3.6rem;
}
.relative {
    position: relative;
}
.printDownload {
    display: flex !important;
    align-items: flex-start !important;
    gap: 1.6rem;
}
.dateRange {
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
    align-items: flex-end;
}
.rangeValue { font-size: 1.4rem; }
.result h3 { color: #2B2B2B !important; padding-bottom: 0rem; }
.btn-cart { padding: 1.3rem 5rem !important; }
.search100 { width: 100%; }

.modal .btnGrey , .btnGrey {
	background: #c9c6c6 !important;
    border: 2px solid #c8c4c4;
    font-size: 1.6rem;
    line-height: 100%;
    padding: 1.3rem 2.4rem;
}
.modal .btnGrey:hover, .btnGrey:hover {
	background: #b3adad !important;
}

input.dtt{
  position:relative;
  overflow:hidden;
}
input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-moz-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.table td.text-right, .table th.text-right { text-align: right; }
.table td.text-center, .table th.text-center { text-align: center; }

.order-body .order-info {
	color: #646464;
	min-width: 90px;
}
.order-body .sale-info {
    color: #646464;
    min-width: 135px;
	display: inline-table;
}
.order-body .sale-num {
    float: right;
	right: 8px;
    position: relative;
}
.order-body .sale-infoo {
	color: #6B6B6B !important;
	padding-left: 0px;
	font-weight: 600;
}

.cartThumb img { padding-right: 3.0rem; max-height: 150px; }
.btn.processing {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: linear-gradient(to right, #f3878d 18%, #efa5aa 8%, #edc0c3 23%);
  background-size: 800px 104px;
  position: relative;
  border: 2px solid #d4cece  !important;
  font-size: 1.6rem;
  line-height: 100%;
  padding: 1.3rem 2.4rem;
}
.btn.processing:hover {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  border: 2px solid #d4cece  !important; 
  background: linear-gradient(to right, #E20613 18%, #ec727a 8%, #ea8086 23%);
  background-size: 800px 104px;
  position: relative;
}


@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

@media only screen and (max-width: 360px) {
.autocomplete-suggestions { 
	position:fixed;
	width: 320px !important; 
}
}