/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.col-mobile-logo .img-fluid {
  max-width: 85%;
}

#wrapper .breadcrumb{
  height: 300px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0;
}
#wrapper .breadcrumb .container-fluid{
  text-align: center;
  display: flex;
  height: 300px;
}
#wrapper .breadcrumb h1{
  color: #fff;
  font-weight: 500;
  margin: auto;
}
#product #wrapper .breadcrumb{
  height: auto;
  background: #8D0000;
  padding: 1%;
  display: flex !important;
}
#product #wrapper .breadcrumb .container-fluid{
  height: auto;
  display: inline-block;
}
#product #wrapper .breadcrumb .container-fluid .col-auto{
  display: none;
}
#product #wrapper .breadcrumb h1{
  font-size: 14px;
  text-align: left;
}
#product #swiper-wrapper-column-images .product-lmage-large:nth-child(1){
  max-width: 100%;
  flex: 100%;
}

.product-price {
  color: #8d0000;
}
#content-wrapper .product_header_container .page-title span::after{
  content: ' ';
  background: #000;
  display: inline-block;
  width: 70px;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 1px;
}
.product_header_container h1{
  color: #000 !important;
  font-weight: 500 !important;
  padding-bottom: 10px !important;
}
.product-add-to-cart .col-add-btn,
.product-add-to-cart .col-add-btn .add-to-cart{
  display: inline-block;
  width: 100%;
}
.product-additional-info{
  border: none !important;
}
.product-details-section h4{
  display: none;
}

.products-nb-per-page{
  display: none !important;
}
.breadcrumb{
  display: none !important;
}

#category .breadcrumb{
  display: flex !important;
}
.block_space{
  padding-top: 30px;
}
.products-selection{
  margin-bottom: 0px;
  margin-top: 0px;
}
#category #products .products{
  margin-top: 0px;
}
.PM_ASBlockOutput .card{
  border: none;
}
.PM_ASBlockOutput .card-header{
  display: none !important;
}
.PM_ASBlockOutput .card-block{
  padding: 0;
}
.PM_ASCriterionsGroupTitle{
  border: none !important;
}
.PM_ASCriterionsGroupTitle{
  position: relative;
  margin-bottom: 15px;
}
.PM_ASCriterionsGroupTitle span::before{
  content: "";
  position: absolute;
  bottom: -1px;
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: solid 2px #000000;
  left: 0;
  right: 0;
}
.whatsapp-badge{
  bottom: 35px !important;
}
.product-features>dl.data-sheet dt.name{
  font-weight: 600;
  font-size: 11px;
}
.product-extracontent-section .section-title{
  margin-bottom: 0px !important;
}
.cart-products .align-items-center .mr-2,
.cart-products .align-items-center .col .text-muted{
  display: none !important;
}
#search_widget .autocomplete-suggestions .product-price{
  display: none !important;
}


#customer-form .form-group:nth-child(1){
  display: none !important;
}
#delivery-address .js-address-form .form-fields .form-control-comment{
  display: none;
}
.facated-toggler{
  display: none !important;
}
#PM_ASearchResults #main h2:nth-child(1){
  display: none !important;
}
.filter-mobile{
  display: none;
}
#js-active-search-filters form{
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0,0,0,.125);
}

#PM_ASBlock_1 .card-block .PM_ASResetSearch{
  display: none !important;
}
.products-sort-order{
  display: none !important;
}

#module-ph_simpleblog-single #inner-wrapper.container{
  max-width: 1140px;
}
#module-ph_simpleblog-single .page-header h1{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#module-ph_simpleblog-single .rte-content p{
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #wrapper .breadcrumb,
  #wrapper .breadcrumb .container-fluid {
    height: 70px;
  }
  #wrapper .breadcrumb h1{
    font-weight: 600;
    font-size: 20px;
  }
  .PM_ASBlockOutput.PM_ASMobileMode .card-block {
    display: inline-block !important;
  }
  .left-column{
    order: 1;
  }
  #left-column{
    order: 0;
    margin-top: 0;
    display: none;
  }
  .block_space {
    padding-top: 0 !important;
  }
  .filter-mobile{
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    margin: 0 15px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
  }
  #js-active-search-filters{
    margin-top: 15px;
  }
}
