/*
 Theme Name:   Hobigradina
 Theme URI:    http://hobigradina.com
 Description:  Place here custom code, views and template.
 Author:       Manoel Zhelev
 Author URI:   http://hobigradina.com
 Template:     spring-plant
 Version:      1.0.1
*/

/* Title */
.custom-background .product_title {
  font-size: 32px !important;
  color: #6ea820 !important;
  margin-top: 10px !important ;
  margin-bottom: 35px !important ;
  padding-left: 16px;
}

/* Breadcrumbs */
.product-breadcrum {
  padding-left: 16px;
}
.gf-breadcrumbs {
  flex-wrap: wrap;
}
ul.gf-breadcrumbs li {
  font-size: 12px;
  letter-spacing: normal !important;
  color: #7d7d7d !important;
}

.breadcrumb-sep {
  margin: 0 5px !important;
}

/* Страница за single product */
.mfp-wrap{
  /* Галерия при натискане на малка снимка */
	top:0 !important;
}
.slick-track {
  height: fit-content !important;
}
#single-product-image-3 {
  padding-top: 10px !important;
}
.custom-single-page-container {
  background-color: #f6f7fb;
  padding-top: 10px;
}
.custom-background {
  max-width: 1200px;
  margin: 0 auto;
}

/* Вариации  */
.variation-radios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.variation-radios .variation-label {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  height: 40px;
  font-size: 14px !important;

}
.variation-label .amount {
  font-size: 14px;
  font-weight: 900 !important;
}
.variation-label .price {
  margin-bottom: 0 !important;
}

.variation-label input[type="radio"] {
  display: none;
}

.variation-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.variation-label input[type="radio"]:checked + span {
  color: #fff;
  border: none;
  background-color: #3baf3c;
  transition: all 0.2s ease-in-out;
}
.variation-label input[type="radio"]:checked + span * {
  color: #fff !important;
}
.variation-label:has(input[type="radio"]:checked) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.attribute-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* Meta информация за продукт */

.product_meta {
  margin-top: 2em;
  margin-bottom: 30px;
}
.product_meta > span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  text-transform: capitalize;
}
.product_meta > span span {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 20px;
  color: #7d7d7d;
}
.product_meta > span a {
  color: inherit;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  color: #7d7d7d;
}
.product_meta > span a:hover,
.product_meta > span a:focus,
.product_meta > span a:active {
  text-decoration: none;
  color: #6ea820;
}
.product_meta > span a:first-child {
  margin-left: 20px;
}
.product_meta > span a:hover,
.product_meta > span a:focus {
  color: #6ea820;
}
.product_meta > span + span {
  margin-top: 12px;
}

/* related products */
.woocommerce .related.products {
  padding-top: 0px !important;
}
.gsf-product-wrap.layout-03 .woocommerce-tabs {
  margin-top: 0px !important;
}

/* На изплащане */
.custom-after-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}

.custom-after-add-to-cart .tbi_button_container5 {
  min-height: 50px !important;
  height: fit-content !important;
  border-radius: 10px;
  border: 1px solid #ff6600;
}
.custom-after-add-to-cart .tbi_button_container5:hover {
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.3);
  transform: scale(1.05);
}

.tbi_button_container5 .tbi_button5 {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.tbi_button_body5 {
  background-color: transparent;
  border: none;
}

#uni-product-button-container {
  margin-top: 0 !important;
}
.tbi_button5 .tbi_button_body5 {
  border-radius: unset !important;
}
.tbi_button5 .tbi_button_body5 .tbi_custom_button_line {
  height: 100%;
  gap: 16px;
  justify-content: flex-start;
  color: #ff6600;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}
.tbi-custom-label-container {
  flex: 1;
}

#uni-product-button-container {
  cursor: pointer;
  min-height: 50px !important;
  height: fit-content !important;
  padding: 3px 10px !important;
  width: 100% !important;
  border-radius: 10px !important;
  border: 1px solid #ee2e24 !important;
  transition: 0.3s;
}
.uni_button {
  background: transparent !important;
  height: 100% !important;
  width: 100% !important;
}
.uni_button_body {
  width: 100%;
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: flex-start;
}
.uni_button_body img {
  height: 40px !important;
}
.uni_button_body_content {
  text-shadow: none !important;
  color: #ee2e24 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  white-space: wrap !important;
}
.uni_button:hover {
  all: unset !important;
}
.uni_button:hover :nth-child(n) {
  display: flex;
}
#uni-product-button-container:hover {
  box-shadow: 0 0 15px rgba(238, 46, 36, 0.3);
  transform: scale(1.05);
  transition: 0.3s;

}
