/*  new style css */
:root {
  --theme-orange: #f26327;
  --cards-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  --dark-btn-bg: #4e0f4b;
  --color-info: var(--theme-orange) !important;
}

a:focus,
*:focus {
  outline: none !important;
}

a:focus-visible,
*:focus-visible {
  outline: transparent !important;
}

a:hover {
  color: var(--theme-orange);
}

.site-main .content-area {
  border: none;
}

.site-main .sidebar-container div#right-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.site-main .sidebar-container .sidebar-box {
  margin: 0;
}

.sidebar-container .widget_search form label {
  margin: 0;
  font-size: 22px;
  color: #000;
}


.mobifirm-nav .hfe-menu-item {
  font-size: 18px;
}

.mobifirm-nav .hfe-menu-item i.icon {
  font-size: 16px;
  margin-right: 0;
  display: none;
}

.mobifirm-nav .hfe-menu-item {
  display: flex !important;
  gap: 5px;
}

.mobifirm-nav .hfe-menu-item:hover,
.mobifirm-nav .hfe-menu-item:hover i,
.mobifirm-nav .hfe-menu-item:hover .menu-text {
  color: var(--theme-orange) !important;
}

.sidebar-container .widget_search form .wp-block-search__inside-wrapper {
  display: flex;
  height: 42px;
}

.sidebar-container .widget_search form .wp-block-search__inside-wrapper button {
  padding: 0;
  background-color: var(--theme-orange);
  width: 56px;
}

.sidebar-container .widget_search form .wp-block-search__inside-wrapper button svg * {
  fill: #fff;
}

.sidebar-container .widget_search form .wp-block-search__inside-wrapper .wp-block-search__input {
  width: calc(100% - 56px);
  border-radius: 0;
}

.site-main .sidebar-container .sidebar-box {
  padding: 0;
  box-shadow: 1px solid #e5e0e0;
}

.site-main .sidebar-container .sidebar-box figure.wp-block-image {
  margin: 0;
}


.site-main .sidebar-container .sidebar-box.widget_text .widget-title {
  font-size: 20px;
  border: none;
  background: var(--theme-orange);
  color: #fff;
  padding: 10px;
  margin: 0;
}


.site-main .sidebar-container .sidebar-box.widget_text img {
  width: 100%;
}

.site-main .sidebar-container .sidebar-box.widget_text .textwidget p {
  margin: 0;
}

.site-main .sidebar-container .sidebar-box.widget_text .textwidget strong {
  display: flex;
  width: 100%;
}

.site-main .sidebar-container .sidebar-box.widget_text .textwidget p img {
  height: 100%;
  display: flex;
}

.site-main .sidebar-container .sidebar-box.widget_text .textwidget strong a {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #f5f0ee;
}


.site-main .sidebar-container .sidebar-box.widget_media_image img {
  border-radius: 0;
  background: #000;
}

.site-main .sidebar-container .sidebar-box.widget_media_image figcaption {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #f5f0ee;
}

.custom-ptbl .eael-pricing-item {
  border: 1px solid #ddd !important;
  transition: 0.5s ease all;
}

.custom-ptbl .eael-pricing-item:hover {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.11);
}

.custom-ptbl .eael-pricing-item .footer {
  padding-inline: 0 !important;
}

.custom-ptbl .eael-pricing-item .footer a {
  width: 100%;
}

.eael-pricing .eael-pricing-item ul li:last-child {
  min-height: 80px;
}

.custom-team-member .eael-team-item-inner .eael-team-image {
  height: 280px;
}

.custom-team-member .eael-team-item-inner .eael-team-image figure {
  height: 100%;
}

.custom-team-member .eael-team-item-inner .eael-team-image img {
  height: 100%;
  object-fit: contain;
}

.custom-team-member .eael-team-item-inner .eael-team-content {
  background: #fff;
}

.custom-team-member .eael-team-item-inner .eael-team-text {
  border-top: 1px solid #ddd;
  margin: 20px 0 0 0;
}

.custom-team-member .eael-team-item-inner .eael-team-member-social-profiles a {
  display: flex;
  align-items: center;
}

.custom-team-member .eael-team-item-inner .eael-team-content {
  padding: 0;
}

.custom-team-member .eael-team-item-inner .eael-team-member-name {
  padding: 0;
}

/*  woo commerce css start here */
/* shop page */
body.woocommerce .oceanwp-toolbar {
  border-bottom: 1px solid var(--theme-orange);
  background: transparent;
  padding: 15px 0;
  border-top: 0;
}

body.woocommerce .oceanwp-toolbar nav.oceanwp-grid-list i {
  color: inherit;
}

body.woocommerce .oceanwp-toolbar nav.oceanwp-grid-list a {
  background: #fff;
  color: var(--theme-orange);
  border: 1px solid var(--theme-orange);
}

body.woocommerce .oceanwp-toolbar nav.oceanwp-grid-list a:hover,
.woocommerce .oceanwp-toolbar nav.oceanwp-grid-list a.active {
  background: var(--theme-orange);
  border-color: var(--theme-orange);
  color: #fff;
}


