/* GENERAL PAGE STYLES */

.content-wrapper {
  margin: 0;
  background: #fff;
  padding: 0;
}

.content {
  height: auto;
  padding: 0;
  margin: 0;
  background: #fff;
}

footer {
  display: none;
}

@media (min-width: 992px) {
  .col-md-2 {
    /* width: 14.28%; */
    width: 250px;
  }
  #stock__subcategory-grid-container .col-md-2 {
    width: 16.664%;
  }
}

#stock__container h1,
#stock__container h2,
#stock__container h3,
#stock__container p {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  color: #333;
  margin: 0;
}

.cs_nav {
  bottom: 55px;
}

.cs_nav .owl-next,
.cs_nav .owl-prev {
  position: absolute;
}

/* HEADER STYLES */

header#stock__header {
  background: rgba(128, 128, 128, 1);
  position: fixed;
  width: 100%;
  right: 0;
  margin: 0;
  border-radius: 0px;
  padding: 1.5rem 0;
  top: 84px;
  z-index: 10;
  color: #333;
}

#stock__header h1 {
  font-size: 5rem;
  font-weight: 800;
  margin: 0;
  color: #333;
}

#stock__header p {
  font-size: 1.5rem;
}

#stock__header select,
#stock__header input {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 0 1.5rem;
  outline: none;
  height: 40px;
  -webkit-appearance: none;
}

#searchbutton {
  height: 40px;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  background: #eee;
  width: 50px;
  border: 1px solid #ccc;
  border-left: none;
  outline: none;
}

span.stock__back-button {
  font-size: 1.5rem;
  margin-left: 0;
  border-radius: 25px;
  color: #888;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 1rem 3rem;
  background: #fff;
}

@media (max-width: 1179px) {
  header#stock__header {
    top: 67px;
  }
  section#stock__container {
    /* margin-top: -16px; */
    padding: 2rem !important;
    padding-top: 7rem !important;
  }
}

@media (max-width: 767px) {
  header#stock__header {
    top: 62px;
    width: 100%;
  }
  /* section#stock__container {
    margin-top: -11px;
  } */
}

/* STOCK GRID STYLES */			

section#stock__container {
  padding: 4rem;
  padding-top: 8rem;
  background: #ececec;		
  min-height: 100vh;
  background: linear-gradient(to right, #000000, #605e5e);
}

#stock__grid-container h3 {
  padding-left: 1rem;
}

/* #stock__subcategory-container [class*='col-'] {
    padding: 1rem;
} */

.stock__product-container {
  padding: 1rem;
  background: #eee;
}

.stock__slide.slick-slide {
  padding: 1.25rem;
}

.stock__product-container {
  padding: 0;
  background: none;
  border-radius: 2px;
  /* border: 1px solid #e0e0e0; */
  border: 8px solid #706f6f;
  box-shadow: -1px 1px 10px 0px #6c6c6c33;
  transition: all 0.25s ease-in-out;
}

.stock__product-container:hover {
  /* box-shadow: 0 25px 60px #6c6c6c33; */
  transform: scale3d(1.05, 1.05, 1.05);
  cursor: pointer;
}

.stock__product {
  padding: 1rem;
  background: #fff;
  /* border-radius: 3px; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22rem;
}

.stock__product-thumbnail {
  border-radius: 2px;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

img.stock__product-image {
  width: 100%;
  height: 100%;
  padding: 2rem;
}

#stock__container .col-md-2 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  display: inline-block;
  float: none;
}

#stock__subcategory-grid-container .col-md-2 {
  display: flex;
  float: left;
}

.stock__product-info {
  /* background: #eee;
    width: 100%;
    padding: 1.5rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none; */
  background: #706f6f;
  width: 100%;
  padding: 1rem 0;
  padding-bottom: 0.25rem;
  border-top: none;
  color: #fff;
  /* border-radius: 6px; */
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-align: center;
}

.stock__product-typography h4 {
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: white;
}

.stock__product_triggers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.stock__quantity-button {
  display: block;
  text-indent: -9999rem;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  width: 11px;
  padding: 0;
  -webkit-appearance: none;
  -mz-appearance: none;
  -o-appearance: none;
}

.stock__minus {
  background-image: url(../../store/img/stock/svgs/down_arrow_icon.svg) !important;
}

.stock__plus {
  background-image: url(../../store/img/stock/svgs/up_arrow_icon.svg) !important;
}

p.stock__product_price {
  font-size: 1.5rem;
  font-weight: 800 !important;
  margin: 0;
  font-family: sans-serif !important;
}

input.stock__product-quantity {
  background: none;
  font-size: 1.5rem;
  height: 100%;
  padding: 5px;
  width: 35px;
  margin: 0 1.1rem;
  border: 1px solid #aaa;
  border-radius: 3px;
  text-align: center;
  font-weight: 800;
  outline: none;
}

.stock__quantity-action {
  display: flex;
}

button.stock__quick-cart {
  background: #57bf72;
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-left: 1rem;
}

.stock__category-row {
  margin: 2rem 0;
}

.stock__category-row .row {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}

/* .stock__category-row .row:after {
  content: "";
  height: 100vh;
  background: red;
  opacity: 0.5;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
} */

.stock__category-title {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.stock__category-title span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stock__category-title i.fa.fa-arrow-right {
  font-size: 1.5rem;
  margin-left: 0.75rem;
}

.stock__category-row h2 {
  margin-bottom: 0;
  font-weight: 300 !important;
  font-size: 3.5rem;
  color: white !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stock__category-title span {
  font-weight: 300 !important;
  margin-left: 0.75rem;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.stock__category-title span:hover {
  color: #fff;
}

#stock__subcategory-grid {
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}

#stock__subcategory-grid .stock__category-title {
	text-align: center;
	justify-content: center !important;
}


div#stock__notification {
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  color: #777;
  margin-top: 5rem;
}

#stock__notification .fa {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .stock__product-thumbnail {
    height: 175px;
  }
  .stock__category-row h2 {
    font-size: 3rem;
  }
  .stock__category-title span {
    font-size: 1.75rem;
    width: 50%;
  }
}
	
@media (max-width: 667px) {
  .stock__product-thumbnail {
    height: 150px;
  }
  .stock__category-row h2 {
    font-size: 2.75rem;
    width: 100%;
  }
  .stock__category-title {
    flex-direction: column;
  }
  .stock__category-title span {
    font-size: 2rem;
    margin-left: 0rem;
  }
}

@media (max-width: 575px) {
  /* .stock__product-container {
        border: 5px solid #303d47;
    } */
  .stock__product-thumbnail {
    height: 125px;
  }
  .stock__category-row h2 {
    font-size: 2.5rem;
  }
  .stock__category-title span {
    font-size: 16px;
  }
  .stock__product-typography h4 {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  section#stock__container {
    padding: 1rem !important;
    padding-top: 5rem !important;
  }
  .stock__category-row .col-xs-4 {
    width: 50%;
  }
  .stock__product-container {
    border: 8px solid #706f6f;
  }
  .stock__product-thumbnail {
    height: 135px !important;
  }
  .stock__category-row h2 {
    font-size: 2.25rem;
  }
  span.stock__back-button {
      padding: 1rem 1.5rem;
  }
}

@media (max-width: 450px) {
  .stock__product-thumbnail {
    height: 125px;
  }
}

@media (max-width: 400px) {
  .stock__product-thumbnail {
    height: 100px;
  }
}