.section-content.auto_height .two-tiles-box {
	height: auto;
}
.pb-150, section.pb-150 {
	padding-bottom: 150px;
}
.pb-55, section.pb-55 {
	padding-bottom: 55px;
}
.pb-0, section.pb-0 {
	padding-bottom: 0;
}
.section-content .two-tiles {
	background: #fff;
}
.section-content.auto_height .two-tiles_content {
	align-self: flex-end;
}
.section-content .two-tiles_content {
	align-self: center;
}
section.intro.bottom_space {
	margin-bottom: 115px;
}
.mb-0, section.mb-0 {
	margin-bottom: 0;
}
.intro._content-detail {
	max-height: inherit;
}

/* Quote Section markup converting to the default content-image layout */
.section-content.quote {
	padding-top: 0;
}

@media (max-width: 767px) {
    .section-content.quote {
        padding-bottom: 75px;
    }
}

.section-content.quote .headline_title {
	margin-bottom: 28px;
}
.section-content.quote .two-tiles-box_text {
	padding-left: 60px;
	position: relative;
}
.section-content.quote .two-tiles-box_text::before {
	position: absolute;
	content: "";
	height: calc(100% - 13px);
	width: 10px;
	left: 0;
	top: 8px;
	background: #d8dee4;
}
.section-content.quote .two-tiles-box_text .text {
	line-height: 1.82;
	padding-bottom: 20px;
}
.section-content.quote .two-tiles-box_text .text p {
	margin-bottom: 8px;
}
.section-content.quote .two-tiles-box_text .text p:last-child {
	margin-bottom: 0;
}
.quote .two-tiles-box .btns {
	margin-top: 0;
}

.section-content .two-tiles.no_img {
  grid-template-columns: repeat(1, 1fr);
}
.section-content .two-tiles.no_img .two-tiles-box {
  min-height: auto;
}
.single-product .video video {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.product-box_descr dd span:last-child span {
	display: none;
}
.product-box_form .form-group.add_to_cart {
	flex-direction: column;
}
.product_atc_msg h3 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
}
/*
.pagination .num {
	font-size: 18px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--base-text-color);
}
.pagination span {
	width: 42px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}
.pagination span.current {
	color: #a0252b;
	background: #fff;
}
*/

/** Loading Icon CSS **/
.lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #a0252b;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #a0252b transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.report-filter a.link.active {
	color: #a0252b;
}
.frm_error {
	color: #ff0000;
	font-size: 13px;
	margin-top: 5px;
}
.access-popup_form .frm_message {
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}
.single .postmetadata {
	margin-bottom: 25px;
}
.archive .content-detail_text .post, 
.search-results .content-detail_text .post, 
.blog .content-detail_text .post {

}
.archive .content-detail_text .post:last-child, 
.search-results .content-detail_text .post:last-child, 
.blog .content-detail_text .post:last-child {
	margin-bottom: 0;
}

.entry-date {
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 10px;
}

#search_block form input.text {
  width: auto;
  min-height: 48px;
}
#search_block form input.submit {
  padding: 0px 25px;
  min-height: 48px;
  border: none;
}
#search_block form fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.nav-drop .nav-item .sub-arrow {
	margin-top: -1px;
}

@media (max-width: 1023px) {
    .nav-drop .nav-item .sub-arrow {
        margin-top: 0;
    }
}

.access_logo {
	padding-top: 30px;
}
.access_logo img {
	max-height: 65px;
	width: auto;
}

@media only screen and (min-width: 1200px){
	.content-loop .two-tiles-box {
		padding: 80px 72px;
	}
	.section-content:not(.auto_height) .two-tiles .two-tiles-box {
		padding: 83px 70px 90px 75px;
	}
}

