/* Start Main Ruls*/
body {
	font-family: Arial;
	/*background-color:#ffffff;*/
	font-size: 16px;
	box-sizing: border-box;
	height: 100%;
    background: #f3f3f3;
    margin: 0;
    padding: 20px;
}
.asterisk {
	font-size: 30px;
    position: absolute;
    right: 30px;
    top: 8px;
    color: #f76868;
}
h1 {
	font-size: 55px;
	margin: 40px 0;
	font-weight: bold;
	color: #666;
}
/* End Main Ruls*/

/*Start Bootstrap Edit*/
/*Start navbar*/
.navbar {
	border-radius: 0;
	margin-bottom: o;
}
.navbar-inverse{
	background-color: #222 !important;
}
.navbar-inverse .navbar-brand {
	color: #ffffff !important;
	/*font-weight: bold;*/
	font-size: 20px;
}
.navbar-inverse .navbar-nav>li>a{
	color: #ffffff !important;
}
.nav>li>a, .navbar-brand {
	padding: 15px 12px;
}
.navbar-brand {
	font-size: 1em;
}
.navbar-inverse .navbar-nav  >.open>a,
.navbar-inverse .navbar-nav >.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.dropdown-menu {

    background-color: #98a4ac;
}
.dropdown-menu {
	min-width: 180px;
	padding: 0;
	font-size: 1em;
	border: none;
	border-radius: 0;
}
.dropdown-menu>li>a {
	color: #fff;
	padding: 10px 15px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color:#FFF;
	background-color: #1f1d20;
}
/*End navbar*/
.formcontrol {
	position: relative;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive, .thumbnail a>img,
.thumbnail>img {
    display: block;
    width: 255;
    height: 200px !important;
}
/*End Bootstrap Edit*/
/*marquee*/
.marquee {
  display: flex;
  overflow: hidden;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}


/*Start categories Page*/

.categories{
	color:#ffffff;
	/*font-weight: bold;*/
	font-size: 20px;
}

/*index*/

/* ===== GENERAL ===== */
/*body {
    background: #f8f9fa;
    font-family: 'Segoe UI', sans-serif;
}*/
.badge {
    background: #ff6210;
}

/* ===== HERO SLIDER ===== */
.hero-slider {
    overflow: hidden;
    background: #fff;
   padding-top: 30px;
    margin-top:5px;
    margin-bottom: 20px;
}

.slider-track {
    display: flex;
    gap: 60px;
    animation: slide 18s linear infinite;
}

.slider-track img {
    height: 80px;
    object-fit: contain;
}

@keyframes slide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ===== SECTION TITLE ===== */
.post h2 {
    background: #0d6efd;
    color: #fff;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 30px;
}

/* ===== PRODUCT CARD ===== */
.product-card {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all .3s ease;
    text-decoration: none;
    color: #333;
    margin-bottom: 30px;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.product-card:hover .product-title {
    color: var(--accent) !important;
}


.product-image {
    height: 200px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    max-height: 100%;
    max-width: 100%;
}

.product-body {
    text-align: center;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-price {
    color: #ff6210;
    font-weight: bold;
    font-size: 14px;
}


/*End index*/
.produit img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.item-box {
	position:relative;
	width: 100%;
	max-height: 400px;
}
.price-tag {
	background-color: #ff8f16; 
	padding: 2px 10px;
	position: relative;
	right: 0;
	bottom:10px;
	color: #FFF;
	margin-top: 10px;
}
/*End categories Page*/



/*Start Index page*/
.menu-band .transport {
	width: 150px;
	height: 100px;
}

.menu-band span {
	color:#ff8f16;
	font-size: 34px;
	font-weight: bold;
	
}
.type-cat {
	border-top: 2px solid #ef7C00 !important; 
	margin-bottom: 5px;
}




/*.homepage img {
	max-width: 100%;
	max-height: 150px;
}*/
/*.transport-service, .umzug-service {
	background-color: #e1d0bf;
}*/
/*.transport-service .attachement {
	max-width: 400px;

}*/
.services p {
	overflow: hidden;;
	margin-top: 30px;
    text-align:left;
	color: #000000;
	
}
.services .attachement img {
	max-width: 100%;
	max-height: 100%;
}

.transport-service,.umzug-service  {
	margin: 20px 20px auto;
}

.post .alert,.service-list .alert,
.services .alert{
	padding: 0px !important;
}
.service-list .alert-success{
	color: #000000 !important;
    background-color: #ff8f16 !important;
    border-color: #000000 !important;
	font-size: 1em;
}
.post .alert-info, .services .alert-info {
    color: #000000 !important;
    background-color: #ff8f16 !important;
    border-color: #000000 !important;
	font-size: 20px;
	margin-top: 0px;
}

/*product layout*/
.product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-image img {
  width:250px;
  height: 250px;
  object-fit: cover;
}


.product-gallery {
    display: flex;
    gap: 20px;
    align-items: flex-start;
	margin-top: 30px;
}

/* LEFT VERTICAL THUMBNAILS */
.thumbs-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.thumbs-left img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: 0.3s;
	
}

.thumbs-left img:hover {
    border-color: #000;
}

/* MAIN IMAGE */
.main-image {
    width: 400px;
    height: 450px;
    overflow: hidden;
    border-radius: 12px;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* ZOOM EFFECT */
.main-image:hover img {
    transform: scale(1.1);
}

/* BOTTOM THUMBNAILS */
.thumbs-bottom {
    margin-top: 25px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.thumbs-bottom img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.thumbs-bottom img:hover {
    border-color: #000;
}

/*End product layout*/


.item-img{
	margin-bottom: 10px;
	max-width: 100%;
	max-height: 100%;
}
.carousel-img {
    display: block;
    width: 255;
    height: 85px !important;
}
/*End Index Page*/
/*befristetes Angebot*/
.befristetes-angebot{
    background-color: #CC0C39 !important;
    padding: 4px 8px 4px 8px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
	color: #ffffff;
}
/*End befristetes Angebot*/
/*Recomended Price*/
.recomended-price{
	color: #444;
	text-decoration: line-through red;
}
/*End Recomended Price*/
/*Price percent*/
.price-percent{
	display: inline-block;
	font-weight: 300;
	font-size: 24px;
  	color: #ff8f16;
}
/*End Price percent*/
/*Product price*/
.product-price{
	font-size: 28px;
	font-weight: 600;
	margin-left: 20px;
	margin-bottom: 20px;
	
}
/*End Product price*/
/*add-cart*/
.add-cart{
	border: solid 1px #98a4ac;
	border-radius: 10px;;
	text-align: center;
	margin-left: 13px;
	margin-top: 30px;
	padding: 22px;
}
.add-cart >h3>h4>span{
	margin-right:20px;
}
.add-cart >span{
	background-color: #CC0C39;
    color:#ffffff;
    padding:3px;
}
.add-cart .check-transport-pay{
	color: #0000f9;
	margin-bottom: 20px;
}
.add-cart .warenkorb{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ff8f16;
	border-radius: 20px;
	font-size: 22px;
	color: #000000;
	padding: 10px;
}
.shop-now{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ff8f16;
	border-radius: 20px;
	font-size: 22px;
	color: #000000;
	padding: 10px;
}
/*End add-cart*/

/*Amazon Style*/
/*body {
    font-family: Arial;
    background: #f3f3f3;
    margin: 0;
    padding: 20px;
}

.topbar {
    background: #131921;
    color: white;
    padding: 10px;
}

.topbar a {
    color: #febd69;
    margin: 0 10px;
    text-decoration: none;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    gap: 15px;
}

.card {
    background: white;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

button {
    background: #ffd814;
    border: none;
    padding: 10px;
    cursor: pointer;
}
*/
/*End Amazon Style*/
/*cart*/
/*body {
    font-family: Tahoma, Arial, sans-serif;
    background: #f4f4f4;
    padding: 20px;
}*/

.cart-container {
    /*max-width: 720px;*/
    margin: auto;
    padding: 20px;
    border-radius: 10px;
}

.cart-container h2 {
    text-align: center;
}

.shipping p{
    font-size: 25px;
}

.cart-title{
    text-align: center;
    margin-top: 30px;
}
.cart-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ff8f16;
    /*padding: 15px 0;*/
    gap: 10px;
    background: #fff;
    
    
}
.cart-item img {
    max-width: 100%;
    height: auto;
    width: 80px;
    border-radius: 6px;
    margin-right:10px;
    margin-left: 10px;
    color:#000000;
}

.item-details {
    flex: 1;
    margin:5px;
    color:#000000;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    color:#000000;
    
}
 p{
    color:#000000; 
}
.quantity a{
    color:#000000;  
}
.quantity button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #ff8f16;  
}
.item-total {
    font-weight: bold;
    min-width: 80px;
    text-align: center;
    color:#000000;
}

.remove {
    background: none;
    border: none;
    color: rgb(0, 0, 0);
    font-size: 18px;
    cursor: pointer;
}
.cart-summary {
    text-align: center;
    background: #fff;
    
    
}
.cart-summary p{
    color: #000000;
}
.order-now {
    text-align: center;
    padding: 20px;
}
.cart-summary.subtotal{
    background-color: #ff8f16 !important;
}
.cart-summary a {
    background-color: #ff8f16;
    color: #000000 !important;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
}
.cart-summary a:hover {
    background: #000000;
    color: #ffffff !important;
}
.order input{
    padding:20px;
}
.order .btn{
    background: #ff8f16;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 21px;
    cursor: pointer;
    width: 100%;
}
/*Start Checkout */
.lieferung h2{
    text-align: center;
    margin-bottom: 30px;;
}
.lieferung h4{
    text-align: center;
    background: white;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 6px;
}
.price-item-total {
            max-width: 600px;
            margin: 10px auto;
            background: #fff;
            padding: 30px;
            text-align: center;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
/*.price-item-total {
    background-color: #CC0C39;
    padding:10px;
    border-radius: 6px;
    height: 200px auto;
}*/
.order-submit{
      background-color: #ff8f16;
      padding:8px;
      border-radius: 8px;
      width:100%;
      margin: 20px auto;
      margin-left: 30px;

}
.price-item-total button {
    background: #ff8f16;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 100%;
}

/*End Checkout*/


/*End cart*/
/*Start Low Pages*/
.impressum {
	margin: 20px auto;
	font-size: 20px;
}
/*End Low Pages*/
/*Start footer*/



.site-footer {
    background: #222 !important;
    color: #ccc;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.site-footer h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ff6210;
}

.social-links a {
    color: #fff;
    font-size: 18px;
    margin: 0 8px;
}

.social-links a:hover {
    color: #ff6210;
}

.site-footer hr {
    border-color: #444;
    margin: 25px 0;
}
/*End footer*/
/*Topbar*/
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background: #0F1111;
    color: #000000;
    font-size: 14px;
    border-radius: 5px;

}

.topbar a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px;
    font-size: 18px;
}

.topbar a.active {
    font-weight: bold;
    text-decoration: underline;
}
.topbar-left button{
    background-color: #f1f1f1;
}
.topbar-center a{
    background-color: #f1f1f1;
    color: #ff6210 !important;
    border-radius: 5px;
    padding: 5px;
}
.topbar-right a{
    background-color: #f1f1f1;
    color: #ff6210 !important;
    border-radius: 12px !important;
    padding: 5px;
    font-weight: none;
   
}
.topbar-right span{
    color: #ff6210 !important;
    font-weight: bold;

}
/*Flags*/
.flag-icon {
    width: 20px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}


/* ===== DARK MODE ===== */
body.dark-mode {
    background-color: #121212;
    color: #f1f1f1;
}

/* links */
body.dark-mode a {
    color: #9ecbff;
}

/* product cards */
body.dark-mode .item-box,
body.dark-mode .thumbnail {
    background-color: #1e1e1e;
    border-color: #333;
}

/* PRODUCT NAME (FIX) */
body.dark-mode .item-box h3,
body.dark-mode .caption h3 {
    color: #000000 !important;
}

/* price */
body.dark-mode .price-tag {
    color: #000000;
}

/* navbar */
body.dark-mode .navbar {
    background-color: #000;
    border-color: #333;
}

/* footer */
body.dark-mode .footer {
    background-color: #000;
    color: #ccc;
}

/* RTL / LTR safe */
body.dark-mode[dir="rtl"] {
    direction: rtl;
}

/* ===== PRODUCT TEXT FIX (DARK MODE) ===== */
.product-title,
.product-card h3,
.product-card h4,
.caption h3,
.caption h4 {
    color: var(--text) !important;
}
/* =========================
   DARK MODE VARIABLES
========================= */
/*:root {
    --bg: #ffffff;
    --text: #222;
    --card: #ffffff;
    --border: #ddd;
    --accent: #ff6210;
}

body.dark-mode {
    --bg: #121212;
    --text: #e0e0e0;
    --card: #1e1e1e;
    --border: #333;
    --accent: #ff8c42;
}*/

/* =========================
   GLOBAL
========================= */
/*body {
    background-color: var(--bg);
    color: var(--text);
    transition: background-color .3s, color .3s;
}
*/
/* Cards / Products */
/*.product-card,
.thumbnail,
.item-box {
    background: var(--card);
    border-color: var(--border);
}*/

/* Navbar */
/*.navbar {
    background: var(--card);
    border-color: var(--border);
}

.navbar a {
    color: var(--text) !important;
}*/

/* Footer */
.site-footer {
    background: var(--card);
    color: var(--text);
    border-top: 1px solid var(--border);
}

/* Buttons */
.btn,
.pagination > li > a {
    background: var(--card);
    color: var(--text);
    border: 1px solid var(--border);
}

.pagination > .active > a {
    background: var(--accent);
    color: #fff;
}

/* Links */
a {
    color: var(--accent);
}

a:hover {
    opacity: .8;
}


/* 📱 Mobile */
@media (max-width: 600px) {
    .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }
    

    .item-total {
        align-self: flex-end;
    }
}
@media (max-width: 768px) {
    .cart-item {
        flex-direction: column;
        text-align: center;
    }

    .quantity {
        justify-content: center;
    }
}



