.pb_60 {
	padding-bottom: 60px;
}

/*CUSTOM CSS FILE*/
.breadcrumb-menu ul li a{
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}
.breadcrumb-menu ul li a:after {
	position: relative;
	content: "\e920";
	font-family: 'icomoon' !important;
	font-size: 12px;
	color: var(--thm-white);
}
.breadcrumb-menu ul li:last-child a:after {
	display:none;
}
/*For admin bar show*/
.admin-bar .stricky-header{
	top:32px !important;	
}
#w_100 .metform-btn.metform-submit-btn {
	width: 100%;
} 
.my-icon-class i{
	  background-color: #212325;
	  width: 70px;
	  height: 70px;
	  font-size: 45px;
	  padding: 15px;
}

.single-choose-style1:hover .my-icon-class i{
	color: #fff;
    background-color: #ff4b0c; 
}

.elementor-1170 .elementor-element.elementor-element-0ebb5fa .has-ele__icon-style {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 25px;
}

.padding-bottom{
	padding-bottom: 50px;
}

.single-blog-style2 .img-box .category-box h4 a{
	color: #fff;
}

.single-blog-style1 .content-box .category h4 a {
	color: #ff4b0c;
}

.training-academy-style1__content-bottom .icon{
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 50px;
	  height: 50px;
	  background-color: var(--thm-primary-color);
	  color: var(--thm-white);
	  font-size: 25px;
	  line-height: 25px; 
}

.single-blog-style3 .content-box .meta-box .category h4 a,
.single-blog-style4 .meta-box .category h4 a{
	color: #fff;
}



