/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* --------- 26-06-2024 ----------- */

.NavigationOpenHover:hover .panel-collapse.collapse{
  display: block!important;
}
.NavigationOpenHover .header-main-dropdown-wrapper .header-main-dropdown {
  border: 1px solid transparent;
}
.NavigationOpenHover .header-main-dropdown .header-main-dropdown-con-title{
  border: 1px solid transparent;
}
.NavigationOpenHover .panel-collapse.collapse {
  display: none!important;
}

#What-We-Do .fusion-imageframe {
  display: flex;
}

.homepage-logo-slider .fusion-builder-row,
.technology-name-slider .fusion-builder-row {
  display: none !important;
}
.homepage-logo-slider .fusion-builder-row.slick-slider,
.technology-name-slider .fusion-builder-row.slick-slider {
  display: block !important;
}
.homepage-logo-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.homepage-logo-slider .slick-slider::after, .technology-name-slider .slick-slider::after {
  content: "" !important;
  position: absolute;
  top: 0;
  right: -3px;
  width: 111px;
  height: 100%;
  background: linear-gradient(to right, rgb(39, 45, 53, 0) 0%, rgb(39, 45, 53, 1) 100%);
  pointer-events: none;
  z-index: 10;
}
.homepage-logo-slider .slick-slider::before, .technology-name-slider .slick-slider::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: -3px;
  width: 111px;
  height: 100%;
  background: linear-gradient(to left, rgb(39, 45, 53, 0) 0%, rgb(39, 45, 53, 1) 100%);
  pointer-events: none;
  z-index: 10;
}

/* ------- Tabbing active section ------------ */
.sticky-tabs-inner-page .fusion-button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-bottom: 4px !important;
}
.sticky-tabs-inner-page .fusion-builder-row .fusion-column-wrapper > div {
  display: flex;
}
.sticky-tabs-inner-page > .fusion-column-wrapper {
  padding-bottom: 0 !important;
}
.sticky-tabs-inner-page .fusion-button:after {
  background: #ecf1f4;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.sticky-tabs-inner-page .fusion-button.active:after {
  width: 100%;
  visibility: visible;
}

.blue-line-title p::before,
.blue-line-title .fusion-title-heading::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #2d9cdb;
  margin-right: 11px;
}
.blue-line-title p,
.blue-line-title .fusion-title-heading {
  display: flex;
  align-items: center;
}

.technology-name-slider .fusion-title {
  width: 100%;
}
.technology-name-slider .slick-slide,
.homepage-logo-slider .slick-slide {
  margin-right: 18px;
}
.homepage-logo-slider .slick-slider {
  direction: rtl;
}

.home-platform-expertise-scroll > .fusion-column-wrapper {
  max-height: 365px;
  overflow-y: auto !important;
  padding-right: 10px !important;
}
.home-platform-expertise-scroll
  > .fusion-column-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #31373e;
  border-radius: 10px;
}
.home-platform-expertise-scroll > .fusion-column-wrapper::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.home-platform-expertise-scroll
  > .fusion-column-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.86, #f5f5f5c7),
    color-stop(0.72, #f5f5f5af),
    color-stop(0.44, #f5f5f567)
  );
}

/* ------ Blog Page ------ */

