a{
	text-decoration:none;
}

main{
	padding-bottom: 30px;
}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.products  .product.type-product{
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product.type-product a{
	text-decoration: none;
	color: #404040;
}

.onsale{
	position: absolute;
    color: white;
    padding: 0 10px;
    font-weight: 600;
	left: 0;
	z-index: 1;
}

.woocommerce-LoopProduct-link{
	display: flex;
    flex-direction: column;
    align-items: center;

}

.woocommerce-LoopProduct-link>*:not(:last-child){
	margin-bottom: 10px;
}

.woocommerce-LoopProduct-link img{
	border-radius: 8px;
}

button, .wpcf7-submit, .button, .search-submit, div.dt-container .dt-paging .dt-paging-button{
    color: white !important;
    padding: 10px 30px;
    border-radius: 8px;
    margin-top: 10px;
	border: none !important;
}
div.dt-container .dt-paging .dt-paging-button{
	padding: 0 !important;
}
button span, html body main div .dt-paging-button.active a{
	color: white !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover{
	color: white !important;
	opacity: .8;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
	color: white !important;
}
.dtable-action{
	margin-top: 0 !important;
}

.product.type-product .price del{
	opacity: 0.6;
}

.product.type-product .price ins{
	background: none;
	font-size: 1.1em;
	padding-left: 10px;
}

input[type='text'], .search-field, input[type='tel'], input[type='email'], input[type='password'],input[type='number'], textarea, select>span, .nice-select{
	-webkit-appearance: none;
    background-color: rgba(114, 159, 193, 0.07);
    width: 100%;
    color: #000;
    font-size: 14px;
    padding: 9px !important;
	border-radius: 8px;
	border: 1px solid #00000010;
	outline: none !important;
}

*, *:focus{
	outline: none !important;
}
.form-control:focus{
	border-color: #00000010 !important;
	background: rgba(114, 159, 193, 0.07);
	box-shadow: none !important;
	color: #000 !important;
}
.alert p{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.nice-select{
	padding: 10px !important;
	margin-bottom: 1em;
}

.wpcf7-list-item{
	margin: 0;
}

.wpcf7-list-item input[type="checkbox"]{
    background-color: rgba(114, 159, 193, 0.07);
	border-radius: 8px;
	border: 1px solid #00000010;
}

.wpcf7-submit[disabled]{
	opacity: 0.6;
}

.woocommerce-pagination ul.page-numbers{
	display: flex;
	justify-content: center;
    align-items: center;
	list-style-type: none;
}

.woocommerce-pagination ul.page-numbers>*:not(:last-child){
	margin-right: 10px;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:not(.current){
	display: flex;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	color: white !important;
	align-items: center;
    justify-content: center;
	text-decoration: none;
}

.display-flex{
	display: flex;
	align-items: flex-start;
    justify-content: center;
}

.display-flex-column{
	display: flex;
	flex-direction: column;
	padding: 0 0 0 60px;
}

.woof_products_top_panel{
	display: none !important;
}

.woocommerce-product-order{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.woof_products_top_panel_content{
	display: none;
}

.woocommerce-result-count{
	margin: 0;
}

.woocommerce-loop-product__title{
	text-align: center;
	min-height: 77px;
	display: flex;
    align-items: center;
}

.woocommerce-LoopProduct-link{
	width: 100%;
}

.woocommerce-product-galleryimage.custom-background{
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.woocommerce-LoopProduct-link{
	overflow: hidden;
}

.woocommerce-product-galleryimage.custom-background{
	transition: 0.3s all;
}

.woocommerce-product-galleryimage.custom-background:hover{
    transform: scale(1.1);
}

.woocommerce-product-card-details-wrapper{
	padding: 30px;
}
.woocommerce-product-addtocart-button-wrapper{
	margin: 0 auto;
	width: fit-content;
}

.woocommerce-loop-product__title{
	font-size: 24px;
}

select{
	padding: 13px;
    border-radius: 8px;
}

.related.products{
	width: 100%;
}

.related.products h2{
	margin-bottom: 20px;
}

.single-product-card{
	width:100%;
	display: flex;
    justify-content: space-around;
	margin-bottom: 30px;
}

.woocommerce-tabs{
	margin-bottom: 30px;
	display: flex;
}

.tabs.wc-tabs{
	display: flex;
    flex-direction: column;
    width: 20%;
	margin-right: 20px !important;
}

.tabs.wc-tabs li{
	border-radius: 8px;
	padding: 5px 12px;
}

.tabs.wc-tabs li.active{
	background-color: white;
}

.tabs.wc-tabs li.active a{
	color: green;
}

.tabs.wc-tabs li:not(:last-child){
	margin-bottom: 10px;
}

.woocommerce-Tabs-panel{
	width: 80%;
	padding: 10px;
	margin: 0;
	border-radius: 8px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.tabs.wc-tabs li a{
	color: white;
}

.woocommerce-tabs ul.tabs li a{
	padding: 0 !important;
}

.woocommerce-product-gallery{
	max-width: 50%;
}

.product_meta{
	display: flex;
	flex-direction: column;
}

.woocommerce-product-addtocart-button-wrapper{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
	left: unset;
	right: 10px;
}

.woocommerce-account.logged-in .woocommerce{
	display: flex;
}

.woocommerce-MyAccount-navigation{
	width: 200px;
    padding: 20px;
    border-radius: 8px;
	height: fit-content;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.woocommerce-MyAccount-content{
	width: calc(100% - 200px);
    margin-left: 30px;
    padding: 30px;
    border-radius: 8px;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.woocommerce-MyAccount-navigation ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul a{
	text-decoration: none;	
}

.woocommerce-MyAccount-navigation ul li:not(:last-child){
	max-width: 200px;
}

.woocommerce-MyAccount-navigation ul li{
	padding: 5px 10px;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child){
	margin-bottom: 20px;
}

.woocommerce-EditAccountForm{
	display: flex;
	flex-direction: column;
}

.woocommerce form p, .woocommerce form fieldset{
	display: flex;
    flex-direction: column;
	max-width: 800px;
	width: -webkit-fill-available;
}

.woocommerce form p>input{
	width: 100%;
}

.woocommerce form fieldset{
	padding: 0 !important;
}

.woocommerce-columns, .woocommerce-Addresses, .woocommerce-account:not(.logged-in) .u-columns{
	display: flex;
    flex-wrap: wrap;
}

.woocommerce-columns>div, .woocommerce-Addresses>div, .woocommerce-account:not(.logged-in) .u-columns>div{
	width: 50%;
	padding: 0 20px;
}

.select2-container .select2-selection--single{
	height: unset;
	padding: 16px;
}

.select2-selection.select2-selection--single{
	display: flex;
    align-items: center;
    justify-content: space-between;
	background: #f5f8fb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	display: block;
	width: initial;
    height: initial;
	position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 1.5 !important;
}

.woocommerce-order-received .woocommerce .woocommerce-order>section{
	padding: 20px !important;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
	background-color: #f5f8fb;
}

.woocommerce-orders-table th, .woocommerce-orders-table td{
	padding-bottom: 20px;
}

.woocommerce-notices-wrapper{
	margin-bottom: 30px;
}

.footer-logo{
	height: 100% !important;
    width: 100% !important;
}

.site-footer{
	clear: both;
	padding: 30px;
}

.site-footer ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer ul.menu li{
	margin-bottom: 10px;
}

.site-footer ul.sub-menu{
	list-style: none;
	margin: 0;
}

.site-footer .widget-title{
	margin-bottom: 20px;
}

.footer-logo-wrapper>div{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

@media(min-width: 768px){
	.site-footer .widget{
		margin: 0;
	}
}

.bottom-footer{
	padding: 10px;
    text-align: center;
    border-top: 1px solid #ffffff40;
    color: white;
}

.header-favourite-icon{
	margin-right: 10px;
}

.header-favourite-icon>i{
	font-size: 29px;
}

.wpgs-lightbox-icon{
	display: flex;
	justify-content: center;
	align-items: center;
}

.summary.entry-summary{
	max-width: 50%;
	padding: 0 30px;
}

.wpgs-nav .slick-slide{
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.wpgs-nav .slick-current{
	border-color: transparent !important;
}

.single-product-card .summary.entry-summary{
	margin-top: 0 !important;
}

.single-product-card .summary.entry-summary .product_title{
	margin-top: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
#tribe-events-pg-template{
	padding-top: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg{
	left: unset !important;
	right: 16px !important;
}

.tribe-common .tribe-common-l-container, #tribe-events-pg-template{
	max-width: 85vw;
}

html .main-contact-details a{
	color: #404040 !important;
}

.tribe-events-single-section.tribe-events-event-meta{
	width: 50%;
}


@media(max-width: 991px){
	
	.woocommerce-MyAccount-navigation{
		width: 100%;
	}
	
	.woocommerce-MyAccount-content{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	
	.woocommerce-account.logged-in .woocommerce{
		flex-direction: column;
	}
	
	.single-product-card{
		flex-direction: column;
	}
	.summary.entry-summary{
		padding: 30px;
		max-width: 100%;
	}
	.woocommerce-product-gallery{
		max-width: 100%;
	}
	.woocommerce-tabs{
		flex-direction: column;
	}
	.tabs.wc-tabs{
		flex-direction: row;
		margin-bottom: 10px !important;
		width: 100%;
	}
	.woocommerce-Tabs-panel{
		width: 100%;
	}
	.tabs.wc-tabs li:not(:last-child){
		margin-bottom: 0;
		margin-right: 10px;
	}
	html ul.products.columns-4 li.product{
		width: 45% !important;
        margin: 0;
		margin-bottom: 20px;
	}
	.related.products .products.columns-4{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.single-product-addtocart-number-wrapper{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.single-product-addtocart-number-button{
	height: 55px;
	width: 55px;
	border-radius: 8px;
	border: 1px solid #00000010;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.single-product-addtocart-number-button.disabled{
	background-color: rgba(114, 159, 193, 0.07);
	cursor: no-drop;
}

.single-product-addtocart-number-wrapper .quantity{
	text-align: center;
}

.single-product-addtocart-number-wrapper .quantity input{
	width: 55px;
    padding: 10px !important;
    height: 55px;
    text-align: center;
	cursor: unset;
	margin: 0 10px;
}

.single-product-addtocart-number-wrapper .quantity input:focus-visible{
	outline: none;
	color: #999;
}

html .ubermenu-skin-minimal.ubermenu-responsive-toggle{
	padding: 0;
	font-size: 27px;
}

.menu-toggle{
	display: none;
	}
	
.tribe-events .tribe-events-c-events-bar__search-button-icon-svg path,
.tribe-common .tribe-common-c-svgicon__svg-fill,
.tribe-common .tribe-common-c-svgicon__svg-fill path{
	fill: white !important;
}

.ubermenu-retractor.ubermenu-retractor-mobile{
	display: none !important;
}

@media(max-width: 991px){
	html ul.products.columns-4 li.product{
		width: 100% !important;
	}
}

@media(max-width: 425px){
	.fkcart-shortcode-container .fkcart-shortcode-count{
		display: none !important;
	}
	
	.fkcart-shortcode-icon-wrap svg{
		height: 25px;
	}
	.header-favourite-icon>i{
		font-size: 25px;
	}
	html .ubermenu-skin-minimal.ubermenu-responsive-toggle{
		font-size: 25px;
	}
}

@media(max-width: 959px){
	.ubermenu-skin-minimal.ubermenu-mobile-modal.ubermenu-mobile-view{
		background: #fff;
	}
	.header-menu-nav{
		margin-left: 10px;
		order: 2;
		width: fit-content;
	}
	.header-fav-cart-wrapper{
		order: 1;
		width: auto;
	}
}

.wc-block-components-sidebar-layout .wc-block-checkout__main{
	padding: 10px !important;
}
@media(min-width: 992px){
	.wc-block-components-sidebar-layout .wc-block-checkout__main{
		width: 60% !important;
	}
	.wc-block-components-sidebar-layout .wc-block-checkout__sidebar{
		width: 40% !important;
	}
}



.woocommerce-table__product-name.product-name p {
  margin-bottom: 0;
}

.wc-item-meta{
	margin: 0 !important;
}

.woocommerce-table__line-item .product-name a {
  margin: 10px 0px !important;
  display: inline-block;
}
.error-404 ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.image-container img{
	max-width: 350px;
	width: 80%;
	height: auto;
	margin-bottom: 30px;
}
.error-404{
	padding: 0px 15px;
}
.search-field{
	max-width: 500px;
	width: 100%;
}
.search-form label{
	display: block;
}
/* Search Results Page */
.search-results-page .page-header {
    text-align: center;
    margin-bottom: 40px;
}

.search-results-page .page-title {
    font-size: 2em;
    color: #333;
}


.search-results-container .post h2 {
    font-size: 1.5em;
    margin-top: 0;
}

.search-results-container .post p {
    font-size: 1em;
    color: #666;
}

.pagination {
    text-align: center;
    margin-top: 40px;
}

.no-results {
    text-align: center;
    padding: 40px;
    background-color: #fff3f3;
    border: 1px solid #f5c2c2;
    border-radius: 8px;
    margin-top: 20px;
}
.search-results-container .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.search-results-container .card:hover {
    transform: translateY(-5px);
}

.entry-title {
    margin: 10px 0;
}

.entry-meta {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

.entry-summary {
    font-size: 1em;
    color: #333;
}
.card-img-top {
    width: 100%;
    height: 200px; /* Adjust the height as needed */
    background-size: cover;
    background-position: center;
}
.entry-thumbnail {
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
.wc-empty-cart-message {
  margin-bottom: 45px;
}
.wc-block-components-panel__button {
  background: transparent !important;
}
.wc-block-components-sidebar {
	margin-top: 0 !important;
}
.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
  text-align: left !important;
}
.nice-select{
	width: 100%;
    line-height: 1.5;
}

.nice-select.open .list {
  width: 100%;
  left: 0;
  margin-left: 0;
}