body,html {
	background-color: #F2F2F2;
	font-family: 'Open Sans';
}

.form-styler {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.form-styler .form-content {
	padding: 35px 25px;
}

.form-styler  .form-row {
	margin: 0!important;
	padding: 10px 0!important;
}

.woocommerce form .form-styler .form-row input.input-text,
.woocommerce form .form-styler .form-row textarea,
input.input-text
{
	background: #FFFFFF;
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
	border-radius: 3px;
	height: 50px;
	padding-left: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	font-family: 'Open Sans';
	color: #000;
}


.form-styler .form-row input::-webkit-input-placeholder,
input.input-text::-webkit-input-placeholder {
	color: #C9C9C9;
}

.form-styler .form-title {
	padding: 15px 25px;
	background-color: #002442;
	border-radius: 3px;
}

.form-styler .form-title * {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff!important;
	font-family: Open Sans;
	padding: 0;
	margin: 0;
	text-shadow: none!important;
}

.woocommerce form.login {
	padding: 0;
	border: none;
}

*.btn-stl,#place_order {
	height: 40px;
	background: #002442;
	border-radius: 3px;
	color: #fff!important;
	line-height: 20px;
	font-size: 12px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 28px;
	display: inline-block;
	border: none;
	cursor: pointer;
	transition:all .3s ease;
}

*.btn-stl:hover,#place_order:hover{
	background-color: #002442c7;
}
#place_order {
	padding-left: 45px;
	padding-right: 45px;
	font-size: 12px;
}

.row-bottom {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 25px!important;
}
.row-bottom+ .row-bottom {
	margin-top: 15px!important;
}

label.remembeMe{
	margin-right: 10px;

}

label.remembeMe span{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000000;
}

*.resetLink {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
}

*.resetLink:hover {
	text-decoration: none;
}

.woocommerce form .form-styler .show-password-input, .woocommerce-page form .form-styler .show-password-input {
	width: 20px;
	height: 20px;
	background: url(../images/glas.svg) center no-repeat;
	background-size: contain;
	top: 15px;
	right: 15px;
	position: absolute;
}
.woocommerce form .form-styler .show-password-input::after, .woocommerce-page form .form-styler .show-password-input::after {
	content: none;
}

.label-checkbox input,
.checkbox input {
	display: none;
}