.new-blog-page-first-sec .fusion-builder-row {
  max-width: var(--site_width) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .blog-absolute-post-color .post .blog-shortcode-post-title a {
  color: #fff !important;
}
body .blog-absolute-post-color .post .vcard a {
  color: #2d9cdb !important;
}
body .blog-absolute-post-color .post .fusion-meta-info,
body .blog-absolute-post-color .post .fusion-meta-info a {
  color: #ffffff80;
  margin: 0;
  border: 0;
}
.fusion-blog-layout-large article,
.fusion-blog-layout-large-alternate article,
.fusion-blog-layout-medium article,
.fusion-blog-layout-medium-alternate article {
  margin-bottom: 0 !important;
}
.fusion-blog-layout-large .entry-title,
.fusion-blog-layout-medium .entry-title {
  margin-bottom: 15px !important;
}
.blog-absolute-post-right,
.blog-absolute-post-right .fusion-builder-row {
  height: 100%;
}
.horizontal-blog-section .fusion-post-wrapper,
.editors-pick-section .fusion-post-wrapper {
  display: flex;
  gap: 20px;
}
.horizontal-blog-section .fusion-post-content-wrapper,
.editors-pick-section .fusion-post-content-wrapper {
  padding: 10px 0 !important;
  width: 50%;
}
.horizontal-blog-section .fusion-flexslider,
.editors-pick-section .fusion-flexslider {
  width: 45%;
}
.horizontal-blog-section
  .fusion-post-content-wrapper
  .blog-shortcode-post-title,
.editors-pick-section .fusion-post-content-wrapper .blog-shortcode-post-title {
  margin-bottom: 20px;
}
.horizontal-blog-section .fusion-flexslider ul,
.horizontal-blog-section .fusion-flexslider ul li,
.horizontal-blog-section .fusion-flexslider ul .fusion-image-wrapper {
  height: 100%;
}
.horizontal-blog-section .fusion-flexslider ul .fusion-image-wrapper img {
  height: 100%;
  object-fit: contain;
}
.horizontal-blog-section .fusion-post-grid,
.editors-pick-section .fusion-post-grid {
  transition: transform 300ms ease-in-out;
}
.horizontal-blog-section .fusion-post-grid:hover,
.editors-pick-section .fusion-post-grid:hover {
  transform: translatex(10px);
}
.trending-blog-section .blog-shortcode-post-title {
  margin: 0 !important;
}
.trending-blog-section .fusion-meta-info {
  margin: 0;
  border: 0;
}
.editors-pick-section .fusion-flexslider ul,
.editors-pick-section .fusion-flexslider ul li,
.editors-pick-section .fusion-flexslider ul .fusion-image-wrapper {
  height: 100%;
}
.editors-pick-section .fusion-flexslider ul .fusion-image-wrapper img {
  height: 100%;
  object-fit: contain;
}
.weekly-popular-slider .slide-excerpt {
  bottom: 0 !important;
  background: linear-gradient(360deg, #191d21 0%, rgb(25 29 33 / 50%) 70%);
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.weekly-popular-slider .slide-excerpt h2 {
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 33px !important;
  font-weight: 800;
  color: #fff;
  background: transparent !important;
  padding: 20px !important;
}
body .weekly-popular-slider .slide-excerpt a {
  color: #fff !important;
}
.weekly-popular-slider .flex-control-nav {
  display: flex;
  justify-content: center;
  bottom: -30px !important;
}
.weekly-popular-slider {
  overflow: unset !important;
  position: static !important;
}
.weekly-slider-blog-wrapper {
  position: relative;
}
.weekly-popular-slider .flex-control-nav a {
  font-size: 0;
}
.weekly-popular-slider .flex-control-nav a.flex-active {
  background: #2d9cdb;
}
.weekly-popular-slider .flex-direction-nav {
  display: none;
}
.popular-news-section .fusion-post-content .fusion-post-content-container {
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  color: #31373e;
}
.popular-news-section .post {
  margin-bottom: 50px !important;
}
.blog-newsletter-form .subscribe-form-column {
  width: 100% !important;
}
.blog-newsletter-form .blog-subscribe-cls {
  margin: 0 !important;
}
.post .fusion-image-wrapper {
  --image_gradient_top_color: unset;
}
.fusion-body .fusion-meta-tb span a {
  color: var(--awb-link-color) !important;
}
.blog-related-post .fusion-title h5 {
  font-family: Manrope;
  font-size: 22px !important;
  font-weight: 800;
  line-height: 33px !important;
  color: #31373e !important;
}
.blog-related-post .fusion-carousel-title {
  font-family: Manrope;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 30px !important;
  margin-bottom: 13px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-related-post .fusion-carousel-meta {
  font-family: Manrope;
  font-size: 13px !important;
  font-weight: 300;
  line-height: 19.5px !important;
}
body .blog-post-main-content a {
  color: #2d9cdb !important;
}
.blog-post-main-content ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.blog-post-main-content ol li {
  display: flex;
  align-items: start;
}
.blog-post-main-content ol li::before {
  content: "";
  display: inline-block;
  background-image: url(https://www.vihadigitalcommerce.com/wp-content/uploads/2024/08/blog_new_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-right: 12px;
  margin-top: 3px;
}
.blog-post-content-container .fusion-text table td {
  padding: 5px 10px;
}
.blog-post-content-container blockquote {
  margin: 40px 0 40px 0;
  font-family: inherit;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.6px;
}
body.single-post .fusion-column-wrapper .blog-post-content-container ul {
  margin: 0 0 20px 0;
  padding-left: 20px;
}
body .custom-highlighted-text .custom-textcolor {
  background-color: #2d9cdb;
}
.custom-highlighted-text .fusion-highlight {
  color: #fff;
}
.word-break-code {
  word-break: break-word;
}
.blog-main-content-layout-container > .fusion-builder-row {
  max-width: var(--site_width) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.search-results #main .post a {
  color: #31373e;
}
.search-results #main .fusion-blog-shortcode .entry-title {
  font-size: 22px !important;
}
.blog-contact-form .b24-form {
  margin: 0 !important;
  background: #31373e;
  border-radius: 10px;
  padding: 15px 0;
}
.b24-window-panel-pos-right .b24-form-header-description {
  color: #31373e !important;
}
.b24-window-panel-pos-right .b24-form-header-title {
  color: #31373e !important;
}
.b24-form-field-text.b24-form-control-text .b24-form-control-label {
  background: #fff;
  padding-top: 8px;
  top: 0;
  border-radius: 4px 0 0 0;
  margin-right: 15px;
  transform: translate(1px, 1px) !important;
}
.b24-form-field-text.b24-form-control-text textarea {
  padding-top: 27px;
}
.b24-form-field-text .b24-form-control:focus + .b24-form-control-label {
  top: 0;
}
body .awb-off-canvas-wrap .awb-off-canvas .off-canvas-close {
  margin-top: 20px;
  background: #fff;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
body .awb-off-canvas-wrap .awb-off-canvas .off-canvas-close:hover {
  color: #2D9CDB;
}
body
  .fusion-search-element
  .fusion-live-search
  .fusion-search-results
  .fusion-search-result
  .fusion-search-post-type,
body
  .fusion-search-element
  .fusion-live-search
  .fusion-search-results
  .fusion-search-result
  .fusion-search-post-title {
  color: #31373e;
}

/* --------- Woocommerce Product Page Start ------------ */
.product-content-main ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
body.single-product #main a {
  color: #31373e;
}
.product-content-main ul li::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(https://www.vihadigitalcommerce.com/wp-content/uploads/2024/08/product-check.svg);
  margin-left: 8px;
  vertical-align: middle;
}
.product-content-main ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.product-content-main ul li:last-child {
  margin: 0;
}
body.single-product .product .woocommerce-tabs .tabs {
  display: none;
}
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0;
  padding: 0;
  border: 0;
}
body.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .fusion-woocommerce-tab-title {
  display: none;
}
body.single-product
  .avada-page-titlebar-wrapper
  .fusion-page-title-wrapper
  .fusion-page-title-captions
  .entry-title {
  font-size: 36px;
  color: #31373e;
}
body.single-product .avada-page-titlebar-wrapper .fusion-page-title-bar {
  padding-top: 50px;
  padding-bottom: 30px;
  height: auto;
}
body.single-product .product .price {
  font-size: 20px;
  line-height: 1.4;
}
body.single-product .product .price del .woocommerce-Price-amount {
  font-size: 15px;
}
body.single-product .product .summary-container .product-border {
  display: none;
}
body.single-product .product .summary-container .product_meta {
  padding-top: 0;
  font-size: 20px;
}
body.single-product .product .onsale {
  font-size: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-product .product .onsale::after,
body.single-product .product .onsale::before {
  content: unset;
}
body.single-product .product .social-share .fusion-woo-social-share-text {
  font-size: 20px;
  line-height: 1.4;
}
body.single-product .product .social-share li a i {
  color: #fff;
  background-color: #2d9cdb;
  border-color: #2d9cdb;
}
body.single-product .product .related.products .product-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
body.single-product .product .related.products .fusion-title h3 {
  font-size: 28px !important;
}
body.archive.tax-product_cat #main a {
  color: #31373e;
}
body.archive.tax-product_cat #main {
	padding-top: 0;
	padding-bottom: 0;
}
.woo-products-cat .fusion-product-wrapper {
	height: 100%;
	border-radius: 20px;
    box-shadow: 0px 0px 16px 0px #ECF1F440;
}
.woo-products-cat .fusion-product-wrapper .fusion-product-content {
	padding: 54px 28px;
}
.woo-products-cat .fusion-product-wrapper .product-title {
	font-family: 'Archivo';
	font-size: 28px;
	line-height: 30.46px;
	font-weight: 600;
	color: #31373E;
	margin-bottom: 26px;
}
.woo-products-cat .fusion-product-wrapper .wps_sfw_interval, .woo-products-cat .fusion-product-wrapper .wps_sfw_expiry_interval {
	display: none;
}
.woo-products-cat .fusion-product-wrapper .woocommerce-Price-amount {
	color: #31373E;
	font-family: 'Archivo';
	font-size: 42px;
	line-height: 45.7px;
	font-weight: 600;
}
.woo-products-cat .fusion-product-wrapper del .woocommerce-Price-amount {
  font-size: 32px;
}
.woo-products-cat .fusion-product-wrapper del {
  font-size: 32px;
  line-height: 35.7px;
}
.woo-products-cat .fusion-product-wrapper .woocommerce-Price-currencySymbol {
	display: inline-block;
	margin-right: 3px;
}
.woo-products-cat .fusion-product-wrapper .product-buttons .fusion-content-sep {
	display: none;
}
.woo-products-cat .fusion-product-wrapper .product-buttons {
	padding-top: 36px;
}
.woo-products-cat .fusion-product-wrapper .product-buttons .show_details_button {
	display: none;
}
body #main .woo-products-cat .fusion-product-wrapper .product-buttons .add_to_cart_button {
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-family: 'IBM Plex Sans';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	padding: 15px;
	background: #2D9CDB;
	text-transform: uppercase;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.woo-products-cat .fusion-product-wrapper .product-short-des-title {
	font-family: 'IBM Plex Sans';
	font-size: 20px;
	line-height: 32px !important;
	font-weight: 500;
	color: #31373E;
	margin: 22px 0 0 0;
}
.woo-products-cat .fusion-product-wrapper .product-short-des-bullet {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.woo-products-cat .fusion-product-wrapper .product-short-des-bullet li {
	position: relative;
	font-family: 'IBM Plex Sans';
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #31373E;
	margin-bottom: 18px;
	display: flex;
}
.woo-products-cat .fusion-product-wrapper .product-short-des-bullet li:last-child {
	margin-bottom: 0;
}
.woo-products-cat .fusion-product-wrapper .product-short-des-bullet li::before {
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(https://www.vihadigitalcommerce.com/wp-content/uploads/2024/08/product-check.svg);
    margin-right: 12px;
    vertical-align: middle;
}
.woo-products-cat .fusion-product-wrapper .product-cat-des-extra-con {
	font-family: 'IBM Plex Sans';
	font-size: 16px;
	line-height: 29px;
	font-weight: 400;
	color: #31373E;
	margin: 0;
}
.custom-product-short-description {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* ------- 08-08-2024 --------- */
.single-product .product .avada-single-product-gallery-wrapper {
  display: none;
}
body.single-product .product .summary.entry-summary {
  margin: 0;
  display: flex;
  background: linear-gradient(93.53deg, #31353a 25.56%, #272d35 75.95%);
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 50vw;
  padding-right: 50vw;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.single-product #main .product .summary-container .product_title {
  font-size: 34px;
  line-height: 43.52px !important;
  font-weight: 300;
}
.single-product .product .summary.entry-summary .summary-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.single-product
  .product
  .summary.entry-summary
  .summary-container
  .avada-availability,
.single-product
  .product
  .summary.entry-summary
  .summary-container
  .product-border {
  display: none;
}
.single-product
  .product
  .summary.entry-summary
  .custom-main-class
  .wps_sfw_interval,
.single-product
  .product
  .summary.entry-summary
  .custom-main-class
  .wps_sfw_expiry_interval {
  display: none;
}
.single-product .product .summary.entry-summary .custom-main-class .price {
  text-align: center;
  display: block;
  margin: 0;
  color: #ecf1f4;
}
.single-product
  .product
  .summary.entry-summary
  .custom-main-class
  .price
  .woocommerce-Price-currencySymbol {
  display: inline-block;
  margin-right: 3px;
}
.custom-main-class {
  white-space: nowrap;
}
.single-product .product .summary.entry-summary .custom-main-class .price bdi {
  font-size: 36px;
  line-height: 39.17px;
  font-weight: 400;
  color: #ecf1f4;
}
.single-product .product .summary.entry-summary .custom-main-class .cart {
  margin: 23px 0 0 0;
}
.single-product .product .summary.entry-summary .custom-main-class .single_add_to_cart_button, #wrapper .wc-block-components-button {
  background: #2d9cdb;
  border-color: #2d9cdb !important;
  border-radius: 4px;
  color: #fff !important;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid;
  cursor: pointer;
}
.product-template-default.single-product #main {
  padding-top: 0;
}
body.single-product.woocommerce .product .social-share {
  display: none;
}
.single-product .product .related.products {
  display: none;
}
.custom-main-class .single_add_to_cart_button:before, 
.woo-products-cat .fusion-product-wrapper .product-buttons .add_to_cart_button:before,
#wrapper .wc-block-components-button::before,
.custom-main-class .single_add_to_cart_button:after, 
.woo-products-cat .fusion-product-wrapper .product-buttons .add_to_cart_button:after,
#wrapper .wc-block-components-button::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #00c6ff, #0072ff);
  border-radius: 50%;
  z-index: -1;
}
.custom-main-class .single_add_to_cart_button:before, .woo-products-cat .fusion-product-wrapper .product-buttons .add_to_cart_button:before, #wrapper .wc-block-components-button::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.custom-main-class .single_add_to_cart_button:after, .woo-products-cat .fusion-product-wrapper .product-buttons .add_to_cart_button:after, #wrapper .wc-block-components-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.custom-main-class .single_add_to_cart_button:hover, .woo-products-cat .fusion-product-wrapper .product-buttons .add_to_cart_button:hover, #wrapper .wc-block-components-button:hover {
  color: #ced4da;
}
.custom-main-class .single_add_to_cart_button:hover:before, .woo-products-cat .fusion-product-wrapper .product-buttons .add_to_cart_button:hover:before, #wrapper .wc-block-components-button:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 1.1s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.custom-main-class .single_add_to_cart_button:hover:after, .woo-products-cat .fusion-product-wrapper .product-buttons .add_to_cart_button:hover:after, #wrapper .wc-block-components-button:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 1.1s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
	0% {
		left: -20px;
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 50%;
		width: 460px;
		height: 460px;
	}
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 460px;
    height: 460px;
  }
}

