:root {
	--theme-primary-color: #0d376e;
	--theme-bg-color: #f9f3e7;
	--theme-light-color: #fff;
	--theme-border-radius: 15px;
	--theme-box-shadow: 0 20px 20px -10px rgba(0,0,0,.1);
}

.w-inherit {
	width: inherit !important;
}

.thumbnail .image-cover {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	width: 300px;
}

.axil-product-list-image-cover {
	height: 120px !important;
	width: 120px !important;
	border-radius: var(--theme-border-radius) !important;
}

.add_ellipsis {
	max-width: 12ch;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.theme-primary-color,
.mainmenu>.menu-item-has-children .axil-submenu li a:hover,
.axil-product .product-content .title a:hover,
.axil-product-list .product-content .product-title a:hover,
ul li a:hover,
a:not(button a):active {
	color: var(--theme-primary-color) !important;
}

.axil-shop-sidebar .title::after,
.isotope-button button.is-checked:after,
.social-share a:after,
.theme-primary-bg,
a.axil-btn.btn-bg-primary:before,
button.axil-btn.btn-bg-primary:before,
a.axil-btn.btn-bg-primary,
button.axil-btn.btn-bg-primary {
	background: var(--theme-primary-color) !important;
}

button.axil-btn.btn-bg-primary:before {
	border-radius: var(--theme-border-radius) !important;
}

input[type=checkbox]:checked~label::before,
input[type=radio]:checked~label::before {
	background: var(--theme-primary-color) !important;
	border-color: var(--theme-primary-color) !important;
	border-radius: 3px;
}

.main-slider-style-3 .main-slider-large-thumb .axil-slick-dots .slick-dots li.slick-active button {
	box-shadow: inset 0 0 0 1px var(--theme-primary-color) !important;
}

input:focus {
	border-color: var(--theme-primary-color) !important;
}

.download-option {
	border: 2px solid  var(--theme-primary-color) !important;
	transition: .3s all ease-in-out;
}

.download-box-wrapper {
	height: 200px;
	width: 261px;
	font-size: 11rem;
	display: flex;
	justify-content: center;
	border-radius: 6px;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}

.header-navbar .header-brand {
	height: 80px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}

.category-icon-wrapper {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 163px;
	flex-direction: column;
}

.theme-bg-color {
	background: var(--theme-bg-color) !important;
}

.copyright-default .quick-link li:last-child::after {
	position: relative !important;
}

.copyright-default .copyright-left .copyright-text-wrapper {
	margin-left: -15px !important;
}

.subcategories-wrapper li {
	border-radius: 10px;
	transition: .3s;
}

.subcategories-wrapper li:hover {
	background: var(--theme-bg-color) !important;
}

.axil-product>.thumbnail>a,
.axil-product-list .thumbnail a,
.category-icon-wrapper,
.axil-breadcrumb-area,
.isotope-button button:hover,
.axil-slick-arrow .slide-arrow:before,
.isotope-button button:after,
.woocommerce-tabs,
.theme-light-color {
	background-color: var(--theme-light-color) !important;
}

.card-wrapper .card-meta-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.axil-product {
	margin-bottom: 30px;
	border-radius: var(--theme-border-radius) !important;
	overflow: hidden;
	transition: .5s ease-in-out;
	box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .04);
}

.axil-product:hover,
.theme-box-shadow {
	box-shadow: var(--theme-box-shadow);
}

.axil-product .thumbnail .image-cover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	& img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

.accordion-button:not(.collapsed),
.slide-arrow.slick-arrow {
	background-color: var(--theme-light-color) !important;
}

.site-logo {
	width: 230px;
}

.w-fit-content {
	width: fit-content !important;
}

.main-slider-style-3 .main-slider-content .title {
	font-size: 40px !important;
}

.product-area {
	border-bottom: var(--theme-light-color) !important;
}

.category-select .single-select {
	border: 2px solid var(--theme-light-color) !important;
}

.slick-single-layout .categrie-product {
	border-color: var(--theme-light-color) !important;
	overflow: hidden;
	border-radius: var(--theme-border-radius) !important;
}

