
.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;
}


.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;
    }
}