.text-shad{
    text-shadow:
        2px 2px 2px #000,
        0 2px 2px #000,
        -2px 0 2px #000,
        0 -2px 2px #000;
}

.bbk2{
    border:1px solid black;
}

.media-body{
    width:100%;
}

.pb-110 {
    padding-bottom: 70px;
}

.pt-110 {
    padding-top: 70px;
}

/* Chrome, Safari, Edge, Opera */
input.quantity-field::-webkit-outer-spin-button,
input.quantity-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.quantity-field[type=number] {
  -moz-appearance: textfield;
}

.bg-lighten2 {
  /*background-color: #f6f6f6;*/
  background-color: #c5c5c5;
}

.bg-light {
    background-color: #c5c5c5 !important;
}

footer:after{
  background: #dbdbdb !important;
}

.theme3 .breadcrumb-item.active {
  font-weight: bold;
}

.logostyl{
    max-width: 350px !important; 
    margin-top: -20px;
}

@media screen and (max-width: 1024px){
    .logostyl{
        max-width: 250px !important;
        margin-top: -20px;
    }
    .tp-caption{
        background-color: rgba(255,255,255,0.8);
    }
}