/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.hormona-product-vars {
  display: flex;
    flex-flow: column nowrap;
    gap: 15px;
}

.hormona-product-vars .pr-var {
      display: flex;
    flex-flow: row-reverse nowrap;
    border: 1px solid #B0ACA8;
    border-radius: 12px;
    padding: 12px;
    position: relative;
    background: #fff;
    align-items: center;
    gap: 10px;
}
.hormona-product-vars .pr-var.active {
	border : 2px solid #000;
}
.hormona-product-vars .badge {
  position: absolute;
  top: -20px;
  right: -40px;
  background: #D4E5E0;
  color: #363A39;
  padding: 5px 25px;
  font-size: 13px;
  border-radius: 15px;
  text-transform: uppercase;
  border: 1px solid #B0ACA8;
}
.hormona-product-vars .radio-btn-pointer {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #A56C41;
    position: relative;
}
.hormona-product-vars .pr-var.active .radio-btn-pointer:before {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    background: #A56C41;
    border-radius: 50%;
}

.hormona-product-vars .var-info {
  font-weight: 700;
    font-size: 18px;
    display: flex;
    flex-flow: column;
    flex: 4;
    line-height: 1;
}
.hormona-product-vars .var-info .var-tagline {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 10px;
}
.hormona-product-vars .discount {
      margin-left: 5px;
    font-size: 12px;
    font-style: italic
}

.hormona-product-vars .var-price {
  color: #000;
  flex: 1;
  line-height: 1;
}
.hormona-product-vars .var-price span.price del {
    display: none !important;
}

.woocommerce div.product span.price ,.woocommerce div.product span.price ins {
    font-weight: 400;
    color: #121212;
    font-size: 16px;
    text-decoration: none;
}
.var-price span.monthly-charge {
    font-size: .7rem;
}
@media screen and (max-width: 768px) {
    .hormona-product-vars .pr-var {
    flex-flow: column nowrap;
    padding: 16px;
    align-items: flex-start;
    gap: 15px;
}

	.hormona-product-vars .radio-btn-pointer {
		order: 1
	}
    .hormona-product-vars .var-info {
    font-weight: 700;
    font-size: 14px;
	order: 2
}
		.hormona-product-vars .var-price {
		order: 3;
	}
    .woocommerce div.product span.price, .woocommerce div.product span.price ins {
    font-weight: 600;
    color: #121212;
    font-size: 18px;
    text-decoration: none;
}
    .hormona-product-vars .badge {
    font-size: 12px;
    padding: 3px 15px;
    right: -10px;
}
}