/*
  Theme Name:     Hello Elementor Child
  Theme URI:      https://dgnbird.com/
  Description:    Hello Elementor Child Theme
  Author:         Arun 
  Author URI:     https://dgnbird.com/
  Template:       hello-elementor
  Version:        1.0.0
*/

.fdkProductList {
	display: grid;
	gap: 56px;
	grid-template-columns: 380px 1fr;
}

.fdkProductContentWrapper {
	align-items: center;
	display: grid;
	gap: 1em;
	grid-template-columns: 1fr auto;
}

.fdkProductContentLink {
	display: none;
}

.active .fdkProductContentLink {
	display: block;
}
.fdkProductContentItem {
    padding: 7px 0; cursor:pointer;
}
