
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
} 

body{
	font-family: DM Sans,sans-serif;
}
.admin-bar .main-header.fixed-header .sticky-header{
	top:32px;
}
/***************** Pagination Style*******************/
.pagination-wrapper{
	margin-top:50px;	
}
.pagination ul{
	position: relative;
    display: block;
}
.pagination li{
	display: inline-block;
    margin-right: 5px;
}
.pagination li a, .pagination li span{  
   	position: relative;
    display: inline-block;
    line-height: 46px;
    height: 50px;
    min-width: 50px;
    font-weight: 700;	
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #e49c86;
    border-radius:.35714em;
    border: 2px solid #e49c86;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #fff;
    border-color: #111;
    background-color: #111;
}


/***************** End Pagination Style*******************/

/***************** Footer Style*******************/
.footer-widget{
	position:relative;	
}
.footer-widget ul,
.footer-widget ol{
	position:relative;	
}
.footer-widget ul li,
.footer-widget ol li{
	position: relative;
    margin-bottom:15px;
	display:block;
	color: var(--white-color);
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
	position: relative;
    font-size: 15px;
    color: #444;
    font-family: DM Sans,sans-serif;
	text-decoration: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #e49c86;
    text-decoration: underline;
}
.footer-widget.widget_nav_menu ul.menu li{
	display: inline-block;
	width: 49%;
}


