ul.sub-menu li::after {
    display: none !important;
}

.adg_site_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    box-shadow: 0px 0px 10px #000;
}

.header_info_col a:hover {
    color: #EE691D;
}

.header_mobaile_icon ul {
    padding: 0;
}

.header_mobaile_icon ul li {
    display: inline-block;
    padding: 0px 5px;
}

.adg_site_header_fixed .header_row {
    height: 70px;
}

.mobaile_cta_icon {
    position: absolute !important;
    top: 11px;
    right: 2px;
}

.adg_site_header_fixed .site_logo {
    width: 98px;
    height: 92px;
}

.adg_site_header_fixed .site_logo img {
    width: 260px;
}

.header_row,
.header_row_two {
    padding: 0 !important;
}

.header_mobaile_icon .fa {
    font-size: 24px;
    color: #222;
}

.header_row {
    height: 100px;
    display: flex;
    align-items: center;
}

.header_section {
    padding: 0px !important;

}

.site_logo {
    background: #1366AB;
    height: 117px;
    width: 400px !important;
    margin: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 20px;
    padding: 10px;
    border-bottom-right-radius: 20px;
}

.header_section_one {
    padding: 22px 10px 15px !important;
}

.header_menu ul li {
    position: relative;
    padding: 0px 26px !important;
}

.header_menu ul li::after {
    position: absolute;
    content: '';
    right: 0px;
    width: 1px;
    height: 15px;
    background: #ddd;
    top: 0;
    bottom: 0;
}

.header_menu ul li:last-child::after {
    display: none;
}

.header_menu ul li a {
    font-size: 16px;
    color: #000 !important;
    font-weight: 400;
}

.header_menu ul li a:hover {
    color: #EE691D !important;
    opacity: 1 !important;
    background-color: transparent !important;
}

.et-menu .menu-item-has-children>a:first-child:after {
    color: #EE691D;
}

.main_search_bar input {
    height: 50px;
    width: 100%;
    border-radius: 34px;
    border: 1px solid #DDDDDD;
    padding: 10px;
}

form.search-form {
    position: relative;
    max-width: 500px;
    width: 100%;
}

button.search-submit {
    padding-right: 10px;
}

button.search-submit {
    width: 110px;
    position: absolute;
    right: 10px;
    height: 38px;
    cursor: pointer;
    border-radius: 50px;
    background: #EE691D;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.search-submit span {
    padding-left: 5px;
}

.top_header_info {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header_info_col {
    display: flex;
    align-items: center;
    position: relative;
}

.header_info_col a {
    color: #fff;
}

.header_info_col {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.header_info_col.phone_icon .svg_img {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #1366AB;
}

.header_info_col .svg_img {
    width: 40px;
    height: 40px;
    background: #EE691D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: relative;
}

.cart_count_y {
    line-height: 0;
}

.header_info_col a {
    color: #fff;
    padding-left: 10px;
    padding-right: 15px;
}

span.cart_count {
    position: absolute;
    top: -6px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    right: -3px;
}

span#plus-ss {
    display: block;
    color: #1366AB;
}

.my_count_akk {
    line-height: 1.3;
    padding-left: 10px;
}

.header_mobaile {
    display: none !important;
}

ul.sub-menu li a {
    padding: 0 !important;
}

.et_pb_menu .et-menu-nav>ul ul {
    padding: 10px 0px;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: -120%;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}

.overlay-content {
    position: relative;
    top: 50%;
    width: 90%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    left: 0;
}

.overlay .searchclosebtn {
    position: absolute;
    top: 13px;
    right: 12px;
    font-size: 39px;
    cursor: pointer;
    color: white;
    background: #EE691D;
    display: block;
    line-height: 28px;
    height: 31px;
    width: 32px;
    text-align: center;
}

.overlay .searchclosebtn:hover {
    color: #fff;
}

.overlay input[type=text] {
    padding: 18px;
    font-size: 18px;
    border: none;
    float: left;
    width: 70%;
    border-top: none;
    border-left: none;
    background: transparent;
    border-bottom: 1px solid #000000;
    border-right: none;
    color: black !important;
    padding-left: 0px;
}

a.cart_login {
    display: flex;
    align-items: center;
}

input[type="text"]::-webkit-input-placeholder {
    color: black;
}

.cart_count_y a {
    padding-right: 0 !important;
}

input[type="text"]::-moz-placeholder {
    color: black;
}

input[type="text"]:-ms-input-placeholder {
    color: black;
}

input[type="text"]::-ms-input-placeholder {
    color: black;
}

input[type="text"]::placeholder {
    color: black;
}

/* mobaile menu */
#sfm-sidebar .sfm-menu li a {
    padding: 10px 0px;
}

#sfm-sidebar.sfm-compact .sfm-logo {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd;
}

.sfm-sidebar-close {
    left: auto;
    right: 0 !important;
    position: absolute;
}

.superfly-on .sfm-rollback {
    top: 48px !important;
}

ul.header_top li:first-child {
    background: #222;
    color: #fff;
}

.sfm-sub-swipe #sfm-sidebar .sfm-menu {
    padding-top: 0px !important;
}

.sfm-sidebar-close:after,
.sfm-sidebar-close:before {
    background: #fff !important;
}

body #sfm-sidebar .sfm-menu li a {
    padding: 15px 0px !important;
    padding-left: 5% !important;
}

