.eq {
	display: flex;
	width: 50%;
	margin-bottom: 15px;
	align-items: baseline;
	flex-direction: row;
	flex-wrap: wrap;
}
.img-check label:before{
	display: none;
}
.img-check input[type=radio] {
	display: block !important;
}
/*pure cosmetics:*/
.img-check img {
	width: 185px;
	height: 115px;
	border-radius: 15px;
}
.img-check span {
	display: block;
	font-size: 13px;
	margin-top: 7px;
}
.form-group.loop1 label span,
.form-group.loop2 label span {
	display: inline-block;
}
.img-check label{
	max-width: 100%;
}
#bra2 img {
	left: 73%;
	position: absolute;
	/* right: 23px; */
	z-index: 99;
	top: 98px;
} 
#bra1 img {
	left: 19%;
	position: absolute;
	/* right: 23px; */
	z-index: 99;
	top: 98px;
}

.rope-splice picture#imgRopeEnd1 img {
	top: 35px;
	/* max-width: 197px !important; */
	max-height: 90px !important;
	transform: unset;
}
#imgRopeEnd2 img {
	max-height: 90px !important;
	top: 79px;
	max-height: unset !important;
	top: 80px;
	max-width: 197px !important;
	right: 10px;
	left: auto;
}

.loop1 label, .loop2 label {
	font-weight: 600 !important;
	font-size: 14px !important;
	color: #000 !important;
}
.img-check {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.img-check label {
	float: left;
	margin-bottom: 0 !important;
}
.img-check label.first {
	margin-left: 0px;
	margin-top: 0;
}
.img-check label.last{
	margin-right: 0px;
}
.cost-holder h4 {
	text-align: left;
	width: 100%;
}
.cost-holder .btn-wrapper{
	width: 100%;
}
.cost-holder input[type="submit"]{
	max-width: unset;
	width: 100%;
	float: left;
	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: 75px;
	margin-bottom: 60px;
}

.calculate-rope-section .visual-rope-holder .rope-image img {
	background-position: 50% 50%;
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
}

.calculate-rope-section .visual-rope-holder .extra-image img {
	position: absolute;
	top: 50%;

	left: 30px;
	max-height: unset;
	/* max-width: 79%; */
	z-index: 9;
}

.calculate-rope-section .visual-rope-holder .extra-image.extra-left img {
	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;
	flex-grow: 1;
	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: #ff8800;
	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;
	margin-right: 10px;
	float: left;
}

.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: #ff8800;
	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;
}

.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;
}
#imgRope img {
	height: unset !important;;
	width: 89% !important;
	left: 56px;
	z-index: 1;
}
.calculate-rope-section .visual-rope-holder .extra-image img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	max-height: 68px !important;;
}
.calculate-rope-section .visual-rope-holder {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #fff;
	border: 1px solid #656565;
	border-radius: 25px;
	padding: 80px !important;
	margin-bottom: 60px;
	overflow: hidden;
}
#result .guide {
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}
.guide p {
	margin: 0 0 5px;
}
.guide .arrow {
	height: 5px;
	margin: 0 0 5px;
	display: block;
	position: relative;
	background:#07ba48;
}
.arrow .top {
	width: 6px;
	height: 30px;
	background: #07ba48;
	position: absolute;
	left: 0;
	bottom: -15px;
}
.arrow .top:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #07ba48 transparent;
	content: '';
	position: absolute;
	left: -3px;
	top: -5px;
}
.arrow .top:last-child {
	left: auto;
	right: 0;
}
.guide.initial {
	position: absolute;
	bottom: 15px;
	width: 90%;
	z-index: 9;
	padding: 0px;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
}
.sub p {
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px 135px;
	margin-top: 15px;
	text-align: center;
}
.sub .visual-rope-holder {
	padding-bottom: 150px !important;
}
@media (max-width: 1200px) {
	#imgRopeEnd1 img{
		top: 24px;
		max-width: 197px !important;
		max-height: unset !important;
		transform: unset;
	}
	#imgRopeEnd2 img {

		max-height: unset !important;
		top: 81px;
		max-width: 197px !important;
		right: 32px;
		left: auto;
	}
	.sub #imgRope img {
		top: 81px;
	}

	#imgRope img{
		width: 623px !important;
		left: 108px;
	}
	.guide.initial {
		position: absolute;
		bottom: 15px;
		width: 466px;
		z-index: 9;
		padding: 0px;
		text-align: center;
		margin: auto;
		left: 0;
		right: 0;
	}
	.sub p {
		font-weight: bold;
		color: black;
		text-align: left;
		padding: 0px 63px;
		margin-top: 15px;
	}
	.calculate-rope-section .visual-rope-holder .extra-image{
		left:30px;
	}
}

@media (max-width: 1199px) {
	#imgRope img {
		width: 475px !important;
		margin: 0 auto;
		left: auto;
	}
}

@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;
}

input.btn.itc-add-to-cart-custom-hand-panel {
	width: 100% !important;
	padding: 12px 25px !important;
}

i.itc-arr:after {
	position: absolute;
	left: -21px;
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #03ba48;
	content: '\f00c';
	top: -1px;
}
i.itc-arr {
	position: relative;
}
.sub {
	position: relative;
}
.term-1324 .product-items{
	display: none;
}
.sub #imgRope img {
	top: 80px;
}


option:first-letter{color:red !important;}
@media screen and (max-width: 984px) {

	.eq {

		width: 100% !important;
	}
}
.term-3761 .woocommerce-info {
	display: none !important;
}
span.green {
	color: #03ba48;
	display: inline-block;
	padding: 0;
}
.term-3898 .woocommerce-info,.term-1340 .woocommerce-info,.term-1339 .woocommerce-info,.term-1338 .woocommerce-info,.term-1337 .woocommerce-info,.term-1336 .woocommerce-info{
	display: none !important;
}
.rp1_single img{
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform:scaleX(-1);
	transform: scaleX(-1);
}

.rope-splice .form-group.loop2,
.rope-splice .form-group.loop1 {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	padding-left: 25px;
}

.rope-splice .form-group.loop2 .input-holder,
.rope-splice .form-group.loop1 .input-holder {
	width: 100%;
}