body{
  color: #6f6f71;
}
body.is-body-boxed {
}
@media (min-width: 992px){
.is-body-boxed .site{
  max-width: 1260px;
  box-shadow: 0 0 22px rgb(17 17 17 / 10%);
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  background: #fff;
  position: relative;
}
.is-body-boxed .fixed-top{
    max-width: 1260px;
    box-shadow: 0 0 22px rgb(17 17 17 / 10%);
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
}
.page-content{
  min-height: 80vh;
}
.section-services {
	/* padding-top: 110px;
	padding-bottom: 120px; */
	font-family: "Poppins", sans-serif;
}
figure img.am-img-responsive {
  object-fit: cover;
  object-position: center;
  max-height: 315px;
  overflow: hidden;
}
.section-services .header-section {
	margin-bottom: 35px;
}
.section-services .header-section .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
}
.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
}
.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
}
.section-services .header-section .title span {
}
.section-services .header-section .description {
}
.section-services .single-service {
  margin: 0 auto 42px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 7px 1px #ebebeb;
  box-shadow: 0px 4px 7px 1px #ebebeb;
  padding: 35px 25px;
  height: 400px;
}
.section-services .single-service .part-1 {
  padding: 10px 0px 10px;
	border-bottom: 2px solid #1d1e23;
}
.section-services .single-service .part-1 i {
	margin-bottom: 25px;
	font-size: 50px;
}
.section-services .single-service .part-1 .title {
  font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.8em;
}
.section-services .single-service .part-2 {
 padding: 10px 10px 10px;
}
.section-services .single-service .part-2 .description {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 1.8em;
}
.section-services .single-service .part-2 a {
	font-size: 14px;
	text-decoration: none;
}
.section-services .single-service .part-2 a i {
	margin-right: 10px;
}
.section-about .section-title h2{
    font-weight: 500;
    margin: 0px 0px 15px 0px;
}
.section-about .section-slogan h3{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: capitalize;
  margin: 0px 0px 25px 0px;
}
.btn-learn-more{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all .4s;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 1;
  border-radius: 30px;
}
.btn-learn-more {
  padding: 13px 35px 13px 35px;
  text-decoration: none;
}
.btn-learn-more:hover {
}
.img-about{
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px 50px 0px 0px;
}
.img-card {
  /* width: 300px; */
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #64f;
  height: 450px;
}
.img-card .card-image {
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  height: 250px;
  object-fit: cover;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.img-card .card-image img{
}
.img-card.iCard-style1 .card-title {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  z-index: 1;
  /* top: 10px;
  left: 10px; */
  font-size: 30px;
  width: 100%;
  text-align: center;
}
.img-card .card-image img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.img-card .card-text {
  padding: 0 15px 15px;
  line-height: 1.5;
}
.img-card .card-link {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: -webkit-fill-available;
}
.img-card.iCard-style1 .card-link a {
}
.img-card .card-link a {
  text-decoration: none;
  position: relative;
}
.blog .blog-item .full-blog-content, .archive .blog-item .full-blog-content {
  padding: 10px 15px 20px;
  overflow: hidden;
}
.blog .blog-item, .archive .blog-item {
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
  border-radius: 0;
  padding: 15px;
  transition: .3s;
}
.blog .blog-item .blog-img {
  margin-bottom: 18px!important;
}
.blog .blog-item .blog-img {
  height: 350px;
  object-fit: cover;
}
.blog .blog-item .blog-img, .archive  .blog-item .blog-img {
  position: relative;
  border-radius: 0;
  z-index: 0;
}
.blog .blog-item .blog-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
}
.blog  .blog-item .title-wrap .blog-title, .archive .blog-item.title-wrap .blog-title {
  font-size: 26px;
  line-height: 35px!important;
}
blog  .blog-item .blog-title {
  margin: 4px 0 10px;
  line-height: 30px;
  font-size: 26px;
}
.blog .blog-item .blog-title a {
  z-index: 11;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}