/*** Blog tags settings ***/
.tagcloud{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tagcloud a{
	  position: relative;
	  font-size: 17px !important;
	  padding: 6px 14px 6px;
	  background: transparent;
	  border: 1px solid #e3e3e3;
	  color: var(--thm-body-font-color);
	  font-weight: 400;
	  font-family: var(--thm-font);
	  transition: all 200ms linear;
	  transition-delay: 0s;
	  transition-delay: 0.1s;
}

.tagcloud a:hover {
	color: var(--thm-black);
	border: 1px solid var(--thm-gray-bg);
	background-color: var(--thm-gray-bg);
}

.single-service-style2 .img-box .overlay-content .title h3 a:hover{
	color: #6b8e23;
}

/** comment form style **/

.firerangers-comment-item .firerangers-comment-item{
	margin-left:80px;
}
.comment-box .outer-box > .firerangers-comment-item:not(:last-child) .single-comment-box {
	margin-bottom: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.single-comment-box .text-holder .btn-box .icon{
	line-height: 1.5;
}
.firerangers-comment-item .add-comment-box {
	padding-top: 0;
	margin-bottom: 55px;
}

/********** Service Sidebar Style**********/

.service-sidebar-widget {
	position: relative;
    margin-bottom: 50px;
}
.service-sidebar-widget ul{
	position: relative;
    display: block;
}
.service-sidebar-widget ul li{
	position: relative;
  	display: block;
	margin-bottom: 10px;
}
.service-sidebar-widget ul li a:before{
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 80px;
  height: 25px;
  background-color: var(--thm-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.service-sidebar-widget ul li.current-menu-item a:before{
	background-color: #111;
}

.service-sidebar-widget ul li:last-child{
    margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.service-sidebar-widget ul li a{
	  position: relative;
	  display: block;
	  overflow: hidden;
	  background-color: var(--thm-gray-bg);
	  padding: 18px 25px 19px;
	  padding-right: 25px;
	  padding-right: 0;
	  z-index: 1;
	  font-size: 16px;
      line-height: 28px;
      text-transform: uppercase;
	  transition: all 0.7s ease;
	  font-weight: 700;
	  font-family: var(--thm-font-2);
}

.service-sidebar-widget ul li a:after{
      position: absolute;
	  content: "\e90a";
	  font-family: 'icomoon' !important;
	  right: 0;
	  bottom: 0;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 40px;
	  height: 40px;
	  background-color: #e7e7e7;
	  color: var(--thm-black);
	  font-size: 20px;
	  opacity: 1;
	  transform: translateY(0px);
	  -webkit-transition: all 0.7s ease;
	  -o-transition: all 0.7s ease;
	  transition: all 0.7s ease;
}
.service-sidebar-widget ul li:hover a,
.service-sidebar-widget ul li.current-menu-item a{
	color: var(--thm-white);
	background-color: var(--thm-black-bg);
}
.service-sidebar-widget ul li a:hover:before,
.service-sidebar-widget ul li.current-menu-item:before{
	background-color: var(--thm-black-bg);
	opacity: 0;
}
.service-sidebar-widget ul li:hover a:after,
.service-sidebar-widget ul li.current-menu-item a:after{
	  color: var(--thm-white);
	  background-color: var(--thm-primary-color);
	  opacity: 1;
	  top: 5px;
	  right: 5px;
	  bottom: 5px;
	  width: 55px;
	  height: 55px;
	  font-size: 25px;
	  transform: translateX(0px);
	  transition: all 0.7s ease;
}

.single-blog-style3 .img-box img{
	height:170px;
	width:170px;
	object-fit:cover;
}


/*home3 choose us animaton image */
.choose-us-gun{
	opacity: 0.08;
}
.hf-icon .my-icon-class i{
	background-color: #f1f1eb;
	border: 1px solid #d9d9d0;
	color: #787948;
}
.hf-icon .single-choose-style1::before{
	background-color: #d9d9d0;
}
.hf-icon .single-choose-style1:hover .my-icon-class i{
	background-color: #787948;
}




/*** service detail sidebar ****/
.single-sidebar-style1 .download{
	font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}
.single-sidebar-style1 .download ul li a{
	padding: 0;
}
.single-sidebar-style1 .download ul li .title h3 a{
	font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}
.single-sidebar-style1 .download ul li a::before{
	display: none;
}
.single-sidebar-style1 .download ul li a::after{
	display: none;
}
.single-sidebar-style1 .download ul li:hover a{
	background-color: #f5f4f4;
}



/*service detail list */
.services-feature__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.services-feature__list li {
    width: 50%; 
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
}


/********* Pagination Style *************/
.pagination,
.paginate-links{
	position:relative;
	gap: 10px;
	display:flex;
	align-items: center;
}

.pagination li a,
.pagination li > span,
.paginate-links a,
.paginate-links > span {
    position: relative;
	width: 55px;
    height: 55px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    color: #a5b1ad;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--thm-font-2);
	text-align: center;
    align-items: center;
    justify-content: center;
	display: inline-flex;
	text-transform: uppercase;
    transition: all 500ms ease;
    z-index: 1;
}

.pagination li a:hover, 
.pagination li.active a,
.pagination li > span,
.paginate-links a:hover,
.paginate-links > span {
    background-color: var(--thm-primary-color);
    color: #ffffff;
    border: 1px solid var(--thm-primary-color);
}





/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
	margin-bottom: 40px;
}
/*
.single-footer-widget .title{
	margin-bottom: 30px;
}
*/
.footer-widget-open-hours ul li:before,
.footer-widget-newsupdate ul li:before,
.footer-widget-become-member ul li:before{
	display: none !important;
}
.footer-widget-contact-info .text,
.footer-widget-newsletter .text{
	color: #aeb0b4;
}
.footer-widget-become-member ul li{
	display: flex !important;
}
.firerangers_get_in_touch-2 ul li{
	margin-right: 10px !important;
}
.footer-social-links-style2 ul li:before{
	display: none !important;
}
.footer-social-links-style2 ul li a span{
	line-height: 50px;
}

.footer-widget ul li,
.footer-widget ol li{
    display: block;
    position: relative;   
	font-size: 17px;
    color: #a5b1ad;
	margin-bottom:9px;
    font-weight: 400;	
	line-height: 25px;
	padding-left: 19px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li:before,
.footer-widget ol li:before{
    position: absolute;
    display: inline-block;
	content: "\e920";
	color: aeb0b4;
    font-size: 14px;
    font-weight: 400;
    top: 0px;
    left: 0px;
	font-family: 'icomoon' !important;
	transition: all 0.4s ease;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:10px;
	margin-bottom: 0px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    color: #a5b1ad;
	display:inline-block;
	font-size: 17px;
    font-weight: 400;
	line-height: 25px;
	font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
	margin-left: 10px;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--thm-primary-color);
}

.footer-widget-contact-info ul li:before{
	display: none;	
}
.footer-widget-contact-info ul li,
.footer-widget-contact-info ul li p a,
.footer-widget-open-hours ul li,
.footer-widget-become-member ul li{
	padding-left: 0px;
	margin-left: 0px;
}
.single-footer-widget-join .border-line,
.footer-widget-become-member .border-line{
	display: none;
}

.single-footer-widget ul li a{
	color: #a6a69d; 
}

.footer-widget .title{
	margin-bottom: 30px;
}

.footer-widget-newsupdate li{
	padding-left: 0px !important;
}
.footer-widget-become-member .title{
	margin-bottom: 20px;
}
.footer-widget-newsupdate li a{
	margin-left: 0px !important;
}

.footer-widget-newsletter .btn-box,
.subscribe-box-style1 .btn-box{
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 5px;
  background-color: var(--thm-primary-color);
  color: var(--thm-white);
  font-size: 16px;
  line-height: 40px;
  font-family: var(--thm-font-2);
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
}
.subscribe-box-style1 .btn-box i{
	margin-right: 5px;
}
.single-footer-widget-subscribe .btn-box{
	padding: 23px 30px;
}

.single-footer-widget-join	.images-links li:before,
.single-footer-widget-join	.rating-box li:before,
.footer-widget-get-in-touch li:before{
	display: none !important;
}
.footer-widget-get-in-touch li p a{
	margin-left: 0px;
}

.footer-widget-instagram ul li:before{
	display: none;
}

.single-pricing-box--style2 li{
	color: #c0beb9;
}

.coming-soon-page-style1__content .subscribe-box-style1 .btn-box{
	width: auto;
  	position: absolute;
}
/*

.menu-footer-widgets-menu-container ul,
.menu-footer-widgets-menu-container ol,
*/
.menu-footer-five-menu-container ul,
.menu-footer-three-menu-container ul,
.menu-footer-three-menu-container ol{
	column-count: 2;
    column-gap: 20px;
}

.widget_firerangers_newsletter2 .subscribe-box-form-style2 form .btn-box{
	background: transparent;
	padding-left: 0px;
} 


.mobile-nav__social li{
	margin-right: 10px;
	
	
}

.blog-style4-subscribe-form .subscribe-box-style1 .submit.btn-box {
	margin-top: 30px;
}

.footer-widget .title-box a,
.footer-widget .title-box a .title {
	margin-bottom: 0px;
}

.widget ul,
.widget ol {
	padding: 0;
	margin: 0px;
	position: relative;
}

.widget ul li,
.widget ol li {
	position: relative;
	display: block;
	cursor: pointer;
	padding-bottom: 14px;
	margin-bottom: 13px;
	font-size: 16px;
	padding-left: 20px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 26px;
	text-transform: uppercase;
	font-family: var(--thm-font-2);
	font-weight: 700;
	color: var(--thm-black);
}

.widget ul li:last-child,
.widget ol li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.widget ul li ul li,
.widget ol li ol li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 13px;
	padding-top: 14px;
	border-top: 1px solid #e3e3e3;
	border-bottom: none;
}

.widget ul li:before,
.widget ol li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\e920";
	font-family: 'icomoon' !important;
	color: #a9a7a6;
	font-size: 12px;
	transition: all 200ms linear;
	transition-delay: 0s;
	transition-delay: 0.1s;
}

.widget ul li ul li:before,
.widget ol li ol li:before {
	top: 14px;
}

.widget ul li a,
.widget ol li a {
	position: relative;
	color: var(--thm-black);
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: var(--thm-font-2);
	font-weight: 700;
}

.widget ul li a:hover,
.widget ol li a:hover {
	color: var( --thm-primary-color );
}

#tab-description ul {
	position: relative;
	margin-top: 20px;
}

#tab-description ul li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 11px;
}