body.woocommerce .oceanwp-toolbar ul.result-count li.view-title {
  color: #000;
  font-weight: 700;
  font-size: 15px;
}

body.woocommerce .oceanwp-toolbar ul.result-count li a {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

body.woocommerce .oceanwp-toolbar ul.result-count li a.active,
body.woocommerce .oceanwp-toolbar ul.result-count li a:hover {
  color: var(--theme-orange);
}

body.woocommerce .related.products {
  margin-top: 40px;
}

body.woocommerce .related.products h2 {
  /* margin-bottom: 0; */
  font-size: 22px;
}

body.woocommerce ul.products .product .product-inner {
  border: 1px solid #f5f5f5 !important;
  box-shadow: var(--cards-shadow);
  /* margin-top: 25px; */
  border-radius: 10px;
  overflow: hidden;
}

body.woocommerce ul.products.grid li.product-category.product .woo-entry-image {
  width: 100%;
  margin: 0;
  aspect-ratio: 1;
  height: 350px;
  overflow: hidden;
}

body.woocommerce ul.products li.product-category.product .woo-entry-image img {
  width: 100%;
  aspect-ratio: 1;
  height: 350px;
  object-fit: contain;
  background: #fffaf9;
  transition: 1s ease all;
}

body.woocommerce ul.products.list li.product {
  border: none;
  padding-block: 0;
}

body.woocommerce ul.products li.product-category.product .woo-entry-image>a+a {
  width: 100%;
  display: block;
}

body.woocommerce ul.products.grid li.product-category.product .woo-entry-inner>a {
  padding: 10px 10px;
  background: var(--theme-orange);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.woocommerce ul.products.grid li.product-category.product .product-inner:hover .woo-entry-inner>a {
  background: var(--dark-btn-bg);
}

body.woocommerce ul.products.grid li.product-category.product .woo-entry-inner>a h2 {
  color: inherit;
  margin: 0;
  min-height: 60px;
}

body.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image {
  /* background-color: #f4f4ff; */
  overflow: hidden;
}

body.woocommerce ul.products.grid .product .product-inner img {
  transition: 1s ease all;
  transform: scale(1);
}

body.woocommerce ul.products.grid .product .product-inner:hover img {
  transform: scale(1.2);
}

/* product category  page */
body.woocommerce ul.products li.product li.category {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 0;
  color: var(--theme-orange);
}

body.woocommerce ul.products li.product li.category>a {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  background: var(--theme-orange);
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

body.woocommerce ul.products li.product li.category>a:hover {
  background: var(--dark-btn-bg);
  color: #ffffff;
}

body.woocommerce ul.products li.product li.title {
  margin-block: 10px;
  text-align: left;
  padding-inline: 20px;
  min-height: 80px;
}

body.woocommerce ul.products li.product li.title h2,
body.woocommerce ul.products li.product li.title a {
  color: #000;
  font-size: 18px;
  margin: 0;
  min-height: 60px;
}

body.woocommerce ul.products li.product .woo-entry-inner li.price-wrap {
  text-align: left;
  padding-inline: 20px;
}

body.woocommerce ul.products li.product .woo-entry-inner li.price-wrap .price {
  color: var(--theme-orange)
}

body.woocommerce ul.products li.product .price .amount {
  color: var(--theme-orange);
}

body.woocommerce ul.products li.product .button {
  width: 100%;
  border: none;
  background: var(--theme-orange);
  color: #fff;
  padding: 14px;
  font-size: 16px;
  transition: 0.5s ease all;
}

body.woocommerce ul.products li.product .button:hover {
  background: var(--dark-btn-bg);
  color: #ffffff;
}

body.woocommerce ul.products.list li.product .woo-entry-image {
  background: #ddd;
}

body.woocommerce ul.products.list li.product .button {
  max-width: fit-content;
  margin-right: auto;
  display: flex;
  min-width: 150px;
  justify-content: center;
  padding: 10px;
}

body.woocommerce ul.products.list li.product li.title {
  padding-inline: 0;
}

body.woocommerce ul.products.list li.product li.category {
  padding-inline: 0;
}

body.woocommerce ul.products.list .product .product-inner {
  border: 1px solid #dddddd !important;
}

body.woocommerce nav.woocommerce-pagination ul {
  text-align: center;
}

body.woocommerce .woocommerce-ordering select {
  border: 1px solid #dddddd !important;
}

body.woocommerce .woocommerce-ordering .theme-select {
  border-color: var(--theme-orange);
}

body.woocommerce .theme-select:after {
  border: none;
  background: var(--theme-orange);
  color: #fff;
}


body.woocommerce .woocommerce-ordering select.theme-selectHover+span.theme-select:after {
  background: #333333;
}

body.woocommerce .woocommerce-ordering select.theme-selectHover+span.theme-select {
  border-color: #333333;
}

.woocommerce .woocommerce-ordering .theme-select span.theme-selectInner {
  color: #333333;
}

.page-numbers a,
.page-numbers,
.page-links span {
  color: #000;
  border-color: #f7f7f7;
  background: #fff;
}

.page-numbers a:hover,
.page-links a:hover span,
.page-numbers.current,
.page-numbers.current:hover,
.page-links>span {
  background: var(--theme-orange);
  color: #fff !important;
  border-color: var(--theme-orange) !important;
}

/* single-product page */
.single-product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper>div {
  background: #f7f7f7 !important;
  border: 1px solid #f7f7f7;
}

.single-product.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background: var(--theme-orange);
  color: #fff;
  border-radius: 0;
}

.single-product.woocommerce div.product .product_title {
  font-size: 28px;
  border-bottom: none;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product p.price .amount {
  font-size: 25px;
  color: var(--theme-orange);
  font-weight: 600;
  margin: 21px 0 0 0;
}

.single-product.woocommerce div.product form.cart {
  border: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.single-product.woocommerce table.thwepo-extra-options td.label {
  width: 140px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.single-product.woocommerce table.thwepo-extra-options td.value {
  width: calc(100% - 140px);
}

.single-product.woocommerce form.cart table.thwepo-extra-options {
  display: flex;
  padding: 10px 16px;
  margin-block: 20px;
  background: #f7f2f2;
  border: none;
  border-radius: 6px;
}

.single-product.woocommerce form.cart table.thwepo-extra-options tbody {
  display: flex;
  flex-wrap: wrap;
}

.single-product.woocommerce form.cart table.thwepo-extra-options tr,
.single-product.woocommerce form.cart table.thwepo-extra-options td,
.single-product.woocommerce form.cart table.thwepo-extra-options th,
.single-product.woocommerce form.cart table.thwepo-extra-options tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.single-product.woocommerce form.cart table.thwepo-extra-options td.label {
  min-width: 140px;
  flex-basis: 140px;
  column-gap: 5px;
  padding-inline: 0;
  display: inline-flex;

}

.single-product.woocommerce form.cart table.thwepo-extra-options tr td.value.leftside input,
.single-product.woocommerce form.cart table.thwepo-extra-options tr td.value.leftside select {
  background: #fff;
  border: none;
}

.single-product.woocommerce form.cart table.thwepo-extra-options abbr.required {
  text-decoration: none;
  border: none;
  align-self: center;
  line-height: 1;
  color: var(--theme-orange);
}

.single-product.woocommerce form.cart table.thwepo-extra-options tr {
  flex-wrap: nowrap;
  align-items: center;
}

.single-product.woocommerce form.cart table.thwepo-extra-options tr td.value.leftside {
  flex-basis: auto;
  width: 100%;
  padding-inline: 0;
}

.single-product.woocommerce form.cart .thwepo-extra-options .value input[type=text] {
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #333333;
}

.single-product.woocommerce table.thwepo-extra-options td h2,
.single-product.woocommerce table.thwepo-extra-options td h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}


.single-product.woocommerce table.thwepo-extra-options td[colspan="2"] {
  padding: 0;
}

.single-product.woocommerce div.product form.cart div.quantity {
  display: inline-flex;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50px;
  width: fit-content;
  max-width: fit-content;
  margin: 0;
  float: none;
  flex-basis: 100%;
}

.single-product.woocommerce div.product form.cart div.quantity a.minus,
.single-product.woocommerce div.product form.cart div.quantity a.plus {
  width: 35px;
  aspect-ratio: 1;
  border: none;
  background: #fffefe;
  font-size: 28px;
  color: #333333;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product.woocommerce div.product form.cart div.quantity a.minus:hover,
.single-product.woocommerce div.product form.cart div.quantity a.plus:hover {
  background: var(--theme-orange);
  color: #fff;
}

.single-product.woocommerce .quantity .qty {
  min-width: 40px;
  border-width: 0 1px;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}

.single-product.woocommerce div.product form.cart button {
  width: 100%;
  max-width: fit-content;
  margin-left: auto;
  background: var(--theme-orange);
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
}

.single-product.woocommerce div.product form.cart button:hover {
  background: #C43A00;
}

.single-product.woocommerce div.product form.cart+.product_meta {
  border: none;
  padding: 10px 0;
  margin: 0;
  color: #333333;
  font-size: 18px;
}

.single-product.woocommerce .product_meta .posted_in a {
  color: #fff;
  background: var(--theme-orange);
  padding: 6px 12px;
  border-radius: 25px;
  font-size: 14px;
}

.single-product.woocommerce .woo-multi-currency.wmc-price-switcher .wmc-current-currency {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 2px 16px 2px 2px;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 7px;
}

.single-product.woocommerce .woo-multi-currency.wmc-price-switcher .wmc-current-currency:before {
  color: #333333;
  right: 2px;
}

.single-product.woocommerce .woo-multi-currency.wmc-price-switcher a {
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  color: #333 !important;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.single-product.woocommerce .woo-multi-currency.wmc-price-switcher a span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.single-product.woocommerce .woo-multi-currency.wmc-price-switcher:hover .wmc-sub-currency {
  padding-top: 10px;
}

.single-product.woocommerce .woo-multi-currency.wmc-price-switcher:hover .wmc-sub-currency:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ddd transparent;
}

.single-product.woocommerce .woo-multi-currency.wmc-price-switcher:hover .wmc-sub-currency:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 11px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0px;
  border: none;
  flex-wrap: wrap;
  background: #f7f2f2;
  margin: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  width: fit-content;
  flex-basis: auto;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
  border: 1px solid var(--dark-btn-bg);
  background: var(--dark-btn-bg);
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 50px;
  line-height: 1;
  padding: 0 30px;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: var(--theme-orange);
  border-color: var(--theme-orange);
  color: #fff;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  background: var(--dark-btn-bg);
  border-color: var(--dark-btn-bg);
  color: #fff;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 20px;
  border: 1px solid #f7f2f2;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin: 0 0 10px 0;
  font-size: 25px;
  font-weight: 600;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #333;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel div {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel a {
  color: var(--theme-orange);
}

.single-product.woocommerce div.product .woocommerce-tabs .panel a:hover {
  color: #000;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h2:not(:first-child) {
  margin-bottom: 5px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel ul {
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
  list-style: none !important;
  font-size: 19px;
  color: #333;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 2px;
  font-size: 16px;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel ul li:before {
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
  color: var(--theme-orange);
  position: absolute;
  left: 0;
}

/* feedback form */
body .betterdocs-feedback-form {
  background: #f5f0ee;
  padding: 30px;
  border-radius: 12px;
}

body .betterdocs-feedback-form label {
  color: #333333 !important;
  font-size: 18px;
}

body .betterdocs-feedback-form label input,
.betterdocs-feedback-form label textarea {
  background: #fff;
  border: none !important;
  color: #333333;
  font-size: 16px;
  border-radius: 5px;
}


body .betterdocs-feedback-form #feedback_form_submit_btn {
  background: var(--theme-orange);
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 5px;
}

body .betterdocs-feedback-form .error-message {
  font-size: 12px;
  text-align: left;
}

/* login page */

.w3eden div#wpdmlogin,
.w3eden div#wpdmreg {
  border: 0px solid var(--theme-orange);
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.w3eden div#wpdmlogin.lostpass {
  border: none;
}

.w3eden .wpdmlogin-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.w3eden .wpdmlogin-logo a {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.w3eden .wpdmlogin-logo img {
  width: 58px;
  aspect-ratio: 1;
  max-height: none;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
}

.w3eden .input-wrapper.input-focused {
  border: none;
  padding: 0;
}

.w3eden .input-wrapper {
  border: none;
  padding: 00;
}

form.pmpro_form label,
#loginform label {
  font-weight: 700;
  color: #333333;
  opacity: 1;
  font-size: 16px;
}

body .w3eden .input-wrapper .form-control {
  border: 1px solid #ddd !important;
  width: 100% !important;
  padding: 6px 12px !important;
  height: 50px !important;
  max-width: 100% !important;
}

body #__recap_field iframe {
  transform: scale(1);
  margin: 0;
}

body .w3eden .btn-primary {
  padding: 6px 12px;
  background-color: var(--theme-orange);
  color: #ffffff;
  border-color: var(--theme-orange);

}

body .w3eden .btn-primary:hover {
  background-color: var(--dark-btn-bg);
  border-color: var(--dark-btn-bg);
}

body .has-vivid-red-color {
  color: var(--theme-orange) !important;
  font-size: 16px;
  font-weight: 400;
}

body .w3eden .input-wrapper.input-withvalue {
  border: none;
}

body input.wpdm-radio[type="radio"],
input.wpdm-checkbox[type="checkbox"] {
  border: 1px solid #dddddd;
  background: #fff;
  margin: -4px 5px 0px 0 !important;
}

body input.wpdm-checkbox[type="checkbox"]:checked {
  border-color: var(--theme-orange);
  background-color: var(--theme-orange);
  box-shadow: none;
}

body .w3eden .color-info,
body .w3eden .color-blue {
  color: var(--theme-orange) !important;
  font-size: 14px;
  margin: 0;
  text-decoration: none !important;
  transition: 0.5s ease all !important;
}

body .login-form-meta-text {
  display: flex;
  align-items: center;
}

body .w3eden .color-info:hover,
body .w3eden .color-blue:hover {
  color: var(--dark-btn-bg) !important;
}

body .login-form-meta-text label:hover {
  color: var(--theme-orange) !important;
}

body a.btn.wpdm-reg-link.color-primary {
  color: #333 !important;
  font-size: 15px;
  margin-block: 10px 0;
  background: transparent;
  padding: 6px 12px;
  border: 1px solid #333;
  transition: 0.5s ease all !important;
  border-radius: 4px !important;
}

body .w3eden #loginform br {
  display: none;
}

body a.btn.wpdm-reg-link.color-primary:hover {
  background: #333;
  color: #fff !important;

}

body .w3eden .wpdmlogin-logo {
  padding-bottom: 0 !important;
}

body .forget_reset_pass a {
  color: var(--theme-orange);
  font-style: normal;
  font-weight: 400;
  text-decoration: none !important;
}

body .forget_reset_pass a:hover {
  color: var(--dark-btn-bg);
}

body .forget_reset_pass a * {
  background: transparent;
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

.custom-ptbl,
.custom-ptbl>.elementor-widget-container,
.custom-ptbl>.elementor-widget-container>.eael-pricing,
.custom-ptbl>.elementor-widget-container>.eael-pricing>.eael-pricing-item {
  height: 100%;
}

.custom-ptbl>.elementor-widget-container>.eael-pricing>.eael-pricing-item {
  position: relative;
  padding-bottom: 50px !important;
}

.custom-ptbl>.elementor-widget-container>.eael-pricing>.eael-pricing-item .footer {
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.custom-ptbl>.elementor-widget-container>.eael-pricing>.eael-pricing-item .footer a.eael-pricing-button {
  height: 100%;
}

/* checkout */
body.woocommerce-checkout .woocommerce-info {
  border: 1px solid #ddd;
  color: #333333;
  font-size: 18px;
  margin-bottom: 20px;
}

body.woocommerce-checkout .woocommerce-info:before {
  color: var(--theme-orange);
}

body.woocommerce-checkout .woocommerce-info a {
  color: var(--theme-orange);
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-checkout .woocommerce-info a:hover {
  color: var(--dark-btn-bg);
}

body.woocommerce-checkout form.checkout_coupon {
  display: flex;
  padding: 20px 16px;
  margin-block: 20px;
  background: #f7f2f2;
  border: none;
  border-radius: 6px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  width: 100%;
  max-width: 700px;
}

body .woocommerce button.button {
  margin-left: auto;
  background: var(--theme-orange);
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s ease all;
  white-space: nowrap;
  border-radius: 4px;
}

body .woocommerce button.button:hover {
  background: var(--dark-btn-bg);
}

body.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 30%;
}

body.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 70%;
}

body.woocommerce-checkout form.checkout_coupon input {
  background: #fff;
  border: none;
  min-height: 38px;
  border-radius: 4px;
  color: #333333;
}

.woocommerce-checkout form.checkout div#customer_details {
  padding: 20px;
  background: #f7f2f2;
  border-radius: 6px;
}

.woocommerce .woocommerce-checkout #customer_details h3,
.woocommerce .woocommerce-checkout h3#order_review_heading {
  font-size: 18px;
  border-color: #ddd;
}

.woocommerce .woocommerce-checkout #customer_details p.form-row label {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.form-row .required {
  color: var(--theme-orange);
}

body.woocommerce-checkout form input[type=text],
body.woocommerce-checkout form input[type=password],
body.woocommerce-checkout form input[type=email],
body.woocommerce-checkout form input[type=url],
body.woocommerce-checkout form input[type=date],
body.woocommerce-checkout form input[type=month],
body.woocommerce-checkout form input[type=time],
body.woocommerce-checkout form input[type=datetime],
body.woocommerce-checkout form input[type=datetime-local],
body.woocommerce-checkout form input[type=week],
body.woocommerce-checkout form input[type=number],
body.woocommerce-checkout form input[type=search],
body.woocommerce-checkout form input[type=tel],
body.woocommerce-checkout form input[type=color],
body.woocommerce-checkout form select,
body.woocommerce-checkout form textarea,
body.woocommerce-checkout form select {
  background: #fff;
  border: none;
  font-size: 18px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
  border: none;
  background: #fff;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table thead th {
  padding: 10px 20px;
  color: #ffffff;
  background: #333333;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tbody td.product-name {
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  column-gap: 10px;
  background: #f7f2f2;
}

.woocommerce table.shop_table td dl.variation dd.variation-EmailID p {
  text-transform: none;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
  display: flex;
  padding: 20px 16px;
  margin-block: 20px;
  background: #f7f2f2;
  border: none;
  border-radius: 6px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  width: 100%;
  max-width: 700px;
  position: relative;
  color: #333;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0 !important;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-last {
  float: right;
  width: 48%;
  margin-bottom: 0;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p.form-row button.woocommerce-button.button.woocommerce-form-login__submit {
  margin-left: 0;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p.lost_password {
  width: auto;
  margin: 0;
  line-height: normal;
  position: absolute;
  bottom: 70px;
  right: 20px;
  color: #333;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p.form-row button.woocommerce-button.button.woocommerce-form-login__submit:focus {
  background: var(--dark-btn-bg) !important;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p.form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p.form-row span.password-input {
  width: 100%;
}

body.woocommerce-checkout .woocommerce table.shop_table dl {
  flex-basis: 100%;
  border-bottom: 1px dashed #333333;
  padding-bottom: 10px;
}

body.woocommerce-checkout .woocommerce table.shop_table dl:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
}

body.woocommerce-checkout .woocommerce table.shop_table dl dd.variation-EmailID p {
  text-transform: none;
  margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tbody td.product-name {
  max-width: 100%;
}

body.woocommerce-checkout strong.product-quantity {
  color: var(--theme-orange);
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tbody td.product-total {
  vertical-align: top;
  color: #333333;
  opacity: 1;
  background: #f1e9e9;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tbody td.product-total .amount {
  color: inherit;
}

body.woocommerce-checkout .woocommerce td.product-name dl.variation dt {
  color: #333333;
  font-size: 18px;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot {
  background: #f7f2f2;
  border-top: 1px solid #ddd;
}

.woocommerce #order_review table.shop_table tfoot tr {}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot th {
  color: #333333;
  background: #f7f2f2;
  font-size: 20px;
  padding: 0 20px;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot td {
  color: #333333;
  background: #f1e9e9;
  padding: 6px 20px;
}

body.woocommerce-checkout .amount {
  color: inherit;
}


body.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot tr.order-total th,
body.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot tr.order-total td {
  background: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot tr.order-total th {
  border-right: 1px solid #fff;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot tr:not(:last-child) th,
body.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot tr:not(:last-child) td {
  border-top: 1px solid #ddd;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot tr.order-total td * {
  font: inherit;
  color: inherit;
}

body.woocommerce-checkout .woocommerce #order_review table.shop_table {
  margin: 0;
}


body.woocommerce-checkoutt .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  color: #333333;
}


input[type=checkbox]:checked:before {
  color: var(--theme-orange);
  margin: 2px 0 0 1px;
  font-size: 12px;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
}



.woocommerce-cart .woocommerce table.shop_table thead th {
  color: #fff;
  padding: 5px 20px;
  font-size: 18px;
  background: #333333;
}


.woocommerce-cart .woocommerce table.shop_table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.woocommerce-cart .woocommerce table.shop_table a.remove {
  background: var(--theme-orange);
  color: #fff;
  border-color: var(--theme-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart .woocommerce table.shop_table a.remove:hover {
  background: var(--dark-btn-bg);
  color: #fff;
  border-color: var(--dark-btn-bg);
}

.woocommerce-cart .woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 38px;
  border: 1ps solid #ddd;
}

.woocommerce table.shop_table td {}

.woocommerce-cart .amount {
  color: var(--theme-orange);
}

.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals {
  padding: 0;
}

.woocommerce-cart .woocommerce .cart-collaterals h2 {
  margin: 0;
  background: #333333;
  color: #fff;
}

.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals a.checkout-button {
  border-radius: 0;
  background: var(--theme-orange);
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s ease all;
  white-space: nowrap;
  width: 100%;
}

.woocommerce-cart.woocommerce-page a.button.wc-backward {
  border-radius: 4px;
  background: var(--theme-orange);
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s ease all;
  white-space: nowrap;
  width: fit-content;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  vertical-align: middle;
  padding: 6px 20px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0;
}

.woocommerce-cart .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  margin-bottom: 10px;
}

body .woocommerce-info {
  color: #000;
  border-color: #ddd;
}

body .woocommerce-info:before {
  color: var(--theme-orange);
}

.search-results article {
  border: none;
  background: #f7f2f2;
  padding: 15px 30px;
  border-radius: 10px;
}


.search-results article header.search-entry-header .search-entry-title {
  font-size: 28px;
}

.search-results article .search-entry-readmore a {
  color: var(--theme-orange);
  text-decoration: none;
  border: none;
  padding: 0;
  font-size: 14px;
}

.search-results article .search-entry-readmore a:hover {
  color: #333333;
}

input[type=checkbox]:checked:before {
  margin: 0px 0 0 1px;
}


p.pmpro_lost_password-instructions {
  font-size: 18px;
  color: #000;
  max-width: 500px;
  text-align: center;
  margin-inline: auto;
}

form#lostpasswordform {
  width: 100%;
  max-width: 500px;
  border: 0px solid var(--theme-orange);
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  margin-inline: auto;
}

p.pmpro_actions_nav {
  width: 100%;
  max-width: 500px;
  border: none;
  margin-inline: auto;
}

form#lostpasswordform+hr {
  display: none !important;
}

.pmpro_actions_nav:not(.pmpro_login_wrap .pmpro_actions_nav) a {
  color: var(--theme-orange);
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 22px;
}

.pmpro_actions_nav:not(.pmpro_login_wrap .pmpro_actions_nav) a:hover {
  --theme-orange: var(--dark-btn-bg);
}

form.pmpro_form .pmpro_submit input[type=submit] {
  padding: 5px 30px;
  background-color: var(--theme-orange);
  color: #ffffff;
  border-color: var(--theme-orange);
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  border-radius: 4px;
  height: 38px;
}

form.pmpro_form .pmpro_submit input[type=submit]:hover {
  --theme-orange: var(--dark-btn-bg);
}

form#lostpasswordform input#user_login {
  width: 100%;
  max-width: 100% !important;
}

.w3eden div#wpdmlogin.lostpass {
  border: none;
}

.w3eden .input-wrapper label {
  color: #000000;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
}

form#resetPassword h3 {
  font-size: 42px;
  color: #333;
}

