.fa-truck,
    .fa-cut,
    .fa-user-tag {
      color: white;
      font-size: medium;
      font-style: italic;
      /*font-weight: normal;*/
    }

    .bg-secondary {
      background-color: #B0BCC2 !important;
    }

    .btn-primary {
      background-color: black;
    }

    .nav-pills>li>a,
    .nav-pills>li>a:hover,
    .nav-pills>li>a:focus {
      background-color: black;
      color: white;
    }

    .nav-pills .nav-link.active {
      background-color: black;
    }

    .btn-primary:hover {
      background-color: gray;
    }
    .nav-item.active .nav-link {
      color: #B0BCC2;
    }
    select{
      height: 35px;
      width: 100%;
      color:#616161e7;
      border: 0.5;
      border-color: #61616188;
      border-radius: 0.25rem;
      background: transparent;
      padding-left: 0.50em;
      /* display: block; */
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.6;
      /* appearance: inherit; */
      box-shadow: 1px 1px #ccc;
      box-sizing: border-box;
    }
    select:focus {
      border-color: black;
      outline: none;
    }
    select:active {
      border-color: black;
    }
    select:after {
      border-color: black;
    }

    input{
      box-shadow: 1px 1px #ccc;
    }
    legend{
      font-size: 1rem;
    }

/* Range Slider  */

input[type=range] {
  -webkit-appearance: none;
  margin: 20px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animation: 0.2s;
  /* animate: 0.2s; */
  background: #616161e7;
  border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #616161e7;
}
.range-wrap{
  width: 100%;
  position: relative;
}
.range-value{
  position: absolute;
  top: -40%;
  box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
}

.loadcontainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.7;
  z-index: 999999999;
  background-color: #fff;
}

.modal-loadcontainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  /* overflow: hidden;   */
  /* opacity: 0.7; */
  z-index: 999999999;
  background-color: rgba(139, 139, 139, 0.87);
}

#loading {
  /* width: 100%; */
  /* height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /* vertical-align: middle; */
  /* display: block; */
  /* opacity: 0.7; */
  /* background-color: #fff; */
  overflow: hidden;  
  z-index: 9999999;
  text-align: center;
}
#modal-loading {
  /* width: 100%; */
  /* height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /* vertical-align: middle; */
  /* display: block; */
  /* opacity: 0.7; */
  /* background-color: #fff; */
  overflow: hidden;  
  z-index: 9999999;
  text-align: center;
}

.range-value span{
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #616161e7;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
}
.range-value span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #616161e7;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  /* box-shadow: 0 0 4px 0 rgba(0,0,0, 1); */
}

.card-custom .card-title {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: x-large;
  font-weight:600;
  text-shadow: #B0BCC2;
}
.downmute{
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}
.card-custom .card-subtitle {
  font-size: normal;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.pricetag{
  font-stretch: wider;
  font-size: medium;
}
.descript{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: normal;
}


.p-card {
  border: 1px solid #eee
}

.minify {
  font-size: x-small;
  /* margin-left: 0.1px; */
  /* border-radius: 2px; */
  /* border: 1px solid black ; */
}
.p-details {
  /* padding: 0.5px; */
  border-radius: 0px;
  /* background: #d6dbdd !important; */
  /* color: #fff; */
  vertical-align: middle;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.homenav a {
  color: white;
}

.droplets {
  background-color: #B0BCC2 !important;
  border: 1px solid rgb(59, 59, 59);
}

.clickable {
  cursor: pointer;
}

.btn-cart {
  z-index:auto;
}
.cardhl {
  /* cursor: pointer; */
  position: relative;
  padding: 5px 10px;
  background: white;
  font-size: 28px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
  /* z-index: inherit; */
}
.cardhl:after, .cardhl:before {
  content:"";
  pointer-events:none;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
  /* z-index: inherit; */
}
.cardhl:after {
  top: -1px;
  left: -1px;
  border-top: 3px solid black;
  border-left: 3px solid black;
}
.cardhl:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
}

.cardhl:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  /* z-index: inherit; */
}
.cardhl:hover:before, .cardhl:hover:after {
  width: 100%;
  height: 100%;
  /* z-index: inherit; */
}

/* Credit Card */
/* // Form wrapper styling  */
.card-shape, #my-sample-form.visa, #my-sample-form.master-card, #my-sample-form.maestro, #my-sample-form.american-express, #my-sample-form.discover, #my-sample-form.unionpay, #my-sample-form.jcb, #my-sample-form.diners-club {
  border-radius: 6px;
  padding: 2em 2em 1em;
}
@media (max-width: 476px) {
  .card-shape, #my-sample-form.visa, #my-sample-form.master-card, #my-sample-form.maestro, #my-sample-form.american-express, #my-sample-form.discover, #my-sample-form.unionpay, #my-sample-form.jcb, #my-sample-form.diners-club {
    padding: 2em 1.5em 1em;
 }
}
/* #my-sample-form { */
  /* background-color: #fff; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); */
  /* padding: 8em 3em 2em; */
  /* width: 20em; */
  /* margin-bottom: 2em; */
  /* transition: all 600ms cubic-bezier(0.2, 1.3, 0.7, 1); */
  /* animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1); */
  /* z-index: 1; */
