:root {
    --custom-primary-color: #2d2a2a; /*#ffd54c*/
    --custom-secondary-color: #f1592b; /*#ffd54c*/
    --custom-light-color: white;
}

#country-switcher-modal .nice-select {
    width: 100%;
}

.cart_subtotal {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 5px;
}

.form-control:focus {
    border-color: var(--custom-primary-color);
    box-shadow: 0 0 0 0.15rem var(--custom-primary-color);
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
    border: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: var(--custom-primary-color);
    box-shadow: 0 0 0 0.15rem var(--custom-primary-color);
}

.sidebar_widget .widget_inner form input {
    background: none;
    border: none;
    font-size: 12px;
    float: right;
    text-align: right;
    line-height: 31px;
}

.widget_categories.categoryTree {
    text-align: left;
}

.widget_list.categoryTree > ul > li > a {
    margin-left: 0;
}

.widget_list.categoryTree > ul > li > ul > li > a {
    margin-left: 15px;
}

.widget_list.categoryTree ul li.active > a {
    /*color: var(--custom-primary-color);;*/
    font-weight: bold;
}

.main_menu.header_position nav > ul:nth-child(1) {
    width: 40%;
    float: left;
}

.main_menu.header_position nav > ul:nth-child(2) {
    width: 60%;
    float: left;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.checkout_form label.error {
    color: #ff844e;
}

.checkout_form input.error {
    border: 1px solid #ff844e;
}

.widget_list.widget_filter button {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: capitalize;
    color: #ffffff;
    background: #333;
    border: 0;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.grid_list .product_content.list_content {
    width: 170%;
}

@media only screen and (max-width: 767px) {
    .grid_list .product_content.list_content {
        width: 100%;
    }

    .logo {
        margin-bottom: 0;
    }
}

.pagination ul li a.act {
    background: var(--custom-primary-color);;
    color: #ffffff;
}

.main_menu nav > ul > li.active > a {
    color: var(--custom-primary-color);;
}

.cart_img {
    width: 32%;
    height: 90px;
    margin-right: 10px;
}

.button_text a {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 18px;
    display: inline-block;
    background: var(--custom-primary-color);;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    pointer-events: visible;
    font-family: "Lato", sans-serif;
}

.button_text a:hover {
    background: #333;
    color: #fff;
}

.logo img {
    height: 60px;
}

.showFilteredProducts {
    width: 100%;
    text-align: center;
}

.main_menu.header_position > nav ul.mega_menu_inner {
    width: 100%;
}

.modal-dialog.modal-dialog-centered {
    min-width: 600px;
}

.primaryColor {
    color: var(--custom-primary-color);
}

.header_top {
    color: var(--custom-light-color);
}

.header_top .follow_us ul li a {
    color: var(--custom-light-color);
}

.search_box button {
    background: var(--custom-secondary-color);
    color: #fff;
}

.top_right > ul > li > a {
    color: var(--custom-light-color);
}

.banner_text a {
    color: var(--custom-light-color);
}

.date_post span {
    color: var(--custom-light-color);
    background: var(--custom-secondary-color);
}

.call_action_inner {
    color: var(--custom-light-color);
}

.discover_now a {
    background: var(--custom-secondary-color);
}

.subscribe_form form button {
    color: var(--custom-light-color);
}

.top_inner {
    border-bottom: 1px solid #ffffff45;
}

.mini_cart_wrapper > a {
    color: var(--custom-light-color);
    text-wrap: nowrap;
}

.checkout_btn a {
    background: var(--custom-secondary-color);
    color: var(--custom-light-color);
}

.top_right > ul > li::before {
    background: var(--custom-light-color);
}

.cart_links_btn a {
    color: var(--custom-light-color);
    background: var(--custom-secondary-color);
}

.discover_now a:hover {
    background: var(--custom-light-color);
}

.main_menu nav > ul > li .mega_menu {
    top: auto;
}

.button_text a {
    background: var(--custom-secondary-color);
    color: var(--custom-light-color);
}

.order_button button {
    background: var(--custom-secondary-color);
}

.btn-dark {
    background: var(--custom-primary-color);
}

.dependencySpinner {
    display: none;
    background: white;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2
}

.dropdown_language li a{
    color: #2c2a2a;
}

.dropdown_language li a.active{
    font-weight: bold;
}

.main_menu nav > ul > li > a {
    padding: 14px 5px 14px 5px;
}

.checkout_form label {
    word-break: break-all;
}
