/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 16:48:53 */
#ast-scroll-top {
	width: 35px;
	height: 60px;
	background-image: linear-gradient(180deg, #000000 0%, #412161 100%);
	border: 2px solid #412161;
	border-radius: 8px;

}

#ast-scroll-top .ast-icon {
	display: none;
}

#ast-scroll-top::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('https://mw.dev-version.com/veritychocolate/wp-content/uploads/2025/10/arrow-up.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(100%);
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#ast-scroll-top:hover {
	background-image: linear-gradient(180deg, #412161 0%, #000000 100%);
}

div p:last-child {
	margin-bottom: 0 !important;
}

input::placeholder,
textarea::placeholder {
	opacity: 1 !important;
}

.z-5 {
	z-index: 5;
}

.h-auto, 
.h-auto svg {
	height: auto !important;
}

.w-fit-content {
	width: fit-content !important;
}

.overflow-x-hidden {
	overflow: clip; 
	overflow-y: visible;
}

.overflow-y-hidden {
	overflow: clip; 
	overflow-x: visible;
}

.woocommerce-js h2 {
	margin-bottom: 0 !important;
}

.wp-menu .menu-item a {
	transition: all 0.3s linear;
}

.wp-menu .menu-item a:hover, 
.wp-menu .current-menu-item a {
	font-weight: 600 !important;
}

.gtranslate_wrapper .gt_float_switcher,
.gtranslate_wrapper .gt_float_switcher .gt-selected {
	background-color: #fff0;
	box-shadow: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
	color: #fff !important;
	padding: 0 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
	filter: brightness(0) invert(1);
	transform: rotate(0deg) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow.gt_arrow_rotate {
	transform: rotate(180deg) !important;
}

.gt_float_switcher .gt_options.gt-open a,
.gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
	font-family: "Alata", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
}

.gt_float_switcher img {
	width: 23px !important;
}

.gt_float_switcher .gt_options.gt-open {
	position: absolute;
	top: 35px;
	background-color: #fff;
	border-radius: 15px;
}

.gt_float_switcher .gt_options.gt-open a {
	display: flex;
	align-items: center;
	padding: 10px;
}

.gt_float_switcher .gt_options a.gt-current,
.gt_float_switcher .gt_options a:hover {
	background: #412161 !important;
	color: #fff !important;
}


.dgwt-wcas-sf-wrapp,
.dgwt-wcas-sf-wrapp input {
	background: transparent !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

.dgwt-wcas-sf-wrapp {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding-block: 5px !important;
	padding-right: 30px !important;
}

.dgwt-wcas-sf-wrapp input {
	font-family: "Alata", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1em;
	color: #fff !important;
}

.dgwt-wcas-sf-wrapp input,
.dgwt-wcas-sf-wrapp input:focus {
	border: none !important;
	box-shadow: none !important;
}

.dgwt-wcas-sf-wrapp input:placeholder {
	opacity: 0.5 !important;
}

.dgwt-wcas-sf-wrapp button {
	top: 50% !important;
	left: unset !important;
	right: 0 !important;
	transform: translateY(-50%);
	z-index: 9999;
}

.dgwt-wcas-sf-wrapp button:hover {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.dgwt-wcas-sf-wrapp button svg path {
	fill: #fff !important;
	color: #fff !important;
}

.img-border {
	z-index: 5;
}

.sec-divider::after {
	content: "";
	display: block;
	width: 3px;
	height: 92px;
	background-color: #412161;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 99;
}

.sec-divider.white::after {
	background-color: #fff;
}


.sec-divider.mid::after {
	bottom: -46px;
}

.sec-divider-top::before,
.sec-divider-top::after {
	content: "";
	display: block;
	width: 3px;
	height: 46px;
	background-color: #412161;
	position: absolute;
	left: 50%;
	top: -46px;
	transform: translateX(-50%);
	z-index: 9;
}

.sec-divider-top::before {
	top: 0;
	background-color: #fff;
	z-index: 99;
} 

.img-border::before {
	content: "";
	display: block;
	width: calc(100% - 25px);
	height: calc(100% - 50px);
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
	position: absolute;
	left: -15px;
	bottom: -15px;
	z-index: -1;
}

.img-border.right::before {
	left: unset;
	right: -15px;
}

.img-border.white-bg::before {
	border-color: #412161;
}

.cat-loop-item:hover img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg ) !important;
}

.cat-loop .swiper-pagination .swiper-pagination-bullet {
	width: 40px !important;
	height: 4px !important;
	border-radius: 5px !important;
}

.cat-loop .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 80px !important;
}