.footer-widget .center-line-title.style-2{
	margin-top: 2.5em;
}
.footer-widget .feature-post-block .post-card.-tiny .card__cover{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.blog-imageless .category-icon img{
	max-width: 50px !important;
}
.blog-imageless-mansonry .container-max .blog-imageless-mansonry__content__wide .post-card .card__content h5.card__content-category a,
.blog-imageless .post-card .card__content h5.card__content-category a{
	color: #fff;
}
.blog-imageless .-image-less .card__content h5.card__content-category a{
	color: #111;
}
.shop__products .shop__products__header .shop__products__content .product .product__image .btn{
	padding: 1.42857em 1.14286em !important;
}
.shop-detail__content__top{
	border-bottom: 0px;
    margin-bottom: 25px;
}
.woocommerce-product-details__short-description {
    color: #111;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71429em;
    margin-bottom: 2.14286em;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	margin-bottom: 25px !important;
}
.shop-detail__slide .shop__products__content .product .product__content .product__content__left a{
	margin-bottom: 25px;
}
.shop-detail__slide .shop__products__content .product .product__content .product__content__right .price span.woocommerce-Price-amount.amount{
	font-size: 22px;
}

/******************************************************************************************
							Generic
******************************************************************************************/
.header__icon-group .active .fa-search::before {
  content: "\f00d";
}

.footer-widget .gallery{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.footer-widget .gallery .gallery-item{
	width:32%;
	margin-bottom:7px;
}

.footer-widget .gallery .gallery-item img{
	width:100%;
	height:auto;
}

footer .footer-content .footer-col.-about p{
	margin-bottom:10px;
}

footer .footer-content .footer-col.-about p:last-child{
	margin-bottom:0px;
}
.blog-sidebar .blog-sidebar-section.-category .category:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
}
.category.-bar h5{
	width: calc(100% - 100px);
	line-height:1.4;
	position:relative;
}
.category.-bar h5.quantity{
	width:85px;
}

.widget{
	position:relative;
}
.widget ul,
.widget ol{
	position:relative;
	padding:0px;
	margin:0px;
}
.widget ul li,
.widget ol li{
	position:relative;
	font-size:14px;
	margin-bottom:15px;
	overflow:hidden;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	margin-top:15px;
}
.widget ul li a{
	position:relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	overflow:hidden;
	line-height: 1;
	text-transform: uppercase;
	padding: 20px;
	border-radius:5px;
	background-image:url(../images//backgrounds/category-1.png);
	transition: .2s ease-in-out;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.widget ul li:nth-child(2n) a{
	background-image:url(../images//backgrounds/category-2.png);
}
.widget ul li:nth-child(3n) a{
	background-image:url(../images//backgrounds/category-3.png);
}
.widget ul li:nth-child(4n) a{
	background-image:url(../images//backgrounds/category-4.png);
}
.widget ul li a:hover {
  text-decoration:underline;
}
.widget ul li a span{
	height: 2.5em;
	width: 2.5em;
	background-color: #ebebeb;
	text-align: center;
	line-height: 2.5em;
	border-radius: 999px;
	color: #111;
}

.mt-70{
	margin-top:70px !important;
}

.post-card.-inner-text .card__content-category a {
  color: #fff;
}

.yt-video-block .player .vp-video-wrapper .vp-preview{
	background-size:cover;
	background-position:center center;
}

.category .category__header .category-btn a {
  color: #888;
  font-size: 18px;
}

.category .category__header .category-btn a:first-child {
	margin-right:10px;
}

.category .category__header .category-btn a.active{
	color:#111111;
}

.mb-40{
	margin-bottom:40px !important;
}

.widget .trending-post{
	margin-bottom:30px;
}

.widget .trending-post:last-child{
	margin-bottom:0px;
}
.mb-100{
	margin-bottom:100px !important;
}

.post-footer__tags .tags-group a,
.tagcloud a {
	color: #444;
	line-height: 1;
	border-radius: 0;
	background-color: #f5f5f5;
	border: 0;
	transition: .2s ease-in-out;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: .9375em;
	font-size: .875em !important;
}
.post-footer__tags .tags-group a:hover,
.tagcloud a:hover {
  background-color: #e1e1e1;
}
.post-footer__related__item__content{
	column-gap:5px;
}
.post-card .card__content-category a{
	margin-bottom:0px !important;
	color:#111111;
}
.post-footer__related__item__content .card__content-title{
	font-size:1em;
}

.post-footer__comment__detail .comment__item__content__header .data p a{
	color:#dd8165;
}
.post-footer__comment__detail .comment__item__avatar img{
	border-radius:50%;
}
.gute-comment-item .gute-comment-item{
	margin-left:90px;
}
.post-footer .comment-title.c-title
.post-footer .comment-title.c-title span{
	width:550px;
	line-height:1.4;
	display:inline-block;
}
.post-footer .comment-title.c-title::after{
	top:50%;
}
.add-comment-form .logged-in-as{
	margin-bottom:10px;
	color:#888888;
}
.add-comment-form .logged-in-as a{
	color:inherit;
}

.breadcrumb ul > li:last-child > a:after{
	display:none;
}

.search-box form{
	position:relative;
	margin:0px;
}
.search-box form input{
	position:relative;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	height: 50px;
	width: 100%;
	transition: .2s ease-in-out;
	-webkit-appearance: none;
	padding: 0 60px 0 20px;
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 48px;
	border-radius: 0;
}
.search-box form button{
	position:absolute;
	right:0px;
	top:0px;
	color: #fff;
	width:50px;
	height:50px;
	line-height:50px;
	font-size: .875em;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e49c86;
	text-align: center;
	border: 0;
	transition: .2s ease-in-out;
	display: inline-block;
}

.subcribe-bar .subcribe-bar__form form{
	width:100%;
}
.subcribe-bar .subcribe-bar__form form .mc4wp-form-fields{
	display:flex;
}

.woocommerce div.product .product__content__right p.price, .woocommerce div.product .product__content__right span.price{
	color: #111;
	font-size: inherit !important;
	font-weight: 700 !important;
	line-height: 1;
	margin-bottom:0px !important;
}
.product__image img{
	border-radius:5px;
}

.woocommerce .woocommerce-ordering select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:15px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/icons/icon-select.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.shop-widget{
	margin-bottom:3.75rem;
}
.shop-widget ul li{
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	color: #111;
	font-size: .9375em;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom:15px;
}
.shop-widget ul li:last-child{
	margin-bottom:0px;
}
.shop-widget ul li a{
	color: #111;
	font-size: .9375em;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	width:50%;
}
.shop-widget ul li a:hover{
	color:#dd8165;
}
.shop-widget ul li span.count{
	width:50%;
	text-align:right;
}

.single-shop-content{
	align-items:center;
}

.woocommerce div.product .shop-detail__content .woocommerce-product-rating{
	align-items:center;
	display:flex;
}
.shop-detail__content__top .rate{
	margin-bottom:0px;
}
.woocommerce div.product .shop-detail__content p.price{
	color: #111;
	font-size: 1.875em;
	font-weight: 700;
	line-height: 1;
	margin-right: .5em;
}
.product-details-cart-box{
	margin-top:35px;
}
.product-details-cart-box .product_meta{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.product-details-cart-box .product_meta a{
	color:#dd8165;
}

.woocommerce-tabs p{
	color: #111;
	font-size: .875em;
	font-weight: 400;
	line-height: 1.71429em;
}

.woocommerce #review_form #respond{
	margin-top:15px;
}
.woocommerce #review_form #respond .comment-form-rating{
	display:flex;
	margin-top:15px;
}
.woocommerce #review_form #respond .comment-form-rating .stars{
	margin-left:40px;
}

.mt-90{
	margin-top:90px !important;
}

.shop .shop__products .shop__products__content{
	margin-bottom:2.5em;
}
.news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz-small .news-block__content__slide .post-card.-small{
	align-items:center;
}

.footer-widget .feature-post-block .post-card .card__content-info .info__time p{
	margin:0px;
}
.post-footer__related .post-footer__related__item .post-footer__related__item__content .post-card {
	width:calc(100% - 130px);
}

.post .post-standard__banner{
	height:500px;
}

/***************************Header Updated Style****************************/
.right-sec .header__icon-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.right-sec .header__icon-group a {
  color: #111;
  font-size: 1.14286em;
  text-decoration: none;
  line-height: 0;
  cursor: pointer;
  transition: .2s ease-in-out;
  text-transform: uppercase;
}
.right-sec .header__icon-group #search {
  padding-right: 1.875em;
  margin-right: 1.875em;
  border-right: 1px solid #e1e1e1;
}
.right-sec .header__icon-group #search i{
	width:16px;
}
.right-sec .header__icon-group .social a {
  margin: 0 .625em;
    margin-left: 0.625em;
}
.right-sec .header__icon-group .social a:first-child {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb{
	background:none;
	margin:0px;
}

#content,
.p-t100{
	padding-top:100px;
}

#content.no-pd{
	padding-top:0px;
}
.breadcrumb ul li,
.breadcrumb ul a{
	text-transform:uppercase;
}
.social-block a{
	font-weight:400;
}

.contact-us__info .contact-method__item p{
	margin-bottom:0px;
}

.pagination-wrapper .pagination{
	justify-content:center;
	align-items:center;
}
.woocommerce-privacy-policy-text p{
line-height:1.6;
}
.woocommerce-privacy-policy-text p a{
color:#111111;
}