button.sub-menu-toggle {
    display: none;
}
.led-product-content {
    background: #fff;
    text-align: center;
    padding: 40px 0px 40px 0px;
}
.led-product-img {
	background-image: url(https://visiontechleddisplays.com/wp-content/plugins/elementor/assets/images/placeholder.png);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.led-product:hover .led-product-img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.product-opn-btn a {
    border: 2px solid #000;
    padding: 7px 17px;
    border-radius: 4px;
}
.product-opn-btn{
	margin-top: 25px;
}
.elementor-kit-9{
	    background-color: var(--e-global-color-eeebe36);
    background-image: url(https://visiontechleddisplays.com/wp-content/uploads/2023/11/hex-small-dark.jpg);
    background-size: auto;
}
.elementor-toggle .elementor-tab-title{
	display: flex;
    align-items: center;
}
.led-product {
    overflow: hidden;
}
.elementor-widget-container {
    margin: 0px !important;
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: auto;
}
.elementor-post__thumbnail img{
	height: 100% !important;
}
.product-box .elementor-post__text a {
    border: 2px solid #000;
    padding: 9px 18px;
    border-radius: 5px;
    text-decoration: none;
}
.product-box .elementor-post__text .elementor-post__title a{
	border: initial;
}
.product-box .elementor-post__text a:hover{
	background-color:#000;
	color:#fff !important;
}
.product-box .elementor-post__text .elementor-post__title a:hover{
	background-color: initial;
	color: #000 !important;
}
.jp-relatedposts{
	display:none !important;
}
body.custom-background {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url('https://visiontechleddisplays.com/wp-content/uploads/2023/11/hex-small-dark.jpg'); /* Replace with your image URL */
    background-repeat: repeat;
    background-attachment: fixed; /* This is the key part */
    
}