/* /////////////////////////////////// */
/* ///////// DEVSNEST STYLE ////////// */
/* /////////////////////////////////// */
html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'roboto', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.main-body {
    padding: 50px 0;
}

nav.navbar.navbar-expand-lg{
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}

nav.navbar .dropdown-menu{
  font-family: 'Nunito', sans-serif;
  font-weight: 100;
}

#nav-cart .fa-stack[data-count]:after{
  position:absolute;
  right:0%;
  top:1%;
  content: attr(data-count);
  font-size:55%;
  padding:.6em;
  border-radius:50%;
  line-height:.8em;
  color: white;
  background:rgba(124, 189, 30, 0.9);
  text-align:center;
  min-width: 1em;
  font-weight:bold;
}

#nav-cart .fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: -5px !important;
    top: 3px;
    width: 100%;
    text-align: center;
}



.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  margin-bottom: 3rem;
}

.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  text-align: center;
}

.number-input.number-input {
  border: 1px solid #ced4da;
  width: 10rem;
  border-radius: .25rem;
}

.number-input.number-input button {
  width: 2.6rem;
  height: .7rem;
}

.number-input.number-input button.minus {
  padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
  width: .7rem;
  background-color: #495057;
}

.number-input.number-input input[type=number] {
  max-width: 4rem;
  padding: .5rem;
  border: 1px solid #ced4da;
  border-width: 0 1px;
  font-size: 1rem;
  height: 2rem;
  color: #495057;
}

.pagination{
  float: right !important;
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color:transparent) {

    .number-input.def-number-input.safari_only button:before,
    .number-input.def-number-input.safari_only button:after {
      margin-top: -.3rem;
    }
  }
}

.fixed-cart{
  position: fixed;
  bottom: 40%;
  right: 0px;
  /* font-size: 3em;   */
  z-index: 9999;
  height: auto;
  min-width: 100px;
  text-align: center;
  box-shadow: 3px 5px 7px rgb(127,127,127,0.3);
}
.fixed-cart-top{
  padding:5px 0px 5px 0px;
  background-color: #686767;

}
.fixed-cart-bottom{
  padding:5px 0px 7px 0px;
  background-color: #e8e8e8;
}


#nav-cart .fix_count[data-count]:after {
  font-size: 77%;
  right: -21%;
}

.headline > h4{
  margin-bottom: 10px;
}
span.underline_divider {
    font-size: 20px;
    border-bottom: 3px solid grey;
    display: inline-block;
    width: 25%;
    margin-bottom: 30px;
}

/* Global Theme Color Override (Light Green) */
.button, 
button, 
input[type="submit"],
.btn-primary,
.header-control .block-minicart .shopcart-icon .count,
.details-infor .price,
.slider-item .price .number-price {
    background-color: #7cbd1e !important;
    color: #fff !important;
    border-color: #7cbd1e !important;
}

.button:hover, 
button:hover, 
input[type="submit"]:hover,
.btn-primary:hover {
    background-color: #6ca61a !important;
    border-color: #6ca61a !important;
}

/* Text color overrides */
a:hover, 
.header-nav .cleric-nav .menu-item .cleric-menu-item-title:hover,
.details-infor .price {
    color: #7cbd1e !important;
}

/* Specific text color fixes where background was not used */
.details-infor .price,
.slider-item .price .number-price {
    background-color: transparent !important; /* Reset bg for text elements */
    color: #7cbd1e !important;
}
