/**
* Theme Name:     Bankorbit Layout
* Theme URI:      https://templatemela.com/
* Author:         TemplateMela
* Author URI:     https://templatemela.com
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        1.0.0
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* .woocommerce ul.products li.product {

	.product-action-wrap  {
		button,
		a.button,
		.added_to_cart {
			max-height: 42px;
		}
	}

	&.action-style-default,
	&.action-style-icon_button {
		button {
			max-height: 42px;
		}
	}
}

.action-style-icon_button {
	.woosc_page .woosc_table .button,
	.woosc-quick-table .woosc-quick-table-products .woosc_table .button {
        max-height: 42px;
    }
} */
:root {
  --global-gray-400: #e5e5e5;
  --global-gray-500: #dddddd;
  --global-button-height: 46px;
  --global-button-max-height: 46px;
}

b, strong {
  font-weight: 800;
  color: var(--global-palette3);
}

.woocommerce form .form-row label {
  font-weight: 600;
}

.woosc-quick-table .woosc-quick-table-products .woosc_table .td-label {
  font-weight: 700;
}

.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette1);
  font-weight: 700;
}

.welcome-newsletter {
  text-align: center;
}
.welcome-newsletter input[type=email] {
  min-height: 46px;
  max-width: 220px;
  min-width: 220px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.primary-sidebar .widget .wp-block-latest-posts__list li {
  line-height: 1.5;
}

.wp-site-blocks {
  position: relative;
}

.elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-post-wrapper .splide__track .column-item {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce div.product div.summary form.cart .button.button-buy-now {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}

.base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-size: 17px;
  font-weight: 700;
  color: var(--global-palette3);
}
.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}

.header-contact-item .contact-content {
  margin-left: 0;
}
.header-contact-item .contact-content .contact-title {
  background: var(--global-palette1);
  padding: 12px 26px;
  border-radius: 5px;
}
.header-contact-item .contact-content .contact-title:hover {
  background: var(--global-palette3);
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  text-align: center;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 5px auto;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title a {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
  bottom: -2.3rem;
  padding: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 10px auto 0;
}

.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
  font-size: 16px;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap {
  margin: 0;
}

.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart,
.woocommerce div.product div.summary .added_to_cart,
.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 9px 26px;
  line-height: 29px;
  max-height: var(--global-button-max-height);
  height: var(--global-button-max-height);
}

.primary-sidebar.widget-area .widget {
  border-bottom: 1px solid var(--global-gray-400);
  padding-bottom: 20px;
}
.primary-sidebar.widget-area .widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.woocommerce span.onsale, .menu .menu-item .woocommerce ul.products li.product .onsale, .single-product div.product div.summary .product-onsale span.onsale {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 6px;
}

.loans .elementor-image-box-content {
  padding: 40px;
  margin-top: -6px;
}
.loans .elementor-image-box-content .elementor-image-box-description {
  margin-bottom: 35px;
}

.woocommerce section.products > h2, .cross-sells > h2 {
  text-align: center;
  margin-bottom: 30px;
}

.accordion .elementor-accordion-item {
  margin-bottom: 30px;
}
.accordion .elementor-tab-title {
  border-radius: 5px;
}

.elementor-image-box-img {
  overflow: hidden;
}
.elementor-image-box-img img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.elementor-image-box-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.tm-tabs-home-block .elementor-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background: var(--global-palette1);
  border-radius: 5px;
  padding: 17px 29px;
  margin: 0 8px;
}
.tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title.elementor-active a:active, .tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title.elementor-active a:focus, .tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title.elementor-active a:hover {
  color: var(--global-palette9);
}
.tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title {
  background: var(--global-palette7);
  border-radius: 5px;
  padding: 17px 29px;
  margin: 0 8px;
}
.tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title a:active, .tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title a:focus, .tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title a:hover {
  color: var(--global-palette3);
}
.tm-tabs-home-block .elementor-tab-content {
  padding: 0 !important;
  margin-top: 70px;
}
.tm-tabs-home-block .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.tm-tabs-home-block .tab-image {
  width: 55%;
}
.tm-tabs-home-block .tab-content {
  width: 45%;
}
.tm-tabs-home-block .tab-content img.alignleft {
  margin-right: 15px;
}
.tm-tabs-home-block .tab-content .icon::before {
  content: "";
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--global-palette1);
  -webkit-mask-image: url(../default/img/check.svg);
          mask-image: url(../default/img/check.svg);
  height: 25px;
  width: 25px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 22px;
          mask-size: 22px;
  -webkit-mask-position: center;
          mask-position: center;
}
.tm-tabs-home-block .tab-content p {
  line-height: 29px;
  text-transform: capitalize;
}
.tm-tabs-home-block .tab-content .desk {
  margin: 0 0 0 40px;
  line-height: 29px;
  text-transform: capitalize;
}

