/*
----------------------------------------------------------------
	remove the white gap for 4 sides in elementor
----]------------------------------------------------------------
*/
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
} 
.admin-bar .header-style-one.fixed-header .header-lower,
.admin-bar .sticky-header,
.admin-bar .header-style-three.fixed-header .header-lower{
	top:32px !important;	
}


/********* Pagination Style *************/
.pagination{
	position: relative;
	text-align:center;	
}
.pagination li,
.pagination li{
	position: relative;
    display: inline-block;
    margin: 0px 6px 0px 0px;
}
.pagination li a,
.pagination li span {
    width: 45px;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #c08c4d;
    border: 2px solid #c08c4d;
	border-radius: 50% !important;
	text-transform: capitalize;
	background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
	font-family: 'Poppins', sans-serif;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination li:hover a, 
.pagination li.active span,
.pagination li.active a,
.pagination li span.current {
    background-color: #c08c4d;
    color: #ffffff;
    border-color: #c08c4d;
}
/***************** Blog Sidebar Style*******************/
.sidebar .widget .wp-block-group__inner-container h2,
.sidebar .widget form .wp-block-search__label{
	position:relative;
	margin-bottom: 25px;
	font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 1.2em;
	width:auto;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.sidebar .widget .wp-block-group__inner-container h2:before,
.sidebar .widget form .wp-block-search__label:before{
	position: absolute;
    content: '';
    left: 100%;
    margin-left: 10px;
    bottom: 5px;
    width: 15px;
    height: 2px;
    background-color: #c08c4d;
}
.sidebar .widget form button.wp-block-search__button,
.main-footer .widgets-section .footer-widget form button.wp-block-search__button{
	position:relative;
    font-weight: 600;
    font-size: 14px;
	padding:5px 10px;
    color: #fff;
    background: #c08c4d;
    border: 2px solid #c08c4d;	
}
.main-footer .widgets-section .footer-widget form .wp-block-search__label{
	position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	margin-bottom:50px;
}

.widget{
	position: relative;
	margin-bottom:30px !important;
}
.widget ul,
.widget ol{
	position:relative;
}
.widget ul li,
.widget ol li{
	position: relative;
	font-weight: 700;
    padding-bottom: 10px;
	display:block;
    margin-bottom: 10px;
	padding-right:15px;
	border-bottom: 1px solid #e6e6e6;
	text-transform:capitalize;
	color: #797979;
	font-family: 'Lato', sans-serif;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom: 0px;
}
.widget ul li:before,
.widget ol li:before{
	position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    color: #c8c8c8;
    font-size: 14px;
    font-family: 'FontAwesome';	
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #e6e6e6;
}
.widget ul li ul li:before,
.widget ol li ol li:before{
	top:10px;	
}
.widget ul li a,
.widget ol li a{
	position: relative;
	display:inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #666666;
    font-weight: 700;
	font-family: 'Lato', sans-serif;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: #c08c4d;
}
.widget .tagcloud{
	position:relative;	
}
.widget .tagcloud a{	
	position: relative;
    display: inline-block;
	font-weight: 700;
    font-size: 15px !important;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
    line-height: 24px;
    padding: 7px 18px 7px;
    min-width: 100px;
    margin: 0px 6px 10px 0px;
    color: #a6a6a6;
    background: none;
    border: 1px solid #e4e4e4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    text-align: center;	
}
.widget .tagcloud a:hover{
	color: #ffffff;
    border-color: #c08c4d;
    background-color: #c08c4d;	
}
/***************** Service Sidebar Style*******************/
.service-widget {
	position: relative;
    margin-bottom: 30px;
}
.service-widget ul li{
	background-color: #f1f1f1;
    display: block;
    margin-bottom: 4px;
    transition: all 500ms ease;
}
.service-widget ul li:last-child{
    margin-bottom: 0px;
}
.service-widget ul li a{
	font-size: 16px;
    line-height: 26px;
    color: #242424;
    font-weight: 600;
    display: block;
	border-left: 4px solid #d2d2d2;
    padding: 14px 15px 14px 22px;
	font-family: 'Poppins', sans-serif;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-widget ul li:hover a,
.service-widget ul li.current-menu-item a,
.service-widget ul li.current-menu-item a:before{
	color: #fff;
	background: #c08c4d;
    border-color: #c08c4d;
}
.service-widget .service-details-1-contact-widget .details__inner__box ul{
	background: transparent;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    padding: 0px;
}
.service-widget .service-details-1-contact-widget .details__inner__box ul li{
	border: 0px;
    display: block;
    margin-bottom: 0px;
    border-radius: 0px;
}
.service-widget .widget__download{
	margin-bottom: 0px;
}
.service-widget .widget__download ul{
    box-shadow: none;
    padding: 0px;
}
.service-widget .widget__download ul li a{
    display: flex;
}
.service-widget .contact-info-widget .inner-box ul li{
	background-color: #c08c4d;
}
/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
	padding:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    position: relative;
    margin-bottom: 12px;
	font-size: 14px;
	display:block;
    color: #ffffff99;
    font-weight: 400;
	line-height:23px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:12px;
	margin-left:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    color: #ffffff99;
	display:inline-block;
    transition: .5s;
	font-size: 14px;
    font-weight: 400;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #c08c4d;
}
.main-footer .footer-widget h2{
	margin-bottom: 50px;
}
.footer-widget .newsletter-widget .widget-content ul.social-icon-one li{
	display: inline-block;
}
/***************** Comment Style*******************/

.woodex-comment-item .woodex-comment-item{
	margin-left:80px;
}
.comments-area .woodex-comment-item .comment-form{
	margin: 25px;
}
.sidebar-page-container .comment-form .group-title h2 small a{
	position: relative;
    font-size: 18px;
	display:inline-block;
    color: #242424;
	font-weight:600;
}
.blog__detail .comments-area{
	margin-top: 80px;
	margin-bottom: 0px;
	padding-top:0px;
}
.comments-area .comment__list > .woodex-comment-item:last-child .comment .comment__item{
	margin-bottom:0px;
	padding-bottom: 0px;
}
.comments-area .comment__list .woodex-comment-item .comment-form{
	margin-left: 0px;
	padding-top: 30px;
}
.woodex-comment-item .comment__item .comment__img img{
	border-radius: 50%;
}
.comment__list .woodex-comment-item .comment-form #cancel-comment-reply-link{
	color: #171818;
}
.comment__form-title{
	padding-bottom:10px;	
}
.comment-form .comment__form .logged-in-as a{
	color: var(--black-2);
}
.elementor-lightbox .elementor-lightbox-item,
.dialog-type-lightbox{
	display:none !important;	
}
.news-block-three .inner-box .lower-content .upper-box .post-meta li a{
	position: relative;
    color: #b8b8b8;
    font-size: 17px;
	display: inline-block;	
}
/********* Custom Style ************/

.woocommerce div.product{
	margin-bottom: 80px;
}
.shop-content .related-products{
	padding: 50px 0px 0px;
}
.shop-single-section .shop-content div.product{
	margin-bottom: 50px;
}
.related-products .shop-item .inner-box .image a img{
	width: 270px !important;
	height: 247px;
}
.quote-section .default-form .form-group p{
	margin-bottom:0px;	
}
.accordion-box.alternate .block .acc-btn p{
	margin-bottom:0px;	
}