.video-icon .elementor-custom-embed-image-overlay {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	transition: all 0.3s linear;
}

.video-icon .elementor-custom-embed-image-overlay:hover {
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.video-icon .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
	background-color: #412161;
	border-radius: 50%;
	padding: 30px;
	display: flex;
	box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
}

.testimonial-carousel .swiper  {
	cursor: grab;
	user-select: none;
}

.testimonial-carousel .swiper-slide {
	opacity: 0.5;
}

.testimonial-carousel .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.testimonial-carousel .swiper-slide.swiper-slide-active .testimonial-item {
	background-color: #fff;
}

.testimonial-carousel .swiper-slide.swiper-slide-active .testimonial-item p {
	color: #727272;
}

.testimonial-carousel .swiper-slide.swiper-slide-active .testimonial-item h4:first-of-type {
	color: #000;
}

.testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
	width: 40px !important;
	height: 4px !important;
	border-radius: 5px !important;
	opacity: .5 !important;
}

.testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 80px !important;
	opacity: 1 !important;
}

.col-border::before {
	content: "";
	display: block;
	width: calc(100% - 25px);
	height: calc(100% - 50px);
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
	position: absolute;
	left: -15px;
	top: -15px;
	z-index: -1;
}

.col-border.purple::before {
	border: 1px solid #412161;
}

.image-carousel .swiper {
	cursor: grab;
	user-select: none;
}

.image-carousel img.swiper-slide-image {
	padding: 20px;
}

.image-carousel figure.swiper-slide-inner {
	display: flex;
	align-items: center;
	gap: 10px;
}

.image-carousel .swiper-slide .swiper-slide-inner::before {
	content: "";
	display: block;
	width: 1px;
	height: 60%;
	background-color: rgba(0,0,0,0.12);
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
}

.f-img-slider .swiper {
	padding-inline: 100px;
	cursor: grab;
	user-select: none;
}

.f-img-slider .swiper .swiper-slide-inner img {
	filter: saturate(0);
	border: 2px solid #fff0;
	transition: all 0.3s linear;
} 

.f-img-slider .swiper .swiper-slide-inner:hover img {
	filter: saturate(100%);
	border-color: #fff;
} 

.blog-loop .blog-loop-item .blog-img a {
	width: 100% !important;
}

.blog-loop .blog-loop-item h4 a,
.pro-loop .product-loop-item h4 a {
	font-weight: inherit;
}

.blog-loop .blog-loop-item:hover img,
.pro-loop .product-loop-item:hover img {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg) !important;
}

.blog-loop .blog-loop-item:hover .blog-img,
.pro-loop .product-loop-item:hover .product-img {
	border-color: #412161 !important;
}

.blog-loop .blog-loop-item:hover h4 a,
.pro-loop .product-loop-item:hover .price {
	color: #412161 !important;
}

.single-pr-img .woocommerce-product-gallery {
	margin: 0 !important;
}

.single-pro-add-to-cart .single_add_to_cart_button {
	padding: 20px 45px 20px 45px !important;
}

.single-pro-add-to-cart .quantity {
	gap: 15px;
}

.single-pro-add-to-cart .quantity .input-text {
	background-color: #412161 !important;
	border: 1px solid #412161 !important;
	border-radius: 15px;
	width: 80px;
}

.single-pro-add-to-cart .quantity .minus, 
.single-pro-add-to-cart .quantity .plus {
	color: #fff !important;
	font-size: 25px;
	border: 3px solid #412161 !important;
}

.single-pro-add-to-cart .quantity .minus {
	border-right: none !important;
	border-radius: 15px 8px 8px 15px;
}

.single-pro-add-to-cart .quantity .plus {
	border-left: none !important;
	border-radius: 8px 15px 15px 8px;
}

.icon-box .elementor-icon {
	background-color: #412161;
	padding: 15px;
	border-radius: 50%;
	border: 8px solid #000 !important;
	outline: 3px solid #412161;
}

.icon-box:hover .elementor-icon {
	background-color: #fff;
	padding: 15px;
	border-radius: 50%;
	border: 8px solid #000 !important;
	outline: 3px solid #fff;
}


.blog-post-content h2, 
.blog-post-content h3, 
.blog-post-content h4, 
.blog-post-content h5, 
.blog-post-content h6 {
	font-family: "Playfair", Sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1em;
	color: #000000;
	margin-top: 25px !important;
	margin-bottom: 5px !important;
}

.blog-post-content p, 
.blog-post-content ul {
	margin-bottom: 10px;
}

.blog-post-content b, 
.blog-post-content strong, 
.blog-post-content ul li::marker {
	color: #412161 !important;
}