#tab-description ul li:last-child {
	margin-bottom: 0px;
}

#tab-description ul li:before {
	content: '';
	position: relative;
	width: 6px;
	height: 6px;
	background-color: var(--thm-black);
}

.comment-respond .comment-form-rating .nice-select {
	display: none !important;
}

.product-details__title p a {
	color: var(--thm-body-font-color);
}

.product-details__title p a:hover {
	color: var(--thm-primary-color);
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	margin-bottom: 0px !important;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce div.product div.images img {
	width: auto;
}

.is-large.wc-block-cart {
	margin-bottom: 0 !important;
}

.page .wc-block-components-order-summary .wc-block-components-order-summary-item,
.page .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p{
	color: #ffffff;
}

/*****************Event Archive Style*******************/
.tribe-common div.events-classes-style2 {
	padding: 140px 0;
}
.tribe-common .events-classes-style2 div.container {
	padding: 0 15px;
	margin: 0 auto;
}

.tribe-events .events-classes-style2 .tribe-events-c-events-bar {
	padding: 30px;
	background-color: var(--thm-white);
	box-shadow: 0px 0px 25px 0px rgba(25, 26, 28, 0.06);
	display: flex;
	gap: 30px;
}

.tribe-common .events-classes-style2 .tribe-common-form-control-text__input {
	border: 1px solid #e3e3e3;
	padding: 14px 25px;
	color: #a4a5a0;
	font-size: 16px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	text-transform: uppercase;
}

.tribe-common--breakpoint-medium.tribe-events .events-classes-style2 .tribe-common-c-btn.tribe-events-c-search__button {
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--thm-primary-color);
	font-family: var(--thm-font-2);
	font-weight: 700;
	color: var(--thm-white);
	font-size: 16px;
	text-transform: uppercase;
}

