.want-sticky-header .main-header.fixed-header {
position: relative !important;
display: none;
} .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(//kayserifurniturefair.com/wp-content/themes/oment/assets/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;
} .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;
}