@media only screen and (min-width: 1024px){
	.section-content._knowledge .two-tiles_media img {
	  position: absolute;
	  top: 0;
	  left: 20px;
	}
	.section-content._knowledge .two-tiles_media {
	  position: relative;
	}
	.section-content .two-tiles .two-tiles-box {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.content-wide .two-tiles {
		grid-template-columns: auto 480px;
	}
	.topics + .topics {
		padding-top: 0;
	}
	.topics_holder {
		gap: 50px 20px;
	}
	.access_content {
		max-width: 330px;
	}
}

@media only screen and (min-width: 768px){
	body:not(.woocommerce-page) .container._md {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 767px){
	.education-box {
		min-height: auto;
	}
}

/**/

.form-checkboxes {
    padding: 0 0 15px;
}

.form-checkboxes .form-checkbox {
    display: flex;
    margin: 0 0 10px;
    position: relative;
}

.form-checkboxes .form-checkbox .jcf-checkbox {
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    cursor: pointer;
    flex: 0 0 30px;
    height: 30px;
    margin: 5px 0 0;
    width: 30px;
    z-index: 1;
}

/*
.form-checkboxes .form-checkbox .jcf-checkbox.jcf-checked {
    background: none;
}

.form-checkboxes .form-checkbox .jcf-checkbox span {
    border-color: #002a4d;
    height: 8px;
    margin: -6px 0 0 -6px;
    width: 16px;
}
*/

.form-checkboxes .form-checkbox > label {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 150%;
    margin: 0 0 0 15px;
    padding: 0;
    position: relative;
    text-transform: none;
}

/*
.form-checkboxes .form-checkbox input + label:before {
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    height: 30px;
    width: 30px;
}

.form-checkboxes .form-checkbox input + label:after {
}

.form-checkboxes .form-checkbox input:checked + label:before {
}

.form-checkboxes .form-checkbox input:checked + label:after {
}
*/

/**/

.custom-cart-collaterals {
    background-color: #fff;
    flex: 0 0 280px;
    height: auto;
    padding: 35px 25px 25px;
    width: 280px;
}

.custom-cart-collaterals .cart-totals {
}

.custom-cart-collaterals .cart-totals h2 {
    font-size: 24px;
    line-height: 125%;
    margin: 0 0 20px;
}

.custom-cart-collaterals table {
    margin: 0;
}

.custom-cart-collaterals table tr {
}

.custom-cart-collaterals table tr th, .custom-cart-collaterals table tr td {
    border: none;
    font-size: 20px;
    line-height: 125%;
    padding: 0 15px 10px;
}

.custom-cart-collaterals table tr.tax-rate th, .custom-cart-collaterals table tr.tax-rate td {
    padding-bottom: 20px;
}

.custom-cart-collaterals table tr th {
    font-weight: 400;
    padding-left: 0;
    text-align: left;
}

.custom-cart-collaterals table tr td {
    font-weight: 700;
    padding-right: 0;
    text-align: right;
}

/*
.custom-cart-collaterals table tr.cart-subtotal th, .custom-cart-collaterals table tr.cart-subtotal td {
    padding-bottom: 0;
}
*/

.custom-cart-collaterals table tr.order-total th, .custom-cart-collaterals table tr.order-total td {
    border-top: 1px solid #D8DEE4;
    padding-bottom: 0;
    padding-top: 20px;
}

.custom-cart-collaterals .wc-proceed-to-checkout {
    padding: 30px 0 0;
}

.custom-cart-collaterals .wc-proceed-to-checkout:before, .custom-cart-collaterals .wc-proceed-to-checkout:after {
    display: none;
}

.custom-cart-collaterals .wc-proceed-to-checkout a.btn {
    background-color: #1D34B6;
    margin: 0;
    min-width: 0;
}

.custom-cart-collaterals .wc-proceed-to-checkout a.btn:hover {
    background-color: #2542E7;
}

@media (max-width: 600px) {
    .custom-cart-collaterals .wc-proceed-to-checkout a.btn {
        font-size: 1em;
    }
}

/**/

.cart-custom-wrapper {
    align-items: flex-start;
    display: flex;
}

.cart-custom-wrapper .form-cart-warpper {
    margin-right: 30px;
    width: 100%;
}

.cart-custom-wrapper .form-cart-warpper form.woocommerce-cart-form {
    margin: 0;
}

.cart-custom-wrapper .shop_table {
}

.cart-custom-wrapper .shop_table .cart_item {
    background-color: #fff;
    display: flex;
    margin: 0 0 25px;
}

.cart-custom-wrapper .shop_table .cart_item .cart_item_left {
    flex: 0 0 180px;
    width: 180px;
}

.cart-custom-wrapper .shop_table .cart_item .cart_item_right {
    padding: 20px 50px 35px;
    width: calc(100% - 180px);
}

.cart-custom-wrapper .shop_table .cart_item .product-thumbnail {
}

.cart-custom-wrapper .shop_table .cart_item .product-thumbnail a {
    display: block;
    position: relative;
}

.cart-custom-wrapper .shop_table .cart_item .product-thumbnail img {
    display: block;
    width: 100%;
}

@media (max-width: 1023px) {
    .cart-custom-wrapper .shop_table .cart_item .product-thumbnail {
        height: 100%;
    }
    .cart-custom-wrapper .shop_table .cart_item .product-thumbnail a {
        height: 100%;
    }
    .cart-custom-wrapper .shop_table .cart_item .product-thumbnail img {
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
    }
}

.cart-custom-wrapper .shop_table .cart_item_row {
    border-bottom: 1px solid #D8DEE4;
    padding: 15px 0;
}

.cart-custom-wrapper .shop_table .cart_item_row:last-child {
    border: none;
}

.cart-custom-wrapper .shop_table .cart_item_row > h4 {
    color: #606373;
    font-size: 16px;
    line-height: 100%;
    margin: 0 0 15px;
}

.cart-custom-wrapper .shop_table .cart_item_row ._row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
}

.cart-custom-wrapper .shop_table .cart_item_row ._row:last-child {
    margin: 0;
}

.cart-custom-wrapper .shop_table .cart_item_row ._row ._col-left {
    padding: 0 25px 0 0;
}

.cart-custom-wrapper .shop_table .cart_item_row ._row ._col-right {
    align-items: center;
    display: flex;
}

@media (max-width: 1023px) {
    .cart-custom-wrapper .shop_table .cart_item_row._row-top ._row {
        display: block;
    }
    .cart-custom-wrapper .shop_table .cart_item_row._row-top ._row ._col-left {
        margin: 0 0 15px;
        padding: 0;
    }
    .cart-custom-wrapper .shop_table .cart_item_row._row-bot ._row {
        align-items: flex-start;
    }
    .cart-custom-wrapper .shop_table .cart_item_row._row-bot ._row ._col-right {
        align-items: flex-end;
        display: flex;
        flex-direction: column-reverse;
    }
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-name {
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-name a {
    color: #222;
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-qty {
    align-items: center;
    display: flex;
    margin: 0 20px 0 0;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-qty span {
    display: block;
    font-size: 17px;
    line-height: 100%;
    margin: 0 15px 0 0;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-qty input[type="text"] {
    border: 1px solid #D8DEE4;
    border-radius: 3px;
    color: #222;
    font-size: 16px;
    height: 45px;
    padding: 5px 10px;
    text-align: center;
    width: 50px;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-sub {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-sub.alt {
    font-size: 17px;
}

@media (max-width: 1023px) {
    .cart-custom-wrapper .shop_table .cart_item_row ._product-name a {
        font-size: 25px;
    }
}

.cart-custom-wrapper .shop_table .cart_item_row ._offer {
    align-items: center;
    display: flex;
}

.cart-custom-wrapper .shop_table .cart_item_row ._offer ._offer-image {
    flex: 0 0 45px;
    margin: 0 20px 0 0;
}

.cart-custom-wrapper .shop_table .cart_item_row ._offer ._offer-image img {
    display: block;
}

.cart-custom-wrapper .shop_table .cart_item_row ._offer ._offer-content {
}

.cart-custom-wrapper .shop_table .cart_item_row ._offer ._offer-content h5 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 5px;
}

.cart-custom-wrapper .shop_table .cart_item_row ._offer ._offer-content p {
    font-size: 14px;
    line-height: 125%;
    margin: 0;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-add {
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-add a {
    color: #0134D3;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-label {
    line-height: 100%;
}

/**/

.cart-custom-wrapper .shop_table .cart_item_row ._product-actions {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-actions li {
    list-style: none;
    margin: 0 15px 0 0;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-actions li:last-child {
    margin: 0;
}

.cart-custom-wrapper .shop_table .cart_item_row ._product-actions li a, .cart-custom-wrapper .shop_table .cart_item_row ._product-actions li button {
    background: none !important;
    border-radius: 0;
    color: #606373 !important;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0;
    line-height: 100%;
    padding: 0;
    text-transform: none;
    width: auto;
}

@media (max-width: 1023px) {
    .cart-custom-wrapper .shop_table .cart_item_row ._product-actions {
        margin: 10px 0 0;
    }
}

/**/

.cart-custom-wrapper .shop_table .cart_item .product-name {
    font-size: 34px;
    font-weight: 700;
    line-height: 115%;
    margin: 0 0 30px;
}

.cart-custom-wrapper .shop_table .cart_item .product-name a {
    display: block;
}

.cart-custom-wrapper .shop_table .cart_item .product-name .variation {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
}

.cart-custom-wrapper .shop_table .cart_item .product-name .variation dt {
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 15px;
    padding: 0 20px 0 0;
    text-align: left;
    width: calc(100% - 60px);
}

.cart-custom-wrapper .shop_table .cart_item .product-name .variation dd {
    flex: 0 0 60px;
    line-height: 125%;
    margin: 0 0 15px;
    padding: 0;
    text-align: right;
}

.cart-custom-wrapper .shop_table .cart_item .product-row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
    width: 100%;
}

.cart-custom-wrapper .shop_table .cart_item .product-row .product-row-label {
    display: block;
    flex: 0 0 100px;
    line-height: 125%;
    margin: 0;
    padding: 0 15px 0 0;
    width: 125px;
}

.cart-custom-wrapper .shop_table .cart_item .product-row .product-row-left {
}

.cart-custom-wrapper .shop_table .cart_item .product-row .product-row-right {
    text-align: right;
}

.cart-custom-wrapper .shop_table .cart_item .product-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
}

.cart-custom-wrapper .shop_table .cart_item .product-subtotal {
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
}

.cart-custom-wrapper .shop_table .cart_item .product-quantity {
}

.cart-custom-wrapper .shop_table .cart_item .product-quantity .quantity {
}

.cart-custom-wrapper .shop_table .cart_item .product-quantity .quantity label {
    display: none;
}

.cart-custom-wrapper .shop_table .cart_item .product-quantity .quantity input[type="number"] {
    border-radius: 0;
    font-size: 16px;
    line-height: 100%;
    max-width: 70px;
    padding: 5px 10px;
    width: 100%;
}

.cart-custom-wrapper .shop_table .cart_item .product-quantity .product-link-update {
    padding: 10px 0 0;
}

.cart-custom-wrapper .shop_table .cart_item .product-quantity .product-link-update .button {
    background: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 100%;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
}

.cart-custom-wrapper .shop_table .cart_item .product-remove {
    display: flex;
    margin: 0;
    padding: 20px 0 0;
}

.cart-custom-wrapper .shop_table .cart_item .product-remove a.remove {
    background: none;
    border-radius: 0;
    color: var(--accent-color) !important;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}

.cart-custom-wrapper .shop_table .table-row .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cart-custom-wrapper .shop_table .table-row .actions button[type="submit"] {
    background-color: var(--accent-color);
    color: #fff;
    flex: 0 0 250px;
    font-size: 1.25em;
    max-width: 250px;
    padding: 1em;
    width: 100%;
}

.cart-custom-wrapper .shop_table .table-row .actions button[type="submit"]:hover {
    background-color: var(--accent-color-light);
}

/**/

.additional-reports {
    background-color: #fff;
}

.additional-reports ._header {
    color: #0134D3;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    line-height: 125%;
    padding: 20px;
    position: relative;
}

.additional-reports ._header::before {
    background-color: #222;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.additional-reports ._header::after {
    background-color: #222;
    content: '';
    display: block;
    height: 14px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}

.additional-reports.active ._header::after {
    display: none;
}

.additional-reports ._cols {
    display: none;
    padding: 20px 0 50px;
}

.additional-reports.active ._cols {
    display: flex;
}

.additional-reports ._col {
    border-right: 1px solid #D8DEE4;
    padding: 0 50px;
    width: 50%;
}

.additional-reports ._col:last-child {
    border: none;
}

.additional-reports ._col h4 {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    line-height: 125%;
    margin: 0 0 10px;
}

.additional-reports ._col p {
    color: #222;
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 10px;
}

.additional-reports ._col p._large {
    font-size: 17px;
    line-height: 125%;
    margin: 0;
}

.additional-reports ._col p._large a {
    color: #0134D3;
    font-weight: 700;
}

.additional-reports ._row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}

.additional-reports ._row ._label {
    flex: 1;
    font-size: 17px;
    line-height: 125%;
    padding: 0 20px 0 0;
}

.additional-reports ._row input[type="text"] {
    border: 1px solid #D8DEE4;
    border-radius: 3px;
    color: #222;
    flex: 0 0 50px;
    font-size: 16px;
    height: 45px;
    padding: 5px 10px;
    text-align: center;
    width: 50px;
}

.additional-reports ._update {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 0;
}

.additional-reports ._update a {
    color: #0134D3;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width: 1023px) {
    .additional-reports ._col:first-child {
        padding: 0 20px;
    }
    .additional-reports ._col:last-child {
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .additional-reports.active ._cols {
        display: block;
        padding: 0 20px 30px;
    }
    .additional-reports ._col {
        width: 100%;
    }
    .additional-reports ._col:first-child {
        border: none;
        border-bottom: 1px solid #D8DEE4;
        padding: 0 0 30px;
    }
    .additional-reports ._col:last-child {
        padding: 30px 0 0;
    }
}

/**/

.custom-cart-coupon {
    background-color: #fff;
    flex: 0 0 280px;
    height: auto;
    margin: 25px 0 0;
    padding: 35px 25px 25px;
    width: 280px;
}

.custom-cart-coupon h2 {
    font-size: 24px;
    line-height: 125%;
    margin: 0 0 20px;
}

.coupon-box {
}

.coupon-box .coupon-row {
    display: flex;
}

.custom-cart-coupon .coupon-box .coupon-row {
    display: block;
}

.coupon-box .coupon-row input[type="text"] {
    margin: 0 20px 0 0;
}

.custom-cart-coupon .coupon-box .coupon-row input[type="text"] {
    margin: 0 0 20px;
}

.coupon-box .coupon-row button[type="submit"] {
    background-color: #606373;
    color: #fff;
    flex: 0 0 250px;
    font-size: 1em;
    max-width: 250px;
    padding: 1em;
    width: 100%;
}

.custom-cart-coupon .coupon-box .coupon-row button[type="submit"] {
    max-width: 100%;
}

.coupon-box .coupon-row button[type="submit"]:hover {
    background-color: #606373;
}

@media (max-width: 1200px) {
    .cart-custom-wrapper .shop_table .cart_item .product-name {
        font-size: 24px;
    }
}

@media (max-width: 1023px) {
    .cart-custom-wrapper .shop_table .cart_item {
        display: block;
    }
    .cart-custom-wrapper .shop_table .cart_item .cart_item_left {
        height: 200px;
        width: 100%;
    }
    .cart-custom-wrapper .shop_table .cart_item .cart_item_right {
        padding: 25px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .cart-custom-wrapper {
        display: block;
    }
    .cart-custom-wrapper .form-cart-warpper {
        margin: 0 0 30px;
        width: 100%;
    }
    .custom-cart-collaterals, .custom-cart-coupon {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .cart-custom-wrapper .shop_table .table-row .actions {
        display: block;
    }
    .cart-custom-wrapper .shop_table .table-row .actions button[type="submit"] {
        font-size: 1em;
        max-width: 100%;
    }
    .coupon-box .coupon-row {
        display: block;
    }
    .coupon-box .coupon-row input[type="text"] {
        margin: 0 0 5px;
        padding: 1.5rem 2rem;
    }
    .coupon-box .coupon-row button[type="submit"] {
        font-size: 1em;
        max-width: 100%;
    }
}

/**/

.custom-checkout-wrapper {
    align-items: flex-start;
    display: flex;
}

.custom-checkout-wrapper .checkout-form-wrapper {
    margin-right: 30px;
    width: 100%;
}

.custom-checkout-wrapper .checkout-form-wrapper form.woocommerce-checkout {
    margin: 0;
}

@media (max-width: 900px) {
    .custom-checkout-wrapper {
        display: block;
    }
    .checkout-form-wrapper {
        margin: 0 0 30px;
    }
}

/*.woocommerce-checkout .box, .woocommerce-checkout form.checkout_coupon, .woocommerce-checkout .woocommerce-info {*/

.checkout-form-wrapper .woocommerce-checkout .box {
    background-color: #fff;
    border-radius: 0;
    padding: 40px;
    font-size: 16px;
    line-height: 125%;
    margin: 0 0 30px;
}

.checkout-form-wrapper .woocommerce-checkout .box > h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 125%;
    margin: 20px 0 10px;
}

.checkout-form-wrapper .woocommerce-checkout .box > h3:first-child {
    margin: 0 0 10px;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table {
    border: none;
    border-radius: 0;
    margin: 0;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table thead {
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table thead tr th {
    border-bottom: 1px solid #D8DEE4;
    font-size: 18px;
    line-height: 125%;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table thead tr th:first-child {
    padding: 20px 20px 20px 0;
    text-align: left;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table thead tr th:last-child {
    padding: 20px 0 20px 20px;
    text-align: right;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tbody {
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tbody tr td {
    border: none;
    font-size: 18px;
    line-height: 125%;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tbody tr td:first-child {
    padding: 10px 20px 10px 0;
    text-align: left;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tbody tr td:first-child * {
    font-weight: 400 !important;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tbody tr td:last-child {
    font-weight: 700;
    padding: 10px 0 10px 20px;
    text-align: right;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tbody tr:first-child td {
    padding-top: 20px;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tbody tr:last-child td {
    padding-bottom: 20px;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tfoot {
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tfoot tr th, .checkout-form-wrapper .woocommerce-checkout table.shop_table tfoot tr td {
    border: none;
    font-size: 18px;
    line-height: 125%;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tfoot tr th {
    padding: 10px 20px 10px 0;
    text-align: left;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tfoot tr td {
    padding: 10px 0 10px 20px;
    text-align: right;
}

.checkout-form-wrapper .woocommerce-checkout table.shop_table tfoot tr:first-child th, .checkout-form-wrapper .woocommerce-checkout table.shop_table tfoot tr:first-child td {
    border-top: 1px solid #D8DEE4;
    padding-top: 20px;
}

.checkout-form-wrapper .woocommerce-checkout #payment {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
}

.checkout-form-wrapper .woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    padding: 0 0 20px;
}

.checkout-form-wrapper .woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}

.checkout-form-wrapper .woocommerce-checkout #payment div.form-row {
    margin: 0;
    padding: 20px 0 0;
}

.checkout-form-wrapper .woocommerce-checkout #payment #place_order {
    background-color: var(--accent-color);
    color: #fff;
    font-size: 1.25em;
    margin: 20px 0 0;
    max-width: 250px;
    min-width: 0;
    padding: 1em;
    width: 100%;
}

.checkout-form-wrapper .woocommerce-checkout #payment #place_order:hover {
    background-color: var(--accent-color-light);
}

.checkout-form-wrapper .woocommerce-checkout .box .form-row {
    margin: 0 0 15px;
    padding: 0;
}

.checkout-form-wrapper .woocommerce-checkout .box .form-row::before, .checkout-form-wrapper .woocommerce-checkout .box .form-row::after {
    display: none;
}

.checkout-form-wrapper .woocommerce-checkout .box .form-row:last-child {
    margin: 0;
}

.checkout-form-wrapper .woocommerce-checkout .box .form-row > label {
    line-height: 125%;
}

@media (max-width: 1023px) {
    .checkout-form-wrapper .woocommerce-checkout .box {
        padding: 25px;
    }
    .checkout-form-wrapper .woocommerce-checkout .box > h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .checkout-form-wrapper .woocommerce-checkout .box .form-row {
        float: none;
        width: 100%;
    }
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    line-height: 125%;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p:last-child {
    margin: 0;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
    display: block !important;
    line-height: 125% !important;
    margin: 20px 0 0;
}

/**/

.woocommerce-form-coupon-toggle {
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: #002a4d;
    border: none;
    color: #fff;
    line-height: 125%;
    margin: 0 0 30px;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
    color: #fff;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #fff;
    text-decoration: underline;
}

div.woocommerce > form.checkout_coupon {
    border: none;
    border-radius: 0;
    margin: 0 0 30px;
    max-width: 700px;
    padding: 0;
}

/**/

.woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details {
	display: none;
}

/**/

h3.my-purchase {
    font-size: 40px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 20px;
}

.my-purchase-wrapper {
}

.my-purchase-list {
    border: 1px solid #D8DEE4;
    display: flex;
    margin: 0 0 30px;
    width: 100%;
}

.my-purchase-list:last-child {
    margin: 0;
}

.my-purchase-list .product-img {
    position: relative;
    width: 30%;
}

.my-purchase-list .product-img img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;;
}

.my-purchase-list .product-info {
    min-height: 175px;
    padding: 25px;
    width: 70%;
}

.my-purchase-list .product-info h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 20px;
}

.my-purchase-list .product-info a {
    color: #1D34B6;
    display: inline-block;
    font-weight: 700;
    line-height: 125%;
}

@media (max-width: 900px) {
    h3.my-purchase {
        font-size: 32px;
    }
    .my-purchase-list .product-info h2 {
        font-size: 28px;
    }
}

/**/

.visit-cart {
	text-align: center;
	display: block;
	text-decoration: underline;
	color: #a0252b;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}

/* MY ACCOUNT */

body.woocommerce-account div.woocommerce {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.woocommerce-account div.woocommerce::before, body.woocommerce-account div.woocommerce::after {
    display: none;
}

body.woocommerce-account div.woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation {
    background-color: #fff;
    flex: 0 0 295px;
    padding: 30px 25px;
    width: 295px;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li {
    display: flex;
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li::before {
    display: none;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    margin: 100px 0 0;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li a {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 125%;
    text-transform: uppercase;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li a svg {
    margin-top: 2px;
}

/**/

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content {
    background-color: #fff;
    margin: 0 0 0 30px;
    padding: 40px 50px 50px;
    width: calc(100% - 325px);
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content .myaccount-box {
    align-items: center;
    background-color: #051b2e;
    color: #fff;
    display: flex;
    margin: 0 0 30px;
    padding: 20px;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content .myaccount-box .myaccount-box-left {
    flex: 1;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content .myaccount-box .myaccount-box-right {
    padding: 0 0 0 20px;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content .myaccount-box p {
    font-size: 20px;
    line-height: 125%;
    margin: 0 0 20px;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content .myaccount-box p:last-child {
    margin: 0;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content .myaccount-box p a {
    font-size: 16px;
    min-width: 0;
    padding: 15px 30px;
}

@media (max-width: 600px) {
    body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content .myaccount-box {
        display: block;
    }
    body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content .myaccount-box .myaccount-box-right {
        padding: 20px 0 0;
    }
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account {
    margin: 0;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 20px;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 20px;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account .form-row {
    margin: 0 0 15px;
    padding: 0;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account .form-row::before, body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account .form-row::after {
    display: none;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account .form-row:last-child {
    margin: 0;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account .form-row > label {
    line-height: 125%;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account .form-row span em {
    display: block;
    font-size: 13px;
    line-height: 135%;
    margin: 5px 0 0;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account fieldset {
    padding: 20px 0 0;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account button[type="submit"] {
    background-color: var(--accent-color);
    color: #fff;
    flex: 0 0 250px;
    font-size: 1.25em;
    max-width: 250px;
    padding: 1em;
    width: 100%;
}

body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account button[type="submit"]:hover {
    background-color: var(--accent-color-light);
}

@media (max-width: 900px) {
    body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account h3 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account .form-row {
        float: none;
        width: 100%;
    }
}

@media (max-width: 600px) {
    body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content form.edit-account button[type="submit"] {
        font-size: 1em;
    }
}

/**/

.myaccount-content {
}

.myaccount-content h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 5px;
}

.myaccount-content p {
    line-height: 150%;
}

@media (max-width: 900px) {
    body.woocommerce-account div.woocommerce {
        display: block;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }
    body.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation {
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }
    body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content {
        float: none;
        margin: 0;
        padding: 25px 25px 30px;
        width: 100%;
    }
    .myaccount-content h2 {
        font-size: 32px;
    }
}

/* MY ACCOUNT: LOGIN */

.woocommerce .col2-set#customer_login {
    display: flex;
    justify-content: space-between;
}

.woocommerce .col2-set#customer_login::before, .woocommerce .col2-set#customer_login::after {
    display: none;
}

.woocommerce .col2-set#customer_login .col-1, .woocommerce .col2-set#customer_login .col-2 {
    background-color: #fff;
    padding: 40px 50px 50px;
    width: calc(50% - 15px);
}

.woocommerce .col2-set#customer_login .col-2.no-padding {
    padding: 0;
}

.woocommerce .col2-set#customer_login h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 20px;
}

.woocommerce .col2-set#customer_login form.login {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.woocommerce .col2-set#customer_login .form-row {
    margin: 0 0 20px;
    padding: 0;
}

.woocommerce .col2-set#customer_login .form-row::before, .woocommerce .col2-set#customer_login .form-row::after {
    display: none;
}

.woocommerce .col2-set#customer_login .form-row:last-child {
    margin: 0;
}

.woocommerce .col2-set#customer_login .form-row > label {
    line-height: 125%;
}

.woocommerce .col2-set#customer_login .woocommerce-form-login__rememberme {
    align-items: center;
    display: flex;
    margin: 0 0 20px;
}

.woocommerce .col2-set#customer_login .woocommerce-form-login__rememberme span {
    line-height: 100%;
}

.woocommerce .col2-set#customer_login .form-row-btns {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.woocommerce .col2-set#customer_login button.woocommerce-button {
    float: none;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.woocommerce .col2-set#customer_login .form-elink {
    display: flex;
    margin: 0 0 0 30px;
}

.woocommerce .col2-set#customer_login .form-elink a {
    background: url(images/icon-arrow-blue.svg) no-repeat 100% 50%;
    background-size: 12px 12px;
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 100%;
    padding: 0 30px 0 0;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

.woocommerce .col2-set#customer_login .lost_password a {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .woocommerce .col2-set#customer_login .form-row-btns {
        display: block;
    }
    .woocommerce .col2-set#customer_login .form-elink {
        margin: 20px 0 0;
    }
}

@media (max-width: 900px) {
    .woocommerce .col2-set#customer_login {
        display: block;
    }
    .woocommerce .col2-set#customer_login .col-1, .woocommerce .col2-set#customer_login .col-2 {
        float: none;
        padding: 25px;
        width: 100%;
    }
    .woocommerce .col2-set#customer_login .col-1 {
        margin: 0 0 30px;
    }
    .woocommerce .col2-set#customer_login h2 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .woocommerce .col2-set#customer_login button.woocommerce-button {
        font-size: 1em;
    }
    .woocommerce .col2-set#customer_login .btn {
        font-size: 1em;
    }
}

/**/

.sign-in-page {
    background-color: #fff;
    padding: 40px 50px 50px;
}

.sign-in-page h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 20px;
}

.sign-in-page .gray-box {
}

.sign-in-page .gray-box > p {
}

.sign-in-page .gray-box form.register {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0 0;
}

.sign-in-page .gray-box form.register .form-row {
    margin: 0 0 20px;
    padding: 0;
}

.sign-in-page .gray-box form.register .form-row::before, .sign-in-page .gray-box form.register .form-row::after {
    display: none;
}

.sign-in-page .gray-box form.register .form-row > label {
    line-height: 125%;
}

.sign-in-page .gray-box form.register .woocommerce-privacy-policy-text {
    padding: 20px 0 40px;
}

.sign-in-page .gray-box form.register .woocommerce-privacy-policy-text p {
    line-height: 150%;
}

.sign-in-page .gray-box form.register .woocommerce-privacy-policy-text p:last-child {
    margin: 0;
}

.sign-in-page .gray-box form.register .submit-btn-holder {
}

.sign-in-page .gray-box form.register .submit-btn-holder .btn {
}

.sign-in-page .gray-box form.register .form-row-bottom {
    display: flex;
    padding: 20px 0 0;
}

.sign-in-page .gray-box form.register .form-row-bottom a {
    display: block;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .sign-in-page {
        padding: 25px;
    }
    .sign-in-page h1 {
        font-size: 32px;
    }
    .sign-in-page .gray-box form.register .submit-btn-holder .btn {
        font-size: 1em;
    }
}

/**/

body.woocommerce-account.woocommerce-lost-password div.woocommerce {
    display: block;
}

form.lost_reset_password {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 600px;
    padding: 40px 50px 50px;
    width: 100%;
}

form.lost_reset_password h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 20px;
}

form.lost_reset_password .form-text {
    margin: 0 0 35px;
}

form.lost_reset_password .form-text p {
}

form.lost_reset_password .form-row {
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

form.lost_reset_password .form-row.last {
    margin: 0;
}

form.lost_reset_password .form-row::before, form.lost_reset_password .form-row::after {
    display: none;
}

form.lost_reset_password .form-row label {
    line-height: 125%;
}

form.lost_reset_password .form-row input[type="text"] {
}

form.lost_reset_password .form-row button[type="submit"] {
    background-color: var(--accent-color);
    color: #fff;
    flex: 0 0 250px;
    font-size: 1.25em;
    max-width: 250px;
    padding: 1em;
    width: 100%;
}

form.lost_reset_password .form-row button[type="submit"]:hover {
    background-color: var(--accent-color-light);
}

@media (max-width: 900px) {
    form.lost_reset_password h1 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    form.lost_reset_password .form-row button[type="submit"] {
        font-size: 1em;
    }
}
dl.variation dt, dl.variation dd {
    font-size: 14px;
}
.digital-print {
    font-size: 22px;
    margin-bottom: 25px;
}

/**/

.form-recipent-wrapper {
    padding: 15px 0 0;
}

.form-recipent-wrapper .row-wrapper {
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.form-recipent-wrapper .row-wrapper .number-row {
    font-size: 18px;
    font-weight: bold;
	margin-top: 15px;
}

.form-recipent-wrapper .row-wrapper .data-row-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.form-recipent-wrapper .row-wrapper .data-row {
    padding: 0 7px;
}

.form-recipent-wrapper .row-wrapper .data-row.data-row-1 {
    width: 30%;
}

.form-recipent-wrapper .row-wrapper .data-row.data-row-2 {
    width: 30%;
}

.form-recipent-wrapper .row-wrapper .data-row.data-row-3 {
    width: 40%;
}

@media (max-width: 667px) {
    .form-recipent-wrapper .row-wrapper .number-row {
        margin-top: 8px;
    }
    .form-recipent-wrapper .row-wrapper .data-row.data-row-1, .form-recipent-wrapper .row-wrapper .data-row.data-row-2 {
        width: 50%;
    }
    .form-recipent-wrapper .row-wrapper .data-row.data-row-3 {
        margin: 15px 0 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .form-recipent-wrapper .row-wrapper .data-row.data-row-1, .form-recipent-wrapper .row-wrapper .data-row.data-row-2 {
        width: 100%;
    }
    .form-recipent-wrapper .row-wrapper .data-row.data-row-2 {
        margin: 15px 0 0;
    }
}

/**/

.woocommerce-account-fields .create-account {
	display:none;
}

/**/

.multiple-row-digital {
	background: #f1f1f1;
	margin-top: 20px;
	padding: 30px 20px 20px;
}

.multiple-row-digital > h3 {
    font-size: 27px;
    margin: 0 0 35px;
}

@media (max-width: 1023px) {
    .multiple-row-digital > h3 {
        font-size: 25px;
    }
}

.reported-box .checkbox-wrapper {
    align-items: center;
    display: flex;
}

.reported-box .checkbox-wrapper .jcf-checkbox {
    background: none;
    border: 1px solid #b5b5bc;
    border-radius: 3px;
    cursor: pointer;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 15px 0 0;
    overflow: visible;
    width: 30px;
}

.reported-box .checkbox-wrapper .jcf-checkbox > span {
    border: 5px solid #000;
    border-width: 0 0 5px 5px;
    height: 16px;
    margin: 0;
    transform: translate(-25%, -100%) rotate(-45deg);
    width: 28px;
}

.reported-box .checkbox-wrapper .jcf-checkbox input {
    cursor: pointer;
}

.reported-box .checkbox-wrapper .recipent-txt {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
}
#pro_price_dynamically {
	font-size: 18px;
}
.woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}
.woocommerce-EditAccountForm .woocommerce-form-row  label{
	text-transform:none;
}
.report-lp_content .report-lp_text {
    padding-bottom: 0;
}

.with_frm_style .frm_top_container .frm_primary_label {
    text-transform: none;
}
.woocommerce-checkout .state_select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid var(--input-border-color);
    background: #fff;
    min-width: 0;
    width: 100%;
    padding: var(--input-y) var(--input-x);
    font-size: var(--input-fz);
    border-radius: var(--input-r);
    border-width: var(--input-b);
    line-height: 1.2;
    padding-right: 24px;
}


.audio-video{
	padding-bottom:170px;
}

.audio-video ul{
	display:flex;
	list-style:none;
	padding:0;
	margin:0;
	grid-gap:20px;
	flex-wrap:wrap;
}

.audio-video ul li{
	width:calc(33.33% - 14px);
	background:#fff;
}

.audio-video ul li img{
	width:100%;
	height:213px;
	object-fit:cover;
}

.audio-video .media-content-wrapper{
	padding:30px;
}

.media-content-wrapper .clip-date{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #222222;	
	margin-bottom:10px;
}

.media-content-wrapper h2{
	font-size: 26px;
	line-height: 30px;
	margin-bottom:10px;
}

.media-content-wrapper p{
	font-size: 15px;
	line-height: 22px;
	margin-bottom:13px;
}

.media-content-wrapper a{
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #222222;
}

.media-content-wrapper a:before{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background:url(images/play-circle.svg) no-repeat 0px 0px;
	position: relative;
    top: 3px;
    margin-right: 20px;
}

.header-top-nav .header-menu{
	margin-bottom:0px;
}

.header-top-nav{
	display:flex;
	align-items:center;
}

.search_block{
	position:absolute;
	right:20px;
}

.header-menu-wrapper .container{
	position:relative;
}

.search_block{
	display:none;
}

.search_block form{
	background: #FFFFFF;
	border: 1px solid #D8DEE4;
	border-radius: 3px;	
	padding:40px 80px;
}

.search_block form input[type=text]{
	background:url(images/input-search-icon.svg) no-repeat 31px 22px #FFFFFF;
	border: 1px solid #D8DEE4;
	border-radius: 3px;
	width:434px;
	padding:18px 10px;
	padding-left:62px;
	max-width:100%;
}

.search_block form input[type=submit]{
	background: #1D34B6;
	border-radius: 3px;
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:22px 38px;
}

.search_block form fieldset{
	margin-bottom:0px;
	gap:11px;
	display:flex;
}

.search-btn {
	cursor: pointer;
}

.search-btn:before{
	content:'';
	width:40px;
	height:40px;
	background:url(images/header-search-icon.svg) no-repeat 0px 0px;
	display:block !important;
}

.search-btn .mobile-icon{
	display:none !important;
}

.search-btn.active:before{
	background:url(images/header-close-icon.svg) no-repeat 0px 0px;
}

.search-btn:after{
	background:url(images/header-close-icon.svg) no-repeat 0px 0px;
	content:'';
	opacity:0;
}

.search-btn a{
	display:none !important;
}


.h-top-row{
	display:flex;
	position:relative;
	padding:3px 0 0;
	margin:0 0 16px;
}
.h-top-row:after{
	content:"";
	position:absolute;
	top:25px;
	left:0;
	width:100%;
	height:1px;
	background:#ddd;
}
.h-block{
	width:88%;
	margin-left:auto;
}
.top-social-nav{
	margin:0;
	padding:13px 20px 10px 5px;
	list-style:none;
	display:flex;
	background:#fff;
	position:relative;
	z-index:2;
}
.top-social-nav li{padding:0 19px 0 0;}
.top-social-nav a:hover{opacity:.8;}
.top-add-nav{
	margin:0 0 0 auto;
	padding:0 8px 0 0;
	list-style:none;
	display:flex;
	font:0.700em/1.5 "acumin-pro-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform:uppercase;
}
.top-add-nav > li{
	position:relative;
	margin:0 0 0 28px;
}
.top-add-nav > li.inner{margin:0 0 0 14px;}
.top-add-nav > li > a{
	color:rgba(122, 156, 63, 0.99);
	background-position:0 50% !important;
}
.top-add-nav > li > a:hover{opacity:.8;}

.top-add-nav a.permits, .top-add-nav a.about {
	color: #323232;
    font-weight: 700;
	padding: 0 0 0 19px;
}
.top-add-nav a.about{
	background:url(images/ico-about@2x.png) no-repeat;
	background-size:11px auto;
}
.top-add-nav a.permits{
	background:url(images/ico-pem@2x.png) no-repeat;
	background-size:13px auto;
}
.top-add-nav a.read{
	color:rgba(225, 132, 51, 0.99);
	padding-left:19px;
	background:url(images/ico-read@2x.png) no-repeat;
	background-size:14px auto;
	font-weight:bold;
}
.top-add-nav a.login{
	color:#323232;
	background:url(images/ico-user@2x.png) no-repeat;
	background-size:11px auto;
	padding:0 0 0 17px;
	font-weight:bold;
}
.top-add-nav a.purple{
	color:#323232;
}
.top-add-nav > li:last-child > a{font-weight:bold;}
.top-add-nav > li.hover ul,
.top-add-nav > li:hover ul{display:block;}
.top-add-nav > li ul{
	display:none;
	position:absolute;
	top:25px;
	left:-9px;
	width:104px;
	background:#fff;
	box-shadow: 0 4px 10px rgba(126, 126, 126, 0.5);
	padding:18px 15px 1px 21px;
	font-size: 1.100em;
	font-weight:400;
	text-transform:capitalize;
	list-style:none;
	margin:0;
	z-index:10;
}
.top-add-nav > li ul.inner,
.top-add-nav .wide-dropdown ul{
	width:157px;
}
.top-add-nav > li ul li{padding:0 0 10px;}
.top-add-nav > li ul a {
	color: #323232;
}
.top-add-nav > li ul a:hover{opacity:0.8;}
.top-add-nav > li ul:before{
	content:"";
	position:absolute;
	top:-7px;
	left:13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 7px 6.5px;
	border-color: transparent transparent #ffffff transparent;
}
.h-nav-block{
	align-items: flex-start;
	display: flex;
}
.header-menu{
	margin:0 auto;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:center;
	text-align:center;
}
.header-menu > li.small{
	position:relative;
}
.header-menu > li:hover > a:after,
.header-menu > li > a:hover:after{display:block;}
.header-menu > li > a:after{

}
.header-menu > li > a{

}
.header-menu > li > a:hover{text-decoration:none;}
.header-menu .ico{

}

.header-menu .ico img {

}

.header-menu > li:hover > a .ico img,
.header-menu > li > a:hover .ico img,
.header-menu .ico .hover{display:none;}
.header-menu > li:hover > a .ico .hover,
.header-menu > li > a:hover .ico .hover{display:block;}
.h-nav-block .btn-hold{

}
.h-nav-block .btn-hold.hover .drop-block,
.h-nav-block .btn-hold:hover .drop-block{
	display:block;
}
.h-nav-block .btn-hold > a{
	display:inline-block;
	vertical-align:top;
	background:#e18433;
	font-size: 0.800em;
	font-weight:bold;
	color:rgba(255,255,255,0.99);
	border-radius:3px;
	padding:11px 21px;
	min-width:100px;
	text-align:center;
}
.h-nav-block .btn-hold:hover > a,
.h-nav-block .btn-hold > a:hover{background:#4a3367;}

@media (min-width:1024px) {

	.header-menu > li.hover .drop-block, .header-menu > li:not(.item-search):hover .drop-block {
		display: flex;
	}

}

.drop-block{
	display:none;
	position:absolute;
	top:100%;
	width:100%;
	z-index:1;
    max-width: 780px;
    left: auto;
    right: 20px;
    margin: 0;	background: #FFFFFF;
	border: 1px solid #D8DEE4;
	border-radius: 3px;	
	padding:60px 80px;
	padding-right:70px;
}

.small .drop-block{
	left: 0;
    right: auto;
    margin: 0;
    padding: 0;
    min-width: 181px;	
	width:auto;
	padding-right:30px;
	white-space:nowrap;
}

.drop-block.inner{
	padding:0;
	left:auto;
	right:10px;
	width:360px;
}
.header-menu .drop-block .top-h-row{
	width: 55%;
	text-align: left;
	max-width: 340px;
    border-right: solid 1px #D8DEE4;
    padding-right: 40px;
}

.header-menu .small .drop-block .top-h-row{
	display:none;
}

.header-menu .drop-block .top-h-row .link{
	margin-left:auto;
	display:inline-block;
	vertical-align:top;
	font-size: 0.900em;
	font-weight:600;
	line-height:1.1;
	color: #323232;
	background:url(images/ico-arrow-right@2x.png) no-repeat 100% 50%;
	background-size:11px auto;
	padding:0 20px 0 0;
}
.header-menu .drop-block .top-h-row .link:hover{color:rgba(122, 156, 63, 0.99);}


.header-menu .drop-block .holder{
	display: flex;
    width: 45%;
	padding-left:20px;
}

.header-menu .small .drop-block .holder{
	width:100%;
	padding-left:0;
}	
	
.header-menu .drop-block .holder .txt-box{
	width:41%;
	padding:0 5% 0 0;
	text-align:left;
}
.header-menu .drop-block .holder .txt-box p{
	margin:0;
	font-size: 1.000em;
	line-height:1.45;
	font-weight:400;
	max-width:300px;
}
.header-menu .drop-block .holder ul{
	margin:0;
	padding:0px 0 0;
	list-style:none;
	font-size:1.150em;
	font-weight:bold;
	line-height:1.1;
	text-align:left;
	display: block;
}

.header-menu .small .drop-block .holder ul{
	width:100%;
	padding: 15px 0px;
    padding-left: 10px;
}

.header-menu .drop-block .holder ul:last-child{ display:block;}
.header-menu .drop-block .holder li{
	padding:13px 0 13px;
}

.header-menu .small .drop-block .holder li{
	padding:15px 0;
}

.header-menu .drop-block .holder a{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-transform: capitalize;
	color: #242632;
}

.header-menu .small .drop-block .holder a{
	font-weight: 400;	
}

.header-menu .drop-block .holder a:after{
	content:'';
	width:14px;
	height:16px;
	background:url(images/nav-arrow-right.svg) no-repeat 0px 0px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 13px;
	transition: all 0.5s ease;
	opacity:0;
}

.header-menu .drop-block .holder a:hover:after{
	opacity:1;
}

.header-menu .small .drop-block .holder a:after{
	display:none;
}

.drop-block .top-h-row span{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 14px;
	text-transform: capitalize;
	color: #1D34B6;
	display:block;
}

.drop-block .top-h-row h2{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	text-transform: capitalize;
	color: #242632;	
	margin-top:10px;
	margin-bottom:15px;
}

.drop-block .top-h-row .txt-box p{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #222222;	
}

.style-blog{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.style-blog .post{
	width: calc(33.33% - 14px);
    background: #fff;	
	padding:30px;
}

.style-blog .post .entry-date{
	font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 10px;	
}

.style-blog .post h3{
	font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;	
}

.style-blog .post .entry-content p{
	font-size: 15px;
    line-height: 22px;
    margin-bottom: 13px;
}

.events-header{
	display:none;
}

.post-type-archive-tribe_events .non-events-header{
	display:none !important;
}

.post-type-archive-tribe_events .events-header{
	display:block;
}

a.read-more{
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #222222;
}

a.read-more:before{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background:url(images/play-circle.svg) no-repeat 0px 0px;
	position: relative;
    top: 3px;
    margin-right: 20px;
}

.categories{
	display:flex;
	grid-gap:10px;
	margin-bottom:20px;
	flex-wrap: wrap;
}

.categories a{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #242632;
	border: 1px solid #C0CAD3;
	border-radius: 40px;
	padding:5px 14px;
	display:inline-block;
	transition:all 0.5s ease;
	background-color:transparent;
}

.categories a:hover,
.categories a.active{
	background-color:#fff;
}

.style-single .single-sidebar{
	width:380px;
	flex-shrink:0;
}

.style-single > .container{
	display:flex;
	grid-gap:20px;
}

.style-single .content-detail_text{
	background:#fff;
	padding:60px;
}

.single .post-related .box-items{
	display:block;
}

.single .post-related .box-items .box-item{
	width:100%;
}

.single .my-report .box-button{	
	position:static;
	transform:none;
}

.single .my-report .box-content{
	background:#fff;
	padding:40px 40px;
}

.single .my-report .box-label{
	font-family: "ProximaSoft";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.07em;
	margin-bottom:10px;
	
}

.single .my-report .box-heading{
	font-family: "ProximaSoft";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	margin-bottom:10px;
}

.single .my-report .box-heading span{
	color: #1D34B6;	
}

.single .my-report .box-button a{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
	padding:20px 38px;
	border-radius: 3px;
	display:inline-block;
	min-width:auto;
}

.single .my-report .box-text{
	font-family: "ProximaSoft";
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 31px;
	color: #222222;
	margin-bottom:10px;
}

.related-read-more{
	font-family: "ProximaSoft";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #222222;	
}

.related-read-more:after{
	content:'';
	display:inline-block;
	width:14px;
	height:16px;
	margin-left:20px;
	position:relative;
	top:4px;
	background:url(images/related-arrow-blue.svg) no-repeat 0px 0px;
}

.search-results .content-detail.style-search{
	padding-top:60px;
}

.style-search > .container{
	display:flex;
	grid-gap:40px;
}

.style-search .search-left{
	width:160px;
	flex-shrink:0;
}

.style-search .search-right{
	background:#fff;
	padding:30px 60px 60px;
	width:100%;
}

.search-right > .post{
	border-bottom:solid 1px #C6C6C6;
	padding:30px 0px;
}

.search-right .entry-date,
.search-right .read-more{
	display:none;
}

.search-right h3{
	font-size: 28px;
	line-height: 30px;
	margin-bottom:15px;
}


.search-right h3 a{
	display:inline-block;
	padding-bottom:3px;
	border-bottom: solid 2px transparent;
}


.search-right h3 a:hover{
	border-bottom: solid 2px #0134D3;
}

.search-right h3 a:after{
	content:'';
	width:17px;
	height:22px;
	background:url(images/nav-arrow-right.svg) no-repeat 0px 0px;
	background-size:100%;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 0px;
	margin-left:-16px;
	transform:translate(30px, 0px);
	transition: all 0.5s ease;
	opacity:0;
}

.search-right h3 a:hover:after{
	opacity:1;
}



.search-right p{
	margin-bottom:0px;
}

.search-results .pagination{
	margin-top:50px;
}

.search-page-block{
	display:block !important;
	position:static;
	opacity:1 !important;
}

.search-page-block form{
	padding: 0;
    border: none;
    padding-top: 6px;
}

.search-page-block form input[type=text]{
	width:100%;
}

.search-results .intro-box_heading{
	width: 100%;
	max-width:670px;
}

.results-for{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	text-transform: capitalize;
	color: #242632;	
}

.results-for span{
	font-weight: 400;
}

.search .search-right .title span{
	font-family: 'Nunito Sans';
	display:block;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	color: #1D34B6;
	margin-bottom:15px;
}

.filter-heading{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #222222;	
	margin-top:20px;
}

.search-left ul{
	padding:0;
	margin:0;
	list-style:none;
	margin-bottom:50px;
}

.search-left ul li {
	padding-top:32px;
}

.search-left ul li a{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #222222;
}

.search-left ul li a:after{
	content: '';
    width: 14px;
    height: 16px;
    background: url(images/filter-red-arrow.svg) no-repeat 0px 0px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0px;
    transform: translate(20px, 0px);
    transition: all 0.5s ease;
}

/**/




@media (min-width:1025px) {
	.intro.inline .container{
		display: flex;
		justify-content: center;
		flex-direction: row-reverse;
		padding-top: 40px;
		padding-bottom: 70px;
	}
	
	.blog .intro.inline .container{
		padding-bottom:0px;
	}
	
	.blog .content-detail{
		padding-top:20px;
	}

	.intro.inline .intro_bg{
		position: static;
		transform: none;
		width: 50%;
		height: auto;	
	}
	
	.intro._reports.events-header .intro-box .intro-box_heading{
		font-size: 52px;
		line-height: 52px;
	}
	
	
	.intro.inline .intro-box {
		width:50%;
		max-width:none;
	}
	
	.intro.inline.full-width .intro-box {
		width:100%;
		max-width:none;
		padding-top:80px;
		padding-bottom:80px;
	}
	
	.search .intro.inline.full-width .intro-box {
		padding-right:60px;
	}
	
	.intro.inline.full-width .intro_bg{
		display:none;
	}
	
	.intro.inline.full-width .container{
		padding-bottom:0px;
	}
	
	.intro.inline.full-width .intro-box_text{
		max-width:none;
	}
	
	.content-detail.style-single {
		padding: 40px 0 140px;
	}
	
}


@media (max-width:1024px){
	.audio-video{
		padding-top:50px;
	}
	
	.blog .content-detail{
		padding-top:20px;
	}
	
	.search-results .content-detail, .archive .content-detail{
		padding-top:50px;
	}
	
	.intro._reports.full-width .container{
		padding-top:40px;
		padding-bottom:0px;
	}

}


@media (max-width:1023px){
		.search_block{
		position:relative !important;
		right:0;
		left:0;
	}
	
	.search_block form{
		padding: 20px 20px;
	}
	
	.search_block form input[type=text]{
		width:70%;
		padding-left:30px;
		height:50px;
		background-position:9px 17px;
	}
	
	.search_block form input[type=submit]{
		padding: 13px 15px;
		font-size: 14px;
		    width: 30%;
	}
	
	.search-btn:before{
		margin-left:16px;
	}
	
	.nav-opener{
		position:absolute;
		right:25px;
	}
	
	li.li-user{
		margin-right:20px;
	}
	
	
}


@media (min-width:768px) and (max-width:991px){
	.audio-video ul li,
	.style-blog .post{
		width:calc(50% - 10px);
	}
	
	.style-single > .container{
		flex-direction:column;
	}
	
	.style-single .single-sidebar{
		width:100%;
	}
}

@media (max-width:767px){
	.audio-video ul li,
	.style-blog .post{
		width:100%;
	}
	
	.audio-video ul li img{
		height:270px;
	}
	
	.inline .intro-box_heading{
		font-size:30px;
		line-height: 1.15;
	}
	
	.style-single > .container{
		flex-direction:column;
	}
	
	.style-single .single-sidebar{
		width:100%;
	}
	
	.style-single .content-detail_text {
		padding: 30px 20px;
	}
	
	.single .my-report .box-content{
		padding: 40px 25px;
	}
	
	.post-related {
		padding: 50px 0 50px;
	}

	.intro._reports.full-width .intro-box{
		max-width:100%;
	}
	
	.style-search > .container{
		flex-direction:column;
	}
	
	.style-search .search-left{
		width:auto;
	}
	
	.style-search .search-right{
		padding: 30px 20px 60px;
	}
	
	.search-right h3{
		font-size: 24px;
		line-height: 27px;
	}
	
	.search_block.search-page-block form{
		padding: 20px 0px;
	}
	
	.search_block.search-page-block form fieldset{
		flex-direction:column;
	}
	
	.search_block.search-page-block form input[type=text]{
		width:100%;
	}
	
	.search_block.search-page-block form input[type=submit]{
		width:100%;
	}
	
	.results-for{
		font-size:18px;
	}
	
	
	/*.intro.inline .container{
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
		padding-top:50px;
		padding-bottom:50px;
	}

	.intro.inline .intro_bg{
		width:100%;
	}
	
	.intro.inline .intro-box{
		width: 100%;
		max-width: 100%;
	}*/
}


@media (max-width:550px){
	.audio-video ul li img{
		height:213px;
	}
	
}
.myaccount-box-left.download-info p {
	color: #fff !important;
}


.small .drop-block {
    padding-right: 0;
}
.header-menu .small .drop-block .holder ul{
    padding: 15px 0;
}
.header-menu .small .drop-block .holder li {
    margin: 0;
    padding: 15px 30px;
}
.header-menu .menu-item-has-children.curr-lvl-1 {
    position: relative;
}
.header-menu .menu-item-has-children.curr-lvl-1 > a {
    position: relative;
    display: block;
    padding-right: 20px;
}
.header-menu .menu-item-has-children.curr-lvl-1 > a .sub-arrow {
    position: absolute;
    content: '';
    top: 50%;
    right: 18px;
    width: 8px;
    height: 5px;
    background: url('images/nav-angle.svg') no-repeat 0px 0px;
    transform: translateY(-50%);
}
.header-menu .menu-item-has-children.curr-lvl-1 ul li {
    white-space: initial;
}
span.consultant {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    display: block;
    position: absolute;
}
.consultant-contact-us {
    margin: 10px 0 30px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 24px 24px;
}

.consultant-contact-us p {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
    margin-bottom: 33px;
}

.consultant-contact-us span{
    color: #1D34B6;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.42px;
    display: block;
    margin-bottom: 12px;
}

.consultant-contact-us a.btn.contact-btn {
    min-width: 100%;
}

span.consultant:before{
    content:'';
    position: relative;
    top: 5px;
    display: inline-block;
    width:20px;
    height:20px;
    margin-right: 16px;
    background: url(images/sidebar-star-icon.svg) no-repeat 0px 0px;
}

span.consultant:after{
    content:'';
    display: block;
    opacity: 0.1;
    background: #000;
    width:1px;
    height:10px;
    position: absolute;
    left: 28px;
    top: 11px;
}

.plugify_table_parent_div .plugify_tbl_row:last-child td{
    padding-bottom: 40px;
}

/* Modal styling */

/* Overall modal styling */
#cartModal {
    display: none; /* Initially hide the modal */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.cart-modal-content {
    background-color: #fff;
    padding: 30px;
    padding-top: 40px;
    max-width: 950px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: "Neue Haas Grotesk Display Pro";
    max-height: 100vh;
    overflow: auto;
}

/* Close button */
#cartModal .close-btn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 36px;
    color: #333;
    cursor: pointer;
}

/* Modal header */
#cartModal .cart-modal-content h2 {
    color: #002A4D;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 52.8px */
    text-align: right;
    margin-bottom: 30px;
}

/* Product details section */
#cartModal .product-details {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

#cartModal .product-image {
    height: auto;
    max-height: 300px;
    max-width: 100%;
    flex-shrink: 1;
}

#cartModal .product-info{
    width: 100%;
}

#cartModal .product-info h3 {
    color: var(--Wohler-Black, #0F1D31);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 15px;
}

#cartModal .product-variants {
    border-top: solid 1px #595C57;
    padding-top:10px;
}

#cartModal .variant {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    padding: 6px 0px;
}

#cartModal .variant img {
    width: 48px;
    border-radius: 0px;
    height: 50px;
    object-fit: cover;
}

#cartModal .variant-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#cartModal .variant-title {
    color: #0F1D31;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    display: block;
}

#cartModal .variant-description {
    color: #595C57;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
}

#cartModal .price {
    color:  #0F1D31;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
}

/* Add button styling */
#cartModal .add-btn {
    color:  #1D34B6;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
}


/* Recommendations section */
#cartModal .recommendations {
    margin-top: 40px;
    margin-bottom: 0px;
}

#cartModal .more-products {
   display: flex;
    gap: 20px;
}

#cartModal .more-products .recommended-product{
    width:33.33%;
    border-radius: 5px;
    border: 1px solid #D0D5F0;
    background: #E9F0E7;
    padding: 20px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cartModal .recommendations > h4 {
    color: #002A4D;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 39.6px */
    margin-bottom: 20px;
}

.printed-digital-label {
    width: 75%;
}

#cartModal .qty-number-input{
    position: relative;
    display: none;
}

#cartModal .add-cart-wrapper{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    align-items: center;
}

.recommended-top{
    display: flex;
    grid-gap: 20px;
    align-items: flex-start;
}

.recommended-product img {
    width: 60px;
    height: auto;
    border-radius: 0px;
}

#cartModal .recommended-product p {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#cartModal .qty-number-input .quantity-nav .quant-down {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7px;
}

#cartModal .qty-pro{ 
    width:100px; 
    text-align: center;
    border: none;
    background: none;
    color: #0F1D31;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 30.8px */
}

#cartModal .qty-number-input .quantity-nav {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px;
}

