/* ------------------------------------------------------------ *\
	Wrapperr pricing
\* ------------------------------------------------------------ */

.wrapper-pricing {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-size-adjust: none;
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
	padding: 0px;
}

/* ------------------------------------------------------------ *\
	Section pricing
\* ------------------------------------------------------------ */

.section-pricing {
	font-family: "Manrope", serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.24;
	color: #072132;
}

.section-pricing * {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}

.section-pricing *:before,
.section-pricing *:after {
	box-sizing: inherit;
}

@media ( max-width: 767px ) {
	.section-pricing {
		line-height: 1.2;
	}
	.section-pricing .section__content {
		overflow-x: scroll;-webkit-overflow-scrolling: touch;
		margin-right: -15px;
	}
	.section-pricing .section__content-inner {
		min-width: 950px;
		padding: 0 15px 15px 0;
	}
}

/*  Shell  */

.section-pricing .shell {
	max-width: 1340px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*  Base  */

.section-pricing h1,
.section-pricing h2,
.section-pricing h3,
.section-pricing h4,
.section-pricing h5,
.section-pricing h6 {
	font-family: "Manrope", serif;
	font-weight: normal;
}

.section-pricing h1 {
	margin-bottom: 16px;
	font-size: 45px;
}

.section-pricing h2 {
	margin-bottom: 0;
	font-size: 30px;
}

.section-pricing h3 {
	margin-bottom: 12px;
	font-size: 30px;
}

.section-pricing h4 {
	margin-bottom: 14px;
	font-size: 29px;
}

.section-pricing h5 {
	margin-bottom: 10px;
	font-size: 26px;
}

.section-pricing h6, .addon-title {
	margin-bottom: 17px;
	font-family: "Manrope", serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px !important;
}

.section-pricing h1 span,
.section-pricing h2 span,
.section-pricing h3 span,
.section-pricing h4 span,
.section-pricing h5 span,
.section-pricing h6 span {
	color: #062132;
}

.section-pricing .addon-price {

	font-weight: 600;
	color: #062132;
	font-size: 20px;
	margin-bottom: 25px;
}

.section-pricing p {
	font-size: 16px;
}


.section-pricing .section__inner {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}

.section-pricing .section__inner .section__inner-aside {
	flex: 0 0 34.4%;
	padding: 0 75px 10px 0;
}

.section-pricing .section__inner .section__inner-aside h3 {
	margin-bottom: 7px;
	font-weight: 600;
}

.section-pricing .section__inner .section__inner-aside p {
	font-family: "Manrope", serif;
	line-height: 1.5;
}

.section-pricing .section__inner .section__inner-content {
	flex: 0 0 65.6%;
	padding-top: 3px;
}

@media ( max-width: 1023px ) {
	.section-pricing h1 {
		margin-bottom: 16px;
		font-size: 36px;
	}

	.section-pricing h2 {
		margin-bottom: 0;
		font-size: 30px;
	}

	.section-pricing h3 {
		margin-bottom: 12px;
		font-size: 26px;
	}

	.section-pricing h4 {
		margin-bottom: 14px;
		font-size: 22px;
	}

	.section-pricing h5 {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.section-pricing h6 {
		margin-bottom: 17px;
		font-size: 16px;
	}

	.section-pricing p {
		font-size: 15px;
	}

	.section-pricing .section__inner .section__inner-aside {
		padding: 0 21px 10px 0;
	}

	.section-pricing .section__inner .section__inner-content {
		padding-top: 2px;
	}
}

@media ( max-width: 767px ) {
	.section-pricing h1 {
		margin-bottom: 9px;
		font-size: 32px;
	}

	.section-pricing h2 {
		margin-bottom: 2px;
		font-size: 25px;
	}

	.section-pricing h3 {
		margin-bottom: 12px;
		font-size: 18px;
	}

	.section-pricing h4 {
		margin-bottom: 8px;
		font-size: 18px;
		letter-spacing: -0.01em;
	}

	.section-pricing h5 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.section-pricing h6 {
		margin-bottom: 6px;
		font-size: 14px;
	}

	.section-pricing p {
		font-size: 14px;
	}

	.section-pricing .section__inner {
		margin-top: 15px;
	}

	.section-pricing .section__inner .section__inner-aside h3 {
		margin-bottom: 3px;
		letter-spacing: 0.06em;
	}

	.section-pricing .section__inner .section__inner-aside p {
		line-height: 1.4;
	}
}

/*  Link more  */

.section-pricing .link-more {
	display: inline-block;
	position: relative;
	padding-right: 18px;
	text-decoration: none;
	color: #65C5D2;
	transition: color .3s;
	font-size: 14px;
}

.pricing-link{
	color: #65C5D2;
	text-decoration: underline !important;
}

.section-pricing .link-more:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	right: 0;
	border-top: 2px solid #65C5D2;
	border-left: 2px solid #65C5D2;
	transform: rotate(-135deg);
	transition: border-color .3s, top .3s, transform .3s;
}

.section-pricing .link-more.is-active:after {
	top: 7px;
	transform: rotate(45deg);
}

@media ( min-width: 1024px ) {
	.section-pricing .link-more:hover {
		color: #072132;
	}

	.section-pricing .link-more:hover:after {
		border-color: #072132;
	}
}

@media ( max-width: 1023px ) {
	.section-pricing .link-more {
		padding-right: 14px;
		font-size: 14px;
	}

	.section-pricing .link-more:after {
		width: 6px;
		height: 6px;
		border-top: 1px solid #65C5D2;
		border-left: 1px solid #65C5D2;
	}
}
@media ( max-width: 767px ) {
	.section-pricing .link-more {
		padding-right: 11px;
		font-size: 12px;
	}

	.section-pricing .link-more:after {
		width: 5px;
		height: 5px;
		top: 3px;
	}

	.section-pricing .link-more.is-active:after {
		top: 6px;
	}
}

/*  Table pricing  */

.section-pricing .table-pricing {
	text-align: left;
	font-weight: normal;
}

.section-pricing .table-pricing table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	/* border: 1px solid #E9E9E9; */
}

