/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2025 | 22:01:46 */
.kd-white-container>.e-con-inner{
	background : white !important;
	padding : 20px;
	border-radius : 20px;
	padding-bottom : 40px;
	    border: 1px solid #DCDCDC;
}

.kd-white-container:first-of-type {
  padding-bottom: 30px !important;
}

.kd-white-container:last-child{
	padding-top : 30px;
}

.kd-prod-img-wrapper{
	position : relative;
}

.kd-prod-img-wrapper .woocommerce-product-gallery{
	margin-bottom : 0 !important;
}

.kd-badges-wrapper{
	display : flex;
	position: absolute;
	min-width : 100px;
	top : 0px;
	left : 10px;
	flex-flow : column;
	row-gap: 10px; 
	padding-top : 5px;
}

.kd-badges-wrapper img{
	width : 50px !important;
	object-fit : contain;
}

.kd-product-image-title{
	       padding-block-end: 0 !important;
    padding-block-start: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    padding-left: 25px !important;
    padding-right: 24px !important;
}

.kd-gallery-nav {
      position: absolute;
    top: 350px;
    color: #bebebe;
    transform: translateY(-50%);
    z-index: 20;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 0.85;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kd-gallery-nav:hover {
    background: #f7f7f7;
    border-color: #999;
    opacity: 1;
}

.kd-gallery-prev {
    left: 10px;
}

.kd-gallery-next {
    right: 10px;
}

.woocommerce-product-gallery {
    position: relative; /* Ensure container allows absolute positioning */
}
