/* Malli: @include icon($facebook)*/
body.single-product #content .product .media-and-summary-wrapper {
  margin-bottom: 5rem; }

body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button {
  text-decoration: none !important;
  cursor: pointer;
  border-style: solid !important;
  display: inline-block;
  transition: all 0.2s !important;
  vertical-align: middle;
  box-sizing: border-box;
  outline: 0;
  text-align: center !important;
  text-shadow: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  background-size: 100%;
  position: relative;
  z-index: 100;
  font-family: 'Assistant', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.005625rem;
  text-transform: initial;
  color: #ffffff !important;
  background-color: #f3352e !important;
  background-image: linear-gradient(to right, #f3352e, #ec1008) !important;
  border-width: 0.0625rem !important;
  border-color: transparent !important;
  border-radius: 1.4375rem !important;
  min-width: initial;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  margin: 0.3125rem 0 0.3125rem 0;
  width: auto; }
  body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: all 0.2s !important;
    border-radius: inherit; }
  body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:hover, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:active, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:focus {
    text-decoration: none !important; }
    body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:hover::after, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:active::after, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:focus::after {
      opacity: 1; }
  body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:disabled {
    opacity: 0.7;
    cursor: default; }
    body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:disabled:hover::after, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:disabled:active::after, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:disabled:focus::after {
      opacity: 0; }
  body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button::after {
    background-color: #f3352e !important;
    background-image: linear-gradient(to right, #ec1008, #f3352e) !important; }
  body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:hover, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:active, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:focus {
    color: #ffffff !important;
    border-color: transparent !important;
    background-color: #f3352e !important;
    background-image: linear-gradient(to right, #f3352e, #ec1008) !important; }
  body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button.is-active {
    background-color: #f3352e !important;
    background-image: linear-gradient(to right, #ec1008, #f3352e) !important;
    color: #ffffff !important; }
    body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:disabled:hover, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:disabled:active, body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button:disabled:focus {
      background-color: #f3352e !important;
      background-image: linear-gradient(to right, #f3352e, #ec1008) !important; }
  @media screen and (max-width: 63.9375em) {
    body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button {
      padding-top: calc(0.625rem * 0.9);
      padding-bottom: calc(0.625rem * 0.9);
      padding-left: calc(2.1875rem * 0.9);
      padding-right: calc(2.1875rem * 0.9); } }
@media screen and (max-width: 31.1875em) {
  body.single-product #content .product > .summary .price-add-to-cart .single_add_to_cart_button {
    min-width: initial;
    padding-top: calc(0.625rem * 0.8);
    padding-bottom: calc(0.625rem * 0.8);
    padding-left: calc(2.1875rem * 0.8);
    padding-right: calc(2.1875rem * 0.8); } }
body.single-product #content .product > .summary .price-add-to-cart .cart {
  width: auto; }

body.single-product #content .go-back-product .icon:before {
  font-size: 0.5rem;
  margin-right: 0.3125rem;
  position: relative;
  top: -0.0625rem; }
body.single-product #content .stock-value-wrapper .stock {
  border-top: 0.0625rem solid #585858;
  border-bottom: 0.0625rem solid #585858; }
  body.single-product #content .stock-value-wrapper .stock.in-stock::before {
    background-color: #3adb76; }
body.single-product #content .stock-value-wrapper .stock.available-on-backorder::before {
  background-color: #ffae00; }
body.single-product #content .stock-value-wrapper .stock.out-of-stock::before {
  background-color: #cc342e; }
body.single-product #content .product > .summary .product-price-cartform-wrapper .content {
  margin: 1.25rem 0 2.5rem 0; }
@media screen and (max-width: 71.25em) {
  body.single-product #content .product > .summary .product-price-cartform-wrapper .content {
    display: block; } }
body.single-product #content .product > .summary .product-price-cartform-wrapper .content .price {
  padding-right: 1.875rem; }
@media screen and (max-width: 47.9375em) {
  body.single-product #content .product > .summary .product-price-cartform-wrapper .content .price {
    margin-right: 0.9375rem;
    top: -0.25rem; } }
@media screen and (max-width: 71.25em) {
  body.single-product #content .product > .summary .product-price-cartform-wrapper .content .price {
    margin-bottom: 1.25rem; } }
body.single-product #content .product > .summary .product-price-cartform-wrapper .content .price del {
  display: block; }
body.single-product #content .product > .summary .share-wrapper {
  margin-top: 1.875rem; }
  body.single-product #content .product > .summary .share-wrapper .addthis_inline_share_toolbox {
    padding-left: 1.25rem; }
    body.single-product #content .product > .summary .share-wrapper .addthis_inline_share_toolbox .at-share-btn-elements {
      top: 0.5rem; }
      body.single-product #content .product > .summary .share-wrapper .addthis_inline_share_toolbox .at-share-btn-elements .at-label {
        font-weight: 400; }
body.single-product #content .images-wrapper .image-gallery-with-preview-container .image-gallery:before {
  color: #f3352e; }
body.single-product #content .product-description-info-review-wrapper {
  background-color: #ffffff; }
  body.single-product #content .product-description-info-review-wrapper::before {
    content: "";
    position: relative;
    width: 100%;
    background-color: #585858;
    height: 0.0625rem;
    display: block; }