.tribe-common--breakpoint-medium.tribe-events .events-classes-style2 .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .events-classes-style2 .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item,
.tribe-common--breakpoint-medium.tribe-events .events-classes-style2 .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content{
	padding: 0px;
}

.tribe-common--breakpoint-medium.tribe-events .events-classes-style2 .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item a {
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	background-color: var(--thm-gray-bg);
	color: #a4a5a0;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.tribe-common--breakpoint-medium.tribe-events .events-classes-style2 .tribe-events-c-top-bar {
	flex-direction: row-reverse;
}

.tribe-events .events-classes-style2 .tribe-events-c-top-bar__nav-list {
	align-items: center;
	gap: 20px;
}

.tribe-events .events-classes-style2 .tribe-events-c-top-bar__nav-list li {
	padding: 0px;
}

.tribe-common--breakpoint-full.tribe-events .events-classes-style2 .tribe-events-c-top-bar__datepicker-desktop,
.events-classes-style2 .tribe-events-calendar-list__month-separator .tribe-common-h7{
	font-size: 32px;
	line-height: 1em;
	text-transform: uppercase;
	color: var(--thm-heading-font-color);
	font-family: var(--thm-font-2);
	font-weight: 700;
	padding-right: 40px;
	position: relative;
}

.tribe-common--breakpoint-full.tribe-events .events-classes-style2 .tribe-events-c-top-bar__datepicker-desktop:before {
	content: "\e90a";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #a9a7a6;
	font-family: 'icomoon' !important;
}

.tribe-common--breakpoint-medium.tribe-common .events-classes-style2 a.tribe-common-c-btn-border-small {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 50px;
	background-color: var(--thm-primary-color);
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	text-transform: uppercase;
}

.tribe-common--breakpoint-medium.tribe-events .events-classes-style2 .tribe-events-header__messages:not(.tribe-events-header__messages--mobile),
.events-classes-style2 .tribe-events-calendar-latest-past,
.events-classes-style2 .tribe-events-calendar-list{
	padding: 40px;
	background-color: var(--thm-white);
	box-shadow: 0px 0px 25px 0px rgba(25, 26, 28, 0.06);
}

