
.widget_menu {
    margin-top: 15px;
}

.header_top .phone {
    font-size: 18px;
    padding: 10px 0;
}

.header_top .address {
    font-size: 13px;
}

.header_top a:hover {
    color: #ffd54c;
}

.call_to_action {
    margin-top: 40px;
}
.call_action_inner {
    padding: 0 30px;
}
.call_text h3 {
    text-transform: none;
}
.call_text h3 span {
    font-weight: 600;
}

.copyright-disclaimer {
    font-size: 13px;
    line-height: normal;
}

.breadcrumb_content {
    padding: 22px 0 10px;
}
.shop_title {
    margin-bottom: 30px;
}

.mini_cart {
    overflow-y: auto;
    width:450px;
}

.cart_img {
    width: 15%;
}
.cart_info {
    width: 75%;
}

.shop_toolbar_wrapper {
    margin: 30px 0;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #e5e5e5;
}
.shop_toolbar_wrapper .nice-select {
    height: 30px;
    line-height: 28px;
    font-size: 13px;
}


.categories_menu_static {
    padding-right: 6px;
}
.categories_menu_static .categories_menu_toggle {
    position: relative;
}

.categories_menu_toggle > ul > li > .catalog-menu-label {
    color: #333;
    cursor: default;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 43px;
    padding: 0 15px;
    text-transform: capitalize;
}

.categories_menu_toggle > ul > li > .catalog-menu-label i.fa-angle-right {
    float: right;
    font-size: 15px;
    line-height: 35px;
    transition: .3s;
    -webkit-transition: .3s;
}

.categories_menu_toggle > ul > li:hover > .catalog-menu-label {
    background: #F0F0F0;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .categories_menu_toggle > ul > li > .catalog-menu-label {
        line-height: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .categories_menu_toggle > ul > li.menu_item_children > .catalog-menu-label {
        cursor: pointer;
        position: relative;
    }

    .categories_menu_toggle > ul > li.menu_item_children > .catalog-menu-label::before {
        content: "+";
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translatey(-50%);
    }

    .categories_menu_toggle > ul > li.menu_item_children.open > .catalog-menu-label::before {
        display: none;
    }

    .categories_menu_toggle > ul > li.menu_item_children.open > .catalog-menu-label::after {
        content: "-";
        font-size: 30px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translatey(-50%);
    }

    .categories_menu_toggle > ul > li > .catalog-menu-label {
        line-height: 35px;
        padding: 0;
    }

    .categories_menu_toggle > ul > li > .catalog-menu-label i.fa-angle-right {
        display: none;
    }

    .categories_menu_toggle > ul > li:hover > .catalog-menu-label {
        background: inherit;
        font-weight: 400;
    }
}

.blog_wrapper .blog_thumb img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 200px;
}

.header_middle {
    padding: 15px 0;
}

@media only screen and (max-width: 991px) {
    .logo a img {
        max-width: 190px;
    }
}
@media only screen and (max-width: 767px) {
    .mobile_header_bar .mini_cart {
        display: block;
    }

    .mini_cart {
        width: min(320px, 86vw);
    }
}

.catalog-child-tiles {
    margin: 0 0 17px;
}

.catalog-child-tile {
    border: 1px solid #cfc299;
    border-radius: 4px;
    color: #9d8846;
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 2px 7px;
}

.catalog-child-tile:hover {
    background: #fff9e7;
    border-color: #b9aa75;
    color: #7d692f;
}

.catalog-child-tile.is-active {
    background: #fff1c7;
    border-color: #9d8846;
    color: #7d692f;
    cursor: default;
}
.catalog-child-tile-title {
    font-size: 13px;
    line-height: 18px;
}

.catalog-child-tile .lnr {
    display: none;
}
.catalog-list-sort {
    text-align: right;
}

.catalog-sort-select {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    font-size: 0.85em;
    line-height: 18px;
    max-width: 100%;
    padding: 5px 18px 5px 14px;
}


@media only screen and (max-width: 767px) {
    .catalog-list-sort {
        text-align: left;
    }
}
.widget_categories h2.is-current {
    color: #b48a00;
    font-weight: 700;
}

.catalog-part-tree,
.catalog-part-tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-part-tree ul {
    display: none;
    padding-left: 18px;
}

.catalog-part-tree li.is-open > ul {
    display: block;
}

.catalog-part-tree-row {
    align-items: flex-start;
    display: flex;
    gap: 6px;
    min-height: 28px;
}

.catalog-part-tree-row a {
    border-radius: 3px;
    color: #333;
    display: block;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 6px;
}

.catalog-part-tree-row a:hover,
.catalog-part-tree li.is-current > .catalog-part-tree-row a {
    background: #ffd54c;
    color: #333;
}

.catalog-part-tree li.is-current > .catalog-part-tree-row a {
    font-weight: 700;
}

.catalog-part-tree-toggle,
.catalog-part-tree-spacer {
    flex: 0 0 18px;
    height: 28px;
    width: 18px;
}

.catalog-part-tree-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #777;
    display: flex;
    justify-content: center;
    padding: 0;
}

.catalog-part-tree-toggle:hover {
    color: #333;
}

.catalog-part-tree-toggle .lnr {
    font-size: 10px;
    line-height: 1;
    transition: transform .2s ease;
}

.catalog-part-tree li.is-open > .catalog-part-tree-row .catalog-part-tree-toggle .lnr {
    transform: rotate(90deg);
}
.catalog-root-tree-grid {
    display: grid;
    gap: 18px 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
}

.catalog-part-tree-label {
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: block;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 6px;
}

.catalog-part-tree-label:hover {
    background: #f0f0f0;
}

@media only screen and (max-width: 767px) {
    .catalog-root-tree-grid {
        grid-template-columns: 1fr;
    }
}