body.single-product .product .price del {
  font-size: 36px;
  line-height: 39.17px;
}

.woocommerce-shop.post-type-archive-product.fusion-body .fusion-page-title-bar .fusion-breadcrumbs {
  display: none !important;
}
.woocommerce-shop.post-type-archive-product .fusion-page-title-bar {
  height: auto;
  padding-top: 60px;
}
.woocommerce-shop.post-type-archive-product .fusion-page-title-bar {
  --page_title_mobile_height: auto;
}
.woocommerce-shop.post-type-archive-product .fusion-page-title-bar .entry-title {
  text-align: left;
  font-size: 46px;
  line-height: 1 !important;
}
.woocommerce-shop.post-type-archive-product .products .product-category {
  width: 50%;
}
.woocommerce-shop.post-type-archive-product .products .product-category img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.woocommerce-shop.post-type-archive-product .products .product-category .woocommerce-loop-category__title .count {
  display: none;
}
.woocommerce-shop.post-type-archive-product .products .product-category .woocommerce-loop-category__title {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-shop.post-type-archive-product .woocommerce-products-header {
  display: none;
}

.woocommerce-cart .fusion-page-title-wrapper .entry-title {
  font-size: 28px;
  line-height: 30.46px;
  font-weight: 400;
  color: #31373E;
  text-align: left;
}
.woocommerce-cart #wrapper .fusion-page-title-wrapper .fusion-breadcrumbs {
  display: none !important;
}
body.woocommerce-cart #wrapper .avada-page-titlebar-wrapper .fusion-page-title-row {
  min-height: auto;
}
body.woocommerce-cart #wrapper .avada-page-titlebar-wrapper .fusion-page-title-bar {
  padding-top: 60px;
  min-height: auto !important;
  height: auto;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__wrap .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__wrap .wc-block-cart-item__prices,
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__image,
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  display: none;
}
.woocommerce-cart #main a {
  color: #31373E;
}
.woocommerce-cart .wc-block-cart-items {
  border-color: #D9D9D9 !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row td {
  width: 100%;
  border-color: #D9D9D9 !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
  text-align: left;
  padding: 16px;
  font-size: 21px;
  line-height: 21.76px;
  font-weight: 500;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
  text-align: center;
  font-size: 21px;
  line-height: 21.76px;
  font-weight: 500;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
  margin-bottom: 81px;
  line-height: 30.46px;
}
.woocommerce-cart #wrapper .wc-block-cart-item__remove-link {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 19.58px;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper {
  border-color: #D9D9D9 !important;
}
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper .price {
  font-weight: 500;
  line-height: 30.46px;
}
.woocommerce-cart #wrapper .wc-block-cart__totals-title {
  font-size: 20px;
  line-height: 21.76px;
  font-weight: 500;
  padding: 16px 0;
}
.woocommerce-cart #wrapper .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper {
  padding: 22px 0;
}
.woocommerce-cart #wrapper .wp-block-woocommerce-cart-order-summary-totals-block {
  padding-bottom: 22px;
}
.woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-panel__button,
.woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
  font-size: 24px;
  line-height: 26.11px;
  font-weight: 400;
}
.woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-formatted-money-amount {
  font-size: 24px;
  line-height: 26.11px;
  font-weight: 500;
}
.woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
.woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
  font-size: 24px;
  line-height: 26.11px;
}
.woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
  font-weight: 600;
}
#wrapper .wc-block-components-form .wc-block-components-text-input label, #wrapper .wc-block-components-text-input label {
  font-size: 20px;
  line-height: 1 !important;
  top: 1.18em;
  transform: translateY(-50%);
}
#wrapper .wc-block-components-text-input.is-active label {
  transform: translateY(-0.7em) scale(1);
  font-size: 16px;
}
#wrapper .wc-block-components-text-input input[type=text] {
  font-size: 20px;
}
.wc-block-components-button[style="pointer-events: none;"] {
  opacity: 0.7;
}
#wrapper .wps_recurring_bifurcation_wrapper h4 {
  font-size: 22px;
  line-height: 23.94px;
  font-weight: 500;
}
body #wrapper .wps_recurring_bifurcation_wrapper h4 a {
  color: #2D9CDB;
  font-weight: 400;
}
#wrapper .wps_recurring_bifurcation_wrapper ul {
  padding: 0 16px;
  margin: 0 0 28px;
}
#wrapper .wps_recurring_bifurcation_wrapper ul li {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 24px;
  line-height: 26.11px;
  font-weight: 400;
}
#wrapper .wps_recurring_bifurcation_wrapper ul li:first-child {
  padding-top: 15px;
}
#wrapper .wps_recurring_bifurcation_wrapper ul li label {
  font-weight: 400;
}
#wrapper .wps_recurring_bifurcation_wrapper ul li:first-child .amount {
  font-weight: 500;
}
#wrapper .wps_recurring_bifurcation_wrapper ul li:last-child label {
  font-weight: 600;
}
#wrapper .wps_recurring_bifurcation_wrapper ul li:last-child .amount {
  font-weight: 600;
}
#wrapper .wps_recurring_bifurcation_wrapper ul li:last-child .wps_sfw_interval,
#wrapper .wps_recurring_bifurcation_wrapper ul li:last-child .wps_sfw_expiry_interval {
  display: none;
}
#wrapper .wc-block-cart__submit-button {
  border-radius: 0;
  padding-top: 19px;
  padding-bottom: 19px;
}

