div#product-image {
    margin-bottom: 20px;
}
.product-category-list .product-category-list {
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-category-list .product-cat-thumbnail {
    width: 100%;
    height: 280px;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    margin: auto;
    overflow: hidden;
}
.product-category-list .cat-item-inner h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}
.style-grid .product-category-list-item {
    margin-bottom: 20px;
}
.product-cat-content {
    position: relative;
    overflow: hidden;
}
.product-category-list-item , 
.product-cat-content,.product-cat-content::before,
.product-category-list-item .product-cat-thumbnail img,
.product-category-list .product-cat-thumbnail{
    transition: all 0.3s ease-in-out;
}
.product-category-list-item:hover .product-cat-content h3,
.product-category-list-item:hover .product-cat-content {
    color:#fff;
}
.product-category-list-item:hover  .cat-item-inner {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.product-category-list-item:hover .product-cat-thumbnail{
    border-color:black;
}
.product-cat-content::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 0;
    z-index: -1;
    opacity: 0;
}
.product-category-list-item:hover .product-cat-content::before{
     height: 100%;
     opacity:1;
}
.product-category-list-item:hover .product-cat-thumbnail img {
    transform: scale(1.2);
}
@media(min-width:991px){
.product-image img {
    height: 230px;
   }
}
.product-image img {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 200px;
    width:100%;
    object-fit:cover;
}
@media(max-width:750px){
.product-category-list .product-cat-thumbnail {
    width: 100%;
    height: auto;
    max-width:500px;
}
}
.product-loop {
    transition: all 0.3s ease-in-out;
    z-index: 0;
    position: relative;
    background: #fff;
    overflow:hidden;
}
.product-loop:hover {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 29%);
    transform: scale(1.1);
    z-index: 9;
}
.product-loop:hover .product-loop-content{
    transform: scale(.9);
}
@media(max-width:991px){
.product-loop:hover .product-loop-content{
    transform: scale(1);
} 
.product-loop:hover{
    transform: scale(1);
}
.product-loop {
    margin-bottom:10px;
}
}

h4.product-loop-title {
    font-size: 18px;
    font-weight: 600;
}
.product-loop-content {
    padding: 20px 10px;
    transition:all 0.3s ease-in-out;
}

ul.social-media li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fe8423;
    font-size: 23px;
    color: #fff;
    transition:all 0.3s ease-in-out;
}
ul.social-media li a:hover{
    background:black;
}
ul.social-media {
    padding: 0;
}
ul.social-media li {
    display: inline-block;
    margin-right: 10px;
}
.testimonial-items {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    margin: 15px 0px;
    transition:all 0.3s ease-in-out;
}
.testimonial-items .item-inner{
    padding: 5%;
}
.testimonial-items .testimonials-inner {
    display: flex;
    gap: 30px;
    min-height: 230px;
}
@media(max-width:767px){
 .testimonial-items .testimonials-inner {
    min-height: auto;
  }
}
.testimonial-items .testimonial-images {
    width: 150px;
    height: 150px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.testimonial-items .testimonial-images img{
    height:100%;
    width:auto;
    object-fit:cover;
    object-position:center top;
}
.testimonial-items .testimonial-content {
    flex: 1;
    transition:all 0.3s ease-in-out;
}
.quote-icon {
    position: absolute;
    right: 5%;
    font-size: 50px;
    bottom: 3%;
}
.testimonial-content-title h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    transition:all 0.3s ease-in-out;
}
.testimonial-items .testimonial-content i{
    color:#ff9740;
    transition:all 0.3s ease-in-out;
    font-size: 1.4em;
}
.testimonial-items:hover .testimonial-content div{
    transition:all 0.3s ease-in-out;
}
.testimonial-items:hover {
    background: #ff9740;
}
.testimonial-items:hover .testimonial-content,
.testimonial-items:hover .testimonial-content h5,
.testimonial-items:hover .testimonial-content i,
.testimonial-items:hover .testimonial-content div{
    color:#fff!important;
}
@media(max-width:1200px){
.testimonial-items .testimonial-images {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
}
.testimonial-items {
    padding:5%px;
    padding-top:0px;
}
.testimonial-items .testimonial-images img {
    border-radius: 100px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 21%);
}
.testimonial-items .testimonials-inner{
    text-align:center;
}
.quote-icon {
    opacity: 0.1;
    font-size: 6em;
    line-height: 0;
}
}

