/* kategória listázó befoglalói */
.content-webshop-left{
    width:260px;
    float:left;
}
.content-webshop-right{
    width:1300px;
    float:left;
}
@media only screen and (max-width: 1620px){
    .content-webshop-left{
        width:260px;
    }
    .content-webshop-right{
        width:1000px;
    }
}
@media only screen and (max-width: 1320px){
    .content-webshop-left{
        width:100%;
    }
    .content-webshop-right{
        width:100%;
    }
}
/* a smallproduct formázás, mindehol ugyanúgy néz ki max a méretek mások! */
/* SMALLPRODUCT */
/* mindenütt ugyanakkora a méret csak a margin változik!!! */
.smallproduct{
    width:246px;/* állítani */ 
    float:left;
    height:100%;
    border: 1px solid #C9C9C9;
    margin:5px 7px 0 7px; /* állítani */
    background-color:#fff;
}
.smallproduct .wsr-box{
    position:relative;
}
.smallproduct .wsr-img{
    width:244px;/* állítani */
    height:244px;/* állítani */
}
.smallproduct .wsr-img a{
    display: block;
    width:calc(100% - 4px);
    height:calc(100% - 4px);
    margin:2px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#ffffff;
    transition: 0.3s;
    border: 1px solid transparent;
}
.smallproduct .wsr-img.nopic a::after {
    height: 100%;
    width: 100%;
    content: "\f030";
    font-family: "Font Awesome 5 Free";
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: var(--vilagosszurke);
    opacity: 0.5;
}
.smallproduct .wsr-img a .item_prop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22%;
}
.smallproduct .wsr-img a .item_prop::after{
    content:"";
    display:block;
    float:none;
    clear:both;
}
.smallproduct .wsr-img a .item_prop span{
    display:block;
    float:left;
    width: 22%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.smallproduct .wsr-img a .item_prop span:not(:first-of-type){
    margin-left:1%;
}
.smallproduct .wsr-img a .item_prop span.new{
    background-image: url(../gfx/prop_uj.png);
}
.smallproduct .wsr-img a .item_prop span.sale{
    background-image: url(../gfx/prop_szazalek.png);
}
.smallproduct .wsr-img a .item_prop span.km1{
    background-image: url(../gfx/prop_mostvedd.png);
}
.smallproduct .wsr-img a .item_prop span.km5{
    background-image: url(../gfx/prop_extraar.png);
}
.smallproduct .wsr-img:not(.nopic) a:hover {
    transform: scale(1.1,1.1);
    box-shadow: 0 10px 5px rgba(0,0,0,0.2);
    border-color: #ccc;
    z-index: 1;    
}
.smallproduct .wsr-img img{
    display:block;
    color: white;
    font-size: 8px;
    max-height:100%;
}
.smallproduct .wrp{
    margin: 5px 5px 15px 5px;
}
.smallproduct .wsr-title a{
    font-size:14px;
    line-height:1.6em;
    /*height:3.2em;*/
    width: 100%;
    display: block;
    /*overflow: hidden;*/
}
.smallproduct .cikksz{
    margin-top:10px;
    color:var(--sotetkek);
}
.smallproduct .wsr-price{
    position:relative;
    margin:10px 0 0 0;
}
.smallproduct .wsp-price{
    display: block;
    font-size:14px;
    line-height:20px;
    color:#767676;
    /* width:60%; */
}
.smallproduct .wsp-oldprice{
    display:none;
    /*display: block;
    font-size: 14px;
    line-height: 1.5em;
    height: 1.5em;
    text-decoration: line-through;*/
}
.smallproduct .wsp-currentprice,
.smallproduct .wsp-noprice{
    display:block;
    margin-top:4px;
    color:var(--piros);
    font-size:28px;
    line-height:20px;
    height: 42px;
    font-weight:bold;
}
.smallproduct .wsp-noprice{
    font-size:15px;
    text-align:center;
}
.smallproduct .wsp-pricepercent{
    width: 40%;
    display: block;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    text-align:right;
    margin-top:7px;
    line-height:21px;
}
.smallproduct .wsp-pricepercent span{
    font-size: 14px;
    line-height: 1em;
    font-weight:bold;
    padding:0 2px;
    border:1px solid #d41e37;
    color:#d41e37;
}
.smallproduct .wsp-basket{
    margin-top:5px;
    min-height:36px
}
.smallproduct .wsp-basket::after{
    content: "";
    display: block;
    float: none;
    clear: both;
}
.smallproduct .wsp-basket > span{
    /*margin: 3px;*/
    float: left;
    position:relative;
    margin-right:3px;
    height:36px;
    line-height:36px;
    display:block;
}
.smallproduct .wsp-basket span.pr_row_basket_amount{
    margin-right:0;
}
.smallproduct .wsp-basket span.pr_row_basket_amount input[type=text]{
    width: 40px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid var(--vilagosszurke);
    padding: 0 5px;
    text-align: right;
}
.smallproduct .wsp-basket span.pr_row_basket_blist a {
    overflow:hidden;
    color:transparent;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    position:relative;
    border:0;
}
.smallproduct .wsp-basket span.pr_row_basket_blist a::before{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    line-height:36px;
    content:"\f08a";
    font-family: FontAwesome;
    font-weight:normal;
    text-align:center;
    color: var(--vilagosszurke);
    font-size:24px;
    transition:0.3s all;
}
.smallproduct .wsp-basket span.pr_row_basket_blist a.onlist{
    pointer-events: none;
}
.smallproduct .wsp-basket span.pr_row_basket_blist a.onlist::before{
    content:"\f004";
    color:var(--piros);
}
.smallproduct .wsp-basket span.pr_row_basket_blist a:hover::before{
    font-size:28px;
}
.smallproduct .wsp-basket span.pr_row_plusminus{
}
.smallproduct .wsp-basket span.pr_row_plusminus > span{
    display:block;
    height:50%;
    width:36px
}
.smallproduct .wsp-basket span.pr_row_plusminus > span a{
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    color:transparent;
    position:relative;
}
.smallproduct .wsp-basket span.pr_row_plusminus > span a::before{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    line-height:17px;
    font-family: "Font Awesome 5 Free";
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight:900;
    text-align:center;
    font-size:20px;
    color:var(--vilagosszurke);
    background-color:#fff;
    transition:0.6s all;
}
.smallproduct .wsp-basket span.pr_row_plusminus > span.pr_row_basket_plus a::before{
    border-top: 1px solid var(--vilagosszurke);
    border-right: 1px solid var(--vilagosszurke);
    content:"\f0d8";
}
.smallproduct .wsp-basket span.pr_row_plusminus > span.pr_row_basket_minus a::before{
    border-right: 1px solid var(--vilagosszurke);
    border-bottom: 1px solid var(--vilagosszurke);
    content:"\f0d7";
}
.smallproduct .wsp-basket span.pr_row_plusminus > span.pr_row_basket_plus a:hover::before,
.smallproduct .wsp-basket span.pr_row_plusminus > span.pr_row_basket_minus a:hover::before{
    color:#fff;
    background-color:var(--kek);
    border-color:var(--kek);
}

.smallproduct .wsp-basket span.pr_row_basket_addtocart a {
    overflow:hidden;
    color:transparent;
    display: block;
    width: 36px;
    height: 36px;
    position:relative;
}
.smallproduct .wsp-basket span.pr_row_basket_addtocart a::before{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    line-height:34px;
    content:"\f291";
    font-family: "Font Awesome 5 Free";
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight:900;
    text-align:center;
    border:1px solid var(--sotetszurke);
    background-color: var(--sotetszurke);
    color:#fff;
    font-size:22px;
    transition:0.3s all;
}
.smallproduct .wsp-basket span.pr_row_basket_addtocart a:hover::before{
    background-color:var(--kek);
    color:#fff;
    border-color:var(--kek);
}

@media only screen and (max-width: 1620px){
    .smallproduct{
        margin-left:2px;
        margin-right:2px;
    }
}
@media only screen and (max-width: 1320px){
    .smallproduct{
        margin-left:17px;
        margin-right:17px;
    }
}
@media only screen and (max-width: 880px){
    .smallproduct{
        margin-left:27px;
        margin-right:27px;
    }
}
@media only screen and (max-width: 640px){
    .smallproduct{
        width:100%;
        padding-left:0;
        padding-right:0;
        margin-left:0;
        margin-right:0;
    }
    .smallproduct .wsr-img{
        width:120px;
        height:120px;
        float:left;
    }
    .smallproduct .wrp{
        width: calc(100% - 140px);
        float: left;
        margin: 10px;
    }
}
@media only screen and (max-width: 420px){
    .smallproduct .wsr-img{
        width:80px;
        height:80px;
    }
    .smallproduct .wrp{
        width: calc(100% - 90px);
        margin:5px;
    }
}


/* SMALLPRODUCT VÉGE */
/* kategória termékek (smallproduct) */
.part-webshop.result .smallproduct,
.part-webshop.index .smallproduct{
    /*width:232px;*/
}
.part-webshop.result .smallproduct .wsr-img,
.part-webshop.index .smallproduct .wsr-img{
    /*width:230px;*/
    /*height:230px;*/
}
@media only screen and (max-width: 1620px){
    .part-webshop.result .smallproduct{
        margin-left:3px;
        margin-right:3px;
    }
}
@media only screen and (max-width: 1320px){
    .part-webshop.result .smallproduct{
        margin-left:17px;
        margin-right:17px;
    }
}
@media only screen and (max-width: 880px){
    .part-webshop.result .smallproduct{
        margin-left:27px;
        margin-right:27px;
    }
}
/* kategória termékek (smallproduct) VÉGE */
/* flypage ajánlott termékek */
.flypage-ajanlott .smallproduct .wsp-oldprice{
    /*display:none;*/
}

@media only screen and (min-width: 1321px) and (max-width: 1620px){
    .flypage-ajanlott .smallproduct{
        width:206px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .flypage-ajanlott .smallproduct .wsr-img{
        width:202px;/* állítani */
        height:202px;/* állítani */
    }
}
@media only screen and (max-width: 1320px){
    .flypage-ajanlott .smallproduct{
        /*border-bottom-color:var(--halvanyszurke);*/
    }
}

/* flypage ajánlott termékek vége*/