.main-slider-style-3 {
	background: url(../img/banner/banner.png) !important;
	background-size: cover !important;
}

.mainmenu>.menu-item-has-children .axil-submenu {
	padding: 10px !important;
}

.featured-cards-wrapper .slick-current.slick-active .axil-product {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px -5px !important;
}

.theme-border-radius,
.woocommerce-tabs.nft-info-tabs,
.mainmenu>.menu-item-has-children:hover .axil-submenu,
.axil-product-list,
.back-to-top,
a.axil-btn,
a.axil-btn::before,
button.axil-btn,
.isotope-button button,
.isotope-button button:after,
.form-control,
.axil-slick-arrow .slide-arrow:before,
.slide-arrow.slick-arrow {
	border-radius: var(--theme-border-radius) !important;
}

.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--theme-light-color) !important;
}

.copyright-area .quick-link a:hover {
	color: var(--theme-light-color) !important;
}

.accordion button:focus {
	outline: none;
	box-shadow: none;
}

.box-shadow-none {
	box-shadow: none !important;
}

.hamburger-menu {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(5px) !important;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.hamburger-list-border {
	border-bottom: solid 1px #ddd;
}

.hamburger-menu .collapsed-submenu {
	display: none;
}

.hamburger-menu .nav-item .nav-link .angle-icon {
	transition: .3s;
}

.hamburger-menu .nav-item .nav-link:not(.collapsed) .angle-icon {
	transform: rotate(180deg);
}

.offcanvas-backdrop,
.axil-shop-sidebar .filter-close-btn {
	background-color: var(--theme-light-color) !important;
}

@media only screen and (max-width: 960px) {
	header .header-brand {
		justify-content: space-between !important;
		width: 100%;
	}

	.hamburger-menu-icon {
		font-size: x-large;
	}
}

.product-filter-mobile:after {
    content: none !important;
}

.thank-you-page, .card-list-page {
	padding: 20px 0;
}

.thank-you-page .bradcrumb-thumb , .card-list-page .bradcrumb-thumb {
	display: block !important;
}

.product-filter-mobile:hover {
    color: var(--color-dark);
}

#checkout-form #user_email:focus,
#checkout-form #postal_code:focus	{
	border-color: var(--color-light) !important;
}

@media only screen and (max-width: 399px){
	.categrie-product-activation-3 .slide-arrow:before {
		background-color: #ffe6c2 !important;
	}
	
	.categrie-product-activation-3 .slide-arrow.prev-arrow {
		top: 41%;
		left: 10px;
	}
	
	.categrie-product-activation-3 .slide-arrow.next-arrow {
		top: 41%;
		right: 10px;
	}
}

@media only screen and (max-width: 425px) {
	.thank-you-page .bradcrumb-thumb svg, .card-list-page .bradcrumb-thumb img{
		height: 60px;
		width: 60px;
	}

	.thank-you-page .bradcrumb-thumb::after,
	.card-list-page .bradcrumb-thumb::after {
		content: none !important;
	}
}

@media only screen and (max-width: 575px) {
	.axil-product-list .product-title a{
		margin: 0 auto;
	}
}

@media only screen and (max-width:1024px) {
	.main-content-wrapper:has(.tnk-container), .main-content-wrapper:has(.download_page){
		min-height: 80vh !important;
	}
	.main-content-wrapper .main-wrapper .tnk-container, .main-content-wrapper .main-wrapper .download_page {
		display: flex;
		align-items: center;
		justify-content: center;
		height: calc(100vh - 402px);
	}
}
@media only screen and (min-width:992px) { 
	.single-product-content.nft-single-product-content .inner .product-title, .single-product-content .inner .price-amount.price-offer-amount span {
		line-height: 0.8;
	}
	.single-product-content .inner .price-amount.price-offer-amount span del {
		line-height: 2.5;
	}
}

@media only screen and (max-width:991px) {
	.single-product-content .inner .price-amount.price-offer-amount span {
		line-height: 1.5;
	}
	.single-product-content .inner .price-amount.price-offer-amount span del {
		line-height: 2;
	}
}
.single-product-content .inner .price-amount.price-offer-amount {
	align-items: unset !important;
}