.label-checkbox span::before,.checkbox span::before {
	content: "";
	width: 13px;
	height: 13px;
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.label-checkbox input:checked + span::before,
.checkbox input:checked + span::before
{
	background:#FFFFFF url(../images/check.png) center no-repeat;
	background-size: 70% auto;
	background-position: 3px center ;
}

.form-wc-styler {
	width: 570px!important;
	max-width: 100%!important;
	margin-right: auto!important;
	margin-left: auto!important;
	border: none!important;
	padding: 0!important;
}
.form-text {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
}
.form-content * {
	font-size: 12px;
	color: #000000;
}


.page-wrapper {
	padding-top: 180px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 665px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-wrapper {
	width: 708px;
}
.page-wrapper + .box.footer .container {
	border-top: 1px solid #C9C9C9;
	padding-top: 10px;
}
.coupon-title {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: #002442;
}
*.coupon-toggle {
	font-family: Open Sans;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: #C9C9C9;
	text-decoration: none;;
}
*.coupon-toggle:hover {
	text-decoration: underline;
}
.woocommerce-form-coupon-toggle {
	padding: 10px;
}

.woocommerce form.checkout_coupon {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	border: none;
	margin:  0 0 20px;
	padding: 0;
	display: grid;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	grid-template-columns: 1fr auto;
}

input#coupon_code {
	height: 40px;
	padding: 0 15px;
	border: none;
	width: 100%;
}

*.apply_coupon {
	font-family: Open Sans;
	font-weight: bold;
	font-size: 12px;
	line-height: 36px;
	text-transform: uppercase;
	color: #002442;
	border: none;
	background: #fff;
	padding: 0 9px;
	cursor: pointer;
}
input,input:hover,input:focus {
	outline: none;
}

.cart-interest-items {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	margin-bottom: 20px;
}

.interest-head {
	display: flex;
	align-items: center;
	padding: 6px 10px;
	justify-content: space-between;
	cursor: pointer;
}

.interest-title {
	font-weight: normal;
	font-size: 14px;
	line-height: 32px;
	color: #002442;
}

.interest-toggle span {
	transition: all .3s ease;
	transform: rotate(0deg);
	display: inline-block;
	width: 15px;
	height: 10px;
	background: url(../images/toggle-interest.svg) center no-repeat;
	background-size: cover;
	cursor: pointer;
}
.interest-head.active .interest-toggle span {
	transform: rotate(180deg);
}
.interest-cont {
	background: url(../images/interest.jpg) center no-repeat;
	background-size: cover;
	padding: 27px 22px;
	color: #fff;
	display: none;
}

.interest-cont h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 7px;
}
.interest-cont p {
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}
.interest-cont p + p {
	margin-top: 20px;
}
ul.styler {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 20px;
	font-size: 12px;
	padding-left: 5px;
}
ul.styler li::before {
	content: '•';
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	margin-right: 5px;
}
.interest-cont .price{
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 12px;
}
.interest-cont .interest-btn {
	border: 2px solid rgba(255, 255, 255, 0.33);
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 37px;
	text-decoration: none;
	display: inline-block;
	transition: all .3s ease;
	background-color: transparent;
}
.interest-cont .interest-btn:hover {
	background-color: #002442;
	border-color: #002442;
	color: #fff;
}

form.checkout  h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	color: #002442;
	padding-left: 10px;
}

.woocommerce-billing-fields__field-wrapper {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.woocommerce-billing-fields__field-wrapper input.input-text {
	width: 100%;
	height: 40px;
	padding-left: 10px;
}

.desc-subs {
	line-height: 25px;
	padding-left: 24px;
	padding-top: 5px;
	font-size: 12px;
}


.see-all{
	font-weight: normal;
	font-size: 12px;
	line-height: 36px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	float: right;
	text-decoration-line: underline;
	color: #002442;
}

.see-hide {
	display: none;
}
.validate-required {
	margin-bottom: 10px;
	display: block;
}

.checkbox  {
	font-size: 12px;
}

table.shop_table  {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #C9C9C9;
}

.shop_table thead {
	background: #002442;
	color: #fff;
	border-radius: 3px;
}
.shop_table  tbody tr > *:first-child,.shop_table tfoot tr > *:first-child {
	border-left: 1px solid #C9C9C9;
}
.shop_table  tbody tr > *:last-child,.shop_table tfoot tr > *:last-child {
	border-right: 1px solid #C9C9C9;
}

.shop_table tr td:first-child,
.shop_table tr th:first-child {
	text-align: left;
}


.shop_table tr td:last-child,
.shop_table tr th:last-child {
	text-align: center;
}

.shop_table td,.shop_table th {
	padding:  10px 10px;
	font-size: 14px;
}

.shop_table td {
	padding: 12px 10px ;
	font-size: 14px;
}


.shop_table thead th:first-child {
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #C9C9C9;
}
.shop_table thead th:last-child {
	border-radius: 0 3px 3px 0;
}
.shop_table thead th {
	font-size: 15px;
}

.shop_table  tbody,.shop_table tfoot {
	width: 100%;
	border-left: 1px solid #C9C9C9;
}

.shop_table  tbody td,.shop_table tfoot td ,.shop_table tfoot th {
	background-color: #fff;
	border-top: 1px solid #C9C9C9!important;
	/*border-right: 1px solid #C9C9C9;*/
	border-left: 1px solid #C9C9C9;
}
.shop_table thead td:first-child ,
.shop_table thead th:first-child {
	border-left: none;
}

.shop_table .recurring-totals,.shop_table .recurring-total, .shop_table .product-quantity {
	display: none;
}
form[name=checkout] .form-row {
	padding: 0!important;
	margin: 0!important;
	width: auto!important;
	float: none!important;

}

table.shop_table .cart-subtotal td,
table.shop_table .cart-subtotal th {
	font-weight: normal!important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none!important;
}

#payment .payment_methods  {
	padding: 0!important;
	border-bottom: 0px!important;
}