.blog .blog-item .blog-meta {
  transition: all .4s ease-in-out 0s;
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
  padding: 0 0 12px;
  position: relative;
  font-size: 13px;
}
.btm-cate li {
  margin-right: 25px;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
}
.blog .blog-item .blog-meta .blog-date {
  padding: 0;
  margin-right: 0;
  line-height: normal;
  padding: 1px;
}
.blog  .blog-item  .tag-line, .archive .blog-item  .tag-line {
  position: absolute;
  z-index: 11;
  right: 20px;
  bottom: 20px;
}
.blog  .blog-item  .tag-line .post-categories, .archive .blog-item  .tag-line .post-categories {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog  .blog-item  .tag-line .post-categories li, .archive .blog-item .tag-line .post-categories li {
  margin-left: 5px;
  margin-top: 5px;
}
.blog  .blog-item .tag-line .post-categories li a, .archive .blog-item .tag-line .post-categories li a {
  padding: 6px 20px;
  display: block;
  font-weight: 500;
  border-radius: 0;
  font-size: 14px;
  transition: .4s;
  text-decoration: none;
}
.blog .blog-item .blog-button {
  display: block;
  margin-top: 20px;
}
.blog .blog-item .blog-button a {
  text-align: center;
  display: inline-block;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-family: poppins,sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.blog .blog-banner{
  height: 350px;
  object-fit: cover;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
}
.blog .blog-item .blog-button a:before {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-size: 15px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all .3s;
}
.blog  .blog-details {
  padding-top: 26px;
}
.has-error.has-danger .form-control {
  border: 1px solid #ec0609;
}
.has-error .invalid-feedback{
  display: block;
}
.invalid-feedback ul{
  padding: 0; margin: 0;
}
.request-success-feedback , .request-error-feedback{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
.request-error-feedback{
  border-left: 5px solid red;
  background: aliceblue;
}
.feedback{
  margin-top: 10px;
}
.request-error-feedback p ,.request-success-feedback p{
 color:#555 !important
}
.request-success-feedback{
  border-left: 5px solid green;
  background: aliceblue;
}
.amz-gallery .section-title h2{
  font-weight: 500;
  /*  */
  margin: 0px 0px 15px 0px;
}
.gallery-item img{
  height: 160px !important;
  border-radius: 8px;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  object-fit: cover;
  object-position: center;
  max-width: 100%!important;
  height: auto;
}
.gallery-item a{
  border-radius: 8px;
  display: block;
  margin: 4px;
  border: none;
  box-shadow: none;
  text-align: center;
    max-width: 100%!important;
    border: 1px solid #A9A9A9;
}
b.user{
  float: none;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bolder;
}
b.user a{
    padding: 0;
    font-size: 16px;
    text-decoration: none;
}
.comment-metadata {
  font-size: 12px;
  margin-top: -12px;
  padding-left: 50px;
}
.comment-metadata a {
  text-decoration: none;
}
.comment-respond form .form-control{
}
.aut {
  font-weight: bold;
}
.timestamp {
  font-size: 85%;
  float: right;
}
.comment {
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.comment {
    margin-bottom: 0;
    padding-bottom: 8px;
}
.comment:first-child {
    padding-top: 10px;
}
.comment-block, .comment-replies {
    margin-top: 0;
}
 .comment-block {
    padding: 10px;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 2px;
}
.comment-widget li {
    padding: .25em 0;
    margin: 0;
    text-indent: 0;
}
.comment-metadata {
  font-size: 12px;
  margin-top: -12px;
  padding-left: 50px;
}
.comment-widget .datetime {
    margin-left: 0;
    float: right;
    font-size: 11px;
}
.reply{
  background: none repeat scroll 0 0 #ffb923;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 25px;
}
.comment-header{
	  font-size: 15px;
    padding: 0 0 3px;
    margin: 0 0 8px;
}
.comment-content{
    text-align: justify;
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 10px;
}
.comment-content p{
  overflow-wrap: break-word;
}
.alert p{
	margin-bottom: 0;
}
.comment-header img {
  vertical-align: text-top;
  margin-right: 15px;
  border: 1px solid #e1e1e1;
  padding: 3px;
  border-radius: 50%;
  width:32px
}
.img-32px{
  width: 32px;
}
.comment-respond{
  padding: 20px;
    margin: 20px 0 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.comment-respond h3{
  margin: 0 0 10px;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
}
.comment-respond input{
  height: 40px;
}
.widget, .content-area {
  margin: 1.5em 0;
}
.widget-area .widget .widget_title {
  width: 100%;
  margin-top: 0;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.6;
  border-bottom: 2px solid #f1efef;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 15px;
  line-height: 35px;
}
.widget-area .widget .widget_title:before{
}
.widget-area .widget .widget_title:before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 100px;
}
.widget-area .widget ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget-area ul li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 32px;
}
.widget-area ul li:last-child {
  padding-bottom: 0;
}
.widget-area ul li:last-of-type{
}
.widget-area ul li a{
  font-size: 16px;
  line-height: 32px;
  padding-left: 22px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
.widget-area .post_category_widget ul li a::before{
    content: "\f187";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 14px;
    left: 0;
    position: absolute;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.widget-area .post_category_widget ul li a::before {
  content: "\f101";
}
.page-details .gallery{
  padding: 70px 0;
  position: relative;
}
.gallery-details .gallery{
  padding: 70px 0;
}
.gallery-details .section-title{
    padding: 15px 0px 15px;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Raleway', sans-serif;
}
.gallery-details .amz-gallery{
  margin-bottom: 50px;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colors {
  0% {
    color: #1f82ef;
  }
  50% {
    color: #008c00;
  }
  100% {
    color: #d90000;
  }
}
@-webkit-keyframes colors {
  0% {
    color: #1f82ef;
  }
  50% {
    color: #008c00;
  }
  100% {
    color: #d90000;
  }
}
.product-catalog .product-box {
  padding: 0;
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e8e9ea;
  margin-bottom: 30px;
  border-radius: 10px;
}
.product-catalog .product-box:hover img {
  animation: flash 1s;
  -webkit-animation: flash 1.5s;
}
.product-catalog .product-box:hover .product-thumb img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.product-catalog .product-box .product-thumb {
  display: block;
  border: 5px solid transparent;
  overflow: hidden;
}
.product-catalog .product-box .product-thumb img {
  width: 100%;
  height: auto;
  min-height: 250px;
  object-fit: contain;
  object-position: center;
  max-height: 350px;
}
.product-catalog .post_category_widget{
    background: #F5F5FA;
    padding: 25px 30px;
    border-radius: 10px;
    margin-bottom: 30px !important;
}
.product-catalog .products-catalog__filter {
  background: #F5F5FA;
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 10px;
}
.product-catalog .products-catalog__filter .view-by {
  float: right;
  margin-left: 10px;
}
.product-catalog .products-catalog__filter .view-by .view-type.active {
  background: #566DFB;
  color: #fff;
}
.product-catalog .products-catalog__filter .view-by .view-type {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #3A426D;
  border-radius: 6px;
}
.product-catalog  .sort-by-options {
}
.product-catalog .products-catalog__filter .filter-chosen-units {
  float: left;
  font-size: 0;
}
.product-catalog .view-by .view-type i {
  line-height: 40px;
}
.product-catalog  .products-catalog__filter .woocommerce-ordering {
  display: block;
  width: 100%;
  max-width: 100% !important;
  border: 0 none !important;
  margin: 0;
}
.product-catalog  .woocommerce-ordering select {
  text-align: left;
  min-height: 44px!important;
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  position: relative;
  right: 10px;
  padding: 10px 20px!important;
}
.products-main.grid {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.products-main.grid .product-box__image img {
  width: 100%;
  float: none;
  max-width: unset;
  border-radius: 10px 10px 0 0;
  transition: initial !important;
}
.products-main.list .product-box .product-box__image img {
  position: relative;
  float: left;
  max-width: 270px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  line-height: 1;
  display: block;
  text-decoration: none;
}
.products-main.list .product-box .product-box__image img{
  min-height: 200px;max-height: 200px;
}
.item-meta .read-more {
  padding: 12px 20px;
  display: inline-block;
  border-radius: 50px;
}
.item-meta {
  padding: 20px 30px 15px;
  overflow: hidden;
}
.products-main.grid.cols-4 .product-box:nth-child(4n+1) {
  margin-left: 0;
}
.products-main.grid.cols-4 .product-box {
  width: calc((100% / 4) - 12px);
}
.products-main.grid.cols-5 .product-box:nth-child(5n+1) {
  margin-left: 0;
}
.products-main.grid.cols-5 .product-box {
  width: calc((100% / 5) - 12px);
}
.products-main.grid.cols-3 .product-box:nth-child(3n+1) {
  margin-left: 0;
}
.products-main.grid.cols-3 .product-box {
  width: calc((100% / 3) - 10px);
}
.products-main.grid .product-box {
  justify-content: center;
  align-items: stretch;
  margin-left: 15px;
}
.product-catalog .sort-by-options select.orderby {
  height: 40px !important;
  padding: 7px 15px;
  font-size: 16px !important;
  width: 240px;
  border-radius: 6px !important;
  border: 0 none;
  background-color: #fff;
  margin: 0 !important;
  right: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/assets/img/dropdown_arrow.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.list .product-thumb a{
  position: relative;
    float: left;
    max-width: 270px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    font-size: 0;
    line-height: 1;
    display: block;
    text-decoration: none;
}
.product-catalog .product-box .item-meta{
  padding: 15px 15px 15px;
}
.product-catalog .product-box .item-meta .product-title {
  font-size: 14px;
  padding: 0 0 5px;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 0px;
  transition: initial !important;
}
@media (max-width: 767px){
.products-main {
    max-width: 500px;
    margin: 0 auto;
}
.products-main.grid .product-box{
  margin-left: 0;
}
.products-main.grid.cols-4 .product-box ,.products-main.grid.cols-3 .product-box ,.products-main.grid.cols-5 .product-box{
  width: 100%;
}
.product-box .product-box__image {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
}
.product-catalog .product-box .item-meta .product-title a{
}
.product-catalog.product-details.breadcrumb-area{
  background: transparent;
}
.breadcrumb-area .title{
  text-align: center;
}
.product-catalog.product-details.breadcrumb-area .title h1{
  font-size: 24px;
}
.product-details .carousel {
  /* border: 1px solid #e8e9ea; */
}
.product-details .carousel-item .card-img{
  height: 175px;
  display: block!important;
  -o-object-fit: cover!important;
  object-fit: cover!important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.product-details .carousel-item .card-img {
  -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
  border-radius: 10px;
  height: 355px;
  width: 100%;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.product-details h1{
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.2em;
}
.product-details .divider{
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #ddd;
}
.product-details h2{
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}
#detailsTab{
  border: none;
  border-top: 1px solid #dee2e6;
}
#detailsTab li{
  display: block;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  position: relative;
}
#detailsTab li a{
  padding: 1em 0;
  display: block;
}
#detailsTab li a i{
opacity: 0;
float: right
}
#detailsTab li a.active i{
  opacity: 1;
}
.tab-pane h2{
  font-size: 1.618em;
  margin-bottom: 1em;
  text-transform: capitalize;
  font-weight: 300;
}
.product-tabs{
  padding-top: 2.617924em;
    padding-bottom: 2.617924em;
}
.product-catalog .product-box .product-thumb img{
width: 50%!important;
height: 160px!important;
display: block!important;
-o-object-fit: cover!important;
object-fit: cover!important;
margin-left: auto;
margin-right: auto;
}
.list-small-12{
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 66.75em){
  .list-large-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
}
.recent_product_widget ul li,.popular_product_widget ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 100px;
  white-space: normal;
  min-height: 80px;
  border-bottom: none !important;
}
.recent_product_widget ul li a,.popular_product_widget ul li a {
padding-left: 0 ;
}
.recent_product_widget a:not(.remove) ,.popular_product_widget a:not(.remove)  {
    display: block;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
    position: initial;
}
.recent_product_widget .attachment-thumbnail, .popular_product_widget .attachment-thumbnail {
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
  margin-right: 20px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.related-list {
  display: flex;
  flex-wrap: wrap;
}
.product-thumbnail{
  overflow: hidden;
}
.related-list .product{
  margin-bottom: 40px;
    padding: 0 15px;
}
.related-list .product-inner-content{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-thumbnail .attachment-thumbnail{
  height: 160px!important;
  display: block!important;
  -o-object-fit: cover!important;
  object-fit: cover!important;
  margin-left: auto;
  margin-right: auto;
}
.related-list .product-inner-content .product_title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.4;
  text-transform: capitalize;
}
.product_slider .carousel-control-next{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
}
.product_slider .carousel-control-prev{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
}
.product_slider .carousel-control-next-icon ,.product_slider  .carousel-control-prev-icon{
  height: unset;
color:#555
}
.product-tabs .gallery-title{
  display: none;
  visibility: hidden;
  opacity: 0;
}
.owl-item .product-box{
  padding: 0px 5px 0px 5px;
      border-radius: 5px;
}
.owl-item .product-box img{
height:175px;
  display: block!important;
-o-object-fit: cover!important;
object-fit: cover!important;
margin-left: auto;
margin-right: auto;
}
.owl-item .product-box .product-title{
margin-bottom:0;
}
.owl-item .product-box .item-meta{
  background:rgb(26 42 122);
padding: 10px;
}
.owl-item .product-box .product-title a{
text-align: center;
margin-bottom: 0px;
font-size: 16px;
color: #fff;
margin-top: 8px;
}
.owl-nav > button{
border: 0 none;
display: block;
height: 43px;
transition: all 200ms ease-in-out 0s;
width: 43px;
background: rgba(0,0,0,0.5) ;
color: #fff;
}
.has-bg {
  text-align: center;
  padding: 50px 0 50px;
  text-transform: uppercase;
  position: relative;
}
.has-bg .entry-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-details .price{
  display: block;
  position: relative;
  font-weight: 700;
  margin: 0;
}
.product-details .price del {
  color: #696259;
  font-size: 1.41575em;
  opacity: .5;
  display: inline-block;
}
.product-details .price .price-amount {
  background: transparent;
  font-size: 1rem;
}
.product-details .price ins {
  color: #f00000;
  font-size: 1.41575em;
  margin: 1.41575em 0;
  text-decoration: none;
}
.product-details .product-sale {
  display: block;
  position: relative;
  z-index: 2;
  color: #f00000;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
.product-sale span:after {
  content: '%';
}
.item-meta .onsale {
  border: 1px solid;
  border-color: #43454b;
  color: #43454b;
  padding: 0.202em 0.6180469716em;
  font-size: .875em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px;
  position: relative;
}
.item-meta .price {
  display: block;
  color: #6d6d6d;
  font-weight: 400;
  margin-bottom: 1rem;
}
.item-meta  .price del {
  opacity: .5;
  font-weight: 400;
}
.item-meta .price ins{
  margin-left: 0.6180469716em;
  background-color: rgba(0,0,0,0);
}
.btn-scroll-top, .btn-scroll-bottom {
  outline: 0 !important;
  color: #fe693e;
}
.product_slider .scoll-pane{
  width: 100%;
  height: auto;
  overflow: auto;
  outline: none;
  overflow-y: hidden;
  padding-bottom: 15px;
  -ms-overflow-style: scroll;
  scrollbar-width: none;
  max-height: 400px;
}
.product_slider .carousel-indicators {
  position: relative;
  display: block;
  margin-right: 0%;
  margin-left: 0%;
}
.product_slider .carousel-indicators [data-bs-target] {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-top: 0 !important;
}
.btn-scroll-top , .btn-scroll-bottom {
  outline: 0 !important;
  color: #fe693e;
}
.btn-scroll-top:focus , .btn-scroll-bottom:focus {
  outline: 0 !important;
  box-shadow: none;
}
.btn-scroll-top:hover , .btn-scroll-bottom:hover  {
  outline: 0 !important;
  color: #fe693e;
}
.product_slider .carousel-item a img{
  min-height: 450px;
  max-height: 450px;
  object-fit: cover;
}
@media (min-width: 991px){
  .carousel-indicators [data-bs-target] {
    display: block;
    margin: 10px 0 !important;
}
}
/* General Styles */
.reviews-container {}
.reviews-container .review-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.reviews-container .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.reviews-container .author-photo {
  width: 50px !important; 
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.reviews-container .author-info {
  flex: 1;
}
.reviews-container .author-name {
  font-size: 18px;
  margin: 0;
  color: #333;
}
.reviews-container .review-date {
  font-size: 14px;
  color: #777;
  margin: 5px 0;
}
.reviews-container .review-rating {
  margin: 5px 0;
}
.reviews-container .review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}
.reviews-container .review-images {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  max-width: 350px;
}
.reviews-container .review-image {
  max-width: 100px;
  height: auto;
  border-radius: 8px;
}
.reviews-container .response {
  font-size: 14px;
  color: #555;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
  border-left: 4px solid #0073e6;
}
/* Star Rating Styles */
.reviews-container .star {
  font-size: 20px;
  color: #ffd700; /* Gold color for stars */
}
.reviews-container .star.empty {
  color: #e0e0e0; /* Light gray for empty stars */
}
.reviews-container .star.half {
  position: relative;
}
.reviews-container .star.half::before {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #ffd700;
}
/* Carousel Styles */
.reviews-container .carousel {
  position: relative;
  /* background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
.reviews-container .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.reviews-container .carousel-item {
  display: none;
  transition: opacity 0.6s ease;
}
.reviews-container .carousel-item.active {
  display: block;
}
.reviews-container .carousel-control-prev,
.reviews-container .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.reviews-container .carousel-control-prev {
  left: 15px;
}
.reviews-container .carousel-control-next {
  right: 15px;
}
.reviews-container .carousel-control-prev-icon,
.reviews-container .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .reviews-container .review-images {
      flex-wrap: wrap;
  }
  .reviews-container .review-image {
      max-width: 80px;
  }
  .reviews-container .carousel-control-prev,
  .reviews-container .carousel-control-next {
      width: 30px;
      height: 30px;
      font-size: 18px;
  }
}
.reviews-container.card-layout {
  display: grid;
  gap: 20px;
}
.card-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.card-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.card-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.card-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
/* Responsive Card Layout */
@media (max-width: 1200px) {
  .card-columns-6 {
      grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .card-columns-4,
  .card-columns-6 {
      grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .card-columns-3,
  .card-columns-4,
  .card-columns-6 {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .card-columns-3,
  .card-columns-4,
  .card-columns-6 {
      grid-template-columns: repeat(1, 1fr);
  }
}
.reviews-container .owl-carousel .item {
  /* padding: 10px; */
}
.reviews-container .owl-carousel .review-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.reviews-container .owl-carousel .owl-nav {
  text-align: left;
  margin-top: 10px;
}
.reviews-container .owl-carousel .owl-nav button {
  background: #0073e6;
  color: #fff;
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 4px;
  font-size: 16px;
}
.reviews-container .owl-carousel .owl-nav button:hover {
  background: #005bb5;
}
.reviews-container  .review-text {
  max-height: 60px; /* Show only 3 lines of text (adjust as needed) */
  overflow: hidden; /* Hide overflow text */
  transition: max-height 0.3s ease; /* Smooth transition for expand/collapse */
}
/* Expanded state for review text */
.reviews-container  .review-text.expanded {
  max-height: 500px; /* Adjust to fit the full text */
}
/* Read More button */
.reviews-container  .read-more-btn {
  background: #0073e6;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
}
.reviews-container  .read-more-btn:hover {
  background: #005bb5;
}
.reviews-business-header {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.reviews-business-header.reviews-layout-list {
  /* text-align: center; */
}
.reviews-business-header.reviews-layout-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.reviews-header-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}
.reviews-header-right {
  text-align: right;
}
.reviews-logo {
  max-width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.reviews-business-title {
  font-size: 24px;
  color: #333;
  margin: 0 0 10px;
}
.reviews-business-address {
  font-size: 16px;
  color: #666;
  margin: 0 0 10px;
}
.reviews-business-rating {
  display: flex;
  align-items: center;
}
.reviews-rating-stars {
  display: inline-block;
}
.reviews-rating-stars .star {
  font-size: 20px;
  color: #ffd700; /* Gold color for stars */
}
.reviews-rating-stars .star.empty {
  color: #e0e0e0; /* Light gray for empty stars */
}
.reviews-rating-stars .star.half {
  position: relative;
}
.reviews-rating-stars .star.half::before {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #ffd700;
}
.reviews-rating-text {
  font-size: 16px;
  color: #333;
}
.reviews-business-type {
  font-size: 14px;
  color: #888;
  margin: 10px 0;
}
.reviews-google-reviews-link {
  display: inline-block;
  padding: 10px 20px;
  background: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.3s ease;
}
.reviews-google-reviews-link:hover {
  background: #005bb5;
  color: #fff;
}
