html body:not(.page-template-fullwidth-content) .site-content {
	margin: 0;
}

body .site {
    hyphens: none;
}

body .color-red a.menu-item-link {
	color: #FF0000!important;
}

.woocommerce-page .product-categories .cat-item a {
	font-size: 18px;
	color: #222222;
}

.woocommerce-page .product-categories .cat-item a:hover {
	color: #7A7A7A;
}

.variable-item-contents .variable-item-span-button {
	font-weight: 600;
}

.single.single-product .product .variations .woo-variation-items-wrapper .variable-item.selected {
	color: #fff;
    background: #000;
}

.calculator_center {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.calculator_center .jet-form-builder__field-wrap {
	text-align: center;
}

.page-template .calculator_center .input-calculator {
	max-width: 300px;
	font-size: 36px!important;
	text-align: center;
	padding: 15px;
}

.kalkulyator-bmvd .jet-form-builder__calculated-field-val {
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-left: auto;
	white-space: nowrap;
}

.kalkulyator-bmvd .jet-form-builder__calculated-field-suffix {
	display: flex;
    flex-direction: column;
    justify-content: center;
	white-space: nowrap;
}

.full-table {
	width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.full-table table {
	white-space: nowrap;
}

.full-table td,
.full-table th {
	padding: 5px;
	text-align: center;
}

.full-table tr:hover {
    background: #D6D5DA;
}

@keyframes spinWithDelay {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.promo__img {
  animation: spinWithDelay 4s linear infinite;
}

