/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.8.1

All css files are placed in /css/ folder
*/
.v2-product img.scale-with-grid{
	/*max-width: unset !important;*/
}
.v2-product .image_wrapper{
	border-radius: 50%;
    width: 150px;
    height: 140px;
    margin: 0 auto;
    border: 5px solid #007ff6;
}
.v2-product .wp-caption-text{
	margin-top: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
}
.feature_box_vertical_wrapper .photo_wrapper{
    text-align: center;

}
.feature_box_vertical_wrapper .desc_wrapper{

    margin-top: 20px;
    border-top: 4px solid #4FC3F7;
    padding-top: 10px;
}
.feature_box_vertical_wrapper .desc_wrapper h4{
    text-align: center;
}

a {
    font-family: "Open Sans";
}
.text-logo #logo{
    font-size: 15px !important;
}
.header-classic #Action_bar{
    background: #fff !important;
    border-bottom: 1px solid #EEEEEE;
}

.header-classic #Action_bar .contact_details li{
    border-right: 1px solid #eee;
    padding-right: 12px;
    margin-right: 12px;
}
.header-classic #Action_bar .contact_details li:last-child{
    border-right: 0px;
}
#Action_bar .contact_details{
    float: right;
}
.mfp-inline {
    max-width: 650px;
}

.mfp-inline .v2-content-p{
    max-height: 500px;
    overflow: auto;
}

.v2-content-p ul{
    list-style: disc;
    padding-left: 20px;
}
.v2_price_box {
    /* border: 1px solid #007ff6; */
    border-radius: 10px;
    text-align: center;
    /*max-width: 290px;*/
    margin: 0 auto;
}

.v2_pb__pricewrap {
    border-left: 8px solid #007ff6;
    background: #F5F5F5;
    padding: 1px 0;
    margin-bottom: 10px;
}

p.v2-pb__title {
    font-size: 1.2em;
    padding-bottom: 8px;
}

p.v2-pb__price {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.2em;
    font-family: "Open Sans";
}
.v2-product-popu-wrap-buy{
    display: none;
    overflow: hidden;
}
.v2-product-popu-wrap-buy.v2-on{
    display: block;
}
.v2-product-popu-wrap-buy h2{
    text-align: center;
}
.v2-product-popu-wrap-buy form{
    max-width: 400px;
    margin: 0 auto;
}
.v2-product-buy{
    background: #007ff6;
    display: block;
    /* width: 200px; */
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.v2-product-buy:hover{
    color: #fff;
}