.single-product .product-content .product-information .wpwp-rimsky-product-params .row.wpwp-rimsky-size-row .wpwp-rimsky-size-col-1,
.single-product .product-content .product-information .wpwp-rimsky-product-params .row.wpwp-rimsky-size-row .wpwp-rimsky-size-col-2 {
    padding: 5px;
}

.single-product .product-content .product-information .wpwp-rimsky-product-params .row .wpp-check-group-p .tooltip {
	opacity: 1;
}

.wpp-check-group-p label {
	padding: 0;
	margin-right: 12px;	
	width: auto;
	height: 35px;
}

.wpp-check-group-p label p {
	padding: 2px 8px;
	cursor: pointer;
	width: auto;
	height: 35px;
	border: 2px solid transparent;
	opacity: 1;
	transition: opacity 300ms;
	border-radius: 3px;
	display: block;
	border: 1px solid #b3b3b3;
    text-align: center;
}

.wpp-check-group-p label [type="radio"] {
	display: none;
}

.wpp-check-group-p label [type="radio"]:checked + p {
	border: 2px solid #e84d00;
	opacity: 1;
}


.wpp-check-group-p label.wpp-check-group-none [type="radio"]:checked + p {
	border: 2px solid #ddd;
}

.wpp-check-group-p label:hover p {
	opacity: 1;
}


.wpwp-rimsky-product-params .calc-item-descr {
	position: relative;
	border-top: 1px solid #f1f1f1;
	padding: 10px 20px;
	background: #fafafa;
}
.wpwp-rimsky-product-params .calc-item-descr:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 20px;
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #f1f1f1;
}
.wpwp-rimsky-product-params .calc-item-descr h3 {
	color: #555;
	font-size: 14px;
	margin-bottom: 3px;
	font-family: Lato, Arial, "Tahoma sans-serif";
	font-weight: 600;
}
.wpwp-rimsky-product-params .calc-item-descr p {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 300;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 20; /* Sit on top */
	padding-top: 13%; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
  }
  
  /* The Close Button */
  .close {
	top: 5px;
    position: absolute;
    right: 15px;
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }