/**
Theme Name:  Astra Child
Text Domain: astra
Description: Astra child is created for all customization
Template:    astra
Version:     1.0.7

*/

/*

font-family: 'Inter', sans-serif;
font-family: 'Lato', sans-serif;

*/

body {
  font-family: "Lato", sans-serif;
}

p {
  margin-bottom: 20px;
}

:root {
  --primary-color: #2B6CCF;
}

/*.site-checkout-row{display:flex;flex-wrap:wrap;margin:0 -15px}
.site-checkout-row .site-checkout-left{width:70%;padding:0 15px}
.site-checkout-row .site-checkout-right{width:30%;padding:0 15px}
.site-checkout-row .site-checkout-right .site-checkout-order h3#order_review_heading,.site-checkout-row .site-checkout-right div#order_review{width:100%}*/

.notification-message strong {
  font-weight: bold;
}

.notification-message em {
  font-style: italic;
}

.notification-message h1,
.notification-message h2,
.notification-message h3 {
  font-weight: bold;
  margin: 0.5em 0;
}

.PickerItem {
  background-color: #FFFFFF !important;
}

.slider-animate,
header#masthead.site-header {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.slider-animate.fade-in,
header#masthead.site-header.fade-in {
  opacity: 1;
}

.woocommerce-shipping-payment-wrap .fee {
  margin-bottom: 20px;
}

#moove_gdpr_cookie_info_bar {
  background: linear-gradient(90deg, #e8e8e8 0%, #f6f6f6 100%);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
  color: #1D1D1F !important;
  font-size: 16px !important;
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

button.mgbutton.moove-gdpr-infobar-allow-all:hover {
  border: 1px solid #1D1D1F !important;
}

h3.enotification-note {
  text-align: center;
}

.ast-woo-shop-archive .site-content .ast-container .widget-area {
  position: sticky !important;
  top: 175px;
}

.ast-woo-shop-archive {
  overflow-x: unset;
}

.ast-woo-shop-archive .site-content .ast-container {
  align-items: flex-start;
}


.category-menu .view-btn-add {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #1d1d1f;
  padding-top: 50px;
  padding-left: 42px;
}

.price ins span.woocommerce-Price-amount bdi {
  font-weight: 800;
}

.custom-account-menu {
  display: none;
}

.product-purchase-note a {
  color: #2b6ccf;
}

.woocommerce-account td.woocommerce-table__product-name.product-name a {
  color: #2b6ccf;
}

.woocommerce-account td.woocommerce-table__product-name.product-name a:hover {
  text-decoration: underline;
}

.woocommerce-account .main-header {
  position: fixed;
  background-color: white;
}

.mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list {
  overflow: auto;
  max-height: calc(88vh - 220px);
}

/*10-04-25 css start here*/
.woocommerce-table--order-details a.woocommerce-button.button.view.order-actions-button {
  margin-bottom: 10px;
}

.search-form .search-close {
  display: none;
}

.site-header-section .ast-builder-layout-element .logged-in-user {
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}

/*10-04-25 css end*/

.site-header .icon-search {
  height: 24px;
  width: 24px;
  margin-top: 0;
  margin-right: 0px;
  background: url(./images/search-icon.svg) no-repeat;
}

.site-header .ast-header-account-type-icon span.ahfb-svg-iconset {
  height: 24px;
  width: 24px;
  margin-top: 0;
  margin-right: 0px;
  background: url(./images/user-icon.svg) no-repeat;
}

.site-header .icon-basket {
  height: 24px;
  width: 24px;
  margin-top: 0;
  margin-right: 0px;
  background: url(./images/basket-icon.svg) no-repeat;
  display: inline-block;
  background-size: 100% auto;
  margin-top: 7px;
}

.site-header .icon-search svg,
.site-header .ast-header-account-type-icon span.ahfb-svg-iconset svg,
.site-header .icon-basket svg {
  display: none;
}

.ast-hfb-header .ast-addon-cart-wrap {
  padding: 0;
}

.site-header .ast-site-header-cart i.astra-icon:after {
  background: #c9252c;
  top: auto;
  bottom: 0;
  right: -7px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.site-header .ast-site-header-cart i.astra-icon {
  padding: 0 !important;
}

/* new-account form css start here */
.account-form-container {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 50px 0;
}

.account-form-container h1 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
}

.account-form-container a {
  color: #007bff;
  text-decoration: none;
}

.account-form-container a:hover {
  text-decoration: underline;
}

.account-form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  margin-top: 38px;
}

.account-form-container .form-group label span {
  margin-left: 6px;
}

/* .my-account-content-box .apply-now-btn {
  margin-right: 8px;
} */
.account-form-container .form-group input {
  width: 100%;
  background-color: #fcfcfd;
  border: 1px solid #1d1d1fcc;
  border-radius: 5px;
  box-sizing: border-box;
}

.account-form-container .form-group .password-toggle {
  position: relative;
}

.account-form-container .form-group .password-toggle input {
  padding-right: 40px;
}

.account-form-container .form-group .password-toggle button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1rem;
  color: #888;
}

.account-form-container .checkbox-group {
  display: flex;
  margin: 16px 0;
  align-items: flex-start;
}

.account-form-container .form-group .border-danger {
  border-color: red;
}

.account-form-container .checkbox-group input {
  margin-right: 10px;
  margin-top: 6px;
}

.create-btn-wrapper {
  text-align: center;
  margin-top: 49px;
}

.checkbox-group [type="checkbox"].border-danger:before {
  content: "";
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid red;
  border-radius: 3px;
}

.checkbox-group [type="checkbox"]:checked.border-danger:before {
  border: 0;
}

.account-form-container .hide-btn {
  width: auto !important;
  position: absolute;
  right: 8px;
  top: 12px;
  color: #000;
  background-color: transparent;
}

.account-form-container .hide-btn img {
  width: 70%;
}

.account-form-container .password-wrapper {
  display: flex;
  position: relative;
}

div#responseMessage {
  padding-top: 15px;
  text-align: center;
}

/* end here new-account form css  */
/*=================== 29-7-24 Start ==================*/
.sku-page {
  margin-bottom: 1.2em;
}

/*=================== 29-7-24 end ==================*/
/*=================== 18-09-24 Start ==================*/

.shipping-address-wapper .main-wapper h2 {
  font-family: Lato;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  color: #1d1d1f;
}

.shipping-address-wapper .main-wapper .btn-box {
  border: 1px solid #1d1d1f;
  padding: 6px 24px;
}

.shipping-address-wapper .main-wapper a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #1d1d1f;
}

.shipping-address-wapper .inner-wapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.shipping-address-wapper .inner-wapper .customer-details-box {
  border: 1px solid #afafaf;
  padding: 23px 25px 16px;
  border-radius: 10px;
}

.shipping-address-wapper .customer-details-box span {
  font-size: 15px;
  font-family: Lato;
  font-weight: 800;
  display: block;
  padding-bottom: 15px;
}

.shipping-address-wapper .customer-details-box p {
  font-family: Lato;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content.billing-shipping-wrapper {
  padding-left: 69px;
  padding-top: 50px;
  padding-right: 0;
}

/* 22-05-25 Css Start  */
.my-orders-block {
  border-bottom: 1px solid #afafaf;
}

.myOrder-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 33px;
  background: #ebebeb;
}

.my-orders-block .myOrder-header .cell p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #1d1d1f;
}

.my-orders-block .myOrder-header .cell span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #1d1d1f;
}

.my-orders-top .cell.image-content {
  padding: 20px 30px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.my-orders-top .image-content .mo-product-img-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 60%;
}

.mo-product-no-wrap {
  width: 20%;
  text-align: start;
}

.mo-quantity-wrap {
  width: 20%;
  text-align: start;
}

.my-orders-top .image-content .mo-product-img-wrap a {
  display: inline-block;
  width: 197px;
  height: 166px;
}

.my-orders-top .image-content .mo-product-img-wrap a img {
  width: 100%;
  height: 166px;
  object-fit: cover;
  display: block;
}

.my-orders-block .image-content .mo-product-img-wrap .content-wrap h6,
.my-orders-block .image-content .mo-product-img-wrap .content-wrap span {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  padding: 4px 0;
  max-width: 150px;
}

.mo-quantity-wrap .quantity-wrap span.multiple-product-quantity {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1f;
}

.my-orders-bottom a,
.my-orders-bottom a.view,
.my-orders-bottom a.invoice {
  font-size: 18px;
  line-height: 24px;
  color: #2b6ccf;
}

.quantity-wrap {
  width: 100%;
  display: block;
}

.content-wrap span.multiple-product-no {
  width: 100%;
  display: block;
}

/* 22-05-25 Css End */

/*=================== Footer Start ==================*/
.site-footer {
  background-color: #1d1d1f;
  background-image: none;
  color: #fff;
}

.footer-top {
  padding: 60px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer-top .title {
  color: #989898;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 24px */
  margin: 0 0 30px;
}

.footer-top ul {
  padding: 0;
  margin: 0;
}

.footer-top ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
}

.footer-top ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

.footer-top p,
.footer-top a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  line-height: 28px;
}

.footer-top a:hover {
  opacity: 0.8;
}

.footer-link-list {
  display: flex;
  flex-wrap: wrap;
}

.footer-top .footer-right {
  max-width: 346px;
  padding-top: 15px;
}

.footer-left-side {
  width: calc(100% - 346px);
}

.footer-link-block {
  flex: 1;
  padding-right: 20px;
}

.footer-link-list .footer-touch {
  flex-grow: 1.2;
}

.footer-left-side .logo {
  margin-bottom: 50px;
}

.social-media {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.social-media ul {
  display: flex;
  gap: 25px;
}

.social-media ul li {
  display: inline-block;
  width: auto;
}

.social-media ul li a {
  display: inline-block;
}

.newsletter h6 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 5px;
}

.newsletter h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  margin: 0 0 25px;
}

.noptin-optin-form label.noptin-label {
  display: none;
}

.noptin-optin-form .noptin-text {
  border-radius: 40px !important;
  padding: 16px 60px 16px 20px !important;
  color: #1d1d1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Lato";
}

.noptin-form-fields {
  position: relative;
}

.noptin-form-footer {
  padding: 0;
}

.noptin-optin-form .noptin-form-submit,
.noptin-optin-form .noptin-form-submit:hover,
.noptin-optin-form .noptin-form-submit:focus {
  position: absolute !important;
  top: 0;
  right: 0;
  background: url(./images/arrow-submit.svg) no-repeat;
  font-size: 0 !important;
  width: 50px !important;
  height: 50px;
  background-position: left center;
  padding: 0 !important;
  border: 1px solid transparent !important;
  background-image: url(./images/arrow-submit.svg) !important;
  background-color: transparent !important;
}

.noptin-optin-form .noptin-form-field-wrapper {
  margin-bottom: 0 !important;
  max-width: 480px;
}

.noptin-optin-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1d1d1f;
  opacity: 1;
}

.noptin-optin-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #1d1d1f;
  opacity: 1;
}

.noptin-optin-form:-ms-input-placeholder {
  /* IE 10+ */
  color: #1d1d1f;
  opacity: 1;
}

.noptin-optin-form:-moz-placeholder {
  /* Firefox 18- */
  color: #1d1d1f;
  opacity: 1;
}

.footer-bottom-wrap {
  border-top: 0.5px solid rgb(255 255 255 / 50%);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 55px;
}

.footer-bottom-wrap .iso-logo {
  display: flex;
  margin-bottom: 35px;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 50%;
}

.footer-bottom-content {
  width: 50%;
}

.privacy-footer {
  cursor: pointer;
}

.footer-bottom-wrap .footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-link-quick ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-link-quick ul li {
  display: inline-block;
  margin-right: 25px;
}

.footer-link-quick ul li a {
  color: #fff;
}

.footer-link-quick ul li:last-child {
  margin-right: 0;
}

.footer-link-quick ul li:hover a {
  opacity: 0.8;
}

/*================= Shop ====================*/
.woocommerce-page .woocommerce-ordering select:focus {
  outline: none;
  border: none;
}

.ast-left-sidebar #primary {
  padding-left: 40px;
  width: calc(100% - 260px);
  border: none;
  margin: 0;
  margin-top: 85px;
}

.post-type-archive-product #secondary {
  margin-top: 295px;
  width: 350px;
  border-right: 1px solid #ababab;
  position: relative;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  column-gap: 30px;
}

.woocommerce ul.products:not(.elementor-grid),
.woocommerce-page ul.products:not(.elementor-grid) {
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce ul.products li.product.desktop-align-left,
.woocommerce-page ul.products li.product.desktop-align-left {
  text-align: left;
  margin-bottom: 60px;
}

.woocommerce-js ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 15px;
  box-shadow: none;
  object-fit: cover;
  height: 250px;
  border-radius: 5px;
  filter: brightness(95%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 5px;
  padding: 0;
  font-size: 1em;
  color: #1d1d1f;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-js ul.products li.product .ast-woo-shop-product-description p,
.woocommerce-page ul.products li.product .ast-woo-shop-product-description p {
  margin-bottom: 20px;
  max-width: 250px;
}

.ast-woo-shop-product-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.products .astra-shop-thumbnail-wrap h5 {
  margin: 10px 0px;
  margin-top: 20px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

ul.products li.product .ast-woo-shop-product-description {
  border-bottom: 1px solid #afafaf;
  margin-bottom: 12px;
  margin-top: auto;
  height: 110px;
}

.woocommerce-js ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #1d1d1f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.woocommerce-js ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin-top: 25px;
  margin-bottom: 10px;
  white-space: normal;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #1d1d1f;
  color: #1d1d1f;
}

.woocommerce-js ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.button-light:hover {
  background-color: #1d1d1f;
  color: #ffffff;
}

.epimed_clear_all_wrap a.epimed_clear_all {
  color: #2b6ccf;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 221%;
  letter-spacing: -0.08px;
  text-align: right;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: -40px;
  right: 20px;
}

ul.epimed-category-widget li {
  margin-bottom: 0 !important;
}

ul.epimed-category-widget li label {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 215.2%;
  /* 34.432px */
  letter-spacing: -0.08px;
}

.slider {
  display: inline-block;
  width: 100%;
}

.slider .item {
  position: relative;
}

.slider .slider-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 160px;
  max-width: 400px;
  transform: translateY(-50%);
}

.slider-section {
  padding: 100px 0;
}

.slider-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slider-section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 85px;
  height: 1px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: #bfbfbf;
  margin: 0 4px;
}

.slider .item img {
  width: 100%;
}

.slider-section .slick-dots li button:before {
  display: none;
}

.slider-section .slick-dots li.slick-active button {
  background: #1d1d1f;
}

.slider-section .slick-dots {
  position: absolute;
  bottom: 40px;
}

.slider-content h1 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.slider-content {
  color: #000;
}

.slider-content a.link {
  color: #000;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.slider-content a.link:hover {
  text-decoration: none;
}

.slider-content .link-group {
  display: flex;
  gap: 40px;
}

.slider-section .slick-next,
.slider-section .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  background: #fff url(./images/arrow-submit.svg) center no-repeat;
  background-size: 14px auto;
}

.slider-section .slick-prev {
  left: 35px;
  transform: rotate(180deg);
}

.slider-section .slick-next {
  right: 35px;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.home .site-content>.ast-container {
  flex-wrap: wrap;
}

a.button {
  font-size: 14px !important;
  padding: 13px 30px 13px !important;
  border-radius: 5px;
  text-decoration: none;
}

a.button.btn-white {
  background-color: #fff;
  border-radius: 5px;
  color: #1d1d1f;
  font-size: 14px;
  padding: 12px 30px 12px;
  text-transform: capitalize;
  border: 1px solid #fff;
  text-decoration: none;
}

a.button.btn-white:hover {
  border: 1px solid #fff;
}

.specialties-slider {
  margin-bottom: 80px;
}

.specialties-slider .item {
  position: relative;
  margin: 0 15px;
}

.specialties-slider {
  width: 100%;
  display: flex;
}

.shop-specialties {
  overflow-x: hidden;
}

.shop-specialties-wrap {
  width: 100%;
}

.specialties-slider .item img {
  width: 100%;
  border: 5px;
}

.specialties-slider .item .img:before {
  border-radius: 5px;
  background: linear-gradient(360deg,
      #1d1d1f 21.78%,
      rgba(29, 29, 31, 0) 43.1%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.specialties-slider .item .content {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 30px;
  width: 100%;
}

.specialties-slider .item .content a.button.btn-white {
  float: right;
}

h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.specialties-slider .item .content h2 {
  margin-bottom: 10px;
  color: #fff;
}

.specialties-slider .item .content p {
  max-width: 350px;
}

.specialties-slider .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-left: calc((100% - 1300px) / 2) !important;
  padding-right: calc((100% - 1300px) / 2) !important;
}

.btn-wrap button {
  width: 70px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  background: #fff url(./images/arrow-submit.svg) center no-repeat;
  background-size: 24px auto;
  border: 1px solid #000;
  margin-bottom: 30px;
  margin: 0 0 30px;
}

.btn-wrap button.slick-disabled {
  opacity: 0.5;
}

.btn-wrap button.prev-btn {
  transform: rotate(180deg);
}

.shop-specialties-wrap .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.title .btn-wrap {
  display: flex;
  gap: 30px;
  align-items: center;
}

.call-to-action {
  margin-bottom: 55px;
  width: 100%;
}

.call-to-action .call-to-action-wrap {
  border-radius: 5px;
  background: linear-gradient(90deg, #e8e8e8 0%, #f6f6f6 100%);
  min-height: 250px;
  display: flex;
}

.call-to-action .ast-container {
  flex-wrap: wrap;
}

.call-to-action .view-all {
  width: 100%;
  text-align: right;
  border-top: 1px solid #afafaf;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
}

.call-to-action .call-to-action-wrap {
  border-radius: 5px;
  background: linear-gradient(90deg, #e8e8e8 0%, #f6f6f6 100%);
  min-height: 250px;
  display: flex;
  align-items: center;
  padding-left: 75px;
  width: 100%;
  justify-content: space-between;
}

.call-to-action .action-content {
  max-width: 500px;
  padding-right: 50px;
}

.call-to-action .view-all .link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url(./images/arrow-right.svg) no-repeat;
}

.call-to-action .view-all .link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 14px;
  background: url(./images/arrow-right.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-left: 10px;
}

.call-to-action .call-to-action-wrap .img img {
  height: 250px;
  /* width: 600px; */
  object-fit: cover;
  border-radius: 0px 5px 5px 0px;
}

.pain-blocker {
  margin-bottom: 100px;
}

.pain-blocker-wrap {
  display: flex;
}

.pain-blocker-wrap .content {
  color: #fff;
  max-width: 480px;
  background: #1d1d1f;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 55px;
  align-items: flex-start;
  justify-content: center;
}

.pain-blocker-wrap .content a.button.btn-white {}

.pain-blocker-wrap .content h2,
.pain-blocker-wrap .content h6 {
  color: #fff;
}

.pain-blocker-wrap .content h6 {
  margin-bottom: 20px;
  max-width: 300px;
}

.pain-blocker img {
  height: 100%;
  object-fit: cover;
}

.pain-blocker-wrap .content p {
  font-size: 14px;
  line-height: 21px;
}

.pain-blocker-wrap .content a.button.btn-white {
  margin-top: 30px;
}

.product-list ul.products.columns-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  width: 100%;
}

.product-list ul.products.columns-4 li.ast-grid-common-col {
  padding: 0;
}

.home #ast-desktop-header .ast-main-header-wrap.main-header-bar-wrap {
  display: block;
}

.ast-main-header-wrap.main-header-bar-wrap ul {
  margin: 0;
  list-style-type: none;
  display: flex;
}

.ast-main-header-wrap.main-header-bar-wrap ul li {
  display: inline-block;
}

.ast-main-header-wrap.main-header-bar-wrap ul li a {
  padding: 0 1em;
  display: inline-block;
  transition: all 0s linear;
}

.ast-main-header-wrap.main-header-bar-wrap ul li a.active {
  font-weight: bold;
  text-decoration: none;
}

.woocommerce .woocommerce-ordering {
  float: left;
  margin-bottom: 2.5em;
}

.woocommerce-js .woocommerce-result-count {
  margin: 1em 0 1em;
  line-height: 1;
  color: #666;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 221%;
  letter-spacing: -0.08px;
  float: right !important;
}

.ast-builder-menu .main-navigation {
  display: none;
}

.ast-search-menu-icon.ast-dropdown-active .search-field,
.ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field {
  width: 100% !important;
  border-radius: 50px !important;
  background: #f5f5f7 !important;
  outline: none;
  padding: 7px 20px !important;
  color: #949494 !important;
  font-family: Lato;
  font-size: 16px;
  font-style: normal !important;
  font-weight: 400;
  line-height: 28px !important;
  letter-spacing: -0.08px !important;
  width: 320px !important;
}

.ast-search-menu-icon.ast-dropdown-active .search-field:focus {
  outline: none !important;
}

.ast-header-search .ast-search-menu-icon.slide-search .search-form,
.ast-header-search .ast-search-menu-icon.ast-inline-search .search-form {
  border: none;
}

.woocommerce-js .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  padding: 5px 0;
}

.woocommerce #content div.product div.summary {
  width: 40% !important;
  padding-left: 60px;
  padding-top: 60px;
}

.woocommerce #content div.product div.images {
  width: 60% !important;
  background: #f5f5f7;
  padding: 80px 80px 80px 0;
  position: sticky !important;
  top: 0 !important;
}

body.single-product {
  overflow-x: unset;
}

.woocommerce-js div.product .product_title {
  margin: 0 0 5px;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.woocommerce #content div.product div.summary p.price {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px !important;
}

.woocommerce-product-details__short-description {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.07px;
  margin-bottom: 30px;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 20px;
}

.woocommerce-product-details__short-description {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.07px;
  margin-bottom: 30px;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 20px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  font-size: var(--wvs-single-product-item-font-size, 16px);
  text-align: center;
  border-radius: 5px !important;
  border: 2px solid #afafaf !important;
  box-shadow: none;
  height: 50px;
  min-width: 80px !important;
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 20px;
  margin: 0 8px 15px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
  border: 2px solid #2b6ccf !important;
}

.quantity .input-text {
  border-radius: 5px !important;
  border: 1px solid #d9d9d9;
  height: 50px;
  width: 80px;
}

.single_variation_wrap button.single_add_to_cart_button,
.woocommerce-js .custom-variation-btn-wrap .single_add_to_cart_button {
  border-radius: 5px;
  background: #2b6ccf;
  width: calc(100% - 90px) !important;
  height: 50px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.woocommerce-js .custom-variation-btn-wrap .single_add_to_cart_button {
  width: 100% !important;
  margin-bottom: 20px;
  font-size: 18px !important;
  line-height: 24px;
  text-transform: unset;
}

.woocommerce-js div.product form.cart div.quantity {
  float: left;
  margin: 0 30px 30px 0;
}

.woocommerce-js div.product form.cart .variations {
  margin-bottom: 25px;
}

.product-img-wrap {
  margin-bottom: 60px;
}

.product-expertly-wrap {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.product-img-wrap {
  margin-bottom: 60px;
  border-radius: 5px;
  background: #f5f5f7;
  padding: 60px 100px 30px;
}

.product-expertly-wrap-inner {
  display: flex;
  border-radius: 5px;
  background: #1d1d1f;
  flex-wrap: wrap;
}

.product-expertly-wrap-inner .expertly-desc {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 40px;
  width: calc(100% - 260px);
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-expertly-wrap-inner .expertly-img {
  width: 260px;
  background: #f5f5f7;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
}

.product-expertly-wrap-inner .expertly-img img {
  width: auto;
  border-radius: 5px;
}

.product-expertly-wrap-inner .expertly-desc h4 {
  color: #fff;
  color: #fff;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.product-expertly-wrap-inner .expertly-desc p {
  max-width: 230px;
}

.blunt-wrap {
  border-radius: 5px;
  background: #f5f5f7;
  margin-bottom: 55px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.blunt-wrap .blunt-img {
  width: 50%;
}

.blunt-wrap .blunt-desc {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 490px;
  padding: 0 30px;
  margin-left: 40px;
}

.blunt-wrap .blunt-desc h4 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}

.blunt-wrap .blunt-desc p {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-product .ast-container #primary {
  margin-top: 0;
  margin-bottom: 60px;
}

.woocommerce #content div.product div.images:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #f5f5f7;
  height: 100%;
  left: -100%;
  top: 0;
}

.woo-variation-swatches .variable-items-wrapper {
  margin-left: -7px;
}

.woocommerce-tabs .accordion-header {
  background: #f2f2f2;
  padding: 18px 35px;
  cursor: pointer;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  min-height: 37px;
  transition: 0.25s;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  border: none !important;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.woocommerce-tabs .accordion-header h1 {
  float: left;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  line-height: 1.1em;
  color: #212121;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.woocommerce-tabs .accordion-item {
  border-bottom: none;
  margin-bottom: 15px;
}

.woocommerce-tabs .drawer {
  width: 100%;
  border-top: none;
  border-radius: 0px;
}

.woocommerce-tabs .accordion-header-icon {
  color: #2b6ccf;
  font-size: 0;
  position: absolute;
  right: 0;
}

.woocommerce-tabs .accordion-header-icon:before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(./images/plus-icon.png) no-repeat;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  background-position: center;
  right: 10px;
  transform: translateY(-50%);
}

.woocommerce-tabs .accordion-header-icon.accordion-header-icon-active:before {
  content: "";
  background: url(./images/minus-icon.png) no-repeat center;
}

.accordion-header-icon.accordion-header-icon-active {
  transform: rotate(0);
}

.woocommerce-tabs .accordion-content {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  display: none;
  padding: 12px;
  color: #212121;
  background: #fff;
  font-size: 15px;
  line-height: 1.45em;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08px;
  border: none;
  background: #fafafa;
  padding: 5px 35px 30px;
}

.download-brochure {
  text-align: right;
  margin-bottom: 100px;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.download-brochure a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.download-brochure a svg {
  margin-right: 10px;
}

.ast-header-html-1 p {
  margin: 10px;
}

p:empty {
  display: none;
}

.xoo-wsc-ft-totals .xoo-wsc-ft-amt {
  display: flex;
  margin: 0 auto;
  font-weight: 600;
}

.xoo-wsc-modal .xoo-wsc-container {
  max-width: 33%;
  right: -33%;
}

.xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-container {
  right: 0;
}

.xoo-wsc-modal .xoo-wsc-footer {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 30px 40px;
  box-shadow: none;
  border-top: 1px solid #afafaf;
}

.xoo-wsc-modal .xoo-wsc-body {
  background-color: #ffffff;
}

.xoo-wsc-modal .xoo-wsc-header {
  background-color: #ffffff;
  border-bottom: none;
}

.xoo-wsc-modal .xoo-wsc-product {
  padding: 20px;
  margin: 10px 30px;
  border-radius: 5px;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  position: relative;
}

.xoo-wsc-modal .xoo-wsc-img-col {
  width: 20%;
}

.xoo-wsc-sm-info .xoo-wsc-pname a {
  font-size: 20px;
}

.xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
  grid-column-gap: 30px;
  margin-top: 20px;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  border-radius: 5px;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart {
  background-color: transparent;
  color: #2b6ccf;
  font-size: 16px;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart:hover {
  background-color: #2b6ccf;
  color: #ffffff;
}

.xoo-wsc-sm-info .xoo-wsc-smr-del {
  cursor: pointer;
  margin-top: 5px;
  background: url(./images/close.svg) no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
}

.xoo-wsc-sm-info .xoo-wsc-smr-del:before {
  content: "";
}

.xoo-wsch-top .xoo-wsch-close {
  font-size: 22px;
}

.payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #afafaf;
  padding-top: 30px;
  padding-bottom: 30px;
}

.payment label {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.payment ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0 0 0 40px;
}

.woocommerce-js div.product .product_meta {
  display: none;
}

.payment-detail {
  border-radius: 4px;
  background: #f2f5f9;
  padding: 35px 30px;
}

.payment-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-detail ul li {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.5%;
}

.payment-detail ul li img {
  width: 30px;
  height: auto;
  margin-right: 13px;
}

.payment-detail ul li:last-child {
  margin-bottom: 0;
}

.payment-detail ul li a {
  color: #2b6ccf;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-button {
  margin-top: 30px;
}

.cart-button a.button {
  border-radius: 5px;
  background: #2b6ccf;
  border: 1px solid #2b6ccf !important;
  padding: 14px 30px 15px !important;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: auto;
  text-decoration: none;
}

.cart-button a.button:hover {
  color: #2b6ccf;
  background-color: #ffffff;
}

.product-details-wrap {
  display: inline-block;
  margin-top: 80px;
}

.product-details-wrap img {
  mix-blend-mode: multiply;
  width: 100%;
}

.product-details-wrap {
  position: relative;
}

.hotspot.left-side {
  position: absolute;
}

.hotspot .hotspot-btn {
  border-radius: 100px;
  background: #fff;
  display: inline-flex;
  padding: 11px 15px;
  box-shadow: 0 0px 25px rgb(72 72 72 / 20%);
  color: #2b6ccf;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hotspot .hotspot-btn svg {
  margin-right: 5px;
}

/* .hotspot.bottom-side { bottom: 30%; position: absolute; right: 10%; }
.hotspot.top-right-side { position: absolute; top: 45%; right: 0; } */
.hotspot-block {
  padding: 25px;
  background-color: #ffffff;
  width: 300px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-radius: 5px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}

.woocommerce-page .related ul.products:not(.elementor-grid) {
  grid-template-columns: repeat(4, 1fr);
}

.faq-section .title h2 {
  color: #1d1d1f;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq-section .title p {
  color: #262626;
  font-family: Lato;
  line-height: 150%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.faq-section {
  width: 100%;
  padding: 100px 0 0;
}

.faq-section .title {
  padding-bottom: 100px;
}

.faq-section .ast-container {
  flex-wrap: wrap;
}

.accordion-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}

h3 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordion-wrap h3 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

ul.accordion-list {
  list-style: none;
  margin: 0;
  width: 100%;
}

ul.accordion-list li {
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fafafa;
}

.accordion-list h4 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 18px 45px 18px 35px;
  position: relative;
  cursor: pointer;
}

/* .site-content .ast-container {
	display: flex;
	flex-wrap: wrap;
} */
.answer {
  padding: 10px 35px;
  display: none;
}

.accordion-list h4:after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(./images/plus-icon.png) no-repeat;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  background-position: center;
  right: 10px;
  transform: translateY(-50%);
}

.accordion-list .active h4:after {
  content: "";
  background: url(./images/minus-icon.png) no-repeat center;
}

.h1 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}

.need-help {
  margin-bottom: 60px;
  width: 100%;
}

.help-list {
  width: 100%;
  display: grid;
  text-align: center;
  gap: 50px;
  display: flex;
  justify-content: center;
}

.help-block {
  border-radius: 5px;
  border: 1px solid #afafaf;
  padding: 35px 50px;
  margin-bottom: 30px;
  width: 33.3%;
}

.icon {
  width: 90px;
  height: 90px;
  background-color: #fafafa;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
}

.help-block h4 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.help-block p {
  margin-bottom: 5px;
}

.help-block a {
  color: #2b6ccf;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 202%;
}

.need-help h2.h1 {
  margin-bottom: 60px;
}

.need-help.contact-need-help .h1 {
  text-align: center;
}

.contact-form-section {
  padding: 130px 0 100px 0;
  max-width: 535px;
  width: 100%;
  margin: 0 auto;
}

.contact-content {
  text-align: center;
  font-size: 20px;
  padding: 0 20px 40px;
}

.contact-content img {
  margin-bottom: 15px;
}

.contact-content h3 {
  margin-bottom: 10px;
}

.page-template-tp-contact-us .contact-form input:not([type="submit"]),
.page-template-tp-contact-us .contact-form select {
  height: 60px;
}


.page-template-tp-contact-us .contact-form input:not([type="submit"]),
.page-template-tp-contact-us .contact-form select,
.page-template-tp-contact-us .contact-form textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 18px 20px;
  border-radius: 5px !important;
  border: 1px solid #1d1d1f !important;
  color: #777e90;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  background-color: transparent;
  z-index: 1;
  position: relative;
  box-shadow: none !important;
}

.page-template-tp-contact-us .contact-form .wpforms-field {
  padding: 0;
}


.page-template-tp-contact-us .contact-form .wpforms-field-label {
  top: 40px !important;
  margin: 0;
  color: #777E90 !important;
}

.page-template-tp-contact-us .site-content .ast-container {
  display: block;
}

.wpcf7 select {
  color: #777e90;
}

.haft-width {
  display: flex;
  gap: 20px;
  margin: 0 !important;
}

.wpcf7 textarea {
  height: 200px;
}

.privacy-link {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.privacy-link a {
  color: #0054a4;
}

.contact-form .wpcf7-form label,
.wpforms-container .wpforms-form .wpforms-field-label {
  color: #777e90;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  top: 20px;
  z-index: 1;
  left: 18px;
  transition: all ease-in-out 0.2s;
  position: absolute;
}

.page-template-tp-contact-us .contact-form .wpforms-field-label.has-value {
  top: 20px !important;
  color: #2b6ccf !important;
  font-family: Lato;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.page-template-tp-contact-us .contact-form .bottom-text-wrap p a {
  color: #2b6ccf;
}

.page-template-tp-contact-us .contact-form .bottom-text-wrap p {
  font-size: 14px;
  padding-top: 12px;
}

.page-template-tp-contact-us .contact-form .bottom-text-wrap .light-text {
  color: #666666;
  padding: 0;
}

.page-template-tp-contact-us div.wpforms-container-full:not(:empty) {
  margin: 0;
}


.page-template-tp-contact-us .contact-form input:not([type="submit"]):focus,
.page-template-tp-contact-us .contact-form select:focus,
.page-template-tp-contact-us .contact-form textarea:focus {
  border-color: #2b6ccf !important;
}

.wpcf7 input:not([type="submit"]):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #2b6ccf !important;
}

.wpcf7 p {
  margin-bottom: 27px;
  position: relative;
}

.wpcf7 form>div {
  margin-bottom: 0 !important;
}

.wpcf7 span {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wpcf7 .privacy-link {
  color: #666;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wpcf7 .privacy-link a {
  color: #0054a4;
}

.page-template-tp-contact-us .contact-form .wpforms-submit,
.wpcf7 .wpcf7-form-control.wpcf7-submit {
  border-radius: 5px;
  background: #2b6ccf !important;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 29px 16px !important;
}

.main-content-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}

.main-content-wrap .sidebar {
  width: 280px;
  padding-right: 30px;
  border-right: 1px solid #afafaf;
}

div#tabs-content {
  width: calc(100% - 280px);
  padding-left: 40px;
}

.sidebar h3 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

ul#tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#tabs-nav li {
  width: 100%;
  margin-bottom: 5px;
}

ul#tabs-nav li a {
  color: #2b6ccf;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
}

ul#tabs-nav li.active a {
  font-weight: bold;
}

h1 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-content-wrap h1 {
  margin-bottom: 40px;
  color: #262626;
}

.main-content-wrap h2 {
  text-transform: uppercase;
  margin: 30px 0 30px;
  color: #262626;
}

.main-content-wrap h3,
.main-content-wrap h4 {
  margin: 25px 0 20px;
  color: #262626;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 100%;
  display: inline-block;
}

hr {
  background-color: #afafaf;
  border: 0;
  height: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
  display: block;
}

ol,
ul {
  box-sizing: border-box;
  margin-left: 20px;
}

.main-content-wrap a {
  color: #2b6ccf;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.resources-section .submenu-mobile,
.submenu-mobile-title,
.back {
  display: none;
}

.page-template-tp-login .site-content {
  background-color: #aeaeae;
  background: #fafafa;
}

.login-wrap,
.register-wrap {
  max-width: 700px;
  margin: 80px auto;
  width: 100%;
  padding: 80px;
  background-color: #fff;
  border-radius: 5px;
  background: #fff;
}

.login-title-wrap,
.register-title-wrap {
  text-align: center;
}

.login-title-wrap img,
.register-title-wrap img {
  margin-bottom: 15px;
}

.login-wrap .haft-width {
  display: flex;
  gap: 20px;
  margin: 0 !important;
  justify-content: space-between;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-js form .form-row input.input-text,
.woocommerce-js form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #1d1d1f;
  background: #fcfcfd;
  font-size: 18px;
  padding: 17px 20px;
}

button.woocommerce-button.button,
a.woocommerce-button.button {
  border-radius: 5px;
  background: #2b6ccf;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 20px;
  margin-top: 20px;
}

.login-link {
  text-align: center;
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 50px;
}

.login-link a {
  color: #2b6ccf;
}

.woocommerce-js form .form-row {
  padding: 3px;
  margin: 0 0 25px;
  padding: 0;
  position: relative;
}

.login-link p {
  line-height: 30px;
}

.woocommerce-button.button.woocommerce-form-login__submit {
  margin-top: 15px;
}

.register-title-wrap {
  margin-bottom: 40px;
}

.woocommerce-privacy-policy-text {
  color: #666;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 15px;
}

.woocommerce-privacy-policy-text a {
  color: #2b6ccf;
}

.woocommerce-js form .form-row select {
  cursor: pointer;
  margin: 0;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1d1d1f;
  background-position: calc(100% - 20px);
  color: #777e90;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-js .login-wrap form .form-row label,
.woocommerce-js .register-wrap form .form-row label {
  line-height: 2;
  font-weight: 700;
  color: #777e90;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.2s;
}

.woocommerce-js form .form-row label.has-value {
  top: 20%;
  color: #2b6ccf;
  font-size: 12px;
}

.woocommerce-js form .form-row input.input-text:focus,
.woocommerce-js form .form-row textarea:focus {
  border-color: #2b6ccf !important;
}

.haft-width .haft {
  width: 50%;
}

.main-header {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.main-header-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 25px 40px;
}

.main-header-right a {
  margin-right: 30px;
  display: inline-block;
  text-decoration: none;
}

.main-header-right a.store-icon {
  background-color: #2b6ccf;
  padding: 11px 20px 12px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all ease-in-out 0.5s;
}

.main-header-right a.store-icon img {
  margin-right: 10px;
}

.menu-open .main-header-right a.store-icon {
  background-color: #ffffff;
  color: #1d1d1f;
}

.menu-open .main-header-right a.store-icon img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(9%) saturate(308%) hue-rotate(201deg) brightness(94%) contrast(94%);
}

.main-header-right {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

.mobile-menu {
  background: #1d1d1f;
  position: fixed;
  right: -100%;
  padding: 150px 60px 50px;
  width: 30%;
  height: 100%;
  overflow: auto;
  top: 0;
  color: #fff;
  z-index: 2;
  transition: all ease-in-out 0.7s;
  max-width: 520px;
}

.menu-open .mobile-menu {
  right: 0;
}

.mobile-menu ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}

.mobile-menu ul li a {
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-menu ul li ul li {
  padding: 10px 0;
}

.mobile-menu ul li ul {
  padding-top: 20px;
  display: none;
}

.mobile-menu ul li ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
}

.mobile-menu ul li ul li:last-child {
  padding-bottom: 0;
}

.menu-open .main-header-right a.hamburger-icon {
  background: url(./images/close-white.svg) no-repeat;
  width: 46px;
  height: 46px;
  transition: all ease-in-out 0.5s;
}

.menu-open .main-header-right a.hamburger-icon img {
  opacity: 0;
}

.menu-open .main-header-right a img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(6688%) hue-rotate(182deg) brightness(127%) contrast(92%);
}

.mobile-menu a.child-trigger {
  position: absolute;
  right: 40px;
  background: url(./images/plus-white.svg) no-repeat center;
  width: 24px;
  height: 28px;
  cursor: pointer;
  background-position: center;
  transition: all ease-in-out 0.5s;
}

.mobile-menu a.child-trigger.child-open {
  background: url(./images/minus-white.svg) no-repeat center;
}

.form-search-wrap {
  background: #1d1d1f;
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  z-index: 9;
  align-items: center;
  transition: all ease-in-out 0.5s;
}

.form-search-wrap form.search-form {
  width: 100%;
}

.search-block input.search-field {
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #949494;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  /* 60px */
  letter-spacing: -0.12px;
  padding: 10px 30px;
  width: 100%;
}

