.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: 0;
	}
	.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: #0134D3;
    margin: 0;
    min-width: 0;
}

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

@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: #A0252B;
    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;
}
.report-lp_content .report-tabs {
    margin-top: 30px;
}

.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: #A0252B;
	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: #A0252B;
	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: #A0252B;	
}

.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: #A0252B;
	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: #A0252B;
    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:  #A0252B;
    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 #E6EEE4;
    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: #A0252B;
    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 #A0252B;
    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: #A0252B;
    border-color: #A0252B;
}

@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;
    }
}