/* } */
/* #my-sample-form:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
} */
/* @media (max-width: 476px) {
  #my-sample-form {
    box-sizing: border-box;
    padding: 7em 2em 2em;
    width: 100%;
 }
} */
#my-sample-form.visa {
  color: #fff;
  background-color: #0d4aa2;
}
#my-sample-form.master-card {
  color: #fff;
  background-color: #363636;
  background: linear-gradient(115deg, #d82332, #d82332 50%, #f1ad3d 50%, #f1ad3d);
}
#my-sample-form.maestro {
  color: #fff;
  background-color: #363636;
  background: linear-gradient(115deg, #009ddd, #009ddd 50%, #ed1c2e 50%, #ed1c2e);
}
#my-sample-form.american-express {
  color: #fff;
  background-color: #007cc3;
}
#my-sample-form.discover {
  color: #fff;
  background-color: #ff6000;
  background: linear-gradient(#d14310, #f7961e);
}
#my-sample-form.unionpay, #my-sample-form.jcb, #my-sample-form.diners-club {
  color: #fff;
  background-color: #363636;
}
.cardinfo-label {
  display: block;
  font-size: 11px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.cardinfo-exp-date {
  margin-right: 1em;
  width: 100%;
}
.cardinfo-cvv {
  width: 100%;
}
#button-pay { 
  cursor: pointer; 
  width: 16em;
  font-size: 15px;
  border: 0;
  padding: 1.2em 1em;
  color: #fff;
  background: #282c37;
  border-radius: 4px;
  z-index: 0;
  /* transform: translateY(-100px); */
  transition: all 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
  opacity: 1;
 -webkit-appearance: none;
}
#button-pay:hover {
  background: #535b72;
}
 #button-pay:active {
  animation: cardIntro 200ms cubic-bezier(0.2, 1.3, 0.7, 1);
}
#button-pay.show-button {
  /* transform: translateY(0); */
  opacity: 1;
}
.cardinfo-card-number {
  position: relative;
}
#card-image {
  position: absolute;
  top: 2em;
  right: 1em;
  width: 44px;
  height: 28px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/346994/card_sprite.png);
  background-size: 86px 458px;
  border-radius: 4px;
  background-position: -100px 0;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
#card-image.visa {
  background-position: 0 -398px;
}
#card-image.master-card {
  background-position: 0 -281px;
}
#card-image.american-express {
  background-position: 0 -370px;
}
#card-image.discover {
  background-position: 0 -163px;
}
#card-image.maestro {
  background-position: 0 -251px;
}
#card-image.jcb {
  background-position: 0 -221px;
}
#card-image.diners-club {
  background-position: 0 -133px;
}
/*-------------------- Inputs --------------------*/
.input-wrapper {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.86);
  height: 2.75em;
  border: 1px solid #eee;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  padding: 5px 10px;
  margin-bottom: 1em;
}
.cardinfo-card-number, .cardinfo-exp-date, .cardinfo-cvv {
  transition: transform 0.3s;
}
.braintree-hosted-fields-focused {
  border-color: #5db6e8;
}
.braintree-hosted-fields-invalid {
  border-color: #e53a40;
  animation: shake 500ms cubic-bezier(0.2, 1.3, 0.7, 1) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
/*-------------------- Animations --------------------*/
@keyframes cardIntro {
  0% {
    transform: scale(0.8) translate(0, 0);
    opacity: 0;
 }
  100% {
    transform: scale(1) translate(0, 0);
    opacity: 1;
 }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
 }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
 }
  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
 }
  40%, 60% {
    transform: translate3d(3px, 0, 0);
 }
}



.rotate{
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.down{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.breadcrumb a{
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color:rgb(31, 29, 29);
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	/* .navbar .nav-item .dropdown-menu{ display: none; } */
	/* .navbar .nav-item:hover .nav-link{ color: #fff;  } */
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

@media (min-width: 768px) {
.fixed-height {
  height: 600px;
}
}

.footer-wrapper {
  align-content: center;
 justify-content: center;
 text-align: center;
     vertical-align: bottom !important;
   background-color: #212529;
   align-items: center !important;
   /* display: inline-flex; */
   margin: 0;
   padding: 0;
   align-items: center;
   justify-content: center;
   height: 5vh;
   width:100% !important;
   font-size: small;
   color: #fff;
 }
 .footer-wrapper a{
     color: #fff;
     text-decoration: none;
 }
 
 .footer-wrapper i {
   padding: 0px 10px;
 }
 
 .fb-icon {
   color: #fff;
   cursor: pointer;
   text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
   transition: all ease-in-out 150ms;
 }
 
 .fb-icon:hover {
     color: #4867AA;
   margin-top: -10px;
   text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
   transform: translate(0, -8);
 }
 
 .tweet-icon {
   color: #fff;
   cursor: pointer;
   text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
   transition: all ease-in-out 150ms;
 }
 
 .tweet-icon:hover {
     color: #1DA1F2;
   margin-top: -10px;
   text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
   transform: translate(0, -8);
 }
 
 .gplus-icon {
   color: #fff;
   cursor: pointer;
   text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
   transition: all ease-in-out 150ms;
 }
 
 .gplus-icon:hover {
     color: #db4a39;
   margin-top: -10px;
   text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4);
   transform: translate(0, -5);
 }
 .link-icon {
   color: #fff;
   cursor: pointer;
   text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
   transition: all ease-in-out 150ms;
 }
 .link-icon:hover {
     color: #0e76a8;
   margin-top: -10px;
   text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
   transform: translate(0, -8);
 }
 
 .mydiv{
  color: black !important;
  background-color: #B0BCC2 !important;
 }
 .mydiv:hover{
   background-color:gray !important;
  }