/*
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
*/
.product_box {
    width: 100%;
    float: left;
/* 	margin-top: 50px; */
	    margin-top: 20px ;
}
h2.product_title {
    color: #0052A0;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
}
.feat_image {
    width: 100%;
    float: left;
}
.feat_image img {
    width: 100%;
    height: 302px;
    object-fit: cover;
}
.product_content {
    width: 100%;
    float: left;
	padding: 10px 0;
}
.product_box .price {
    float: left;
    width: 65%;
}
.click_btn {
    float: left;
    width: 35%;
}
.click_btn a:hover {
    box-shadow: inset 420px 0 0 0 #0052A0;
}
.click_btn a {
    color: #ffffff;
	text-decoration: none;
	background-color: #3490e7;
    text-align: center;
    line-height: 35px;
    border-radius: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
	transition: ease-out 0.4s;
	height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-desc {
    float: left;
    width: 100%;
}
.product-desc p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #002C57;
}
.product_content .price h3 {
    color: #0052A0;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
}
.product_content .price h2 {
    color: #3490E7;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}
.click_btn.for_mobile {
    display: none;
}
#Top_bar.is-sticky .menu_wrapper .menu > li > a {
    padding: 19px 0 !important;
}
.woocommerce .product.style-default .entry-summary .cart .button {
    text-transform: uppercase;
}

#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 999;
  align-items:center;
}
#popup {
  max-width: 600px;
  width: 80%;
  padding: 30px;
  position: relative;
  background: #fff;
  margin: 20px auto;
}
#close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}
#popup input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 150px;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
}
h2.ant-post-title {
    font-size: 25px;
    line-height: 32px;
}
.pagination {
    float: left;
    width: 100%;
    text-align: center;
	margin: 15px 0 30px;
}
.pagination a.prev.page-numbers, .pagination a.next.page-numbers {
    font-size: 16px;
    color: #3490e7;
    background-color: transparent;
    padding: 0 5px;
    border: none;
}
.pagination a.page-numbers {
	text-decoration: none;
}
.pagination span.page-numbers.current {
    background-color: #3490e7;
    color: #ffffff;
}
.pagination .page-numbers {
    margin: 0 2px;
    padding: 10px 20px;
    background-color: transparent;
    color: #3490e7;
    font-size: 16px;
    line-height: 40px;
    border: 2px solid #3490e7;
}
.product_box .price ins::before {
    content: " ";
    padding: 0 8px 0 5px;
    color: #0052A0;
}
#popup .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    padding: 5px 0 0;
    margin: 0;
}
.product_box .price del {
    color: #7ea7ce;
}
@media (max-width:767px) {
.product_box {
    text-align:center;
}	
.product_box .price {
    width: 100%;
}	
.click_btn.for_desk {
    display: none;
}	
.click_btn.for_mobile {
    display: flex;
	width: 100%;
}
.click_btn a {
    width: 335px;
}
}
.price ins {
    text-decoration: none;
}