.section-pricing .table-pricing tr:hover,
.section-pricing .table-pricing tr:hover th,
.section-pricing .table-pricing tr:hover td,
.section-pricing .table-pricing tr th:hover,
.section-pricing .table-pricing tr td:hover {
    background-color: transparent !important;
}

.section-pricing .table-pricing tr + tr {
	/* border-top: 1px solid #E9E9E9; */
}

.section-pricing .table-pricing tr:first-child td {
	padding: 55px 38px 21px;
	background-color: #FFFFFF !important;
}

.section-pricing .table-pricing tr td:nth-child(1),
.section-pricing .table-pricing tr:hover td:nth-child(1),
.section-pricing .table-pricing tr td:nth-child(1):hover {
	background: #FBF9F7 !important;
}

.section-pricing .table-pricing td {
	position: relative;
	padding: 20px 38px 21px;
	width: 30%;
	vertical-align: top;
}

.section-pricing .table-pricing td.gap-cell {
	border: 0px none;
	width: 3.33%;
	padding: 0px !important;
	background-color: #FFFFFF !important;
}

.section-pricing .table-pricing td {
	border: 1px solid #E9E9E9;
}


.section-pricing .table-pricing h2 {
	margin-bottom: 14px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
}


.section-pricing .table-pricing .org-type-label {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 14px;
}

.section-pricing .table-pricing strong {
	display: block;
	margin-bottom: 26px;
	margin-top: 18px;
	font-size: 36px;
	font-weight: 600;
	font-family: "Manrope", serif;
}

.section-pricing .table-pricing .woocommerce-Price-currencySymbol {
	font-size: 36px;
}

@media ( max-width: 767px ) {

	.section-pricing .table-pricing .woocommerce-Price-currencySymbol {
		font-size: 30px;
	}

}

.section-pricing .table-pricing--alt .woocommerce-Price-currencySymbol {
	font-size: 20px;
}

.section-pricing .table-pricing p {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;

}


.section-pricing .table-pricing p + p {
	margin-top: 15px;
}

.section-pricing .table-pricing p span {
	margin-top: 2px;
	display: block;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #CACACA;
}

.section-pricing .table-pricing p b {
	/* margin-top: -2px;
	margin-bottom: 0; */
	/* display: inline-block; */
	font-family: "Manrope", serif;
	font-weight: 600;
	/* font-size: 26px; */
}

.section-pricing .table-pricing p + .link-more {
	margin-top: 19px;
}

.section-pricing .table__inner-content {
	display: none;
	padding: 38px 0px 10px;
}

@media (max-width: 1199px) {
	.section-pricing .table-pricing tr:first-child td {
		padding: 52px 45px 21px;
	}
}

