/* 

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;
}