<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Lizar Business HTML Template */

/*** 

====================================================================
	All Fonts
====================================================================

***/

/* 
	
	font-family: 'DM Sans', sans-serif;
	--font-family-reey-font: 'reeyregular';
	
*/

/*** 

====================================================================
	Css Files
====================================================================

***/



/*** 

====================================================================
	Banner One
====================================================================

***/

.banner-one {
	position: relative;
}

.banner-one video {
	position: relative;
	width: 100%;
	height: 800px;
	object-fit: cover;
}

/*** 

====================================================================
	Shop Style
====================================================================

***/
.sidebar-page-container {
    padding: 120px 0px;
}
.shop__content {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin-bottom: 30px;
}
.shop__content .shop__right {
  margin-left: 25px;
  display: flex;
  align-items: center;
}
.shop__content .shop__right .product__content{
  padding-top:0px ;
}
.shop__content .rating li {
  display: inline-block;
}
.shop__content .shop__left .lower-content {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.0);
  background: rgba(var(--color-two-rgb), .96);
  transition: all 500ms ease;
}
.shop__content .shop__left .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.shop__content:hover .lower-content {
  transform: scale(1.0);
}
.shop__content .shop__left .inner-box {
  position: relative;
}
.shop__content .shop__left .lower-content .product__icon li {
  display: inline-block;
  margin-right: 15px;
}
.shop__content .shop__left .lower-content .product__icon li:last-child {
  margin-right: 0px;
}
.shop__content.two .shop__left .inner-box img {
  width: 100%;
}
.shop__content.two .shop__right {
  margin-left: 0px;
  justify-content: center;
  padding-top: 25px;
}
.shop__content.two {
  border: none;
  padding: 0px;
}
.shop__right .product__content h2{
	font-size: var(--font-26);
	line-height: 30px;
	font-weight: 800;
}
.shop__right .product__content h2 a{
	color: var(--color-two);
}
.shop__right .product__content h2 a:hover{
	color: var(--main-color);
}
.shop__right .product__content .rating {
    padding: 10px 0px 5px;
}
.product__icon ul li a{
	font-size: 25px;
}
.product__icon ul li a span {
    color: var(--main-color);
	font-family: 'Flaticon';
}
.similar-products-style1 .top-title{
	padding-bottom: 30px;
}</pre></body></html>