.product-container {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.left {
    width: 58%;
	margin-right:2%;
}
.right {
    width: 38%;
	margin-left:2%;
}
.row {
    margin-bottom: 20px;
}
.licence-type{
	width:180px;
	display: inline-block;
}
#yearly-licence-fee, #lifetime-licence-fee {
    font-size: 32px;
    font-weight: 700;
	min-height:59px;
}
.tabcontent label {
	font-size: 18px;
}
p.price-from {
    font-size: 24px;
    font-weight: 700;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.halves {
	width:48%;
}
.first-half{
	margin-right:2%;
	float:left;
}
.second-half {
	margin-left:2%;
	float:right;
}
.terms {
	display:none;
	margin-top: 10px;
}
span.rating-on {
    color: gold;
}
#submit-review .review-totals, #submit-review .review-list {
	display:none;
}

.documentation {
    margin-top: 20px;
}
hr {
	width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #000;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 50%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ff0000;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  
  border-top: none;
}


button.tablinks.active {
    position: relative;
}

button.tablinks.active:before {
    content: "\f147";
    font-family: 'dashicons';
    font-size: 26px;
    position: absolute;
    left: 50px;
    top: 10px;
}



/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.main-area {
    width: 100%;
}







/* Style tab links */
.reviewlink {
  background-color: #000;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 50%;
}

.reviewlink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabreviews {
  color: #000;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {background-color: #fff;}
#News {background-color: #fff;}









@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.tabcontent input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.tabcontent input:hover {
  background: #9faab7;
}
.tabcontent input:checked, .tabcontent input:checked {
  background: #40e0d0 !important;
}
.tabcontent input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '\f147';
	font-family:Dashicons;
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
  background: #40e0d0;
  border-radius:50%;
}
.tabcontent input:checked::after, .tabcontent input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0 !important;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.tabcontent input {
  border-radius: 50%;
}
.tabcontent input::after {
  border-radius: 50%;
}

.woovr-variations .woovr-variation:hover {
    background-color: #f9f9f900;
}
.tabcontent input{
	border-radius:50%;
}
.tabcontent input{

	overflow: visible;
}

@media only screen and (max-width:768px){
	.left {
		width: 98%;
		margin-left: 1%;
		margin-right:1%;
	}
	.right {
		width: 98%;
		margin-left: 1%;
		margin-right:1%;
	}
	button.tablinks.active:before {
		left: 20px;
	}
	.licence-type {
		width: 170px;
	}
	
	.halves {
		width:100%;
	}
	.first-half{
		margin-right:0;
		float:left;
	}
	.second-half {
		margin-left:0;
		float:left;
	}
}

.bar {
	width:100%;
	height:10px;
	border-radius:4px;
	border:1px solid #cdcccc;
	overflow:hidden;
}
.percent {
	height:10px;
	background-color:#004fff;
	transition: 0.3s;
}
.one-percent {
	width:2%;
}
.three-percent {
	width:6%;
}
.five-percent {
	width:10%;
}
.fifteen-percent {
	width:30%;
}
.onehundred-percent {
	width:100%;
}
button#purchaselife,button#purchase {
    font-size: 24px;
}




/**
archives
*/
#primary-area {
    width: 100%;
	max-width:1320px;
}
ul.products {
    display: flex;
    flex-wrap: wrap;
	list-style: none;
	margin-left: 0;
}
li.product {
    width: 24%;
    margin: 0.66%;
	border:1px solid #bfb7b7;
	padding: 7px;
	list-style: none;
}
li.product:nth-child(4n+4) {
    margin-right: 0;
}
li.product:nth-child(4n-7) {
    margin-left: 0;
}
li.product a.button {
    display: block;
    text-align: center;
}
span.shop-price {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.pagination-container {
    display: inline-block;
    width: 100%;
}
span.previous-page {
    float: left;
}
span.next-page {
    float: right;
}

@media only screen and (max-width:768px){
	li.product {
		width:48%;
	}
}



.ResponsivevideoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.ResponsivevideoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

a.expand {
    color: #060606;
    position: absolute;
    top: 0;
    right: 11px;
}
.dashicons-editor-expand:before {
    content: "\f211";
    font-size: 30px;
    background: #ffffffa3;
}


.empty {
    width: 100%;
    padding: 30px;
    text-align: center;
    background: #ededed;
    margin: 200px 0;
}
.current{
	cursor:zoom-out;
}

.crp-list {
    display: flex;
    flex-wrap: wrap;
}
.crp-list-item.crp-list-item-image-above.crp-list-item-has-image {
    width: 23%;
    margin: 1%;
}
@media only screen and (max-width:768px){
	img.attachment-290x290.size-290x290.wp-post-image {
    	width: 100%;
	}
    .crp-list-item.crp-list-item-image-above.crp-list-item-has-image {
      width: 48%;
      margin: 1%;
  }
}
.swiper-slide.swiper-slide-active {
	cursor:zoom-in;
}


ul.related-products {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}
html {
  scroll-behavior: smooth;
}
p.review-rating {
    margin-bottom: 0;
}