.shop-mega-menu-products h2 {
    font-size: 14px;
}

.shop_mega_menu-parent {
    display: flex;
}
.shop_mega_menu-left {
    width: 20%;
}

.shop_mega_menu-left ul {
    margin: 0;
    padding: 0;
}
.shop_mega_menu-left ul li {
    list-style: none;
}
.shop_mega_menu-left ul li a {
    font-size: 17px;
    color: #000;
    text-decoration: none !important;
    line-height: 33px;
}
.shop-mega-menu-products {
    display: flex;
}
.shopmegamenuproducts {
display: none;
}

.shopmegamenuproducts.active {
display: block;
}

.shop-mega-menu-products {
    display: inline-block;

}

.shopmegamenuproducts {
    /*display: flex;*/
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
        flex-wrap: var(--flex-wrap);
    justify-content: center;
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.shop_mega_menu-right {
    width: 80%;
}

.shop-mega-menu-products {
    width: 17%;
    margin: 10px;
}
.shop-mega-menu-products {
    border: 1px solid #1E1E1E;
    padding: 15px;
    text-align: center;
}
.shop-mega-menu-products {
    border: 1px solid #1E1E1E;
    padding: 0;
}
.shopmegamenuproducts.active {
    display: flex;
}
.shop-mega-menu-products h2 a {
    font-size: 15px;
    font-weight: 400;
    color: #1E1E1E;
    text-decoration: none !important;
    padding: 0px 10px;
    padding-top: 15px;
    display: block;
}
.shop-mega-menu-products img {
    border-bottom: 1px solid #1E1E1E;
}

.shop_mega_menu-left {
    position: relative;
}
.shop_mega_menu-left::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #1E1E1E;
  right: 42px;
}
.shop_mega_menu-left {
  position: relative;
}
.shop_mega_menu-right {
    padding-top: 50px;
    padding-bottom: 50px;
}
.shop_mega_menu-left ul {
    padding-top: 50px !important;
    padding-bottom: 25px !important;
}

.shop-mega-menu-products .shop-all-link {
    padding-top: 130px;
}


/*************************override the JavaScript functionality(FiboSearch - AJAX Search)*********************/
.fibo_mobile_searchPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 19%;
    background: rgba(0, 0, 0, 0.7); /* Transparent background */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
    padding-top: 24%;
    overflow-y: auto;
}

/* Popup content */
.fibo_mobile_searchPopup-content {
    border-radius: 8px;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    position: relative;
}

/* Close button */
.fibo_mobile_searchPopup-close {
	position: absolute;
	top: -6px;
	right: 5px;
	background-color: #50C878;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #fff !important;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	padding: 0;
	font-size: 24px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

/* Search icon button */
.fibo_mobile_search-icon-trigger {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

@media (max-width: 768px) {
    .fibo_mobile_searchPopup-content {
        width: 95%;
        padding: 6px;
    }
}



@media (min-width: 768px) and (max-width: 1024px){
.fibo_mobile_searchPopup {
	padding-top: 11%;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 21px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: transparent !important;
	padding: 10px;
	border-radius: 10px;
}
.fibo_mobile_searchPopup-close {
	top: 3px;
	right: 19px;
}
.fibo_mobile_searchPopup {
	height: 24%;

}
}

@media (max-width: 767px) {
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 4px !important;
}
.fibo_mobile_searchPopup {
	padding-top: 14%;
}
}