.search-block {
  max-width: 947px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.search-block form.search-form {
  width: 100%;
}

.search-block button.search-submit {
  position: absolute;
  right: 0;
  background: url(./images/search-icon.svg) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(6688%) hue-rotate(182deg) brightness(127%) contrast(92%);
}

.form-search-wrap .close-icon {
  padding-right: 40px;
  position: absolute;
  right: 0;
}

.search-open .form-search-wrap {
  top: 0;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.wpcf7-form .full-width,
.login-wrap .full-width,
.register-wrap .full-width {
  width: 100%;
  margin: 0;
  left: 0;
}

.main-slider-section .slider-content {
  position: absolute;
  top: 15%;
  width: 100%;
  z-index: 1;
}

.main-slider-section .slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.main-slider-section .slick-slide {
  position: relative;
}

.progressBarContainer {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.progressBarContainer .progressBar {
  background-color: #cdcdcd;
  width: 320px;
  height: 1px;
  display: inline-block;
  margin: 0 13px;
  position: relative;
}

.progressBarContainer .progressBar .inProgress {
  position: absolute;
  z-index: 1;
  background: #1d1d1f;
  height: 1px;
}

.down-btn {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
}

.main-slider .slick-next,
.main-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  background: #fff url(./images/arrow-submit.svg) center no-repeat;
  background-size: 14px auto;
}

.main-slider .slick-prev {
  left: 45px;
  transform: rotate(180deg);
}

.main-slider .slick-next {
  right: 45px;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.category-list-section {
  padding: 200px 0;
  width: 100%;
  display: inline-block;
}

.main-slider-section {
  position: relative;
}

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.category-content {
  text-align: center;
  position: absolute;
  bottom: 60px;
  max-width: 470px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.category-block {
  position: relative;
}

.category-content h2 {
  color: #1d1d1f;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.category-content .link-block {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.category-content .link-block a {
  position: relative;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.category-content .link-block a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #000;
  bottom: -2px;
  transition: all ease-in-out 0.5s;
}

.category-content .link-block a:hover:after {
  width: 100%;
}

.category-block .category-img {
  width: 100%;
}

.category-block .category-img img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

.product-with-service-section {
  background: #eef2f6;
  padding: 50px 0 100px;
}

.product-with-service-section h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}

.product-with-service {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 80px;
}

.product-main-block {
  position: relative;
  width: calc(50% - 30px);
  margin-right: 30px;
}

.product-main-block .content {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 25px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  align-items: center;
  box-sizing: border-box;
}

.product-main-block img {
  width: 100%;
  border-radius: 10px;
}

.product-main-block .content a.button.outline {
  border-radius: 5px;
  border: 1px solid #0054a4;
  background-color: transparent;
  color: #0054a4;
  padding: 17px 40px !important;
  font-size: 14px !important;
}

.product-main-block .content a.button.outline:hover {
  background-color: #0054a4;
  color: #ffffff;
}

.product-main-block .content h3 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.two-service {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.two-service .block {
  width: 100%;
}

.two-service .block h3 {
  position: absolute;
  bottom: 20px;
  color: #fff;
  color: #fff;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 20px 20px;
  width: min-content;
}

.two-service .block img {
  width: 100%;
}

.epimed-qulity-section {
  background: #f5f5f7;
  padding: 80px 0 0;
}

a.button.btn-blue {
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #2b6ccf;
  padding: 16px 25px !important;
}

.button.btn-blue.arrow:after {
  content: "";
  display: inline-block;
  background: url(./images/btn-white-arrow.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 100% auto;
  vertical-align: middle;
  margin-left: 10px;
}

.epimed-qulity-content {
  width: 30%;
}

.epimed-qulity-content h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 50px */
}

.epimed-qulity-img {
  width: 70%;
  position: relative;
  right: 0;
}

* {
  box-sizing: border-box;
}

.info-list {
  margin-top: 60px;
}

.info-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.info-icon {
  width: 48px;
  height: 48px;
}

.info-content {
  width: calc(100% - 48px);
  padding-left: 30px;
}

.info-content h6 {
  font-size: 24px;
  margin-bottom: 4px;
}

.epimed-qulity-wrap {
  position: relative;
  margin-left: calc((100% - 1300px) / 2) !important;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.video-section {
  background: #03050c;
  padding: 100px 0;
}

.video-section .video-warp {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.video-warp {
  position: relative;
}

.video-warp a:before {
  z-index: 1;
  content: "";
  display: inline-block;
  position: absolute;
  background: url(./images/video-play-icon.png) no-repeat;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-warp a:after {
  content: "";
  width: 119px;
  height: 119px;
  border-radius: 50%;
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 0;
  transition: all ease-in-out 0.5s;
}

.video-warp a:hover:after {
  transform: translate(-50%, -50%) scale(1);
}

.video-section .video-warp img {
  border-radius: 10px;
}

.minimizing-risk-wrap {
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
}

.minimizing-risk {
  padding: 100px 0;
}

.minimizing-risk-wrap .img {
  width: 60%;
  position: relative;
}

.minimizing-risk-wrap .img img {
  width: 100%;
  border-radius: 10px;
}

.minimizing-risk-content {
  width: 40%;
  padding-left: 30px;
  padding-top: 40px;
  max-width: 420px;
}

.minimizing-risk-wrap .box {
  border-radius: 10px;
  background: #03050c;
  color: #fff;
  padding: 25px;
  display: inline-block;
  max-width: 200px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.minimizing-risk-wrap .box h3 {
  color: #fff;
  font-family: Lato;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}

.minimizing-risk-wrap .box h5 {
  color: #fff;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.minimizing-risk-wrap .box p {
  margin-bottom: 0;
}

.minimizing-risk-wrap .box.top-left {
  position: absolute;
  top: -60px;
  left: -50px;
}

.minimizing-risk-wrap .box.bottom-right {
  position: absolute;
  right: -30px;
  bottom: -60px;
}

.minimizing-risk-content h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 50px */
}

.minimizing-risk-wrap .btn-block {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.news-accordion ul.accordion-list li {
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #1d1d1f;
  padding: 15px 80px 15px 30px;
  position: relative;
}

.news-accordion .accordion-list h4 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  padding: 0;
  position: static;
}

.news-accordion .accordion-list h4 date {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin-top: 7px;
}

.news-accordion .answer {
  padding: 10px 0;
  display: none;
  color: #1d1d1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 21.24px */
}

.news-accordion .answer .link-right {
  text-align: right;
}

.news-accordion .accordion-list h4:after {
  filter: brightness(0) saturate(100%) invert(5%) sepia(6%) saturate(907%) hue-rotate(201deg) brightness(96%) contrast(85%);
}

a.link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  text-decoration-line: underline;
}

.news-section {
  background: #eef2f6;
  padding-top: 60px;
  padding-bottom: 150px;
}

.news-section h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 50px */
  width: 100%;
  margin-bottom: 35px;
}

.news-main {
  padding: 0 60px;
}

.news-main-wrap {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.news-main-wrap .news-accordion {
  width: 70%;
}

.news-main-wrap .news-img {
  width: 30%;
  padding-left: 30px;
}

.news-main-wrap .news-img img {
  width: 100;
  border-radius: 10px;
}

.event-section {
  padding: 120px 0;
  width: 100%;
  display: inline-block;
}

.event-section .title h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}

.event-section .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 50px;
}

.event-section .title .btn-wrap button {
  margin: 0;
}

.event-slider .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-left: calc((100% - 1300px) / 2) !important;
  padding-right: calc((100% - 1300px) / 2) !important;
}

.event-slider .event-block {
  padding: 0 15px;
}

.event-slider .date {
  left: 15px;
  top: 15px;
  border-radius: 5px;
  background: #fff;
  width: 74px;
  height: 74px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  flex-direction: column;
}

.event-slider .date strong {
  display: inline-block;
  width: 100%;
  font-weight: 800;
}

.event-block .img {
  margin-bottom: 20px;
  position: relative;
}

.event-block h4 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 15px;
}

.event-block p {
  color: #1d1d1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  /* 21.24px */
  margin: 0 0 10px;
}

.join-team {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-bottom: 200px;
}

.join-content {
  border-radius: 10px;
  background: rgba(29, 29, 31, 0.8);
  max-width: 620px;
  width: 100%;
  color: #fff;
  padding: 30px 45px 45px;
}

.join-content h3 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.join-content h2 {
  color: #fff;
  font-family: Lato;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.join-content a.button.btn-white {
  margin-top: 20px;
}

.white-footer.site-footer {
  background-color: #fff;
  background-image: none;
  color: #1d1d1f;
}

.white-footer .footer-top {
  border-top: 1px solid #969696;
}

.white-footer .footer-top .title,
.white-footer .newsletter h4,
.white-footer .footer-top p,
.white-footer .footer-top a,
.white-footer .newsletter h6 {
  color: #1d1d1f;
}

.white-footer .noptin-optin-form .noptin-text {
  border-color: #1d1d1f !important;
}

.white-footer .footer-bottom-wrap {
  border-color: #969696;
}

.white-footer .footer-bottom,
.footer-link-quick ul li a {
  color: #969696;
}

.white-footer .social-media img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(6%) saturate(907%) hue-rotate(201deg) brightness(96%) contrast(85%);
}

.woocommerce-MyAccount-content h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.notifications-block {
  position: relative;
  border-radius: 10px;
  padding-left: 44px;
  color: #1d1d1f;
  margin-bottom: 30px;
  background: #F5F5F7;
}

.notifications-block .top {
  display: flex;
  justify-content: flex-end;
  color: #777e90;
  text-align: right;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px;
  align-items: center;
}

.notifications-block.active {
  background: #eff5fe;
}

.notifications-block .link {
  font-weight: 700;
  color: #2c70ce;
  text-decoration: underline;
}

.notifications-block .top .notification-icon {
  margin-left: 15px;
}

.notifications-block .content {
  color: #1d1d1f;
  /* h5 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 885px;
}

.notifications-block .content h4 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}

.notifications-block .close {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.notifications-block.active {
  border: 2px solid #2b6ccf;
}

.notifications-block.active .top {
  color: #2b6ccf;
}

.notifications-block.active .top .notification-icon img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(1481%) hue-rotate(202deg) brightness(86%) contrast(86%);
}

.sign-security h2 {
  margin-bottom: 65px;
}

.sign-security h2 {
  margin-bottom: 65px;
}

.change-block {
  border-bottom: 1px solid #afafaf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.change-block h6 {
  margin-bottom: 5px;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.change-block p {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.change-btn a.button.btn-blue {
  height: 46px;
  padding: 8px 20px !important;
  min-width: 125px;
  text-align: center;
}

.change-block .change-btn {
  width: 30%;
}

.change-block .content {
  width: 70%;
  padding-right: 30px;
}

.woocommerce-account .entry-content[ast-blocks-layout]>* {
  /* max-width: 100%; */
  display: flex;
  flex-wrap: wrap;
}

.favorites-list .yith-wcwl-add-button a.delete_item {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}

.favorites-list .yith-wcwl-add-button a.delete_item i.yith-wcwl-icon {
  font-size: 18px;
}

.my-orders-section h2 {
  margin: 0 0 30px;
}

.my-orders-list {
  border-radius: 10px;
  background: #f5f5f7;
  margin-bottom: 30px;
  overflow: hidden;
}

.my-orders-block:last-child {
  border-bottom: none;
}

.my-orders-top {
  display: flex;
  flex-wrap: wrap;
}

.my-orders-top .cell {
  flex: 1;
}

.my-orders-top .cell.image-content .img {
  width: 190px;
}

.my-orders-top .cell.image-content .content {
  width: calc(100% - 190px);
  padding-left: 30px;
  max-width: 280px;
  color: #1d1d1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.my-orders-top .cell.image-content .content h6 {
  color: #1d1d1f;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 5px;
  padding-bottom: 28px;
}

.my-orders-top .cell.bold {
  color: #1d1d1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.my-orders-top .cell.bold p {
  margin-bottom: 15px;
}

.my-orders-top .cell.bold label {
  color: #666;
  display: block;
}

.my-orders-bottom {
  display: flex;
  justify-content: flex-end;
  padding: 0 32px 28px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 50px;
}

.my-orders-bottom a.delivered {
  color: #68a066;
}

.my-orders-bottom a.delivered:before {
  content: "";
  display: inline-block;
  background: url(./images/check-green.svg) no-repeat;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 6px;
}

.woocommerce-account div#primary {
  margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 26%;
  padding: 40px 40px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 74%;
  padding-left: 70px;
  padding-top: 70px;
  border-left: 1px solid #afafaf;
  /* padding-right: 160px; */
}

body .woocommerce-MyAccount-navigation-link {
  list-style: none;
  border: none;
  border-bottom-width: 0;
  color: #777e90;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

body .woocommerce-MyAccount-navigation-link a {
  display: inline-block;
  padding: 8px 15px;
  color: #777e90;
}

body .woocommerce-MyAccount-navigation-link a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before {
  background: url(./images/person-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.is-active a {
  color: #2b6ccf;
  border-radius: 5px;
  background: #eff5fe;
}

body .woocommerce-MyAccount-navigation-link.is-active a:before {
  filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(1481%) hue-rotate(202deg) brightness(86%) contrast(86%);
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--shopping-cart a:before {
  background: url(./images/shopping-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--favorites a:before {
  background: url(./images/favorite-fill-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before {
  background: url(./images/shopping-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--shipping-address a:before {
  background: url(./images/shopping-cart-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--signin-security a:before {
  background: url(./images/encrypted-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--billing-address a:before {
  background: url(./images/attach-money-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--billing-address a:before {
  background: url(./images/attach-money-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--invoice-receipts a:before {
  background: url(./images/article-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--notifications a:before {
  background: url(./images/notifications-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--help-support a:before {
  background: url(./images/support-icon.svg) no-repeat center;
}

body .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--manage-users a:before {
  background: url(./images/add-user.svg) no-repeat center;
}

.woocommerce-MyAccount-navigation>ul {
  margin: 0;
  padding: 0;
}

.table-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.table-row .cell {
  flex: 1;
}

.table-row .cell.product-img {
  flex-basis: 0;
}

.table-row .cell.product-name {
  flex-basis: 160px;
  padding-left: 20px;
}

.table-row .cell.product-name h6 {
  margin: 0;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.table-row .cell.product-name p {
  margin: 0;
}

.cell.product-qty input {
  width: 60px;
  height: auto;
  padding: 0;
  border-radius: 5px;
  background: #f5f5f7;
  border: none;
  color: #1d1d1f !important;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 8px 10px;
}

.cell.product-qty::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1d1d1f !important;
  opacity: 1;
}

.cell.product-qty::-moz-placeholder {
  /* Firefox 19+ */
  color: #1d1d1f !important;
  opacity: 1;
}

.cell.product-qty:-ms-input-placeholder {
  /* IE 10+ */
  color: #1d1d1f !important;
  opacity: 1;
}

.cell.product-qty:-moz-placeholder {
  /* Firefox 18- */
  color: #1d1d1f !important;
  opacity: 1;
}

.cell.product-price {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.cell.prodcut-remove {
  text-align: center;
  display: flex;
  justify-content: center;
}

.woocommerce-js .cell.prodcut-remove a.remove:before {
  display: none;
}

.cart_totals {
  border-radius: 10px;
  border: 2px solid #2b6ccf;
  background: #f5f5f7;
  padding: 35px;
  max-width: 100%;
  width: 100% !important;
}

.cart_totals h2 {
  font-size: 24px;
  margin: 0;
  padding: 0 0 20px;
}

.cart_totals table.shop_table {
  border: none;
}

.cart_totals table.shop_table td,
.cart_totals table.shop_table th {
  padding: 0;
  border: none !important;
  border-bottom: 1px solid #d4d4d4 !important;
}

.cart_totals table.shop_table th {
  color: #767676;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.1px;
  padding: 25px 0;
}

.cart_totals table.shop_table td,
.cart_totals table.shop_table .amount {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 322.5%;
  /* 64.5px */
  letter-spacing: -0.1px;
  text-align: right;
}

.cart_totals a.checkout-button {
  border-radius: 5px;
  background: #2b6ccf;
  padding: 18px 20px !important;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cart_totals a.checkout-button {
  border-radius: 5px;
  background: #2b6ccf;
  padding: 16px 20px !important;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.coupon {
  position: relative;
}


.coupon input#coupon_code {
  border-radius: 10px;
  background: #fff;
  color: #777e90;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  height: auto;
  width: 100% !important;
  height: 56px !important;
  max-height: unset !important;
  border: none;
}

.coupon button.button {
  border-radius: 5px;
  background: #767676;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* height: 45px; */
  line-height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.woocommerce-page .cart-collaterals {
  zoom: 1;
  width: 100%;
  max-width: 450px;
}

form.woocommerce-cart-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.single-product-banner {
  background: #f5f5f7;
  min-height: 550px;
}

.product-banner {
  display: flex;
  padding-top: 100px;
  flex-wrap: wrap;
  align-items: center;
  padding-left: calc((100% - 1320px) / 2);
}

.product-banner-content {
  width: 35%;
  padding-right: 30px;
}

.product-banner-img {
  width: 65%;
}

.product-banner-content h1 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.product-banner-content p {
  color: #262626;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  margin-bottom: 30px;
}

.product-banner-content a.button.btn-outline {
  background-color: transparent !important;
  border-radius: 50px;
  border: 1px solid #0054a4;
  color: #0054a4;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 35px !important;
}

.single.ast-separate-container {
  background-color: transparent;
}

.product-banner-img img {
  mix-blend-mode: multiply;
  margin-bottom: -12%;
}

.connect-with-us {
  text-align: center;
  padding: 130px 0;
}

.connect-with-us-content {
  color: #262626;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  max-width: 730px;
  margin: 0 auto;
}

.connect-with-us-content h2 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.connect-with-us-content p {
  max-width: 550px;
  margin: 0 auto;
}

.connect-with-us-content a.link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0054a4;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.connect-with-us-content a.link svg {
  margin-left: 5px;
}

.connect-with-us .connect-img {
  margin-top: 70px;
  border-radius: 10px;
  background-color: #fefefe;
}

.zigzag .image-content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.zigzag .image-content .img {
  width: 50%;
}

.zigzag .image-content .content-desc {
  width: 50%;
  padding-left: 80px;
}

.zigzag .image-content .content-desc h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.zigzag .image-content .content-desc li {
  color: #262626;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 18px;
  position: relative;
  list-style: none;
}

.zigzag .image-content .content-desc li:before {
  content: "";
  display: block;
  background: url(./images/round-check-icon.svg) no-repeat;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 2px;
}

.zigzag .image-content.right-side {
  flex-direction: row-reverse;
}

.zigzag .image-content.right-side .content-desc {
  padding-right: 80px;
  padding-left: 0;
}

.zigzag .image-content.right-side .content-desc strong {
  display: block;
}

.product-video {
  border-radius: 10px;
  background: linear-gradient(180deg, #051429 0%, #02040a 100%);
  padding: 80px 0 120px;
  width: 100%;
}

.product-video .ast-container,
.testimonials-section .ast-container {
  max-width: 974px;
  color: #fff;
}

.product-video-content {
  max-width: 100%;
  margin-bottom: 50px;
}

.product-video-content h2 {
  color: #fff;
  font-family: Lato;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.testimonials-section {
  padding: 100px 0;
  width: 100%;
}

.testimonials-section blockquote {
  color: #1d1d1f;
  margin: 0;
  padding: 0 0 30px;
}

.testimonials-section h6 {
  color: #1d1d1f;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.testimonials-section h2 {
  text-align: center;
  width: 100%;
  font-family: Lato;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 60px;
}

.specs-featurs {
  border-radius: 10px;
  background: #eef2f6;
  padding: 65px 0;
  margin-bottom: 120px;
}

.specs-featurs h2 {
  width: 100%;
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}

.featurs-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}

.featurs-block h5 {
  color: #262626;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.featurs-block .icon {
  width: 50px;
  height: 50px;
  margin: 0 0 20px;
}

.placement-content {
  text-align: center;
  padding: 100px 0;
  width: 100%;
  max-width: 755px;
  margin: 0 auto;
}

.placement-content h2 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.placement-content p {
  max-width: 550px;
  margin: 0 auto 45px;
}

.placement-content .btn-center {
  margin-bottom: 0;
}

.slider-center img {
  width: 100%;
  padding: 0 70px;
  border-radius: 10px;
}

.slider-center .slick-next,
.slider-center .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 88px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
  border-radius: 5px;
  background: url(./images/slider-center-arrow.svg) center no-repeat;
  background-size: 88px auto;
}

.slider-center .slick-prev {
  left: 45px;
}

.slider-center .slick-next {
  right: 45px;
  transform: rotate(180deg);
}

.product-faq {
  border-radius: 10px;
  background: #1d1d1f;
  padding: 100px 0;
}

.product-faq h2 {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin-bottom: 70px;
}

.product-faq ul.accordion-list li {
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fafafa;
  border-radius: 10px;
  background: #2a2a2d;
  color: #fff;
}

.product-faq .accordion-list h4 {
  padding: 19px 55px 19px 55px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.product-faq .answer {
  padding: 5px 55px;
}

.about-zigzag {
  width: 100%;
}

.about-img {
  padding: 140px 0 100px;
}

.about-img img {
  width: 100%;
  border-radius: 10px;
}

.about-zigzag .image-content {
  margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.about-zigzag .image-content .content {
  width: 50%;
  padding-top: 40px;
  padding-right: 30px;
}

.about-zigzag .image-content .img {
  width: 50%;
}

.about-zigzag .image-content .img img {
  width: 100%;
  border-radius: 5px;
}

.about-zigzag .image-content .content .image-content-desc {
  max-width: 530px;
}

.about-zigzag .image-content .content .image-content-desc h4 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.about-zigzag .image-content:nth-child(2n) {
  flex-direction: row-reverse;
}

.about-zigzag .image-content:nth-child(2n) .content {
  padding-right: 0;
  padding-left: 30px;
}

.epimed-support {
  border-radius: 10px;
  background: #f3efeb;
  padding: 70px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 85px;
}

.epimed-support-content {
  max-width: 800px;
  margin: 0 auto;
}

.epimed-support-content h2 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 108.5%;
}

.epimed-support-content p:last-child {
  margin-bottom: 0;
}

.our-story {
  background: #1d1d1f;
  padding: 65px 0;
}

.our-story-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.our-story-block .our-story-content {
  width: 50%;
  color: #fff;
  padding-right: 90px;
}

.our-story-block .our-story-video {
  position: relative;
  width: 50%;
}

.our-story-block .our-story-content h2 {
  color: #fff;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 51px */
  margin: 0;
}

.our-story-block .our-story-video img {
  width: 100%;
  border-radius: 5px;
}

.office-section {
  padding: 80px 0;
}

.office-list {
  display: grid;
  width: 50%;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-left: 45px;
}

.office-block img {
  width: 100%;
  border-radius: 10px;
}

.office-block .img {
  margin-bottom: 25px;
}

.office-block h3 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}

.office-block a.link {
  color: #0054a4;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.office-block a.link:after {
  content: "";
  display: inline-block;
  background: url(./images/arrow_right_alt.svg) no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 10px;
}

.office-block .link-block {
  text-align: right;
}

.join-team-section {
  padding-bottom: 100px;
  width: 100%;
}

.join-team-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.join-team-block .content {
  padding-right: 45px;
  width: 50%;
}

.join-team-block .content h3 {
  color: #1d1d1f;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.join-team-block .content h2 {
  color: #1d1d1f;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.join-team-block .img {
  width: 50%;
}

.join-team-block img {
  width: 100%;
  border-radius: 10px;
}

.careers-banner {
  padding: 140px 0 80px;
}

.careers-banner-img {
  position: relative;
}

.careers-banner-img .img {
  position: relative;
}

.careers-banner-img .img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.careers-banner-img .img img {
  border-radius: 10px;
}

.careers-banner-img h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 50px */
  max-width: 600px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.open-positions .ast-container {
  max-width: 945px;
}

.open-positions .ast-container {
  max-width: 945px;
}

ul.filter {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.filter li {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #1d1d1f;
  background: #fff;
  margin-bottom: 18px;
  margin: 0 8px 18px;
}

ul.filter li span {
  cursor: pointer;
  color: #1d1d1f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 20px;
  display: inline-block;
}

ul.filter li.active span {
  background: #1d1d1f;
  color: #fff;
}

.positions-list ul {
  margin: 0;
  list-style: none;
}

.positions-list ul li {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 15px 25px;
  width: 100%;
  margin-bottom: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.positions-list {
  width: 100%;
  margin-top: 70px;
}

.positions-list ul li span.positions-content {
  display: flex;
  flex-direction: column;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
}

.positions-list ul li a.button.btn-white {
  height: 54px;
  width: 150px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  position: static;
}

.positions-list ul li a.button.btn-white:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.positions-list ul li:hover a.button.btn-white {
  background-color: #fff !important;
}

.positions-list ul li:hover {
  background: #1d1d1f;
}

.positions-list ul li:hover span.positions-content {
  color: #fff;
}

.caree-opportunities {
  padding: 180px 0;
}

.caree-opportunities .block-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -45px;
  margin-right: -45px;
}

.caree-opportunities .block-list .block {
  padding: 0 45px;
  width: 50%;
}

.caree-opportunities .block-list .block h3 {
  color: #1d1d1f;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.opportunity-employer {
  background: #1d1d1f;
}

.opportunity-employer-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.opportunity-employer-wrap .content {
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 50%;
  padding-left: 30px;
  padding: 100px 30px;
}

.opportunity-employer-wrap .img {
  width: 50%;
  padding-right: 30px;
  top: -120px;
  position: relative;
}

.opportunity-employer-wrap .content h2 {
  color: #fff;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.company-benefits {
  margin: 70px 0;
  background-color: #f3efeb;
  padding: 80px 0;
}

.company-benefits h2 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}

.benefits-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
}

.benefits-list .benefits-block {
  width: 33.33%;
  text-align: center;
  padding: 0 30px 40px;
}

.benefits-block .icon {
  margin-bottom: 25px;
}

.benefits-block h6 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.open-positions h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.profile-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*  border-bottom: 1px solid #afafaf;*/
  margin-bottom: 50px;
}

.profile-wrap .profile-img {
  text-align: center;
}

.profile-wrap .profile-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.profile-wrap .profile-title {
  text-align: center;
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 15px 0;
}

.profile-btn span.remove-profile-image {
  border-radius: 5px;
  background: #f5f5f7;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 20px;
  padding: 10px 15px;
  display: inline-block;
}

.profile-btn .btn {
  border-radius: 5px;
  background: #f5f5f7;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 20px;
  padding: 10px 15px;
  display: inline-block;
  margin: 0 3px;
}

.profile-btn {
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}

.profile-btn span.remove-profile-image svg {
  vertical-align: middle;
}

.profile-btn input#profile_image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.profile-btn .btn,
.remove-profile-image {
  cursor: pointer;
}

.woocommerce-js form.edit-account .form-row label {
  color: #1d1d1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.woocommerce-js form.edit-account .form-row {
  margin: 0 0 40px;
}

.entry-content .edit-account h3 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.entry-content .edit-account h3 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
  border-top: 1px solid #afafaf;
  padding-top: 30px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.woocommerce-js form.edit-account .form-row input.input-text,
.woocommerce-js form.edit-account .form-row textarea {
  border-radius: 10px;
  border-color: #858587;
  background: #fcfcfd;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-js form.edit-account .form-row select {
  border-color: #858587;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-js form.edit-account #billing_postcode_field {
  max-width: 160px;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 1em;
  margin-left: 3px;
  border-radius: 5px;
  background: #2b6ccf;
  padding: 17px 40px;
}

.connection-section {
  background: #eef2f6;
  padding-top: 30px;
}

.connection-section .title {
  max-width: 905px;
  text-align: center;
  width: 100%;
  margin: 0 auto 80px;
}

.connection-section .title h5 {
  color: #1d1d1f;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.connection-section .title h1 {
  color: #1d1d1f;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 75px */
}

.connection-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 85px;
  margin-top: 85px;
}

.connection-block {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  padding: 0 25px 85px;
  margin-bottom: 80px;
  position: relative;
}

.connection-block .img {
  margin-bottom: 30px;
  margin-top: -80px;
}

.connection-block .img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}

.connection-block h5 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.connection-block strong {
  display: block;
}

.connection-block .contact-now a.button {
  border-radius: 50px;
  border: 1px solid #1d1d1f;
  background: #fff;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 40px !important;
  min-width: 180px;
}

.connection-block .contact-now a.button:hover {
  background-color: #1d1d1f;
  color: #fff;
}

.connection-block .contact-now {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  left: 0;
}

.contact-team label {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}

.contact-team h1.contact-form-title {
  text-align: center;
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.contact-team>p {
  text-align: center;
  margin-bottom: 30px;
}

.connection-section .search-form {
  margin-top: 50px;
}

.search-form h6 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.search-form .input-text {
  border-radius: 50px !important;
  background: #fff !important;
  border: none;
  width: 100%;
  max-width: 540px;
  padding: 15px 20px;
}

.connection-section .search-form form {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 540px;
}

.search-form input[type="submit"] {
  background: url(./images/search-icon.svg) no-repeat;
  border: none;
  position: absolute;
  right: 0;
  min-width: auto;
  top: 50%;
  padding: 0;
  font-size: 0;
  width: 70px;
  height: 100%;
  background-position: center;
  top: 0;
}

.contact-banner .banner-img {
  border-radius: 5px;
  background: #f5f5f5;
  height: 300px;
  width: 100%;
  margin: 150px 0 100px;
}

.department-title h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: normal;
}

.department-title {
  width: 35%;
}

.department-title p {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  max-width: 400px;
}

.department-form h3 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 35px;
}

.department-form {
  width: 65%;
  padding-left: 60px;
}

.department-form label {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}

.department-form .wpcf7 textarea {
  height: 150px;
}

.department-form .submit-right {
  display: flex;
  justify-content: flex-end;
}

.department-experts {
  padding-bottom: 80px;
}

.service-center {
  background: #eef2f6;
  padding: 80px 0;
}

.service-center .ast-container {
  max-width: 1000px;
}

.service-center-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}

.service-center-block:last-child {
  margin-bottom: 0;
}

.service-center-block .title {
  width: 35%;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-right: 40px;
}

.service-center-block .service-center-content {
  width: 65%;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.service-center-block .service-center-content a {
  color: #0054a4;
}

.location-section h2 {
  display: block;
  width: 100%;
  text-align: center;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.location-section {
  padding: 60px 0;
}

.location-block {
  width: 100%;
  display: block;
  padding-bottom: 70px;
}

.location-block .map {
  width: 100%;
  margin-bottom: 45px;
}

.location-block .map iframe {
  width: 100%;
  height: 460px;
}

.location-address {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.location-address .location-address-content {
  width: 50%;
  text-align: center;
}

.location-address .location-address-phone {
  text-align: center;
  width: 50%;
}

.location-address .location-address-content h5 {
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.location-block:last-child {
  padding-bottom: 0;
}

.location-office-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 150px;
}

.location-office-wrap .img {
  border-radius: 5px;
  background: #f5f5f7;
  width: calc(50% - 45px);
  height: 540px;
  margin-right: 45px;
}

.office p {
  margin-bottom: 0;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.office h5 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}

.delivery-solution {
  border-radius: 10px;
  background: #1d1d1f;
  padding: 120px 0;
  margin-top: 80px;
}

.delivery-solution .ast-container {
  max-width: 985px;
}

.delivery-solution .ast-container {
  max-width: 985px;
}

.delivery-solution-content {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 710px;
  padding-bottom: 40px;
}

.delivery-solution-content h2 {
  color: #fff;
  font-family: Lato;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 81px */
  margin: 0;
}

.manufacturing-section {
  padding: 180px 0;
  width: 100%;
}

.manufacturing-section {
  padding: 180px 0;
  width: 100%;
}

.manufacturing-block {
  display: flex;
  flex-wrap: wrap;
}

.manufacturing-block .img {
  padding-right: 95px;
  width: 50%;
}

.partnering-epimed-wrap .img img {
  border-radius: 10px;
}

.manufacturing-block .manufacturing-content {
  width: 50%;
}

.manufacturing-section {
  width: 100%;
}

.manufacturing-block {
  display: flex;
  flex-wrap: wrap;
  margin: 140px 0;
}

.manufacturing-block .img {
  padding-right: 95px;
  width: 50%;
}

.manufacturing-block .img img {
  border-radius: 10px;
}

.manufacturing-block .manufacturing-content {
  width: 50%;
}

.manufacturing-block .manufacturing-content p {
  line-height: 24px;
}

.manufacturing-block .manufacturing-content h4 {
  margin-bottom: 10px;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.partnering-epimed-section {
  border-radius: 10px;
  background: #f3efeb;
  padding: 145px 0 190px;
}

.partnering-epimed-wrap {
  display: flex;
  flex-wrap: wrap;
}

.partnering-epimed-wrap .img {
  width: 50%;
  padding-right: 45px;
  position: relative;
}

.partnering-epimed-wrap .content {
  width: 50%;
  padding-left: 45px;
}

.partnering-epimed-wrap .content h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 50px */
  margin-bottom: 20px;
}

.partnering-epimed-wrap .content a.button {
  margin-top: 20px;
  padding: 20px 50px !important;
}

.partnering-epimed-wrap .img img.right-bottom {
  position: absolute;
  right: -20px;
  bottom: -60px;
}

.medical-banner-wrap {
  max-width: 945px;
  margin: 0 auto;
  width: 100%;
  padding: 400px 0;
  position: relative;
  margin-bottom: 200px;
}

.medical-banner-wrap h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.medical-banner-content {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 108.5%;
}

.medical-banner-wrap .img1 {
  position: absolute;
  left: -37%;
  top: 25%;
}

.medical-banner-wrap img.img2 {
  position: absolute;
  top: 14%;
}

.medical-banner-wrap img {
  border-radius: 10px;
}

.medical-banner-wrap img.img3 {
  position: absolute;
  left: 48%;
  top: 25%;
}

.medical-banner-wrap img.img4 {
  position: absolute;
  right: -5%;
  top: 27%;
}

.medical-banner-wrap img.img5 {
  position: absolute;
  bottom: 0;
  left: -5%;
}

.medical-banner-wrap img.img6 {
  position: absolute;
  left: 32%;
  bottom: 8%;
}

.medical-banner-wrap img.img7 {
  position: absolute;
  right: 17%;
  bottom: 15%;
}

.medical-banner-wrap img.img8 {
  position: absolute;
  right: -10%;
  bottom: -10%;
}

.resources-section {
  width: 100%;
}

.resources-section .filter {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.resources-section .filter ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.resources-section .filter ul li span {
  border: 1px solid #1d1d1f;
  border-radius: 5px;
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 35px;
  cursor: pointer;
}

.resources-section .filter ul li {
  display: inline-block;
  margin: 0 13px;
}

.resources-section .filter ul li.active span {
  background-color: #1d1d1f;
  color: #fff;
}

.resources-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}

.resources-wrap .left-sidebar {
  width: 35%;
  padding-right: 100px;
}

.resources-wrap .left-sidebar ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.resources-wrap .left-sidebar li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #afafaf;
}

.resources-wrap .left-sidebar li:last-child {
  border-bottom: none;
}

.resources-wrap .left-sidebar li span {
  color: #9f9f9f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 273.5%;
  text-transform: capitalize;
  position: relative;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}

.resources-wrap .left-sidebar li.active span {
  color: #0054a4;
}

.resources-wrap .left-sidebar li.active span:after {
  content: "";
  display: inline-block;
  background: url(./images/arrow_right_alt.svg) no-repeat;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
}

.news-listing {
  width: 65%;
}

.news-listing {
  width: 65%;
}

.new-block {
  border-bottom: 1px solid #afafaf;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.new-block .date {
  color: #9f9f9f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.new-block h5 {
  color: #000;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.new-block .post-info {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.new-block .post-info label {
  font-weight: 600;
}

.reimbursement-guide {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 80px;
}

.reimbursement-guide .img {
  width: 43%;
  padding-right: 35px;
}

.reimbursement-guide .guide-content {
  width: 57%;
}

.reimbursement-guide .img img {
  width: 100%;
  border-radius: 10px;
}

.reimbursement-guide .guide-content h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

.solutions-consulting {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.solutions-consulting .title-block {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}

.contact-meredith {
  border-radius: 10px;
  background: #2b6ccf;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 130px;
}

.contact-meredith .img {
  width: 380px;
}

.contact-meredith .img img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.contact-meredith .content {
  width: calc(100% - 380px);
  padding: 50px;
  color: #fff;
}

.contact-meredith .content .btn-right {
  text-align: right;
  margin-top: 60px;
}

.contact-meredith .content .btn-right a.button {
  color: #2b6ccf;
  background-color: #fff;
}

.contact-meredith .content h2 {
  color: #fff;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 108.5%;
  /* 36.89px */
}

.reimbursement-resources h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 108.5%;
  margin-bottom: 25px;
}

.resources-row {
  border-bottom: 1px solid #afafaf;
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.resources-block {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.resources-block .icon {
  background-color: #000;
  border-radius: 50px;
  background: #1c1b1f;
  width: 50px;
  height: 50px;
}

.resources-block h4 {
  width: calc(100% - 50px);
  padding-left: 25px;
  padding-top: 10px;
}

.resources-block h4 a {
  color: #1d1d1f;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.resources-block h4 a:hover {
  color: #2b6ccf;
}

.reimbursement-resources {
  max-width: 945px;
  width: 100%;
  margin: 0 auto 80px;
}

.practice-management {
  padding: 120px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.practice-management .content {
  width: 50%;
  padding-right: 60px;
}

.practice-management .img {
  width: 50%;
}

.practice-management .content h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.practice-management .content .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.practice-management .content .btn-group a.button.btn-outline {
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  padding: 15px 25px !important;
  border: 1px solid #2b6ccf;
  color: #2b6ccf;
}

.practice-management .content .btn-group a.button.btn-outline:hover {
  background-color: #2b6ccf;
  color: #fff;
}

.speaker-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.speaker-section .block {
  width: 33.33%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.speaker-section .block .icon {
  background-color: #1d1d1f;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 0;
}

.speaker-section .block .block-content {
  width: calc(100% - 78px);
  padding-left: 20px;
  color: #262626;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.speaker-section .block span {
  display: block;
}

.speaker-section .block.speaker .icon img {
  border-radius: 50%;
  object-fit: cover;
  height: 78px;
  width: 78px;
}

.join-lecture {
  padding: 120px 0 170px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.join-lecture .img {
  width: 50%;
  padding-right: 40px;
}

.join-lecture .join-lecture-content {
  width: 50%;
  padding-left: 35px;
}

.join-lecture .img img {
  border-radius: 100px 10px 10px 10px;
}

.join-lecture .join-lecture-content h2 {
  color: #000;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  margin-bottom: 15px;
}

.join-lecture .join-lecture-content ul {
  list-style: none;
  margin: 0 0 35px;
}

.join-lecture .join-lecture-content ul li:before {
  background: url(./images/check.svg);
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.join-lecture .join-lecture-content ul li {
  line-height: 24px;
  vertical-align: middle;
}

.testimonials {
  background-color: #1d1d1f;
  padding: 75px 0;
}

.testimonials h2 {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 75px */
  max-width: 580px;
  margin: 0 auto 105px;
}

.testimonials-block {
  border-radius: 50px 10px 10px 10px;
  background: #2a2a2d;
  width: 33.33%;
  margin-left: 140px;
  padding-left: 125px;
  padding-top: 40px;
  padding-right: 55px;
  color: #ffff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  height: inherit !important;
}

.testimonials-block .testimonials-img,
.testimonials-block .testimonials-img img {
  position: absolute;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  left: 0;
}

.testimonials-block .testimonials-img {
  left: -85px;
}

.testimonials-content {
  color: #fff;
  font-family: Lato;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}

.testimonials-content .author {
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  text-align: right;
  margin-top: auto;
}

.testimonials .slick-track {
  display: flex !important;
}

.testimonials-content p {
  margin-bottom: 70px;
}

.testimonials .slick-list {
  padding-left: 5%;
}

.testimonials .see-all {
  margin-top: 120px;
  text-align: center;
  width: 100%;
}

.testimonials .slick-prev {
  left: unset;
  width: 57px;
  height: 57px;
  background: url(./images/testimonal-arrow.svg) no-repeat;
  right: 12%;
  z-index: 1;
  top: -98px;
  transform: rotate(180deg);
  margin: 0;
}

.testimonials .slick-next {
  left: unset;
  width: 57px;
  height: 57px;
  background: url(./images/testimonal-arrow.svg) no-repeat;
  right: calc(12% - 78px);
  z-index: 1;
  top: -70px;
}

.testimonials button.slick-prev.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.testimonal-section {
  padding-top: 20px;
  padding-bottom: 140px;
}

.testimonal-section .title {
  color: #262626;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  max-width: 700px;
}

.testimonal-section .title h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.testimonal-section {
  padding: 140px 0;
}

.testimonal-section .title {
  color: #262626;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  max-width: 700px;
}

.testimonal-section .title h2 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.feature-testimonal {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}

.feature-testimonal .img {
  width: 50%;
  padding-left: 50px;
}

.feature-testimonal .img img {
  border-radius: 10px;
  width: 100%;
}

.feature-testimonal .content {
  width: 50%;
  color: #1d1d1f;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 50px;
}

.feature-testimonal .content .author {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175.523%;
  /* 35.105px */
  text-align: right;
  width: 100%;
}

.feature-testimonal .content img {
  margin-bottom: 15px;
}

.testimonal-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.feature-testimonal .content img {
  margin-bottom: 15px;
}

.testimonal-block .img {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.testimonal-block .img img {
  width: 100%;
  border-radius: 10px;
}

.testimonal-block h3 {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.testimonal-block .video:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 87px;
  height: 87px;
  background: url(./images/testimonal-video-icon.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.racz-section {
  margin-top: 20px;
  margin-bottom: 80px;
  border-radius: 10px;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.racz-section .img {
  width: 50%;
}

.racz-section .img img {
  border-radius: 10px 0 0 010px;
}

.racz-content {
  width: 50%;
  color: #000;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  padding-left: 50px;
  padding-right: 30px;
}

.racz-content h3 {
  color: #000;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  margin-bottom: 30px;
}

.racz-content .btn-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.racz-content .btn-group .watch-video {
  display: flex;
  align-items: center;
  color: #2b6ccf;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-decoration: none;
}

.racz-content .btn-group .watch-video svg {
  margin-right: 10px;
}

.societies-filter {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

.societies-filter ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
}

.societies-filter ul li span {
  border: 1px solid #1d1d1f;
  border-radius: 5px;
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 35px;
  cursor: pointer;
  display: inline-block;
}

.societies-filter ul#tabs-nav li {
  width: auto;
}

.societies-filter ul li {
  display: inline-block;
  margin: 0 13px;
}

.societies-filter ul li.active span {
  background-color: #1d1d1f;
  color: #fff;
}

.racz-content .btn-group a.button.btn-outline {
  border-radius: 5px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  padding: 18px 30px !important;
  font-size: 16px !important;
}

.societies-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.societies-block {
  margin-bottom: 30px;
}

.societies-block .img {
  border-radius: 10px 10px 0 0;
  height: 230px;
  overflow: hidden;
}

.societies-block .img img {
  border-radius: 10px 10px 0 0;
  max-height: 230px;
}

.societies-block .societies-content {
  padding: 15px;
}

.societies-block .societies-content h4 {
  color: #000;
  /* font-family: Lato; */
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.office-section .office-list {
  width: 100%;
}

.invoice-receipts .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.invoice-receipts .top h2 {
  margin: 0;
}

.invoice-receipts .right-side {
  display: flex;
  align-items: center;
  gap: 30px;
}

.invoice-receipts .search-form input[type="text"] {
  padding: 4px 15px !important;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #afafaf;
  background: #fff;
}

.invoice-receipts .search-form {
  position: relative;
}

.invoice-receipts .search-form input[type="submit"] {
  width: 36px;
  background-size: 50% auto;
  background-position: center;
  cursor: auto;
}

.invoice-receipts a.download {
  border-radius: 2px;
  border: 1px solid #1d1d1f;
  padding: 2px 15px;
  display: flex;
  align-items: center;
  color: #1d1d1f;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 40px */
  letter-spacing: -0.08px;
}

.invoice-receipts a.download svg {
  margin-left: 8px;
}

.invoice-receipts-table {
  overflow-x: auto;
}

.invoice-receipts-table table {
  border-radius: 10px;
  border: 1px solid #afafaf;
}

.invoice-receipts-table table th {
  background: #eff5fe;
  color: #777e90;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  text-align: left;
  padding: 13px 20px;
}

.invoice-receipts-table table th:first-child {
  border-radius: 10px 0 0 0;
  padding-left: 70px;
}

.invoice-receipts-table table th:last-child {
  border-radius: 0 10px 0 0;
}

.invoice-receipts-table table td {
  color: #1d1d1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 24px 20px;
  border: none;
  border-bottom: 1px solid #afafaf;
}

.invoice-receipts-table table tr:last-child td {
  border-bottom: none;
}

.invoice-receipts-table table tbody td label {
  font-weight: 700;
  padding-left: 35px;
  position: relative;
  display: flex;
}

.action ul.drop-down {
  position: absolute;
  border: 1px solid #ababab;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  list-style: none;
  display: none;
  margin: 10px 0;
  right: 80px;
  padding: 0;
  width: 190px;
}

.action ul.drop-down li {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
}

.action ul.drop-down a li {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 215.2%;
  letter-spacing: -0.08px;
}

.action ul.drop-down li:hover {
  border-radius: 5px;
  background: #eff5fe;
}

.invoice-receipts a:hover,
.action ul.drop-down a:hover {
  color: #2b6ccf;
}

.invoice-receipts-table table tbody td label:before {
  content: "";
  border-radius: 1px;
  border: 0.5px solid #474749;
  background: #f5f5f7;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
}

.invoice-receipts-table table tbody td input:checked+label:before {
  background-color: #2b6ccf;
  border-color: #2b6ccf;
}

.invoice-receipts-table table tbody td input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.invoice-receipts-table table tbody td input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.invoice-receipts-table table tbody td:first-child {
  padding-left: 35px;
}

.invoice-receipts {
  padding-bottom: 60px;
}

.help-support .help-list {
  margin-top: 120px;
  margin-bottom: 120px;
}

.product-banner-content a.button.btn-blue {
  border-radius: 30px;
  font-size: 22px !important;
  padding: 16px 40px 17px !important;
}

.product-banner-content a.video.watch-video {
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  color: #2b6ccf;
  line-height: 30px;
  margin-left: 40px;
}

.product-banner-content a.video.watch-video svg {
  margin-right: 10px;
}

.product-banner-content h1 span {
  font-size: 40px;
  display: block;
}

.related-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

.related-products .product-block {
  display: flex;
  flex-wrap: wrap;
}

.related-products .product-block .img {
  width: 140px;
  margin-right: 0;
}

.related-products .product-block .product-content {
  width: calc(100% - 140px);
  padding-left: 10px;
}

.product-block .img img {
  background-blend-mode: multiply;
  max-height: 150px;
  width: 100%;
  object-fit: contain;
}

.product-block a.more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./images/arrow_right_alt.svg) no-repeat;
  margin-left: 5px;
}

.related-products .product-block .product-content a.more {
  display: flex;
  align-items: center;
  color: #0054a4;
  font-size: 18px;
}

.related-products .product-block .product-content h5 {
  font-size: 24px;
}

.product-banner-content .btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.parallax-container img {
  opacity: 0;
}

.parallax-container {
  border-radius: 10px;
}

.parallax-mirror {
  border-radius: 10px;
}

.btn-center {
  text-align: center;
  margin-bottom: 100px;
}

.btn-center a.button.btn-blue {
  border-radius: 30px;
  font-size: 22px !important;
  padding: 16px 40px 17px !important;
}

.animation-title {
  position: absolute;
  top: 40px;
  background-color: #000;
  padding: 10px 40px;
  color: #fff;
  border-radius: 10px 0 0 0;
}

.improving {
  position: absolute;
  right: 10%;
  max-width: 400px;
  top: 50%;
  font-weight: normal;
  font-style: normal;
}

.smooth {
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 20%;
  left: 11%;
  max-width: 400px;
}

.animation-rightside {
  position: absolute;
  right: 15%;
  max-width: 400px;
  top: 50%;
  font-weight: normal;
  font-style: normal;
}

.animation-centerside {
  position: absolute;
  left: 50%;
  max-width: 400px;
  top: 30%;
  font-weight: normal;
  font-style: normal;
  transform: translatex(-50%);
}

.tab-content.active {
  display: block;
}

.single-product-banner.radiation-banner .product-banner-img img {
  margin-bottom: 0;
  padding-top: 60px;
}

.safety-lead-wrap {
  margin: 120px 0;
  background-color: #dfe7f4;
  padding: 90px 0 0;
  text-align: center;
  width: 100%;
}

.safety-lead-wrap .main-title {
  max-width: 760px;
  margin: 0 auto;
}

.safety-icon-list {
  display: flex;
  justify-content: center;
  padding: 60px 120px;
}

.safety-icon-list .icon-block {
  flex: 1;
}

.safety-icon-list .icon-block h6 {
  font-weight: normal;
}

.safety-icon-list .icon-block .icon {
  background-color: transparent;
  margin-bottom: 25px;
}

a.button.download-btn {
  background-color: transparent;
  color: #1d1d1f;
  border: 1px solid #000000;
  font-size: 20px !important;
  border-radius: 30px;
  font-weight: 600;
}

a.button.download-btn:before {
  content: "";
  display: inline-block;
  background: url(./images/brochure-icon.png) no-repeat;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 15px;
}

a.button.download-btn:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(235deg) brightness(103%) contrast(103%);
}

.safety-lead-wrap .main-title .button.download-btn {
  margin-top: 30px;
}

a.button.btn-blue {
  border-radius: 30px;
  font-size: 22px !important;
  padding: 16px 40px 17px !important;
}

.x-ray-protection h2 {
  font-size: 46px;
  text-align: center;
  width: 100%;
  line-height: 56px;
  margin-bottom: 80px;
}

.ready-to-go-warp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.ready-to-go-warp .img {
  width: 50%;
  padding-right: 60px;
}

.ready-to-go-warp .content {
  padding-left: 35px;
  width: 50%;
}

.ready-to-go-warp .content h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
}

.ready-to-go-warp .content p {
  margin-bottom: 30px;
}

.protection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.protection-block {
  margin-bottom: 80px;
}

.protection-block .img {
  margin-bottom: 50px;
}

.protection-block h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 25px;
}

.protection-block a.button {
  margin-top: 20px;
}

.tracking-system {
  display: flex;
  background-color: #f5f5f7;
  align-items: center;
  margin: 100px 0;
}

.tracking-system .phone-img {
  margin-top: -70px;
  padding-right: 50px;
}

.tracking-system .phone-img img {
  width: 190px;
  max-width: 190px;
}

.tracking-logo {
  display: flex;
  flex-wrap: wrap;
  padding-left: 70px;
  padding-right: 50px;
  width: 760px;
  max-width: 100%;
}

.tracking-logo .store-logo {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.tracking-system .content p {
  margin-bottom: 00;
}

.tracking-system .content p {
  margin-bottom: 0;
}

.additional-accessories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 100px;
}

.additional-accessories .additional-content {
  width: 50%;
  padding: 0 120px;
}

.additional-accessories .additional-img {
  width: 50%;
}

.additional-accessories .additional-content h3 {
  font-size: 34px;
  margin-bottom: 20px;
}

.additional-content p {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
}

.radiation-protection-gloves {
  background: #1d1d1f;
  border-radius: 10px;
  padding: 55px 55px 55px 125px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 150px;
}

.radiation-protection-gloves .content {
  width: 50%;
  padding-right: 110px;
}

.radiation-protection-gloves .column-img-block {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.radiation-protection-gloves .column-img-block .img {
  margin-bottom: 20px;
}

.radiation-protection-gloves h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 30px;
  padding-right: 30px;
}

.radiation-protection-gloves .content ul {
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.radiation-protection-gloves .content li {
  line-height: 36px;
  font-size: 24px;
  position: relative;
  margin-bottom: 5px;
}

.radiation-protection-gloves .content li:before {
  content: "";
  display: block;
  background: url(./images/round-check-icon.svg) no-repeat;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 2px;
}

.safety-lead-wrap .main-title h2 {
  font-size: 46px;
}

.color-section .color-title {
  text-align: center;
  margin-bottom: 20px;
}

.color-section {
  margin-top: 80px;
  margin-bottom: 20px;
}

.color-section .color-title h3 {
  font-size: 34px;
  text-transform: capitalize;
}

.features-blog {
  display: flex;
  flex-wrap: wrap;
  margin-top: 180px;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 100px;
}

.features-blog .features-img {
  width: 50%;
}

.features-blog .features-img img {
  border-radius: 10px;
}

.features-blog .features-content {
  width: 50%;
  padding-right: 40px;
  font-size: 22px;
  line-height: 30px;
}

.features-blog .features-content span {
  font-size: 14px;
  color: #9f9f9f;
  margin-bottom: 10px;
  display: block;
}

.features-blog .features-content h3 {
  margin-bottom: 20px;
}

a.button.btn-outline {
  background-color: transparent;
  border: 1px solid #1d1d1f;
  color: #1d1d1f;
  padding: 16px 30px !important;
  font-size: 16px !important;
}

.features-blog .features-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
}

.recent-articles h2 {
  font-size: 44px;
}

.recent-articles h2 {
  font-size: 44px;
}

.recent-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.recent-block img {
  border-radius: 10px;
}

.recent-block .recent-content {
  padding: 20px 0;
}

.recent-block .recent-content span {
  display: block;
  color: #9f9f9f;
  font-size: 14px;
  margin-bottom: 10px;
}

.recent-block .recent-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.recent-articles {
  margin-bottom: 60px;
}

.category-list.societies-filter ul li {
  display: inline-block;
  margin: 0 13px 20px;
}

.blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.blog-block {
  width: 100%;
  margin-bottom: 40px;
}

.blog-block .img {
  margin-bottom: 20px;
}

.blog-block .blog-content span {
  color: #9f9f9f;
  margin-bottom: 10px;
  display: block;
}

.blog-block .blog-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.product-variaton-tabs .product-tab {
  padding-right: 20px;
  color: #1d1d1f;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.product-variaton-tabs {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #aeaeae;
  padding-top: 10px;
}

.product-variaton-tabs .product-tab:last-child {
  padding-right: 0;
}

div#listViwe {
  display: none;
}

table.custom-variations-table {
  border: none;
}

.custom-variations-table th {
  background-color: #f2f5f9;
  border: none;
  text-align: left;
  padding: 13px 20px;
}

.custom-variations-table td {
  padding: 25px 13px;
  border: none;
  border-bottom: 1px solid #d1d1d1;
}

.custom-variations-table td .input-text {
  height: 40px;
}

.product-variaton-tabs .product-tab span {
  position: absolute;
  top: -100%;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px #00000033;
  left: 50%;
  min-width: 92px;
  padding: 5px 12px;
  text-align: center;
  transform: translateX(-50%);
  opacity: 0;
}

.product-variaton-tabs .product-tab:hover span {
  opacity: 1;
}

.product-variaton-tabs .product-tab img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(26%) hue-rotate(96deg) brightness(101%) contrast(106%);
}

.product-variaton-tabs .product-tab.active img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(88%) saturate(644%) hue-rotate(177deg) brightness(88%) contrast(91%);
}

.custom-variation-btn-wrap p {
  font-weight: 800;
  margin-bottom: 5px;
}

.custom-variation-btn-wrap p.variation-subtotal {
  font-size: 28px;
  margin-bottom: 20px;
}

.category-menu {
  position: fixed;
  left: 0;
  width: 326px;
  overflow: auto;
  height: calc(100% - 160px);
  top: 160px;
  z-index: 999;
  background-color: #f8f8f8;
  transform: translateX(-500%);
  top: 162px;
  transition: all 0.8s;
}

.header-widget-area-inner .widget {
  margin: 0;
}

.header-product-cat:before {
  content: "";
  background: url(./images/menu-icon.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
}

.header-product-cat {
  cursor: pointer;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu>ul {
  display: flex;
  overflow: auto;
  height: 100%;
  width: 100%;
  /*	flex-wrap: wrap;*/
  flex-direction: column;
  padding: 36px 0px 36px 45px;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li {
  display: block;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li a {
  display: inline-block;
  line-height: 48px;
  padding: 0;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li ul {
  display: none;
  padding: 0 10px;
}

.cat-menu-open .category-menu {
  transform: translateX(0px);
}

.child-trigger {
  background: url(./images/arrow-right.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: auto;
  background-position: center;
  line-height: 47px;
  vertical-align: middle;
  background-size: 8px auto;
  padding-left: 40px !important;
  transform: rotate(90deg);
  display: inline-block;
  cursor: pointer;
}

.child-trigger.child-open {
  transform: rotate(270deg);
}

ol.flex-control-nav.flex-control-paging {
  list-style: none;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  margin: 0;
  padding-right: 80px;
}

ol.flex-control-nav.flex-control-paging a {
  font-size: 0;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #d0d0d0;
  margin: 0 6px;
  border-radius: 50%;
  position: relative;
}

ol.flex-control-nav.flex-control-paging li {
  display: flex;
  align-items: center;
  justify-content: center;
}

ol.flex-control-nav.flex-control-paging li a.flex-active {
  background-color: #1d1d1f;
  outline: 2px solid #000000;
  border: 3px solid #fff;
  width: 18px;
  height: 18px;
}

ul.flex-direction-nav {
  position: absolute;
  top: 50%;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  transform: translateY(-50%);
}

ul.flex-direction-nav li a {
  border-radius: 5px;
  background: #fff url(./images/arrow-submit.svg) center no-repeat;
  background-size: 14px auto;
  font-size: 0;
  width: 60px;
  display: inline-block;
  height: 40px;
}

ul.flex-direction-nav a.flex-next {
  border-radius: 5px;
  background: #fff url(./images/arrow-submit.svg) center no-repeat;
  background-size: 14px auto;
  font-size: 0;
  width: 60px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
}

ul.flex-direction-nav li a.flex-prev {
  transform: rotate(180deg);
  margin-left: 15px;
}

/* ----------------------------------------------------------------------------------------- */

.site-header-primary-section-left .category-menu li.child-active {
  background-color: #f7f7f7;
}

.site-header-primary-section-left .category-menu li {
  padding: 5px 10px;
}


/* my-account-container .my-account-content-box h2{

} */
.page-template-tp-new-account .my-account-container .epimed-logo {
  margin-bottom: 50px;
}

.page-template-tp-new-account .account-wrapper {
  display: flex;
  gap: 66px;
  justify-content: center;
}

.page-template-tp-new-account .ast-main-header-wrap.main-header-bar-wrap,
.page-template-tp-manage-payment .ast-main-header-wrap.main-header-bar-wrap {
  display: none;
}

.page-template-tp-manage-payment .my-account-content-box h2,
.page-template-tp-manage-payment .my-account-content-box span {
  color: #2b6ccf;
  font-family: "Lato", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.page-template-tp-new-account .my-account-content-box span,
.page-template-tp-manage-payment .my-account-content-box span {
  font-weight: 700;
  line-height: 42px;
  padding-top: 5px;
  display: block;
}

.page-template-tp-new-account .my-account-content-box p {
  margin-bottom: 81px;
}

.page-template-tp-manage-payment .my-account-content-box p {
  margin-bottom: 1.6em;
}

.page-template-tp-new-account .apply-now-btn,
.page-template-tp-manage-payment .apply-now-btn {
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
  background-color: #2b6ccf;
  padding: 14px 33px;
  border-radius: 5px;
  width: 234px;
}

.page-template-tp-new-account .apply-now-btn:hover,
.page-template-tp-manage-payment .apply-now-btn:hover {
  color: #ffffff;
  background-color: #2b6ccfcf;
}

.page-template-tp-new-account .wpforms-container .wpforms-field-row.wpforms-field-medium,
.page-template-tp-new-account .wpforms-container input.wpforms-field-medium,
.page-template-tp-manage-payment .wpforms-container .wpforms-field-row.wpforms-field-medium,
.page-template-tp-manage-payment .wpforms-container input.wpforms-field-medium {
  max-width: 100%;
}

.page-template-tp-new-account .fancybox-content,
.page-template-tp-manage-payment .fancybox-content {
  max-width: 600px;
  padding: 38px;
  margin: 0;
  border-radius: 10px;
}

.page-template-tp-new-account .my-account-content-box p,
.page-template-tp-manage-payment .my-account-content-box p {
  font-size: 18px;
}

.page-template-tp-new-account .wpforms-page-button,
.page-template-tp-manage-payment .wpforms-page-button {
  margin: 0px 5px;
}

.page-template-tp-new-account .my-account-container {
  height: 80vh;
  margin: auto;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-template-tp-manage-payment .my-account-container {
  max-width: 1270px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 152px;
  padding-left: 0px;
  padding-right: 0px;
  align-items: center;
}

.page-template-tp-new-account .my-account-container .content-box {
  width: 534px;
  margin-bottom: 48px;
}

.ac-login-url {
  font-size: 18px;
}

.ac-login-url a {
  color: #2B6CCF;
}

.my-ac-container {
  display: flex;
  position: relative;
}

.my-ac-container .my-ac-co {
  width: 50%;
  margin: auto;
}

.my-ac-container .ac-col-left {
  width: 50%;
}

.my-ac-container .ac-col-left {
  background-color: #F4F4F6;
}

.ac-col-left .my-ac-banner-img,
.my-ac-main-wrap {
  width: 100%;

}

.my-ac-top-wrap h1 {
  line-height: 100%;
  font-weight: 500;
}

.my-ac-top-wrap img {
  margin-bottom: 30px;
  margin-left: -22px;
}

.my-ac-top-wrap h1 span {
  font-weight: 800;
  font-size: 50px;
}

.btm-url {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
}

.my-ac-url-wrap {
  text-align: center;
}

.ac-col-right .form-row {
  margin: 0 !important;
}

.ac-col-right .woocommerce-button.button.woocommerce-form-login__submit {
  margin-top: 0;
  margin-bottom: 26px;
}

.forget-pass-wrap {
  display: flex;
  justify-content: space-between;
  margin: 26px 0 40px 0;
}

.forget-pass-wrap p {
  margin: 0;
}

.mb-26 {
  margin-bottom: 26px !important;
}

body.woocommerce-account.logout .woocommerce form.login {
  margin: auto;
  width: 534px;
  border: 0;
  padding: 0;
}

.woocommerce-account.logout .woocommerce {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.my-ac-top-wrap {
  padding-top: 175px;
  padding-left: 125px;
}

.page-template-tp-manage-payment .my-account-container .content-box {
  width: 50%;
}

.wpforms-container .wpforms-form .wpforms-field-label {
  color: #1d1d1f;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 1;
  transition: all ease-in-out 0.2s;
}

.page-template-tp-new-account .contact-form .wpcf7-form label,
.page-template-tp-manage-payment .contact-form .wpcf7-form label,
.page-template-tp-new-account .wpforms-container .wpforms-form .wpforms-field-label,
.page-template-tp-manage-payment .wpforms-container .wpforms-form .wpforms-field-label {
  top: 0;
}

.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column .wpforms-field-medium {
  width: 100%;
  height: auto;
  padding: 18px 20px;
  border-radius: 5px !important;
  border: 1px solid #1d1d1f !important;
  color: #777e90;
  background-color: #fcfcfd;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  background-color: transparent;
  z-index: 1;
  position: relative;
}

.page-template-tp-new-account .wpforms-container .wpforms-form .wpforms-field-label,
.page-template-tp-manage-payment .wpforms-container .wpforms-form .wpforms-field-label {
  left: 0;
  margin-bottom: 5px;
}

#wpforms-form-1790 .wpforms-field-layout {
  margin-bottom: 60px;
}

.wpforms-container .wpforms-form legend.wpforms-field-label {
  font-family: Lato;
  font-size: 15px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 30px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
  padding-left: 20px !important;
  margin-bottom: 10px;
}

div.wpforms-container-full .wpforms-field-checkbox input[type="checkbox"]:before,
div.wpforms-container-full .wpforms-field-checkbox input[type="radio"]:before {
  border-color: #474749;
  background-color: #f5f5f7;
  background-clip: padding-box;
  background-image: none;
  border-radius: 3px;
}

div.wpforms-container-full .wpforms-field-checkbox input[type="checkbox"]:checked:before,
div.wpforms-container-full .wpforms-field-checkbox input[type="radio"]:checked:before {
  margin: 0;
  border-width: var(--wpforms-field-border-size);
  border-style: solid;
  border-color: var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
  background: #2b6ccf;
}

div.wpforms-container-full .wpforms-field-checkbox input[type="checkbox"]:checked:after {
  border-top: none;
  border-right: none;
  height: calc(var(--wpforms-field-size-checkbox-size) * 0.6);
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background-color: transparent;
  transform: translate(0, 1px) scale(0.5) rotate(-45deg);
  left: calc(-4px + var(--wpforms-field-border-size, 1px));
  top: calc(-3px + var(--wpforms-field-border-size, 1px));
}

div.wpforms-container-full .wpforms-submit {
  padding: 20px 100px !important;
  height: auto !important;
  margin: 0 auto;
  font-size: 16px !important;
  margin: 0 auto;
  display: table;
}

div.wpforms-container-full label.wpforms-field-label.wpforms-label-hide {
  display: none;
}

.woocommerce-ordering .orderby {
  width: 200px;
}

.event-section .event-slider img {
  width: 400px;
  height: 260px;
  object-fit: cover;
  border-radius: 5px;
}

/* Styled by JR */
.header-product-cat {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-family: "LATO";
  font-weight: 700;
  position: relative;
}

#masthead .ast-container,
.site-header-focus-item+.ast-breadcrumbs-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.category-menu {
  background: #fff !important;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li ul {
  position: fixed;
  z-index: 99999;
  background: #f8f8f8;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;

  transform: translateX(calc(0px + 326px)) scaleX(0) !important;
  transition: 0.5s;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  width: 0 !important;
  transform-origin: left top !important;
  transition: 0.5s;
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li.child-active>ul {
  transform: translateX(calc(0px + 326px)) scaleX(1) !important;
  visibility: visible;
  opacity: 1;
  width: 100% !important;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 48.64px;
  letter-spacing: -0.005em;
  text-align: left;
}

.child-trigger,
.child-trigger.child-open {
  transform: rotate(0);
  transition: 0.5s;
}

.child-trigger.child-open {
  transform: rotate(0) translateX(20px);
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu>ul {
  background: #fff;
  position: relative;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li span.child-open~ul span.child-trigger.child-open~ul {
  transform: translateX(calc(0px + 326px)) scaleX(1);
  background: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li span.child-open~ul span.child-trigger.child-open~ul span.child-trigger.child-open~ul {
  background: #f8f8f8;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu>ul {
  padding-top: 15px;
  padding-left: 35px;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li ul {
  transform: translateX(calc(0px + 326px)) scaleX(0) !important;
  transition: 0.7s;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  width: 0 !important;
  transform-origin: left top !important;
}

.category-menu {
  overflow: visible !important;
}

.site-primary-header-wrap .site-header-section>div:last-child {
  padding: 0;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li ul {
  padding-right: 35px;
}

/* Mega Nav */
.toggle--mega-nav .line {
  width: 35px;
  height: 5px;
  background-color: #999;
  display: block;
  margin: 8px 15px 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.toggle--mega-nav:hover {
  cursor: pointer;
}

.toggle--mega-nav.is-active .line:nth-child(2) {
  opacity: 0;
}

.toggle--mega-nav.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

.toggle--mega-nav.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.back--to-main {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.back--to-main .back--btn {
  position: relative;
}

.back--to-main .back--btn:before {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #333;
  margin-right: 10px;
  transform: rotate(45deg);
  border-right: 0;
  border-top: 0;
}

.main--mega-menu-wrapper .mega-nav--lists-main {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  position: static;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper {
  position: absolute;
  z-index: 9999;
  width: 100vw;
  transform: translateX(-50%);
  height: auto;
  background: linear-gradient(to top, #fff 99%, transparent 1%);
  left: 50%;
  top: 100%;
}

.main--mega-menu-wrapper .mega-nav--lists-main>li>a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.005em;
  text-align: left;
  padding: 12px 6px;
  transition: 0.5s;
  border-radius: 5px;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list {
  display: block !important;
}

.main--mega-menu-wrapper .mega-nav--lists-main>li {
  padding: 20px 0;
  transition: 0.5s;
}

.main--mega-menu-wrapper .mega-nav--lists-main>li:hover>a,
.main--mega-menu-wrapper .mega-nav--lists-main>li:focus>a {
  background: #f5f5f7;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container {
  position: relative;
  padding: 50px 6%;
  overflow: hidden auto;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container .mega--nav-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper:before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  background: #fff;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container .mega--nav-row .mega--nav-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 25%;
  flex: 0 0 25%;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container .mega--nav-row .mega--nav-listing-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 75%;
  flex: 0 0 75%;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
}

html,
body {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #333 #f5f5f7;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f5f5f7;
}

::-webkit-scrollbar-thumb {
  background-color: #333;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li {
  margin-bottom: 30px;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li:last-child {
  margin-bottom: 0;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li .mega--nav-li-link {
  position: relative;
  padding: 10px;
  border-radius: 6px;
  background: #f5f5f7;
  transition: 0s !important;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-li-link .mega--nav-li-content {
  max-width: 65%;
  flex: 0 0 65%;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-li-link .mega--nav-li-img img {
  height: 120px;
  object-fit: cover;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-li-link .mega--nav-li-content .desc {
  margin: 0;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-li-link .mega--nav-li-content .title {
  margin-bottom: 15px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  transition: 0s;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li .mega--nav-li-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #ddd;
  bottom: 0;
  transition: 0.5s;
  left: 0;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li .mega--nav-li-link:hover:before,
.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li .mega--nav-li-link:focus:before {
  width: 100%;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-title-wrapper .mega--nav-title .title {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.005em;
  text-align: left;
  padding: 10px 0;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-title-wrapper .mega--nav-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-title-wrapper .mega--nav-link .link {
  text-decoration: none;
  font-weight: 500;
  color: #979797;
  position: relative;
  padding: 5px 0;
  transition: 0.5s;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-title-wrapper .mega--nav-link .link:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #979797;
  margin-left: 10px;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  transition: 0.5s;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-title-wrapper .mega--nav-link .link:hover,
.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-title-wrapper .mega--nav-link .link:focus {
  color: #666;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-title-wrapper .mega--nav-link .link:hover:after,
.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-title-wrapper .mega--nav-link .link:focus:after {
  margin-left: 20px;
  border-color: #666;
}

.oveflow--hidden {
  overflow: hidden;
}

.main--mega-menu-wrapper .mega-nav--lists-main a {
  text-decoration: none !important;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list {
  display: flex !important;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: stretch;
  row-gap: 30px;
}

section#block-17>p {
  margin: 0;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li .mega--nav-li-link {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li {
  max-width: 190px;
  height: 180px !important;
  flex: 0 0 50%;
  padding: 0 15px;
  margin: 0 !important;
}

.mega--nav-li-img .title {
  font-size: 14px;
  text-align: center;
}

/* 28-04-25  */
/* searchbar CSS Start  */
.site-search-popup-input {
  width: 100%;
  display: inline-block;
  position: relative;
}

.site-search-popup-input input[type="search"] {
  width: 100%;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #1d1d1f;
  background: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  height: 81px;
  padding: 20px 60px 20px 30px;
  font-family: "Lato";
  text-transform: inherit;
}

.site-search-featured-wrap {
  width: 100%;
  padding-top: 40px;
}

.site-search-featured-wrap .site-search-featured-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}

.site-search-cross-icon,
.site-close-icon img {
  cursor: pointer;
}

.search-container {
  padding: 30px 30px 100px 30px;
}

.site-search-popup-inner {
  margin: 0 auto;
  max-width: 65%;
}

.site-search-popup-wrap .search-container {
  position: fixed;
  display: none;
  width: 100%;
  height: 85vh;
  top: 161px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9;
  overflow-y: auto;
}

.site-search-featured-row {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.site-search-featured-col {
  width: calc(33.33% - 23px);
}

.column-inner {
  width: 100%;
}

.column-inner img {
  width: 100%;
  display: block;
  height: 243px;
  object-fit: cover;
}

.featured-col-text {
  margin-top: 20px;
  width: 100%;
}

.featured-col-text h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 7px;
}

.featured-col-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.site-tabbing-wrap .site-tabbing-main {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 0.5px solid #afafaf;
  margin-bottom: 34px;
  gap: 20px;
}

.site-tabbing-wrap .site-tabbing-main .tab-button {
  background: unset;
  color: #afafaf;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.site-tabbing-wrap {
  margin-top: 20px;
}

.site-tabbing-wrap .site-tabbing-main li.nav-item:first-child button.nav-link {
  padding-left: 0;
}

.site-tabbing-wrap .site-tabbing-main .tab-button.active {
  border-bottom: 3px solid #000000;
  border-radius: 0;
  color: #1d1d1f;
  font-weight: 400;
}

.site-tabbing-wrap .tab-content .tab-scrolling li {
  list-style: none;
  margin-bottom: 14px;
}

.search-suggestion-row {
  display: flex;
  align-items: center;
  gap: 28px;
}

.search-suggestion-img {
  width: 83px;
  height: 69px;
}

.search-suggestion-title {
  width: calc(100% - 110px);
}

.search-suggestion-img img {
  width: 100%;
  height: 69px;
}

.search-suggestion-title p {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #afafaf;
}

.site-tabbing-wrap .tab-content .tab {
  display: none;
}

.site-tabbing-wrap .tab-content .tab.active {
  display: block;
}

.tab-scrolling {
  height: 300px;
  overflow-y: auto;
}

body.search {
  background-color: #ffffff;
}

.header-product-cat {
  min-width: 125px;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li a {
  line-height: normal;
  margin: 8px 0;
  width: 100%;
}

.ast-main-header-wrap.main-header-bar-wrap .category-menu ul li.child-active ul h6 a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.005em;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px 0;
  width: 100%;
}

.cat-menu-open {
  overflow-y: hidden;
}

.menu-open .main-slider .slick-next {
  z-index: 0;
}

.hotspot-btn:hover+.hotspot-block {
  display: block !important;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
  width: auto;
  padding: 17px 30px;
  border-radius: 6px;
  background: #2b6cd0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.woocommerce-js.single-product a.added_to_cart {
  padding: 12px 5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  margin: 0 15px;
}

.woocommerce-js .woocommerce-breadcrumb {
  padding: 10px 0;
  border-bottom: 2px solid #ddd;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.woocommerce-js .woocommerce-breadcrumb a {
  color: #000;
  text-decoration: none;
  /* border-bottom: 1px solid #333; */
  opacity: 0.5;
}

.wp-element-button,
.wp-block-button__link {
  background: #2b6ccf;
  border-radius: 5px;
  transition: 0.5s !important;
  text-decoration: none !important;
  border: 1px solid #2b6ccf;

  font-weight: 600;
  text-transform: uppercase;
}

a.wc-block-components-totals-coupon-link {
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b6cd0;
  letter-spacing: 0.5px;
  background: #f5f5f5;
  padding: 8px;
  border-radius: 5px;
  font-size: 13px;
}

a.wc-block-components-totals-coupon-link:hover,
a.wc-block-components-totals-coupon-link:focus {
  color: #fff;
  background: #2b6cd0;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 700;
  text-decoration: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  color: #c9252c;
  text-decoration: none;
}

.wp-element-button:hover,
.wp-block-button__link:hover,
.wp-element-button:focus,
.wp-block-button__link:focus {
  color: #2b6ccf;
  background: #fff;
}

.woocommerce-js .woocommerce-breadcrumb a:hover,
.woocommerce-js .woocommerce-breadcrumb a:focus {
  color: #c9252c;
  /* border-color: #c9252c; */
  opacity: 1;
}

ul.epimed-category-widget li label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

ul.epimed-category-widget li label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: 1px;
  left: 0;
  background: #fff;
  border-radius: 3px;
}

ul.epimed-category-widget li label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 14px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 2px;
}

ul.epimed-category-widget li {
  position: relative;
}

ul.epimed-category-widget li input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}

ul.epimed-category-widget li [type="checkbox"]:checked~label:before {
  background: #c9252c;
  border-color: #c9252c;
}

html {
  overflow-x: hidden;
}

.post-type-archive-product #secondary {
  padding-right: 0;
  border: 0;
}

.post-type-archive-product #secondary .sidebar-main {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 5px 10px 20px 10px;
  height: 708px;
  overflow-y: hidden;
}

.epimed_clear_all_wrap a.epimed_clear_all {
  color: #c9252c;
  right: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  top: 5px;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  column-gap: 20px;
}

.woocommerce ul.products li.product.desktop-align-left,
.woocommerce-page ul.products li.product.desktop-align-left {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce-js ul.products li.product a img {
  margin: 0;
}

.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
  padding: 15px;
  background: #f7f7f7;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 100%;
}

.woocommerce-page ul.products li.product .astra-shop-summary-wrap .ast-loop-product__link {
  margin-bottom: 10px;
}

nav.woocommerce-pagination {
  margin-bottom: 50px;
}

.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  text-align: center;
}

.woocommerce-page ul.products li.product .astra-shop-summary-wrap .ast-loop-product__link h2 {
  font-weight: 600;
}

.woocommerce-js ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-weight: 800;
  letter-spacing: 0.5px;
}

.woocommerce ul.products li.product.desktop-align-left,
.woocommerce-page ul.products li.product.desktop-align-left {
  margin-bottom: 20px;
}

header.woocommerce-products-header {
  /* background: #f7f7f7; */
  padding: 15px;
  margin: 20px 0;
  /* margin: 30px 0; */
}

.tax-product_cat header.woocommerce-products-header {
  background: #f7f7f7;
  padding: 15px;
  /* margin: 20px 0; */
  margin: 30px 0;
}

header.woocommerce-products-header .woocommerce-products-header__title.page-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
  /* color: #c9252c; */
}

.woocommerce .woocommerce-ordering {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}

.woocommerce-js .woocommerce-result-count {
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-style: italic;
  font-size: 15px;
  /* color: #c9252c; */
  margin: 15px 0;
}

.woocommerce-account .woocommerce h2 {
  /* color: #c9252c; */
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 40px;
}

body .woocommerce form.login,
body .woocommerce form.checkout_coupon,
body .woocommerce form.register {
  border-color: #ddd;
}

.woocommerce-js form .form-row input.input-text,
.woocommerce-js form .form-row textarea {
  border-color: #ddd;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.woocommerce-account .woocommerce {
  margin: 100px auto;
  padding: 0 15px;
}

.no-invoice {
  text-align: center;
}

.custom-overlay-warp {
  display: inline-block;
}

.elementor-page.ast-page-builder-template .entry-header.ast-header-without-markup,
.elementor-page.ast-page-builder-template.single .post-navigation {
  display: none;
}

.elementor-accordion .elementor-accordion-item {
  margin: 20px 0px;
  border-radius: 8px;
  overflow: hidden;
}

.elementor-1535 .elementor-element.elementor-element-93eff7a .elementor-accordion-item .elementor-tab-content {
  border-width: 0px;
}

.cat-menu-open:before,
.mega-menu-bg:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 22;
  top: 0;
  left: 0;
}

body.astra-child.cat-menu-open {
  overflow: hidden;
  height: 100vh;
}

.mb-40 {
  margin-bottom: 40px;
}

.woocommerce-product-details__short-description+.product-variaton-tabs {
  border-top: 0;
}

/*Make Header Sticky*/
/*.main-header{ position: fixed; background: #d9d9d9; }*/
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
}

.site-content {
  padding-top: 90px;
}

.wp-block-woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button {
  display: none !important;
}

.single-product .variations th .woo-selected-variation-item-name {
  display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before {
  background-image: none;
}

.search .post-thumb-img-content.post-thumb a img {
  width: 400px;
  height: 400px;
}

/* search page css */
.result-price-wrap {
  border-top: 0.5px solid #afafaf;
  padding: 12px 0;
  margin-top: auto;
}

.search-result-content .search-product-img {
  border-radius: 5px;
  width: 300px;
  height: 246px;
  object-fit: cover;
}

.search-result-content {
  display: flex;
  flex-direction: column;
}

.result-info p {
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.result-info h5 {
  margin-top: 20px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.search-result-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.search-result-row .col.search-result-content {
  width: calc(25% - 9px);
  margin-bottom: 65px;
}

.top-result-wrap {
  padding-bottom: 30px;
}

a.button-light {
  border: 1px solid #1d1d1f;
  color: #1d1d1f;
  margin-top: 24px;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 14px;
  display: inline-block;
}

.search-result-wrap {
  margin: 100px 0;
  width: 100%;
}

.search-select-dropdown {
  background-position-x: calc(100% - 15px) !important;
}

/* searchbar CSS Start 29-4*/
html.open-popup {
  overflow: hidden;
}

.search-container .site-close-icon-wrap {
  text-align: end;
}

.site-search-popup-inner .site-search-popup-input input.search-input::placeholder {
  color: #949494;
}

.site-search-popup-inner .site-search-featured-wrap .site-search-featured-row .site-search-featured-col .column-inner img {
  border-radius: 5px;
}

.top-result-wrap h4 {
  margin-bottom: 20px !important;
}

.searh-suggestion .search-suggestion-row .search-suggestion-img img {
  width: 83px;
  height: 69px;
}

.searh-suggestion .search-suggestion-row .search-suggestion-title p {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
}

.highlight-term {
  font-weight: bold;
  color: #000;
  /* Optional: make it stand out more */
}

.search-container .site-close-icon-wrap .site-close-icon img {
  height: 52px;
  width: 52px;
}

.site-search-popup-input .search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 24px;
  height: 24px;
}

.search-container .site-search-popup-input form.site-search-form {
  position: relative;
}

.woocommerce-custom-lost-pass .lost-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.woocommerce-custom-lost-pass {
  padding: 30px 50px;
  margin: 0 auto;
  border: 1px solid #adb6be;
  border-radius: 5px;
  width: 50%;
}

.woocommerce-custom-lost-pass .custom-login-url {
  text-align: center;
  margin-bottom: 0 !important;
}

.woocommerce-custom-lost-pass .custom-login-url a {
  text-decoration: underline !important;
  color: #2b6ccf;
  font-size: 18px;
}

.woocommerce-custom-lost-pass label,
.woocommerce-custom-lost-pass .custom-pass-conf {
  color: #777e90;
}

.woocommerce-custom-lost-pass .custom-pass-conf {
  text-align: center;
}

.woo-reset-hint {
  color: #666666;
}

.ast-desktop .ast-main-header-wrap {
  border: none;
}

.search-loading {
  text-align: center;
  padding-top: 30px;
}

/* 29-04 */
.yith-custom-hide {
  display: none;
}

.single-product .summary .yith-custom-hide {
  display: inline-block;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a {
  outline: none;
}

.single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a i {
  margin: 0 !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a i {
  margin: 0 10px 0 0;
  padding: 10px;
  font-size: 18px;
  background-color: #ffffff;
  border-radius: 32px;
}

.astra-shop-thumbnail-wrap {
  position: relative;
}

.astra-shop-thumbnail-wrap .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0;
}

/* 27-5-25 */
.custom-woocommerce-order-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields {
  order: 3;
  border: 1px solid #afafaf;
  padding: 20px;
  border-radius: 10px;
}

.custom-woocommerce-order-wrap .woocommerce-fields-wrap {
  order: 1;
  border: 1px solid #afafaf;
  padding: 20px;
  border-radius: 10px;
}

.custom-woocommerce-order-wrap .woocommerce-notice-wrap {
  order: 2;
}

.custom-woocommerce-order-wrap .woocommerce-shipping-fields h3,
.custom-woocommerce-order-wrap .woocommerce-billing-fields h3 {
  font-size: 20px !important;
  line-height: 24px;
  color: #1d1d1f;
  padding: 0 !important;
  border-bottom: unset !important;
  margin-bottom: 16px !important;
}

.woocommerce-checkout #customer_details {
  width: 60% !important;
  margin-right: 0 !important;
  padding-right: 26px;
  position: sticky;
  top: 175px;
}

.custom-woocommerce-order-wrap .woocommerce-fields-wrap .shipping_address select {
  border: 1px solid #858587;
  height: 45px;
  padding: 11px 18px;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields .woocommerce-input-wrapper select,
.custom-woocommerce-order-wrap .woocommerce-billing-fields .woocommerce-input-wrapper .select2-container .select2-selection {
  border: 1px solid #858587 !important;
  height: 45px !important;
  padding: 11px 18px !important;
  border-radius: 5px;
}

.custom-woocommerce-order-wrap .custom-billing-select {
  margin-bottom: 16px !important;
}

.custom-woocommerce-order-wrap .woocommerce-shipping-fields__field-wrapper {
  margin-bottom: 16px;
}

.custom-woocommerce-order-wrap .woocommerce-additional-fields__field-wrapper label {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 24px;
  color: #1d1d1f;
}

.custom-woocommerce-order-wrap .shipping-summary span,
.custom-woocommerce-order-wrap #shipping-details span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1d1d1f;
}

.custom-woocommerce-order-wrap .woocommerce-fields-wrap .woocommerce-input-wrapper textarea {
  height: 130px;
}

.custom-woocommerce-order-wrap .woocommerce-notice-wrap p {
  margin: 24px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1f;
}

.custom-woocommerce-order-wrap .woocommerce-notice-wrap p a {
  color: #2b6ccf;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .input-text {
  height: 45px;
  border: 1px solid #858587;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields .form-row label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1f;
  margin-bottom: 6px;
}

.custom-woocommerce-order-wrap .form-row input.input-text,
.woocommerce-js form .form-row textarea {
  padding: 10px 20px !important;
}

.custom-woocommerce-order-wrap #billing_address_1_field {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.custom-woocommerce-order-wrap #billing_address_2_field {
  width: 50%;
  display: inline-block;
  padding-left: 10px;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields__field-wrapper .form-row-first {
  width: 50%;
  padding-right: 10px;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: 50%;
  padding-left: 10px;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields #billing_city_field {
  width: 40%;
  float: left;
  padding-right: 10px;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields #billing_state_field {
  width: 30%;
  float: left;
  padding: 0 10px;
  clear: unset;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields #billing_postcode_field {
  width: 30%;
  float: left;
  padding-left: 10px;
  clear: unset;
}

/* 28-05-25 */
.custom-checkout-reorder {
  padding: 0 !important;
  border-width: 0 !important;
}

.custom-checkout-reorder .custom-order-wrap {
  border: 1px solid #afafaf;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}

.custom-order-wrap h2,
.custom-checkout-reorder .woocommerce-shipping-method-wrap h3.shippingMethodCustom {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #1D1D1F;
  margin-bottom: 27px;
  text-transform: unset;
}

.custom-checkout-reorder .custom-order-wrap .cart_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.custom-checkout-reorder .custom-order-wrap .cart_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.custom-checkout-reorder .custom-order-wrap .cart_item .product-img {
  width: 88px;
  height: 88px;
}

.custom-checkout-reorder .custom-order-wrap .cart_item .product-img img {
  width: 88px;
  height: 88px;
  display: block;
  object-fit: cover;
}

.custom-checkout-reorder .custom-order-wrap .product-name {
  margin-right: auto;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  width: 65%;
}

.custom-checkout-reorder .custom-order-wrap .product-name span:first-child {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1f;
}

.product-total .woocommerce-Price-amount bdi {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1F;
}

.custom-checkout-reorder .custom-order-wrap .product-name span.product-quantity {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
}

.custom-checkout-reorder .product-name .variation dt.variation-Gauge,
.custom-checkout-reorder .product-name .variation dt.variation-Length,
.custom-checkout-reorder .product-name .variation dt.variation-ActiveTip,
.custom-checkout-reorder .product-name .variation dt.variation-Finish,
.custom-checkout-reorder .product-name .variation dt.variation-NeedleType {
  width: 30%;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.custom-checkout-reorder .product-name .variation dd.variation-Gauge,
.custom-checkout-reorder .product-name .variation dd.variation-Length,
.custom-checkout-reorder .product-name .variation dd.variation-ActiveTip,
.custom-checkout-reorder .product-name .variation dd.variation-Finish,
.custom-checkout-reorder .product-name .variation dd.variation-NeedleType {
  margin: 0 !important;
  width: 70%;
}

.custom-checkout-reorder .product-name .variation dd.variation-Gauge p,
.custom-checkout-reorder .product-name .variation dd.variation-Length p,
.custom-checkout-reorder .product-name .variation dd.variation-ActiveTip p,
.custom-checkout-reorder .product-name .variation dd.variation-Finish p,
.custom-checkout-reorder .product-name .variation dd.variation-NeedleType p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.custom-checkout-reorder .variation {
  display: flex;
  flex-wrap: wrap;
}

.custom-checkout-reorder .custom-method-wrap {
  background: #F5F5F7;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  margin-top: 28px;
}

.custom-checkout-reorder .woocommerce-shipping-methods li label {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.custom-checkout-reorder .woocommerce-shipping-methods li {
  position: relative;
  padding: 18px 12px 18px 12px !important;
  background: #FFFFFF;
  margin-bottom: 10px !important;
}

.custom-checkout-reorder .woocommerce-shipping-methods li input.shipping_method {
  position: absolute;
  top: 20px;
  left: 14px;
  margin: 0 !important;
  width: 18px;
  height: 18px;
}

.custom-checkout-reorder .woocommerce-shipping-methods li label {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 60px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.custom-checkout-reorder .woocommerce-shipping-methods li label span bdi {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
}

.custom-checkout-reorder .cart-subtotal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 0.5px solid #AFAFAF;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.custom-checkout-reorder .cart-subtotal div:nth-of-type(1),
.custom-checkout-reorder .woocommerce-shipping-payment-wrap .order-total div:nth-child(1) {
  width: 50%;
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1D1D1F;
}

.custom-checkout-reorder .fee {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-shipping-payment-wrap {
  margin-top: 25px;
}

.custom-checkout-reorder .cart-subtotal span.woocommerce-Price-amount bdi,
.custom-checkout-reorder .fee .woocommerce-Price-amount bdi,
.custom-checkout-reorder .woocommerce-shipping-payment-wrap .order-total span.woocommerce-Price-amount bdi {
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  color: #1D1D1F;
}

.woocommerce-checkout .woocommerce-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(29, 29, 31);
}

.woocommerce-checkout .woocommerce-info a {
  color: var(--primary-color);
  text-decoration: underline !important;
}

.woocommerce-checkout .woocommerce-form-coupon {
  display: flex;
  gap: 5px;
  align-items: center;
}

.woocommerce-checkout .woocommerce-form-coupon p.form-row-last button {
  border-radius: 5px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: #ffffff;
  border-color: #1d1d1f;
  background-color: #1d1d1f;
  padding: 10px 15px;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  height: 45px;
}

.woocommerce-checkout .content-area.primary {
  margin: 72px 0 !important;
}

.woocommerce-checkout .woocommerce-form-coupon p.form-row-first input {
  height: 45px;
  padding: 10px 20px;
}

.custom-checkout-reorder .fee div:nth-of-type(1) {
  width: 50%;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1D1D1F;
}

.custom-checkout-reorder .woocommerce-checkout-payment {
  border: 1px solid #afafaf;
  background: #ffffff;
  border-radius: 10px !important;
  padding: 20px;
  overflow: hidden;
  margin-top: 28px;
}

.custom-checkout-reorder .woocommerce-shipping-payment-wrap .order-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.custom-checkout-reorder .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input.input-radio {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 6px !important;
}

.custom-checkout-reorder .woocommerce-checkout-payment ul.payment_methods li.payment_method_cod label,
.custom-checkout-reorder .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_authnet label[for="payment_method_authnet"],
.custom-checkout-reorder li.payment_method_invoice_payment,
.custom-checkout-reorder .payment_method_invoice_payment label {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1D1D1F;
}

.custom-checkout-reorder .wc_payment_method .payment_box fieldset .form-row label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1F;
  margin-bottom: 7px;
}

.custom-checkout-reorder .woocommerce-privacy-policy-text p {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}

.custom-checkout-reorder .woocommerce-checkout-payment .place-order button.button {
  background: #2B6CCF;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.custom-checkout-reorder .place-order {
  padding-bottom: 0 !important;
}

.custom-checkout-reorder .woocommerce-checkout-payment .wc_payment_methods li:nth-child(2) {
  padding: 10px 0;
}

.custom-checkout-reorder .woocommerce-checkout-payment .wc_payment_methods li:nth-child(3) input.input-radio {
  margin-top: 13px !important;
}

.woocommerce-checkout form.checkout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.custom-cart-text a.custom-cart-return {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #2B6CCF;
}

.woocommerce-checkout .custom-cart-text {
  margin-bottom: 0;
  margin-top: 24px;
}

.woocommerce-checkout {
  overflow-x: visible;
}

.woocommerce-checkout #customer_details {
  margin-bottom: 0 !important;
}



.inner-link-style- .ast-builder-html-element {
  display: flex;
  gap: 15px
}

.inner-link-style- .ast-builder-html-element .custom-header-account-main {
  position: relative
}

.inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-account-menu {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  box-shadow: 0 4px 8px 0 #00000033;
  max-width: 200px;
  width: 202px;
  z-index: 5;
  background: #fff
}

.inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-account-menu .custom-account-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-account-menu .custom-account-wrap li a {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-bottom: .5px solid #afafaf
}

.inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-account-menu .custom-account-wrap li a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-right: 13px
}

.inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-account-menu .custom-account-wrap li:last-child a {
  border-bottom: 0
}

.inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-header-account-icon {
  cursor: pointer
}

.inner-link-style- .ast-builder-html-element .custom-header-account-main+p {
  display: none;
}

.inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-account-menu .custom-account-wrap {
  flex-direction: column
}

/*=================== 03-06-25 Start ==================*/
.woocommerce-checkout .checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.custom-woocommerce-order-wrap .woocommerce-billing-fields__field-wrapper p.checkout-inline-error-message {
  color: #FF0505;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.3;
}

/*=================== 03-06-25 end ==================*/

/*=================== 04-06-25 Start Cart Page ==================*/
.woocommerce-cart .wc-block-components-totals-wrapper {
  padding: 10px 15px;
}

.woocommerce-cart .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.woocommerce-cart .wc-block-components-totals-item .wc-block-formatted-money-amount {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  color: #1D1D1F;
}

.woocommerce-cart .wc-block-components-totals-coupon__content form button .wc-block-components-button__text {
  opacity: 1 !important;
  color: #FFFFFF;
}

.woocommerce-cart .wc-block-components-totals-item .wc-block-components-totals-item__description .wc-block-components-totals-footer-item-shipping {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-top: 15px;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
  padding-top: 40px !important;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items {
  border: 1px solid hsla(0, 0%, 7%, .11);
  border-radius: 10px;
}

.wc-block-cart-items__header .wc-block-cart-items__header-image span,
.wc-block-cart-items__header .wc-block-cart-items__header-total span {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #1D1D1F;
  margin-bottom: 27px;
  text-transform: capitalize;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items .wc-block-cart-items__header-image,
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items .wc-block-cart-items__header-total {
  padding: 15px 15px 10px 15px;
}

.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price__value {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1F;
}

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 13px;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid hsla(0, 0%, 7%, .11);
  border-radius: 10px;
}

.woocommerce-cart .wc-block-components-sidebar {
  padding-left: 13px;
  position: sticky;
  top: 180px;
}

.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block h2 {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  color: #1D1D1F !important;
  text-transform: capitalize !important;
  padding: 15px !important;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-weight: 600;
  font-size: 16px;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1D1D1F;
}

.woocommerce-cart .wc-block-components-sidebar p.wc-block-components-totals-shipping-address-summary {
  font-size: 14px;
  font-weight: 500;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  margin-top: 30px;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-radio-control input.wc-block-components-radio-control__input {
  min-width: 18px !important;
  min-height: 18px !important;
  width: 18px;
  height: 18px;
  left: 12px;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-radio-control label {
  background: #F5F5F7;
  padding: 15px 10px 15px 40px;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border: 1px solid #2B6CCF;
  background: #FFFFFF;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #2B6CCF;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  border: 0;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control {
  width: 100%;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-radio-control__label-group span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-radio-control__option-layout .wc-block-components-formatted-money-amount {
  font-weight: 800;
  font-size: 14px;
  line-height: 100%;
  color: #1D1D1F;
}

.woocommerce-cart .wc-block-components-sidebar .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-radio-control>* {
  margin-bottom: 20px;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-radio-control__option-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-cart .wc-block-components-product-details.wc-block-components-product-details li span,
.wc-block-components-product-metadata .wc-block-components-product-metadata__description p,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__prices span.wc-block-formatted-money-amount {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product h3 {
  color: #1d1d1f;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}

.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product h3 a {
  text-decoration: none;
}

.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product span {
  text-align: left;
  color: #1d1d1f;
  font-size: 16px;
  line-height: normal;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button {
  align-items: flex-start;
  margin-top: 2rem;
}

.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button button.wp-block-button__link,
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button a.wc-block-components-product-button__button {
  white-space: normal;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #1d1d1f;
  color: #1d1d1f;
  font-size: 14px !important;
  padding: 8px 30px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button button.wp-block-button__link:hover,
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button a.wc-block-components-product-button__button:hover {
  background-color: #1d1d1f;
  color: #ffffff;
}

.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  padding-right: 20px !important;
}

.woocommerce-cart {
  overflow: unset;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
  align-items: flex-start;
}

/*=================== 04-06-25 End Cart Page ==================*/

/*=================== 16-06-25 Start ==================*/
form.epimed-category-filter {
  scrollbar-width: thin;
  scrollbar-color: #000000 transparent;
}

form.epimed-category-filter::-webkit-scrollbar {
  width: 1px;
}

form.epimed-category-filter {
  overflow-y: scroll;
  height: 670px;
}

/*=================== 16-06-25 End ==================*/

/*=================== 03-07-25 Start ==================*/
.my-orders-top .image-content .mo-product-no-wrap span.multiple-product-no {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #1D1D1F;
  display: block;
}

.my-orders-block .myOrder-header .cell p.site-order-status {
  color: #68A066;
}

.my-orders-top .mo-product-img-wrap .content-wrap {
  max-width: 50%;
}

.content-wrap span.variation-product-wrap {
  font-weight: 400 !important;
  font-size: 16px !important;
}

.shipping-contact-wrap {
  margin-top: 58px;
}

.shipping-contact-wrap>p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1F;
  margin-bottom: 15px;
}

.shipping-contact-wrap .help-list {
  margin-top: 0;
  gap: 31px;
}

.shipping-contact-wrap .woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}

.shipping-contact-wrap .help-block {
  padding: 35px 35px;
}

.shipping-contact-wrap .help-block {
  padding: 20px;
}

.shipping-contact-wrap .help-list .help-block .icon {
  width: 75px;
  height: 75px;
}

.shipping-contact-wrap .help-list .help-block h4 {
  font-size: 20px;
}

.shipping-contact-wrap .help-list .help-block p {
  font-size: 16px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  padding: 0 20px 0 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  padding-left: 20px;
  padding-top: 0;
}

.my-orders-list .my-orders-block .myOrder-header .cell span:nth-last-child(1) {
  font-weight: 800;
}

/*=================== 03-07-25 End ==================*/

/*=================== 08-07-25 Start ==================*/
.shopping-bag {
  width: calc(100% - 380px);
  padding: 50px 30px 50px 30px;

}

.shopping-bag>h4 {
  margin-bottom: 50px;
}

.shopping-bag .product-name h5 {
  margin-bottom: 0;
  font-size: 18px;
}

.shopping-bag .table-row .cell.product-name {
  flex: 2;
  padding-right: 20px;
}

.cart-collaterals.shopping-cart-bag {
  max-width: 380px;
}

.shopping-cart-bag {
  margin-top: 120px;
}


.shopping-cart-bag .cart_totals {
  padding: 10px 30px 30px 30px;
}

.shopping-cart-bag .cart_totals table.shop_table th {
  padding: 20px 0;
}


.shopping-bag button.button {
  border-radius: 5px;
  background: #2b6ccf;
  font-weight: 700;
}

.shopping-bag .cell.prodcut-remove {
  flex: 0.1;
}

.shopping-bag-table .table-row dd {
  margin: 0;
}

.prodcut-remove .remove:hover svg path {
  color: #007bff;
}

.prodcut-remove .remove:hover svg {
  transform: scale(1.3);
}

/*=================== 17-07-25 Start ==================*/
.custom-product-cat {
  margin-top: 30px;
}

.custom-product-cat .products {
  column-gap: 20px !important;
}

.custom-product-cat .products .astra-shop-summary-wrap a {
  text-decoration: none;
}

/*=================== 17-07-25 End ==================*/

/*=================== 21-07-25 Start ==================*/
.site-faq-wrap .title h2 {
  margin-bottom: 26px;
}

.site-faq-wrap .accordion-wrap {
  margin-bottom: 80px;
}

.site-faq-wrap .accordion-wrap h3 {
  margin-bottom: 30px;
}

.site-need-help h2 {
  margin-bottom: 80px;
}

.site-faq-main-wrap {
  margin-bottom: 50px;
}

/*=================== 21-07-25 Start ==================*/
/*=================== 04-08-25 Start ==================*/
.add-users-wrap button.woocommerce-Button {
  padding: 14px 40px !important;
  margin-top: 0 !important;
}

.site-notifications-user-wrap {
  width: 100%;
  display: inline-block;
  margin-top: 65px;
}

.site-notifications-user-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.site-notifications-user-colum {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.site-notifications-user-inner-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #AFAFAF;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  height: 100%;
}

.site-notifications-user-inner-column a.site-delete-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}

.site-user-img-wrap {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.site-user-img-wrap img {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: top center;
}

.site-user-name {
  font-size: 16px !important;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px !important;
}

.site-user-contact-info {
  width: 100%;
  display: inline-block;
  margin-top: auto;
}

.site-user-contact-info p.site-contact-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}

.site-user-contact-info p:last-child {
  margin-bottom: 0;
}

.site-user-contact-info p.site-contact-text img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}

.site-notifications-user-title h2 {
  font-size: 32px !important;
  line-height: 40px;
  text-transform: capitalize !important;
  border-bottom: 0 !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

.site-reset-password {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 40px;
}

.site-reset-password .site-reset-btn {
  border: 1px solid #2B6CCF;
  border-radius: 5px;
  padding: 6px 10px 8px;
  width: 100%;
  display: block;
  color: #2B6CCF;
}

.site-reset-password .site-reset-btn:hover {
  background: #2B6CCF;
  color: #FFFFFF;
}

/* Custom Modal CSS Start */
.site-custom-modal.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  outline: 0;
}

.site-custom-modal.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-custom-modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  box-shadow: 0px 0px 10px 1px #00000026;
}

.site-custom-modal.modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

.site-custom-modal .modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 488px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  padding: 48px 30px;
}

.site-custom-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.site-custom-modal .modal-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px !important;
}

.site-custom-modal .modal-body {
  text-align: center;
}

.site-custom-modal .modal-body p {
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #1D1D1F;
}

.site-custom-modal .modal-footer {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 40px;
}

.site-custom-modal .btn-close {
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M4.646 4.646a.5.5 0 011 0L8 6.793l2.354-2.147a.5.5 0 11.707.707L8.707 7.5l2.147 2.354a.5.5 0 01-.707.707L8 8.207l-2.354 2.147a.5.5 0 01-.707-.707L7.293 7.5 5.146 5.146a.5.5 0 010-.707z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: none;
  opacity: 0.5;
  cursor: pointer;
  font-size: 26px;
}

.site-custom-modal .btn-close:hover {
  opacity: 0.75;
}

.site-custom-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

/* Custom Modal CSS Start */

.demo-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.demo-container h1 {
  margin-bottom: 2rem;
  color: #495057;
}

.demo-container p {
  margin-bottom: 2rem;
  color: #6c757d;
}

.btn-secondary-Cancel {
  background: #F5F5F7;
  color: #1D1D1F !important;
  padding: 15px 60px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.btn-secondary-Cancel:hover {
  background: #F5F5F7;
  color: #1D1D1F !important;
}

.site-custom-modal .delete-button {
  background: #C9252C;
  color: #FFF;
  padding: 15px 75px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.site-custom-modal .modal-header img {
  width: 88px;
  height: 88px;
  display: block;
  margin-bottom: 17px;
}

.bell-header-icon {
  position: relative;
  margin-right: 8px;
}

.bell-header-icon img {
  width: 28px;
  height: 28px;
}

.bell-header-icon .bell-count {
  border-radius: 50%;
  height: 18px;
  line-height: 18px;
  width: 18px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  right: -5px;
  position: absolute;
  top: -2px;
  background-color: #c9252c;
  color: #ffffff;
}

.add-users-wrap h2 {
  text-transform: capitalize !important;
}

/*=================== 04-08-25 End ==================*/

.invoices-more-action {
  position: relative;
  display: inline-block;
}

.invoices-more-action ul.drop-down {
  right: 0;
  z-index: 1;
}

.invoices-more-action ul.drop-down a li {
  line-height: 20px;
}

.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  align-items: flex-start;
  padding-bottom: 20px;
}

.woocommerce-variation-add-to-cart .added_to_cart {
  width: 100%;
  border-radius: 6px;
  background: #2b6cd0;
  text-align: center;
  margin: 0 0 15px !important;
  color: #FFF !important;
}

/*=================== 02-09-25 Start ==================*/
.site-form-wrapper {
  padding: 0;
  border: 0;
}

.site-main-login-section .my-ac-container {
  overflow: hidden;
}

.site-main-login-section .my-ac-container .ac-col-left {
  background-color: #F4F4F6;
  height: 91vh;
}

.site-main-login-section img.my-ac-banner-img {
  height: 100%;
  display: block;
  object-fit: cover;
}

.site-main-login-section .site-form-wrapper .custom-login-url {
  padding: 10px 0;
}

.site-main-login-section .woocommerce-custom-lost-pass {
  border: 0;
  padding: 30px 30px;
}

.site-main-login-section button.show-password-input {
  padding: 0;
  color: black;
  background: initial;

}

.site-main-login-section button.show-password-input::after {
  margin-left: 0;
}

.payment_method_stripe_us_bank_account label {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1D1D1F;
}

.payment_method_stripe_us_bank_account label img.stripe-icon {
  width: 64px !important;
  height: 40px !important;
  margin: 0 !important;
}

#us_bank_account-panel .p-PickerItem.PickerItem {
  background-color: #FFFFFF !important;
}

/*=================== 02-09-25 End ==================*/

/*=================== 04-09-25 Start ==================*/
.site-order-main-wrap {
  width: 100%;
  display: inline-block;
}

.site-heding-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
}

.site-order-main-wrap .site-heding-wrap h2 {
  font-weight: 700 !important;
  border: 0;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.site-order-details-wrap {
  width: 100%;
  display: inline-block;
}

.site-order-details-row {
  display: flex;
  margin: 0 -10px;
}

.site-order-details-left {
  width: 65%;
  padding: 0 10px;
}

.site-order-details-right {
  width: 35%;
  padding: 0 10px;
}

.site-order-number-details span,
.site-order-number-details label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1D1D1F;
}

.site-order-details-card {
  width: 100%;
  display: inline-block;
  border: 1px solid #AFAFAF;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 20px;
}

.site-order-details-card h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2B6CCF;
  margin-bottom: 10px;
}

.site-product-detail-cov p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1F;
  margin-bottom: 5px;
}

.site-product-detail-cov p span {
  font-weight: 700;
  margin-right: 5px;
}

.site-order-details-card-wrap {
  width: 100%;
  display: inline-flex;
  gap: 20px;
}

.site-order-details-card-wrap .site-order-details-card {
  width: 50%;
}

.site-order-details-card h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.site-order-details-card-wrap .site-order-details-card .site-product-detail-cov:not(:last-child) {
  margin-bottom: 30px;
}

.site-product-detail-cov h6 {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
}

.site-order-details-right .site-order-details-card h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 15px;
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 13px;
}

.site-order-details-right .site-order-details-card {
  padding: 20px 0;
}

.site-ordersummary-wrap {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
}

.site-ordersummary-wrap .site-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}

.site-order-details-card .site-total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #AFAFAF;
  padding: 20px 15px 0;
  margin-top: 20px;
}

.site-summary-line .site-label {
  color: #767676;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.site-summary-line .site-amount {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}

.site-total-line span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.site-button-wrap {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  margin-top: 50px;
}

.site-button-wrap a.site-download-invoice-btn {
  width: 100%;
  display: inline-block;
  background: #2B6CCF;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  line-height: 16px;
  padding: 10px 20px 14px 20px;
}

.site-button-wrap p.site-order-return-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.site-button-wrap p.site-order-return-text a {
  color: #2B6CCF;
  font-weight: 700;
}

/* Modal Styles */
.site-cancellation-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  outline: 0;
}

.site-cancellation-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.site-cancellation-modal .modal-dialog {
  position: relative;
  width: 600px;
  margin: 0;
  pointer-events: none;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.site-cancellation-modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

.site-cancellation-modal .modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  padding: 20px 30px;
  position: relative;
}

.site-cancellation-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-cancellation-modal .modal-title {
  font-size: 26px;
  font-weight: 600;
  color: #212529;
}

.site-cancellation-modal .modal-body p {
  color: #6c757d;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
}

.site-cancellation-modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M4.646 4.646a.5.5 0 011 0L8 6.793l2.354-2.147a.5.5 0 11.707.707L8.707 7.5l2.147 2.354a.5.5 0 01-.707.707L8 8.207l-2.354 2.147a.5.5 0 01-.707-.707L7.293 7.5 5.146 5.146a.5.5 0 010-.707z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: none;
  opacity: 0.5;
  cursor: pointer;
  cursor: pointer;
  font-size: 35px;
}

body.custom-modal-open {
  overflow: hidden;
}

.site-cancellation-modal .btn-close:hover {
  opacity: 0.75;
}

.site-form-container h2 {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  border-bottom: none !important;
  text-transform: capitalize !important;
}

.site-form-container h2 {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  border-bottom: none !important;
  text-transform: capitalize !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.site-radio-option {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.site-radio-option input[type="radio"]:checked {
  border-color: #4285f4;
  background-color: #FFFFFF;
  border-width: 2px;
}

.site-radio-option input[type="radio"] {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.site-radio-option input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4285f4;
}

.site-radio-option input[type="radio"] {
  accent-color: #4285f4;
  cursor: pointer;
}

.site-radio-option label {
  flex: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.site-radio-option input[type="radio"]:checked+label {
  color: #4285f4;
  font-weight: 500;
}

.site-radio-option input.error[type="radio"]:checked {
  border-color: #d63638;
}

.site-radio-option input.error[type="radio"]:checked::after {
  background-color: #d63638;
}

.site-radio-option input.error[type="radio"] {
  border-color: #d63638;
}

.site-radio-option:has(input.error) {
  border: 1px solid #d63638;
  background: #d636381f;
}

.site-textarea-container textarea.error {
  border-color: #d63638;
}

.site-radio-option:has(input.error) label {
  color: #d63638;
}

.site-radio-option:has(input[type="radio"]:checked) {
  border-color: #4285f4;
  background-color: #e8f0fe;
}

.site-radio-option:hover {
  background-color: #f8f9fa;
}

.site-textarea-container {
  margin: 20px 0;
}

.site-textarea-container textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  resize: vertical;
  outline: none;
  transition: border-color 0.2s ease;
  font-weight: 500;
  font-size: 18px;
  color: #777E90;
}

.site-button-container {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.site-button-container a {
  width: 50%;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 16px;
  padding: 10px 20px 14px 20px;
  margin-bottom: 0;
}

.site-button-wrap .site-download-invoice-btn {
  background: #2B6CCF !important;
  color: #FFFFFF;
  margin-bottom: 0;
  border-radius: 5px;
  width: 50%;
}

.site-button-wrap .site-cancel-btn {
  background: #F5F5F7;
  color: #1D1D1F;
  position: unset;
  flex: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  border-radius: 5px;
}

.site-product-detail-cov ul.wc-item-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 27px;
}

.site-product-detail-cov ul.wc-item-meta li {
  display: flex;
  align-items: center;
}

.site-product-detail-cov ul li strong {
  padding-right: 5px;
}

.site-button-wrap p {
  margin-bottom: 0;
  padding-top: 5px;
}

.site-form-container button {
  font-size: 20px;
}

/*=================== 04-09-25 End ==================*/
/*=================== 05-09-25 Start ==================*/
#noptin-form-1__field-country--wrapper .noptin-field-dropdown select {
  background-position-x: calc(100% - 32px);
  cursor: pointer;
}

#noptin-form-1__field-country--wrapper .noptin-field-dropdown {
  position: relative;
}

.pi-corw-container {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 1px #00000026;
  padding: 25px 50px 50px;
  ;
}

.site-button-wrap {
  padding: 0;
}

.site-textarea-container textarea:focus {
  border-color: #2B6CCF;
}

.site-order-details-card .site-button-wrap {
  padding: 0 15px;
}

/*=================== 05-09-25 End ==================*/

/*=================== 10-09-25 Start ==================*/
.site-personal-details-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 57px;
}

.site-pr-details-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.site-pr-details-column {
  width: 50%;
  display: inline-block;
  padding: 0 30px;
}

.site-pr-inner-column .site-pr-heding {
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 42px;
}

.site-pr-details-wrap {
  width: 100%;
  display: inline-block;
}

.site-pr-details-wrap .site-form-group {
  display: flex;
  align-items: center;
}

.site-form-group span.site-text-label {
  flex: 0 0 150px;
  color: #1D1D1F;
  margin-right: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.site-form-group span.site-text-input {
  flex: 1;
  font-size: 16px;
  color: #777E90;
  font-weight: 500;
}

.site-pr-details-wrap .site-form-group:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.site-personal-details-wrap .site-personal-details-cov:not(:last-child) {
  border-bottom: 0.5px solid #e6e6e6;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.site-heding-h2 {
  font-weight: 700 !important;
  font-size: 35px !important;
  line-height: 42px !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  text-transform: capitalize !important;
  letter-spacing: normal !important;
}

/*=================== 10-09-25 End ==================*/
/* Contact Form CSS Start */
.contact-form-section .contact-content img {
  margin-bottom: 17px;
}

.contact-form-section .contact-form .gform_required_legend {
  display: none;
}

.ep-form-input {
  position: relative !important;
}

.ep-form-input .ginput_container input {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #000000 !important;
  background-color: #FCFCFD !important;
  border: 1px solid #1D1D1F;
  padding: 10px 20px !important;
  height: 60px !important;
  border-radius: 5px !important;
  cursor: auto;
}

.ep-form-input .ginput_container textarea {
  background-color: #FCFCFD;
  min-block-size: 208px !important;
  word-wrap: break-word;
}

.contact-form .gform_body .gform_fields,
#payOnline form .gform_fields,
.em-group-input-label-wrap .ginput_container_creditcard {
  row-gap: 28px;
  column-gap: 22px;
}

.ep-form-input label {
  top: 0;
  position: absolute;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 20px 20px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-in-out 0.2s !important;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  color: #777E90 !important;
  cursor: auto;
  pointer-events: none;
}

.ep-form-input label.has-value {
  top: 0px;
  color: #2B6CCF !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  padding: 0 20px;
  pointer-events: none;
}

.ep-form-input .gfield_description {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #1D1D1F;
}

.contact-form-section .bottom-text-wrap br {
  display: none;
}

.contact-form-section .bottom-text-wrap p {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 20px;
  color: #666666 !important;
  margin-bottom: 0;
}

.contact-form-section .contact-form .gform_footer input[type="submit"] {
  background-color: #2B6CCF !important;
  padding: 18px 20px !important;
  border-radius: 5px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  text-align: center !important;
}

.ep-text-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
}

/* Contact Form CSS End */
/* Payonline Form CSS Start */
#payOnline .gform_wrapper p.gform_required_legend {
  display: none;
}

#payOnline form .gf_progressbar .percentbar_blue {
  background-color: #2B6CCF;
}

.ep-form-input input:focus {
  border-color: var(--primary-color) !important;
}

.ep-radio-input-wrap .gfield_radio input[type="radio"]:checked {
  border: 2px solid var(--primary-color);
}

.ep-radio-input-wrap .gfield_radio input[type="radio"]:checked::before {
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
}

.ep-radio-input-wrap .gchoice input,
.ep-radio-input-wrap .gchoice label {
  cursor: pointer;
}

.ep-radio-input-wrap .gform-field-label {
  font-size: 16px;
}

.ep-radio-input-wrap .ginput_container_radio .gfield_radio {
  display: flex !important;
  flex-direction: row !important;
}

.ep-radio-input-wrap .ginput_container_radio .gfield_radio .gchoice {
  width: 50%;
}

#payOnline form .gform_body .gform-page-footer input.gform-theme-button,
.page-template-tp-new-account form .gform-page-footer input#gform_submit_button_4,
#payOnline form .gform_page .gform_page_footer input[type="submit"],
#paymentProof .gform_wrapper form .gform-footer input[type="submit"] {
  padding: 15px 50px !important;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

#payOnline form .gform_body .gform-page-footer input.gform_previous_button {
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 400;
  border-color: var(--primary-color);
  padding: 10px 40px !important;
}

#payOnline form .gform_body .gform-page-footer input.gform_next_button,
#payOnline form .gform_page .gform_page_footer input[type="submit"],
#paymentProof .gform_wrapper form .gform-footer input[type="submit"] {
  background-color: var(--primary-color);
}

#payOnline form .gform_body .gform-page-footer,
#paymentProof .gform_wrapper form .gform-footer {
  justify-content: center;
}

#payOnline form .ep-html-notes-wrap span {
  font-size: 14px;
  line-height: 7px !important;
}

/* Payonline Form CSS End */
/* Creditcard Form CSS Start */
.em-group-input-label-wrap .ginput_container_creditcard input[type="text"],
.em-group-input-label-wrap .ginput_cardinfo_left .ginput_card_field .gform-grid-col select,
.em-group-input-label-wrap .has_street span.gform-grid-col select {
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #000000 !important;
  background-color: #FCFCFD !important;
  border: 1px solid #1D1D1F;
  padding: 10px 20px !important;
  height: 60px !important;
  border-radius: 5px !important;
  cursor: auto;
  color: #1D1D1F;
}

.em-group-input-label-wrap .ginput_cardinfo_left .ginput_card_field .gform-grid-col select,
.em-group-input-label-wrap .has_street span.gform-grid-col select {
  background-repeat: no-repeat !important;
  background-position-y: 50%;
  background-position-x: 90%;
}

.ep-text-wrap label {
  padding-right: 16px;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--primary-color) !important;
  margin: 0 !important;
}

.ep-text-wrap .ginput_product_price_wrapper span {
  color: #128012;
  font-size: 18px;
  font-weight: 600 !important;
}

.em-upload-wrap .ginput_container input {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #000000 !important;
  background-color: #FCFCFD !important;
  border: 1px solid #1D1D1F;
  padding: 0 !important;
  height: 60px !important;
  border-radius: 5px !important;
  cursor: auto;
}

.em-group-input-label-wrap .ginput_container_creditcard input[type="text"]::placeholder,
.em-group-input-label-wrap .has_street span.gform-grid-col input::placeholder,
.em-ach-input-label-wrap .ginput_container_ach span input::placeholder {
  color: #777E90;
  opacity: 1;
}

.em-group-input-label-wrap .ginput_container_creditcard input[type="text"]::-webkit-input-placeholder,
.em-ach-input-label-wrap .ginput_container_ach span input::placeholder {
  color: #777E90;
}

.em-group-input-label-wrap .ginput_container_creditcard input[type="text"]::-moz-placeholder,
.em-ach-input-label-wrap .ginput_container_ach span input::placeholder {
  color: #777E90;
  opacity: 1;
}

.em-group-input-label-wrap .ginput_container_creditcard input[type="text"]:-ms-input-placeholder,
.em-ach-input-label-wrap .ginput_container_ach span input::placeholder {
  color: #777E90;
}

.em-group-input-label-wrap .ginput_container_creditcard input[type="text"]:-ms-input-placeholder,
.em-ach-input-label-wrap .ginput_container_ach span input::placeholder {
  color: #777E90;
}

.em-group-input-label-wrap .ginput_cardinfo_left .ginput_card_field .gform-grid-col select,
.em-ach-input-label-wrap .ginput_container_ach span select {
  color: #777E90 !important;
}

.em-group-input-label-wrap .ginput_cardinfo_left .ginput_card_field .gform-grid-col select:valid,
.em-group-input-label-wrap .has_street span.gform-grid-col select:valid,
.em-ach-input-label-wrap .ginput_container_ach span select:valid {
  color: #777E90;
}

.em-group-input-label-wrap .ginput_cardinfo_left .ginput_card_field .gform-grid-col select option,
.em-group-input-label-wrap .has_street span.gform-grid-col select option,
.em-ach-input-label-wrap .ginput_container_ach span select option {
  color: #777E90 !important;
}

.em-group-input-label-wrap .ginput_cardinfo_left .ginput_card_field .gform-grid-col select option:first-child,
.em-group-input-label-wrap .has_street span.gform-grid-col select option:first-child,
.em-ach-input-label-wrap .ginput_container_ach span select option:first-child {
  color: #777E90 !important;
}

/* Creditcard Form CSS Start */
/* ACH Forms CSS  */
.em-ach-input-label-wrap .gfield_label {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 15px;
}

.em-ach-input-label-wrap .ginput_container_ach span input,
.em-ach-input-label-wrap .ginput_container_ach span select {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #000000 !important;
  background-color: #FCFCFD !important;
  border: 1px solid #1D1D1F;
  padding: 10px 20px !important;
  height: 60px !important;
  border-radius: 5px !important;
  cursor: auto;
  margin-bottom: 27px;
}

.em-ach-input-label-wrap .ginput_container_ach span select {
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

.ep-text-wrap {
  display: flex !important;
  align-items: center;
}

.ep-text-wrap .ginput_container_total input {
  font-size: 18px !important;
  cursor: auto;
  color: green !important;
  font-weight: 600 !important;
}

.ep-text-wrap .ginput_container_total input:focus {
  outline: none;
  border: 0;
}

.d-none {
  display: none !important;
}

.page-template-tp-manage-payment .page-template-tp-new-account .apply-now-btn,
.page-template-tp-manage-payment .apply-now-btn {
  text-align: center;
}

.page-template-tp-manage-payment .my-account-container .account-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

#paymentProof .gform_heading {
  display: none;
}

#paymentProof {
  padding-top: 55px;
}

.page-template-tp-manage-payment .site-search-popup-wrap .search-container {
  top: 100px;
}

/* ACH Forms CSS  */
/* New Customer Form CSS Start  */
.ep-newcustomet-input-wrap {
  position: relative !important;
}

.ep-newcustomet-input-wrap .ginput_container input {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #000000 !important;
  background-color: #FCFCFD !important;
  border: 1px solid #1D1D1F;
  padding: 10px 15px !important;
  height: 48px !important;
  border-radius: 5px !important;
  cursor: auto;
  line-height: 48px !important;
}

.ep-newcustomet-input-wrap label {
  top: 0;
  position: absolute;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 15px 15px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-in-out 0.2s !important;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #777E90 !important;
  cursor: auto;
  pointer-events: none;
}

.ep-newcustomet-input-wrap label.has-value {
  top: -2px;
  color: #2B6CCF !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  line-height: 11px !important;
  padding: 0 15px;
  pointer-events: none;
}

.page-template-tp-new-account .fancybox-content {
  width: 650px;
  height: auto;
  max-height: 95vh;
}

.page-template-tp-new-account #gform_wrapper_4 .gform_fields {
  column-gap: 22px;
  row-gap: 20px;
}

.page-template-tp-new-account #gform_wrapper_4 .gform_required_legend {
  display: none;
}

.ep-newcustomet-upload-wrap .ginput_container_fileupload input {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #000000 !important;
  background-color: #FCFCFD !important;
  border: 1px solid #1D1D1F;
  height: 48px !important;
  border-radius: 5px !important;
  cursor: auto;
  line-height: 48px !important;
  width: 100% !important;
}

.page-template-tp-new-account form .gform-body .gform-page-footer {
  justify-content: center;
}

.page-template-tp-new-account form .gform-body .gform-page-footer input.gform_next_button,
.page-template-tp-new-account form .gform-body .gform-page-footer input.gform_previous_button {
  padding: 15px 50px !important;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.page-template-tp-new-account form .gform-body .gform-page-footer input.gform_next_button {
  color: #FFFFFF;
  background-color: var(--primary-color) !important;
}

.page-template-tp-new-account form .gform-body .gform-page-footer input.gform_previous_button {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

/* New Customer Form CSS End  */
.page-template-tp-manage-payment .my-account-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-template-tp-manage-payment .my-account-container .content-box.my-account-img-box {
  display: flex;
  justify-content: center;
}

.page-template-tp-new-account .my-account-container .account-wrapper {
  gap: 20px;
}

.page-template-tp-new-account form .percentbar_blue {
  background: var(--primary-color) !important;
}

.ep-newaccount-checkbox-wrap .ginput_container_checkbox .gchoice input:hover {
  background: #FFFFFF;
}

.ep-newaccount-checkbox-wrap .ginput_container_checkbox .gchoice input:hover {
  background: #FFFFFF;
}

.ep-newaccount-checkbox-wrap .ginput_container_checkbox .gchoice {
  width: 50% !important;
  padding-right: 10px;
}

.ep-newaccount-checkbox-wrap .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-direction: row;
  gap: 15px 0px;
  flex-wrap: wrap;
}

.ep-newaccount-checkbox-wrap .gfield_label,
.page-template-tp-new-account .ep-radio-input-wrap .gfield_label {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 15px;
}

.em-page-break-wrap hr {
  margin: 3% 0 !important;
}

.page-template-tp-new-account form .gform-page-footer input#gform_submit_button_4 {
  background: var(--primary-color);
  opacity: 1;
}

.ep-newcustomer-not-velid-input label.has-value {
  padding-top: 5px !important;
}

.page-template-tp-new-account .ep-radio-input-wrap .gfield_label,
.page-template-tp-new-account .ep-radio-input-wrap {
  width: auto;
  display: inline-block;
}

/* 23-09-25  */
.woocommerce-page .summary form p#total-price {
  font-weight: 800;
  font-size: 28px !important;
  line-height: 36px;
  margin-top: 0 !important;
}

.woocommerce-page .summary form p#total-price strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  display: inline-block;
}

/* 23-09-25  */

/* 1-10-25 */
.entry-summary .request-quote-wrap {
  background-color: #F2F5F9;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1D1D1F;
  border-radius: 4px;
}

.request-quote-wrap span {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.request-quote-wrap .apply-now-btn {
  color: #2B6CCF;
  padding-left: 5px;
}

.payment {
  margin-top: 30px;
}

/* Request modal css */
#requestQuote.fancybox-content {
  width: 650px;
  padding: 15px 24px;
}

#requestQuote .gform_required_legend {
  display: none;
}

#requestQuote .gform_heading {
  text-align: center;
  margin-bottom: 0px;
}

#requestQuote .gform_heading h2.gform_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 0 !important;
}

#requestQuote {
	height: auto;
}

#requestQuote form .gfield--type-html {
  text-align: center;
}

#requestQuote form .gfield--type-html strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.ep-simple-form-input label, .em-simple-form-select label, .ep-form-textarea-input label {
	font-weight: 700 !important;
	font-size: 15px !important;
	line-height: 24px !important;
  margin-bottom: 5px !important;
}
.ep-simple-form-input input, .em-simple-form-select select, .ep-form-textarea-input textarea {
  background: #FCFCFD !important;
  border: 1px solid #1D1D1F !important;
  border-radius: 5px !important;
  height: 55px !important;
  cursor: pointer;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 15px !important;
}
.em-simple-form-select select{
  color: #777E90 !important;
}
.em-simple-form-select select:has(option:checked:not([value=""])) {
  color: #1D1D1F !important;
}
 
.em-simple-form-select select {
	--gf-local-padding-x: var(--gf-ctrl-select-padding-x);
	background-image: var(--gf-ctrl-select-icon) !important;
	background-position: calc(100% - 12px) center !important;
	background-repeat: no-repeat !important;
	background-size: 10px !important;
}

.ep-form-textarea-input textarea::placeholder {
  color: #777E90;
}
.ep-form-textarea-input textarea::-webkit-input-placeholder {
  color: #777E90;
}
.ep-form-textarea-input textarea:-ms-input-placeholder {
  color: #777E90;
}
.ep-form-textarea-input textarea::-moz-placeholder {
  color: #777E90;
  opacity: 1;
}

.ep-simple-form-input input::placeholder {
  color: #777E90;
}
.ep-simple-form-input input::-webkit-input-placeholder {
  color: #777E90;
}
.ep-simple-form-input input:-ms-input-placeholder {
  color: #777E90;
}
.ep-simple-form-input input::-moz-placeholder {
  color: #777E90;
  opacity: 1;
}


#requestQuote form .gform-body .gform-page-footer {
  display: flex;
  justify-content: center;
  gap: 37px;
}

#requestQuote form .gform_next_button {
  padding: 15px 70px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  background-color: #2B6CCF;
  color: #fff;
  border-radius: 4px;
}

#requestQuote form .ginput_container_textarea textarea {
  min-block-size: 150px;
}
#field_5_22 {
    margin-top: 0!important;
}
#requestQuote form .gfield--type-html span {
    color: #262626;
}

#requestQuote .gform_page_footer .gform_previous_button {
  padding: 15px 53px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  background-color: #F5F5F7;
  color: #1D1D1F;
  border-radius: 5px;
  border: none;
}

#requestQuote .gform_page_footer .gform_button.button {
  padding: 15px 53px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  background-color: #2B6CCF;
  color: #fff;
  border-radius: 5px;
}

#requestQuote .gform-body .gform_page_fields .gform_fields {
  row-gap: 14px;
}

#requestQuote .gform-body .ginput_container_address {
  row-gap: 20px;
}

#requestQuote .gform_validation_errors {
  margin: 20px 0;
  padding: 10px 20px;
  width: 100%;
  outline: none;
}

#requestQuote .gform_validation_errors .gform_submission_error.hide_summary {
  margin: 0;
}

#requestQuote .ep-form-check-input .gfield_checkbox .gform-field-label {
  color: #1D1D1F;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.ep-form-check-input input {
  cursor: pointer;
}
#requestQuote .ep-form-check-input .gfield-choice-input:hover:checked {
  background-color: #fff;
}

#fancybox-container-1 .fancybox-inner .fancybox-slide {
  padding-right: 6px;
  padding-left: 10px;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
  z-index: 9999999999;
}

/* 1-10-25 */


@media screen and (max-width: 1199px) {
  .shopping-cart-bag {
    margin-top: unset;
  }

  .shopping-bag {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .site-pr-details-column {
    width: 100%;
  }

  .site-pr-inner-column .site-pr-heding {
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 20px;
  }

  .site-pr-details-row .site-pr-details-column:not(:last-child) {
    margin-bottom: 40px;
  }

  .site-personal-details-wrap {
    margin-bottom: 30px;
  }


  .shopping-bag .cell.prodcut-remove {
    top: 33px;
  }

  .shopping-bag>h4 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .shopping-bag button.button {
    display: block;
    margin: auto;
  }

  .shopping-bag .cell.product-price {
    text-align: start;
  }

  .shopping-cart-bag table.shop_table_responsive tr td::before {
    font-weight: 500;
  }

  .shopping-cart-bag .cart_totals {
    padding: 10px;
  }

  .shopping-bag {
    padding: 0;
  }

  .shopping-bag .table-row .cell.product-qty {
    padding-left: 100px;
    flex-basis: 20%;
    text-align: center;
  }

  .shopping-bag .table-row .cell.product-name {
    flex-basis: 70%;
    padding-right: 20px;
    margin-bottom: 12px;
  }

  .shopping-bag .table-row .cell.product-img {

    flex-basis: 30%;
  }

  .shopping-cart-bag {
    margin-top: 0;
  }

}


@media screen and (max-width: 991px) {
  .shopping-cart-bag .coupon>th {
    display: unset !important;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500;
    color: #767676;
  }

  .shopping-cart-bag .coupon {
    margin: 28px 0;
  }

  .page-template-tp-manage-payment .my-account-container .content-box {
    width: 100%;
    text-align: center;
  }

  .page-template-tp-manage-payment .my-account-container {
    gap: 20px;
  }

  .page-template-tp-manage-payment .my-account-container .account-wrapper {
    justify-content: center;
  }
}


.shopping-cart-bag .coupon input#coupon_code {
  padding-right: 124px;
}

/*=================== 08-07-25 End ==================*/


@media screen and (min-width: 1640px) {

  .site-header .ast-container,
  .site-footer .ast-container {
    max-width: 1600px;
  }
}

@media screen and (max-width: 1640px) {

  .main-header-menu .menu-link,
  .main-header-menu>a,
  .ast-main-header-wrap.main-header-bar-wrap ul li a {
    padding: 0 6px;
    font-size: 14px;
  }

  .ast-container {
    max-width: 1200px;
  }

  .site-header .ast-container,
  .site-footer .ast-container {
    max-width: 1400px;
  }

  .specialties-slider .slick-list {
    padding-left: calc((100% - 1200px) / 2) !important;
    padding-right: calc((100% - 1200px) / 2) !important;
  }

  .site-footer,
  .footer-top ul li a {
    font-size: 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 40px;
  }

  .shopping-bag {
    width: calc(100% - 380px);
    padding-right: 30px;
  }

  .woocommerce-page .cart-collaterals {
    max-width: 380px;
  }

  .cart_totals {
    padding: 30px;
  }

  .product-banner-content {
    padding-left: 30px;
  }

  .medical-banner-wrap {
    max-width: 845px;
  }

  .medical-banner-content {
    font-size: 28px;
  }

  .testimonials .slick-list {
    padding-left: 0;
  }

  .header-product-cat {
    font-size: 12px;
  }
}

@media (min-width: 1199px) and (max-width: 1440px) {
  form.epimed-category-filter {
    height: 585px;
  }

  .post-type-archive-product #secondary .sidebar-main {
    height: 615px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .noptin-form-field-wrapper #noptin-form-1__submit {
    right: 128px;
  }
}

@media screen and (max-width: 1400px) {
  .ast-main-header-wrap.main-header-bar-wrap ul li a {
    padding: 0 4px;
    font-size: 12px;
  }

  .header-product-cat {
    font-size: 9px;
  }

  .header-product-cat:before {
    margin-right: 5px;
    background-size: 100% auto;
  }

  .ast-main-header-wrap.main-header-bar-wrap .main-header-bar .site-header-section-left .header-widget-area-inner .widget.widget_block .header-product-cat {
    font-size: 15px;
  }
}

@media screen and (max-width: 1270px) {
  .woocommerce-cart .wp-block-woocommerce-cart {
    max-width: 100%;
    margin: 0 auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1198px) {
  form.epimed-category-filter {
    height: 625px;
  }

  .post-type-archive-product #secondary .sidebar-main {
    height: 660px;
  }
}


@media screen and (max-width: 1200px) {

  .page-template-tp-manage-payment .site-above-header-wrap,
  .page-template-tp-new-account .site-above-header-wrap {
    padding-right: 20px !important;
  }

  .page-template-tp-manage-payment #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:first-child,
  .page-template-tp-manage-payment #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:last-child,
  .page-template-tp-new-account #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:first-child,
  .page-template-tp-new-account #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:last-child {
    display: block;
  }

  .page-template-tp-manage-payment #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-center,
  .page-template-tp-manage-payment #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-right,
  .page-template-tp-new-account #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-center,
  .page-template-tp-new-account #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-right {
    display: flex !important;
  }

  .page-template-tp-manage-payment #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row,
  .page-template-tp-new-account #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row {
    width: 100%;
    position: unset;
    display: flex;
    justify-content: space-between !important;
  }

  .page-template-tp-manage-payment #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:first-child,
  .page-template-tp-manage-payment #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:last-child,
  .page-template-tp-new-account #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:first-child,
  .page-template-tp-new-account #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:last-child {
    display: block !important;
  }

  .woocommerce-checkout .content-area.primary {
    margin: 38px 0 !important;
  }

  .ast-woo-shop-archive .site-content .ast-container .widget-area {
    top: 135px;
  }

  #ast-desktop-header {
    display: none;
  }

  .ast-builder-menu-mobile .main-navigation {
    display: block;
  }

  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-primary-header-bar .site-primary-header-wrap {
    min-height: auto !important;
  }

  .footer-left-side {
    width: 100%;
  }

  .pain-blocker-wrap .content {
    padding: 30px;
  }

  .pain-blocker-wrap .content a.button.btn-white {
    margin-top: 10px;
  }

  .slider .slider-content {
    left: 100px;
  }

  .woocommerce #content div.product div.summary {
    padding-left: 40px;
    padding-top: 40px;
  }

  .product-expertly-wrap-inner .expertly-desc {
    padding: 20px 30px 20px;
    width: calc(100% - 200px);
  }

  .product-expertly-wrap-inner .expertly-img {
    width: 200px;
  }

  .blunt-wrap .blunt-desc {
    margin-left: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 14px;
  }

  .woocommerce-MyAccount-content h2 {
    font-size: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-orders-top .cell.image-content .img {
    width: 100px;
  }

  .my-orders-top .cell.image-content .content {
    width: calc(100% - 100px);
    padding-left: 20px;
  }

  .my-orders-top .cell.bold,
  .my-orders-bottom {
    font-size: 16px;
  }

  .shopping-bag {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .product-banner-content {
    width: 40%;
  }

  .product-banner-img {
    width: 60%;
  }

  .zigzag .image-content .content-desc ul {
    padding-left: 20px;
  }

  .featurs-list {
    gap: 30px;
  }

  .mobile-menu {
    width: 100%;
  }

  .connection-list {
    gap: 30px;
  }

  .connection-section {
    padding: 140px 0 40px;
  }

  .connection-section .title h1 {
    font-size: 44px;
  }

  .contact-banner .banner-img {
    height: 250px;
    width: 100%;
    margin: 120px 0 80px;
  }

  .department-title {
    width: 100%;
  }

  .department-form {
    width: 100%;
    padding-left: 0;
  }

  .location-office-wrap .img {
    width: 100%;
    height: 440px;
    margin-right: 0;
  }

  .office-list {
    padding-left: 0;
    width: 100%;
  }

  .medical-banner {
    overflow: hidden;
  }

  .resources-wrap .left-sidebar {
    padding-right: 30px;
  }

  .tracking-system {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .tracking-system .phone-img {
    padding-right: 0;
  }

  .tracking-system .content {
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }

  .tracking-logo {
    padding-left: 0;
    padding-right: 0;
    width: 760px;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .additional-accessories .additional-content {
    padding: 0 30px;
  }

  .radiation-protection-gloves .content {
    padding-right: 0;
  }

  .radiation-protection-gloves {
    padding: 30px;
  }

  .radiation-protection-gloves .column-img-block .img img {
    max-width: 200px;
  }

  .radiation-protection-gloves .content li {
    line-height: 30px;
    font-size: 20px;
  }

  .x-ray-protection {
    width: 100%;
  }

  .tracking-logo {
    justify-content: center;
  }

  #ast-desktop-header {
    display: block;
  }

  #ast-desktop-header .ast-above-header-wrap {
    display: block;
  }

  #ast-desktop-header .ast-main-header-wrap {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .ast-header-break-point header#masthead .ast-search-menu-icon.slide-search .search-form {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    left: 0;
    transform: unset;
    padding: 0 30px;
    justify-content: center;
    z-index: 9;
  }

  #ast-desktop-header .category-menu {
    top: 130px;
    height: calc(100% - 102px);
  }

  header#masthead .ast-main-header-wrap.main-header-bar-wrap .category-menu ul li ul {
    position: relative;
    display: none !important;
    transform: unset;
  }

  header#masthead .ast-main-header-wrap.main-header-bar-wrap .category-menu ul li.child-active>ul {
    transform: unset !important;
    display: block !important;
  }

  .ast-main-header-wrap.main-header-bar-wrap .category-menu ul li {
    position: relative;
  }

  #ast-desktop-header .ast-main-header-wrap .ast-primary-header-bar .site-primary-header-wrap {
    width: 100%;
  }

  #ast-desktop-header .ast-main-header-wrap .ast-primary-header-bar .site-primary-header-wrap .ast-builder-grid-row .site-header-primary-section-center {
    display: none;
  }

  #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-center,
  #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-right {
    display: none;
  }

  #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:first-child,
  #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .ast-builder-layout-element:last-child {
    display: none;
  }

  #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row .site-header-above-section-left .site-header-above-section-left-center {
    display: none;
  }

  #ast-desktop-header .ast-above-header-wrap .site-above-header-wrap {
    padding: 0;
    min-height: unset;
  }

  .ast-hfb-header.ast-header-break-point .main-header-bar-navigation {
    z-index: 4;
    position: relative;
  }

  .child-trigger {
    position: relative;
    right: -20px;
  }

  .ast-header-break-point header#masthead .ast-search-menu-icon.slide-search .search-form .search-close {
    background: #ffffff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000000;
    line-height: 5px;
    cursor: pointer;
    font-weight: 800;
  }

  .ast-header-break-point .ast-search-menu-icon.slide-search .search-form label button.search-submit.ast-search-submit {
    display: block;
    background: transparent;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 9px;
    right: 22px;
    padding: 0;
  }

  .ast-header-break-point .ast-search-menu-icon.slide-search .search-form label button.search-submit.ast-search-submit .ast-icon {
    display: block;
  }

  .ast-header-break-point header#masthead .ast-search-menu-icon.slide-search .search-form>label {
    position: relative;
  }

  .ast-header-break-point header#masthead .ast-search-menu-icon.slide-search .search-form>label input {
    padding-right: 50px !important;
  }

  .contact-form-section {
    padding: 80px 0;
  }

  .my-ac-top-wrap {
    padding-top: 80px;
    padding-left: 38px;
  }

  .ac-col-left .my-ac-banner-img {
    height: 400px;
    object-fit: cover;
  }
}

