/* ==================================================
   CALCULATOR WRAPPER
================================================== */

.calculator-container {
    width: 100%;
    padding: 50px;
    background: #f8f9fa;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
}


/* ==================================================
   FORM FIELDS
================================================== */

.calculator-field {
    text-align: center;
    margin-bottom: 20px;
}

.calculator-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
}


/* ==================================================
   PRESET BUTTONS
================================================== */

.calculator-presets {
    display: flex;
    gap: 5px;
    width: 100%;
    margin-bottom: 9px;
}

.calculator-presets button {
    flex: 1;
    width: 25%;
    min-width: 0;

    height: 41px;
    min-height: 41px;

    margin: 0 !important;
    padding: 5px !important;

    background: #fff !important;
    color: #000 !important;

    border: 1px solid #bfc3c7 !important;
    border-radius: 5px !important;

    box-shadow: none !important;

    font-size: 14px;
    font-weight: 400;

    line-height: 1;
    letter-spacing: 0;
    text-transform: none;

    cursor: pointer;
}

.calculator-presets button:hover {
    background: #6c757d !important;
    border-color: #6c757d !important;
    color: #fff !important;
}


/* ==================================================
   PLUS / MINUS INPUT
================================================== */

.calculator-input {
    display: flex;
    align-items: center;
    width: 100%;
}

.calculator-input input {
    flex: 1;

    width: 100%;
    height: 44px;

    margin: 0 !important;
    padding: 7px 10px !important;

    background: #fff !important;

    border: 1px solid #d6dbe0 !important;
    border-radius: 10px !important;

    box-shadow: none !important;

    text-align: center;

    font-size: 14px;
}

.calculator-input input:focus {
    border-color: #13cb91 !important;
    box-shadow: 0 0 0 1px #13cb91 !important;
}


/* PLUS / MINUS BUTTONS */

.calculator-input button {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 25px;

    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;

    margin: 7px !important;
    padding: 0 !important;

    background: #13cb91 !important;
    color: #fff !important;

    border: 1px solid #13cb91 !important;
    border-radius: 5px !important;

    box-shadow: none !important;

    font-size: 16px;
    line-height: 1;

    letter-spacing: 0;
    text-transform: none;
}

.calculator-input button:hover {
    background: #10b681 !important;
    border-color: #10b681 !important;
}


/* ==================================================
   RESULT AREA
================================================== */

.calculator-results {
    padding-top: 18px;
}

.result-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    min-height: 87px;

    margin-bottom: 16px;
    padding: 15px;

    background: #fff;

    border: 1px solid #000;
    border-radius: 8px;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    text-align: center;
}

.result-box strong {
    display: block;
    margin-bottom: 4px;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.result-value {
    color: #13cb91;

    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
}


/* ==================================================
   SECOND SECTION
================================================== */

.calculator-second-section {
    margin-top: 25px;
}


/* ==================================================
   MOBILE
================================================== */

@media screen and (max-width: 549px) {

    .calculator-container {
        padding: 20px;
    }

    .calculator-results {
        padding-top: 0;
    }

    .calculator-presets button {
        font-size: 13px;
        padding: 4px !important;
    }

}


/* ==================================================
   STYLE
================================================== */

.html_topbar_left{
	font-size: 16px !important;
    font-weight: 600;
}
.nav-dropdown>li>a {
    white-space: nowrap;
}
.container .section, .row .section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 850px) {
.page-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
}
}
.heading-text h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
	margin-bottom: 45px;
}

.heading-text h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #29775E;
  border-radius: 10px;
  transform: translateX(-50%);
}
.heading-text h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
    padding-top: 60px;
	text-align: center;
}

.heading-text h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #29775E;
  border-radius: 10px;
  transform: translateX(-50%);
}
@media (max-width: 849px) {
	.heading-text h1 {
		padding-top: 30px;}
}

.page-heading-text h1{
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 15px; 
  margin-bottom: 45px;
	text-align: center;
}
.page-heading-text h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #29775E;
  border-radius: 10px;
  transform: translateX(-50%);
}