#sfm-sidebar .sfm-menu li a,
#sfm-sidebar .sfm-chapter,
#sfm-sidebar .sfm-back-parent {
    border-bottom: 1px solid #ddd !important;
}

#sfm-sidebar .sfm-widget,
#sfm-sidebar .widget-area {
    text-align: center !important;
}

.current-menu-item a {
    color: #EE691D !important;
}

ul.header_top {
    display: flex;
    padding: 0 !important;
    align-items: center;
}

ul.header_top li {
    width: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    background: #0066ba;
}

.header_mob_top {
    padding: 0 !important;
}

.site_logo {
    display: flex !important;
}

a.xoo-el-action-sc.btn.xoo-el-login-tgr {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: transparent;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .xoo-el-form-container ul.xoo-el-tabs {
        padding: 0 0px 15px;
    }

    .xoo-aff-group.onehalf {
        margin-right: 0 !important;
    }

    .xoo-el-section {
        padding-left: 0;
        width: 100% !important;
    }

    .xoo-aff-group.onehalf,
    .xoo-aff-group.onefourth,
    .xoo-aff-group.onethird,
    .xoo-aff-group,
    .xoo-aff-group-twothird {
        width: 100% !important;
    }

    .xoo-el-form-container button.button.btn.xoo-el-action-btn {
        width: 100% !important;
    }

    div#et-main-area {
        margin-bottom: 30px;
    }

    .header_section,
    .header_section_one {
        display: none !important;
    }

    .header_mobaile {
        display: block !important;
    }

    .header_mobaile {
        padding: 0 !important;
    }

    .header_mobaile_row {
        padding: 5px !important;
    }

    .mobaile_site_logo img {
        width: 150px !important;
    }

    .header_mobaile {
        position: fixed !important;
        width: 100% !important;
        top: 0 !important;
        box-shadow: 0px 0px 10px;
    }

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

    .header_menu ul li::after {
        display: none;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    div#main-content {
        margin-top: 90px;
    }

    div#et-main-area {
        margin-bottom: 30px;
    }

    .header_section,
    .header_section_one {
        display: none !important;
    }

    .header_mobaile {
        display: block !important;
    }

    .header_mobaile {
        padding: 0 !important;
    }

    .header_mobaile_row {
        padding: 5px !important;
    }

    .mobaile_site_logo img {
        width: 150px !important;
    }

    .header_mobaile {
        position: fixed !important;
        width: 100% !important;
        top: 0;
        box-shadow: 0px 0px 10px;
    }

    .header_menu ul li::after {
        display: none;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .header_row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

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

    .et_pb_menu .et-menu>li {
        padding: 0 !important;
    }

    .site_logo {
        width: 100% !important;
    }

    .header_info_col,
    .header_menu ul li a {
        font-size: 14px;
    }

    .header_col_two {
        width: 20% !important;
        padding: 0px 12px !important;
    }

    .header_col_one {
        width: 40% !important;
    }

    .header_col_three {
        width: 40% !important;
    }

    .header_section_one {
        padding: 20px 10px 10px !important;
    }

    .header_info_col a {
        padding-left: 4px;
        padding-right: 10px
    }

    .et-menu .menu-item-has-children>a:first-child:after {
        right: -4px !important;
    }

    .main_search_bar input {
        height: 40px;
    }

    button.search-submit {
        height: 33px;
    }

    .header_menu ul li::after {
        display: none;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    .header_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

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

    .et_pb_menu .et-menu>li {
        padding: 0 !important;
    }

    .site_logo {
        width: 100% !important;
    }

    .header_info_col,
    .header_menu ul li a {
        font-size: 14px;
    }

    .header_col_two {
        width: 20% !important;
        padding: 0px 12px !important;
    }

    .header_col_one {
        width: 40% !important;
    }

    .header_col_three {
        width: 40% !important;
    }

    .header_section_one {
        padding: 20px 10px 10px !important;
    }

    .header_info_col a {
        padding-left: 4px;
        padding-right: 10px
    }

    .et-menu .menu-item-has-children>a:first-child:after {
        right: -3px !important;
    }

    .main_search_bar input {
        height: 40px;
    }

    button.search-submit {
        height: 33px;
    }

    .header_menu ul li::after {
        display: none;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .header_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

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

    .et_pb_menu .et-menu>li {
        padding: 0 !important;
    }

    .site_logo {
        width: 100% !important;
    }

    .header_info_col,
    .header_menu ul li a {
        font-size: 14px;
    }

    .header_col_two {
        width: 20% !important;
        padding: 0px 15px !important;
    }

    .header_col_one {
        width: 40% !important;
    }

    .header_col_three {
        width: 40% !important;
    }

    .header_section_one {
        padding: 20px 10px 10px !important;
    }

    .header_menu ul li::after {
        display: none;
    }

}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    .header_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

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

    /* .et_pb_menu .et-menu>li {
        padding: 0 !important;
    } */

    .site_logo {
        width: 300px !important;
    }

    .header_info_col,
    .header_menu ul li a {
        font-size: 14px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .header_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

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

    .site_logo {
        width: 300px !important;
        margin: auto !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .header_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


@media all and (min-width: 981px) and (max-width: 3000px) {
    .superfly-on .sfm-rollback {
        display: none !important;

    }
}