div#checkout-checkout {
      background-color: #FAF9FA;

    
    div#content {
		display: flex;
		margin: auto;
		align-self: center;
		float: none;
		width: 90%;
    }

    .check-column {
		background-color: #fff;
		margin: 12px;
		border: 1px solid #ddd;
		border-radius: 15px;
		}

	tfoot tr:last-child td.text-right {
		font-size: 24px;
		font-weight: 600;
	}

	table.table.table-hover img {
		max-width: fit-content;
	}

	select, option, label  {
		font-size: 16px !important;
	}

	.form-group label {
		display: none;
	}

	.form-group {
		width: 100%;
	}

	.form-control {
		border-radius: 7px;
		font-size: 14px !important;
		width: 97%;
		float: left;
		margin-right: 1%;
	}

	#collapse-checkout-confirm .buttons * {
		border-radius: 12px !important;
	}

	.form-group.required:after {
		content: "* ";
		color: #f00;
		font-weight: 600;
		float: left;
	}

}
body {
    width: unset;
}
/* ============================================
   HEADER - LAYOUT
 /* ===== HEADER CONTAINER ===== */
div#checkout-checkout {
      background-color: #FAF9FA;

    
    div#content {
		display: flex;
		margin: auto;
		align-self: center;
		float: none;
		width: 90%;
    }

    .check-column {
		background-color: #fff;
		margin: 12px;
		border: 1px solid #ddd;
		border-radius: 15px;
		}

	tfoot tr:last-child td.text-right {
		font-size: 24px;
		font-weight: 600;
	}

	table.table.table-hover img {
		max-width: fit-content;
	}

	select, option, label  {
		font-size: 16px !important;
	}

	.form-group label {
		display: none;
	}

	.form-group {
		width: 100%;
	}

	.form-control {
		border-radius: 7px;
		font-size: 14px !important;
		width: 97%;
		float: left;
		margin-right: 1%;
	}

	#collapse-checkout-confirm .buttons * {
		border-radius: 12px !important;
	}

	.form-group.required:after {
		content: "* ";
		color: #f00;
		font-weight: 600;
		float: left;
	}

}

/* ============================================
   HEADER - LAYOUT
 /* ===== HEADER CONTAINER ===== */
header {
    z-index: 4;
    position: relative;
	background-color: transparent;
}

header > .container {
    display: flex !important;
    flex-direction: column !important;
    background: white;
    width: 100vw;
    max-width: 1920px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 !important;
    z-index: 999;
}

/* ===== SEARCH OVERLAY ===== */
#search_contents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999999;
    padding: 0 20px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
}

#search_contents .close_button {
    cursor: pointer;
    top: 35px;
    right: 100px;
    position: absolute;
}

#search_contents #search {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== TOP ROW: search toggle | logo | icons ===== */
#header_sections_container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 1920px;
    background: white;
    padding: 12px 24px !important;
}

#header_sections_container > div {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    width: auto !important;
}

.header_left_section {
    flex: 1 !important;
    justify-content: flex-start !important;
}

.header_mid_section {
    flex: 0 0 auto !important;
    justify-content: center !important;
}

.header_right_section {
    flex: 1 !important;
    justify-content: flex-end !important;
}

/* ===== BOTTOM ROW: menu ===== */
/* ===== MENU ROW ===== */
#header_menu_row {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    border-top: 1px solid #f0f0f0;
    padding: 0 !important;
    background: white;
}



/* ===== FIX search toggle bullet ===== */
.header_left_section li {
    list-style: none !important;
}
.container.main-menu.mega-menu-cont-main {
    display: flex;
    justify-content: center;
}
/* ===== MEDIA: responsive ===== */
@media (min-width:768px){
	#header_menu_row ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 24px;
}

#header_menu_row ul li {
    display: inline-flex !important;
    white-space: nowrap;
	}
	#header_sections_container .header_left_section { order: 0 !important; }
	
	#header_sections_container {
    transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.3s ease;
    max-height: 200px;
    opacity: 1;
    overflow: hidden;
}

#header_sections_container {
    transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.3s ease;
    max-height: 200px;
    opacity: 1;
    overflow: hidden;
	box-shadow: unset;
}

.sticky_enabled #header_sections_container {
    max-height: 0 !important;
    opacity: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


#header_menu_row {
    top: 0;
    z-index: 999;
    background: #fff; /* kendi renginizle değiştirin */
    transition: box-shadow 0.3s ease;
}

.sticky_enabled #header_menu_row {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	position: fixed;
	left:0;
}

