/*
Theme Name: Prowess Child
Theme URI: https://prowess.qodeinteractive.com
Description: A child theme of Prowess Theme
Author: Select Themes
Author URI: https://themeforest.net/user/select-themes
Version: 1.0.1
Text Domain: prowess
Template: prowess
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body,
p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  color: #444 !important;
  letter-spacing: normal !important;
}

strong,
b {
  font-weight: 700 !important;
}

.qodef-blog-holder article .qodef-post-info-top>div {
  color: #444 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.qodef-main-menu>ul>li>a {
  font-family: "Barlow", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}

.qodef-btn {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: normal !important
}

.qodef-title-holder.qodef-has-bg-image {
  background-size: cover;
  position: relative;
}

.qodef-title-holder.qodef-has-bg-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

h6.qodef-page-subtitle {
  font-family: "Roboto", sans-serif !important;
  text-transform: none !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  margin: 15px 0 0 !important;
}

.qodef-logo-wrapper a {
  height: 56px !important;
}

.qodef-top-bar {
  height: 56px !important;
}

.qodef-top-bar a {
  color: #29282D !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  font-family: "Barlow", sans-serif;
}

.qodef-top-bar a:hover {
  color: #D11120 !important;
}

.qodef-top-bar .wp-block-social-links li {
  margin: 0 5px 0 0;
}

.qodef-top-bar .wp-block-social-links li a svg {
  fill: #29282D !important;
}

.qodef-top-bar .wp-block-social-links li a:hover svg {
  fill: #D11120 !important;
}

.qodef-top-bar .widget.widget_nav_menu ul li {
  float: left;
  padding: 0 8px !important;
  margin: 0 !important;
  line-height: 14px;
  border: none !important;
}

.qodef-top-bar .widget.widget_nav_menu ul li {
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.qodef-top-bar .widget.widget_nav_menu ul li:first-child {
  border-left: none !important;
}

.qodef-top-bar a.qodef-social-icon-widget-holder span {
  font-size: 20px !important;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-top-bar .qodef-social-icons-group-widget {
  display: flex !important;
  align-items: center;
}

.qodef-top-bar .qodef-social-icons-group-widget .qodef-social-icon-widget-holder {
  margin: 0 12px 0 0 !important;
}

.qodef-top-bar .wp-block-social-links .wp-social-link svg {
  height: 20px !important;
  width: 20px !important;
}

.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner .widget {
  display: flex !important;
}

.qodef-footer-bottom-holder p {
  margin: 10px 0 !important;
  display: flex !important;
  align-items: center;
}

.qodef-footer-bottom-holder a.qodef-social-icon-widget-holder {
  font-size: 20px !important;
  font-weight: normal;
  color: #fff !important;
}

.qodef-footer-bottom-holder a.qodef-social-icon-widget-holder:hover {
  color: #D11120 !important;
}

.qodef-footer-bottom-holder .qodef-social-icons-group-widget {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 !important;
}

.qodef-footer-bottom-holder .qodef-social-icons-group-widget .qodef-social-icon-widget-holder {
  margin: 0 0 0 16px !important;
}

.qodef-page-footer .widget h1,
.qodef-page-footer .widget h2,
.qodef-page-footer .widget h3,
.qodef-page-footer .widget h4,
.qodef-page-footer .widget h5,
.qodef-page-footer .widget h6,
.qodef-side-menu .widget h1,
.qodef-side-menu .widget h2,
.qodef-side-menu .widget h3,
.qodef-side-menu .widget h4,
.qodef-side-menu .widget h5,
.qodef-side-menu .widget h6 {
  color: #29282D !important;
}

.qodef-page-footer .widget a.qodef-btn {
  color: #fff;
}

.footer-iyzico {
  margin: 5px 0 !important;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.footer-iyzico img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.qodef-page-footer {
  border-top: 1px solid #e0e0e0;
}

footer .widget.widget_archive ul li a,
footer .widget.widget_categories ul li a,
footer .widget.widget_meta ul li a,
footer .widget.widget_nav_menu ul li a,
footer .widget.widget_pages ul li a,
footer .widget.widget_recent_entries ul li a {
  text-transform: none !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem !important;
  color: #444 !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}

footer .widget.widget_archive ul li a:hover,
footer .widget.widget_categories ul li a:hover,
footer .widget.widget_meta ul li a:hover,
footer .widget.widget_nav_menu ul li a:hover,
footer .widget.widget_pages ul li a:hover,
footer .widget.widget_recent_entries ul li a:hover {
  color: #D11120 !important;
}

.qodef-footer-bottom-holder {
  border-top: 1px solid #e0e0e0;
}

.qodef-page-footer .wp-block-social-links li {
  margin: 0 !important;
  padding: 0 !important;
}

.qodef-page-footer .wp-block-social-links {
  gap: 5px;
}

.qodef-page-footer .wp-social-link:hover {
  opacity: 0.8;
}

.qodef-page-footer .wp-social-link a {
  display: flex;
  align-items: center;
  border-radius: 10%;
  background-color: #29282D;
  padding: 10px !important;
}

.qodef-page-footer .wp-block-social-links li a svg {
  fill: #fff !important;
  width: 26px;
  height: auto;
}

.qodef-page-footer .wp-social-link.wp-social-link-instagram a {
  background-color: #C13584;
}

.qodef-page-footer .wp-social-link.wp-social-link-youtube a {
  background-color: #cd201f;
}

.qodef-page-footer .wp-social-link.wp-social-link-facebook a {
  background-color: #3b5998;
}

.qodef-page-footer .wp-social-link.wp-social-link-whatsapp a {
  background-color: #25d366;
}

.wp-block-image.hemen-indirin-logo-footer {
  position: relative;
  margin: 0 3% 0 0 !important;
  padding: 0 !important;
  width: 47%;
  float: left;
}

.wp-block-image.hemen-indirin-logo-footer:after {
  content: '';
  clear: both;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .qodef-page-footer .qodef-column-content:not(:first-child) {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 768px) {

  .qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner .widget,
  .footer-iyzico,
  .qodef-footer-bottom-holder .qodef-social-icons-group-widget {
    justify-content: center;
  }

  h6.qodef-page-subtitle {
    font-size: 1.2rem !important;
  }
}


@media only screen and (min-width: 1367px) {

  .qodef-grid-1200 .elementor-widget-wrap>.elementor-element.qodef-row-grid-section,
  .qodef-grid-1200 .qodef-container-inner,
  .qodef-grid-1200 .qodef-elementor-row-grid-section>.elementor-container,
  .qodef-grid-1200 .qodef-grid,
  .qodef-grid-1200 .qodef-row-grid-section {
    width: 1300px !important;
  }
}

.qodef-blog-holder.qodef-blog-masonry article .qodef-post-content .qodef-post-text {
  padding: 20px !important;
}

.qodef-woo-pagination-holder {
  margin: 0 !important;
}

.qodef-pl-main-holder {
  margin: 0 0 -20px 0 !important;
}

body.archive:not(.post-type-archive-product) .qodef-content .qodef-content-inner>.qodef-container>.qodef-container-inner,
body.archive:not(.post-type-archive-product) .qodef-content .qodef-content-inner>.qodef-full-width>.qodef-full-width-inner {
  padding-top: 80px !important;
}

.qodef-woo-single-page .qodef-single-product-summary .price {
  font-size: 28px;
  font-weight: bold !important;
}

.qodef-woo-single-page .qodef-single-product-summary .woocommerce-product-details__short-description {
  margin: 25px 0 0 !important;
}

.qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .qodef-new-product,
.qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .qodef-onsale,
.qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .qodef-out-of-stock {
  display: none !important;
}

body.bt-fullwidth-header .qodef-title-inner .qodef-grid {
  width: 100% !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

body.bt-fullwidth-header .qodef-sidebar-holder {
  padding-right: 45px !important;
}

body.bt-fullwidth-header .qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-masonry-full-width.qodef-normal-space {
  padding-right: 15px !important;
  margin-bottom: 0 !important;
}

.qodef-blog-holder .qodef-blog-pagination {
  padding: 30px 0 !important;
}

@media only screen and (max-width: 1024px) {
  body.bt-fullwidth-header .qodef-sidebar-holder {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  body.bt-fullwidth-header .qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-masonry-full-width.qodef-normal-space {
    padding-right: 30px !important;
  }
}

.wpb_widgetised_column .widget.widget_archive ul li a,
.wpb_widgetised_column .widget.widget_categories ul li a,
.wpb_widgetised_column .widget.widget_meta ul li a,
.wpb_widgetised_column .widget.widget_nav_menu ul li a,
.wpb_widgetised_column .widget.widget_pages ul li a,
.wpb_widgetised_column .widget.widget_recent_entries ul li a,
aside.qodef-sidebar .widget.widget_archive ul li a,
aside.qodef-sidebar .widget.widget_categories ul li a,
aside.qodef-sidebar .widget.widget_meta ul li a,
aside.qodef-sidebar .widget.widget_nav_menu ul li a,
aside.qodef-sidebar .widget.widget_pages ul li a,
aside.qodef-sidebar .widget.widget_recent_entries ul li a {
  text-transform: none !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}

.wpb_widgetised_column .widget.widget_recent_entries ul li,
aside.qodef-sidebar .widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px dashed #e1e1e1 !important;
}

.menu-hesaplayicilar-container {
  margin-top: 20px;
}

.qodef-sidebar .wp-block-heading {
  border-bottom: 1px solid #e1e1e1 !important;
  padding-bottom: 11px !important;
  margin-top: 40px;
}

.product_list_widget img {
  display: none !important;
}

.widget.woocommerce.widget_products ul li .product-title,
.widget.woocommerce.widget_recently_viewed_products ul li .product-title,
.widget.woocommerce.widget_top_rated_products ul li .product-title {
  color: inherit;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  margin: 0 !important;
  text-transform: none !important;
  padding: 0 !important;
}

.widget.woocommerce.widget_products ul li> :not(a),
.widget.woocommerce.widget_recent_reviews ul li> :not(a),
.widget.woocommerce.widget_recently_viewed_products ul li> :not(a),
.widget.woocommerce.widget_top_rated_products ul li> :not(a) {
  margin: 0 5px 0 0 !important;
}

.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
  margin: 0 0 10px !important;
  min-height: 0 !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid #e1e1e1 !important;
}

.qodef-sidebar .qodef-widget-title-holder {
  margin-top: 30px !important;
}

.mfit-input-with-unit {
  justify-content: flex-end;
}

.mfit-input-number {
  width: 80px;
}

.mfit-calc-unit-switcher {
  display: none !important;
}

.elementor-widget-metricfit_target_heart_rate_calculator .mfit-unit-text {
  display: none !important;
}

.elementor-widget-metricfit_target_heart_rate_calculator .mfit-calc-inputs,
.elementor-widget-metricfit_target_heart_rate_calculator .mfit-form-group {
  margin: 0 !important;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-tags-holder .qodef-tags a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px !important;
  margin-right: 1px !important;
}

.qodef-qi-process .qodef-grid-inner {
  grid-template-columns: 1fr !important;
}

.qodef-qi-process .qodef-grid-inner .qodef-e-content {
  text-align: left !important;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title {
  padding: 18px 20px 18px 40px !important;
}

#hemen-indir-son {
  margin: 20px auto -650px auto;
}

.qodef-full-width-inner {
  padding: 80px 0 0 0 !important;
}

.wpb_widgetised_column .widget.widget_archive ul li a,
.wpb_widgetised_column .widget.widget_categories ul li a,
.wpb_widgetised_column .widget.widget_meta ul li a,
.wpb_widgetised_column .widget.widget_nav_menu ul li a,
.wpb_widgetised_column .widget.widget_pages ul li a,
.wpb_widgetised_column .widget.widget_recent_entries ul li a,
aside.qodef-sidebar .widget.widget_archive ul li a,
aside.qodef-sidebar .widget.widget_categories ul li a,
aside.qodef-sidebar .widget.widget_meta ul li a,
aside.qodef-sidebar .widget.widget_nav_menu ul li a,
aside.qodef-sidebar .widget.widget_pages ul li a,
aside.qodef-sidebar .widget.widget_recent_entries ul li a {
  color: #444 !important;
}

.wpb_widgetised_column .widget.widget_archive ul li a:hover,
.wpb_widgetised_column .widget.widget_categories ul li a:hover,
.wpb_widgetised_column .widget.widget_meta ul li a:hover,
.wpb_widgetised_column .widget.widget_nav_menu ul li a:hover,
.wpb_widgetised_column .widget.widget_pages ul li a:hover,
.wpb_widgetised_column .widget.widget_recent_entries ul li a:hover,
aside.qodef-sidebar .widget.widget_archive ul li a:hover,
aside.qodef-sidebar .widget.widget_categories ul li a:hover,
aside.qodef-sidebar .widget.widget_meta ul li a:hover,
aside.qodef-sidebar .widget.widget_nav_menu ul li a:hover,
aside.qodef-sidebar .widget.widget_pages ul li a:hover,
aside.qodef-sidebar .widget.widget_recent_entries ul li a:hover {
  color: #D11120 !important;
}

.bt-nav-description {
  font-size: 16px !important;
}

p.qodef-post-excerpt {
  font-size: 16px !important;
}

footer .widget {
  margin: 0 0 20px !important;
}

.elementor-icon-box-content h5 {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li a {
  font-family: "Barlow", sans-serif !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: normal !important;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tab-container ul {
  padding: 0;
  margin: 0;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tab-container ul li {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 17px;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tab-container {
  width: 100% !important;
}

.home-mobil-btn {
  width: 100% !important;
  text-align: center;
  border-radius: 0.5rem;
  height: 100%
}

.bt-fullwidth-slider-wrapper {
  margin-bottom: 40px !important;
}

.bt-fullwidth-caption .bt-caption-title {
  text-transform: none !important;
  font-weight: 700 !important;
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qodef-addons-blog-slider .qodef-blog-item {
  margin-bottom: 5px;
}

.sosyal-medya-box h5 {
  margin-top: 0 !important;
}

.sosyal-medya-box p {
  color: #fff !important;
}

.qodef-swiper-together-nav .swiper-button-outside {
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.qodef-swiper-together-nav .swiper-button-outside:hover {
  border: 1px solid #D11120;
}