html, body {
overflow-x: hidden;
}
.jet-mega-menu-mega-container__inner {
padding: 0 !important;
}
.block-wrapper {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 10px;
grid-row-gap: 20px;
}
.block-wrapper .single-block .block-title-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
}
.block-wrapper .single-block .block-title-wrapper .cat-icon {
margin-right: 10px;
width: 24px;
height: 24px;
}
.block-wrapper .single-block .block-title-wrapper .cat-icon svg {
fill: var(--e-global-color-cf6877b);
}
.block-wrapper .single-block .block-title-wrapper h3 {
font-size: 14px;
margin: 0;
color: var(--e-global-color-cf6877b);
}
.block-wrapper .single-block .block-list-wrapper .block-list-item {
margin-bottom: 10px;
}
.block-wrapper .single-block .block-list-wrapper .block-list-item > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.block-wrapper .single-block .block-list-wrapper .block-list-item > a .list-item-icon {
margin-right: 5px;
width: 14px;
height: 14px;
}
.block-wrapper .single-block .block-list-wrapper .block-list-item > a .list-item-icon svg {
fill: var(--e-global-color-cf6877b);
}
.block-wrapper .single-block .block-list-wrapper .block-list-item > a .block-list-text {
font-size: 12px;
}
.block-wrapper .single-block .block-list-wrapper .block-list-item > a:hover .block-list-text {
color: var(--e-global-color-cf6877b);
}
.wp-element-button{
display: flex !important;
gap: 10px;
}