/*
 Theme Name:   Canabiz Child
 Theme URI:    https://canabiz.wpengine.com/
 Description:  Canabiz Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     canabiz
 Version:      1.0.0
 Text Domain:  canabiz-child
*/

/* ----- custom ----- */

:root {
	--font-size-price-single-product: 26px;
	--font-size-price: 18px;
	--color-price: #cf2e2e;
	--color-del-price: #8d8d8d;
	--border-radius-10: 10px;
	--border-radius-5: 5px;
	--wdtLinkHoverColor: var(--wdtSecondaryColor);
}

/* border-radius */
.woocommerce ul.products li.product .product-thumb,
.wdt-custom-product-list-tab .wdt-tabs-container[class*="-template-modern"] > .wdt-tabs-list-wrapper > .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title:after,
.wdt-custom-insta-section .wdt-image-box-holder[class*="custom-template"] .wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container,
.mona-sec-blog .wdt-post-entry .blog-entry > div.entry-thumb,
.swiper-autoheight, .swiper-autoheight .swiper-slide,
.wdt-product-image-gallery-holder .wdt-product-image-gallery-thumb-container.swiper-container .swiper-wrapper .swiper-slide img,
.woocommerce div.product .wdt-product-summary .product-buttons-wrapper .wc_btn_inline a,
.woocommerce div.product .wdt-product-summary .product-buttons-wrapper.product-button.product-button-cart .wc_btn_inline button[type="submit"],
.woocommerce div.product form.cart div.quantity.quantity-with-plusminus,
.woocommerce div.product .wdt-product-summary.summary.wdt-custom-product-summary-style .wdt-single-product-clear ~ .product-buttons-wrapper div.product-buy-now a.quick_buy_now_button {
	border-radius: var(--border-radius-10) !important;
}
.mona-header-main .wdt-header-menu .menu-container .wdt-primary-nav > li > a:after,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline,
.woocommerce ul.products.product-label-boxed li.product .product-labels .onsale, 
.woocommerce ul.products.product-label-boxed li.product .product-labels .out-of-stock,
.mona-sec-uu-dai .wdt-custom-product-list-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list li:hover, 
.mona-sec-uu-dai .wdt-custom-product-list-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active {
	border-radius: var(--border-radius-5) !important;
}

/* back to top */
.back-to-top {
	width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #000000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 7;
    transform: translateX(30px);
    opacity: 0;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
	z-index: 999999;
}
.back-to-top.mona-to-top {
	visibility: visible;
	transform: translatex(0px);
	opacity: 1;
}
.back-to-top .triangle {
	display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
    animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
    animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
    animation: BTT 1.5s linear 0s infinite;
}
@keyframes BTT {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* button */
.wdt-simple-style.wdt-post-entry .blog-entry .entry-button a.wdt-button,
.wdt-custom-icon-box-style-1 .wdt-content-item .wdt-content-detail-group .wdt-content-button > a {
	background-image: linear-gradient(0deg, rgba(var(--wdtPrimaryColorRgb),.3) 0%, rgba(var(--wdtPrimaryColorRgb),.3) 100%) !important;
}
.wdt-custom-icon-box-style-1 .wdt-content-item .wdt-content-detail-group .wdt-content-button > a:hover {
	background-size: 100% 6px !important;
}

/* title */
.wdt-heading-holder .wdt-heading-title-wrapper {
	line-height: 1.3 !important;
}

/* height - 100% */
.height-100 {
	height: 100%;
}

/* header */
.mona-marquee-header .wdt-effect-marquee-wrapper {
	bottom: -10px;
	max-width: max-content !important;
}
.mona-icon-search-mobile .dgwt-wcas-search-icon svg {
	margin: 0 !important;
}
.mona-fibo-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-bottom: 8px;
	padding-top: 8px;
}
#mona-height-header {
	transition: all 0.5s;
}
.mobile-menu li.close-nav a {
	border: none;
}
body #header .mona-header-bottom .wdt-header-menu .menu-container {
	display: block !important;
}
body #header .mona-header-bottom .mobile-nav-container {
	display: none !important;
}
body #header {
	position: relative !important;
	z-index: 999;
}
#mona-sec-header {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	width: 100%;
}
#mona-sec-header.header-sticky {
	margin-top: 150px;
	transition: margin 600ms ease,opacity 400ms ease;
	position: fixed !important;
	top: -150px !important;
    left: 0;
    background: #fff;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);
}
#mona-sec-header.header-sticky .mona-header-top {
	display: none;
}
.mona-input-search.elementor-widget-search .e-search-input {
	padding-left: 15px !important;
}
.mona-input-search.elementor-widget-search .e-search .e-search-submit {
	margin: 0;
	padding: 15px 20px
}
.wdt-custom-cart-count-style .wdt-header-icons-list-item span.icotype-label,
.wdt-custom-cart-count-style .wdt-header-icons-list-item span.wdt-shop-menu-cart-totals,
.mona-menu-items .wdt-header-menu .menu-container .wdt-primary-nav > li:hover > a,
.mona-menu-items .wdt-header-menu .menu-container .wdt-primary-nav > li.current-menu-item > a,
.mona-menu-items .wdt-header-menu .menu-container .wdt-primary-nav > li.current-menu-ancestor > a {
	color: var( --e-global-color-secondary ) !important;
}
.wdt-header-menu .menu-container .wdt-primary-nav > li > a:after {
	background-color: #f2f2f2 !important;
	left: 0 !important;
    width: 100% !important;
}
.mona-menu-items .wdt-header-menu .menu-container .wdt-primary-nav > li > a {
	margin: 0 !important;
	padding: 16px 20px;
	color: white;
}