form#resetPassword p {
  font-size: 14px;
}

.search-results article .thumbnail a.thumbnail-link {
  display: block;
}

body .w3eden .input-wrapper .form-control {
  font-size: 16px;
  color: #000;
}

.quantity.hidden-quantity-box {
  display: none !important;
}

body a.color-info.btn.btn-link.btn-xs {
  border: 1px solid var(--dark-btn-bg);
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 6px;
  color: var(--dark-btn-bg) !important;
}

body a.color-info.btn.btn-link.btn-xs:hover {
  background: var(--dark-btn-bg) !important;
  color: #ffffff !important;
}

button#resetPassword-submit {
  background: var(--theme-orange);
  color: #fff;
  padding-block: 10px;
  border: none;
  box-shadow: none;
}

button#resetPassword-submit:hover {
  background: var(--dark-btn-bg) !important;
}


body.tax-product_cat.woocommerce ul.products.list ul.woo-entry-inner li.price-wrap {
  padding: 0 !important;
}

body.tax-product_cat.woocommerce ul.products.list ul.woo-entry-inner li.title,
body.tax-product_cat.woocommerce ul.products.list li.product li.title h2,
body.tax-product_cat.woocommerce ul.products.list li.product li.title h2 a {
  min-height: unset;
  font-size: 20px;
}