body .owl-carousel .owl-dots {
    bottom: -50px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}
.gallery-sec .gallery-items {
    overflow: hidden;
    position: relative;
    padding-top: 70%;
}
.gallery-sec .gallery-inner {
    margin: auto;
    background: #f8f8f8;
    overflow: hidden;
    position: absolute!important;
    top: 0;
    left:0
}

.gallery-sec .gallery-images {
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.gallery-sec .gallery-images img{
    transition:all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
}

.gallery-items:hover .gallery-images img{
    transform:scale(1.2);
}
.gallery-sec .gallery-title {
    text-align: center;
    position: absolute;
    top: auto;
	bottom:0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 30%);
    padding: 15px 5px;
}
.gallery-sec .gallery-title h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.owl-carousel .owl-nav button {
    color: #ff9740!important;
    font-size: 60px!important;
    padding: 0!important;
    width: 15px!important;
    width: 30px!important;
    background: #fff!important;
    box-shadow: 0px 0px 14px hsl(0deg 0% 13% / 32%);
    height: 60px!important;
}
.owl-carousel .owl-nav button svg{
    width: 14px;
    display: flex;
    align-items: center!important;
    justify-content: center;
    margin: auto;
    position:absolute;
    left:0;
    width:15px;
    right:0;
    top: 0;
}
.owl-carousel .owl-nav button svg path {
    stroke: #ff9740!important;
    stroke-width:1px!important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -7px!important;
}
.owl-carousel .owl-nav button.owl-next {
    right: -7px!important;
}

.post-loop-hover{
    position:relative;
}
.post-box .post-inner {
    margin-bottom: 30px!important;
}
.post-box .entry-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
}
.blog-single-box .post-box .entry-media {
    z-index: 9;
}
.post-loop-hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #fe8423;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.post-loop-hover:hover::after{
    width:100%;
}
.testimonial-items .target-hover:after{
    display:none;
}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    padding-right: 0;
}
img.menu-image.menu-image-title-after {
    width: 30px;
}
.widget.custom-sidebar ul.menu li a {
    display: flex;
    align-items: center;
    line-height: 1em;
    width: 100%;
    min-height: 40px;
}