/* banner */
.mona-banner-main.elementor-element .swiper .elementor-swiper-button {
	border-radius: var(--border-radius-10);
}
.mona-banner-main.elementor-element .elementor-image-carousel-wrapper {
	padding-bottom: 0;
}
.mona-banner-main.elementor-element.elementor-widget-image-carousel .swiper .swiper-slide figure {
	height: calc(642 / 1900 * 100vw) !important;
	width: 100%;
    overflow: hidden;
}
.mona-banner-main.elementor-element.elementor-widget-image-carousel .swiper .swiper-slide figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.dark-bg-breadcrumb .breadcrumb a, 
.breadcrumb a,
.breadcrumb span.current {
    color: var(--wdtAccentTxtColor);
}

/* product */
@media (min-width: 1025px) {
	body.archive .wdt-col-lg-3,
	body.single-product .wdt-col-lg-3 {
        width: 25% !important;
    }
}
.product-loop-filters-area-title {
	cursor: pointer;
	border: 1px solid;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 50px;
}
body.archive .product-loop-filters-area-content .product-loop-filters-area-content-inner {
	gap: 30px;
	flex-direction: row;
    flex-wrap: wrap;
}
body.archive .product-loop-filters-area-content .product-loop-filters-area-content-inner .mona-group-filter-product {
	width: 22%;
}
body.archive .product-loop-filters-area-content .product-loop-filters-area-content-inner .mona-group-filter-product:last-child {
	width: 100%;
}
.mona-group-filter-product .bapf_sfilter .bapf_head>* {
	font-size: 20px;
}
.br_brand_letter_element span {
	font-size: 14px;
	padding: 0;
}
body.archive.woocommerce #primary.content-full-width {
	margin-bottom: 60px;
}
body.archive.woocommerce ul.products {
	margin-top: 50px !important;
}
body.archive .product-loop-filters-area-content .product-loop-filters-area-content-inner {
	border-width: 0 0 1px;
}
body.archive .product-loop-filters-area-content .product-loop-filters-area-content-inner,
body.archive.woocommerce .product-loop-sorting {
	border-color: var(--e-global-color-9592f4f) !important;
	margin-bottom: 0 !important;
}
.woocommerce .product-loop-sorting > .product-loop-sorting-item:first-child {
	padding-left: 0 !important;
}
.woocommerce .product-loop-sorting > .product-loop-sorting-item:last-child {
	padding-right: 0 !important;
}
.woocommerce .product-loop-sorting {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.woocommerce .widget_rating_filter ul li a {
	justify-content: flex-start;
	gap: 10px;
}
.mona-meta-single-product .product_meta_wrapper .product_meta,
.mona-brand-single-product .elementor-heading-title {
	pointer-events: none;
}
.mona-brand-single-product .elementor-heading-title {
	font-weight: bold;
}
.mona-brand-single-product .elementor-heading-title a {
	font-weight: 400;
}
div[class*="product"] .swiper-container div[class*="arrow-pagination"] > a[class*="arrow"] {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: var(--border-radius-5);
}
.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image > div[class*="image"] {
	width: 102% !important;
	left: -1%;
}
.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image > div[class*="image"] img {
	height: 100%;
    object-fit: cover;
}
.woocommerce div.product .mona-single-product-summary .product-button-cart form.cart {
	display: flex;
}
.woocommerce div.product .mona-single-product-summary .product-button-cart form.cart .quantity {
	width: 100%;
	max-width: fit-content;
	margin: 0 10px 0 0;
}
.woocommerce div.product .mona-single-product-summary .product-button-cart form.cart .quantity input {
	min-height: 50px;
	width: 90px;
	padding-right: 30px;
	border-radius: var(--border-radius-10);
}
.woocommerce div.product .mona-single-product-summary .product-button-cart form.cart .quantity > a[class*="arrow"] {
	right: 0;
	width: 30px;
}
.woocommerce div.product .mona-single-product-summary .product-button-cart form.cart .single_add_to_cart_button {
	width: 100%;
	justify-content: center;
	font-size: 14px;
}
.woocommerce div.product .mona-single-product-summary .product-button-cart form.cart .single_add_to_cart_button.loading:after {
	top: -1000%;
	bottom: -1000%;
}
.mona-single-product-accordion-tab .wdt-accordion-toggle-holder>.wdt-accordion-toggle-wrapper:not(:last-child) {
	border-bottom: 1px solid var(--e-global-color-9592f4f);
}
.product-list-view .product-wrapper .product-rating-wrapper {
	justify-content: left;
}
.product-wrapper .product-rating-wrapper {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.mona-single-product-accordion-tab .wdt-product-hide-tab-title h2, 
body.single-product .mona-rate-count,
.wdt-custom-related-product .wdt-product-related-products h2 {
	display: none;
}
.mona-right-info .quantity input.qty {
	width: 100%;
}
.woocommerce ul.products.ca-product-temp-2 li.product .product-details .product-price del span, 
.woocommerce ul.products.ca-product-temp-2 li.product .product-details .price del span{
	font-size: calc(var(--font-size-price) - 2px) !important;
    color: var(--color-del-price);
}
.product .summary .price del .amount {
	font-size: calc(var(--font-size-price-single-product) - 4px) !important;
	color: var(--color-del-price);
}
.woocommerce ul.products.ca-product-temp-2 li.product .product-details .product-price span, 
.woocommerce ul.products.ca-product-temp-2 li.product .product-details .price span {
	font-size: var(--font-size-price);
}
.woocommerce ul.products.ca-product-temp-2 li.product .product-details .product-price span, 
.woocommerce ul.products.ca-product-temp-2 li.product .product-details .price span,
.product .summary .price .amount {
	color: var(--color-price);
}
.product .summary .price .amount {
	font-size: var(--font-size-price-single-product);
}
body.archive.woocommerce ul.products.ca-product-temp-2 li.product .product-details .price del {
	position: relative;
}
body.archive.woocommerce ul.products.ca-product-temp-2 li.product .product-details .price del:after {
	content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #FF0000;
    margin: auto;
    transform: rotate(-15deg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 2px;
}
.product-button .wcct_btn_wrapper {
	position: relative;
}
.product-button .wcct_btn_wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.product-button .wcct_btn_wrapper.loading-pointer-events-none:before {
	z-index: 999;
}

/* blog */
.mona-sec-blog .wdt-post-entry .blog-entry > div.entry-thumb {
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.mona-sec-blog .wdt-post-entry .blog-entry > div.entry-thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.mona-blog-posts.archive-blog .post .entry-thumb {
	aspect-ratio: 1 / 1;
}
.mona-blog-posts.archive-blog .post .entry-thumb img {
	height: 100%;
	object-fit: cover;
}
.mona-blog-posts .entry-thumb {
	margin-bottom: 20px !important;
}
.mona-blog-posts .entry-title h4 {
	font-size: clamp(18px, 2.5vw, 22px) !important;
}
.mona-blog-posts .entry-title h4 a {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.single-post .type-post .blog-image img {
	width: 100%;
}
.mona-sec-blog .wdt-simple-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.has-post-thumbnail div.entry-date:nth-child(2) {
	border-radius: 0 var(--border-radius-5) var(--border-radius-5) 0;
}

/* form */
.wdt-contact-form .wpcf7-not-valid-tip {
	color: #dc3232;
	line-height: 20px;
}

/* contact us */
.form-contact-us {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.form-contact-us .item-field {
	width: 48%;
}
.form-contact-us .w-100 {
	width: 100%;
}

/* cart */
body.woocommerce-cart .page .woocommerce {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body.woocommerce-cart .page .woocommerce .woocommerce-notices-wrapper {
	width: 100%;
}
@media (min-width: 1025px) {
	body.woocommerce-cart .page .woocommerce .woocommerce-cart-form {
		width: 59%;
	}
	body.woocommerce-cart .page .woocommerce .cart-collaterals {
		width: 38%;
	}
}

/* checkout */
@media (min-width: 1200px) {
	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout .woocommerce-checkout-order-review-wrap {
		width: 49%;
	}
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li label {
	z-index: 2;
	background-color: #fff;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] {
	opacity: 1 !important;
	position: unset;
	margin-top: 10px;
}
body.woocommerce-checkout #customer_details {
	float: left;
}
body.woocommerce-checkout .woocommerce-checkout-order-review-wrap {
	float: right;
}
body.woocommerce-checkout #footer .ui-widget-content {
	background: transparent;
}
body.woocommerce-checkout #footer .ui-helper-reset {
	line-height: 1.5;
	overflow: unset;
}

/* footer */
#footer {
	z-index: 99;
}
.mona-footer-media {
	font-size: 14px;
	display: flex;
	align-items: center;
}
.mona-footer-media img {
	height: 13px !important; 
	padding-left: 5px;
}
.mona-form-footer p,
.mona-form-footer .wpcf7-form-control[class*="wpcf7-text"],
.mona-form-footer input.wpcf7-submit {
	margin: 0 !important;
}
.mona-form-footer input.wpcf7-submit {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
.mona-form-footer p {
    display: flex !important;
    justify-content: space-evenly;
    position: relative;
}
.mona-form-footer .wpcf7-not-valid-tip {
	font-size: 10px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.mona-form-footer .wpcf7-spinner {
	position: absolute;
    margin: 0;
    left: calc(50% - 12px);
    bottom: calc(50% - 12px);
}
.wpcf7-form.submitting .mona-form-footer .wpcf7-form-control[class*="wpcf7-text"],
.wpcf7-form.submitting .mona-form-footer input.wpcf7-submit {
	opacity: 0.75;
	pointer-events: none;
}

/* hidden */
.woocommerce ul.products li.product .product-details .product-price span.pricing_label,
.mona-header-main .wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count,
.mona-header-top .wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count {
	display: none !important;
}

/* table */
@media (max-width: 1024px) {
	/* header */
	body #header .mona-header-main .elementor-widget-wdt-logo div.wdt-logo-container a img {
		height: auto;
	}
	.mona-menu-items .wdt-header-menu .menu-container .wdt-primary-nav > li > a {
		padding: 10px;
		font-size: 10px;
	}
	
	/* product */
	.single-product #main .container {
		max-width: 100%;
	}
	
	/* blog */
	.mona-blog-posts .tpl-blog-holder .column.wdt-one-fourth {
		width: 50%;
		padding: 10px;
	}
	
	/* footer */
	#footer .mona-sec-footer  .elementor-widget-wdt-logo div.wdt-logo-container a img {
		height: auto;
	}
	#footer .mona-inner-footer .elementor-container {
		gap: 20px;
	}
}

/* mobile */
@media (max-width: 767px) {
	
	/* header */
	.mona-icon-search-mobile .dgwt-wcas-search-icon {
		font-size: 14px;
	}
	.wdt-custom-cart-count-style .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-icon-wrapper .wdt-shop-menu-cart-inner {
		padding-right: 0 !important;
	}
	.wdt-custom-cart-count-style .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-icon-wrapper .wdt-shop-menu-cart-inner ~ .wdt-shop-menu-cart-totals {
		display: none !important;
	}
	.mobile-menu.nav-is-visible {
		z-index: 99999;
	}
	.mobile-menu-overlay.is-visible {
		z-index: 9999;
	}
	.mona-header-icons .wdt-shop-menu-icon-wrapper {
		min-width: auto !important;
	}
	#mona-sec-header.header-sticky .mona-header-search-mobile {
		display: none;
	}
	#header-wrapper {
		margin-bottom: 40px;
	}
	.mona-header-main .wdt-header-icons-list-item:not(:last-child) {
		margin-right: 0;
	}
	.mona-header-main .elementor-widget-wdt-logo div.wdt-logo-container a img {
		height: auto;
	}
	body #header .mona-header-bottom .wdt-header-menu .menu-container {
        display: none !important;
    }
	body #header .mona-header-bottom .mobile-nav-container {
		display: block !important;
	}
	
	/* banner */
	.mona-banner-main.elementor-element .swiper .elementor-swiper-button {
		font-size: 14px;
	}
	
	/* product */
	body.archive .product-loop-filters-area-content .product-loop-filters-area-content-inner {
		gap: 0;
	}
	body.archive .product-loop-filters-area-content .product-loop-filters-area-content-inner .mona-group-filter-product {
		width: 100%;
	}
	body.woocommerce .product-loop-filters-area-content .widget {
		flex: 0 0 100%;
    	max-width: 100%;
	}
/* 	body.archive.woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	} */
	
	/* about us */
	.wdt-custom-border-image.elementor-element img {
		border: none !important;
	}
	
	/* contact us */
	.form-contact-us .item-field {
		width: 100%;
	}
	
	/* footer */
	#footer .mona-sec-footer  .elementor-widget-wdt-logo div.wdt-logo-container a img {
		height: auto;
	}
	.mona-footer-media {
		font-size: 12px;
	}
	.mona-footer-media img {
		height: 11px !important; 
	}
	
	/* hidden */
	body.archive.woocommerce .product-loop-sorting .product-loop-sorting-item-group {
		display: none !important;
	}
}
/* ----- end custom ----- */

/* scrollbar */
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--wdtPrimaryColor);
}