body.tax-product_cat.woocommerce ul.products.list li .product-inner .woo-entry-image {
  width: 20%;
  margin: 0;
}

body.tax-product_cat.woocommerce ul.products.list li .product-inner {
  column-gap: 30px;
}

body.tax-product_cat.woocommerce ul.products.list li .product-inner ul.woo-entry-inner {
  width: calc(100% - (20% + 30px));
}

body.post-type-archive.woocommerce ul.products.list li .product-inner .woo-entry-image {
  width: 20%;
  margin-right: 30px;
}

body.post-type-archive.woocommerce ul.products.list li .product-inner .woo-entry-inner {
  width: calc(100% - (20% + 30px));
}

body.post-type-archive.woocommerce ul.products.list li .product-inner .woo-entry-image a.no-lightbox img {
  height: 240px !important;
}

body.post-type-archive.woocommerce ul.products.list li .product-inner .woo-entry-inner a,
body.post-type-archive.woocommerce ul.products.list li .product-inner .woo-entry-inner a h2 {
  padding: 0;
  margin: 0;
}

/*------------3-6-2024-----*/
.single-post h1.single-post-title {
  color: #000;
  padding-bottom: 15px;
}

.single-post p.has-very-light-gray-background-color {
  background: #f7f2f2;
  padding: 15px 30px;
  border-radius: 10px;
}

