/* CSS Document */


/*
*
* Product
*/
.product {
	position: relative;
	text-align: center;
	padding: 20px 15px 30px;
	/* max-width: 300px;*/
	margin-left: auto;
	margin-right: auto;
  margin-top: 20px;
	z-index: 1;
}

.product::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f5f5f5;
	border-radius: 6px;
	pointer-events: none;
	z-index: -1;
}

.product-2 .product-figure {
	min-height: 220px;
}

.product-figure {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 180px;
}

.product-title {
	letter-spacing: 0;
	/*text-transform: uppercase;*/
	font-size: 18px;
}
.product-title-hp {
	letter-spacing: 0;
	font-size: 24px;
  text-transform: uppercase;
}


.product-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	color: #92c5d9;
}

.product-price-old {
	font-weight: 400;
	text-decoration: line-through;
	color: rgba(21, 21, 21, 0.5);
}

.product-price-old + .product-price {
	margin-left: 8px;
}

.product-badge {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 25px;
	right: 15px;
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	border-radius: 6px;
	color: #ffffff;
	z-index: 1;
}

.product-badge-new {
	background: #93a6ab;
}

.product-badge-sale {
	background: #f96666;
}

.product-button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-button .button {
	text-align: center;
	padding: 10px;
	/*width: 50px;
	height: 50px;*/
	font-size: 16px;
	/*line-height: 46px;*/
	/*border-radius: 50%;*/
}

.product-button + .product-button {
	margin-left: 20px;
}

.box-rating {
	font-size: 0;
	line-height: 0;
}

.box-rating > * {
	font-size: 19px;
	color: #ffcc00;
	vertical-align: middle;
}

* + .product-title {
	margin-top: 20px;
}

* + .product-price-wrap {
	margin-top: 0;
}

* + .product-button-wrap {
	margin-top: 15px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.product-3 .product-figure {
		min-height: 180px;
	}
}

@media (min-width: 992px) {
	.product-2 .product-figure {
		min-height: 240px;
	}
	.product-figure {
		min-height: 150px;
	}
}

@media (min-width: 992px) {
	.desktop .product {
		padding-bottom: 40px;
    }
  
industries .product {
		padding-bottom: 40px;
    min-height: 460px;
	}
	.desktop .product::before {
		display: none;
	}
	.desktop .product-badge,
	.desktop .product-body {
		transition: all .2s ease;
	}
	.desktop .product-button-wrap {
		align-items: flex-end;
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 20px 20px 40px;
		background: #f5f5f5;
		border-radius: 6px;
		transition: all .2s ease;
		z-index: -1;
	}

  ul.oiw-videos li{
	list-style: none;
    margin-left: 0px;
	}

ul.oiw-videos li:before {
    padding-right: 7px;
    content: '\f16a';
    font: 400 16px 'FontAwesome';
    color: #B91E26;
}
  
  

main-content ul {
   list-style: disc;
  /* padding-top: 20px; */
  padding-bottom: 20px;
}

main-content ul li{
  display: revert;
  list-style: disc;
	padding: 0 0 0 0px;
	margin-left: 30px
}
main-content ol {
   list-style: decimal;
}

main-content ol li {
    display: revert;
  list-style: decimal;
	padding: 0 0 0 0px;
	margin-left: 30px
}

main-content h2 {
  font-size: 29px;
  margin-top: 10px;
}
main-content h4 {
  font-size: 20px;
  margin-top: 10px;
}

main-content .row + .row {
	margin-top: 0;
}

.top-image {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
.top-image {
 text-align: center !important;
}
}