@media ( max-width: 1023px ) {
	.section-pricing .table-pricing tr:first-child td {
		padding: 52px 33px 30px;
	}

	.section-pricing .table-pricing tr:first-child p {
		min-height: 57px;
	}

	.section-pricing .table-pricing td {
		padding: 27px 13px 27px 33px;
	}

	.section-pricing .table-pricing h2 {
		margin-bottom: 14px;
		font-size: 22px;
	}

	.section-pricing .table-pricing h2 span {
		margin-bottom: 16px;
		font-size: 36px;
	}

	.section-pricing .table-pricing strong {
		font-size: 36px;
	}

	.section-pricing .table-pricing p {
		font-size: 15px;
	}

	.section-pricing .table-pricing p + p {
		margin-top: 23px;
	}

	.section-pricing .table-pricing p span {
		font-size: 14px;
	}

	.section-pricing .table-pricing p strong {
		margin-top: 0;
		font-size: 20px;
	}

	.section-pricing .table-pricing p + .link-more {
		margin-top: 0px;
	}

	.section-pricing .table__inner-content {
		padding: 25px 10px 10px;
	}
}

@media ( max-width: 767px ) {
	.section-pricing .table-pricing tr:first-child td {
		padding: 31px 12px 14px;
	}

	.section-pricing .table-pricing tr:first-child p {
		/* padding: 0 13px; */
	}

	.section-pricing .table-pricing td {
		padding: 22px 10px 15px;
	}

	.section-pricing .table-pricing .org-type-label {
		font-size: 16px;
		line-height: 20px;
	}

	.section-pricing .table-pricing h2 {
		margin-bottom: 8px;
		font-size: 18px;
		letter-spacing: -0.01em;
		 line-height: 24px;
	}

	.section-pricing .table-pricing h2 span {
		margin-bottom: 4px;
		font-size: 25px;
	}

	.section-pricing .table-pricing strong {
		margin-bottom: 8px;
		font-size: 32px;
	}

	.section-pricing .table-pricing p {
		margin-bottom: 2px;
		letter-spacing: -0.03em;
	}

	.section-pricing .table-pricing p + p {
		margin-top: 20px;
	}

	.section-pricing .table-pricing p span {
		font-size: 14px;
		letter-spacing: 0;
		display: block;
		padding-top: 8px;
	}

	.section-pricing .table-pricing p strong {
		margin-top: -2px;
		font-size: 16px;
		letter-spacing: 0;
	}

	.section-pricing .table-pricing .btn {
		display: block;
		width: 100%;
	}

	.section-pricing .table-pricing p + .link-more {
		margin-top: 18px;
	}

	.section-pricing .table__inner-content {
		padding: 25px 5px 10px;
	}
}

/* Table pricing alt */

.section-pricing .table-pricing--alt {
	background: #fffbf9;
}

.section-pricing .table-pricing--alt tr td:nth-child(1),
.section-pricing .table-pricing--alt tr:hover td:nth-child(1),
.section-pricing .table-pricing--alt tr td:nth-child(1):hover {
	background: #FFFFFF !important;
}

.section-pricing .table-pricing--alt p {
	font-size: 16px;
	color: #65C5D2;
}

.section-pricing .table-pricing--alt p + h6 {
	margin-top: 51px;
}

.section-pricing .table-pricing--alt td,
.section-pricing .table-pricing--alt tr:first-child td,
.section-pricing .table-pricing--alt tr td:nth-child(1) {
	background: transparent;
	padding: 38px 36px 34px;
}

@media ( max-width: 1023px ) {
	.section-pricing .table-pricing--alt tr:first-child p {
		min-height: auto;
		padding: 0 10px;
	}

	.section-pricing .table-pricing--alt tr:first-child td,
	.section-pricing .table-pricing--alt tr td:nth-child(1) {
		padding: 21px 15px 26px;
	}

	.section-pricing .table-pricing--alt p {
		font-size: 15px;
	}

	.section-pricing .table-pricing--alt p + h6 {
		margin-top: 35px;
	}
}

@media ( max-width: 767px ) {
	.section-pricing .table-pricing--alt p {
		font-size: 10px;
	}

	.section-pricing .table-pricing--alt p + h6 {
		margin-top: 29px;
	}
}

/* Btn */

.section-pricing .table-pricing .badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 37px;
	/* background: #65C5D2; */
	color: #062132;
	font-family: "Manrope", serif;
	font-size: 16px;
	font-weight: bold;
}

@media ( max-width: 1023px ) {
	.section-pricing .table-pricing .badge {
		padding: 25px 35px;
		font-size: 14px;
	}
}

@media ( max-width: 767px ) {
	.section-pricing .table-pricing .badge {
		padding: 10px 12px;
		font-size: 12px;
	}
}

/* Btn */

.section-pricing .btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	appearance: none;
}

/* Btn default */

