 .product-expandable {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2px;
  transition: max-height 300ms ease-in-out;
}
 .product-expandable .product-expandable-title {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  position: relative;
  padding: 15px 40px 15px 15px;
  background: #e9edf0;
  width: 100%;
  line-height: 1.3;
}
 .product-expandable .product-expandable-title span {
  font-weight: 600;
}
 .product-expandable .product-expandable-title .action_icon_group::before {
  color: #B31F24;
  display: block;
  font-style: normal;
  position: absolute;
  right: 12px;
  top: 50%;
  line-height: 1;
  will-change: transform;
  transition: all 350ms linear;
  transform: translateY(-50%) rotate(0deg);
}
 .product-expandable .product-expandable-title:hover .action_icon_group::before,  .product-expandable .product-expandable-title .action_icon_group:focus::before {
  color: #8094a7;
}
 .product-expandable .product-expandable-content {
/*  padding: 10px 0 25px 10px;*/
}
 .product-expandable .product-expandable-content br {
  display: none;
}
 .product-expandable .product-expandable-content strong {
  display: block;
}
 .product-expandable .woocommerce-Price-amount {
  color: #B31F24;
  
  font-weight: 600;
  margin-right: 0.9375em;
}
 .product-expandable.open .product-expandable-title .action_icon_group::before {
  transform: translateY(-50%) rotate(45deg);
  color: #8094a7;
}

.product-expandable .product-expandable-content .expandable-buttons{ margin-bottom:35px; }

.large-6.medium-6.small-12.columns.right-product{ width:50%; float:right; }
.woocommerce div.product .columns.right-product div.images.woocommerce-product-gallery{ width:100%; }
.large-6.medium-6.small-12.columns.right-product .video-buttons-wrap{ width:100%; }
.large-6.medium-6.small-12.columns.right-product .product-expandable{ width:100%; }
.product-expandable pre{font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;}
.product-expandable .product-expandable-title pre{ display:inline; }
.woocommerce div.product form.cart{display: inline;float: left;}
.product-section.product-details-row{display: inline;float: left;}
.woocommerce button.single_add_to_cart_button.small.radius.button.red.alt{     margin-top: 13px; margin-left:15px; }
.cart_price_area{margin-top: 15px;}
@media screen and (max-width: 480px) {
  .large-6.medium-6.small-12.columns.left-product{ width:100%; padding:0; }
  .large-6.medium-6.small-12.columns.right-product{ width:100%; padding:0; }
}