/*
Theme Name: TeeSpace - Child
Theme URI: https://harutheme.com/teespace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of TeeSpace
Template: teespace
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/

.single-product-top form.cart .single_add_to_cart_button {width: 50%;}

.giftwrap_checkout .giftwrap_header_wrapper { display: none;}

.custom-checkout-options { margin-top: 30px; margin-bottom: 24px;}
.custom-checkout-options .form-row label { font-weight: 400;}
.custom-checkout-options .form-row label .optional { display: none;}
p#billing_country_field {display: none;}
.archive-content, .single-content {margin-bottom:20px;}

.info-icon {
  display: inline-block;
  margin-left: 6px;
  background: #777; /* сіренька іконка */
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 220px;
  background: #333;
  color: #fff;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.info-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
