/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.widget_product_categories ul {
    color: #141613;
    background-color: #fcf4e9!important;
}
.widget_product_categories ul li a {
    color: #141613!important;
}
.shop_slider .slider_pagination {
    margin-top: 15px;
    display: none;
}
.shop_slider .blog_slider_header {
	display: none; 
}
.shop_slider .shop_slider_ul li .item_wrapper .desc {
	background: none!important; 
	color: #ffffff; 
	padding: 15px 0!important;
}
.shop_slider .shop_slider_ul li .item_wrapper .desc h4 a {
	color: #ffffff; 
}
.shop_slider .shop_slider_ul li .item_wrapper .price {
	color: #b8a68c; 
}
.woocommerce ul.products li.product .desc {
	background: none; padding: 15px 0;
}
a.button .button_icon i {
	color: #ffffff;
}
.widget_archive ul, .widget_nav_menu ul {
	padding: 5px 10px 5px 15px;
    background: none;
}
.ben-title {
    font-weight: bold;
    display: block;
    padding-top: 15px;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product .desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product-attr-inline {
    background-color: #fcf4e9;
    border-radius: 5px;
    color: #000;
    line-height: 1;
    padding: 5px;
    border: 1px solid #000;
}
.post-type-archive-product .price {
    font-size: 15px!important;
}
.single-product .price {
    font-size: 22px!important;
}
.my-attribute-block {
    font-size: 16px;
    margin-top: 25px;
    float: right;
}
.aside_left .widget:after {
    display: none;
}
.woocommerce .product div.entry-summary .ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-panel {
    padding-left: 0!important;
}
.woocommerce .product_meta .posted_in {
    font-weight: 600;
}
.woocommerce .product_meta .posted_in a {
    font-weight: 300;
}
.pager .pages {
    background-image: none;
    background-color: #fcf4e9;
}
.wpcf7-form-control-wrap {
    margin-bottom: 10px!important;
}
.footer_copy {
    background-color: #fdf2e3;
}
.footer_copy  .mcb-column-inner {
    margin-bottom: 0;
}
.grecaptcha-badge {
	display: none;
}
@media only screen and (max-width: 767px) {
    #Wrapper {
        max-width: calc(100% - 25px);
    }
}