.section-pricing .btn--default {
	padding: 0 20px;
	height: 48px;
	line-height: 46px;
	border-radius: 24px;
	font-family: "Manrope", serif;
	font-weight: normal;
	font-size: 17px;
	transition: background .3s, color .3s;
}

@media ( max-width: 1023px ) {
	.section-pricing .btn--default {
		padding: 0 20px;
		height: 32px;
		line-height: 30px;
		border-radius: 16px;
		font-size: 14px;
	}
}

/* Btn warning */

.section-pricing  .btn--warning {
	border: 1px solid #65C5D2;
	background: #65C5D2;
	color: #ffffff;
}

.section-pricing  .btn--warning:hover {
	background: transparent;
	color: #65C5D2;
}

/*  Icons */

.section-pricing [class*='ico-'] {
	display: inline-block;
}

.section-pricing [class*='ico-'] img {
	width: 100%;
	height: auto;
}

.section-pricing .ico-check {
	width: 30px;
	height: 30px;

}
@media ( max-width: 1023px ) {
	.section-pricing .ico-check  {
		width: 20px;
		height: 20px;
	}
}

/*  List features  */

.section-pricing .list-features ul {
	list-style: none;
	text-align: left;
}

.section-pricing .list-features ul li {
	display: flex;
	align-items: left;
}

.section-pricing .list-features ul li + li {
	margin-top: 18px;
}

.section-pricing .list-features ul .ico-check {
	flex: 0 0 30px;
	max-width: 13px;
	margin-right: 17px;
	    margin-top: 3px;
}

.section-pricing .list-features ul p {
	margin-bottom: 0;
	flex: 1;
}

.section-pricing .list-features ul p small {
	font-size: 16px;
}

@media ( max-width: 1023px ) {
	.section-pricing .list-features ul li + li {
		margin-top: 20px;
	}

	.section-pricing .list-features ul .ico-check {
		flex: 0 0 20px;
		max-width: 20px;
		margin-right: 8px;
	}
}

@media ( max-width: 767px ) {
	.section-pricing .list-features ul li + li {
		margin-top: 15px;
	}
}

.pricing-header-wrapper {
	display: flex;
    /* justify-content: flex-end; */
    padding-bottom: 15px;
	width: 100%;
	flex-direction: row
}

/* ------------------------------------------------------------ *\
	Currency selector & pricing
\* ------------------------------------------------------------ */

.currency-wrapper #wcc-switcher-style-01 {
    width: 160px;
	flex-grow: 1;

}

.currency-wrapper #wcc-switcher-style-01 .wcc-crnt-currency {
	 background-color: #FFFFFF !important;
	 color: #65C5D2 !important;
	 font-weight: 600 !important;
	 border: 0px none !important;
	 background-image: url(../images/svg/icon-chevron-down-1.svg);
	 background-repeat: no-repeat;
	 background-size: 16px;
	 background-position: calc(100% - 16px) calc(50% + 0px);
	 font-family: "Manrope", serif;
	 /* -webkit-box-shadow: 0.1rem 0.8rem 1.6rem rgb(24 25 30 / 8%);
	 box-shadow: 0.1rem 0.8rem 1.6rem rgb(24 25 30 / 8%); */
}

.currency-wrapper #wcc-switcher-style-01 .wcc-list{
	background-color: #FFFFFF !important;
	color: #65C5D2 !important;
	font-weight: 600 !important;
	border: 0px none !important;
		 font-family: "Manrope", serif;
		 /* -webkit-box-shadow: 0.1rem 0.8rem 1.6rem rgb(24 25 30 / 8%);
		box-shadow: 0.1rem 0.8rem 1.6rem rgb(24 25 30 / 8%); */
}

.currency-wrapper #wcc-switcher-style-01 .wcc-list li{
border: 0px none !important;
background-color: #FFFFFF !important;
}

.currency-wrapper #wcc-switcher-style-01 .wcc-list  li:hover {
		color: #662c91 !important;
		background: #FFFFFF !important;
}

/* ------------------------------------------------------------ *\
	Download Pricing
\* ------------------------------------------------------------ */

.download-pricing-wrapper {
	flex-grow: 1;
	vertical-align: bottom;
	margin-top: 2.8em;
	font-weight: 500;
}

.download-pricing-wrapper a {
	color: #65C5D2 !important;
}


/* ------------------------------------------------------------ *\
	woocommerce cart styles
\* ------------------------------------------------------------ */

