/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.pay-installation_plan {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.pay-ins_plan-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.txt-color{color: #e22d2d;}
.pay-ins_col-1{ width:65%;}
.pay-ins_col-2{ width:35%;}

.pay-ins_plan-wrapper .pay-ins_plan__product_price {
  display: flex;
  width: 100%;
}
.pay-ins_plan-wrapper .pay-ins_plan__product_price.sec {
  flex-direction: column;
}
.pay-ins_plan-wrapper .pay-ins_plan__product_price .card-icons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pay-ins_plan-wrapper .pay-ins_plan__product_price .card-icons img {
  max-height: 25px;
}
.pay-ins_plan-wrapper .pay-ins_plan__product_price .card-icons small {
  font-size: 10px;
}
.pay-ins_plan-wrapper .product_price__wrapper {
	border-radius: 10px;
	padding: 10px;
	margin-right: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #dad7d7;
	margin-top: 5px;
}
.pay-ins_plan-wrapper .product_price__wrapper.inss {
  height: 100%;
}
.pay-ins_plan-wrapper .product_price__wrapper .installment {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 90%;
	align-items: center;
	gap: 8px;
}
.pay-ins_plan-wrapper .product_price__wrapper .installment .box {
	width: 100%;
	text-align: center;
	border: 1px solid #dad7d7;
	padding: 10px;
	border-radius: 7px;
}
.pay-ins_plan-wrapper .product_price__wrapper .installment .box .pay-ins__duration {
	background: #e2e2e2;
	border-radius: 8px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #e22d2d;
}
.pay-ins_plan-wrapper .product_price__wrapper .heading-wrapper .pro-price_title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #1d1d1f;
	border-radius: 6px;
	text-align: center;
}
.pay-ins_plan-wrapper .product_price__wrapper .heading-wrapper .credit-card_icon img {
  max-width: 96px;
}
.pay-ins_plan-wrapper .product_price__wrapper .pay-ins_price{
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.pay-ins_plan-wrapper .product_price__wrapper .pay-ins_price .price {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
	
.pay-ins_col-1,.pay-ins_col-2 {width:100%;}
.pay-ins_plan-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}	
.pay-installation_plan {
	margin-bottom: 30px;
}	
.pay-ins_plan-wrapper .product_price__wrapper .installment .box {
	width: 48%;
}	
.pay-ins_plan-wrapper .product_price__wrapper .installment {
	gap: 0;
}	
}