#cartModal .qty-number-input .quant-button {
    width: 11px;
    height: 6px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
    transition: all var(--animation-duration) var(--animation-timing-function);
}
#cartModal .qty-number-input .quantity-nav .quant-up {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
#cartModal .qty-number-input .quantity-nav .quant-up:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="11" viewBox="0 0 10 11" fill="none"><path d="M10 6.42017H5.71429V10.9202H4.28571V6.42017H0V4.92017H4.28571V0.420166H5.71429V4.92017H10V6.42017Z" fill="%230F1D31"/></svg>');
}
#cartModal .qty-number-input .quant-button img {
    width: 11px;
    height: 6px;
}

#cartModal .qty-number-input .quantity-nav .quant-down:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="3" viewBox="0 0 10 3" fill="none"><path d="M10 2.42017H0V0.920166H10V2.42017Z" fill="%230F1D31"/></svg>');
}
#cartModal .qty-number-input .quantity-nav .quant-down img, #cartModal .qty-number-input .quantity-nav .quant-up img {
    display: none;
}
#cartModal .cart-modal-btn {
    color: #1D34B6;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    padding: 10px 15px;
    border-radius: 5px;
    border: solid 1px #1D34B6;
    text-transform: none;
    min-height: auto;
    background-color: transparent;
}

