/*
Theme Name: Konte Child
Author: UIX Themes
Description: Konte is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 2.4.2
Template: konte

This is the child theme for Konte theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@keyframes marquee-horizontal-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
.container { 
	margin: 0 auto !important;
}
.variations .label {
    font-weight: 600 !important;
    padding: 0 !important;
    font-size: 14px !important;
}
.woocommerce div.product.layout-v6 .swatches-support .variations {
    margin-bottom: 0;
}
.woocommerce .wcboost-variation-swatches__wrapper { 
    gap: 5px !important;
}
.woocommerce .wcboost-variation-swatches--button .wcboost-variation-swatches__item {
    font-size: .875rem;
    font-weight: 600;
    text-align: center; 
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 5px 8px 4px !important;
    color: #616161;
    outline: none !important;
    box-shadow: none;
}
.woocommerce .wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected {
    color: #fff;
    border-color: #007bff!important;
    background: #007bff;
}
body.woocommerce div.product.layout-v6 .summary { 
	padding-left: 50px !important; 
}
section.related.products { 
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 1430px;
}
.products.related, .products.upsells {
	padding-top: 60px !important;
}
.products.related h2, .products.upsells h2 { 
	margin: 0 0 25px !important;
}
.sc-product-two-images {
	padding-top: 60px !important;
}
.sc-product-two-images .container {
	max-width: 810px !important;
} 
.product-left-image { 
	margin: 0 auto;
	text-align: center;
}
.sc-product-two-images .banner-collage-1-row img {
	border-radius: 10px;
}
.sec-product-comparison {
	background: linear-gradient(175deg, #000000, #4a93ef);
	padding: 40px 0; 
	position: relative;
	z-index: 1;
	overflow: visible;
}
.sec-product-comparison  h2.comparison-heading {
	margin-bottom: 15px;
	color: #ffffff !important;
	line-height: 1.2;
	margin-top: 0 !important;
} 
.sec-product-comparison  h2.comparison-heading span {
	display: inline-block !important;
	line-height: 1 !important;
	margin-left: 4px !important;
	background: linear-gradient(45deg, rgba(255, 255, 255, 1) 4%, rgba(33, 26, 40, 1) 100%) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: transparent !important; 
}
.sec-product-comparison p.comparison-subheading {
	color: #FFF;
	margin: 13px 0 !important;
}
.sec-product-comparison .feature-content {
	display: flex;
	flex-direction: row;
	align-items: center;
}  
.sec-product-comparison .comparison-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	position: relative;
	table-layout: fixed;
	margin: 0 auto;
}
.sec-product-comparison .comparison-table .table-header th {
	position: relative;
	line-height: 1;
}
.sec-product-comparison .comparison-table .product-header {
	padding: 20px 12px; /* Increased padding */
	text-align: center;
	width: 140px; /* Fixed width for 2 columns */
}
.sec-product-comparison .comparison-img-wrapper {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-product-comparison .comparison-img {
	max-width: 100%;
	height: auto;
	max-height: 80px; /* Default fallback */
	border-radius: 4px;
	object-fit: contain;
	background: transparent;
}
.sec-product-comparison .feature-header {
	text-align: left;
	width: 180px; /* Increased from 140px */
	position: relative;
	z-index: 1;
}
.sec-product-comparison .product-header .comparison-product-title {
	font-weight: 500;
	line-height: 1.2; 
	margin-bottom: 6px; 
} 
.sec-product-comparison .product-header .product-subtitle {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 10px;
	line-height: 1;
	color: #ffffff !important;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	gap: 0px;
	padding: 3px 10px;
	border-radius: 16px;
	backdrop-filter: blur(5px); 
}
.sec-product-comparison .product-subtitle.no-background {
	background: transparent;
	box-shadow: none;
	backdrop-filter: none; 
	border: none;
	padding: 0;
}
.sec-product-comparison .subtitle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
	vertical-align: middle;
	line-height: 1;
}
.sec-product-comparison .subtitle-icon svg {
	width: 13px;
	height: 13px;
	display: block;
}
.sec-product-comparison .feature-icon {
	margin-right: 14px; /* Increased from 12px */
	width: 24px; /* Increased from 20px */
	height: 24px; /* Increased from 20px */
	display: flex;
	align-items: center;
}
.sec-product-comparison [dir="rtl"] .feature-icon {
	margin-left: 14px;
}
.sec-product-comparison .feature-icon svg {
	width: 24px; /* Increased from 20px */
	height: 24px; /* Increased from 20px */
	stroke: currentColor;
}
.sec-product-comparison .close-icon {
	color: #000000;
}
.sec-product-comparison .check-icon {
	color: #FFFFFF !important;
}
.sec-product-comparison .feature-cell {
	padding: 16px 12px; /* Increased padding */
	text-align: left;
	position: relative;
	z-index: 1;
}
.sec-product-comparison .feature-content {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sec-product-comparison .feature-name { 
	line-height: 1.4; 
}
.sec-product-comparison .value-cell {
	padding: 16px 12px; 
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	line-height: 0;
}
.sec-product-comparison .check-yes {
	font-size: 24px; 
	font-weight: var(--font-weight-bold);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.sec-product-comparison .check-yes svg {
	width: 28px;  
	height: 28px;  
}
.sec-product-comparison .check-no {
	font-size: 24px;  
	font-weight: var(--font-weight-bold);
}
.sec-product-comparison .product-header.highlighted {
	position: relative;
	z-index: 2;
	padding: 12px 6px;
	border: none !important;
}
.sec-product-comparison .product-header.highlighted:before,
.sec-product-comparison .value-cell.highlighted:before {
	content: "";
	position: absolute;
	top: -1px; 
	left: -1px;  
	right: -1px;   
	bottom: -1px;  
	z-index: -1; 
}
.sec-product-comparison .value-cell.highlighted {
	position: relative;
	z-index: 2;  
	border: none !important;
}
.sec-product-comparison td.highlighted,
.sec-product-comparison th.highlighted {
	border-bottom: 0 !important;
}
.sec-product-comparison tr:last-child td {
	border-bottom: 0 !important;
}
.sec-product-comparison tr:last-child .value-cell.highlighted:before { 
	padding-bottom: 5px;
} 
.sec-product-comparison .product-header.highlighted:after,
.sec-product-comparison .value-cell.highlighted:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
	pointer-events: none;
}
.sec-product-comparison .text-value { 
	font-family: 16px; 
}
.sec-product-comparison .comparison-subheading {
	font-size: 16px;
}
.sec-product-comparison .comparison-product-title {
	font-size: 21px;
}
.sec-product-comparison .product-subtitle {
	font-size: 10px;
}
.sec-product-comparison .feature-name {
	font-size: 18px;
}
.sec-product-comparison .text-value {
	font-size: 14px;
	letter-spacing: var(--letter-spacing-body);
}
.sec-product-comparison .table-header th,
.sec-product-comparison .feature-row td {
	border-bottom: 1px solid #ffffff45;
}
.sec-product-comparison .product-header.highlighted:before,
.sec-product-comparison .value-cell.highlighted:before { 
	border: 1px solid #ffffff33; 
	background: linear-gradient(90deg, #fffdfd47 0%, #ffffff45 100%);    
}
.sec-product-comparison .product-header.highlighted:before {
	border-radius: 8px 8px 0 0;
}
.sec-product-comparison tr:last-child .value-cell.highlighted:before {
	border-radius: 0 0 8px 8px;
}
.sec-product-comparison .product-header.highlighted:after {  
	border-radius: 8px 8px 0 0;
}
.sec-product-comparison tr:last-child .value-cell.highlighted:after {
	border-radius: 0 0 8px 8px;
}
.sec-product-comparison .column-1-img {
	max-height: 80px;
}
.sec-product-comparison .column-1 .subtitle-icon {
	color: #ffffff !important;
}
.sec-product-comparison .column-1 .product-subtitle {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3); 
} 
.sec-product-comparison .column-2-img {
	max-height: 80px;
}
.sec-product-comparison .column-2 .subtitle-icon {
	color: #ffffff !important;
}
.sec-product-comparison .column-2 .product-subtitle {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.sec-pro-video-text {
	padding: 20px 0;
}
section.sec-pro-video-text .container {
    max-width: 1030px;
}
.sec-pro-video-text .row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.sec-pro-video-text .video-text-heading {
	font-size: 50px;
	margin: 0 !important;
	line-height: 1.2;
}
.sec-pro-video-text .video-text-heading span {
	padding: 2px 4px !important;
	margin: -2px -4px !important;
	display: inline-block !important;
	background: linear-gradient(66deg, rgba(0, 84, 240, 1), rgba(255, 107, 157, 1) 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	color: transparent !important;
	margin-left: 0px !important;
	font-family: serif !important;
	font-style: italic !important;
	font-weight: 300 !important;
}
.sec-pro-video-text video.main-video {
	border-radius: 8px;
	display: block;
	max-width: 309px;
	height: auto !important;
	max-height: none !important;
	object-fit: cover;
	width: 100%;
	flex-shrink: 0;
}
.scrolling-features-bar {
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
 	background-color: #0054f0;
	color: #ffffff;
}
.scrolling-features-bar .features-track-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.scrolling-features-bar .features-track {
	display: flex;
	white-space: nowrap;
	position: relative; 
    animation: marquee-horizontal-left 5000ms linear infinite;
}
.scrolling-features-bar .feature-items {
	display: flex;
	align-items: center;
	gap: 0;
	flex-shrink: 0;
}
.scrolling-features-bar .feature-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
    color: #FFF;
    font-size: 0.9em;
	line-height: 0.9em;
    font-weight: 500;
}
.scrolling-features-bar .feature-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	flex-shrink: 0;
}
.scrolling-features-bar .feature-icon svg {
	width: 20px;
	height: 20px;
	fill: #FFF;
	stroke: none !important;
}
.scrolling-features-bar .feature-icon img.icon-image {
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.scrolling-features-bar .feature-item-separator {
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: currentColor;
	opacity: 0.5;
	margin: 0 30px;
	flex-shrink: 0;
}
.scrolling-features-bar.pause-on-hover .features-track:hover {
	animation-play-state: paused;
}
.pp-offer-main-container {
    width: 60%;
    height: auto;
    line-height: 1;
    margin-top: 20px;
	margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px;
    outline: #222 dashed 2px;
/*     background: conic-gradient(from 45deg,#1e173d 0deg,#1e173d 27.692deg,#3e1d3e 27.692deg,#3e1d3e 55.385deg,#5f2440 55.385deg,#5f2440 83.077deg,#802e42 83.077deg,#802e42 110.769deg,#a03944 110.769deg,#a03944 138.462deg,#bf4646 138.462deg,#bf4646 166.154deg,#dd5449 166.154deg,#dd5449 193.846deg,#f8644b 193.846deg,#f8644b 221.538deg,#ff754e 221.538deg,#ff754e 249.231deg,#ff8652 249.231deg,#ff8652 276.923deg,#f95 276.923deg,#f95 304.615deg,#ffac58 304.615deg,#ffac58 332.308deg,#ffc05c 332.308deg 360deg)!important; */
/* 	background: conic-gradient(
		from 45deg,
		#000000 0deg,
		#000000 27.692deg,
		#0d1a33 27.692deg,
		#0d1a33 55.385deg,
		#142a52 55.385deg,
		#142a52 83.077deg,
		#1e3b70 83.077deg,
		#1e3b70 110.769deg,
		#2a4d92 110.769deg,
		#2a4d92 138.462deg,
		#3861b3 138.462deg,
		#3861b3 166.154deg,
		#4476d1 166.154deg,
		#4476d1 193.846deg,
		#4a93ef 193.846deg,
		#4a93ef 221.538deg,
		#4476d1 221.538deg,
		#4476d1 249.231deg,
		#3861b3 249.231deg,
		#3861b3 276.923deg,
		#2a4d92 276.923deg,
		#2a4d92 304.615deg,
		#1e3b70 304.615deg,
		#1e3b70 332.308deg,
		#0d1a33 332.308deg 360deg
	) !important; */
	background: #43BDE4;
	background: linear-gradient(165deg, rgba(67, 189, 228, 1) 0%, rgba(0, 14, 163, 1) 100%);
}
.pp-offer {
    display: inline-block; 
    width: 49%;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
.pp-offer-1 {
    border-right: 1.5px solid rgba(0,0,0,.3);
}
.pp-offer-head {
    margin: 0;
    letter-spacing: 5px;
    font-size: 1rem;
    margin-bottom: 10px;
    display: none; 
    color: #fff;
}
.pp-num {
    margin: 0;
    margin-top: 7px;
    font-size: 2rem;
    font-weight: 900;
	color: #fff;
}
.pp-num-2 { 
    text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}
.pp-desc {
    margin-bottom: 5px;
    margin-top: -2px;
    font-size: 1.2rem; 
    color: #fff;
}
.sec-grade-grains {
	padding: 38px 0;
}
.sec-grade-grains .container {
	max-width: 646px;
}
.sec-grade-grains .grains-col {
    border-right: 2px solid rgba(0,0,0,.2);
}
.sec-grade-grains .banner-2-head {
    line-height: 1;
    color: #222;
    letter-spacing: 8px;
    font-weight: 200;
    font-size: 3.5rem;
	margin: 0;
}
.sec-grade-grains .banner-2-title { 
    font-size: 1.5rem;
    letter-spacing: 0;
    display: block;
    text-align: center;
    margin-left: -68px;
    font-weight: 400;
    color: rgba(0,0,0,.7);
    margin: 0;
}
.anglar-features-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 15px 0 20px 0;
}
.anglar-features-container .anglar-features-item {
    display: inline-block;
    width: calc( 33.33% - 13.5px );
    height: 100%;
}
.anglar-features-container .anglar-features-item .anglar-features-title p {
    font-size: 18px;
    font-weight: 500;
	margin: 3px 0; 	
}
.anglar-features-container .anglar-features-item .anglar-features-icon img {
    height: 70px;
}
.anglar-features-container .anglar-features-item .anglar-features-description,
.anglar-features-container .anglar-features-item .anglar-features-description p {
	font-size: 15px;
	font-weight: 400;
	margin: 0; 
	word-spacing: -1px;
} 
.pp-offer {
	display: inline-block;
	width: 49%;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}
.pp-offer-1 {
	border-right: 1.5px solid rgba(0,0,0,0.3);
}
.pp-offer-head {
	margin: 0;
	letter-spacing: 5px;
	font-size: 1rem;
	margin-bottom: 10px;
	display: none;
}
.pp-offer-head-1 {
	color: #fff;
}
.pp-offer-head-2 {
	color: #fff;
}
.pp-num {
	margin: 0;
	margin-top: 7px;
	font-size: 2rem;
	font-weight: 900;
}
.pp-num-1 {
	color: #fff;
}
.pp-num-2 {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.pp-desc {
	margin-bottom: 5px;
	margin-top: -2px;
	font-size: 1.2rem;
}
.pp-desc-1 {
	color: #fff;
}
.pp-desc-2 {
	color: #fff;
}
.video-carousel-container .carousel-heading {
    margin-bottom: 5px !important;
    margin-top: 0;
    letter-spacing: -2px;
	line-height: 1.2;
}
.video-carousel-container .instagram-views-badge {
    display: inline-flex !important;
    align-items: center !important;
    padding: 1.7px 10px !important;
    background-color: #f8f9fa !important;
    margin-bottom: 10px !important;
    border-radius: 999px !important; 
    font-size: 12px !important;
    color: #262626 !important;
    position: relative !important;
    border: 1px solid transparent !important;
    background-clip: padding-box !important;
}
.video-carousel-container .instagram-views-badge::before {
    content: '' !important;
    position: absolute !important;
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
    z-index: -1 !important;
    border-radius: 999px !important;
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045) !important;
}
.video-carousel-container .instagram-icon {
    width: 9.8px !important;
    height: 9.8px !important;
    margin-right: 7px !important;
}
.video-carousel-container .instagram-text {
    letter-spacing: -0.3px !important;
    font-weight: 500 !important;
}
.video-carousel-container .video-carousel {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 5px 0;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: thin !important;
    scrollbar-color: #211a28 #f0f0f0 !important;
    position: relative;
    z-index: 1;
}
.video-carousel-container .video-carousel .video-item {
    flex: 0 0 132px !important;
    width: 132px !important;
    position: relative !important;
    min-width: 132px !important;
    max-width: 132px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
.video-carousel-container .video-carousel .video-thumbnail {
    position: relative !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    height: 235px !important;
    background-color: #f0f0f0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.video-carousel-container .video-carousel .video-thumbnail.playing {
    z-index: 5;
}
.video-carousel-container .video-carousel .gradient-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 70px !important;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}
.video-carousel-container .video-carousel .shopify-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.video-carousel-container .video-carousel .carousel-video {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    background-color: #f0f0f0 !important;
}
.video-carousel-container .video-carousel .video-thumbnail iframe, .video-carousel-container .video-carousel .video-thumbnail video {
    position: relative;
/*     position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 4;
}
.video-carousel-container .video-carousel .video-item .play-button {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
} 
.video-carousel-container .video-carousel .play-button {
	z-index: 1000 !important; 
    position: absolute !important;
    bottom: 9px !important;
    left: 9px !important; 
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: transform 0.1s ease, opacity 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    filter: none !important;
    pointer-events: auto !important;
}
.video-carousel-container .video-carousel .unmute-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #211a28 !important;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
    z-index: 10;
    filter: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-carousel-container .video-carousel .inline-close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #211a28;
	color: white;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 11;
	font-size: 12px;
	line-height: 1;
	padding: 0;
	filter: none !important;
}
.video-carousel-container .video-carousel .play-button, .video-carousel-container .video-carousel .unmute-btn, .video-carousel-container .video-carousel .inline-close-btn {
    z-index: 1000 !important;
    position: absolute !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
.video-carousel-container .video-carousel .play-button svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
}
div [data-woocs-sd]::after {
    content: "";
    background: url(https://beastcricket.com/wp-content/uploads/2025/09/Change-currency-3-mini.svg);
    width: 150px;
    display: block;
    height: 40px;
    margin-top: -26px;
    margin-left: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
} 
.selectron23 {
    margin-bottom: 10px !important;
}
.selectron23-option {
    background: rgb(255, 255, 255) !important;
    margin-bottom: 1px !important;
}
.selectron23 .selectron23-container {
    border-radius: 4px !important;
}
.woocommerce div.product .price { 
    margin: 0 0 5px !important;
}
.wapf-field-container {
    padding-bottom: 12px !important; 
}
.wapf-field-label label {
    color: #000;
    font-size: 14px; 
    font-weight: 600;
}
.wapf-checkable {
    display: inline;
}
.wapf-checkable .wapf-input-label {
    padding: 5px;
    display: inline-block;
    margin: 0 5px 5px 0;
    color: #616161;
    line-height: 1.4;
    font-size: 0.875rem;
    border: 2px solid #ddd;
    border-radius: 4px;
	font-weight: 600;
}
.wapf-checkable .wapf-label-text {
    padding-left: 0;
}
.wapf-field-group input[type=checkbox], .wapf-field-group input[type=radio]  {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
    padding: 0;
} 
.wapf-checkable.wapf-checked .wapf-input-label,
.wapf-checkable.wapf-checked:hover .wapf-input-label {
    border-color: #007bff;
    background: #007bff;
    color: #FFF;
}
.wapf-checkable:hover .wapf-input-label {
    border-color: #007bff;
    background: #FFF;
    color: #000;
}
.wapf-field-description {
    color: #e88113;
    font-size: 13px;
}
.wapf input[type=email], .wapf input[type=number], .wapf input[type=text], .wapf input[type=url], .wapf select, .wapf textarea {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    height: 38px;
    border: 2px solid #ddd;
    color: #000;
    padding: 0 .7em;
    outline: 1px solid transparent;
    font-family: inherit;
    box-shadow: none;
}
.sec-pro-premium_bats .premium_bats-tit-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
}
.sec-pro-premium_bats .premium_bats-tit-box h2.premium_bats-title {
    font-size: 50px;
    margin: 0 !important;
    line-height: 1.2;
}
.sec-pro-premium_bats .premium_bats-tit-box h2.premium_bats-title span {
    padding: 2px 4px !important;
    margin: -2px -4px !important;
    display: inline-block !important;
    background: linear-gradient(66deg, rgba(0, 84, 240, 1), rgba(255, 107, 157, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    margin-left: 0px !important;
    font-family: serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
} 
.sec-pro-premium_bats .premium_bats-left-image img {
    max-width: 600px;
    border-radius: 10px;
    width: 100%;
}
.sec-pro-premium_bats  {
	padding: 5px 0 20px 0;
}
.sec-pro-premium_bats .premium_bats-box {
    background: linear-gradient(175deg, #436ff3, #DFDFDF);
    padding: 30px 24px 14px;
    position: relative;
    z-index: 1;
    overflow: visible;
    border-radius: 10px;
}
.sec-pro-premium_bats .premium_bats-icon {
    width: 24px;
    height: 24px;
}
.sec-pro-premium_bats .premium_bats-icon svg {
	line-height: 0;
	display: block;
}
.sec-pro-premium_bats .premium_bats-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.sec-pro-premium_bats .premium_bats-header .premium_bats-text {
    margin-bottom: 0;
    font-size: 20px; 
    line-height: 1.2;
}
.sec-pro-premium_bats .premium_bats-content p {
    margin-bottom: 18px;
}
.woocommerce div.product .product-size-guide {
    width: 100%;
    margin: 18px 0;
}
.woocommerce div.product .size-guide-button {
	color: #e88113;
	font-size: .6875rem;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
}
a.size-guide-button::before {
    display: inline-block;
    content: url(https://beastcricket.com/wp-content/uploads/2025/09/ANGLAR-size-guide-icon.svg);
    width: 25px!important;
    height: 25px!important;
    vertical-align: text-bottom;
}
.offscreen-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}
.offscreen-panel .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(22,22,25,.2)
}
.offscreen-panel .button-close {
    position: absolute;
    right: 60px;
    top: 45px
}
.offscreen-panel .panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 600px;
    max-width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    transform: translateX(100%);
    transition: transform .5s;
    display: flex;
    flex-direction: column
}
.offscreen-panel.open .panel {
    transform: none;
}
.offscreen-panel .panel-header,.offscreen-panel .panel-content {
    padding: 0 60px
}
.offscreen-panel .panel-header {
    padding-top: 50px
}
.offscreen-panel .panel__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    margin: 0
}
.offscreen-panel .panel-content {
    padding-top: 70px;
    flex: 1;
    overflow-y: auto
}
.offscreen-panel.open .panel {
    transform: none
}
body.offcanvas-opened {
    overflow: hidden
}
.konte-size-guide .konte-size-guide__table tbody tr td:first-child {
    min-width: 30%;
	font-weight:600;
}
.konte-size-guide .konte-size-guide__table {
    font-size: 13px;
    font-size: .8125rem;
    margin: 10px 0;
}
.woocommerce div.product.layout-v6 .swatches-support .variations { 
    margin-bottom: 5px !important;
}
.wapf-swatch label {
    font-weight: 600 !important;
}
.wapf-swatch--text label {
    padding: 7px 5px !important;
    line-height: 1 !important;
    font-size: 14px !important;
}
.label-above .wapf-field-label {
    margin-bottom: 0 !important;
}
.wapf-swatch--text {
    margin: 0 5px 10px 0 !important;
}
.wapf-swatch--image .apf-pick-box:hover {
    border: 2px dashed #007bff !important;
}
.wapf-swatch--image .apf-pick-box {
    border-radius: 50% !important; 
	overflow: hidden;
}
.wapf-swatch--image .wapf-swatch-label {
	font-size: 14px !important;
	line-height: 1.2 !important;
}
.wapf-swatch.wapf-swatch--image.wapf-single-select.apf-pick-box {
    padding: 3px !important;
    border-color: #0000;
}
.wapf-swatch.wapf-swatch--image.wapf-single-select.apf-pick-box:hover  { 
    border-color: #007bff;
}
.wapf-swatch.wapf-swatch--image.wapf-single-select.apf-pick-box:hover, .wapf-swatch--image.wapf-checked.apf-pick-box {
    border: 2px solid #007bff !important;
}
.sw_poster_text {
    top: 35%;
    width: 225px;
    margin-left: -118px;
    position: absolute;
    z-index: 10;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    left: 61%;
    word-break: break-all;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    transform: rotate(-90deg);
    color: #99633d;
    text-transform: uppercase;
}
.bat_cover_customise_text {
	top: 43%;
	width: 100%;
	position: absolute;
	z-index: 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 15px;
	word-break: break-all;
	font-family: 'Segoe UI';
	font-weight: bold;
	font-style: italic;
	font-display: swap;
	color: #545454;
	text-transform: uppercase;
}
.laser-cover-input label::after {
    content: "40% OFF";
    background: #d00000;
    font-size: 10px;
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
    vertical-align: top;
    font-weight: 600;
    margin-left: 3px;
    letter-spacing: 2px;
    box-shadow: 1px 2px 2px #ddd;
    text-align: center;
    border: 1px solid #c20000;
}
.wapf-swatch--text label:hover {
    color: #616161;
}
.wapf-swatch--text.wapf-checked label:hover {
    color: #FFF;
}
.custom-product-form {
    box-shadow:rgba(225, 225, 225, 1.0) 0px 0px 0px 0px;
	border-style: solid;
    border-color: rgba(0, 0, 0, 1.0);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
	border-radius:8px;
	padding: 20px;
	background-color: #222222;
	margin-bottom: 25px;
}
.custom-product-form > .tempFrmWrapper { 
    color:rgb(204, 204, 204);
}
.custom-product-form p.form-bottom-text {
    font-size: 16px;
    color: #BBBBBB;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.2;
}
.custom-product-form input {
    border: 1px solid rgba(0, 123, 255, 1.0) !important; 
    border-radius: 7px !important; 
	padding: 13px 5px 13px 5px !important;  
	font-size: 14px !important;
	color: #FFFFFF !important; 
	font-style: normal !important;
	font-weight: 700 !important;
	background-color: rgba(0, 0, 0, 1.0) !important;
	display: block !important;
	width: 100% !important;
}
.custom-product-form a#send-product-btn {
	margin-top:25px;
	display: inline-block;
    background-color: #007BFF;
    border-radius: 40px;
    padding: 4px 20px 5px 20px;
    font-size: 17px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
}
.thankyou-Container {
    padding: 25px 50px;
	box-shadow:rgba(225, 225, 225, 1.0) 0px 0px 0px 0px;
	border-style: solid;
    border-color: rgba(0, 0, 0, 1.0);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
	border-radius:8px; 
	background-color: #222222;
	margin-bottom: 25px;
}
.thankyou-Container .thankyouTick {
    stroke: #007bff;
	width: 66px !important;
    height: 66px !important;
    margin-bottom: 15px !important;
    margin: 0 auto;
    display: block;
}
.thankyouTick .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.thankyouTick .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.thankyouTick .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}
.thankyou-Container label.descFld {
    width: 100%;
}


@media only screen and (max-width: 1440px) {
	section.related.products {
		width: auto;
		max-width: 100%;
		margin-left: 45px;
		margin-right: 45px;
	}
}

@media only screen and (max-width: 1199px) {
	section.related.products {
		margin-left: 25px;
		margin-right: 25px;
	}
	body.woocommerce div.product.layout-v6 .summary {  
		padding-left: 35px !important;
	}
}

@media only screen and (max-width: 991px) {
	body.woocommerce div.product.layout-v6 .summary {  
		padding-left: 0 !important;
	}
	.sec-product-comparison  h2.comparison-heading {
		margin-bottom: 13px; 
	}
	.sec-product-comparison .comparison-header {
		margin-bottom: 2rem;
	}
	section.related.products {
		margin-left: 25px;
		margin-right: 25px;
	} 
	.sec-product-comparison .comparison-table {
		max-width: 100%;  
	}
	.sec-product-comparison .product-header {
		width: 100px; 
		padding: 15px 8px; 
	}
	.sec-product-comparison .feature-header {
		width: 150px; 
	}
	.sec-product-comparison .product-subtitle {
		padding: 1px 8px;
	}
	.sec-product-comparison .subtitle-icon svg {
		width: 12px;
		height: 12px;
	}
	.sec-product-comparison .check-yes,
	.sec-product-comparison .check-no {
		font-size: 22px; 
	}
	.sec-product-comparison .check-yes svg {
		width: 24px;  
		height: 24px; 
	}
	.sec-product-comparison .feature-cell,
	.sec-product-comparison .value-cell {
		padding: 12px 8px; 
	}
	.sec-product-comparison .feature-icon,
	.sec-product-comparison .feature-icon svg {
		width: 20px;  
		height: 20px; 
	}
	.sec-product-comparison  .column-1-img {
		max-height: 80px;
	}
	.sec-product-comparison  .column-2-img {
		max-height: 60px;
	}
	.sec-pro-video-text .video-text-heading {
		font-size: 40px; 
		line-height: 1.2;
	}
}

@media only screen and (max-width: 800px) {
	.sec-product-comparison .feature-header {
		width: 150px;  
	}
	.sec-product-comparison .product-header {
		width: 100px;  
		padding: 14px 6px;
	}
	.sec-product-comparison .feature-cell {
		width: 100px;  
		padding: 12px 6px;
	}
	.sec-product-comparison .value-cell {
		width: 100px; 
		padding: 12px 6px;
	}
	.sec-product-comparison .feature-icon {
		margin-right: 12px; 
	}
}

@media only screen and (max-width: 767px) {
	.konte-container, .konte-container-fluid {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	div [data-woocs-sd]::after {
		margin-top: -26px;
		width: 135px;
	}
	.sec-pro-premium_bats {
		padding: 10px 0 20px;
	}
	.sec-pro-premium_bats .premium_bats-tit-box {
		max-width: 100%; 
	}
	.sec-pro-premium_bats .premium_bats-left-image {
		margin-bottom: 15px;
	}
	.pp-offer-main-container {
		width:100%;
		height: auto;
		line-height: 1;
	}
	.pp-offer {
		display: inline-block;
		width: 48%;
		border-radius: 0px;
		padding-bottom: 6px;
	}
	.pp-offer-1 {
		margin-right: 5px;
	}
	.pp-offer-head {
		letter-spacing: 3px;
		font-size: 0.8rem;
		margin-bottom: 10px;
	}
	.anglar-features-container .anglar-features-item .anglar-features-icon,
	.anglar-features-container .anglar-features-item .anglar-features-title p,
	.anglar-features-container .anglar-features-item .anglar-features-description, 
	.anglar-features-container .anglar-features-item .anglar-features-description p {
		text-align: center;
	}
	.anglar-features-container .anglar-features-item .anglar-features-description, 
	.anglar-features-container .anglar-features-item .anglar-features-description p  {
		font-size: 13px; 
		word-spacing: -1px; 
		word-wrap: break-word;
	}
	.anglar-features-container .anglar-features-item .anglar-features-title p {
		font-size: 16px; 
		margin: 1px 0;
	}
	.anglar-features-container .anglar-features-item { 
		width: calc( 33.33% - 7px ); 
	}
	.anglar-features-container { 
		gap: 10px; 
	}
	.sec-pro-video-text .row { 
		justify-content: center; 
	}
	.sec-pro-video-text .video-text-heading {
		font-size: 34px;
		margin-top: 15px !important;
		margin-bottom: 10px !important;
	}
	.sec-grade-grains {
		padding: 28px 0;
	}
	.sec-grade-grains .banner-2-head { 
		font-size: 2rem;
		letter-spacing: 4px;
	}
	.sec-grade-grains .banner-2-title { 
		font-size: 1rem;  
	}
	.sc-product-two-images {
		padding-top: 50px !important;
	}
	.products.related, .products.upsells {
		padding-top: 40px !important;
	}
	section.related.products {
		margin-left: 5px;
		margin-right: 5px;
	}
	.product-left-image {
		margin-bottom: 21px;
	} 
	.sec-product-comparison .comparison-table {
		table-layout: fixed; 
		width: 100% !important;
		table-layout: fixed !important;
		min-width: 0;  
	}
	.sec-product-comparison .subtitle-icon svg {
		width: 11px;
		height: 11px;
	}  
	.sec-product-comparison .feature-header,
	.sec-product-comparison .feature-cell {
		width: 150px !important;
	}
	.sec-product-comparison .product-header,
	.sec-product-comparison .value-cell { 
		width: auto !important;
	} 
	.sec-product-comparison .feature-content {
		flex-direction: row !important;
		align-items: center !important;
	} 
	.sec-product-comparison .feature-icon {
		margin-right: 12px !important;
		margin-bottom: 0 !important;
		width: 18px !important;
		height: 18px !important;
	}
	.sec-product-comparison .feature-icon svg {
		width: 18px !important;
		height: 18px !important;
	}
	.sec-product-comparison  .comparison-product-title {
		font-size: 16px !important;
	}
	.sec-product-comparison  .product-subtitle {
		font-size: 10px !important;
	}
	.sec-product-comparison  .feature-name {
		font-size: 13px !important;
	}
	.sec-product-comparison  .text-value {
		font-size: 11px !important;
	}
	.sec-product-comparison  .column-1-img {
		max-height: 75px;
	} 
	.sec-product-comparison  .column-2-img {
		max-height: 50px;
	}
	.scrolling-features-bar .feature-item {
		font-size: 0.8em;
		line-height: 0.8em;
	}
	.scrolling-features-bar .feature-icon svg, .scrolling-features-bar .feature-icon img.icon-image {
		width: 16px;
		height: 16px;
	}
	.scrolling-features-bar .feature-item-separator { 
		margin: 0 15px;
	}
}

@media only screen and (max-width: 480px) {
	.sec-product-comparison .product-header {
		width: 80px;  
		padding: 12px 4px;
	}
	.sec-product-comparison .feature-cell, .sec-product-comparison .value-cell {
		padding: 11.5px 4px;
	}
	.sec-product-comparison .check-yes svg {
		width: 22px;  
		height: 22px;  
	}
	.sec-product-comparison .check-yes, .sec-product-comparison .check-no {
		font-size: 20px;  
	}
	.sec-pro-premium_bats .premium_bats-tit-box h2.premium_bats-title {
		font-size: 40px;
		line-height: 1.1;
	}
	.sec-pro-premium_bats .premium_bats-content p {
		margin-bottom: 15px;
		line-height: 1.2;
		font-size: 17px;
	}
	.sec-pro-premium_bats .premium_bats-header .premium_bats-text { 
		font-size: 19px;
	}
	.sec-pro-premium_bats .premium_bats-icon {
		width: 22px;
		height: 22px;
	}
}

@media only screen and (max-width: 479px) { 
	.sec-product-comparison .feature-icon {
		width: 16px !important;
		height: 16px !important;
		margin-right: 12px !important;
	}
	.sec-product-comparison .feature-icon svg {
		width: 16px !important;
		height: 16px !important;
	}
	.sec-product-comparison  .product-subtitle {
		padding: 1px 5px;
		border-radius: 10px;
	}
	.sec-product-comparison .sec-product-comparison .subtitle-icon svg {
		width: 10px;
		height: 10px;
	}
	.sec-product-comparison .sec-product-comparison .check-yes svg {
		width: 20px; 
		height: 20px;  
	}
	.sec-product-comparison .check-yes, .sec-product-comparison .check-no {
		font-size: 18px; 
	}
	.anglar-features-container { 
		gap: 8px; 
	}
	.anglar-features-container .anglar-features-item { 
		width: calc( 33.33% - 5.5px ); 
	}
}

@media only screen and (max-width: 380px) {  
	.sec-product-comparison .subtitle-icon svg { 
		margin-top: 2px;
	} 
}