.events-classes-style2 .tribe-events-calendar-list__month-separator .tribe-common-h7 {
	padding-right: 0px;
	margin-bottom: 50px;
}

.tk-main-event__list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.tk-list__datetime {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: var(--thm-gray-bg);
	font-size: 20px;
	line-height: 1.0em;
	color: var(--thm-heading-font-color);
	font-family: var(--thm-font-2);
	font-weight: 700;
}

.events-classes-style2 .tk-tribe-events-calendar-list__event {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--thm-border-color);
}

.tribe-events .events-classes-style2 .tribe-events-calendar-list__event-datetime-wrapper {
	margin-bottom: 12px;
}

.tribe-events-calendar-list__event-datetime,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue{
	color: #a9a7a6;
}

.tribe-events .events-classes-style2 .tribe-events-calendar-list__event-title {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	transition: all 220ms linear;
	transition-delay: 0s;
	transition-delay: 0.1s;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
	padding-top: 40px;
}

.tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #a9a7a6;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	text-transform: uppercase;
	transition: all 200ms linear;
	transition-delay: 0s;
	transition-delay: 0.1s;
}

.tribe-events .tribe-events-c-nav__next:hover, .tribe-events .tribe-events-c-nav__prev:hover {
	color: var(--thm-primary-color);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
	margin-bottom: 0px;
	margin-top: 40px;
}

.tribe-common-c-btn-border {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--thm-white);
	box-shadow: 0px 0px 25px 0px rgba(25, 26, 28, 0.06);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text{
	font-size: 16px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	text-transform: uppercase;
}

#tribe-events-pg-template {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.event-venue-map .text-box p {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.event-venue-map .text-box strong {
	font-size: 16px;
	color: var(--thm-heading-font-color);
	font-family: var(--thm-font-2);
	font-weight: 700;
}

.footer-widget-newsupdate ul li .title-box h4 a{
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}

blockquote {
	background-color: var(--thm-gray-bg);
	padding: 35px;
	margin-bottom: 25px;
}

.mt_30{
	margin-top: 30px;
}

.mt_50{
	margin-top: 50px;
}

#add-comment-form .button-box .btn-one i {
	margin-right: 0;
	margin-left: 10px;
}

.add-comment-form .logged-in-as {
	margin-bottom: 10px;
	display: block;
}

.add-comment-form .logged-in-as a {
	color: inherit;
}

.add-comment-form .logged-in-as a:hover {
	color: var(--thm-primary-color);
}

.widget .wp-block-search__label,
.widget h2 {
	padding-bottom: 20px;
}

.footer-widget h2 {
	padding-bottom: 16px;
}

.widget .wp-block-search__label:before,
.widget h2:before,
.footer-widget h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 50px;
	background-color: var(--thm-primary-color);
}

.widget .nice-select,
.footer-widget .nice-select{
	float:none;
	background: #fff;
	height: 60px;
	border: 1px solid #e3e3e3;
    color: var(--thm-body-font-color);
	display: flex;
	align-items: center;
	padding: 0 30px;
	font-size: 17px;
	font-weight: 400;
	font-family: var(--thm-font);
	border-radius: 0;
}

.widget .nice-select:after,
.footer-widget .nice-select:after{
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 30px;
	width: 10px;
	height: 10px;
	margin: 0px;
}

.footer-widget .nice-select{
	background-color: #fff;
}

.widget .nice-select ul.list,
.footer-widget .nice-select ul.list{
	min-width:100%;
	border: none;
}

.widget .nice-select ul li,
.footer-widget .nice-select ul li{
	padding-bottom:0px;
	margin-bottom:0px;
}

.widget .nice-select ul li:before,
.footer-widget .nice-select ul li:before{
	display:none;
}

.footer-widget .nice-select ul li{
	color: var(--thm-black);
}

.blog-sidebar .widget-title h3 a,
.footer-widget h3 a{
	color: inherit;
}

.single-products-style1 .content-box .bottom-box .cart-box.modi-cart__custom {
	display: flex;
	align-items: center;
	gap: 15px;
}

.added_to_cart.wc-forward {
	padding: 0px !important;
}