header > .container {position: relative;}
header >.top-bar-beautifulshop{ margin-top: 0; background-color: #0d0d0d;}
.info-container {display:none !important;}
.topbar-content.margin50 { margin-top: 0px; }
.topbar-content p,.topbar-content a { color: #fff; }
	
}
.banner-btn-wrap {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.banner-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    border: 2px solid #333;
    transition: all 0.3s ease;
}

.banner-btn:hover {
    background-color: #333;
    color: #fff;
}

.topbar-content:not(header .topbar-content) {
    display: none;
}
.dropdown-menu.mega-menu { max-width: 1920px; }
.info-content{ display: none ;margin-top: 0 !important;}
#header_sections_container { margin-left: 0; }




/* 1. ΣΤΥΛ ΓΙΑ ΟΛΕΣ ΤΙΣ ΣΥΣΚΕΥΕΣ (Κοινά στοιχεία) */
.buttons_section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

#button-cart {
    background-color: #b30b26; /* Το κόκκινο της φωτογραφίας */
    border: none;
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: background 0.3s;
}

.wishlist_button svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
}


footer #back_to_top { bottom: 75px; }

.alert-success.tk_add_to_cart, .alert {
    position: fixed;
    z-index: 99999999999 !important;
    top: 50% !important;
    left: 50% !important;
    text-align: center !important;
    border-radius: 0 !important;
    width: 420px !important;
    max-width: calc(100vw - 30px);
    background: white !important;
    padding: 25px 30px 30px !important;
    margin-bottom: 0 !important;
    margin-right: 0;
    margin-left: 0;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.4) 0 60px 40px -7px, 0 0 2000px #ddd;
    opacity: 0;
    transform: translate(-50%, 0%);
    -webkit-animation-name: gradual_appearance;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-name: gradual_appearance;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    font-size: 16px !important;
    border: 5px solid #ccc !important;
}

.category_intro_section {
    background-color: #e1dede;
    padding: 20px 15px;
    height: auto;
}
.breadcrumb {top:0;}
.has-children .row.category-content {
   display: block !important; 
}
/* 2. ΣΤΥΛ ΜΟΝΟ ΓΙΑ DESKTOP (Οθόνες πάνω από 768px) */
@media (min-width: 768px) {
    .buttons_section {
        position: relative; /* Εδώ το κουμπί μένει στη θέση του */
        width: 100%;
        justify-content: flex-start;
    }
    
    #button-cart {
        min-width: 250px; /* Για να είναι επιβλητικό στο desktop */
    }
}



/* 3. ΣΤΥΛ ΜΟΝΟ ΓΙΑ MOBILE (Οθόνες κάτω από 767px) */
@media (max-width: 850px) {
	
	#product .wishlist_button {
        position: fixed !important;
        display: block !important;
        z-index: 9999;
        left: 0;
        bottom: 55px;
    }
    .mobile-bottom-panel {
        width: 130px !important;
    }
	#product .form-group.buttons_section .btn:not(#compare-total):not(#grid-view):not(#list-view):not([data-toggle="tooltip"]) 
	{
		width: calc(100% - 100px) !important;
	}
    #product .stepper_section {
        margin-bottom: 65px !important;
    }
    .buttons_section {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px 15px;
        box-shadow: 0 -4px 12px rgba(0,0,0,0.12);
        z-index: 9999;
        margin-top: 0;
        justify-content: space-between;
    }

    #button-cart {
        flex: 1; /* Το κουμπί παίρνει όλο τον διαθέσιμο χώρο ανάμεσα στα άλλα δύο */
        margin: 0 10px;
        font-size: 13px;
    }

    .stepper_section {
        flex: 0 0 auto;
    }

    /* Προσθέτουμε κενό στο τέλος της σελίδας για να μην κρύβεται το περιεχόμενο */
    body {
        padding-bottom: 80px; 
    }
}

@media (min-width: 1350px) {
    header > .container {
        max-width: 1920px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	#header_sections_container>div:nth-child(2) {
        width: 230px !important ;
        justify-content: center !important;
    }
}
	
	

@media (min-width: 768px) {
    div#header_menu_row {
        background-color: #b60525;
    }

    #menu .nav>li>a {
        color: #fff;
    }
}

#menu .nav.navbar-nav>li:hover>a {
    border-radius: 70px;
    z-index:-1;
}


@media (max-width: 768px) {
    header {display: inline-flex;}
    
    .container.main-menu.mega-menu-cont-main {
        justify-content: end;
        margin-right: 26px;
    }

    .top-bar-beautifulshop {
        display: none;
    }
}

#product-category .subcategories_section>.section_title{

    font-size: 26px;
}
	
.subcategories_container {
    display: inline-block;
}

.subcategories_container .subcategory_item {
    float: left;
    width: 200px;
    background-color: #dfdbdb;
    margin: 10px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subcategory_image {
    padding: 0;
}

.subcategories_container .subcategory_item .subcategory_name {
    position: relative;
    line-height: 23px;
    font-size: 20px;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
}

.subcategory_image {
    display: none;
}

.filters_toggle.desktop {}

.filters_toggle.desktop .open_filters {
    border-bottom: 2px solid #c9c9c9;
    padding: 20px;
}

.filters_toggle.desktop .open_filters::before {
    color: #fff;
}

