/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
html body #wrapper .breadcrumb,
html body #wrapper .breadcrumb * ,
html body #wrapper .breadcrumb a,
html body #wrapper .breadcrumb span {
    color: #ff7200 !important;
}


.product-tabs {
    width: 100%;
}

.product-tabs .tab-content {
    width: 100%;
}

html body.category-description .rte-content h3,
html body .category-description .rte-content h3,
body .category-description .rte-content h3,
.category-description .rte-content h3 {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
}





#quickview-modal-product-content .rte-content p {
    margin-right: 2vw !important;
}



#module-ph_simpleblog-single h2 {
    font-size: 1.25rem !important;
}

#module-ph_simpleblog-single h3,
#module-ph_simpleblog-single h4 {
    font-size: 1.125rem !important;
}


.row {
    --bs-gutter-x: -1.5rem !important;
}



#quickview-modal .js-quickview-np-btn{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
}

#quickview-modal .js-quickview-np-btn i{
  line-height: 1 !important;
  font-size: 3rem;
}