.blog-post-content h2 {
	font-size: 28px;
}

.blog-post-content h3 {
	font-size: 25px;
}

.blog-post-content h4 {
	font-size: 23px;
}

.blog-post-content h5 {
	font-size: 22px;
}

.blog-post-content h6 {
	font-size: 20px;
}

@media screen and (max-width:1024px) {
	#ast-scroll-top {
		height: 50px;
	}

	.gt_float_switcher img {
		width: 20px !important;
	}

	.gt_float_switcher .gt_options.gt-open a,
	.gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code,
	.dgwt-wcas-sf-wrapp input {
		font-size: 15px !important;
	}

	.dgwt-wcas-sf-wrapp {
		padding-block: 2px !important;
	}

	.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
		max-width: 16px !important;
	}

	.gt_float_switcher .gt_options,
	.gt_float_switcher .gt_options.gt-open {
		max-width: unset !important;
		width: 190px !important;
	}

	.sec-divider::after {
		height: 80px;
	}

	.sec-divider.mid::after {
		bottom: -40px;
	}

	.cat-loop .swiper-pagination .swiper-pagination-bullet {
		width: 30px !important;
	}

	.cat-loop .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 60px !important;
	}

	.testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
		width: 30px !important;
	}

	.testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 60px !important;
	}

	.video-icon .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
		padding: 25px;
	}


	.image-carousel img.swiper-slide-image {
		padding: 15px;
	}

	.image-carousel .swiper-slide .swiper-slide-inner::before {
		right: -15px;
	}

	.f-img-slider .swiper {
		padding-inline: 70px;
	}

	.single-pro-add-to-cart .single_add_to_cart_button {
		padding: 18px 35px !important;
	}
}

@media screen and (max-width:768px) {
	#ast-scroll-top {
		width: 30px;
		height: 40px;
	}

	#ast-scroll-top::before {
		width: 25px;
		height: 25px;
	}

	.gt_float_switcher img {
		width: 18px !important;
	}

	.gt_float_switcher .gt_options.gt-open a,
	.gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code,
	.dgwt-wcas-sf-wrapp input {
		font-size: 14px !important;
	}

	.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
		max-width: 14px !important;
	}

	.main-menu .elementor-menu-toggle svg {
		width: 60px;
		height: fit-content !important;
	}

	.main-menu .elementor-menu-toggle {
		padding: 0;
	}

	.sec-divider::after {
		height: 50px;
	}

	.sec-divider.mid::after {
		height: 60px;
		bottom: -30px;
	}

	.cat-loop .swiper-pagination .swiper-pagination-bullet {
		width: 20px !important;
	}

	.cat-loop .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 40px !important;
	}

	.testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
		width: 20px !important;
	}

	.testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 40px !important;
	}

	.video-icon .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
		padding: 20px;
		box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
	}

	.image-carousel img.swiper-slide-image {
		padding: 8px;
		width: 55px;
	}

	.image-carousel .swiper-slide .swiper-slide-inner::before {
		right: -10px;
	}

	.f-img-slider .swiper {
		padding-inline: 80px;
	}

	.wp-menu.footer-menu a {
		justify-content: center
	}

	.single-pro-add-to-cart .single_add_to_cart_button {
		padding: 15px 30px !important;
	}

	.blog-post-content h2 {
		font-size: 26px;
	}

	.blog-post-content h3 {
		font-size: 24px;
	}

	.blog-post-content h4 {
		font-size: 22px;
	}

	.blog-post-content h5 {
		font-size: 21px;
	}

	.blog-post-content h6 {
		font-size: 20px;
	}
}

.blog-single-post {
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 15%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 1) 100%), linear-gradient(90deg,rgba(0, 0, 0, 1) 15%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 1) 85%);
}

@media screen and (max-width:1300px) {
	.blog-single-post {
		background: linear-gradient(180deg,rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 98%, rgba(0, 0, 0, 1) 100%), linear-gradient(90deg,rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 1) 90%);
	}

}

@media screen and (max-width:1024px) {
	.blog-single-post {
		background: linear-gradient(180deg,rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 98%, rgba(0, 0, 0, 1) 100%), linear-gradient(90deg,rgba(0, 0, 0, 1) 5%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 1) 95%);
	}

}

@media screen and (max-width:768px) {
	.blog-single-post {
		background: linear-gradient(180deg,rgba(0, 0, 0, 1) 5%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 98%, rgba(0, 0, 0, 1) 100%), linear-gradient(90deg,rgba(0, 0, 0, 1) 1%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 1) 99%);
	}

}