/* .woocommerce-cart .woocommerce {
	margin-bottom: 80px;
}

.woocommerce-cart .wc-cart-cols{
	display: flex;
	  margin: 0 -20px;
}


.woocommerce-cart .wc-cart-cols .wc-cart-cols-col{
   flex: 1;
     margin: 0 20px;
}

.woocommerce-cart .cart_totals {

}

.woocommerce-cart .cart_totals h2{ margin: 0px;}


.woocommerce-cart .cross-sells  hr {
	border: 1px solid #ffe6e6;
	margin-bottom: 40px;
}

.woocommerce-cart .cross-sells .products li {
	background: #F3F4F4;
	border-radius: 16px;
	padding: 20px !important;
	margin-bottom: 20px !important;
}

.woocommerce-cart .cross-sells h2{
	font-family: "Quando",serif !important;
	font-weight: 400 !important;
	padding-bottom: 20px !important;
}

.woocommerce-cart .cross-sells .products li h2{
	font-family: "Quando",serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #662c91 !important;
	padding-bottom: 10px !important;
}



.woocommerce-cart .cross-sells .products li .price{
	font-family: "Quando",serif;
	font-weight: 400 !important;
	color: #662c91 !important;
	font-size: 21px !important;
}


.woocommerce-cart .cross-sells .products li .button {
	background: #65C5D2  !important;
	border: 2px solid #65C5D2  !important;
	padding: 0.6em 1.35em !important;
	color: #fff  !important;
	box-shadow: none  !important;
	font-family: "Quando",serif;
	border-radius: 50px;
}

.woocommerce-cart .cross-sells .products li .button:hover {
	border: 2px solid #65C5D2;
	box-shadow: none;
	color: #65C5D2  !important;
	background: transparent !important;
}

.woocommerce-cart .cart_totals {
	text-align: center;
	background: #FEF3F1 !important;
    border-radius: 10px !important;
    padding: 20px !important;
}

.woocommerce-cart .cart_totals h2 {
		font-family: "Quando",serif;
			font-weight: 400 !important;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
	padding: 0px;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0px;
	background-color: #2AB101;
    border: 2px solid #2AB101;
	font-weight: 400;
	font-size: 17px;
	border-radius: 100px;
	padding: 0.75em 2em 0.8em;
	color: #FFFFFF;
	font-family: "Quando",serif;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover{
	background-color: transparent;
	border: 2px solid #2AB101;
	color: #2AB101;
}

.woocommerce-cart .cart_totals table.shop_table {

	border: 0px none;
	font-size: 26px;
	color: #662c91 !important;

}

.woocommerce-cart .cart_totals table.shop_table th{
	text-align: right;
	width: 50%;
}

.woocommerce-cart .cart_totals table.shop_table td{
	width: 50%;
	padding-left: 0px;
}

.woocommerce-cart-form table.shop_table {
	border: 0px none;

}

.woocommerce-cart-form table.shop_table th{
	color: #662c91 !important;
	font-size: 18px;
    font-weight: 400;
		font-family: "Quando",serif;
}

.woocommerce-cart-form table.shop_table td {
	border: 0px none !important;
}

.woocommerce-cart-form table.shop_table .product-name a{
	color: #000000;
 }

 .woocommerce-cart-form table.shop_table .product-price,  .woocommerce-cart-form table.shop_table .product-subtotal{
 	color: #662c91;
  }


 .woocommerce-cart-form table.shop_table .coupon {
	 text-align: center;
	 background: #FEF3F1 !important;
	 border-radius: 10px !important;
	 padding: 20px !important;
	 width: 100%;
	 margin-top: 30px;
}

 .woocommerce-cart-form table.shop_table .coupon .button {
	 background: #65C5D2  !important;
	 border: 2px solid #65C5D2  !important;
	 padding: 0.6em 1.35em !important;
	 color: #fff  !important;
	 box-shadow: none  !important;
	 font-family: "Quando",serif;
	 border-radius: 50px;
	 	display: inline-block;
		width: 30%;
	 }

 .woocommerce-cart-form table.shop_table .coupon .button:hover {
	 border: 2px solid #65C5D2;
	 box-shadow: none;
	 color: #65C5D2  !important;
	 background: transparent !important;
}

 .woocommerce-cart-form table.shop_table .coupon #coupon_code {
	background: #fff;
	border-radius: 100px;
	color: #662c91;
	padding: 1em 2em;
	border: 0px none;
	box-sizing: border-box;
	width: 60%;
	margin: 0;
	outline: 0;
	line-height: normal;
	display: inline-block;
}

.woocommerce-cart-form table.shop_table .coupon #coupon_code::placeholder  {
		 font-family: "Quando",serif;
		 font-size: 14px;
		 	color: #d8b4f3;
} */
