/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1.2
*/

@media(min-width:530px) {
    .container-2 {
        display:flex;
        /*
        justify-content:flex-start;
        justify-content:flex-end;
        justify-content:center;
        justify-content:space-around;
        justify-content:space-between;
        */
        justify-content:space-around;
        flex-direction:row;
        max-width: 100%;
        margin: 3em auto;
    }
}

.container-2 h3 {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    padding: 0;
}

.container-2 div {
    /*border:1px #ccc solid;*/
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.container-2 .box h3 {
    margin: 0;
}

.container-2 .box a {
    color: #333;
}

.box {
    flex: 1;
    box-sizing: border-box;
    margin-right: 1em;
    cursor: pointer;
    background-color: rgb(225,185,90);
}

.box:hover {
    filter: brightness(1.1);
}

/* .box-1 {
    background: #f3e3bd;
}

.box-2 {
    background: #edd59c;
}

.box-3 {
    background: #e7c77b;
}

.box-4 {
    background: #e1b95a;
} */


.mina-artiklar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 10px;
}

.mina-artiklar-header .actions {
    display: inline-block;
    align-items: center;
}

.mina-artiklar-header .actions div {
    display: flex;
}

/* Active color */
span.product-view {
    display: flex;
    color: #d23232;
    fill: #d23232;
    cursor: pointer;
}

span.product-view.grid {
    margin-right: 0.3rem;
}

span.product-view.list {
    margin-left: 0.3rem;
}

/* span.product-view a {
    color: orange;
    fill: orange;
} */

span.product-view:hover {
    color: #d26432;
    fill: #d26432;
}


.actions div a span {
    color: #222;
    fill: #222;
}

svg.icon.icon--inline.view-options__icon {
    width: 20px;
    height: 20px;
}

span.product-view svg {
    margin-left: 0.1rem;
}

.filters-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters {
    width: 60%;
}

.filters-wrapper .filters div div {
    display: flex;
    /* justify-content: space-between; */
}

.bapf_body {
    width: 100%;
    margin-left: 0.8rem;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    height: 500px;
}


/* Hide price until logged in */
.ced_hpul_single_summary_wrapper {
    margin: 1rem 0;
}

/* .ced_hpul_login_link {
    margin-left: 0;
} */


a#ced_hpul_login_link {
    color: #e1b95a;
}

a#ced_hpul_login_link:hover {
    color: #d26432;
}

span.ced_hpul_login_link:nth-of-type(2) {
    margin-left: 0;
}


.mycheckbox a {
    color: #e1b95a;
}

.mycheckbox a:hover {
    color: #d26432;
}


.ui-datepicker .ui-widget-content {
    background: #999 none;
}

.ui-datepicker-calendar{
    background-color: #fff;
    font-family: "Source Sans Pro", sans-serif;
}

.ui-widget-header{
    background-image: none;
    background-color: #fff;
    border: none;
}

.ui-datepicker-calendar a.ui-state-default { background: #fff; }

.ui-datepicker-title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}
.ui-datepicker-today a.ui-state-highlight {
    /* border-color: red; */
    /* font-weight: 700; */
    color: #000;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    /* background-color: #ff00002e !important; */
    font-weight: 700;

}

.gen-pdf {
    padding: 1rem;
    background-color: #e2b95a;
    width: 12rem;
    cursor: pointer;
}



@media screen and (max-width: 768px) {
    .quantity.buttons-added {
        justify-content: center !important;

    }
}


@media (max-width: 1024px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}

.header-wrap {
    z-index: 1000;
}

@media (max-width: 768px) {
    .site-header {
        display: none;
    }
}




@media (max-width: 768px) {
    .top-bar {
        display: none;
    }
}

.woocommerce ul.products li.product {
    border: 1px solid #e1b95a;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.woocommerce .product img {
    border-style: solid;
    border-width: 1px;
    border-color: #e1b95a;
    padding: 10px;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: none !important;
    }

    @media (max-width: 768px) {
        .nav-align-right .inside-navigation,
        .nav-align-center .inside-navigation {
            justify-content: flex-start;
        }
    }

    .nav-below-header .main-navigation .inside-navigation.grid-container,
    .nav-above-header .main-navigation .inside-navigation.grid-container {
        padding: 0px 56px 0px 0px !important;
    }

    .concil-link-color {
        color: red;
    }
}

.subscribe-modal {
display: none;
position: fixed;
z-index: 999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
animation: fadeIn 0.4s ease-in-out;
}
.subscribe-modal-content {
background: #fff;
border-radius: 16px;
max-width: 520px;
padding: 2rem;
margin: 10% auto;
position: relative;
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
animation: slideDown 0.5s ease;
}
.close-modal {
position: absolute;
top: 12px;
right: 16px;
font-size: 1.6rem;
color: #777;
cursor: pointer;
transition: color 0.3s ease;
}
.close-modal:hover { color: #000; }
.custom-subscribe-form { text-align: center; font-family: "Inter", sans-serif; }
.custom-subscribe-form .form-group { display: flex; gap: 0.5rem; justify-content: center; }
.custom-subscribe-form input[type="email"] {
flex: 1; padding: 0.75rem 1rem; border-radius: 30px; border: 1px solid #ddd;
}
.custom-subscribe-form input[type='submit'] {
background: linear-gradient(135deg, #4f46e5, #6366f1);
color: #fff; border: none; border-radius: 30px;
padding: 0.75rem 1.5rem; cursor: pointer; font-weight: 600;
transition: all 0.3s ease;
}
.custom-subscribe-form input[type='submit']:hover {
background: linear-gradient(135deg, #4338ca, #4f46e5);
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(79,70,229,0.3);
}
.form-footer{
    margin-top: 10px;
}
@keyframes fadeIn { from{opacity:0;} to{opacity:1;} }
@keyframes slideDown { from{transform:translateY(-20px);opacity:0;} to{transform:translateY(0);opacity:1;} }

/* Disable body scroll when modal is open */
body.modal-open { overflow: hidden; }