/* 
Lizar Business HTML Template 

*/
/************ TABLE OF CONTENTS ***************

1. Fonts
2. Reset
3. Global
4. Main Header / Two / Three
5. Main Slider / Two / Three
6. About One
7. Services One / Two / Three / Four
8. Project One / Two / Three
9. Testimonial One / Two / Three
10. Partners One
11. News One / Two
12. CTA One
13. Main Footer
14. Clients One / Two / Three
15. Counter One
16. News Three
17. InTouch One
18. Page Title
19. Banner One
20. Work One
21. Pricing One
22. Team One
23. Services Widgets
24. Services Detail
25. Our Projects
26. Projects Detail
27. Projects Widgets
28. Our Blog
29. Blog Widgets
30. Comment Form
31. Comment Box
32. Contact Info
33. Contact Form
34. Map

**********************************************/



/*** 
====================================================================
	Css Files
====================================================================
***/



/*** 
====================================================================
	
====================================================================
***/


/* Sticy Header */
.want-sticky-header .main-header.fixed-header {
	position: relative !important;
	display: none;
}





/* Box Layout */
.box-layout .page-wrapper {
	max-width: 1390px;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.box-layout:before {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/pattern/thm-pattern-2.jpg);
	opacity: 0.40;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-layout .counter-one__shape-1 {
	left: -118px;
}

.box-layout .event-four__shape-2 {
	display: none;
}

/*** 

====================================================================
	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(--thm-black-rgb), .70);
  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: 26px;
	line-height: 30px;
	font-weight: 800;
}
.shop__right .product__content h2 a{
	color: var(--thm-black);
}
.shop__right .product__content h2 a:hover{
	color: var(--thm-base);
}
.shop__right .product__content .rating {
    padding: 10px 110px 5px;
}
.product__icon ul li a{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
	width: 50px;
    height: 50px;
	color: var(--thm-white);
	background-color: var(--thm-base);
    border-radius: 50%;
	webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product__icon ul li a span {
   font-family: 'icomoon' !important;
}
.product__icon ul li a:hover{
    color: var(--thm-white);
    background-color: var(--thm-black);
}
.similar-products-style1 .top-title{
	padding-bottom: 30px;
}