/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.4.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


.product-details-wrapper {
        max-width: 350px !important;
        font-family: 'Montserrat';
        font-size: 12px;
        margin: 0;
        padding: 0;
    }
    .product-details-wrapper h3 {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .detail-row {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #ccc;
      padding: 4px 0;
    }
    .hidden-field {
      display: none;
    }
    .toggle-details-btn {
      background: none;
      border: 1px solid #000;
      padding: 6px 15px;
      margin-top: 10px;
      cursor: pointer;
      font-weight: bold;
      transition: all 0.3s;
    }
    .toggle-details-btn:hover {
      background: #000;
      color: #fff;
    }
  .page-id-11 #primary {
    width: 70%;
    margin: 0 auto !important;
    float: none !important;
}