:root {
    --acc-color-1:rgba(233,181,7,1);
    --bck-color-1:rgba(71,10,12,1);
    --bck-color-2:rgba(193,28,32,1);
}

#header {
    position: sticky;
    top: 0px;
}

.header-nav {
}

body {
    font-family: "BioRhyme", serif !important;
}
.mkd_bck_1 {
    background-color:var(--bck-color-1);
    color:white;
}

.mkd_bck_2 {
    color:white;
    background-image: url('/themes/makadag/assets/media/back_contact.jpg');
    background-size: cover;
    background-position: center center;
}

.mkd_section {
    padding-top:120px;
    padding-bottom:120px;

}

.mkd_product_farme {
    position: relative;
    width:calc(100% - 60px);
    aspect-ratio:1/1;
    border:6px var(--acc-color-1) solid;
    margin:30px;
    margin-top:80px;
    margin-bottom:80px;
}

.mkd_product_img {
    position: absolute;
    left:10px;
    top:10px;
    right:10px;
    bottom:10px;
    background-size: cover;
    background-position: center center;
}

.mkd_product_label {
        position: absolute;
    transform: rotateZ(-90deg);
    transform-origin: right;
    top: -14px;
    left: -12px;
    height: 28px;
    width: calc(100% + 7px);
    text-transform: uppercase;
    color: var(--acc-color-1);
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    font-weight: 800;
    font-size: 1.3em;
}

.mkd_align_center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

button {
    background-color:unset;
    border:solid 2px;
    border-radius:10px;
    padding:10px 20px;
    font-weight: 600;
}

.mkd_color_1 {
    color:var(--acc-color-1);
}

.mkd_overlay {
    background-image: url('/themes/makadag/assets/media/back_pres.jpg');
    background-size: cover;
    background-position: center center;
    margin-left:-15px;
    margin-right:-15px;
    color:white !important;
}

.mkd_portrait {
    position: absolute;
    width:140%;
    margin-left:-50%;
    margin-top:-20%;
}

.mkd_align_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    text-align: right;
    gap: 25px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.mkd_contact_form form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap:16px;
    padding-top:50px;
    justify-content: flex-end;
}

.mkd_contact_form form *{
    flex: 0 0 calc(50% - 8px);
    
}

.mkd_field {
    position: relative;
    height:50px;
    overflow: hidden;
    border:2px solid white;
    border-radius:10px;
    
}

.mkd_field label {
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    height:46px;
    color:white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-left:10px;
    margin-bottom:0px;
transition:all 0.3s ease;
    font-size:1em;
}

.mkd_field input {
    position: absolute;
    top: 13px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:unset;
    border:none;
    color:white;
    padding:10px;
    z-index: 10;
    outline: none;
}

.mkd_field textarea {
    position: absolute;
    top: 13px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:unset;
    border:none;
    color:white;
    padding:10px;
    z-index: 10;
    outline: none;
}

.mkd_field input::placeholder, .mkd_field textarea::placeholder {
  color: rgba(0,0,0,0);
}

.mkd_field input:not(:placeholder-shown) ~ label, .mkd_field input:focus ~ label, .mkd_field textarea:not(:placeholder-shown) ~ label, .mkd_field textarea:focus ~ label {
    font-size: 0.7em;
    top:-10px;
}

.mkd_section td p {
    margin-bottom:0px;
    color:white;
    font-size:1.2em; 
    line-height: 1.2em;
        font-weight: 200;
}

.mkd_section td {
    padding:10px;
    vertical-align: baseline;
    font-size:1.2em; 
}

p {
    font-weight: 200;
    font-size:1.2em;
    line-height: 1.2em;
}

#content p {
    font-weight: 400;
    font-size:1em;
    line-height: 1.2em;
}

.cms-category a, .category a , .link a {
    color:rgba(193,28,32,1) !important;
}

.mkd_header_logo {
        background-image: url(/themes/makadag/assets/media/header_back.svg);
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 300px;
    padding: 30px 40px;
    padding-top: 80px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
       margin-bottom: -30px;
    margin-top: -110px;
}

 #search_widget {display: none;}


.menu {width:100%;}
.top-menu {
    
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;

}
.mkd_pro_1 {
    background-image:url('/themes/makadag/assets/media/DSC03426.jpg');
}