.modal-procents h5{
    color: #002A4D;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    margin-bottom: 18px;
}

.modal-procents div{
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
}

.modal-procents div span{
    position: relative;
    color: #595C57;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
}

.modal-procents div span:before{
    margin-right: 10px;
    float: left;
    margin-top: 1px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16" fill="none"><g clip-path="url(%23clip0_2627_2090)"><path d="M4 8.42017L7 10.9202L11 5.92017M7.5 15.4202C6.58075 15.4202 5.6705 15.2391 4.82122 14.8873C3.97194 14.5355 3.20026 14.0199 2.55025 13.3699C1.90024 12.7199 1.38463 11.9482 1.03284 11.099C0.68106 10.2497 0.5 9.33942 0.5 8.42017C0.5 7.50091 0.68106 6.59066 1.03284 5.74138C1.38463 4.8921 1.90024 4.12043 2.55025 3.47042C3.20026 2.82041 3.97194 2.30479 4.82122 1.95301C5.6705 1.60123 6.58075 1.42017 7.5 1.42017C9.35652 1.42017 11.137 2.15766 12.4497 3.47042C13.7625 4.78317 14.5 6.56365 14.5 8.42017C14.5 10.2767 13.7625 12.0572 12.4497 13.3699C11.137 14.6827 9.35652 15.4202 7.5 15.4202Z" stroke="%23595C57"/></g><defs><clipPath id="clip0_2627_2090"><rect width="15" height="15" fill="white" transform="translate(0 0.920166)"/></clipPath></defs></svg>');
}