.single-post figure.wp-block-gallery {
  margin-bottom: 20px;
}

.single-post figure.wp-block-gallery img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.single-post h2 {
  color: #000;
  margin-top: 15px;
}

.single-post figure.wp-block-table table thead {
  border: 0;
}

.single-post figure.wp-block-table table thead tr th {
  background-color: var(--theme-orange);
  padding: 10px 15px;
  color: #f5f0ee;
}

.single-post figure.wp-block-table table thead tr th mark {
  color: #fff !important;
}

.single-post figure.wp-block-table table tbody tr td {
  /* color: #f5f0ee; */
  padding: 10px 15px;
}

.single-post figure.wp-block-table table tbody tr td a {
  text-decoration: none !important;
  font-size: 16px;
}

.single-post figure.wp-block-table table tbody tr:nth-of-type(even) {
  background: #fbfbfb;
}


/* stye fixes 11-09 */

body article.ebpg-grid-post.ebpg-post-grid-column {
background: #f7f2f2;
padding: 5px !important;
border-radius: 10px !important;
position: relative;
width: 100%;
margin-bottom: 15px;
border: none !important;
color: #333333;
}

body article.ebpg-grid-post.ebpg-post-grid-column .ebpg-entry-wrapper {
  width: 100% !important;
}

body article.ebpg-grid-post.ebpg-post-grid-column a:hover, body article.ebpg-grid-post.ebpg-post-grid-column a {
  text-decoration: none !important;
}