body.woocommerce-checkout #main a {
  color: #31373E;
}
body.woocommerce-checkout #wrapper .avada-page-titlebar-wrapper .fusion-page-title-row {
  min-height: auto;
}
body.woocommerce-checkout #wrapper .avada-page-titlebar-wrapper .fusion-page-title-bar {
  padding-top: 60px;
  min-height: auto !important;
  height: auto;
}
.woocommerce-checkout #wrapper .fusion-page-title-wrapper .fusion-breadcrumbs {
  display: none !important;
}
.woocommerce-checkout .fusion-page-title-wrapper .entry-title {
  font-size: 28px;
  line-height: 30.46px;
  font-weight: 400;
  color: #31373E;
  text-align: left;
}
.woocommerce-checkout #wrapper .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label {
  transform: translateY(0.2em) scale(.55);
}
#wrapper .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, #wrapper .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  font-size: 19px;
  padding: 1.5em .7em .4em;
}
.woocommerce-checkout #wrapper .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__image {
  display: none;
}
.woocommerce-checkout #wrapper .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description {
  padding-left: 0;
}
.woocommerce-checkout #wrapper .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata,
.woocommerce-checkout #wrapper .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description .wc-block-components-product-price {
  display: none;
}
.woocommerce-checkout #wrapper .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name,
.woocommerce-checkout #wrapper .wp-block-woocommerce-checkout-order-summary-block span.price.wc-block-components-product-price,
.woocommerce-checkout #wrapper .wc-block-components-totals-coupon .wc-block-components-panel__button,
.woocommerce-checkout #wrapper .wc-block-components-totals-wrapper span {
  font-size: 22px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary__button-text {
  font-size: 24px;
}
#wrapper .wc-block-components-button span {
  font-size: 16px !important;
}
.woocommerce-checkout #wrapper .wc-block-components-title.wc-block-components-title {
  font-size: 24px;
}
.woocommerce-checkout #wrapper .wc-block-components-checkout-step__description {
  font-size: 18px;
}
.woocommerce-checkout #wrapper .wc-block-components-address-form__address_2-toggle {
  font-size: 20px;
}
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  font-size: 18px;
  padding: 0 16px;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  margin: 2.1em 0 0;
}
body.woocommerce-checkout #wrapper .wc-block-components-form .wc-block-components-text-input label, body.woocommerce-checkout #wrapper .wc-block-components-text-input label {
  font-size: 18px;
  top: 1.3em;
}
body.woocommerce-checkout .wc-block-components-validation-error>p {
  font-size: 18px;
  line-height: 1.8;
}
body.woocommerce-checkout #wrapper .wc-block-components-text-input.is-active label {
  transform: translateY(-0.8em) scale(1);
  font-size: 14px;
}
body.woocommerce-checkout #wrapper .wc-block-components-text-input input {
  font-size: 20px;
}
body.woocommerce-checkout .wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
  font-size: 22px;
}
body.woocommerce-checkout .wc-block-components-notice-banner.is-error {
  margin-bottom: 15px;
}
#wrapper .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  width: 1em;
  height: 1em;
  min-height: 1em;
  min-width: 1em;
  margin-right: 15px;
}
#wrapper .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  height: 0.8em;
  margin-left: .1em;
  margin-top: .04em;
  width: 0.8em;
}
#wrapper .wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
  font-size: 22px;
  line-height: 1.1;
}
#wrapper .wc-block-checkout__add-note .wc-block-components-textarea {
  font-size: 20px;
}
.wc-block-checkout__terms {
  margin: 20px 0 30px;
  font-size: 20px;
  line-height: 1.5;
}
.wc-block-components-checkout-return-to-cart-button {
  font-size: 22px;
}
#wrapper .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
  margin-top: 0;
}
body.woocommerce-checkout #main {
  padding-top: 30px;
}
.shop-menu-nav {
  --awb-icons-hover-color: #2D9CDB !important;
}
.wc-block-cart__empty-cart__title {
  text-align: center;
}
.ppc-banner-bullet ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ppc-banner-bullet ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.ppc-banner-bullet ul li p {
  margin: 0;
}
.ppc-banner-bullet ul li:last-child {
  margin-bottom: 0;
}
.ppc-banner-bullet ul li::before {
  content: "";
  display: inline-block;
  background-image: url(https://www.vihadigitalcommerce.com/wp-content/uploads/2024/08/ppc-white-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-right: 8px;
}
.ppc-banner-bullet ul li span {
  color: #2D9CDB;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  font-weight: 700;
}

/* --------- Woocommerce Product Page End ------------ */

/* ---------- CRO Page ------------- */
.cro-matters-list ul {
  padding-left: 20px;
}
.cro-key-features ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.cro-key-features ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: start;
}
.cro-key-features ul li:last-child {
  margin-bottom: 0;
}
.cro-key-features ul li::before {
  content: "";
  display: inline-block;
  background-image: url(https://www.vihadigitalcommerce.com/wp-content/uploads/2024/08/fast-forward-1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-right: 8px;
  margin-top: 6px;
}
.cro-key-features ul li p {
  margin: 0;
}
.cro-key-features ul li p span {
  font-weight: 500;
  display: inline-block;
}
.our-cro-process-popup .ppc-banner-bullet ul li::before {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background-image: url(https://www.vihadigitalcommerce.com/wp-content/uploads/2024/08/fast-forward-1.svg);
}

.Award-Winning-img .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column.fusion-column-has-bg-image {
  background-position-y: center;
}
body .Award-Winning-hyva-page .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column.fusion-column-has-bg-image {
  padding-bottom: 0;
}
.contact-us-bg-image.fusion-layout-column .fusion-column-wrapper {
  background-image: url(https://www.vihadigitalcommerce.com/wp-content/uploads/2024/06/Frame-5.svg) !important;
}

@media screen and (max-width: 767px) {
  body .contact-us-bg-image.fusion-layout-column .fusion-column-wrapper {
    background-image: none !important;
  }
  .sticky-tabs-inner-page {
    display: none !important;
  }
  body .b24-form {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .blog-related-post .fusion-carousel-title {
    font-size: 17px !important;
    line-height: 26px !important;
    margin-bottom: 10px !important;
  }
  body.single-post .fusion-column-wrapper .blog-post-content-container ul {
    padding-left: 20px;
    margin: 0 0 20px 0;
  }
  .blog-post-content-container blockquote {
    font-size: 20px;
    letter-spacing: 0.22px;
  }
  .blog-content-table {
    overflow-x: auto;
  }
  .new-blog-page-first-sec > .fusion-builder-row {
    height: 100%;
  }
  .trending-blog-section .fusion-separator {
    margin: 15px 0 !important;
  }
  .popular-news-section .post {
    margin-bottom: 30px !important;
  }
  body.single-product #main {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 0 !important;
  }
  body.single-product
    .avada-page-titlebar-wrapper
    .fusion-page-title-wrapper
    .fusion-page-title-captions
    .entry-title {
    font-size: 26px !important;
    line-height: 1.4;
  }
  body.single-product .avada-page-titlebar-wrapper .fusion-page-title-row {
    min-height: auto;
  }
  body.single-product .avada-page-titlebar-wrapper .fusion-page-title-bar {
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: auto !important;
  }
  body.single-product .product .summary-container .product_title {
    font-size: 26px !important;
  }
  body.single-product .product .summary-container .single_add_to_cart_button {
    padding: 13px 20px;
    font-size: 16px;
  }
  body.single-product .product .related.products,
  body.single-product .product .upsells.products {
    margin-top: 20px;
  }
  body.single-product #content {
    margin-bottom: 0;
  }
  body.page-template
    .seo_main_Leaders_section
    .fusion-builder-row
    .seo_leaders_box {
    width: 100% !important;
  }
  body.page-template
    .seo_main_Leaders_section
    .fusion-builder-row
    .seo_leaders_box
    .fusion-column-wrapper {
    margin: 0;
  }
  body.page-template
    .seo_leaders_box
    .seo_leaders_box_details
    .content-boxes
    .content-box-column
    .content-box-wrapper {
    padding: 8px 30px 8px 8px;
  }
  body.page-template .seo_leaders_box .seo_leaders_box_details,
  body.page-template .seo_leaders_box .seo_leaders_box_img {
    width: 100% !important;
  }
  body .awb-off-canvas-wrap .awb-off-canvas .off-canvas-close {
    margin-top: 40px;
  }
  .woo-products-cat .fusion-product-wrapper .fusion-product-content {
    padding: 30px 16px;
 }
 .woo-products-cat .fusion-product-wrapper .product-buttons {
    padding-top: 20px;
 }
 .woo-products-cat .fusion-product-wrapper .product-title {
	font-size: 24px !important;
	margin-bottom: 20px;
 }
 .woo-products-cat .fusion-product-wrapper .woocommerce-Price-amount {
	font-size: 32px;
 }
 .archive.tax-product_cat #content {
	margin-bottom: 0;
 }
 .woo-products-cat .fusion-product-wrapper .product-short-des-title {
	font-size: 18px !important;
	margin: 20px 0 0 0;
 }
 .woo-products-cat .fusion-product-wrapper .product-short-des-bullet li {
	font-size: 16px;
	margin-bottom: 14px;
 }
 .woo-products-cat .fusion-product-wrapper .product-cat-des-extra-con {
	font-size: 14px;
	line-height: 26px;
 }
 .single-product .product .summary.entry-summary .summary-container {
	margin: 0;
  }
  .single-product .product .summary.entry-summary .summary-container {
	gap: 20px;
    flex-wrap: wrap;
  }
  .single-product .product .summary.entry-summary .custom-main-class .price {
	display: flex;
  }
  body.single-product #main .product .summary-container .product_title {
    font-size: 24px !important;
    line-height: 35.52px !important;
    font-weight: 300;
  }
  .single-product .product .summary.entry-summary .custom-main-class .price bdi {
	font-size: 28px;
    line-height: 32.17px;
  }
  body.single-product #wrapper .product .woocommerce-tabs {
	padding-top: 40px;
  }
  body.single-product #wrapper .product .summary.entry-summary .custom-main-class {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
  }
  .single-product .product .summary.entry-summary .custom-main-class .cart {
	margin: 0;
  }
  .woo-products-cat {
	--awb-column-spacing-margin: calc((20px) / -2) !important;
    --awb-column-spacing-padding: calc((20px) / 2) !important;
  }
  .woocommerce-shop.post-type-archive-product .products .product-category img {
    height: auto;
  }
  .woocommerce-shop.post-type-archive-product .products .product-category .woocommerce-loop-category__title {
    font-size: 24px !important;
  }
  .woocommerce-shop.post-type-archive-product.fusion-body #wrapper .fusion-page-title-bar {
    padding-top: 30px;
  }
  .woocommerce-shop.post-type-archive-product.fusion-body #wrapper #main {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .woocommerce-shop.post-type-archive-product .products .product-category {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .woocommerce-cart #wrapper .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    display: table-row;
  }
  .woocommerce-cart #wrapper .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    vertical-align: top;
  }
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
    margin-bottom: 20px;
  }
  .woocommerce-cart #wrapper #main {
    padding: 30px 16px;
  }
  .woocommerce-cart #wrapper #main #content {
    margin-bottom: 0;
  }
  .woocommerce-cart #wrapper .wc-block-cart__sidebar {
    margin-bottom: 0;
  }
  body.woocommerce-cart #wrapper .avada-page-titlebar-wrapper .fusion-page-title-bar {
    padding: 30px 16px 0;
  }
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 22px;
    padding-right: 20px;
  }
  .woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper .price {
    font-size: 22px;
  }
  .woocommerce-cart #wrapper .wc-block-cart-item__remove-link {
    font-size: 16px;
  }
  .woocommerce-cart #wrapper .wc-block-cart-item__quantity {
    display: flex;
    margin-bottom: 15px;
  }
  .woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-formatted-money-amount,
  .woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-item__label, 
  .woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-item__value,
  .woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-panel__button, 
  .woocommerce-cart #wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
  .woocommerce-cart #wrapper .wps_recurring_bifurcation_wrapper ul li {
    font-size: 22px;
  }
  #wrapper .wc-block-components-form .wc-block-components-text-input label, #wrapper .wc-block-components-text-input label {
    font-size: 16px;
    top: 1.5em;
  }
  #wrapper .wc-block-components-text-input.is-active label {
    transform: translateY(-1em) scale(1);
    font-size: 14px;
  }
  .woocommerce-cart #wrapper .wps_recurring_bifurcation_wrapper ul {
    padding: 0;
  }
  .woocommerce-cart #wrapper .wc-block-components-totals-coupon.wc-block-components-panel > div:first-child {
    display: flex;
  }
  .woocommerce-checkout #wrapper #main {
    padding-left: 16px;
    padding-right: 16px;
  }
  .woocommerce-checkout #wrapper .wp-block-woocommerce-checkout {
    padding-top: 0;
  }
  #wrapper .wps_recurring_bifurcation_wrapper ul {
    padding: 0;
  }
  .is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.woocommerce-checkout #wrapper .avada-page-titlebar-wrapper .fusion-page-title-bar {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .woocommerce-checkout #wrapper .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name, .woocommerce-checkout #wrapper .wp-block-woocommerce-checkout-order-summary-block span.price.wc-block-components-product-price, .woocommerce-checkout #wrapper .wc-block-components-totals-coupon .wc-block-components-panel__button, .woocommerce-checkout #wrapper .wc-block-components-totals-wrapper span {
    font-size: 20px;
  }
  #wrapper .wps_recurring_bifurcation_wrapper h4 {
    font-size: 20px;
  }
  #wrapper .wps_recurring_bifurcation_wrapper ul li {
    font-size: 20px;
  }
  .woocommerce-checkout #wrapper .wc-block-components-checkout-step__description {
    font-size: 16px;
  }
  .woocommerce-checkout #wrapper .wc-block-components-form .wc-block-components-text-input:only-child, .woocommerce-checkout #wrapper .wc-block-components-text-input:only-child {
    margin-top: 0em;
  }
  body.woocommerce-checkout #wrapper .wc-block-components-text-input input {
    font-size: 16px;
    padding-bottom: .2em;
  }
  .wc-block-components-checkout-step__heading {
    margin: 15px 0 8px;
  }
  .woocommerce-checkout #wrapper .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(0.3em) scale(1);
    font-size: 14px;
  }
  #wrapper .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, #wrapper .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    font-size: 16px;
    padding: 1.5em .5em .3em;
  }
  .woocommerce-checkout #wrapper .wc-block-components-address-form__address_2-toggle {
    font-size: 18px;
    margin-top: 20px;
  }
  .woocommerce-checkout #wrapper .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label {
    font-size: 14px;
  }
  body.woocommerce-checkout #wrapper .wc-block-components-form .wc-block-components-text-input label, body.woocommerce-checkout #wrapper .wc-block-components-text-input label {
    font-size: 16px;
    top: 1.5em;
  }
  body.woocommerce-checkout #wrapper .wc-block-components-text-input.is-active label {
    transform: translateY(-1em) scale(1);
    font-size: 14px !important;
  }
  body.woocommerce-checkout #wrapper .wc-block-components-notice-banner.is-error {
    padding: 16px !important;
  }
  body.woocommerce-checkout .wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    font-size: 16px;
  }
  body.woocommerce-checkout #wrapper .is-mobile .wc-block-checkout__add-note {
    padding: 0.5em 0;
  }
  body.woocommerce-checkout #wrapper .wc-block-checkout__add-note .wc-block-components-checkbox {
    margin: 0;
  }
  #wrapper .wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
    font-size: 20px;
  }
  #wrapper .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    width: 0.8em;
    height: 0.8em;
    min-height: 0.8em;
    min-width: 0.8em;
  }
  .wc-block-checkout__terms {
    margin: 20px 0 25px;
    font-size: 18px;
  }
  body.woocommerce-checkout #wrapper #content {
    margin-bottom: 0;
  }
  body.woocommerce-checkout #wrapper .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-bottom: 0;
  }
  .our-process-right-list ul {
    margin: 0;
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-blog-page-first-sec > .fusion-builder-row {
    height: 100%;
  }
  .horizontal-blog-section .fusion-flexslider ul .fusion-image-wrapper img {
    aspect-ratio: 2/1;
    object-fit: cover;
  }
  body .horizontal-blog-section .fusion-posts-container {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    margin: 0 !important;
  }
  .horizontal-blog-section .fusion-posts-container .fusion-post-grid {
    position: static !important;
    padding: 0 20px 20px 0 !important;
  }
  .horizontal-blog-section .fusion-post-wrapper {
    display: block;
  }
  .horizontal-blog-section .fusion-flexslider,
  .horizontal-blog-section .fusion-post-content-wrapper {
    width: 100%;
  }
  body.single-product #main {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  body.single-product
    .avada-page-titlebar-wrapper
    .fusion-page-title-wrapper
    .fusion-page-title-captions
    .entry-title {
    font-size: 26px !important;
    line-height: 1.4;
  }
  body.single-product .avada-page-titlebar-wrapper .fusion-page-title-row {
    min-height: auto;
  }
  body.single-product .avada-page-titlebar-wrapper .fusion-page-title-bar {
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: auto !important;
  }
  body.single-product .product .summary-container .product_title {
    font-size: 26px !important;
  }
  body.single-product .product .summary-container .single_add_to_cart_button {
    padding: 13px 20px;
    font-size: 16px;
  }
  body.single-product .product .related.products,
  body.single-product .product .upsells.products {
    margin-top: 20px;
  }
  body.single-product #content {
    margin-bottom: 0;
  }
  body.single-product #wrapper .product .summary.entry-summary {
    margin-left: 0 !important;
  }
  .woo-products-cat .fusion-product-wrapper .fusion-product-content {
    padding: 30px 16px;
  }
  .woo-products-cat .fusion-product-wrapper .product-title {
	font-size: 26px !important;
	margin-bottom: 20px;
  }
  .woo-products-cat .fusion-product-wrapper .woocommerce-Price-amount {
	font-size: 36px;
  }
  .woo-products-cat .fusion-product-wrapper .product-buttons {
    padding-top: 20px;
  }
  .woo-products-cat {
	--awb-column-spacing-margin: calc((20px) / -2) !important;
    --awb-column-spacing-padding: calc((20px) / 2) !important;
  }
  .single-product .product .summary.entry-summary .summary-container {
	margin: 0;
  }
  .woocommerce-cart #wrapper .wc-block-components-sidebar-layout .wc-block-components-main,
  .woocommerce-cart #wrapper .wc-block-cart__sidebar {
    width: 100%;
    padding: 0;
  }
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
    margin-bottom: 30px;
  }
  .woocommerce-cart .wc-block-cart table.wc-block-cart-items {
    margin-bottom: 20px;
  }
  .woocommerce-cart #wrapper #main {
    padding: 30px 16px;
  }
  body.woocommerce-cart #wrapper .avada-page-titlebar-wrapper .fusion-page-title-bar {
    padding-top: 50px;
    padding-left: 16px;
  }
  .woocommerce-cart #wrapper .wc-block-cart__totals-title {
    padding-left: 16px;
  }
  .woocommerce-cart #wrapper .is-large.wc-block-cart {
    margin-bottom: 30px;
  }
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main, .woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100%;
    padding: 0;
  }
  .woocommerce-checkout #wrapper .wc-block-checkout__sidebar {
    position: static;
  }
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    order: 2;
  }
  .woocommerce-checkout #wrapper #main {
    padding-left: 16px;
    padding-right: 16px;
  }
  .woocommerce-checkout #wrapper .wp-block-woocommerce-checkout {
    padding-top: 0;
  }
  #wrapper .wps_recurring_bifurcation_wrapper ul {
    padding: 0;
  }
  .blog-contact-form .b24-form {
    max-width: 100% !important;
    padding: 30px;
  }
  .blog-contact-form .b24-form .b24-form-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .blog-post-meta-sec {
    margin-left: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
  }
  .blog-post-main-content {
    margin: 0 !important;
  }
  .blog-related-post .related-posts {
    margin-top: 0;
  }
  body.single-product #wrapper .product .summary.entry-summary {
	float: unset !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	width: auto !important;
  }
  body.single-product #wrapper #main .product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 0 !important;
    width: 100% !important;
  }
  .woocommerce-shop.post-type-archive-product.fusion-body .fusion-page-title-bar {
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .woocommerce-shop.post-type-archive-product.fusion-body #main {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .woocommerce-shop.post-type-archive-product .products .product-category {
    width: 100% !important;
  }
  .woocommerce-shop.post-type-archive-product .products .product-category img {
    height: auto;
  }
  .get-in-touch-inner-page .b24-form {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .optimize_your_store_title .fusion-text {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .optimize_your_store_title .fusion-column-wrapper {
    border: 0 !important;
  }
  .opt_store_bg {
    display: none !important;
  }
  .testimonial-box-size-inner .fusion-builder-row .fusion-column-wrapper {
    height: auto !important;
  }
  .faq-inner-page .fusion-faq-post .panel-collapse {
    padding-right: 22px !important;
  }
  .our-factor-box-size-inner .fusion-builder-row .fusion-column-wrapper {
    height: auto !important;
  }
  .testimonial-user-review-inner {
    min-height: auto !important;
  }
  body .get-in-touch-left-column-inner-page .fusion-column-wrapper {
    padding-left: 16px !important;
    background-image: unset;
  }
  body .get-in-touch-left-column-inner-page .contact-sec-bottom-colums .fusion-column-wrapper {
    padding-left: 0 !important;
  }
  .Award-Winning-img
    .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column.fusion-column-has-bg-image {
    padding-bottom: 30px !important;
    background: unset;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .optimize_your_store_title .fusion-text {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0;
    max-width: 70%;
    margin: 0 auto;
    text-align: center !important;
  }
  .optimize_your_store_title .fusion-column-wrapper {
    border: 0 !important;
  }
  .opt_store_bg ul li:nth-child(6) .opt_store_main .opt_store_right::before {
    height: 52px !important;
  }
  .testimonial-box-size-inner .fusion-builder-row .fusion-column-wrapper {
    height: 240px !important;
  }
  body .get-in-touch-left-column-inner-page .fusion-column-wrapper {
    padding-left: 16px !important;
  }
  body
    .Award-Winning-img
    .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column.fusion-column-has-bg-image {
    background-size: cover !important;
    background-position-x: unset !important;
    padding-bottom: 0 !important;
  }
  body .get-in-touch-left-column-inner-page .fusion-column-wrapper {
    background-image: unset;
  }
  body .get-in-touch-left-column-inner-page .contact-sec-bottom-colums .fusion-column-wrapper {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1360px) {
  .get-in-touch-left-column-inner-page .fusion-column-wrapper {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
  body .get-in-touch-left-column-inner-page .fusion-column-wrapper {
    background-position: 0px 120px;
  }
  body .get-in-touch-left-column-inner-page .contact-sec-bottom-colums .fusion-column-wrapper {
    padding-left: 0 !important;
  }
}

/* 17-06-2025 13:35 */
.fusion-body .fusion-footer .fusion-title a { color: #ecf1f4; }
.fusion-body .fusion-footer .fusion-title a:hover { color: #ecf1f4; }
.fusion-body .get-in-touch-inner-page .fusion-title a { color: #ecf1f4; }

/* ------------- Cart Page related products code ------------- */

/* <!-- wp:separator {"className":"is-style-dots"} -->
<hr class="wp-block-separator has-alpha-channel-opacity is-style-dots"/>
<!-- /wp:separator -->

<!-- wp:heading {"textAlign":"center"} -->
<h2 class="wp-block-heading has-text-align-center">New in store</h2>
<!-- /wp:heading -->

<!-- wp:woocommerce/product-new {"columns":4,"rows":1} /--></div> */



/* vihadigital commerce QA issues 19-06-2025 */

#wrapper #main .fusion-faq-shortcode.faq-inner-page .fusion-accordian .fusion-panel .panel-collapse .fullwidth-box .fusion-row { margin-left: 0 !important; }
body input.b24-form-control:-webkit-autofill { -webkit-background-clip: unset; background: #fff; }
.fusion-body .fusion-title a.why-cro-matters,.our-process-right-list ul li a { color: #fff; }