.widget.custom-sidebar ul.menu li:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.widget.custom-sidebar ul.menu li {
    border-top: 1px solid rgb(0 0 0 / 20%);
}
.blog-single-box article {
    max-width: 1000px;
    margin: auto;
}
.blog-single-box .post-box .entry-media {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}
.blog-single-box .post-box .entry-media {
    width: 100%;
    overflow: hidden;
}
.blog-single-box .post-box .entry-media img {
    width: 100%;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
}
@media(min-width:991px){
 .blog-single-box {
    margin-top: -100px;
 }
.blog-header-height {
    height: 650px!important;
    padding-top: 100px!important;
}
.blog-single-box .post-box .entry-media {
    height: 500px;
}
}
.page-header .page-title {
    max-width: 1000px;
}
.blog-posts .style-one.blog-item > .holder > .data .title {
    display: inline-block;
}
.post.style-one .post-meta {
    background: transparent;
    display: flex;
    align-items: center;
    align-content: space-between!important;
    border-top: 5px solid #009fee;
    border-bottom: 1px solid #aaaaaa;
    margin-left: -1px;
    font-size:14px!important;
}
span.comment {
    padding-right: 20px;
}
.author-comment {
    margin-right: 20px;
}
span.date.blog-date {
    background: #009fee!important;
    color: #fff!important;
    padding: 5px 10px;
    line-height: 1;
    font-size: 12px;
    margin-bottom: -1px;
    text-transform: uppercase;
    margin-left: 20px!important;
}
.b-date {
    font-size: 30px;
    padding-bottom: 4px;
    line-height: 1;
}
.b-date b {
    font-family: 'Roboto Condensed bold';
}
.b-date span {
    font-size: 12px;
    position: relative;
    top: -10px;
    left: 3px;
    text-transform: lowercase;
}
.post.style-one .post-meta > span {
    line-height: 1em!important;
    text-transform: uppercase!important;
}
.blog-single span.date.blog-date {
    font-family: 'Roboto Condensed bold';
}
.blog_single span.date.blog-date > span {
    font-size: 14px;
    position: relative;
    top: -5px;
}
@media(max-width:768px){
.post_meta span.date.blog-date {
    width: auto!important;
  }
}
.blog-posts .style-one.blog-item > .holder > .data .title {
    min-height: auto!important;
    margin-top: 10px;
    font-size: 20px!important;
}
.blog-posts .style-one.blog-item > .holder > .data {
    padding-top: 0px!important;
}
.blog-content {
    padding: 5px 20px;
}
.blog-posts .data {
    border: 1px solid #aaaaaa;
    border-top: none;
}
.blog-loop .entry-meta {
    padding: 10px 0px!important;
    border-top:none!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.blog-loop .inner-post {
    padding: 20px 15px!important;
    height:200px;
}
.post-box .entry-media .post-cat {
    left: auto!important;
    right: 40px;
    bottom: -14px!important;
}
.post-box .entry-media {
    position: relative;
    border-bottom: 5px solid #fe8423;
    margin-top: 1px;
}
.post-box .entry-title a {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 10px;
}
.post-box .entry-title {
    margin-bottom: 0!important;
}
.post-box .entry-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post-box .entry-media {
    position: relative;
    height: 250px;
}
.blog-loop .post-box .inner-post {
    height: 200px;
}
.blog-loop .post-box .post-readmore {
    margin-top: 10px;
}
.blog-single-box .post-box .inner-post {
    padding: 20px 0;
}

.gallery-images img {
    transition: all .3s ease-in-out;
}
.gallery-page .gallery-items {
    border: 1px solid #9d9fa2;
}
.gallery-page .gallery-items .gallery-images {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow:hidden;
}
.gallery-page .gallery-items .gallery-images img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:center;
}
@media(max-width:600px) and (min-width:400px){
.gallery-page .gallery-items .gallery-images {
    height: 200px;
}
.gallery-sec .gallery-title h5, 
.product-category-list .cat-item-inner h3 {
    font-size: 16px;
}
.gallery-sec .gallery-title {
    padding: 10px 5px;
}
.product-image img ,.gallery-page .gallery-items .gallery-images{
    min-height: auto;
    height: 140px;
}
}
@media(max-width:400px){
.gallery-page .gallery-images {
    height: auto;
}
.small-full{
    width:100%!important;
}
.gallery-sec .gallery-title h5, 
.product-category-list .cat-item-inner h3 {
    font-size: 16px;
}
}
.testimonial-items .item-inner::before{
    background:#fff!important;
}
.hover-effect:hover .item-inner::before{
    opacity:0!important;
}
.testimonial-items .item-inner::after{
   display:none!important;
}
.gallery-inner .gallery-title {
    z-index: 9;
}
.gallery-inner:hover .gallery-title h5{
    transition:all 0.3s ease-in-out;
}
.gallery-inner:hover .gallery-title h5 {
    color: #fff;
}
.item-gallery .gallery-title {
    position: absolute;
    bottom: 0;
    background: #0000009e;
    width: 100%;
    padding: 0px 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}