.archive .blog-entry, .category .blog-entry {
  margin-bottom: 20px;
  border: none;
  padding-bottom: 0;
}
.archive .blog-entry .blog-entry-inner, .category .blog-entry .blog-entry-inner {
  display: flex;
  width: 100%;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #dddddd !important;
  box-shadow: var(--cards-shadow);
  overflow: hidden;
}
.category .blog-entry .blog-entry-inner header.blog-entry-header, .archive .blog-entry .blog-entry-inner header.blog-entry-header {
  margin: 0;
  padding: 0;
  background: #fff;
  width: 100%;
  border-radius: 0;
}
.archive .entry-title {
  margin: 0 !important;
}
.category .blog-entry .blog-entry-inner header.blog-entry-header h2.blog-entry-title>a, .archive .blog-entry .blog-entry-inner header.blog-entry-header h2.blog-entry-title>a {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600 !important;
  color: #333333;
  width: 100%;
  display: block;
  letter-spacing: 0px;
}
.category .blog-entry .blog-entry-inner header.blog-entry-header h2.blog-entry-title>a:hover, .archive .blog-entry .blog-entry-inner header.blog-entry-header h2.blog-entry-title>a:hover {
  color: var(--theme-orange);
}
.archive .blog-entry .blog-entry-inner span.edit-link, .category .blog-entry .blog-entry-inner span.edit-link {
  display: flex;
  margin-left: auto;
}
.category .blog-entry .blog-entry-inner span.edit-link>a, .archive .blog-entry .blog-entry-inner span.edit-link>a {
  background: var(--theme-orange);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.category .blog-entry .blog-entry-inner span.edit-link>a:hover, .archive .blog-entry .blog-entry-inner span.edit-link>a:hover {
  background: var(--dark-btn-bg);
}

.search-entry-inner.clr a {
	word-wrap: anywhere;
	white-space: wrap;
}
.breadcrumb-section {
  background: #f26327;
  color: #fff;
  padding: 6px 0;
}
.breadcrumb-section  a{
  color: #fff;
}
.breadcrumb-section  a:hover{
  color: #4e0f4b;
}
.home .breadcrumb-section {
  display: none;
}
.product_wrapper .elementor-widget-image {
    background: #F5F0EE;
    border-radius: 40px;
    padding: 20px 32px;
	height:100%;
}
.product_wrapper .elementor-widget-image img {
    margin: 0px;
    padding: 0px;
    height: unset !important;
}
/* .product_wrapper .e-con-inner {
    gap: 30px;
} */
.product_wrapper .e-con-full.e-flex.e-con.e-child {
    box-shadow: none;
}

.product_wrapper .elementor-widget-container {
    padding: 0px !important;
}
figure.wp-block-table.table-outer-sec table {
    margin-bottom: 20px;
}
/* Accordion wrapper */
h3.wp-block-accordion-heading {
    margin-bottom: 0px;
}
.wp-block-accordion{
  max-width:900px;
  margin:auto;
}

/* Each item */
.wp-block-accordion-item{
  border:1px solid #e5e7eb;
  border-radius:14px;
  margin-bottom:14px;
  overflow:hidden;
  background:#fff;
  transition:.25s;
}

/* Hover effect */
.wp-block-accordion-item:hover{
  box-shadow:0 3px 12px rgba(0,0,0,0.06);
}

/* Question button */
.wp-block-accordion-heading__toggle{
  padding:20px 22px;
  font-size:18px;
  font-weight:600;
  color:#0f172a;
  background:#ffffff;
  border:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* Plus icon */
.wp-block-accordion-heading__toggle-icon{
  font-size:22px;
  font-weight:300;
  color:#111827;
  transition:.3s;
}

/* Rotate icon when open */
.wp-block-accordion-item.is-open 
.wp-block-accordion-heading__toggle-icon{
  transform:rotate(45deg);
}

/* Answer panel */
.wp-block-accordion-panel{
  padding:10px 22px;
 /*  border-top:1px solid #e5e7eb; */
  color:#475569;
  line-height:1.7;
}

/* Active open state */
.wp-block-accordion-item.is-open{
  border-color:#d1d5db;
}
/* Remove underline from FAQ titles */
.wp-block-accordion-heading__toggle,
.wp-block-accordion-heading__toggle span {
  text-decoration: none !important;
}


/*---responsive---*/
@media(max-width:767px) {

  body.tax-product_cat.woocommerce ul.products.list .product-inner ul.woo-entry-inner {
    padding: 0 20px 20px 20px;
  }

  body.tax-product_cat.woocommerce ul.products.list ul.woo-entry-inner li.title,
  body.tax-product_cat.woocommerce ul.products.list li.product li.title h2,
  body.tax-product_cat.woocommerce ul.products.list li.product li.title h2 a {
    font-size: 18px;
  }

  body.tax-product_cat.woocommerce ul.products.list li .product-inner .woo-entry-image {
    width: 100%;
  }

  body.tax-product_cat.woocommerce ul.products.list li .product-inner ul.woo-entry-inner {
    width: 100%;
  }

  body.tax-product_cat.woocommerce ul.products.list li .product-inner {
    row-gap: 20px;
  }

  body.post-type-archive.woocommerce ul.products.list li .product-inner .woo-entry-inner {
    width: 100%;
  }

  body.post-type-archive.woocommerce ul.products.list li .product-inner .woo-entry-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

}
@media (max-width:575px){
  .archive .blog-entry .blog-entry-inner, .category .blog-entry .blog-entry-inner {
    flex-direction: column;
}

.archive .blog-entry .blog-entry-inner span.edit-link, .category .blog-entry .blog-entry-inner span.edit-link {
    width: 100%;
}

.category .blog-entry .blog-entry-inner span.edit-link>a, .archive .blog-entry .blog-entry-inner span.edit-link>a {
    width: 100%;
}
.wp-block-table.table-outer-sec {
  width: 100% !important;
  overflow-x: auto !important;
  display: block !important;
}

.wp-block-table.table-outer-sec table {
  width: max-content !important;
  min-width: 100% !important;
  border-collapse: collapse;
}

.wp-block-table.table-outer-sec tbody {
  display: table;
  width: 100%;
}

}