/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 0px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  padding-left:0px;
  text-align:left;
  
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*product grid section*/
.product-grid{
    background-color: #fff;
    
    text-align: center;
    transition: all 0.3s ease 0s;
  }
  .product-grid .product-image{
    overflow: hidden;
    position: relative;
  }
  .product-grid .product-image a.image{ display: block; }
  .product-grid .product-image img{
    width: 100%;
    height: auto;
  }
  .product-image .pic-1{ transition: all 0.5s ease 0s; }
  .product-grid .product-image:hover .pic-1{ opacity: 0; }
  .product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  .product-grid .product-image:hover .pic-2{ opacity: 1; }
  .product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
  } 
  .product-grid .product-links li{
    margin: 0 0 10px;
    opacity: 0;
    transform: translate( 0,30%);
    transition: all 0.3s ease-in-out;
  }
  .product-grid .product-links li:nth-child(1){ transition-duration: 0.1s; }
  .product-grid .product-links li:nth-child(2){ transition-duration: 0.2s; }
  .product-grid .product-links li:nth-child(3){ transition-duration: 0.3s; }
  .product-grid:hover .product-links li{
    opacity: 1;
    transform: translate(0,-5%);
  }
  .product-grid .product-links li a{
    color: #222;
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: block;
    box-shadow: 0 5px 10px 0 rgba(91,91,91,.1);
    transition: all .5s ease 0s;
  }
  .product-grid .product-links li:first-child a,
  .product-grid .product-links li a:hover{ color: #fd4132; }
  .product-grid .product-content{
    padding: 15px 15px 0;
  }
  .product-grid .title{
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
  }
  .product-grid .title a{
    color: #161e46;
    transition: all 0.3s ease 0s;
  }
  .product-grid .title a:hover{
    color: #fd4132;
  }
  .product-grid .rating{
    color: #efb123 !important;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
  }

  .product-grid .rating li{
    color: #efb123 !important;
    font-size: 13px;
   
  }
  .product-grid .price{
    color: #fd4132;
    font-family:'Darker Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px;
  }

  .price {
    color: #fd4132;
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px;
}
  .product-grid .add-to-cart{
    color: transparent;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px !important;
    border: 1px dashed #161e46;
    display: inline-block;
    position: relative;
    transition: all .2s ease;
    z-index: 1;
  }
  .product-grid .add-to-cart:hover{
    border: 1px solid transparent;
  }
  .product-grid .add-to-cart:before{
    content: attr(data-hover);
    color: #fff;
    background: #161e46;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    border-radius: 50px;
    position: absolute;
    top: -3px;
    left: 5px;
    transition: all .2s ease;
    z-index: -1;
  }
  .product-grid .add-to-cart:hover:before{
    left: 0;
    color:#161e46;
    background: transparent;
    border: 1px dashed #161e46;
  }
  @media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
  }


  /*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 0px;
  text-align: left;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}