.testimonial .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.testimonial .elementor-testimonial-image, .testimonial .details {
  vertical-align: middle;
  display: inline-block;
}
.testimonial .details {
  margin-left: 15px;
}
.testimonial .splide__pagination {
  margin-top: 25px;
  padding: 0;
}

.parallex .col {
  max-width: 60%;
  position: absolute;
  left: 19%;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-button:hover {
  text-decoration: none;
}

.archive.tag .entry-hero.post-archive-hero-section .entry-header, .archive.category .entry-hero.post-archive-hero-section .entry-header {
  padding: 10px;
}

.site-top-footer-wrap .site-container {
  padding: 0;
}

.site-top-footer-inner-wrap .widget-area .widget-title {
  margin: 30px 0 50px 0;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  width: 430px;
  height: 47px;
  border: none;
  border-radius: 5px 0 0 5px;
  padding: 10px 15px;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
  border-radius: 0 5px 5px 0;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit]:hover {
  background: var(--global-palette1);
  color: var(--global-palette9);
}

.site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
  margin: 10px 0;
}
.site-middle-footer-inner-wrap .widget-area .widget li + li {
  margin: 8px 0;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 20px;
}

@media (min-width: 1900px) {
  .site-header .site-container {
    width: 1900px;
    margin: auto;
  }
}
@media (max-width: 1366px) {
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px;
  }
  .site-branding {
    padding: 0px 20px 0px 0px;
  }
  .loans .elementor-image-box-content {
    padding: 30px;
  }
  .parallex .col {
    max-width: 61%;
    left: 2%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .site-branding {
    padding: 0px;
  }
  .site-header-item {
    margin-right: 13px;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding: 2.3em 0.55em;
  }
}
@media (max-width: 1024px) {
  .site-header .custom-logo-link, .site-header .brand {
    width: 175px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 15px;
  }
  #filter-drawer .widget-area .widget {
    border-bottom: 1px solid var(--global-gray-400);
    padding-bottom: 15px;
  }
  #filter-drawer .widget-area .widget .widget-title {
    font-size: 18px;
  }
  #filter-drawer .widget-area .widget:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .has-left-sidebar ul.product-archive:not(.products-list-view) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart,
  .woocommerce div.product div.summary .added_to_cart,
  .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    padding: 8px 20px;
    line-height: 30px;
    font-size: 14px;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 8px 20px;
    font-size: 14px;
  }
  .tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title.elementor-active, .tm-tabs-home-block .elementor-tabs-wrapper .elementor-tab-title {
    padding: 17px 24px;
  }
  .tm-tabs-home-block .tab-list {
    display: -ms-grid;
    display: grid;
  }
  .tm-tabs-home-block .tab-image, .tm-tabs-home-block .tab-content {
    width: 100%;
  }
  .site-top-footer-inner-wrap .widget-area .widget-title {
    font-size: 36px;
    line-height: 50px;
    margin: 20px 0 40px 0;
  }
  .site-middle-footer-inner-wrap .footer-social-wrap {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover li.product:hover .entry-content-wrap {
    -webkit-transform: translateY(-3.5rem);
            transform: translateY(-3.5rem);
  }
}
@media (max-width: 767px) {
  .loans .elementor-image-box-content {
    padding: 20px;
  }
  .loans .elementor-image-box-content .elementor-image-box-description {
    margin-bottom: 20px;
  }
  .tm-tabs-home-block .elementor-tabs-wrapper {
    display: none;
  }
  .tm-tabs-home-block .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active {
    background: var(--global-palette1);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 8px;
  }
  .tm-tabs-home-block .elementor-tabs-content-wrapper .elementor-tab-title {
    background: var(--global-palette7);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;
  }
  .tm-tabs-home-block .elementor-tabs-content-wrapper .elementor-tab-content {
    padding-bottom: 20px !important;
    margin-top: 50px;
  }
  .site-top-footer-inner-wrap .widget-area .widget-title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) and (min-width: 541px) {
  .woocommerce ul.products:not(.products-list-view):not(.splide__list) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .site-header .custom-logo-link, .site-header .brand {
    width: 145px;
    display: block;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .parallex .col {
    max-width: 84%;
    left: 5%;
  }
  .cms-parallex .elementor-button-wrapper .elementor-button {
    padding: 12px 22px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form {
    display: inline-block;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
    display: block;
    border-radius: 5px;
    width: 290px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
    border-radius: 5px;
    margin-top: 15px;
  }
}
.color-switch-dark .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit]:hover {
  background: var(--global-palette-btn-bg);
}
.color-switch-dark .elementor-element.service-1, .color-switch-dark .elementor-2 .elementor-element.tm-tabs-home-block {
  border-color: #2f3336;
}
.color-switch-dark .woocommerce div.product div.summary form.cart .button.button-buy-now {
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark .woocommerce div.product div.summary form.cart .button.button-buy-now:hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}