.template-product .page-container {
  -webkit-transform: none;
          transform: none; }

.template-product .product-gift__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .template-product .product-gift__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.template-product .product-gift__left {
  width: calc(50% - 30px);
  margin: 0 15px; }
  @media (max-width: 767px) {
    .template-product .product-gift__left {
      width: calc(100% - 30px);
      margin-bottom: 17.5px; } }

.template-product .product-gift__right {
  width: calc(50% - 30px);
  margin: 0 15px; }
  @media (max-width: 767px) {
    .template-product .product-gift__right {
      width: calc(100% - 30px); } }

.template-product .product-gift__title {
  color: #000; }

.template-product .product-gift__form .form-radio__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 35px 0; }

.template-product .product-gift__form .form-radio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  position: relative;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .template-product .product-gift__form .form-radio__item .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .template-product .product-gift__form .form-radio__item label {
    padding-left: 40px;
    position: absolute;
    left: 0;
    min-height: 25px;
    line-height: 25px;
    color: #000; }
  .template-product .product-gift__form .form-radio__item .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .template-product .product-gift__form .form-radio__item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #000;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .template-product .product-gift__form .form-radio__item .container:hover input ~ .checkmark {
    background-color: #ccc; }
  .template-product .product-gift__form .form-radio__item .container input:checked ~ .checkmark {
    background-color: #000; }
  .template-product .product-gift__form .form-radio__item .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .template-product .product-gift__form .form-radio__item .container input:checked ~ .checkmark:after {
    display: block; }
  .template-product .product-gift__form .form-radio__item .container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white; }

.template-product .product-gift__form .form-radio__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .template-product .product-gift__form .form-radio__content--item {
    display: none;
    width: 100%; }
    .template-product .product-gift__form .form-radio__content--item.is-active {
      display: block; }
  .template-product .product-gift__form .form-radio__content input {
    width: 100%;
    margin-bottom: 10px; }

.template-product .product-gift__form .product-form__item {
  padding: 0 !important; }
  .template-product .product-gift__form .product-form__item--submit {
    padding: 0; }

.template-product .product-gift__form .product-form label {
  margin-bottom: 10px;
  color: #000; }

.template-product .product-gift__description p {
  color: #000; }

.template-product .product-gift__description ul li {
  color: #000; }

.template-product .product-single__photos img {
  width: 100%; }

/*# sourceMappingURL=product.css.map*/