/*------------------product tiles vinita----------------------------*/

#product-tile .button {
 background: #e1b23d;
    color: #fff;
    font-size: 13px;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    padding: 5px 10px;
    /*font-weight: 800;*/
    display: inline-block;
    transition: all 0.15s ease-in;
    font-family:Verdana,sans-serif !important;
}
#product-tile .button:hover {
  background: #dc9e16;
}

#product-tile .product-wrapper {
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*text-align: center;*/
  width: 100%;
}

#product-tile .product-tile {
  background: #fff;
  position: relative;
  width: 230px;
  display: inline-block;
  margin-left: -4px;
}

#product-tile .product-tile .inner-wrap {
  padding: 25px;
}
#product-tile .product-tile a {
  text-decoration: none;
}
#product-tile .product-tile .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1a1a1a;
  opacity: 0;
  transition: all 0.15s ease-in;
}
#product-tile .product-tile .button {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -40%);
}
#product-tile .product-tile img {
  display: block;
  margin: 0 auto;
  box-shadow: 4px 1px 18px 2px #b3b0a9a8;
}
#product-tile .product-tile:hover .overlay {
  opacity: 0.1;
}
#product-tile .product-tile:hover .button {
  opacity: 1;
  transform: translate(-50%, -80%);
}

#product-tile .product-meta {
  text-align: center;
  padding-top: 25px;
  position: relative;
  z-index: 2;
}

#product-tile .product-title {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
}

.flex_product
{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap:wrap;
}

/*----------Product card----------------*/
.product-card {
    width: 400px;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 5% auto;
    background: #fafafa;
}

.info_new{
    color:#131d53 !important;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 5%;
    background: #f0f0f0;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 5%;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 16px;
    color: #1027a5;
    font-weight: 700;
    padding-bottom: 2%;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 15px;
}

.product-links a:hover {
    color: #fbb72c;
}

.ml-3-p
{
    margin-left: 9%;
}

#details-tab-button .w3-button:not(:last-child) 
{
    border-right: solid 1px #e8dddd;
}

  .details-tab-font button
    {
        width : 33% !important;
    }
/*----------------------------------------*/


@media (max-width:768px){
    
    .product-card {
    width: 100% !important;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 5% auto;
    background: #fafafa;
}
    .details-tab-font button
    {
        font-size: 11px !important;
         width : auto !important;
    }
    
      .flex_product
    {
        display:block;
    }
    
      .product-tile-sm
    {
        margin-left:18% !important;
    }
    .ml-3-p
    {
        margin-left:0% !important;
    }
      .footer-logo-2
    {
        margin-top: 96px !important;
    width: 120px !important;
    position: relative !important;
    top: 10% !important;
    /* margin-right: 126px; */
    margin-left: auto !important;
    margin-right: auto !important;
    }
    
    .footer-row
    {
        margin-top: 13% !important;
    }
    
}