@media screen and (max-width: 992px) {
  .shipping-contact-wrap .help-block {
    width: calc(50% - 16px);
  }

  /* 22-05-25 */
  .myOrder-header {
    padding: 20px 20px;
  }

  .my-orders-bottom {
    padding: 0 20px 28px;
  }

  .my-orders-top .cell.image-content {
    padding: 0 20px;
  }

  .my-orders-bottom {
    gap: 25px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    border-left: 0;
  }

  .my-orders-top .image-content .mo-product-img-wrap a {
    width: 150px;
    height: 120px;
  }

  .my-orders-top .image-content .mo-product-img-wrap a img {
    height: 120px;
  }

  .shipping-address-wapper .inner-wapper {
    grid-template-columns: repeat(2, 1fr);
    border-left: none;
  }

  .footer-link-quick ul li {
    margin-right: 5px;
  }

  .ast-left-sidebar #content>.ast-container {
    flex-direction: row;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    column-gap: 12px;
  }

  .ast-container .woocommerce ul.products:not(.elementor-grid),
  .woocommerce-page ul.products:not(.elementor-grid),
  .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid),
  .woocommerce-page .related ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ast-left-sidebar #primary {
    padding-left: 30px;
  }

  .slider-content h1 {
    font-size: 36px !important;
  }

  .slider-content .link-group {
    gap: 20px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  h2 {
    font-size: 24px;
  }

  .call-to-action .call-to-action-wrap {
    padding-left: 30px;
  }

  .pain-blocker-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .pain-blocker-wrap .content {
    padding: 30px;
    width: 100%;
    max-width: 100%;
  }

  .slider-section .slick-dots {
    position: absolute;
    bottom: 20px;
  }

  .woocommerce #content div.product div.images {
    width: calc(100% + 20px) !important;
    background: #f5f5f7;
    padding: 50px 30px 50px 0;
    margin-right: -20px;
    position: relative !important;
  }

  ol.flex-control-nav.flex-control-paging {
    padding-right: 30px;
  }

  .woocommerce #content div.product div.summary {
    width: 100% !important;
    padding: 30px;
  }

  .product-expertly-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .product-expertly-wrap-inner {
    align-items: center;
  }

  .product-expertly-wrap-inner .expertly-desc {
    padding: 20px 30px 20px;
    width: calc(100% - 260px);
  }

  .product-expertly-wrap-inner .expertly-img {
    width: 260px;
  }

  .blunt-wrap .blunt-img img {
    height: 100%;
    object-fit: cover;
  }

  .blunt-wrap .blunt-desc {
    padding: 20px 30px;
  }

  .product-img-wrap {
    padding: 30px 30px 30px;
  }

  .hotspot.top-right-side {
    top: 35%;
  }

  .hotspot.bottom-side {
    bottom: 25%;
  }

  .hotspot-block {
    left: auto;
    transform: translateX(0%);
    right: 0;
  }

  .hotspot.left-side .hotspot-block {
    left: 0;
  }

  .help-list {
    flex-wrap: wrap;
  }

  .help-block {
    margin-bottom: 0;
    width: calc(50% - 30px);
  }

  .main-content-wrap .sidebar {
    width: 200px;
    padding-right: 20px;
  }

  div#tabs-content {
    width: calc(100% - 200px);
    padding-left: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
    width: 100%;
  }

  .my-orders-top .cell.bold,
  .my-orders-bottom {
    font-size: 18px;
  }

  .my-orders-bottom {
    justify-content: flex-start;
    padding-right: 0;
  }

  .my-orders-top .cell.bold {
    margin-bottom: 10px;
  }

  .product-banner-content {
    width: 100%;
  }

  .product-banner-img {
    width: 100%;
  }

  .zigzag .image-content .content-desc {
    padding-left: 30px;
  }

  .zigzag .image-content.right-side .content-desc {
    padding-right: 30px;
  }

  .careers-banner-img h1 {
    font-size: 42px;
  }

  .caree-opportunities .block-list .block {
    padding: 0 25px;
    width: 50%;
  }

  .caree-opportunities .block-list {
    margin-left: -25px;
    margin-right: -25px;
  }

  .opportunity-employer-wrap .content {
    padding: 40px 0px;
  }

  .opportunity-employer-wrap .img {
    top: 0;
  }

  .company-benefits {
    margin: 0;
  }

  .benefits-list .benefits-block {
    width: 50%;
    text-align: center;
    padding: 0 20px 40px;
  }

  .benefits-list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .connection-list {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .medical-banner-wrap img.img3 {
    left: 20px;
    top: 16%;
  }

  .medical-banner-wrap img.img4 {
    right: -5%;
    top: 13%;
  }

  .medical-banner-wrap .img1 {
    position: absolute;
    left: -160px;
    top: 55%;
  }

  .medical-banner-wrap {
    margin-bottom: 0;
  }

  .manufacturing-section {
    padding: 80px 0;
    width: 100%;
  }

  .manufacturing-block {
    margin: 40px 0;
  }

  .manufacturing-block .img {
    padding-right: 30px;
  }

  .medical-banner-wrap img.img2,
  .medical-banner-wrap img.img8,
  .medical-banner-wrap img.img6,
  .medical-banner-wrap img.img5 {
    display: none;
  }

  .resources-wrap .left-sidebar li span {
    padding: 15px 30px 15px 00px;
    line-height: normal;
  }

  .contact-meredith .content {
    padding: 30px;
  }

  .testimonials-block {
    margin-left: 20px;
    padding-left: 35px;
    padding-top: 110px;
    padding-right: 35px;
    color: #ffff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    height: inherit !important;
    margin-top: 105px;
  }

  .testimonials-block .testimonials-img {
    left: 50%;
    transform: translateX(-50%);
    top: -90px;
  }

  .testimonal-list {
    gap: 40px;
  }

  .feature-testimonal .img {
    padding-left: 20px;
  }

  .feature-testimonal .content {
    padding-right: 20px;
  }

  .feature-testimonal {
    padding: 40px 0;
  }

  .testimonal-block .video:before {
    width: 57px;
    height: 57px;
    background-size: 100% auto;
  }

  .racz-section .img {
    width: 100%;
  }

  .racz-section .img img {
    border-radius: 10px;
    width: 100%;
  }

  .racz-content {
    width: 100%;
    color: #000;
    padding-left: 0;
    margin-top: 40px;
  }

  .societies-list {
    grid-template-columns: 1fr 1fr;
  }

  .related-products {
    display: grid;
    grid-template-columns: 1fr;
  }

  .additional-content p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .radiation-protection-gloves .column-img-block {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  .radiation-protection-gloves .content {
    padding-right: 0;
    width: 100%;
  }

  .radiation-protection-gloves {
    padding: 30px;
    flex-direction: column-reverse;
  }

  .ready-to-go-warp .img {
    padding-right: 0;
  }

  .x-ray-protection h2 {
    margin-bottom: 40px;
  }

  .safety-lead-wrap {
    margin: 80px 0;
    padding: 60px 20px 0;
  }

  .features-blog .features-content {
    width: 100%;
    padding-right: 0;
    font-size: 22px;
    line-height: 30px;
    padding-top: 30px;
  }

  .recent-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-quick ul {
    flex-wrap: wrap;
  }

  .features-blog .features-img {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row {
    top: 8px;
    left: 185px;
    z-index: 3;
    position: absolute;
    width: auto;
    display: block;
  }

  .ast-builder-grid-row>.site-header-section .ast-search-menu-icon {
    z-index: unset;
  }

  .ast-header-break-point #ast-mobile-header .ast-main-header-wrap>.ast-primary-header-bar {
    z-index: unset;
  }
}


@media screen and (max-width: 767px) {
  .site-order-details-row {
    flex-direction: column;
  }

  .site-order-details-left {
    width: 100%;
  }

  .site-order-details-right {
    width: 100%;
  }

  .site-notifications-user-colum {
    width: 50%;
  }

  #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row {
    position: absolute;
    right: 0;
    top: 57px;
    z-index: 4;
    width: auto;
    display: block;
  }

  .resources-section .submenu-mobile {
    display: block;
  }

  .footer-bottom-wrap .footer-bottom {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-link-quick ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .footer-bottom-wrap .iso-logo {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-bottom-wrap {
    padding-bottom: 40px;
  }

  .newsletter h4 {
    font-size: 22px;
  }

  .footer-left-side .logo {
    margin-bottom: 30px;
  }

  .footer-link-block {
    flex: 50%;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .footer-link-list .footer-touch {
    flex-grow: initial;
    flex: 50%;
  }

  .footer-top .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer-top {
    padding: 40px 0;
  }

  .footer-left-side .logo img {
    max-width: 160px;
  }

  .ast-left-sidebar #primary {
    padding-left: 0;
    width: 100%;
  }

  .post-type-archive-product #secondary {
    margin-top: 60px;
    width: 100%;
    border-right: none;
    position: relative;
    display: none;
  }

  .woocommerce-js ul.products li.product .ast-woo-shop-product-description p,
  .woocommerce-page ul.products li.product .ast-woo-shop-product-description p {
    margin-bottom: 20px;
    max-width: 250px;
    font-size: 14px;
    line-height: normal;
  }

  .woocommerce-js ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 10px;
  }

  .woocommerce ul.products li.product.desktop-align-left,
  .woocommerce-page ul.products li.product.desktop-align-left {
    margin-bottom: 30px;
  }

  .woocommerce-js ul.products li.product .button,
  .woocommerce-page ul.products li.product .button {
    text-align: center;
    width: 100%;
  }

  .slider-section {
    padding: 90px 0;
  }

  .slider .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .slider .slider-content {
    left: 10px;
  }

  .slider-section .slick-next,
  .slider-section .slick-prev {
    display: none !important;
  }

  .slider-content h1 {
    font-size: 28px;
  }

  .slider-content a.link {
    font-size: 14px;
  }

  .slider-section .slick-dots li button {
    width: 25px;
  }

  .specialties-slider .slick-list {
    padding: 0;
  }

  .specialties-slider .slick-list {
    padding: 0 !important;
    margin-left: 15px;
  }

  .shop-specialties {
    overflow-x: unset;
  }

  .shop-specialties-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .shop-specialties-wrap .btn-wrap {
    display: none;
  }

  .specialties-slider .item {
    position: relative;
    margin: 0 5px;
  }

  .call-to-action .view-all {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .specialties-slider .slick-dots li button:before {
    font-size: 10px;
  }

  .specialties-slider .item .content {
    padding: 15px;
  }

  .call-to-action .action-content {
    max-width: 1000%;
    padding-right: 0;
    padding: 20px;
  }

  .call-to-action .call-to-action-wrap {
    padding-left: 0;
    flex-direction: column-reverse;
  }

  .slider-section .slick-dots {
    position: absolute;
    bottom: 10px;
  }

  .pain-blocker {
    margin-bottom: 60px;
  }

  .woocommerce #content div.product div.summary {
    width: 100% !important;
    padding: 20px 0;
  }

  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    padding: 0 10px;
    min-width: 60px !important;
  }

  .woocommerce-js div.product form.cart div.quantity {
    float: left;
    margin: 0 30px 20px 0;
  }

  .woocommerce-js div.product .product_meta {
    padding-top: 20px;
    margin: 0;
  }

  .product-expertly-wrap-inner .expertly-desc {
    padding: 35px 35px 20px;
    width: 100%;
  }

  .product-expertly-wrap-inner .expertly-img img {
    width: 100%;
    border-radius: 5px;
  }

  .product-expertly-wrap-inner .expertly-img {
    width: 100%;
  }

  .product-expertly-wrap-inner .expertly-desc {
    padding: 35px 35px 20px;
    width: 100%;
  }

  .blunt-wrap .blunt-desc {
    padding: 20px 30px;
    width: 100%;
  }

  .woocommerce-js div.product .woocommerce-tabs {
    padding-top: 10px;
  }

  .archive #content>.ast-container {
    flex-direction: column;
  }

  .archive #primary {
    margin-top: 0;
  }

  .product-img-wrap {
    padding: 20px 10px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .hotspot.bottom-side {
    bottom: 8%;
    right: auto;
  }

  .hotspot.left-side {
    top: 3%;
  }

  .hotspot.top-right-side {
    top: 33%;
  }

  .hotspot-block {
    left: 0;
  }

  .hotspot.top-right-side .hotspot-block {
    left: auto;
    right: 0;
  }

  .product-details-wrap {
    margin-top: 20px;
  }

  .help-list {
    gap: 40px;
  }

  .accordion-list h4:after {
    right: 0;
  }

  .help-block {
    margin-bottom: 0;
    width: 100%;
  }

  .contact-content {
    padding: 0 00px 30px;
  }

  .haft-width {
    display: block;
    gap: 0;
    margin: 0 !important;
  }

  .main-content-wrap .sidebar {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }

  div#tabs-content {
    width: 100%;
    padding-left: 0;
  }

  .main-content-wrap {
    padding: 50px 0;
  }

  .submenu-mobile-title {
    border-radius: 5px;
    border: 1px solid #afafaf;
    background: #fff;
    padding: 2px 20px 2px;
    color: #0054a4;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 273.5%;
    text-transform: capitalize;
    display: block;
  }

  .page-template-tp-new-account .account-wrapper {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }


  .submenu-mobile-wrap .back {
    text-align: right;
    padding: 10px 30px;
    display: inline-block;
    width: 100%;
  }

  .submenu-mobile-wrap {
    position: fixed;
    width: 100%;
    background-color: #fff;
    height: 100%;
    z-index: 999;
    top: 55px;
    right: -100%;
    padding-top: 20px;
    transition: all ease-in-out 0.5s;
  }

  ul#tabs-nav li {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 35px;
  }

  .main-content-wrap .sidebar h3 {
    display: none;
  }

  .submenu-mobile {
    margin-bottom: 30px;
    position: relative;
  }

  .submenu-mobile-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(./images/arrow_forward.svg);
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }

  .submenu-open .submenu-mobile-wrap {
    right: 0;
  }

  .login-wrap,
  .register-wrap {
    padding: 60px 5px;
    margin: 0;
  }

  .woocommerce-js form .form-row {
    margin: 0 0 15px;
  }

  .haft-width .haft {
    width: 100%;
  }

  .notifications-block {
    padding-left: 24px;
  }

  .notifications-block .content {
    padding-right: 20px;
  }

  .notifications-block .content p {
    margin-bottom: 10px;
  }

  .notifications-block .close {
    padding: 0px 10px 10px;
  }

  .sign-security h2 {
    margin-bottom: 50px;
  }

  .change-block {
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .change-block .content {
    width: 100%;
    padding-right: 0;
  }

  .change-block .change-btn {
    width: 100%;
    margin-top: 10px;
  }

  .table-row .cell.product-img {
    flex-basis: 88px;
  }


  .table-row .cell.product-name {
    flex-basis: calc(100% - 88px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-row .cell.product-qty {
    padding-left: 108px;
  }

  .cell.prodcut-remove {
    position: absolute;
    right: 0px;
    top: 25px;
  }

  .table-row {
    position: relative;
  }

  .cart_totals h2 {
    font-size: 24px;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 10px !important;
  }

  .cart_totals {
    padding: 20px 0 30px;
  }

  .cart_totals table.shop_table td,
  .cart_totals table.shop_table .amount {
    padding: 0px 15px;
  }

  .wc-proceed-to-checkout {
    padding: 0 15px;
  }

  .cart-collaterals table.shop_table_responsive tr td::before {
    color: #767676;
  }

  .connect-with-us {
    padding: 100px 0 60px;
  }

  .product-banner {
    padding-top: 70px;
  }

  .product-banner-img img {
    margin-bottom: -18%;
  }

  .connect-with-us .connect-img {
    margin-top: 80px;
  }

  .zigzag .image-content {
    padding-bottom: 50px;
    flex-direction: column-reverse;
  }

  .zigzag .image-content .img {
    width: 100%;
  }

  .zigzag .image-content .content-desc {
    width: 100%;
    padding-left: 80px;
    padding: 0 15px 40px;
  }

  .zigzag .image-content.right-side {
    flex-direction: column-reverse;
  }

  .featurs-list {
    grid-template-columns: 1fr;
  }

  .slider-center img {
    padding: 0 13px;
  }

  .slider-center .slick-next,
  .slider-center .slick-prev {
    width: 48px;
    height: 28px;
    background-size: 48px auto;
  }

  .slider-center .slick-next {
    right: 10px;
  }

  .slider-center .slick-prev {
    left: 10px;
  }

  .placement-content {
    display: none;
  }

  .placement-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .product-faq {
    border-radius: 0;
    padding: 60px 0;
  }

  .product-faq h2 {
    margin-bottom: 40px;
  }

  .product-faq .accordion-list h4 {
    padding: 15px 45px 15px 15px;
  }

  .product-faq .answer {
    padding: 5px 15px;
    font-size: 18px;
    line-height: 27px;
  }

  .video-warp a:before {
    background-size: 100% auto;
    width: 50px;
    height: 50px;
  }

  .product-video-content {
    margin-bottom: 30px;
  }

  .product-video {
    padding: 80px 0 100px;
    border-radius: 0;
  }

  .product-banner-content h1 {
    margin-bottom: 20px;
  }

  .main-header-wrap {
    padding: 20px 10px;
    align-items: center;
  }

  .about-img {
    padding: 130px 0 40px;
  }

  .about-zigzag .image-content .content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .about-zigzag .image-content .img {
    width: 100%;
  }

  .about-zigzag .image-content {
    margin-bottom: 30px;
  }

  .about-zigzag .image-content:nth-child(2n) .content {
    padding-right: 0;
    padding-left: 0;
  }

  .epimed-support-content h2 {
    font-size: 24px;
  }

  .epimed-support {
    padding: 20px;
    margin-bottom: 60px;
  }

  .our-story-block .our-story-content {
    width: 100%;
    color: #fff;
    padding-right: 0;
  }

  .our-story-block .our-story-video {
    width: 100%;
  }

  .office-list {
    grid-template-columns: 1fr;
  }

  .join-team-block {
    flex-direction: column-reverse;
  }

  .join-team-block .content {
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .join-team-block .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .join-team-block .content h2 {
    font-size: 38px;
  }

  .main-header-right a {
    margin-right: 10px;
  }

  .main-header-right a.store-icon {
    padding: 11px 10px 12px;
    font-size: 14px;
    min-width: 80px;
  }

  .main-header-right a.store-icon img {
    margin-right: 5px;
    width: 15px;
  }

  .menu-open .main-header-right a.hamburger-icon {
    background-size: 100%;
    background-position: center;
  }

  .mobile-menu {
    padding: 140px 40px 40px;
  }

  .mobile-menu a.child-trigger {
    background-size: 100% auto;
    width: 17px;
    height: 18px;
  }

  .careers-banner {
    padding: 110px 0 50px;
  }

  .careers-banner-img h1 {
    font-size: 24px;
  }

  ul.filter li,
  ul.filter li a {
    width: 100%;
  }

  .open-positions h2 {
    margin-bottom: 25px;
  }

  .positions-list ul li a.button.btn-white {
    height: auto;
    line-height: 0;
    border: none;
    font-size: 0 !important;
    padding: 0 !important;
  }

  .positions-list {
    margin-top: 20px;
  }

  .caree-opportunities {
    padding: 60px 0;
  }

  .caree-opportunities .block-list {
    margin-left: 0;
    margin-right: 0;
  }

  .caree-opportunities .block-list .block {
    padding: 0;
    width: 100%;
  }

  .caree-opportunities {
    padding: 40px 0 20px;
  }

  .opportunity-employer-wrap .img {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }

  .opportunity-employer-wrap .content {
    padding: 25px 0px;
    width: 100%;
  }

  .company-benefits {
    padding: 40px 0;
  }

  .benefits-list {
    margin-left: 0;
    margin-right: 0;
  }

  .benefits-list .benefits-block {
    width: 100%;
    text-align: center;
    padding: 0 20px 20px;
  }

  .company-benefits {
    margin: 0 0 40px;
    padding: 40px 0 0;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
  }

  .woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
    width: 100%;
  }

  .woocommerce-js form.edit-account .form-row {
    margin: 0 0 25px;
  }

  .connection-section .title h1 {
    font-size: 34px;
  }

  .connection-list {
    grid-template-columns: 1fr;
  }

  .contact-banner .banner-img {
    height: 150px;
    width: 100%;
    margin: 80px 0 40px;
  }

  .department-form .submit-right {
    display: block;
    width: 100%;
  }

  .department-experts {
    padding-bottom: 30px;
  }

  .service-center {
    padding: 60px 0;
  }

  .service-center-block .title {
    padding-right: 0;
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;
  }

  .service-center-block .service-center-content {
    width: 100%;
  }

  .service-center-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #121212;
    padding-bottom: 10px;
  }

  .service-center-block:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .location-block .map {
    width: 100%;
    margin-bottom: 35px;
  }

  .location-address .location-address-content,
  .location-address .location-address-phone {
    width: 100%;
    text-align: center;
  }

  .location-block {
    padding-bottom: 40px;
  }

  .location-block .map iframe {
    width: 100%;
    height: 300px;
  }

  .location-office-wrap .img {
    width: 100%;
    height: 360px;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .partnering-epimed-wrap .img {
    width: 100%;
    padding-right: 45px;
    position: relative;
    padding-bottom: 160px;
  }

  .partnering-epimed-wrap .content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .partnering-epimed-section {
    padding: 50px 0;
  }

  .partnering-epimed-wrap .content a.button {
    text-align: center;
    width: 100%;
  }

  .manufacturing-block {
    margin: 10px 0;
  }

  .manufacturing-block .img {
    padding-right: 0;
    width: 100%;
  }

  .manufacturing-block .manufacturing-content {
    width: 100%;
    padding-top: 25px;
  }

  .delivery-solution {
    padding: 50px 0;
    margin-top: 0;
  }

  .delivery-solution-content h2 {
    line-height: 68px;
    margin-bottom: 15px;
  }

  .delivery-solution-content {
    padding-bottom: 10px;
  }

  .medical-banner-wrap {
    padding: 350px 0 350px;
  }

  .medical-banner-wrap .img1 {
    position: absolute;
    left: -160px;
    top: auto;
    max-width: 70%;
    bottom: 1%;
  }

  .medical-banner-wrap img.img7 {
    position: absolute;
    right: 0;
    bottom: 10%;
    max-width: 50%;
  }

  .medical-banner-wrap img.img3 {
    left: 0;
    top: 11%;
    max-width: 100%;
    width: 23%;
  }

  .medical-banner-wrap img.img4 {
    right: -10%;
    top: 8%;
    max-width: 38%;
  }

  .partnering-epimed-wrap .img img.right-bottom {
    position: absolute;
    right: -20px;
    bottom: 0px;
    max-width: 200px;
  }

  .resources-wrap .left-sidebar>ul {
    display: none;
  }

  .news-listing {
    width: 100%;
  }

  .resources-section .filter ul li {
    display: inline-block;
    margin: 0 2px;
  }

  .resources-wrap .left-sidebar {
    padding-right: 0;
    width: 100%;
  }

  .resources-section .filter ul li span {
    padding: 15px 25px;
  }

  .new-block h5 {
    margin-bottom: 25px;
  }

  .new-block {
    padding-bottom: 15px;
  }

  .resources-section .filter ul {
    margin: 0;
  }

  .resources-section {
    padding-top: 0px;
  }

  .resources-wrap .left-sidebar li span {
    padding: 10px;
    line-height: normal;
    font-size: 18px;
  }

  .resources-wrap .left-sidebar li.active span:after {
    display: none;
  }

  .reimbursement-guide .img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .reimbursement-guide .guide-content a.button.btn-blue {
    width: 100%;
    text-align: center;
  }

  .reimbursement-guide .guide-content {
    width: 100%;
  }

  .reimbursement-guide {
    padding: 90px 0 40px;
  }

  .solutions-consulting .title-block {
    margin-bottom: 40px;
  }

  .contact-meredith {
    margin-bottom: 75px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding: 50px 30px;
    border-radius: 0;
  }

  .contact-meredith .content {
    padding: 0;
    padding-top: 40px;
    width: 100%;
  }

  .contact-meredith .content .btn-right {
    text-align: center;
    margin-top: 40px;
  }

  .contact-meredith .content .btn-right a.button {
    width: 100%;
  }

  .resources-row {
    border-bottom: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
  }

  .resources-block h4 {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }

  .resources-block {
    padding-bottom: 35px;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 25px;
  }

  .resources-block .icon {
    display: none;
  }

  .resources-row:last-child .resources-block:last-child {
    border-bottom: none;
  }

  .practice-management .img {
    width: 100%;
    padding-bottom: 50px;
  }

  .practice-management .content {
    width: 100%;
    padding-right: 0;
  }

  .practice-management {
    align-items: center;
    flex-direction: column-reverse;
  }

  .practice-management .content .btn-group a.button {
    width: 100%;
    text-align: center;
  }

  .speaker-section .block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: center;
  }

  .speaker-section .block .block-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .speaker-section .block .icon {
    margin-bottom: 20px;
  }

  .join-lecture .img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;
  }

  .join-lecture .join-lecture-content {
    width: 100%;
    padding-left: 0;
  }

  .join-lecture .join-lecture-content a.button.btn-blue {
    width: 100%;
    text-align: center;
  }

  .join-lecture {
    padding: 20px 0 40px;
  }

  .testimonials .slick-next {
    right: 30px;
    z-index: 1;
    top: -40px;
  }

  .testimonials .slick-prev {
    right: 100px;
    top: -68px;
  }

  .testimonials h2 {
    padding: 0 20px;
  }

  .testimonials .see-all .button {
    width: 100%;
    text-align: center;
  }

  .testimonials .see-all {
    padding: 0 20px;
  }

  .feature-testimonal {
    flex-direction: row;
  }

  .feature-testimonal .img {
    padding-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .feature-testimonal .content {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .testimonal-list {
    grid-template-columns: 1fr;
  }

  .societies-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .societies-filter {
    margin-bottom: 40px;
  }

  .invoice-receipts .top h2 {
    margin: 0 0 30px 0px;
  }

  .invoice-receipts .right-side {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .invoice-receipts .search-form {
    position: relative;
    width: 100%;
  }

  .invoice-receipts .search-form input[type="text"] {
    width: 100%;
  }

  .invoice-receipts-table table {
    border-radius: 10px;
    border: 1px solid #afafaf;
    min-width: 640px;
  }

  .help-support .help-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .product-banner-content a.button.btn-blue,
  .product-banner-content a.video.watch-video {
    font-size: 18px !important;
  }

  .product-banner-content h1 span {
    font-size: 30px;
  }

  .product-video-content h2 {
    font-size: 38px;
  }

  .testimonials-section h2 {
    margin-bottom: 60px;
  }

  .product-banner-content a.video.watch-video {
    margin-left: 10px;
  }

  .societies-filter ul li {
    margin: 0 5px;
  }

  .societies-filter ul#tabs-nav li {
    width: auto;
    padding: 0;
  }

  .societies-filter ul li span {
    padding: 12px 30px;
    font-size: 16px;
  }

  .product-banner-content {
    width: 100%;
    padding: 0 20px;
  }

  .safety-lead-wrap .main-title h2 {
    font-size: 42px;
  }

  .safety-icon-list {
    justify-content: center;
    padding: 40px 20px;
    flex-wrap: wrap;
  }

  .safety-icon-list .icon-block {
    flex: 50%;
    margin-bottom: 20px;
  }

  .x-ray-protection h2 {
    font-size: 42px;
    line-height: 48px;
  }

  .ready-to-go-warp .img {
    padding-right: 0;
    width: 100%;
    padding-bottom: 30px;
  }

  .ready-to-go-warp .content {
    padding-left: 0;
    width: 100%;
  }

  .protection-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ready-to-go-warp {
    margin-bottom: 40px;
  }

  .additional-accessories {
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }

  .additional-accessories .additional-content {
    padding: 20px 0 0;
    width: 100%;
  }

  .additional-accessories .additional-img {
    width: 100%;
  }

  .radiation-protection-gloves h3 {
    padding-right: 0;
  }

  .radiation-protection-gloves .column-img-block {
    width: 100%;
    justify-content: center;
    gap: 0;
  }

  .tracking-logo {
    justify-content: center;
    width: 100%;
  }

  .tracking-logo .store-logo {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .tracking-logo {
    padding-top: 20px;
  }

  .protection-block .img {
    margin-bottom: 30px;
  }

  .protection-block {
    margin-bottom: 40px;
  }

  .tracking-system {
    margin: 80px 0 50px;
  }

  .radiation-protection-gloves {
    margin-bottom: 60px;
  }

  .radiation-protection-gloves .column-img-block .img img {
    max-width: 100%;
  }

  .racz-section {
    margin: 100px 0;
  }

  .racz-content .btn-group {
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }

  .resources-wrap {
    margin-top: 0;
  }

  .recent-articles h2 {
    font-size: 34px;
  }

  .category-list.societies-filter ul li {
    display: inline-block;
    margin: 0 0px 15px;
    width: 100%;
  }

  .category-list.societies-filter ul li a,
  .category-list.societies-filter ul li a span {
    display: block;
  }

  .blog-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .blog-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .recent-articles {
    margin-bottom: 0;
  }

  .recent-list {
    gap: 0;
  }

  .features-blog {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .page-template-tp-new-account .my-account-container .content-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-template-tp-new-account .my-account-img-box {
    padding: 20px;
  }


  .page-template-tp-new-account .my-account-content-box p {
    margin-bottom: 40px;
  }

  .page-template-tp-new-account .my-account-container .epimed-logo {
    margin-bottom: 35px;
  }

  .page-template-tp-new-account .apply-now-btn,
  .page-template-tp-manage-payment .apply-now-btn {
    width: auto;
  }

  .my-ac-top-wrap {
    padding-top: 40px;
    text-align: center;
    padding-left: 0;
  }

  .my-ac-container {
    flex-direction: column;
  }

  .my-ac-container .my-ac-co {
    width: auto;
    padding-top: 30px;
  }

  .btm-url {
    position: static;
  }

  .my-ac-top-wrap h1 span {
    font-size: 30px;
  }

  .my-ac-top-wrap img {
    margin-bottom: 10px;
  }


}

@media (max-width: 650px) {
  .my-orders-list {
    max-width: 100%;
    width: 650px;
    display: block;
    overflow-x: scroll;
    /* white-space: nowrap; */
  }

  .page-template-tp-manage-payment #payOnline.fancybox-content {
    width: 100% !important;
  }

  .my-orders-section {
    width: 100%;
    display: inline-block;
  }

  .my-orders-block {
    border-bottom: 1px solid #afafaf;
    width: 650px;
  }

  .page-template-tp-new-account .fancybox-content {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* Dt - 24-04-25 */
@media screen and (max-width: 431px) {

  .page-template-tp-new-account form .gform-body .gform-page-footer input.gform_next_button,
  .page-template-tp-new-account form .gform-body .gform-page-footer input.gform_previous_button,
  .page-template-tp-new-account form .gform-page-footer input#gform_submit_button_4 {
    width: 100% !important;
  }

  .page-template-tp-manage-payment .account-wrapper a {
    width: 100%;
  }

  #payOnline form .gform_body .gform-page-footer input.gform-theme-button,
  #payOnline form .gform_page .gform_page_footer input[type="submit"],
  #paymentProof .gform_wrapper form .gform-footer input[type="submit"] {
    width: 100%;
  }

  .slider-section .slick-next,
  .slider-section .slick-prev {
    display: block !important;
  }

  .slider-section .slider .slick-arrow {
    width: 64px;
    height: 32px;
    border: 1px solid #000000;
    bottom: -55px;
    top: unset;
    transform: none;
    position: absolute;
  }

  .slider-section .slider .slick-prev {
    right: calc(0% + 90px);
    left: unset;
    transform: rotate(180deg);
  }

  .slider-section .slider .slick-next {
    right: 0;
    left: unset;
  }

  .slider-section .item .slider-content {
    position: unset;
    transform: unset;
    padding: 15px 15px 15px;
  }

  .slider-section .slick-list {
    background: linear-gradient(90deg, #e8e8e8 0%, #f6f6f6 100%);
    height: 100%;
  }

  .slider-section .slick-dots {
    bottom: 14px;
  }

  .slider-section .slick-dots li button {
    width: 75px;
  }

  .slider-section .slider .item.slick-slide {
    display: flex;
    flex-direction: column;
  }

  .slider-section .item .img {
    order: 2;
  }

  .slider-content h1 {
    margin-bottom: 19px;
  }

  .slider-content p {
    font-size: 16px;
  }

  .slider-content a.link {
    font-size: 18px;
  }

  .slider-section {
    padding-top: 50px;
  }

  .call-to-action .ast-container .view-all {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .call-to-action .ast-container .view-all a.link {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    display: inline-block;
  }

  .call-to-action-wrap .action-content h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
  }

  .call-to-action-wrap .action-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 29px;
  }

  .call-to-action-wrap .action-content {
    order: 1;
  }

  .call-to-action {
    margin-bottom: 32px;
  }

  .product-list .products .astra-shop-thumbnail-wrap a img {
    height: 150px !important;
  }

  .custom-product-cat .products .astra-shop-thumbnail-wrap a img {
    height: 250px !important;
  }

  .product-list .products li.ast-grid-common-col {
    margin-bottom: 32px !important;
  }

  .product-list ul.products.columns-4 {
    margin-bottom: 0;
    column-gap: 12px;
  }

  .call-to-action .action-content .elementor-widget-container {
    margin-bottom: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .call-to-action .call-to-action-wrap {
    overflow: hidden;
  }
}

@media screen and (min-width: 1201px) {
  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper {
    height: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    z-index: -1;
    /*transition: all 0.8s;
		display: none; */
  }

  /*.main--mega-menu-wrapper .mega-nav--lists-main>li:hover>.mega--nav-wrapper,
	.main--mega-menu-wrapper .mega-nav--lists-main>li:focus>.mega--nav-wrapper {*/
  .main--mega-menu-wrapper .mega-nav--lists-main>li>.mega--nav-wrapper.open {
    height: auto;
    opacity: 1;
    visibility: visible;
    max-height: calc(100vh - 220px);
    z-index: 9999;
    overflow: hidden;
    width: 1148px;
    border-radius: 5px;
    margin-top: 10px;
  }

  .cat-menu-open .main--mega-menu-wrapper .mega-nav--lists-main>li:hover>.mega--nav-wrapper,
  .cat-menu-open .main--mega-menu-wrapper .mega-nav--lists-main>li:focus>.mega--nav-wrapper {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    max-height: 0;
    z-index: -1;
    display: none;
  }

  .toggle--mega-nav-wrapper,
  .back--to-main {
    display: none;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1364px) {
  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container {
    padding: 50px 3%;
  }
}

@media screen and (max-width: 1200px) {
  .main--mega-menu-wrapper .mega-nav--lists-main {
    flex-direction: column;
    width: 100%;
    transform: translateX(200%);
    transition: 0.5s;
    justify-content: flex-start !important;
    position: fixed;
    z-index: 999;
    background: #fff;
    height: 100%;
  }

  .site-search-featured-col {
    width: calc(50% - 17px);
  }

  .main--mega-menu-wrapper .mega-nav--lists-main {
    overflow-x: hidden !important;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main.active--menu {
    transform: translateX(0%);
  }

  .main--mega-menu-wrapper .mega-nav--lists-main>li {
    border-bottom: 1px solid #f5f5f7;
    padding: 0;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main>li>a {
    display: block;
    padding: 15px 15px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main>li.maga-nav--haschild {
    position: relative;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main>li.maga-nav--haschild>.mega-nav-link {
    max-width: 90%;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main>li.maga-nav--haschild:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
    top: 28px;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    right: 4%;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateX(200%);
    z-index: 999;
    transition: 0.5s;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main>li.maga-nav--haschild.active-child--mega>.mega--nav-wrapper {
    transform: translateX(0);
  }

  .main--mega-menu-wrapper .mega-nav--lists-main.active--menu {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-bottom: 100px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container {
    padding: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1056px) {
  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li .mega--nav-li-link {
    flex-direction: column;
    row-gap: 20px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main.active--menu {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-bottom: 100px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-li-link .mega--nav-li-img,
  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-li-link .mega--nav-li-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-template-tp-new-account .site-header .ast-custom-button-link .ast-custom-button {
    width: 50px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container .mega--nav-row {
    flex-direction: column;
    row-gap: 35px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list {
    display: flex !important;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists ul.mega--nav-list li.mega--nav-li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container {
    padding: 30px 15px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container .mega--nav-row .mega--nav-title-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-container .mega--nav-row .mega--nav-listing-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing {
    flex-direction: column;
    row-gap: 30px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main.active--menu {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-bottom: 100px;
  }

  .main--mega-menu-wrapper .mega-nav--lists-main .mega--nav-wrapper .mega--nav-listing-wrapper .mega--nav-listing .mega--nav-lists {
    max-width: 100%;
    flex: 0 0 100%;
  }


}

@media screen and (max-width: 500px) {
  .site-header-section .ast-builder-layout-element .logged-in-user {
    font-size: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  body ast-left-sidebar #primary {
    width: 70%;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .epimed-qulity-wrap {
    margin-left: calc((100% - 1100px) / 2) !important;
  }

  .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .main-slider-section .slick-slide img {
    height: 100vh;
    min-height: 680px;
  }

  .progressBarContainer .item {
    width: 80px;
    margin: 0;
  }

  .progressBarContainer .progressBar {
    width: 100%;
  }

  .progressBarContainer {
    column-gap: 15px;
  }

  .product-main-block {
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0;
    margin: 0;
  }

  .product-with-service {
    padding: 0;
  }

  .product-with-service-section h2 {
    margin-bottom: 20px;
  }

  .product-main-block img {
    min-height: 320px;
    object-fit: cover;
  }

  .product-with-service .two-service {
    max-width: 60%;
    flex: 0 0 60%;
    gap: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .epimed-qulity-section .epimed-qulity-content .info-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .epimed-qulity-section .epimed-qulity-content .info-list .info-block {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }

  .product-with-service .two-service a .block {
    border-radius: 10px;
    overflow: hidden;
  }

  .product-with-service .two-service a {
    max-width: 50%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    flex: 0 0 50%;
    padding: 0 10px;
  }

  .product-with-service .two-service a .block img {
    height: 420px;
    object-fit: cover;
  }

  .product-with-service-section {
    padding: 50px 0;
  }

  .category-content {
    bottom: 0;
    padding: 20px 10px;
  }

  .category-list {
    display: flex;
    flex-wrap: wrap;
  }

  .category-list-section {
    padding: 50px 0;
  }

  .epimed-qulity-section {
    padding: 50px 0 0;
  }

  .epimed-qulity-wrap {
    margin: 0 !important;
  }

  .epimed-qulity-section .epimed-qulity-content {
    width: 100%;
    padding: 0 15px;
  }

  .video-section {
    padding: 30px 0;
  }

  .minimizing-risk {
    padding: 50px 0;
  }

  .minimizing-risk .minimizing-risk-wrap .img {
    width: 100%;
    padding: 0;
  }

  .minimizing-risk-content {
    width: 100%;
    max-width: 100%;
  }

  .news-main {
    padding: 0;
  }

  .news-main-wrap .news-accordion {
    width: 100%;
  }

  .news-accordion ul.accordion-list li {
    padding: 10px 50px 10px 0px;
  }

  .news-section {
    padding: 50px 0;
  }

  .event-section {
    padding: 50px 0;
  }

  .join-team {
    margin-bottom: 0;
  }

  .main-slider .slick-next,
  .main-slider .slick-prev {
    z-index: 1;
  }

  .menu-open button.slick-arrow {
    z-index: 0;
  }

  .main-slider .slick-next,
  .main-slider .slick-prev {
    z-index: 1;
  }

  .menu-open button.slick-arrow {
    z-index: 0;
  }

  .mobile-menu a.child-trigger {
    background-size: contain;
    background-position-x: right;
    padding: 0 !important;
    right: 20px;
  }

  .mobile-menu a.child-trigger.child-open {
    background-size: contain;
    right: 40px;
  }

  .minimizing-risk-wrap {
    padding: 0;
  }

  .minimizing-risk-wrap .box.top-left {
    left: -15px;
    top: -15px;
  }

  .minimizing-risk-wrap .box.bottom-right {
    right: -15px;
    bottom: -15px;
  }

  .down-btn {
    bottom: 100px;
  }

  .down-btn img {
    height: 100px;
  }

  .minimizing-risk-wrap .box h3 {
    font-size: 35px;
    margin: 0 0 10px 0;
    font-weight: bold;
  }

  .minimizing-risk-content {
    padding-left: 0;
  }

  .epimed-qulity-img {
    width: 100%;
  }

  .category-list {
    margin: 0 -15px;
    gap: 0;
  }

  .category-list .category-block {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin: 10px 0;
  }

  .footer-top .footer-right {
    max-width: 100%;
  }

  .footer-bottom-wrap {
    padding-bottom: 20px;
  }

  .footer-bottom-wrap .iso-logo {
    margin-bottom: 10px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-slider-section .slick-slide img {
    height: 100vh;
    min-height: 680px;
  }

  .progressBarContainer .item {
    width: 80px;
    margin: 0;
  }

  .progressBarContainer .progressBar {
    width: 100%;
  }

  .progressBarContainer {
    column-gap: 15px;
  }

  .epimed-qulity-section .epimed-qulity-content .info-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .epimed-qulity-section .epimed-qulity-content .info-list .info-block {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }

  .product-main-block {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .product-with-service {
    padding: 0;
  }

  .product-with-service-section h2 {
    margin-bottom: 20px;
  }

  .product-main-block img {
    min-height: 320px;
    object-fit: cover;
  }

  .product-with-service .two-service {
    width: 100%;
    gap: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .product-with-service .two-service a .block {
    border-radius: 10px;
    overflow: hidden;
  }

  .product-with-service .two-service a {
    max-width: 50%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    flex: 0 0 50%;
    padding: 0 10px;
  }

  .product-with-service .two-service a .block img {
    height: 420px;
    object-fit: cover;
  }

  .product-with-service-section {
    padding: 50px 0;
  }

  .category-content {
    bottom: 0;
    padding: 20px 10px;
  }

  .category-list {
    display: flex;
    flex-wrap: wrap;
  }

  .category-list-section {
    padding: 50px 0;
  }

  .epimed-qulity-section {
    padding: 50px 0 0;
  }

  .epimed-qulity-wrap {
    margin: 0 !important;
  }

  .epimed-qulity-section .epimed-qulity-content {
    width: 100%;
    padding: 0 15px;
  }

  .video-section {
    padding: 30px 0;
  }

  .minimizing-risk {
    padding: 50px 0;
  }

  .minimizing-risk .minimizing-risk-wrap .img {
    width: 100%;
    padding: 0;
  }

  .minimizing-risk-content {
    width: 100%;
    max-width: 100%;
  }

  .news-main {
    padding: 0;
  }

  .news-main-wrap .news-accordion {
    width: 100%;
  }

  .news-accordion ul.accordion-list li {
    padding: 10px 50px 10px 0px;
  }

  .news-section {
    padding: 50px 0;
  }

  .event-section {
    padding: 50px 0;
  }

  .join-team {
    margin-bottom: 0;
  }

  .main-slider .slick-next,
  .main-slider .slick-prev {
    z-index: 1;
  }

  .menu-open button.slick-arrow {
    z-index: 0;
  }

  .main-slider .slick-next,
  .main-slider .slick-prev {
    z-index: 1;
  }

  .menu-open button.slick-arrow {
    z-index: 0;
  }

  .mobile-menu a.child-trigger {
    background-size: contain;
    background-position-x: right;
    padding: 0 !important;
    right: 20px;
  }

  .mobile-menu a.child-trigger.child-open {
    background-size: contain;
    right: 40px;
  }

  .minimizing-risk-wrap {
    padding: 0;
  }

  .minimizing-risk-wrap .box.top-left {
    left: -15px;
    top: -15px;
  }

  .minimizing-risk-wrap .box.bottom-right {
    right: -15px;
    bottom: -15px;
  }

  .minimizing-risk-wrap .box h3 {
    font-size: 35px;
    margin: 0 0 10px 0;
    font-weight: bold;
  }

  .minimizing-risk-content {
    padding-left: 0;
  }

  .epimed-qulity-img {
    width: 100%;
  }

  .category-list {
    margin: 0 -15px;
    gap: 0;
  }

  .category-list .category-block {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin: 10px 0;
  }

  .footer-top .footer-right {
    max-width: 100%;
  }

  .footer-bottom-wrap {
    padding-bottom: 20px;
  }

  .down-btn {
    bottom: 100px;
  }

  .down-btn img {
    height: 80px;
  }

  .footer-bottom-wrap .iso-logo {
    margin-bottom: 10px;
  }

  .woocommerce #content div.product div.images {
    position: relative !important;
  }

  .woocommerce #content div.product div.summary {
    width: 100% !important;
    padding-left: 0;
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .account-form-container #createAccountForm .create-btn-wrapper .apply-now-btn {
    padding: 14px 184px;
  }
}

@media screen and (max-width: 767px) {

  .page-template-tp-manage-payment #ast-desktop-header .ast-above-header-wrap .site-above-header-wrap,
  .page-template-tp-new-account #ast-desktop-header .ast-above-header-wrap .site-above-header-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .site-header-section>* {
    padding: 0 1px;
  }

  .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    font-size: 12px !important;
    padding-left: 9px;
    padding-right: 9px;
  }

  .page-template-tp-manage-payment .my-account-container {
    padding: 50px 0;
  }

  .page-template-tp-manage-payment #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row,
  .page-template-tp-new-account #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row {
    width: 100%;
    position: unset;
    display: flex;
    justify-content: space-between !important;
  }

  .site-main-login-section .my-ac-container .ac-col-left {
    width: 100%;
    height: auto;
  }

  .site-main-login-section .my-ac-container .ac-col-left .my-ac-top-wrap h1 br {
    display: none;
  }

  .site-main-login-section .my-ac-container .ac-col-left .my-ac-top-wrap h1 {
    line-height: 42px;
  }

  .ast-woo-shop-archive .site-content .ast-container .widget-area {
    position: unset !important;
  }

  header.woocommerce-products-header {
    margin-bottom: 0;
  }

  .my-ac-container .ac-col-left {
    width: 100%;
  }

  body.woocommerce-account.logout .woocommerce form.login {
    padding: 0 !important;
  }

  .main-slider-section .slick-slide img {
    height: 100vh;
    min-height: 680px;
  }

  .ast-container .woocommerce ul.products:not(.elementor-grid),
  .woocommerce-page ul.products:not(.elementor-grid),
  .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid),
  .woocommerce-page .related ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  nav.woocommerce-pagination {
    margin-bottom: 0;
  }

  .progressBarContainer .item {
    width: 80px;
    margin: 0;
  }

  .progressBarContainer .progressBar {
    width: 100%;
  }

  .progressBarContainer {
    column-gap: 15px;
  }

  .product-main-block {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .product-with-service {
    padding: 0;
  }

  .product-with-service-section h2 {
    margin-bottom: 20px;
  }

  .product-main-block img {
    min-height: 320px;
    object-fit: cover;
  }

  .product-with-service .two-service {
    width: 100%;
    gap: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .product-with-service .two-service a {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
  }

  .product-with-service .two-service a .block img {
    height: 420px;
    object-fit: cover;
  }

  .product-with-service-section {
    padding: 50px 0;
  }

  .category-content {
    bottom: 0;
    padding: 20px 10px;
  }

  .category-list {
    display: flex;
    flex-wrap: wrap;
  }

  .category-list-section {
    padding: 50px 0;
  }

  .epimed-qulity-section {
    padding: 50px 0 0;
  }

  .epimed-qulity-wrap {
    margin: 0 !important;
  }

  .epimed-qulity-section .epimed-qulity-content {
    width: 100%;
    padding: 0 15px;
  }

  .epimed-qulity-section .epimed-qulity-content h2 {
    font-size: 35px;
    line-height: normal;
  }

  .video-section {
    padding: 30px 0;
  }

  .minimizing-risk {
    padding: 50px 0;
  }

  .minimizing-risk .minimizing-risk-wrap .img {
    width: 100%;
    padding: 0;
  }

  .minimizing-risk-content {
    width: 100%;
    max-width: 100%;
  }

  .news-main {
    padding: 0;
  }

  .news-main-wrap .news-accordion {
    width: 100%;
  }

  .news-accordion .accordion-list h4 {
    font-size: 20px;
    line-height: normal;
  }

  .news-accordion ul.accordion-list li {
    padding: 10px 50px 10px 0px;
  }

  .news-section {
    padding: 50px 0;
  }

  .event-section {
    padding: 50px 0;
  }

  .woocommerce-account .woocommerce {
    margin: 0 auto;
  }

  .join-team {
    margin-bottom: 0;
  }

  .main-slider .slick-next,
  .main-slider .slick-prev {
    z-index: 1;
  }

  .menu-open button.slick-arrow {
    z-index: 0;
  }

  .main-slider .slick-next,
  .main-slider .slick-prev {
    z-index: 1;
  }

  .menu-open button.slick-arrow {
    z-index: 0;
  }

  .mobile-menu a.child-trigger {
    background-size: contain;
    background-position-x: right;
    padding: 0 !important;
    right: 20px;
  }

  .down-btn {
    bottom: 100px;
  }

  .down-btn img {
    height: 40px;
  }

  .mobile-menu a.child-trigger.child-open {
    background-size: contain;
    right: 40px;
  }

  .minimizing-risk-wrap {
    padding: 0;
  }

  .minimizing-risk-wrap .box.top-left {
    left: -15px;
    top: -15px;
  }

  .minimizing-risk-wrap .box.bottom-right {
    right: -15px;
    bottom: -15px;
  }

  .minimizing-risk-wrap .box,
  .minimizing-risk-wrap .box h5 {
    font-size: 16px !important;
    line-height: normal;
  }

  .minimizing-risk-wrap .box h3 {
    font-size: 35px;
    margin: 0 0 10px 0;
    font-weight: bold;
  }

  .minimizing-risk-content {
    padding-left: 0;
  }

  .minimizing-risk-content h2 {
    font-size: 40px;
    line-height: normal;
  }

  .epimed-qulity-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hotspot .hotspot-btn {
    font-size: 12px;
    padding: 8px 15px;
    align-items: center;
  }

  .blunt-wrap .blunt-img {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .product-variaton-tabs .product-tab span {
    right: 0;
    left: unset;
    transform: unset;
  }

  .page-template-tp-manage-payment #payOnline.fancybox-content {
    width: auto !important;
  }
}

@media screen and (max-width: 575px) {
  .shipping-address-wapper .inner-wapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .site-custom-modal .modal-content {
    max-width: calc(100vw - 20px);
  }

  .site-custom-modal .modal-footer {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {

  .site-header .icon-search,
  .site-header .ast-header-account-type-icon span.ahfb-svg-iconset {
    height: 22px;
    width: 22px;
  }

  .xoo-wsc-sc-bki {
    font-size: 22px;
  }
}

@media screen and (max-width: 921px) {
  .ast-header-break-point .ast-search-menu-icon.slide-search .search-form {
    right: -15px;
  }

  .woocommerce-checkout .content-area.primary {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 650px) {
  .ast-header-break-point .ast-search-menu-icon.slide-search .search-form {
    right: 0;
    left: 0;
    position: fixed;
    top: 75px;
    width: 95%;
    margin: 0 auto;
  }

  .ast-header-break-point .ast-search-menu-icon.slide-search .search-form label {
    width: 100%;
  }

  .ast-search-menu-icon.ast-dropdown-active .search-field,
  .ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field {
    width: 100% !important;
  }
}

@media screen and (max-width: 479px) {
  .site-form-group span.site-text-label {
    flex: 0 0 120px;
  }

  .pi-corw-container {
    padding: 20px;
  }

  .site-form-container h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .site-order-details-card h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .site-product-detail-cov p {
    font-size: 14px;
    line-height: 18px;
  }

  .site-order-details-card h5 {
    font-size: 18px;
  }

  .site-summary-line .site-amount,
  .site-summary-line .site-label {
    font-size: 14px;
  }

  .product-list ul.products.columns-4 {
    grid-template-columns: 2fr 2fr;
  }

  .specialties-slider .slick-list {
    padding: 0 !important;
    margin-left: 10px;
  }

  .site-search-cross-icon img,
  .bell-header-icon img,
  .custom-header-account-icon img {
    width: 22px;
    height: 22px;
  }

  .custom-header-account-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .bell-header-icon .bell-count,
  span.xoo-wsc-sc-count {
    height: 16px;
    line-height: 16px;
    width: 16px;
  }

  .bell-header-icon {
    margin-right: 0;
  }

  .site-search-cross-icon {
    float: left;
    margin-top: -10px;
  }

  .xoo-wsc-sc-bki {
    font-size: 21px;
  }

  .site-notifications-user-colum {
    width: 100%;
  }

  .shipping-contact-wrap .help-block {
    width: 100%;
  }

  .site-header-section>div:first-child {
    padding-right: 0;
  }

  .ast-header-break-point .ast-header-html-1 {
    padding-left: 0;
  }

  .custom-checkout-reorder .custom-order-wrap .cart_item .product-img,
  .custom-checkout-reorder .custom-order-wrap .cart_item .product-img img {
    width: 60px;
    height: 60px;
  }

  .custom-checkout-reorder .cart-subtotal div:nth-of-type(1),
  .custom-checkout-reorder .woocommerce-shipping-payment-wrap .order-total div:nth-child(1),
  .custom-checkout-reorder .fee div:nth-of-type(1) {
    font-size: 16px;
  }

  .custom-checkout-reorder .cart-subtotal span.woocommerce-Price-amount bdi,
  .custom-checkout-reorder .fee .woocommerce-Price-amount bdi,
  .custom-checkout-reorder .woocommerce-shipping-payment-wrap .order-total span.woocommerce-Price-amount bdi {
    font-size: 18px;
    font-weight: 700;
  }

  .custom-checkout-reorder .woocommerce-checkout-payment ul.payment_methods li.payment_method_cod label,
  .custom-checkout-reorder .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_authnet label[for="payment_method_authnet"],
  .custom-checkout-reorder li.payment_method_invoice_payment,
  .custom-checkout-reorder .payment_method_invoice_payment label {
    font-size: 18px;
  }

  .ac-col-left .my-ac-banner-img {
    height: 260px;
    object-fit: cover;
  }

  #requestQuote form .gform-body .gform-page-footer {
    gap: 15px;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  #gform_submit_button_5 {
    width: 100%;
  }

  #requestQuote .gform_page_footer .gform_button.button {
    padding: 15px 35px;
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .site-search-popup-input input[type="search"] {
    font-size: 22px;
    height: 71px;
    padding: 18px 55px 18px 25px;
  }

  body.woocommerce-account.logout .woocommerce form.login {
    width: auto;
    padding: 0 40px;
  }
}

@media screen and (max-width: 1200px) {
  .search-container {
    padding: 20px 30px 100px 30px;
  }

  .site-search-popup-wrap .search-container {
    top: 137px;
  }

  #ast-desktop-header .ast-main-header-wrap {
    top: 82px;
  }

  #ast-desktop-header .ast-above-header-wrap .ast-builder-grid-row {
    top: 20px;
  }

  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 80px;
  }

  .ast-mobile-header-wrap .ast-builder-grid-row {
    min-height: 80px;
  }

  .site-search-featured-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .searh-suggestion .search-suggestion-row .search-suggestion-title p {
    font-size: 20px;
  }

  .tab-content .tab .tab-scrolling li {
    width: 100%;
  }

  .ast-main-header-wrap.main-header-bar-wrap ul.site-tabbing-main {
    margin-bottom: 30px;
  }

  .ast-main-header-wrap.main-header-bar-wrap .category-menu>ul .mobile-trigger ul {
    background: transparent;
    height: auto !important;
    padding-top: 0;
    padding-left: 20px;
  }

  .ast-main-header-wrap.main-header-bar-wrap .category-menu>ul {
    padding-left: 30px;
  }
}

@media screen and (max-width:1199px) and (min-width:768px) {
  .noptin-form-field-wrapper #noptin-form-1__submit {
    position: absolute;
    right: 52%;
  }

  .noptin-optin-form-wrapper {
    max-width: 100% !important;
  }

  .noptin-form-fields {
    flex-direction: row;
  }

  .noptin-form-fields .noptin-form-field-email {
    flex: 1;
  }

  .noptin-form-fields .noptin-form-field-country {
    flex: 1;
  }
}

@media screen and (max-width: 1024px) {
  .xoo-wsc-modal .xoo-wsc-container {
    max-width: 50%;
    right: -50%;
  }

  .search-result-row .col.search-result-content {
    width: calc(33% - 12px);
  }

  .search-result-content .search-product-img {
    width: 100%;
  }

  .search-result-wrap {
    margin: 50px 0;
  }

  .site-search-popup-input input[type="search"] {
    font-size: 18px;
    height: 50px;
    padding: 18px 55px 18px 25px;
  }

  .search-container .site-close-icon-wrap .site-close-icon img {
    height: 40px;
    width: 40px;
  }

  .search-container .site-search-popup-inner {
    margin: 0 auto;
    max-width: 75%;
  }

  .search-result-row .col.search-result-content {
    margin-bottom: 40px;
  }

  .custom-checkout-reorder .custom-order-wrap .product-name {
    padding-right: 5px;
  }
}

@media screen and (max-width:991px) and (min-width:768px) {
  body:not(.logged-in) .inner-link-style- .ast-builder-html-element {
    gap: 15px;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .site-header .ast-container {
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce-checkout #customer_details {
    width: 100% !important;
    padding-right: 0;
    position: unset;
  }

  .custom-checkout-reorder {
    width: 100% !important;
    float: unset !important;
  }

  .inner-link-style- .ast-builder-html-element {
    padding-left: 10px;
    gap: 5px
  }

  .inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-header-account-icon span.custom-username-display {
    font-size: 8px
  }

  .inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-header-account-icon img {
    width: 22px
  }

  .inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-account-menu .custom-account-wrap li {
    display: block;
    width: 100%
  }

  .inner-link-style- .ast-builder-html-element .custom-header-account-main .custom-account-menu {
    max-width: 150px
  }

  .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    padding-right: 0;
  }

  .woocommerce-cart .wc-block-components-sidebar {
    width: 100%;
    padding-left: 0;
    margin-top: 20px !important;
    position: unset;
    top: unset;
  }

  .woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    padding: 15px 0;
  }

  .woocommerce-cart .wc-block-components-totals-wrapper {
    border-top: 0 !important;
    padding-top: 0 !important;
  }

  .woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
    padding: 15px 0 6px;
  }

  .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item {
    margin-bottom: 15px;
  }

  .woocommerce-cart .wc-block-components-radio-control .wc-block-components-radio-control__input {
    left: 0;
  }

  .woocommerce-cart .is-medium .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option {
    padding-left: 2.5em;
  }

  .woocommerce-cart .wc-block-components-totals-footer-item {
    margin-bottom: 0 !important;
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    padding-top: 15px;
  }

  .woocommerce-cart .wc-block-components-main table.wc-block-cart-items {
    padding: 0 15px;
  }

}

@media screen and (max-width: 767px) {
  .page-template-tp-manage-payment .site-header .ast-builder-button-wrap .ast-custom-button {
    font-size: 12px !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-template-tp-manage-payment .site-header .ast-builder-grid-row {
    grid-column-gap: 1px;
  }

  .page-template-tp-manage-payment .ast-above-header-wrap .site-logo-img a img {
    max-width: 85%;
  }

  .page-template-tp-manage-payment .site-header #masthead .ast-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-template-tp-manage-payment .site-content {
    padding-top: 50px;
  }

  .search-result-row .col.search-result-content {
    margin-bottom: 30px;
  }

  .site-notifications-user-title h2 {
    padding: 0 !important;
  }

  .top-result-wrap {
    text-align: center;
  }

  .search-result-wrap {
    margin: 50px 0;
  }

  .search-container .site-close-icon-wrap .site-close-icon img {
    height: 35px;
    width: 35px;
  }

  .site-search-popup-wrap .search-container {
    top: 128px;
  }

  .woocommerce-custom-lost-pass {
    padding: 20px;
    width: 100%;
  }

  .woocommerce-custom-lost-pass .lost-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  /* .woocommerce-account.woocommerce-lost-password .woocommerce {
    margin: 60px auto 30px;
  } */
  .search-result-row .col.search-result-content {
    width: calc(50% - 6px);
  }

  .custom-woocommerce-order-wrap .woocommerce-billing-fields__field-wrapper .form-row-last {
    width: 100%;
    padding-left: 0;
  }

  .custom-woocommerce-order-wrap .woocommerce-billing-fields__field-wrapper .form-row-first {
    width: 100%;
    padding-right: 0;
  }

  .custom-woocommerce-order-wrap #billing_address_1_field {
    width: 100%;
    float: unset;
    padding-right: 0;
  }

  .custom-woocommerce-order-wrap #billing_address_2_field {
    width: 100%;
    display: inline-block;
    padding-left: 0;
  }

  .custom-woocommerce-order-wrap .woocommerce-billing-fields #billing_city_field,
  .custom-woocommerce-order-wrap .woocommerce-billing-fields #billing_state_field,
  .custom-woocommerce-order-wrap .woocommerce-billing-fields #billing_postcode_field {
    width: 100%;
    padding: 0;
  }

  .custom-woocommerce-order-wrap .form-row {
    margin: 0 0 26px !important;
  }

  .custom-woocommerce-order-wrap .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .input-text {
    font-size: 16px;
  }

  .custom-woocommerce-order-wrap .woocommerce-billing-fields .woocommerce-input-wrapper select,
  .custom-woocommerce-order-wrap .woocommerce-billing-fields .woocommerce-input-wrapper .select2-container .select2-selection,
  .custom-woocommerce-order-wrap .woocommerce-fields-wrap .shipping_address select,
  .custom-woocommerce-order-wrap .woocommerce-fields-wrap .woocommerce-input-wrapper textarea {
    font-size: 16px;
  }

  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    margin-bottom: 20px;
    font-size: 26px !important;
    padding-top: 30px;
  }

  .xoo-wsc-modal .xoo-wsc-container {
    max-width: 70%;
    right: -70%;
  }
}

@media screen and (max-width: 500px) {
  .search-container .site-search-popup-inner {
    max-width: 85%;
  }

  .site-search-popup-input input[type="search"] {
    font-size: 16px;
    height: 45px;
    padding: 15px 55px 15px 20px;
  }

  .tab-content .tab .tab-scrolling .searh-suggestion .search-suggestion-row .search-suggestion-img img {
    width: 63px;
    height: auto;
  }

  .tab-content .tab .tab-scrolling .search-suggestion-row {
    gap: 0px;
  }

  .site-tabbing-wrap .site-tabbing-main .tab-button {
    font-size: 20px;
  }

  .search-suggestion-title {
    width: 100%;
    margin-left: 10px;
  }

  .woocommerce-cart .wc-block-components-product-image img {
    height: 250px;
  }

  .ast-main-header-wrap.main-header-bar-wrap .main-header-bar .site-header-section-left .header-widget-area-inner .widget.widget_block .header-product-cat {
    font-size: 12px;
  }

  .xoo-wsc-modal .xoo-wsc-container {
    max-width: 90%;
    right: -90%;
  }

  .site-faq-wrap .accordion-wrap ul li h4 {
    display: flex;
    align-items: flex-start;
  }

  .site-faq-wrap .accordion-wrap ul li h4::after {
    top: 25px;
    background-position: top center;
    transform: unset;
  }

  .site-faq-wrap .accordion-wrap ul li.active h4::after {
    top: 32px;
  }

  .site-faq-wrap .title {
    padding-bottom: 40px !important;
  }
}

@media screen and(max-width:425px) {
  .site-search-popup-input input[type="search"] {
    padding: 15px;
  }

  .searh-suggestion .search-suggestion-row .search-suggestion-title p {
    font-size: 18px;
  }

  .search-container {
    padding: 20px 15px 100px 15px;
  }

  .search-result-row .col.search-result-content {
    width: calc(50% - 6px);
  }

  .site-faq-wrap .accordion-wrap {
    margin-bottom: 60px;
  }
}

@media screen and (max-width:375px) {
  .searh-suggestion .search-suggestion-row .search-suggestion-title p {
    font-size: 18px;
    line-height: 21px;
  }

  .custom-checkout-reorder .custom-order-wrap .cart_item {
    gap: 10px;
    flex-direction: column !important;
  }

  .custom-checkout-reorder .custom-order-wrap .product-name {
    width: 100%;
    padding: 0;
  }

  .custom-checkout-reorder .woocommerce-shipping-methods li label {
    padding-left: 50px;
  }

}


@media screen and (min-width:500px) and (max-width:1200px) {
  #ast-desktop-header .category-menu {
    top: 128px;
    height: calc(100% - 130px);
    overflow: auto !important;
  }

  .category-menu .view-btn-add {
    padding-top: 30px;
  }
}

@media screen and (max-width:500px) {
  #ast-desktop-header .category-menu {
    top: 119px;
    height: calc(100% - 160px);
  }

  .category-menu .view-btn-add {
    padding-top: 30px;
  }

  .woocommerce-checkout .content-area.primary {
    margin: 29px 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .contact-form-section {
    padding-bottom: 126px;
  }

  .contact-need-help h2.h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  .site-order-details-card-wrap .site-order-details-card {
    width: 100%;
  }

  .site-order-details-card-wrap {
    flex-direction: column;
    gap: 0;
  }

  .site-order-main-wrap .site-heding-wrap h2 {
    margin-bottom: 5px !important;
  }

  .site-heding-wrap {
    margin-bottom: 30px;
  }

  .woocommerce-manage-user-wrap table {
    display: block;
    overflow-x: auto;
  }
}

.woocommerce-account .woocommerce-EditAccountForm .delete-btn-wrap {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button.delete-button {
  cursor: pointer;
  background: #d63638;
  padding: 15px;
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button.reset-button {
  padding: 15px;
  cursor: pointer;
}

.woocommerce-manage-user-wrap table tr td {
  text-align: center;
}

.woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout a {
  text-decoration: underline;
}



.page-template-tp-manage-payment .wpforms-conditional-field {
  padding: 0 !important;
}

.page-template-tp-manage-payment .wpforms-container .wpforms-field {
  padding: 5px 0;
}

.page-template-tp-manage-payment .wpforms-container {
  margin: auto !important;
}

.page-template-tp-manage-payment .wpforms-submit {
  background-color: #2b6ccf !important;
}

.page-template-tp-manage-payment .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column .wpforms-field-medium {
  padding: 10px 10px;
}

.page-template-tp-manage-payment #payOnline.fancybox-content {
  width: 650px;
}

.page-template-tp-manage-paymen .wpforms-container {
  margin: auto !important;
}


.woocommerce-checkout .custom-checkout-reorder .variation dd {
  margin-bottom: 0;
}

.woocommerce-checkout .custom-checkout-reorder .variation dd p {
  margin: 0;
}

.woocommerce-checkout .custom-checkout-reorder .variation dt,
.custom-checkout-reorder .variation dd {
  font-size: 12px;
}

.woocommerce-checkout .custom-checkout-reorder .variation dt {
  width: 38%;
}

.woocommerce-checkout .custom-checkout-reorder .variation dd {
  width: calc(53% - 1.5em);
}


@media screen and (max-width:768px) {
  .custom-variations-table tr.variation-tr td:last-child {
    position: relative;
  }

  .custom-variations-table tr.variation-tr .step-error {
    position: absolute;
    left: calc(-100% - 5px);
    bottom: 0px;
    transform: translateX(-50%);
    color: red;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
  }
}