.cost-holder h4 {
    text-align: left;
    width: 100%;
}
.cost-holder .btn-wrapper{
	width: 100%;
}
.cost-holder input[type="submit"]{
	max-width: unset;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #ff8400;
    color: #fff;
    border-radius: 5px;
    transition: background 0.3s linear;
    font-weight: 700;
    text-align: center;
    padding: 9px 14px;
    font-size: 14px;
}
input#price-each,input#total-price-field {
    border: 1px solid #e2e2e2;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    opacity: 1;
}
.calculate-rope-section .cost-holder h3 {
    text-align: left;
}
.calculate-rope-section {
	/*padding: 100px 0;*/
	padding: 40px 0;
}

.calculate-rope-section h2 {
	margin: 0 0 10px;
}

.calculate-rope-section .step-block {
	border-radius: 25px;
	background-color: #e6e6e6;
	margin-bottom: 60px;
	padding-top: 1px;
	display: flex;
	align-items: center;
}

.calculate-rope-section .step-block .info-box {
	width: calc(100% - 175px);
	padding: 20px 25px;
}

.calculate-rope-section .step-block .info-box:only-child {
	width: 100%;
}

.calculate-rope-section .step-block .form-group {
	max-width: 715px;
	margin: 0 auto;
}

.calculate-rope-section .step-block .circle-box {
	position: relative;
	width: 150px;
	overflow: hidden;
	margin-top: -22px;
	align-self: flex-end;
	margin-left: 25px;
}

.calculate-rope-section .step-block .circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: -20px;
	background-color: #03ba48;
	color: #fff;
	font-size: 20px;
}

.calculate-rope-section .step-block .circle p {
	margin-bottom: 0;
}

.calculate-rope-section .step-block .num {
	font-size: 50px;
}

.calculate-rope-section .row {
	display: flex;
	margin: 0 -20px;
}

.calculate-rope-section .column {
	padding: 0 20px;
	width: 50%;
}

.calculate-rope-section .cost-holder h3 {
	text-transform: uppercase;
	margin: 0 0 15px;
	font-weight: 700;
}

.calculate-rope-section .cost-holder h4 {
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px;
}

.calculate-rope-section .cost-holder small {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.calculate-rope-section .cost-holder .added_to_cart {
	display: none;
}

/*.page-id-8671 .widget_shopping_cart_content .cart_list a:not(.remove) {
	pointer-events: none;
	cursor: default;
}*/

.calculate-rope-section .cost-holder .cost-box {
	padding: 20px;
	background-color: #e6e6e6;
	border-radius: 25px;
	border: 1px solid #fcfcfc;
	height: 100%;
}

.calculate-rope-section .btn {
	text-align: center;
	padding: 9px 14px;
	font-size: 14px;
}

.calculate-rope-section .visual-rope-holder {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #fff;
	border: 1px solid #656565;
	border-radius: 25px;
	padding: 50px;
	margin-bottom: 60px;
}

.calculate-rope-section .visual-rope-holder .rope-image {
	background-position: 50% 50%;
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
}

.calculate-rope-section .visual-rope-holder .extra-image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	max-height: 100px;
}

.calculate-rope-section .visual-rope-holder .extra-image.extra-left {
	left: auto;
	right: 20px;
}

.calculate-rope-section .title-box {
	margin-bottom: 50px;
}

.calculate-rope-form {
	margin-bottom: 50px;
}

.calculate-rope-form label {
	display: inline-block;
	margin-bottom: 10px;
}

.calculate-rope-form input, .calculate-rope-form select, .calculate-rope-form textarea {
	border: 1px solid #e2e2e2;
	padding: 10px;
	background-color: #fff;
	width: 100%;
	border-radius: 3px;
	font-size: 14px;
}

.calculate-rope-form textarea {
	min-height: 100px;
	resize: vertical;
}

.calculate-rope-form input[type="submit"] {
	text-transform: uppercase;
	cursor: pointer;
	background-color: #ff8400;
	color: #fff;
	border-radius: 5px;
	transition: background 0.3s linear;
	font-weight: 700;
}

.calculate-rope-form input[type="submit"]:hover {
	background-color: #0ba2e8;
}

.calculate-rope-form input[disabled] {
	opacity: 1;
}

.calculate-wf-form select,
.calculate-wf-custom-gabion-form select {
	width: 100%;
}