a.woocommerce-LoopProduct-link {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.woocommerce-loop-product__title{
	margin-bottom: 10px !important;
}
 .button {
    font-weight: 500 !important;
}
.wpcf7-spinner{
	display: none;
}
form {
    margin-bottom: 0 !important;
}
input[type=submit] {
	margin-right: 0 !important;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border-radius: 5px !important;}

.mx-w-250 img{
	max-width: 250px;
}
.mx-w-300{
	max-width: 300px;
}
.absolute-footer{
	display: none;
}
.text-justify{
	text-align: justify;
}
.footer-row {
	justify-content: space-between;
}
.brand-logo-col .col-inner .img{
	margin-bottom: 0 !important;
}
.brand-logo-col .col-inner{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
@media (max-width: 600px) {
	.brand-logo-col .col-inner{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
}

.slider-style-focus {
    padding: 0;
}

.accordion{
	border: 1px solid #ddd;
    border-radius: 5px;
}
.accordion-title {
	padding: .6em 2.3em .6em .6em;
	font-size: 16px;
}
.accordion-title.active {
	background-color: rgb(245, 255, 251);
}
.accordion .toggle{
	left: unset;
	right: 0;
}
.accordion-inner{
	    padding: 1em 0.6em;
}
.accordion-inner p{
	font-size: 14px;
}
@media (max-width: 600px) {
	.accordion-title {
	font-size: 14px;
}
	.accordion-inner p{
	font-size: 12px;
}
	.quality-row .icon-box-img{
		width: 40px !important;
	}
}

.slide-text p{ 
	margin-bottom:0;
	font-weight: 600;
}
.pp-slide .flickity-prev-next-button{
	top: 50% !important;
    transform: translateY(-50%) !important;
    width: 25px;
}
.pp-slide .slider:hover .flickity-prev-next-button {
    transform: translateY(-50%) !important;
}
.pp-slide .flickity-prev-next-button.previous {
    left: 5px;
}
.pp-slide .flickity-prev-next-button.next {
    right: 5px;
}

.product-gallery-col .product-images{
	border: 1px solid #E2EFEB;
    border-radius: 5px;
}
.product-gallery-col .product-thumbnails a {
	border: 1px solid #E2EFEB;
	border-radius: 5px;
}
.product-gallery-col .product-gallery-slider img, .product-gallery-col .product-thumbnails img {
    border-radius: 5px;
}

.single_add_to_cart_button.button {
	width: calc(100% - 104px);
}

.product-section-title-related{
	display: none;
}
.product-section {
    border-top: none;
}

.product-summary-col ul.product_list_widget li{
	border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 12px;
	margin-left: 0px;
	padding: 10px 5px 5px 75px;
}
.product-summary-col ul.product_list_widget li img {
	margin-left: 8px;
    border-radius: 5px;
}


.woobt-products .woobt-product .variations_form .variations .variation {
    border-width: 0px;
    border-style: none;
    border-color: #fff;
    padding: 0;
	    width: 100%;
}
.woobt-products .woobt-product .variations_form .variations .variation .label{
	display: none;
}
.woobt-title .reset{
		display: none;

}
.header-nav-main{
	justify-content: center !important;
}

.mfp-bg.mfp-ready {
    opacity: .9;
}
.autocomplete-suggestion .search-name{
	font-size : 14px;
}
.autocomplete-suggestion .search-price{
		font-size : 14px;
}
@media (max-width: 849px) {
	.autocomplete-suggestion{
	flex-direction: column;
    gap: 5px;
	}
	.autocomplete-suggestion .search-name{
	font-size : 12px;
}
.autocomplete-suggestion .search-price{
		font-size : 12px;
}
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    box-shadow: none;
    font-size: 14px;
    height: 3em;
}


.text-temp ul{
	    margin-left: 10px;
	    margin-bottom: 10px;
}
.text-temp p,
.text-temp li {
    margin-bottom: 10px;
}
.text-temp h2,
.text-temp h3 {
    margin-top: 30px;
	margin-bottom: 5px;
}
.text-temp h2:first-child{
    margin-top: 0px;
}
.text-temp h4:has(+ p) {
    margin-bottom: 0;
    margin-top: 20px;
}

@media screen and (max-width: 549px) {
.text-temp p,
.text-temp li {
    font-size: 12px;
}
}
.cart-popup-inner.inner-padding.cart-popup-inner--sticky {
	    padding: 15px;
}
.off-canvas-cart .ux-mini-cart-footer {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 15px;
}

.age-gate__challenge{
	    margin-bottom: 20px;
    font-size: 18px;
}
.age-gate-heading-title-logo, .age-gate__heading-title--logo {
	max-width: 270px;
    margin-bottom: 0;
}
.single_add_to_cart_button{
	background: #29775e!important
}
.product-summary-col .product-price-container {
	margin-top: 10px;
}