.modal-btns{
    display: flex;
    justify-content: flex-end;
    grid-gap: 15px;
    padding-top: 30px;
}

.modal-btns a{
    color: #002A4D;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    border-radius: 5px;
    border: 1px solid #002A4D;
    padding: 15px 20px;
    width: 190px;
    text-align: center;
    max-width: 100%;
}

.modal-btns a.cart-btn{
    color: #FCFCFC;
    background-color: #1D34B6;
    border-color: #1D34B6;
}

@media only screen and (max-width: 1023px) {
    .header-menu .menu-item-has-children.curr-lvl-1 > a .sub-arrow::before {
        content: none;
      }
      .header-menu .small .drop-block .holder .menu-item-has-children ul {
        display: none;
        margin: 0 !important;
        border: none;
        background: transparent;
      }

      #cartModal .product-image{
        width:35%;
      }

      #cartModal .product-details{
        grid-gap: 30px;
      }

      .cart-modal-content{
        padding: 40px;
      }

      .recommended-top,
      .add-cart-wrapper{
        flex-direction: column;
      }
}


@media (max-width:767px){
    #cartModal .more-products{
        flex-direction: column;
        gap: 15px;
    }

    .recommended-top,
    .add-cart-wrapper{
      flex-direction: row;
    }

    #cartModal .more-products .recommended-product{
        width:100%;
    }

    .cart-modal-content{
        padding:20px;
    }

    .modal-btns{
        flex-direction: column;
    }

    .modal-btns a{
        width: 100%;
        max-width: 100%;
    }

    #cartModal .product-details{
        flex-direction: column;
    }

    #cartModal .product-image{
        width: 190px;
        margin: auto;
    }

    #cartModal .variant-title{
        font-size: 16px;
    }

    #cartModal .variant-description{
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }

    #cartModal .price{
        font-size: 14px;
    }

    #cartModal .variant-info{
        width: 75%;
        grid-gap: 15px;
    }

    #cartModal .add-btn{
        font-size: 14px;
    }

    #cartModal .cart-modal-content h2{
        font-size: 25px;
        text-align: left;
        margin-top:80px;
    }

}



