:root {
    --main_color:#0E9CDE;
    --main_color_dark:#1084b9;
    --main_color_light:#62c1ee;
    --green_light:var(--main_color)
}

.container {
    max-width: 1248px
}

.header-middle-link {
    border-bottom: 2px solid white;
}
.header-middle-link.active,
.header-middle-link:hover {
    color: var(--main_color) !important;
    border-color: var(--main_color);
}

.btn-thm {
    color: white;
}

.top-search .form-search .box-search.pre_line:before {
    width: 0;
}

.header.stylehome1.home4_style .advscrh_frm_btn .search-btn, 
.header.stylehome1.home6_style .advscrh_frm_btn .search-btn, 
.header.stylehome1.home7_style .advscrh_frm_btn .search-btn, 
.header.stylehome1.home9_style .advscrh_frm_btn .search-btn {
    background-color: var(--main_color);
}

.btn {
    font-size: 1em;
}
.btn:hover {
    color: white;
}
.btn:before, 
.btn-thm:before, 
.btn-thm:before {
    background-color: var(--main_color_dark);
    color: white;
}

.ui-menu .ui-menu-item {
    padding: 10px !important;
}

#carouselSponsors .carousel-control-next, 
#carouselSponsors .carousel-control-prev {
    width: 5%;
}

.shop_item.list_style .details:before {
    width: 0;
}

.shop_item .thumb {
    height: 340px;
}

.navbar-account a:not(.active) {
    color: white;
}
.navbar-account a:hover {
    color: black;
}