.header-layout2 .menu-top { overflow: unset;}
.breadcumb-wrapper { padding: 50px 0px 50px 0px;}
.menu-style1>ul>li>a { padding: 10px !important;}
.main-menu a { font-size: 14px;}

.main-menu ul li.menu-item-has-children>a:after {
    content: none;
}

h3 {
    font-size: 26px;
}


.th-product .product-img {
    margin: 0 0 5px 0;
}

.th-product.product-grid  {
    margin-bottom: 10px;
}

.th-product .product-title { font-size: 15px;}
.th-product .product-title a { text-wrap: nowrap; overflow: hidden; display: block;width: 100%;}
.sec-title {
    margin-bottom: 20px;
    font-size: 20px;
}

.th-product .product-category {
    text-wrap: nowrap;
    overflow: hidden;
}

.product-img img:not([draggable]), embed, object, video {
    height: 150px;
    width: auto !important;
}


.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #f6f7f8;
    /* background: -webkit-linear-gradient(top, var(--theme-color) 37.5%, #DDFFF1 100%); */
    /* background: linear-gradient(180deg, var(--theme-color) 37.5%, #DDFFF1 100%); */
    /* box-shadow: 0px 3px 15px rgb(162 71 85 / 51%); */
    /* y: var(--body-font); */
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 21px 30px;
    min-width: 170px;
    border-radius: 30px;
    background: #744b9e;
}

.th-btn:before {
    content: "";
    position: absolute;
    height: 56%;
    top: 1px;
    left: 10px;
    width: calc(100% - 20px);
    /* background: -webkit-linear-gradient(top, #A9FFDA 0%, rgba(169, 255, 218, 0) 78.65%); */
    /* background: linear-gradient(180deg, #A9FFDA 0%, rgba(169, 255, 218, 0) 78.65%); */
    -webkit-filter: blur(2px);
    filter: blur(2px);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: inherit;
    background: #744b9e;
}

.sticky-wrapper .menu-area .menu-item-has-children .sub-menu { 
    display: flex;
    flex-wrap: wrap;
   
    height: 70vh;
    width: 90vw;
    overflow: scroll;
   
 }

 .sticky-wrapper .menu-area .menu-item-has-children .sub-menu li {
    width: 20vw;
}

#show_address_options {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
}
#show_address_options li {
    padding: 8px;
    cursor: pointer;
}
#show_address_options li:hover {
    background-color: #f0f0f0;
}