.header_right_col,.header_ft_col    {
    width: 10% !important;
}

.header_center_col {
		width:80% !important;
	justify-content:center !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li{
	padding:0px !important;
}
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #00000069;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    animation: fadeIn 0.4s;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent !important;
}

.close-btn-search {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: #000;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
}

.menu-btn span:nth-child(2) {
    width: 20px !important;
}

/* Animation */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* search box end */


/* Mega Menu */

button.open-search-btn {
    border: 1px solid #00b3eb;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    margin-right: 10px;
}

button.open-search-btn .fa {
    font-size: 18px;
    color: #000;
}

.xoo-el-action-sc {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.xoo-wsc-basket,
.xoo-wsc-basket[style*='block'] {
    display: none !important;
}

.header_section {
    padding: 15px 10px !important;
}

.header_top_icon ul {
    padding: 0;
}

.header_top_icon ul li {
    list-style-type: none;
    margin: 0px 10px;
    line-height: 0;
    position: relative;
}

.logo_menu {
    text-align: left;
    padding: 20px;
}

.header_top_icon ul {
    padding: 0;
    display: flex;
    justify-content: end;
    cursor: pointer;
    align-items: center;
}

.header_right_col.dis_fx_al {
    justify-content: end;
}

.header_menu ul li a {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 300 !important;
    padding: 0px 20px;
}

.current-menu-item a {
    text-decoration: underline !important;
}

.current-menu-item ul.sub-menu a {
    text-decoration: none !important;
}

.xoo-wsc-btn {
    color: #000 !important;
}

.xoo-el-lostpw-tgr {
    color: #000 !important;
}

.xoo-el-action-sc a {
    color: transparent !important;
}

/* mob menu */
.fullmenu-wrapper {
    position: relative;
    z-index: 9999;
}

ul#menu-mobaile_menu {
    padding: 0 !important;
}

.menu-btn {
    z-index: 0 !important;
    top: 46px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.col_logo_mob {
    width: 200px !important;
}

.menu-btn span {
    width: 24px;
    height: 2px;
    background: #fff;
    display: block;
}

.menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #111;
    border-radius: 50%;
    z-index: 10000;
    transform: scale(0);
    transition: transform 0.5s ease;
}

.menu-bg.expand {
    transform: scale(60);
}

ul.sub-menu li a {
    font-size: 16px;
}

.fullmenu-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: transparent;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 10002;
}

.fullmenu-nav.open {
    opacity: 1;
    pointer-events: auto;
}

.menu-close {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    border: none;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
}

.fullmenu-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.sub-menu li {
    border: none;
}

.fullmenu-wrapper li {
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #dddddd47;
    padding-bottom: 10px;
    text-align: left;
    display: block;
    padding-left: 20px;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 10px !important;
    opacity: 0;
    transform: translateX(-100%);
    animation: slideIn 0.5s forwards;
}


.fullmenu-wrapper li a {
    color: #fff !important;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s ease;
    width: 100%;
    display: block;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

ul.sub-menu li a {
    font-size: 15px;
}

.fullmenu-wrapper li.menu-item-has-children>a::after {
    content: "\33";
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    font-family: ETmodules !important;
    background: #ffffff82;
    border-radius: 100px;
    color: #fff;
    line-height: 1;
    left: auto;
}

.fullmenu-wrapper ul.sub-menu {
    padding-left: 10px !important;
}

.fullmenu-wrapper li.open>a::after {
    content: "\32" !important;
}

.fullmenu-wrapper ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 ;
    padding-left: 0;
}

.fullmenu-wrapper li.open>ul.sub-menu {
    max-height: 500px;
    /* adjust as needed */
}

.menu-mobaile_menu-container {
    padding-top: 60px;
}

.header_top_row {
    padding: 0 !important;
}

.main_header_top a {
    width: 50% !important;
    text-align: center;
}

.main_header_top a:first-child {
    background: #57b1e3;
    color: #fff !important;
}

.main_header_top {
    display: flex;
    align-items: center;
}

.main_header_top a {
    width: 50% !important;
    text-align: center;
    border-bottom: 0.1px solid #cccccc5e;
}

.adg_site_header_fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
}

.fullmenu-wrapper ul {
    display: block;
    padding-top: 10px;
}


/* end */

@media all and (min-width: 320px) and (max-width: 767px) {
    .header_top_icon ul li {
        margin: 0px 10px;
    }

    .header_mob_section {
        padding: 0px !important;
        position: fixed !important;
        width: 100%;
        top: 0;
    }

    .header_mob_row {
        padding: 10px !important;
    }

    .header_mob_row {
        display: flex;
        align-items: center;
    }

    div#main-content {
        margin-top: 96px;
    }



}

@media all and (min-width: 768px) and (max-width: 980px) {
    .header_mob_section {
        padding: 0px !important;
        position: fixed !important;
        width: 100%;
        top: 0;
    }

    .header_mob_row {
        padding: 10px !important;
    }

    .header_mob_row {
        display: flex;
        align-items: center;
    }

    div#main-content {
        margin-top: 96px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    .header_menu ul li a {
        padding: 0px 10px !important;
    }

    .header_right_col {
        width: 12% !important;
    }

    .header_center_col {
        width: 78% !important;
        justify-content: center;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .header_menu ul li a {
        padding: 0px 10px !important;
    }

    .header_right_col  {
        width: 15% !important;
    }

    .header_center_col {
        width: 75% !important;
        justify-content: center;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .header_menu ul li a {
        padding: 0px 10px !important;
    }


    .header_center_col {
        justify-content: center;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .header_menu ul li a {
        padding: 0px 14px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}