.calculate-wf-form label,
.calculate-wf-custom-gabion-form label {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	color: #000;
}

.calculate-wf-form label .label-note,
.calculate-wf-custom-gabion-form label .label-note {
	color: #656565;
	font-size: 14px;
	/*font-weight: 400;*/
}

.calculate-result-holder input[type="submit"],
.calculate-wf-form input[type="submit"],
.calculate-wf-custom-gabion-form input[type="submit"] {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	white-space: normal;
}



.calculate-wf-custom-gabion-form input[type="submit"]:hover,
.calculate-wf-custom-gabion-form input[type="submit"]:focus {
	background-color: #0ba2e8;
}

.calculate-wf-custom-gabion-form .error-message {
	color: tomato;
}

.calculate-result-holder input[type="submit"] {
	margin: 0;
	max-width: none;
	font-size: 16px;
	padding: 9px 25px;
}

.calculate-wf-form .column,
.calculate-wf-custom-gabion-form .column {
	width: 100%;
}

.calculate-wf-form input[type="radio"],
.calculate-wf-custom-gabion-form input[type="radio"] {
	display: inline-block;
}

.calculate-wf-form .input-holder,
.calculate-wf-custom-gabion-form .input-holder {
	margin-bottom: 10px;
}

.calculate-wf-form .real-input,
.calculate-wf-custom-gabion-form .real-input {
	position: fixed;
	top: -9999px;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
}

.calculate-wf-form .real-input[type="radio"] + .fake-input,
.calculate-wf-form .real-input[type="radio"] + .fake-input:before,
.calculate-wf-custom-gabion-form .real-input[type="radio"] + .fake-input,
.calculate-wf-custom-gabion-form .real-input[type="radio"] + .fake-input:before {
	border-radius: 50%;
}

.calculate-wf-form .real-input:checked + .fake-input:before,
.calculate-wf-custom-gabion-form .real-input:checked + .fake-input:before {
	opacity: 1;
}

.calculate-wf-form .fake-input,
.calculate-wf-custom-gabion-form .fake-input {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #444;
	position: relative;
}

.calculate-wf-form .fake-input:before,
.calculate-wf-custom-gabion-form .fake-input:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background-color: #444;
	opacity: 0;
}

.calculate-wf-form .fake-label,
.calculate-wf-custom-gabion-form .fake-label {
	color: #656565;
	font-size: 14px;
	font-weight: 400;
}

.calculate-wf-form .cost-holder,
.calculate-wf-custom-gabion-form .cost-holder {
	text-align: center;
}

.calculate-wf-form .btn-wrapper,
.calculate-wf-custom-gabion-form .btn-wrapper,
.calculate-result-holder .btn-wrapper {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	max-width: max-content;
}
.full-width{
	max-width: unset !important;
}
.calculate-wf-form .btn-wrapper .loadingio-spinner-spinner-ghrpw5fuew,
.calculate-wf-custom-gabion-form .btn-wrapper .loadingio-spinner-spinner-ghrpw5fuew,
.calculate-result-holder .btn-wrapper .loadingio-spinner-spinner-ghrpw5fuew {
	position: absolute;
	top: 50%;
	right: -4px;
	transform: translateY(-50%);
	margin: 0;
}

.calculate-result-holder,
.calculate-result-holder * {
	box-sizing: border-box;
}

.calculate-result-holder {
	padding: 75px 0 0;
}

.calculate-result-holder .text-green {
	color: #03ba48;
}

.calculate-result-holder,
.calculate-result-holder .calculate-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.calculate-result-holder .col {
	width: 50%;
	padding: 0 15px;
}

.calculate-result-holder .image-holder {
	text-align: center;
}

.calculate-result-holder .summary-title {
	text-align: left;
}

.calculate-result-holder .summary-title h3 {
	margin: 0 0 10px;
}

