/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.video-container {position:relative;padding-bottom:56.25%;padding-top:0px;height:0;overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed {position:absolute;top:0;left:0;width:100%;height:100%;}

.product-size li label span{width: 60px!important; padding: 0px 10px;}
.discounted-nornal-price{text-decoration: line-through;}
.product-size li label input:checked + span{
    background-color: #2250fc!important;
    border-color: #2250fc!important;
    color: #fff!important;
}

.post-item .post-item-description .post-meta-user{
    color: #C2C2C2;
    position: relative;
    top: -4px;
    font-size: 12px;
    margin-right: 8px;
}

.post-item .post-item-description .post-meta-user i{
    margin-right: 4px !important;
}

.post-item .post-item-description .post-meta-user a{
    
}

.single-post .post-item .post-item-description .post-meta-user{
    color: #777;
    font-size: 13px;
    margin-right: 16px;
    position: relative;
    top: -4px;
}
.single-post .post-item .post-item-description .post-meta-user i{
    margin-right: 4px !important;
}
.single-post .post-item .post-item-description .post-meta-user a{
    color: #777;
}

.alert .close {
    font-size: 20px; /* Méret beállítása */
    font-weight: bold;
    color: #fff; /* Fehér szín */
    background-color: transparent!important; /* Átlátszó háttér */
    border: none; /* Nincs keret */
    padding: 5px 10px; /* Térköz */
    cursor: pointer; /* Kéz kurzor */
    position: absolute; /* Pozicionálás */
    top: 5px; /* A gomb pozíciója */
    right: 10px; /* A gomb pozíciója */
}

.alert .close:hover {
    color: #000!important; /* Piros szín hover-re */
}

.cart-product-quantity .qty{
    outline: none;
}

.cart-product-quantity .minus:hover, .cart-product-quantity .plus:hover {
    background-color: #eee;
    border: 1px solid #eee;

}

.product-hot:has(+ .product-sale) {
    right: 60px; /* Példaérték, hogy jobban elcsússzon */
}
.custom-seperator{
    clear: both;
    height: 10px;
    width: 100%;
    margin: -10px 0px;
}

/* Alapértelmezett minden napra */
.bootstrap-datetimepicker-widget td.day {
    color: #007bff; /* például Bootstrap kék */
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* Hover hatás */
.bootstrap-datetimepicker-widget td.day:hover {
    background-color: #cce5ff;
}

/* Már kiválasztott napra */
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #007bff;
    color: white;
}

/* A tiltott napok stílusa – már nálad működik */
.bootstrap-datetimepicker-widget td.disabled {
    color: #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}

.product .product-title{
    max-width: 100%;
    
}

.product .product-title h2{
    font-size: 2em;
}

.product .product-price{
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: left;
}

.product-sale-off-mini{
    background: #ffc300;
    color: #ffffff;
    font-size: 11px;
    font-weight:600;
    text-align:center;
    text-shadow:1px 2px 1px rgba(0, 0, 0, 0.14);
    padding: 4px 8px;
    margin:0px 5px;
    font-family: "Poppins", sans-serif;
}




@media (max-width: 767.98px) { /* Bootstrap sm breakpoint */
    .product-prices tr{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .product-prices td.cart-product-price {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-prices td.cart-product-quantity {
        flex-basis: 50%;
        min-height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-prices td.cart-product-subtotal {
        flex-basis: 50%;
        min-height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .proqduct-prices td {
        display: block;
        width: 100% !important;
        text-align: center!important; /* opcionális, ha nem kell a text-end */
    }
}