.woocommerce-checkout #payment div.payment_box {
	padding: 20px!important;
	margin: 1em 0;
	font-size: 12px!important;
	border-radius: 0px!important;
	background-color: #fff!important;
	color: #000!important;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	content: none!important;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #fff;
	outline: 0;
	height: 30px;
}

#wc-stripe-cc-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#wc-stripe-cc-form > * {
	width: 100%!important;
}
#wc-stripe-cc-form > .form-row-first {
	width: calc(50% - 10px)!important;
	margin-top: 10px!important;
}
#wc-stripe-cc-form > .form-row-last {
	width: calc(50% - 10px)!important;
	margin-top: 10px!important;
}



.label-checkbox input,
input#wc-stripe-new-payment-method,
input[name=payment_method],
input[name=wc-stripe-payment-token],
.checkbox input {
	display: none;
}

.label-checkbox span::before,.checkbox span::before,input[type=checkbox] + label::before,
input[type=radio] + label::before
{
	content: "";
	width: 13px;
	height: 13px;
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.label-checkbox input:checked + span::before,
.checkbox input:checked + span::before,
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before
{
	background:#FFFFFF url(../images/check.png) center no-repeat;
	background-size: 70% auto;
	background-position: 3px center ;
}

.woocommerce-privacy-policy-text {
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.woocommerce-privacy-policy-text a {
	text-decoration: none;
	font-weight: bold;
}
.place-order{
	text-align: center;
}

form[name=checkout] .form-row-subs {
	margin-top: 10px!important;
}

.alt-chr {
	display: inline-block;
	padding: 0 3px;
}

a.about_paypal {
	color: #002442;
	font-size: 12px;
	line-height: 36px;
}

.wc-credit-card-form {
	padding: 0 11px!important;
}






.article-item {
	display: grid;
	grid-template-columns: 257px auto;
	grid-gap: 33px;
	width: 100%;
	margin-bottom: 31px;
}
.article-left a {
	display: grid;
	padding-bottom: 66.14%;
	position: relative;
}
.article-left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%!important;
	object-fit: cover;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 6px;
}

.flex-article-right {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
	height: 100%;
}

.flex-article-right > * {
	width: 100%;
}
.article-item h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
	min-height: 25px;
}
.article-item h4 a {
	text-decoration: none;
}
.article-item h4 a:hover {
	text-decoration: underline;
}
.the_excerpt p{
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.article-date {
	font-size: 12px;
	line-height: 18px;
}
.link-right {
	text-align: right;
}
.link-right a {
	font-size: 14px;
}

.single-wrap {
	line-height: 25px;
	width: 100%;
	max-width: 800px;
}


.single-wrap p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}

.single-wrap p .yt_height{
	padding-top: 0;
}

.single-wrap  iframe{
	width: 100%;
	height: 50vh;
	min-height: 350px;
	border-radius: 6px;
}


.single-wrap h2,
.single-wrap h3,
.single-wrap h4,
.single-wrap h5,
.single-wrap h6 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}


.single-wrap img {
	border-radius: 6px!important;
	height: auto!important;
	width: 100%;
}



.single-head {
	position: relative;
	margin-bottom:20px;
	min-height: 100px;
}

.single-head img {
	margin-bottom: 0;
	max-width: 100%;
}

.single-wrap h1.title {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	color: #002442;
	margin-bottom: 35px;
	margin-top: 45px;
}