.calculate-result-holder .calculate-row {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.calculate-result-holder .calculate-row .calculate-item {
	padding: 0 15px;
	margin-bottom: 10px;
	width: 20%;
	text-align: center;
	font-size: 14px;
}

.calculate-result-holder .calculate-row .calculate-item.title-item {
	width: 60%;
	text-align: left;
}

.calculate-result-holder .calculate-row h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.calculate-result-holder .calculate-row h3 strong {
	font-size: 16px;
}

.calculate-result-holder .calculate-row h3 .text-green {
	font-weight: 700;
}

.calculate-result-holder .btn-holder {
	padding-top: 15px;
}
input.itc-add-to-cart-custom-mesh-panel {
    width: 100% !important;
    padding: 9px 14px !important;
    font-size: 14px;
}
.term-2967 .product-items {
    display: none;
}
.term-2967 .show-related-products .product-items {
	display: block;
}

@media (max-width: 1023px) {
	.calculate-result-holder .col {
		width: 100%;
	}

	.calculate-result-holder .calculate-row .calculate-item {
		width: 50%;
	}

	.calculate-result-holder .calculate-row .calculate-item.title-item {
		width: 100%;
	}

	.calculate-result-holder .calculate-row .calculate-item.count {
		text-align: left;
	}

	.calculate-result-holder .calculate-row .calculate-item.price {
		text-align: right;
	}
}
@media (max-width: 600px) {
	.calculate-rope-section .row {
	    display: block;
	}
}

@keyframes ldio-ag8ad00iq89 {
	0% { opacity: 1 }
	100% { opacity: 0 }
}
.ldio-ag8ad00iq89 div {
	left: 47px;
	top: 24px;
	position: absolute;
	animation: ldio-ag8ad00iq89 linear 1s infinite;
	background: #ffffff;
	width: 6px;
	height: 12px;
	border-radius: 0px / 0px;
	transform-origin: 3px 26px;
}.ldio-ag8ad00iq89 div:nth-child(1) {
	 transform: rotate(0deg);
	 animation-delay: -0.9166666666666666s;
	 background: #ffffff;
 }.ldio-ag8ad00iq89 div:nth-child(2) {
	  transform: rotate(30deg);
	  animation-delay: -0.8333333333333334s;
	  background: #ffffff;
  }.ldio-ag8ad00iq89 div:nth-child(3) {
	   transform: rotate(60deg);
	   animation-delay: -0.75s;
	   background: #ffffff;
   }.ldio-ag8ad00iq89 div:nth-child(4) {
		transform: rotate(90deg);
		animation-delay: -0.6666666666666666s;
		background: #ffffff;
	}.ldio-ag8ad00iq89 div:nth-child(5) {
		 transform: rotate(120deg);
		 animation-delay: -0.5833333333333334s;
		 background: #ffffff;
	 }.ldio-ag8ad00iq89 div:nth-child(6) {
		  transform: rotate(150deg);
		  animation-delay: -0.5s;
		  background: #ffffff;
	  }.ldio-ag8ad00iq89 div:nth-child(7) {
		   transform: rotate(180deg);
		   animation-delay: -0.4166666666666667s;
		   background: #ffffff;
	   }.ldio-ag8ad00iq89 div:nth-child(8) {
			transform: rotate(210deg);
			animation-delay: -0.3333333333333333s;
			background: #ffffff;
		}.ldio-ag8ad00iq89 div:nth-child(9) {
			 transform: rotate(240deg);
			 animation-delay: -0.25s;
			 background: #ffffff;
		 }.ldio-ag8ad00iq89 div:nth-child(10) {
			  transform: rotate(270deg);
			  animation-delay: -0.16666666666666666s;
			  background: #ffffff;
		  }.ldio-ag8ad00iq89 div:nth-child(11) {
			   transform: rotate(300deg);
			   animation-delay: -0.08333333333333333s;
			   background: #ffffff;
		   }.ldio-ag8ad00iq89 div:nth-child(12) {
				transform: rotate(330deg);
				animation-delay: 0s;
				background: #ffffff;
			}
.loadingio-spinner-spinner-9ejzu2yduw4 {
	width: 44px;
	height: 44px;
	display: inline-block;
	overflow: hidden;
}
.ldio-ag8ad00iq89 {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(0.44);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}
.ldio-ag8ad00iq89 div { box-sizing: content-box; }


.calculate-wf-form .btn-wrapper .loadingio-spinner-spinner-9ejzu2yduw4,
.calculate-wf-custom-gabion-form .btn-wrapper .loadingio-spinner-spinner-9ejzu2yduw4,
.calculate-result-holder .btn-wrapper .loadingio-spinner-spinner-9ejzu2yduw4{
	position: absolute;
	top: 50%;
	right: -4px;
	transform: translateY(-50%);
	margin: 0;
}
/* generated by https://loading.io/ */
