/*Example use:
--------------------------------
@media (max-width: $break_s) {

} 
--------------------------------
*/
body.single-product .inside-article {
  margin-top: -100px;
}
.woocommerce-product-gallery {
  display: none;
}
h1.product_title {
  display: none;
}
.summary.entry-summary {
  display: none;
}
.custom-product-cart-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .custom-product-cart-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-product-cart-section .product-price-wrapper {
    padding-bottom: 20px;
  }
}
.custom-product-cart-section .cart {
  display: flex;
}
.custom-product-cart-section input {
  background-color: white !important;
  color: var(--content) !important;
  border-radius: 13px;
}
.custom-product-cart-section .product-cart-button-wrapper {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .custom-product-cart-section .product-cart-button-wrapper {
    padding-left: 0px;
  }
}
.custom-product-cart-section .product-cart-button-wrapper .added_to_cart {
  position: relative;
  right: -20px;
}
.custom-product-cart-section .single_add_to_cart_button {
  border-radius: 13px !important;
  font-size: 1.1rem !important;
  margin-left: 10px !important;
}
.custom-product-cart-section .single_add_to_cart_button:hover, .custom-product-cart-section .single_add_to_cart_button:active {
  text-decoration: underline !important;
}
.gb-accordion__toggle.gb-block-is-current .gb-icon svg {
  transform: rotate(270deg) !important;
}
.gb-accordion__item-open .gb-accordion__toggle .gb-icon svg {
  transform: rotate(360deg) !important;
}
h1 {
  line-height: 1.2 !important;
}
.featured-lightbox img {
  border-radius: 29px;
}
.featured-lightbox:hover, .featured-lightbox:active {
  cursor: pointer !important;
}
