/* 

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;
}

.gallery-thumb-images{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
    display: block;
    line-height: 0; 
    transition: all .3s;
}
.gallery-thumb-images:hover{
    transform: scale(1.1);
}

.product .product-title{
    max-width: 100%;
    
}

.product .product-title h2{
    font-size: 2em;
}

.product .product-price{
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.partner-ar, .lista-ar{
    float: left;
    width: 100%;
}

.partner-ar{
    color: #16C60C;
}
.partner-ar .product-price ins{
    color: #16C60C;
}

.lista-ar{
    color: #004595;
}
.lista-ar .product-price ins{
    color: #004595;
}

.product .product-price ins{
    
    font-weight: bold;
    font-size: 24px;
}

.product .product-netto-price{
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    font-size: 14px;
    
}
.product .product-netto-price ins{
    font-weight: bold;
}

select.no-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none !important;
}