.mkd_pro_2 {
    background-image:url('/themes/makadag/assets/media/DSC03416.jpg');
}

.mkd_pro_3 {
    background-image:url('/themes/makadag/assets/media/DSC03435.jpg');
}

.mkd_landing {
    height:90vh;
    background-size:cover;
    background-position: center center;
}

.mkd_land_1 {
    background-image:url('/themes/makadag/assets/media/landing_back.png');
}

.mdk_text_zone {
    position: absolute;
    height:80%;
    aspect-ratio:1/1;
    max-width:80%;
    display: flex;    
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap:35px;

}

#header .header-top {
    padding:6px;
}

#contact-link {
    display: none;
}

.mkd_hd_log_sm {
    display: none;
}

.mkd_prt_container {
    min-height: 300px;
}

.mkd_mobile_ico {
        background-image: url(/themes/makadag/assets/media/header_back.svg);
    background-position: center center;
    background-size: cover;
        cursor: pointer;
        line-height: 30px;
    width: 50px;
    padding:10px;
}


@media (max-width: 1199px) {
    
    
        .mkd_product_farme {
            margin: 15px;
    margin-top: 80px;
    margin-bottom: 80px;
            width: calc(100% - 30px);
        border: 5px var(--acc-color-1) solid;
    }
    
    .mkd_product_img {

    left: 9px;
    top: 9px;
    right: 9px;
        bottom: 9px;
    }
    
    .mkd_product_label {
            font-size: 1.15em;
                    top: -14px;
        left: -14px;
        height: 28px;
    }
    
    
}


@media (max-width: 991px) {
    
    .mkd_portrait {
    position: absolute;
    width:90%;
    margin-left:-40%;
    margin-top:-20%;
}
    
    .mkd_prt_container {
    min-height: 350px;
}
    
    
    .mkd_header_logo {
        width:100px;
        background-position: bottom center;
            padding: 15px 15px;
        padding-top: 80px;
    }
    .mkd_hd_log {
        display: none;
    }
    
    .mkd_hd_log_sm {
    display: block;
}
    
    .mkd_product_farme {
            margin: 5px;
    margin-top: 80px;
    margin-bottom: 80px;
            width: calc(100% - 10px);
        border: 5px var(--acc-color-1) solid;
    }
    
    .mkd_product_img {

    left: 8px;
    top: 8px;
    right: 8px;
        bottom: 8px;
    }
    
    .mkd_product_label {
            font-size: 1em;
            top: -12px;
    left: -12px;
    height: 24px;
    }
}

@media (max-width: 767px) {
    
        .mkd_portrait {
    position: absolute;
    width:110%;
    margin-left:-40%;
    margin-top:-20%;
}
    
    .mkd_prt_container {
    min-height: 400px;
}
    
    .mkd_product_farme {
            margin: 60px;
    margin-top: 80px;
    margin-bottom: 80px;
            width: calc(100% - 120px);
        border: 5px var(--acc-color-1) solid;
    }
    
    .mkd_product_img {

    left: 9px;
    top: 9px;
    right: 9px;
        bottom: 9px;
    }
    
    .mkd_product_label {
            font-size: 1.15em;
                    top: -14px;
        left: -14px;
        height: 28px;
    }
    #header .header-top {
    padding:0;
}
    .mkd_header_logo {
        display: none;
    }
}

@media (max-width: 575px) {
    
    .mkd_contact_form form * {
    flex: 0 0 100%;
}
    
    .mkd_prt_container {
    min-height: 75vw;
}
}
    @media (max-width: 429px) {
    
    .mkd_product_farme {
            margin: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
            width: calc(100% - 60px);
    }
    
    
}

@media (max-width: 361px) {
    
    .mkd_product_farme {
            margin: 5px;
    margin-top: 80px;
    margin-bottom: 80px;
            width: calc(100% - 10px);
    }
    
    
}




#footer {
    padding-top:0px !important;
}

.block-category {
    display: none;
}

#subcategories {
    display: none;
}

.product-flag {
        background-color: #ef3c23;
}

.sub-menu {
    display: none;
}
#footer a {
    color:inherit;
    margin-left:15px:
}

.mdk_footer_elm {
    margin-left:15px;
}
