/*
 Theme Name:   Megastrap Child
 Author:       Konstantin
 Template:     megastrap
*/

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.navbar-brand.navbar-brand-logo {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 2rem;
}
@media (max-width: 991px) {
	.navbar-brand.navbar-brand-logo { margin-right: auto; }
}

#main-menu .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: 500;
}

.btn.btn-header {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: #ebebee;
    --bs-btn-border-color: #ebebee;
    --bs-btn-hover-color:  var(--bs-primary);
    --bs-btn-hover-bg: #cfcdcf;
    --bs-btn-hover-border-color: #cfcdcf;
    --bs-btn-focus-shadow-rgb: 207, 205, 207;
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: #050405;
    --bs-btn-active-border-color: #c2c1c2;
    --bs-btn-font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.page-title, .entry-title {
    text-transform: uppercase;
    color: var(--bs-dark);
}
h1.product_title {
        text-transform: uppercase;
    color: var(--bs-primary);
}

nav.woocommerce-breadcrumb {
    font-size: 0.875rem;
}

/* HERO SLIDER */
.hero-gallery {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 578px) {
    .hero-gallery .k-blocks-slick-html-inner-content.row {
        min-height: 35rem!important;
    }
}


/* Check list style */
.is-style-check-list {
    list-style-type: '\f26a   ';
    padding-left: 1.7rem;
    line-height: 1.6;
}
ul.is-style-check-list li::marker {
    color: var(--bs-primary);
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
ul.two-column-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}


/* Top line */

.m-basic-section.top-line, .blog #site-content {
    position: relative; 
}
.m-basic-section.top-line:before, .blog #site-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7rem;
    z-index: -1;
    background-color: #eef1fa;
}
.blog .content-v-margin {
    margin-top: 3.25rem;
}

@media (min-width: 768px) {
    .m-product-archive>.row>.col-md-9 {
        order: 10;
    }
}
@media (max-width: 767px) {
	.m-product-archive>.row>.col-md-3 {
		display: none;
    }
}

div#tab-description table td, div#tab-description table th {
    border: 1px solid lightgray;
    padding: 0.5rem;
}

div#tab-description table {
    margin-top: 1rem;
}

ul.wc-block-product-categories-list--depth-1 a {
    color: inherit;
}

ul.wc-block-product-categories-list--depth-0>li {
    margin-bottom: 0.5rem;
}

.woocommerce-product-details__short-description {
    font-size: 0.875rem;
}