@media only screen and (min-width: 1024px) {
    .header-menu .menu-item-has-children.curr-lvl-1 > a .sub-arrow {
        right: 0;
        transform: translateY(-50%) rotate(-90deg);
    }
    .header-menu .menu-item-has-children.curr-lvl-1 ul {
        position: absolute;
        margin: 0 !important;
        top: 0;
        right: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .3s ease-in-out;
    }
    .header-menu .menu-item-has-children.curr-lvl-1:hover ul {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}

.intro-box.intro-box-add {
    margin-bottom: 20px;
}
.mb-5 {
    margin-bottom: 50px !important;
}

.btn.btn-sm {
    color: #FFF;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 5px;
    background: #1D34B6;
    padding: 12px 15px;
    text-transform: none;
    min-width: auto;
}

.btn.btn-sm:hover {
    background-color: var(--accent-color-light);
}

.btn.btn-md {
    padding: 17px 24px;
}

.btn.btn-outline.btn-sm {
    border: 1px solid #002a4d !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    color: #002a4d;
    padding: 10px 15px !important;
    font-size: 16px !important;
    width: auto !important;
}
.btn.btn-outline:hover {
    background-color: #002a4d !important;
    color: #fff !important;
}
.container-lg {
    max-width: 1260px;
}
.single-product .wrapper {
    background-color: #edf1ec;
}

.report-lp .container {
    grid-template-columns: 283px auto 283px;
    gap: 30px;
}

.product-box_content {
    padding: 25px;
}

.box-alert {
    width: 100%;
    position: relative;
    background: #edf1ec;
    padding: 12px;
    border-radius: 5px;
    color: #002a4d;
    font-size: 14px;
}

.widget.widget-box {
    padding: 24px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: "Neue Haas Grotesk Display Pro";
}

.report-lp_sidebar .widget.widget-box.consultant-contact-us {
    border: none;
    margin-top: 0;
}

.widget.widget-box .product-img {
    text-align: center;
}

.widget.widget-box-sm {
    padding: 16px;
}

.widget.widget-box.widget-advice {
    padding: 0;
}

.widget.widget-box.widget-advice .widget-advice-content {
    padding: 25px;
}

.widget .widget-box_head {
    border-radius: 5px 5px 0 0;
    background-color: #002A4D;
    padding: 14px 25px;
}

.widget .widget-box_head h3 {
    color: #fff;
    font: 600 14px/1.2 "Neue Haas Grotesk Display Pro";
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.widget .widget-title {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #0f1d31;
}

.purchase-block {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #0f1d31;
}
.purchase-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.purchase_sub {
    display: block;
    color: #000;
    font-weight: 500;
}
.purchase_num {
    display: block;
    font-weight: 500;
    color: #0f1d31;
}
.purchase-block .ttl {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 600;
    font-size: 16px;
    color: #0f1d31;
}

.total-sum {
    padding-bottom: 10px;
    color: #000;
}
.total-block {
    padding: 20px 0 15px;
    color: #000;
}
.total-block .purchase-item {
    margin-bottom: 5px;
}

.purchase_price {
    font-weight: 600;
    display: block;
}

.purchase_sum {
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.btn-total .btn {
    width: 100% !important;
}

.purchase-edit {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.purchase-edit a{
    color: #0f1d31;
    text-decoration: underline;
}

.purchase-edit a:hover {
    text-decoration: none;
}

.purchase-edit .del {
    color: #595c57;
}

.testimonials-sm {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: normal;
    color: #0f1d31;
}
.testimonials-sm .testimonials-sm_content {
    margin-bottom: 20px;
}
.testimonials-sm .testimonials-sm_content p {
    margin-bottom: 0;
}
.testimonials-sm .testimonials-sm_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.testimonials-sm .name-sm {
    font-weight: 600;
    display: block;
    color: #0f1d31;
}
.testimonials-sm .job-sm {
    display: block;
    font-size: 12px;
    color: #595c57;
}

.testimonials-sm .img-sm {
    width: 42px;
    flex: 0 0 auto;
}

.intro-box_holder {
    margin-bottom: 28px;
}

.intro-box_holder:last-child {
    margin-bottom: 0;
}

.intro-box_holder p {
    margin-bottom: 0;
}

.report-lp_content h3.intro-box_heading {
    font-size: 18px;
}
.digital-tab {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 500;
    padding: 2px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -6px;
    margin-bottom: 10px;
}
.digital-tab li {
    width: 25%;
    padding: 6px;
}
.digital-tab a {
    text-align: center;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 12px;
    line-height: 1.3;
    font-size: 14px;
    color: #1D349B;
    min-width: 123px;
    transition: none;
}
.digital-tab .active {
    color: #1D349B;
    border-color: #1D349B;
    font-weight: 600;
    background: #D0D5F0;
    border-width: 2px;
    margin: -1px;
}
.digital-tabs .tab {
    overflow: hidden;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5sease;
    transition: opacity 0.5sease;
}

.digital-tabs .tab.active {
    opacity: 1;
}

.block-advices {
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    position: relative;
}
.block-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.1;
}
.table-block {
    overflow-y: auto;
}
.table-compare {
   width: 100%;
   overflow-y: auto;
   color:  #002a4d;
   font-family: "Neue Haas Grotesk Display Pro";
   font-weight: 500;
   margin-bottom: 0; 
}
.table-compare th {
    color: #595c57;
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 600;
    font-size: 16px;
    border: none;
    padding: 16px;
}

.table-compare .tr-value td {
    vertical-align: top;
}

.table-compare td:first-child,
.table-compare th:first-child {
    border-right: 1px solid #e5e5e5;
}

.table-compare td {
    border: none;
    padding: 16px;
    color: var(--brand-color);
    font-size: 13px;
}

.table-compare .td-info {
    font-weight: 600;
    font-size: 13px;
    border-right: 1px solid #e5e5e5;
}

.table-compare .c-price {
    font-weight: bold;
}

.item-yes em {
    font-style: normal;
    font-weight: bold;
}

.item-yes{
    position: relative;
    padding: 5px 0 5px 30px;
}
.item-yes:before {
    content:'';
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.25 10C0.25 4.615 4.615 0.25 10 0.25C15.385 0.25 19.75 4.615 19.75 10C19.75 15.385 15.385 19.75 10 19.75C4.615 19.75 0.25 15.385 0.25 10ZM13.773 6.692C13.6931 6.6342 13.6026 6.59273 13.5067 6.56994C13.4108 6.54715 13.3113 6.5435 13.214 6.5592C13.1166 6.57489 13.0233 6.60963 12.9394 6.66142C12.8555 6.7132 12.7827 6.78102 12.725 6.861L9.128 11.842C9.10597 11.8725 9.07734 11.8976 9.04424 11.9155C9.01114 11.9334 8.97443 11.9436 8.93684 11.9453C8.89926 11.9471 8.86177 11.9403 8.82716 11.9255C8.79256 11.9107 8.76174 11.8883 8.737 11.86L7.231 10.14C7.16697 10.0633 7.08824 10.0001 6.99946 9.95422C6.91067 9.90834 6.8136 9.88066 6.71397 9.87282C6.61433 9.86499 6.51414 9.87714 6.41926 9.90857C6.32439 9.94001 6.23676 9.99009 6.16152 10.0559C6.08627 10.1216 6.02494 10.2018 5.98111 10.2916C5.93728 10.3814 5.91185 10.4791 5.9063 10.5789C5.90076 10.6787 5.91521 10.7786 5.94882 10.8727C5.98243 10.9668 6.03451 11.0533 6.102 11.127L7.608 12.848C7.78134 13.0461 7.99715 13.2026 8.23935 13.3058C8.48155 13.4089 8.7439 13.4561 9.00687 13.4438C9.26983 13.4315 9.52664 13.36 9.75815 13.2347C9.98966 13.1094 10.1899 12.9334 10.344 12.72L13.941 7.74C13.9988 7.66018 14.0404 7.56974 14.0633 7.47385C14.0861 7.37796 14.0899 7.27851 14.0743 7.18117C14.0587 7.08384 14.024 6.99053 13.9723 6.9066C13.9206 6.82266 13.8529 6.74974 13.773 6.692Z" fill="%23016386" /></svg>');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item-no{
    position: relative;
    padding: 5px 0 5px 30px;
}
.item-no:before {
    content:'';
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 0.25C4.615 0.25 0.25 4.615 0.25 10C0.25 15.385 4.615 19.75 10 19.75C15.385 19.75 19.75 15.385 19.75 10C19.75 4.615 15.385 0.25 10 0.25ZM6.46918 6.46934C6.32873 6.60997 6.24984 6.80059 6.24984 6.99934C6.24984 7.19809 6.32873 7.38871 6.46918 7.52934L8.93918 9.99934L6.46918 12.4693C6.39549 12.538 6.33639 12.6208 6.2954 12.7128C6.2544 12.8048 6.23236 12.9041 6.23059 13.0048C6.22881 13.1055 6.24733 13.2055 6.28505 13.2989C6.32278 13.3923 6.37892 13.4772 6.45014 13.5484C6.52136 13.6196 6.60619 13.6757 6.69958 13.7135C6.79297 13.7512 6.893 13.7697 6.9937 13.7679C7.0944 13.7662 7.19372 13.7441 7.28572 13.7031C7.37772 13.6621 7.46052 13.603 7.52918 13.5293L9.99918 11.0593L12.4692 13.5293C12.6114 13.6618 12.7994 13.7339 12.9937 13.7305C13.188 13.7271 13.3734 13.6484 13.5108 13.511C13.6482 13.3735 13.7269 13.1882 13.7304 12.9939C13.7338 12.7996 13.6617 12.6115 13.5292 12.4693L11.0592 9.99934L13.5292 7.52934C13.6617 7.38717 13.7338 7.19912 13.7304 7.00482C13.7269 6.81052 13.6482 6.62513 13.5108 6.48772C13.3734 6.35031 13.188 6.27159 12.9937 6.26816C12.7994 6.26474 12.6114 6.33686 12.4692 6.46934L9.99918 8.93934L7.52918 6.46934C7.38855 6.32889 7.19793 6.25 6.99918 6.25C6.80043 6.25 6.6098 6.32889 6.46918 6.46934Z" fill="%23595C57" /></svg>');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.table-compare tr:nth-child(odd) td {
    background-color: #edf1ec;
}

.table-compare ul {
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
}

.table-compare ul li {
    position: relative;
    padding-left: 10px;
}

.table-compare ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: var(--brand-color);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.table-compare .btn {
    min-width: 142px;
}

.product-box_form.product-box_form-add {
    margin-bottom: 0;
}

.product-box_form.product-box_form-add .form-group .input-row {
    display: flex;
    gap: 8px;
}

.product-box_form.product-box_form-add .form-group.form-group-start,
.product-box_form.product-box_form-add .form-group.form-group-checkbox {
    align-items: start;
}

.product-box_form.product-box_form-add .form-group.form-group-checkbox .label-holder {
    padding-top: 10px;
}

.product-box_form.product-box_form-add .input-holder {
    width: 100%;
}

.product-box_form.product-box_form-add .form-group {
    margin-bottom: 16px;
}

.form-checkbox {
    display: flex;
    padding-top: 10px;
}

.form-checkbox label {
    font-size: 16px;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.product-box_form .form-group label span {
    font-weight: normal;
}

.input-text {
    width: 100% !important;
    min-width: auto !important;
    max-width: 100% !important;
    text-align: left !important;
    font-weight: normal !important;
    font-size: 16px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 10px 12px !important;
}

.f-txt {
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    font-style: normal;
    padding-bottom: 16px;
    color: #0f1d31;
}

.label-note {
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 14px;
    font-weight: 500;
    color: #595C57;
    display: block;
}

.label-note:empty {
    padding: 0 !important;
}

.f-txt a {
    text-decoration: underline;
    color: #0f1d31;
}

.f-txt a:hover {
    text-decoration: none;
}

.bottom-cart {
    border-top: 1px solid #e5e5e5;
    padding: 16px 0 0;
    display: flex;
    justify-content: end;
}

.mobile-show {
    display: none;
}

.tablet-show {
    display: none;
}

/* Add this to your stylesheet */
.purchase-details {
    margin-top: 5px;
    padding-left: 10px;
}

.license-detail {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 3px;
}

.purchase-total-price {
    float: right;
    font-weight: bold;
}

.ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-box_form .form-group input[disabled], .edit-form input[disabled]{
    pointer-events: none;
    opacity: 0.6;
    background-color: #f0f0f0;
    color: #999;
    border: 1px solid #ccc;
}
/* Add this to your stylesheet */


.purchase-summary-box .form-row input[type="number"] {
    width: 80px;
}
.purchase-summary-box .purchase-block.loading {
    opacity: 0.7;
    pointer-events: none;
}
.purchase-summary-box .purchase-edit{
    margin-top: 8px;
}
.edit-form .checkbox .number-input {
    width: 100px;
    float: left;
    margin-right: 8px;
}
.edit-form .checkbox .purchase-edit{
    clear: both;
}
.promo-discount {
    color: #4CAF50;
    font-weight: bold;
}

.promo-discount-info {
    margin-top: 5px;
    color: #4CAF50;
    font-size: 0.9em;
}

.code-applied {
    background-color: #4CAF50 !important;
}


@media (min-width: 767px) {
    .product-box_form.product-box_form-add .form-group .form-input,
    .product-box_form.product-box_form-add .form-group .qty-pro {
        min-width: 255px;
        max-width: 255px;
    }
}
@media (max-width: 1200px) {
    .table-compare td:first-child,
    .table-compare th:first-child {
        border-right: none;
        position: sticky;
        width:140px;
        min-width: 140px;
        left: 0;
        top: auto;
        margin-top: -1px;
        z-index: 1;
        background-color: #fff;
        
    }

    .table-compare td:first-child::before,
    .table-compare th:first-child::before {
        content:'';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #e5e5e5;
        box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.25);
    }

    .report-lp .container {
        grid-template-columns: auto 283px;
    }

    .tablet-show {
        display: block;
    }

    .tablet-hide {
        display: none;
    }

    section.section {
        padding: 50px 0;
        margin-bottom: 0;
    }

    .testimonials {
        padding-top: 50px;
    }

    .report-lp_sidebar .widget_title {
        font-size: 36px;
    }
}

@media (max-width: 1023px) {

    section.section {
        padding: 25px 0;
    }
    .report-lp .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .report-lp_content {
        order: -1;
    }

    .mobile-show {
        display: block;
    }

    .mobile-show .widget_title {
        font-size: 36px;
    }

    .mobile-hide {
        display: none;
    }
}

@media (max-width: 767px) {

    .mobile-sm-hide {
        display: none;
    }

    .widget.widget-box {
        padding: 20px;
    }

    .widget.widget-box ,
    .intro-box.intro-box-add {
        margin-bottom: 12px;
    }

    .block-advices {
        padding: 20px;
    }

    .form-checkbox {
        padding-top: 16px;
    }

    .product-box_form.product-box_form-add .form-group {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .product-box_form.product-box_form-add .form-group.form-group-checkbox .label-holder {
        padding-top: 0;
    }

    .product-box_form.product-box_form-add .form-group .form-input,
    .product-box_form.product-box_form-add .form-group .qty-pro {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .product-box_form.product-box_form-add .form-group .label-holder {
        margin-bottom: 5px;
    }

    .single-product .testimonials {
        padding-top: 50px;
    }

    .box-alert {
        padding: 12px 12px 12px 36px;
    }
    .box-alert:before {
        content:'';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 7C2.53333 7 1.70833 6.65833 1.025 5.975C0.341667 5.29167 0 4.46667 0 3.5C0 2.53333 0.341667 1.70833 1.025 1.025C1.70833 0.341667 2.53333 0 3.5 0C4.46667 0 5.29167 0.341667 5.975 1.025C6.65833 1.70833 7 2.53333 7 3.5C7 4.46667 6.65833 5.29167 5.975 5.975C5.29167 6.65833 4.46667 7 3.5 7ZM3.5 5C3.91667 5 4.271 4.85433 4.563 4.563C4.855 4.27167 5.00067 3.91733 5 3.5C4.99933 3.08267 4.85367 2.72867 4.563 2.438C4.27233 2.14733 3.918 2.00133 3.5 2C3.082 1.99867 2.728 2.14467 2.438 2.438C2.148 2.73133 2.002 3.08533 2 3.5C1.998 3.91467 2.144 4.269 2.438 4.563C2.732 4.857 3.086 5.00267 3.5 5ZM12.5 16C11.5333 16 10.7083 15.6583 10.025 14.975C9.34167 14.2917 9 13.4667 9 12.5C9 11.5333 9.34167 10.7083 10.025 10.025C10.7083 9.34167 11.5333 9 12.5 9C13.4667 9 14.2917 9.34167 14.975 10.025C15.6583 10.7083 16 11.5333 16 12.5C16 13.4667 15.6583 14.2917 14.975 14.975C14.2917 15.6583 13.4667 16 12.5 16ZM12.5 14C12.9167 14 13.271 13.8543 13.563 13.563C13.855 13.2717 14.0007 12.9173 14 12.5C13.9993 12.0827 13.8537 11.7287 13.563 11.438C13.2723 11.1473 12.918 11.0013 12.5 11C12.082 10.9987 11.728 11.1447 11.438 11.438C11.148 11.7313 11.002 12.0853 11 12.5C10.998 12.9147 11.144 13.269 11.438 13.563C11.732 13.857 12.086 14.0027 12.5 14ZM0.7 15.3C0.516666 15.1167 0.425 14.8833 0.425 14.6C0.425 14.3167 0.516666 14.0833 0.7 13.9L13.9 0.7C14.0833 0.516666 14.3167 0.425 14.6 0.425C14.8833 0.425 15.1167 0.516666 15.3 0.7C15.4833 0.883333 15.575 1.11667 15.575 1.4C15.575 1.68333 15.4833 1.91667 15.3 2.1L2.1 15.3C1.91667 15.4833 1.68333 15.575 1.4 15.575C1.11667 15.575 0.883333 15.4833 0.7 15.3Z" fill="%23002A4D" /></svg>');

    }

    .report-lp_content h3.intro-box_heading {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .widget .widget-title {
        font-size: 16px;
    }

    .purchase-block .ttl {
        font-size: 14px;
    }

    .purchase_sum {
        font-size: 20px;
    }
    .purchase-item,
    .purchase_price,
    .purchase_num {
        font-size: 12px;
    }

    .purchase_total {
        font-size: 14px;
    }

    .table-compare th {
        font-size: 14px;
    }
    .table-compare .td-info,
    .table-compare td {
        font-size: 12px;
    }

    .report-lp_content .intro-box_text,
    .f-txt {
        font-size: 14px;
    }

    .table-compare .btn {
        min-width: 125px;
    }

    .block-title {
        font-size: 24px;
    }

    .intro-box_holder {
        margin-bottom: 16px;
    }

    .digital-tab a {
        font-size: 13px;
    }

    .label-note {
        padding: 5px 0;
    }

}

@media (max-width: 667px) {
    .digital-tab {
        margin: 0 -4px 12px;
        padding: 8px 0 0;
    }
    .digital-tab li {
        width: 50%;
        padding: 4px;
    }

    .bottom-cart .btn {
        width: 100%;
    }

    .table-compare td {
        padding: 16px 2.1em;
    }

    .table-compare th.td-info {
        font-size: 14px;
    }

    .table-compare .td-info {
        padding: 16px 16px 16px 12px;
    }
}

@media (max-width:389px) {
    .table-compare td:first-child,
    .table-compare th:first-child {
        min-width: inherit;
    }
}


/* Cart item states */
.purchase-block.removing {
    opacity: 0.5;
    pointer-events: none;
}

.purchase-block.removing::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

 .license-info-details {
    margin: 10px 0;
    font-size: 14px;
    color: #555;
}
.license-info-details p {
    margin: 3px 0;
    line-height: 1.4;
}
.discount-info {
    color: #28a745;
    font-weight: 500;
}
.discount-amount {
    color: #28a745;
    font-weight: 600;
}
.cart_item_row h4 {
    margin-bottom: 5px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Report Assest CSS */ 
.asset-table {
    width: 100%;
    border-collapse: collapse;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.header-cell {
    font-size: 24px;
    color: #666;
    font-weight: normal;
    text-align: center;
}

.asset-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.asset-row:nth-child(odd) {
    background-color: #eef1f5;
}

.asset-row:nth-child(even) {
    background-color: #fff;
}

.asset-name {
    display: flex;
    align-items: center;
    gap: 15px;
}

.asset-image {
    width: 120px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.asset-image img {
    max-width: 90%;
    max-height: 90%;
}

.asset-title {
    font-size: 16px;
    color: #2c5985;
    font-weight: bold;
    width: 100%;
}

.asset-type {
    font-size: 20px;
    color: #2c5985;
    text-align: center;
}
.header-cell.assetname {
    text-align: left;
}

.asset-action {
    text-align: center;
}

.download-button {
    background-color: #b83232;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.download-button:hover {
    background-color: #962828;
}
span.per-access {
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.cart-custom-wrapper .shop_table .cart_item_row ._product-name {
    color: #222;
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
}
.purchase-summary-container .form-input.promo-code {
    padding: 10px 0;
}
.form-input.promo-code .input-row {
    display: flex;
    gap: 5px;
}
.purchase-summary-container .total-block {
    border-top: 1px solid #e5e5e5;
}
.woocommerce-checkout tr.cart-discount{
    display: none;
}
.form-input.promo-code .input-email-row{
    display: none;
    margin-bottom: 10px;
}
.form-input.promo-code .input-email-row.active{
    display: block;
}
/*.woocommerce-checkout .order-summary-box tr.cart-discount{
    display: block !important;
}*/