.single-wrap .wp-block-image,.single-wrap .wp-block-table {
	margin-bottom: 20px;
}

.single-wrap ol,.single-wrap ul {
	list-style-position: inside;
}

.single-wrap .latest-posts{
	margin-bottom: 50px;
}

.single-wrap .latest-posts h2{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #002442;
	margin-bottom: 35px;
}

.single-wrap .latest-posts .wrap{
	display: flex;
	gap: 30px;
}

.single-wrap .latest-posts .item{
	display: flex;
	flex-direction: column;
	flex-basis: calc(33.3% - 15px);
	text-decoration: none;
}

.single-wrap .latest-posts .item img{
	height: 242px !important;
	width: 100%;
	object-fit: cover;
}

.single-wrap .latest-posts .item h5{
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: #002442;
	height: 50px;
}

.single-wrap .latest-posts .item p{
	margin-top: 75px;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}

.single-wrap .latest-posts .all-news{
	border: 2px solid rgba(0, 36, 66, 1);
	padding: 12px 33px;
	width: 270px;
	height: 60px;
	color: rgba(0, 36, 66, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	margin: 35px auto 0;
	transition: all 0.3s ease;
}

.single-wrap .latest-posts .all-news:hover{
	background: rgba(0, 36, 66, 1);
	color: #fff;
}

.single-next-post
{
	position: relative;
	margin-bottom: 80px;
}

.single-next-post:before
{
	content: "";
	left: 0;
	background: #d1d1d1;
	height: 2px;
	width: 100%;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	display: block;
}

.single-next-post:after
{
	content: "";
	left: 50%;
	background: #f2f2f2;
	height: 2px;
	width: 298px;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	display: block;
}

.next-post-btn
{
	font-size: 14px;
	border: 2px solid #d1d1d1;
	color: #d1d1d1;
	padding: 0 10px;
	width: 215px;
	height: 40px;
	border-radius: 3px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	line-height: 120%;
	text-decoration: none;
	cursor: pointer;
	background: #F2F2F2;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}

.next-post-btn:hover
{
	background: #BDBDBD;
	color: #f2f2f2;
}

.next-post-btn:hover img
{
	filter: brightness(0) invert(1);
}

.next-post-btn:disabled
{
	opacity: 0.5;
	cursor: default;
}

.next-post-btn:disabled:hover
{
	background: #f2f2f2;
	color: #d1d1d1;
}

.next-post-btn:disabled:hover img
{
	filter: none;
}

.next-post-btn img
{
	width: 16px;
	height: auto;
}

.woocommerce-message .button  {
	display: none!important;
}



@media (max-width: 900px) {
	.page-wrapper {
		padding-top: 110px;
	}
	.single-wrap h1.title {
		padding: 0;
		background: transparent;
		box-shadow: none;
		left: 0;
		margin-bottom: 20px;
		top: 0;
	}
}




@media (max-width: 600px) {
	.page-wrapper {
		padding-top: 230px;
	}
	.woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
	}
	#wc-stripe-cc-form > .form-row-last,#wc-stripe-cc-form > .form-row-first {
		width: 100%!important;
	}
	.article-item {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.single-wrap p .yt_height iframe{
		height: 290px;
	}

	.single-wrap .latest-posts .wrap
	{
		flex-direction: column;
	}
	.single-wrap .latest-posts .all-news
	{
		width: 100%;
		background: rgba(0, 36, 66, 1);
		color: #fff;
	}

	#next-post-btn
	{
		width: 100%;
		justify-content: center;
	}

	#next-post-btn img
	{
		display: none;
	}
	
	.single-wrap .latest-posts .item p {
    margin-top: 5px;
}
}

@media (max-width: 450px) {
	.page-wrapper {
		padding-top: 130px;
	}
	.single-wrap p .yt_height iframe{
		height: 200px;
	}
}