/* termék kép lapozó */
.prodPicList {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.prodPicList > li  {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 0 calc(100% - 2px) 0;
    grid-column: span 2;
    border: 1px solid var(--skin-colorG4);
}
.prodPicList > li.selected {
    border: 1px solid var(--skin-colorP2) !important;
}
.prodPicList > li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    inset: 0;
}

/* 2021 */
.ATDSHOP .LIST .OPTIONS {
    flex-basis: 100%;
    padding: 0.5em var(--skin-gap) ;
    font-size: 0.9em;
	display:flex;
	justify-content: space-between;
}
.ATDSHOP .LIST .OPTIONS select,
.ATDSHOP .LIST .OPTIONS button {
	border: none;
/*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none; 
*/
	color: inherit;
    background-color: inherit;
	padding: inherit;
    font-size: 1.5em;
    text-transform: uppercase; 
	cursor: pointer;
	box-shadow:none;
}
.ATDSHOP .LIST .OPTIONS select:first-child{
	margin-right: 1em;
}



@media screen
and (max-width: 768px) {
        .ATDSHOP .FILTER .content {
            display: none;
        }
        .ATDSHOP .FILTER .content ul > li ul {
            display: none;
        }
}

@media screen
and (min-width: 769px) {
    .ATDSHOP {
        display: flex;
    }
    .ATDSHOP .FILTER {
        flex-basis: 300px;
    }
    .ATDSHOP .LIST {
        flex-basis: calc(100% - 300px);
        flex-grow:1;
    }
}

/* termék kép lapozó */
/* 2016 */
/*
.prodPicList {

}
.prodPicList li div {
    border: solid 2px rgba(255,255,255,0) !important;

}
.prodPicList li.selected div {
    border: #999 solid 2px !important;

}
*/
.eCommWebshopDetailsPicture div.prev,
.eCommWebshopDetailsPicture div.next {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #f7f7f7;
    z-index: 3;
    text-align:center;
    display: none;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.eCommWebshopDetailsPicture:hover div.prev,
.eCommWebshopDetailsPicture:hover  div.next {
    display: block;
    cursor: pointer;
}
.eCommWebshopDetailsPicture div.prev:hover,
.eCommWebshopDetailsPicture div.next:hover {
    background-color: rgba(0,0,0,0.2);
}
.eCommWebshopDetailsPicture div.prev:before,
.eCommWebshopDetailsPicture div.next:before {
    font-size: 5em;
    position: absolute;
    display: block;
    top: calc(50% - 0.5em);
    font-family: "ElegantIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;	
}
.eCommWebshopDetailsPicture div.prev {
    left: 0;
    right: 90%;
}
.eCommWebshopDetailsPicture div.next {
    left: 90%;
    right: 0%;
}
.eCommWebshopDetailsPicture div.prev:before {
    content: "4";
    left: calc(50% - 0.5em);
}
.eCommWebshopDetailsPicture div.next:before {
    content: "5";
    right: calc(50% - 0.45em);
}
/*
ul.prodPicList {
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
    margin-top: 5px;
}
ul.prodPicList > li  {
    cursor: pointer;
    width: 20%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
*/

/* 2016-09 storage display */

div.storageDisplay {
    border: 1px solid #E9E9E9;
    font-size: 1em;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    clear: both;
    background-color: #FFF;
align-self: center;
}
div.storageDisplay table {
    width: 100%;
}
div.storageDisplay table th {
    color: #222;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E9E9E9;
    padding: 4px;
}
div.storageDisplay table th:not(:last-child) {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E9E9E9;
}
div.storageDisplay table td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E9E9E9;
    border-right-width: 1px;
    border-right-style: solid;
    border-top-color: #E9E9E9;
    border-right-color: #E9E9E9;
    border-left-color: #E9E9E9;
    padding: 4px;
    white-space: nowrap;
}
div.storageDisplay table td.notonstock {
    background-color: #F00;
    color: white;
}

div.storageDisplay table td:before {
    font-size: 0.8em;
}


div.storageDisplay table td.notonstock:before {
    font-family: 'ElegantIcons';
    content: "Q ";
}

div.storageDisplay table td.onstock {
    background-color: #093;
    color: white;
}
div.storageDisplay table td.onstock:before {
    font-family: 'ElegantIcons';
    content: "R ";
}



/* 2014 RESPONSIVE START */

/* RESPONSIVE */
@media screen
and (max-width: 360px) {
    div.product_details_simple .left {
        width: auto;
        float: none;
    }
    div.product_details_simple .right {
        width: auto;
        float: none;
        margin: 5px;
    }
    div.product_details_simple .left .zoom {
        margin-right: 10px;
        margin-left: 10px;
    }
    div.product_details_simple .left > ul {
        float: none;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        overflow: hidden;
    }
    div.cart div.preview table.items tbody,
    div.cart div.preview table.items tbody tr,
    div.cart div.preview table.items tbody tr th,
    div.cart div.preview table.items tbody tr td {
        display: block; 
    }
    div.cart div.preview table.items tbody tr th {
        display: none; 
    }
    div.cart div.preview table.items tbody tr td:last-child {
        border-bottom-width: 2px !important;
        border-bottom-style: solid !important;
        border-bottom-color: #333 !important;
    }
    div.cart div.preview table.items tbody tr td {
        text-align: center !important;
        border-bottom-width: 1px !important;
        border-bottom-style: dotted !important;
        border-bottom-color: #CCC !important;
    }
    div.cart div.summary table {
        width: 100%;
    }
    div.cart div.summary {
    }

    div.cart div.buttons {
    }

    div.cart div.buttons button {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        margin: 0.5em 0em;
        padding: 0.5em;

    }

    div.cart div.accounts button {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        margin: 0.2em 0em;
        padding: 1em;
    }	

    div.cart div.buttons button.empty {
        display: block;
    }

    div.cart div.buttons button.continue {
        display: block;
    }

    div.product_details_simple .right .addToCart {
        padding: 5px;
        text-align: center;
    }
    div.product_details_simple .left > ul > li div {
        height: 55px;
    }
}

@media screen
and (min-width: 361px)
and (max-width: 768px) {
    div.product_details_simple .left {
        width: auto;
        float: none;
    }
    div.product_details_simple .right {
        width: auto;
        float: none;
        margin: 5px;
    }
    div.product_details_simple .left .zoom {
        margin-right: 10px;
        margin-left: 10px;
    }
    div.product_details_simple .left > ul {
        float: none;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    div.cart div.preview table.items tbody,
    div.cart div.preview table.items tbody tr,
    div.cart div.preview table.items tbody tr th,
    div.cart div.preview table.items tbody tr td {
        display: block; 
    }
    div.cart div.preview table.items tbody tr th {
        display: none; 
    }
    div.cart div.preview table.items tbody tr td:last-child {
        border-bottom-width: 2px !important;
        border-bottom-style: solid !important;
        border-bottom-color: #333 !important;
    }	
    div.cart div.preview table.items tbody tr td {
        text-align: center !important;
        border-bottom-width: 1px !important;
        border-bottom-style: dotted !important;
        border-bottom-color: #CCC !important;
    }
    div.cart div.summary {
        margin: 0px;
        padding: 1px;
        float: none;
        clear: both;
    }
    div.cart div.summary table {
        width: 100%;
    }
    div.cart div.summary {
    }

    div.cart div.buttons {
    }

    div.cart div.accounts button {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        margin: 0.2em 0em;
        padding: 1em;
    }

    div.cart div.buttons button.empty {
        float: left;
    }

    div.cart div.buttons button.continue {
        float: right;
    }	

    div.product_details_simple .right .addToCart {
        padding: 5px;
        text-align: center;
        clear: both;
    }
    div.product_details_simple .left > ul > li div {
        height: 80px;
    }	
}

@media only screen
and (min-width : 769px) 
and (max-width : 993px) {
    div.product_details_simple .left {
        width: 50%;
        float: left;
    }
    div.product_details_simple .right {
        float: left;
        width: 50%;
    }
    div.product_details_simple .left .zoom {
        margin-right: 5px;
        margin-left: 0px;
    }
    div.product_details_simple .left > ul {
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    div.cart div.summary {
        float: right;
    }

    div.cart div.buttons {
    }

    div.cart div.buttons button.empty {
        float: left;
    }

    div.cart div.buttons button.continue {
        float: right;
    }	

    div.product_details_simple .right .addToCart {
        padding: 5px;
        float: right;
        text-align: center;
        width: 210px;
    }
    div.product_details_simple .left > ul > li div {
        height: 70px;
    }
}

@media only screen
and (min-width : 994px) {
    div.product_details_simple .left {
        flex-basis: 40%;
    }
    div.product_details_simple .right {
        flex-basis: 60%;
    }
    div.product_details_simple .left .zoom {
        margin-right:  10px;
        margin-left: 0px;
    }
    div.product_details_simple .left > ul {
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 5px;
        margin-left: 0px;
    }
    div.cart div.summary {
        float: right;
    }

    div.cart div.buttons {
    }

    div.cart div.buttons button.empty {
        float: left;
    }

    div.cart div.buttons button.continue {
        float: right;
    }	

    div.product_details_simple .right .addToCart {
        padding: 5px;
        float: right;
        text-align: center;
        /* width: 210px; */
    }
    div.product_details_simple .left > ul > li div {
        height: 88px;
    }

}

/* 2014 RESPONSIVE END */
/* ----------------------------------*/
/* ----------------------------------*/
/* ----------------------------------*/
/* ----------------------------------*/





/* cart */
div.cart div.buttons {
    clear: both;
    overflow: hidden;
    margin-top: 0.25em;
    margin-right: 0px;
    margin-bottom: 0.25em;
    margin-left: 0px;
}

div.cart div.preview {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div.cart div.preview table.items {
    width: 100%;
}
div.cart div.preview table.items tr.missingProduct td {
    background-color: #FFD2D2;
}
div.cart div.preview table.items tr.missingProduct span.quantity {
    display: inline-block;
    padding: 5px;
    color: #FFF;
    background-color: #F00;
}

table.items tbody tr td,
div.cart div.preview table.items tbody tr td {
    margin: 0px;
    padding: 1.2em 6px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-right-width: 1px;
    border-right-style: dotted;
    border-top-color: #666;
    border-right-color: #666;
    border-left-color: #666;
    position:relative;
}
div.cart div.preview table.items tbody tr td.name {
    font-size: 1.2em;
    text-align: left;
}
/* 2018 */
div.cart div.preview table.items tbody tr.sale td.picture:after,
div.cart div.preview table.items tbody tr.sale td.picture:before {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em;
    display: inline-block;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    position: absolute;
    margin: 0.3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    font-size: 0.8em;
    /*
-webkit-box-shadow: 3px 3px 20px 2px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 20px 2px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 20px 2px rgba(50, 50, 50, 0.75);
    */
    border: 1px solid rgba(0,0,0,0.2);	

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;
}
div.cart div.preview table.items tbody tr.coupon td.name:before {
    font-family: "ElegantIcons";
    content: "\e07b";

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;
    color: orange;
    float: right;
    padding: 1em;
}
div.cart div.preview table.items tbody tr.new td.picture:before {
    background-color: #4682CA;
    /*
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg); 
            transform: rotate(45deg);
    */
    content: attr(data-new);
    top: 2%;
    right: -5%;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}
div.cart div.preview table.items tbody tr.sale td.picture:after {
    background-color: #F00;
    /*
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    */
    content: attr(data-sale);
    top: 2%;
    left: -5%;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}


div.cart div.preview table.items tbody tr td.quantity {
    text-align: center;
}
div.cart div.preview table.items tbody tr td.options {
    text-align: center;
}

div.cart div.preview table.items tbody tr td:first-child {
    background-color: #FFF;
    text-align: center;
}
div.cart div.preview table.items tbody tr td:last-child {
    border-right-style: none;	
}
div.cart div.preview table.items tbody tr th {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
}
div.cart div.preview table.items tbody tr th {
    margin: 0px;
    padding: 3px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
}
div.cart div.preview table.items tbody tr th:last-child {
    border-right-style: none;
}

div.cart div.preview table.items td div.name {
    max-width: 200px;
}
div.cart div.preview table.items td div.itemno {

}
div.cart div.preview table.items td img {
    max-height: 120px;
}
div.cart div.preview table.items tr td ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.cart div.preview table.items tbody tr td .price {
    white-space: nowrap;
    padding: 5px;
}

td span.itemdiscount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em 1em;
    background-color: #F00;
    color: #FFF;
} 
div.cart tr .itemdiscount.disabled {
    background-color: #999  !important;
    color: #eee !important;
    text-decoration:line-through;
}
div.cart tr .dgbrutto.disabled {
    color: #999 !important;
    text-decoration:line-through;
}
div.cart tr .dg_sumprice.disabled {
    color: #999 !important;
    text-decoration:line-through;
}


/* AJAX CART 2016 */
div.ajax_cart:hover button[type=button] {
    background-color: #333;
    color: #FFF;
}
div.ajax_cart:hover div.counter {
    color: #FFF;
}
div.ajax_cart:hover button[type=button]:after {
    color: #333;
}

div.ajax_cart div.items {
    left: -50%;
    right: 0;
    border: 1px solid #333;
    padding: 0 1px 1px 1px;
    margin: -2px;

    -webkit-box-shadow: 1px 6px 5px 2px rgba(150, 150, 150, 0.71);
    -moz-box-shadow:    1px 6px 5px 2px rgba(150, 150, 150, 0.71);
    box-shadow:         1px 6px 5px 2px rgba(150, 150, 150, 0.71);

}
div.ajax_cart div.items div.preview {
    background-color: #FFF;
}
div.ajax_cart div.items div.preview div.product_incart_ajax {  
    border-bottom: 1px dotted rgba(0,0,0,0.5);
    overflow: hidden;
}
div.ajax_cart div.items div.preview div.product_incart_ajax .name {
    background-color: #333;
    color: #FFF;
    padding: 0.5em;
    word-break:break-all
}
div.ajax_cart div.items div.preview div.product_incart_ajax .pic {
    overflow: hidden;
}
div.ajax_cart div.items div.preview div.product_incart_ajax .pic a {
    display: block;
    margin-bottom: -0.5em;
}
div.ajax_cart div.items div.preview div.product_incart_ajax .amount {
    padding: 1em 0.5em;
    display: block;
}
div.ajax_cart div.items div.preview div.product_incart_ajax .price {
    padding: 1em 0.5em;
    float: right; 
    text-align: right;
    font-size: 1.2em;
}




/*  ----  */
div.cart div.summary {
    overflow: hidden;
    margin: 5px;
    padding: 0px;
    clear: both;
    font-size: 1.1em;
}
div.cart div.summary table tr td:first-letter {
	text-transform: uppercase;
}
div.cart div.summary table tr.total td {
    font-size: 1.3em;
    color: #FFF;
    background-color: #666;
    text-shadow: 1px 1px 1px #000000;
}
div.cart div.summary table tr.subtotal td {
    font-size: 1.2em;
    color: #eee;
    background-color: #999;
    text-shadow: 1px 1px 1px #000000;
}
div.cart div.summary table tr.discount td {
    color: #fff;
    background-color: #478E24;
}
div.cart div.summary table tr.discounttotal td {
    border-top: 2px solid #060;
    font-size: 1.2em;
    color: #fff;
    background-color: #39741D;
}



div.cart div.summary table {
    border: 1px solid #000;
}
div.cart div.summary table tr td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: dashed;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    margin: 1px;
    padding: 9px;
    background-color: #f3f3f3;
}
div.cart div.summary table tr td:last-child {
    border-right-style: none;
}
div.cart div.summary table tr:last-child td {
    border-bottom-style: none;
}

div.cart div.accounts {
    text-align: center;
}


div.cart div.process {
    font-size: 12px;
    clear: both;
}
div.cart div.process:after {
    content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}

div.cart div.process form div.shipping_method ul li {

}

div.cart div.process .cassa {
    margin: 0.7em;
    padding: 0px;
}
div.cart div.process .cassa .paytotal {
    font-size: 1.5em;
}
div.cart div.process .cassa table.summ {
    border: 1px solid #666;
    margin-bottom: 10px;
    font-size: 1.4em;
}
div.cart div.process .cassa table.summ tr td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #666;
    border-bottom-color: #666;
    font-size: 1.2em;
    padding: 10px;
    margin: 1px;
}
div.cart div.process .cassa table.summ tr td:last-child {
    border-right-style: none;
}
div.cart div.process .cassa table.summ tr:last-child td {
    border-bottom-style: none;
}
div.cart fieldset {
    background-color: #f4f4f4;
}

/* details */
div.product_details_simple {
    font-family: var(--skin-fontfamily-readable);
    color: #333333;
    /*	overflow: hidden; */
    text-align: left;
    font-variant: normal;
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em;
}
div.product_details_simple.sale {

}

div.product_details_simple.sale div.left:after,
div.product_details_simple.new div.left:before {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em;
    display: inline-block;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    position: absolute;
    margin: 0.3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 5;
    font-size: 0.8em;
    /*
-webkit-box-shadow: 3px 3px 20px 2px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 20px 2px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 20px 2px rgba(50, 50, 50, 0.75);
    */
    border: 1px solid rgba(0,0,0,0.2);	

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;
}
div.product_details_simple.new div.left:before {
    background-color: #4682CA;
    /*
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg); 
            transform: rotate(45deg);
    */
    content: attr(data-new);
    top: 2%;
    right: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}
div.product_details_simple.sale div.left:after {
    background-color: #F00;
    /*
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    */
    content: attr(data-sale);
    top: 2%;
    left: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}



div.product_details_simple .downloads {
    flex-basis: 100%;
    filter: grayscale(100%);
}
div.product_details_simple .downloads:hover {
    filter: grayscale(0);
}
div.product_details_simple .downloads legend {
}
div.product_details_simple .downloads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1em;
}
div.product_details_simple .downloads ul li {
    background-image: url(../../../system/images/icons/file-types-color/pdf.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2.25em;
    line-height: 2em;
    margin: 0;
}

div.product_details_simple .related {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ddd;
    clear: both;
    padding-top: 1em;
}

div.product_details_simple .left {
    position: relative;
    padding: 0px;
}
div.product_details_simple .left .discount {
    position: absolute;
    top: 2em;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: red;
    padding: 1em;
    font-size: 1.3em;
}
div.product_details_simple .left .zoom {
    margin-top: 0px;
    margin-bottom: 0px;
    overflow:hidden;
}
div.product_details_simple .left > ul > li:nth-child(5n) div {
    margin-right: 0px;
}


div.product_details_simple .left > ul > li > div {
    border: 1px solid #ccc;
    position: relative;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(200, 200, 200, 0.3);
    -moz-box-shadow: 1px 1px 5px 2px rgba(200, 200, 200, 0.3);
    box-shadow: 1px 1px 5px 2px rgba(200, 200, 200, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-image: url(/system/images/wheel.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 0%;
    margin-top: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
}
div.product_details_simple .left > ul > li div img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;

    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

div.product_details_simple .right {
    padding: 1em 1em;
    border-left: 1px solid var(--skin-colorG3);
    display: flex;
    flex-wrap: wrap;
}
div.product_details_simple .right .piclistsmall {
    position: relative;
    float: left;

    margin-top: 10px;
}
div.product_details_simple .name {
    font-size: 1.8em;
    color: var(--skin-colorP2);
    margin: 0;
    padding: 0;
    font-weight: normal;
    flex-basis: 80%;
}
div.product_details_simple .itemno {
    text-align: right;
    padding-right: 10px;
    flex-basis: 20%;
}
div.product_details_simple .right .order {
    clear: both;
    flex-basis: 100%;
}

div.product_details_simple .right .order .attributes {
    overflow: hidden;
}
div.product_details_simple .right .price {
    font-size: 1.3em;
    color: var(--skin-colorP2);
    text-align: left;
    flex-basis: 100%;
    align-items: baseline;
   
}
div.product_details_simple .right .price > * {

}

div.product_details_simple .right .price {
    font-size: 1.6em;
    color: var(--skin-colorP1);
}
div.product_details_simple .right .price .bru {
    
}
div.product_details_simple .right .price .net {
    color: var(--skin-colorG2);
    font-size: 0.7em;
}
    
div.product_details_simple .right .price .old {
    text-decoration: line-through;
    font-size: 0.9em;
}
div.product_details_simple .right .price .group {
    font-size: 16px;
    font-weight: normal;
    color: #011E23;
}

div.product_details_simple .right .price .attr_hiba {
    color: #FF1E23;
}

div.product_details_simple .right div.facebookshare {
    margin: 5px;
    padding: 0px;
    overflow: hidden;
    clear: both;
}
div.product_details_simple .right div.attr_selectable_yes {
    float: left;
}
div.product_details_simple .right div.attr_selectable_yes div.selectors {
}
div.product_details_simple .right div.attr_selectable_yes div.selectors ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
div.product_details_simple .right div.attr_selectable_yes div.selectors ul li {
}
div.product_details_simple .right div.attr_selectable_yes div.selectors ul li label {
    float: left;
    padding: 0.3em;
    margin: 0.1em;
    font-size: 1.1em;
}


/* add to cart attributes */
div.product_details_simple .right .addToCart {
}
div.product_details_simple .right .description {
    margin-top: 5px 0;
    clear: right;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #eee;
    padding-bottom: 0 0 5px 0;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    text-align: justify;
    flex-basis: 100%;
}
div.product_details_simple .right .addToCartBox {
    color: #999;
    clear: both;
    margin: 1px;
    padding: 1px;
}
div.product_details_simple .right .addToCartBox ul {
    display: block;
    clear: both;
}
div.product_details_simple .right .addToCartBox>ul.attr_selectable_no {
    margin: 0px;
    padding: 2px;
    /*	list-style-type: none; */
    overflow: hidden;
    /*	border: 1px dashed #999; */
}
div.product_details_simple .right .addToCartBox>ul.attr_selectable_no li {
    /*	float: left; */
    margin: 0.3em;
}
div.product_details_simple .right .addToCartBox>ul.attr_selectable_no li span.group {

}
div.product_details_simple .right .addToCartBox>ul.attr_selectable_no li span.group:after {
    content: ":";

}
div.product_details_simple .right .addToCartBox>ul.attr_selectable_no li span.attribute {
    color: #fff;
    background-color: #aaa;
    padding: 0.4em 1em;
}
div.product_details_simple .right .addToCartBox>ul.attr_selectable_no .attrtitle {
    background-color: transparent;
    color: #333;
}

div.product_details_simple .right .addToCartBox>ul.attr_selectable_yes {
    margin: 0px;
    padding: 5px;
    list-style-type: none;
    float: left;
}
div.product_details_simple .right .addToCartBox>ul.attr_selectable_yes > li{
    padding: 1px;
    cursor: pointer;
}
/* - */
div.product_details_simple .right a,
div.product_details_simple .right a:visited {
    color: #37827A;
    text-decoration: none;
}
div.product_details_simple .right .tabcloud {
    clear: both;
    margin-bottom: 35px;
}
div.product_details_simple .right .tabcloud ul {
    margin: 0px;
    padding-left: 12px;
}
div.product_details_simple .right .tabcloud li {
}
div.product_details_simple .right select,
div.product_details_simple .right input {
    padding: 0.3em;
    margin: 0.1em;
    font-size: 1.1em;
    border: 1px solid var(--skin-colorP2);
    color: var(--skin-colorG1);
}
div.product_details_simple .right .attr_selectable_yes .selectors label:after {
    content: ":";
}
div.product_details_simple .right select:hover,
div.product_details_simple .right input:hover {
    border: 1px solid var(--skin-colorP1);
}
div.product_details_simple .right select:focus,
div.product_details_simple .right input:focus {
    color: var(--skin-colorB);
}
div.product_details_simple .right .amountInput span {
    font-size: 0.75em;
    color: var(--skin-colorP2);
}
    
div.product_details_simple .right .amountInput input {
    text-align: left;
    font-weight: bold;
    width: 5.5em;
}
/* cart center */
div.cart .product_incart:hover {
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #666;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
    margin: 0px;
    padding: 0px;
    background-color: #fafafa;
}
div.cart .product_incart {
    width: 100%;
    color: #000;
    overflow: hidden;
    text-align: left;
    font-variant: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding: 0px;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    background-color: #FFFFFF;
}
div.cart .product_incart ul {
    margin: 2px;
    padding: 0px;
    list-style-type: none;
    float: left;
    overflow: hidden;
}
div.cart .product_incart .name {
    font-size: 1.1em;
    font-weight: bold;
}
div.cart .product_incart .price {
    font-weight: bold;
    /*	color: #69F; */
}
div.cart .product_incart .pic {
    clear: none;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    width: 100%;
}
div.cart .product_incart .advanced a,
div.cart .product_incart .advanced a:link,
div.cart .product_incart .advanced a:visited {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}
div.cart .product_incart .advanced input,
div.cart .product_incart .advanced textarea {
    width: 180px;
}
div.cart .product_incart .ul {
    list-style-position: inside;
    list-style-type: square;
}
div.attrfilter {
    font-family: var(--skin-fontfamily-readable);
}
div.attrfilter input,
div.attrfilter select,
div.attrfilter button {
    font-family: var(--skin-fontfamily-readable);
}
/*
*
* termék lista lapozás
*
*/
div.shop_page_link_conteiner {
    vertical-align: top;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    background-repeat: repeat-x;
    background-position: center bottom;
    font-size: 1em;
    padding: 5px;
}
div.shop_page_link_conteiner,
div.shop_page_link_conteiner a {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
    margin: 3px;
    padding: 3px;
}
div.shop_page_link_conteiner select {
    font-weight: bold;
    color: #000000;
    text-align: center;
    clear: none;
    display: inline-block;
    font-size: 1.8em;
    border: none;
    background-color: transparent;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding: 0;
    margin: 0;
}
div.shop_page_link_conteiner a {
    text-align: center;
    clear: none;
    text-decoration: none;
    display: inline-block;
    color: var(--skin-colorP1);
    /*    background-color: var(--skin-colorP1); */
    padding: calc(0.5 * var(--skin-gap));
    /*    border: 1px solid var(--skin-colorP1); */
    box-sizing:border-box;
	cursor: pointer;
}
div.shop_page_link_conteiner a:hover {
    text-decoration: underline;
    color: var(--skin-colorP1);
    background-color: var(--skin-colorW);
}

@media screen
and (max-width: 360px) {
    div.shop_page_link_conteiner a.mobiloff {
        display: none;
    }
    div.shop_page_link_conteiner a.next,
    div.shop_page_link_conteiner a.prev {
        padding: 1em 1.5em;
    }
    div.shop_page_link_conteiner a.first,
    div.shop_page_link_conteiner a.last {
        padding: 1em 1.5em;
    }
    div.shop_page_link_conteiner a.mobilon {
        padding: 1em;
    }		
}
@media screen
and (min-width: 361px)
and (max-width: 768px) {
    div.shop_page_link_conteiner a.mobiloff {
        display: none;
    }
    div.shop_page_link_conteiner a.next,
    div.shop_page_link_conteiner a.prev {
        padding: 1em 1.5em;
    }
    div.shop_page_link_conteiner a.first,
    div.shop_page_link_conteiner a.last {
        padding: 1em 1.5em;
    }
    div.shop_page_link_conteiner a.mobilon {
        padding: 1em;
    }			
}
@media only screen
and (orientation: landscape)
and (max-device-width : 1279px) {

}
@media only screen
and (min-width : 769px)
and (max-width : 993px) {

}
@media only screen
and (min-width : 994px)
and (min-device-width : 1280px) {

}
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {

}
@media only screen
and (min-width : 1170px) {
    div.product_details_simple {
        margin: 1em 0;
    }
}


/*
* termék kosárhoz adása utáni ablak
*/
div.product_added_to_cart {
    text-align: center;
    overflow: hidden;
    padding: 1em;
}
div.product_added_to_cart img {
    margin-top: 1.5em;
    border: none;
    max-height: 150px;

}
div.product_added_to_cart .name {
    text-shadow: 1px 1px 1px #FFF;
    color: #000;

}
div.product_added_to_cart .name span {
    font-size: 0.7em;
    color: #888;
}
div.product_added_to_cart .toptext {
    font-size: 1.5em;
}
div.product_added_to_cart .toptext.error {
    color: #F00;
}
div.product_added_to_cart .buttons {
    font-size: 0.9em;
}

div.product_added_to_cart .addedAmount {
    font-size: 1.5em;
    font-weight: bold;
}
div.product_added_to_cart .amount {
    font-size: 1.3em;
    padding: 0.1em;
    margin-top: 0.1em;
    margin-right: 0;
    margin-bottom: 0.1em;
    margin-left: 0;
}




/* ATDSHOP FILTER */
div.attribute_list .shopmenu_li_buttoned_ajax {
    margin: 0px;
    padding: 0px;
    color: #333;
    overflow: hidden;
}
div.attribute_list .shopmenu_li_buttoned_ajax .title {
    clear: both;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
div.attribute_list .shopmenu_li_buttoned_ajax .title a,
div.attribute_list .shopmenu_li_buttoned_ajax .title a:link,
div.attribute_list .shopmenu_li_buttoned_ajax .title a:visited {
    color: #333;
    text-decoration: none;
    margin: 2px;
    padding: 2px;
    display: block;
}
div.attribute_list .shopmenu_li_buttoned_ajax .title a:hover {
    color: #1d7c5c;
    text-decoration: none;
    margin: 2px;
    display: block;
    padding: 2px;
}
div.attribute_list .shopmenu_li_buttoned_ajax > li {
    display: block;
    float: none;
}

div.attribute_list .shopmenu_li_buttoned_ajax > ul > li:before {
    content: "M";
    float: right;
    font-family: "ElegantIcons";
    padding-right: 0.5em;
    padding-top: 0.1em;
    color: #CCC;
    font-size: 1.5em;

    pointer-events: none;
}
div.attribute_list .shopmenu_li_buttoned_ajax > li:hover {

}
div.attribute_list .shopmenu_li_buttoned_ajax > ul {
    text-decoration: none;
    display: block;
    color: #333;
    margin: 0px;
    padding: 0px;
}

div.attribute_list .shopmenu_li_buttoned_ajax > ul > li.close:before {
    content: "C";
    float: right;
    font-family: "ElegantIcons";
    padding-right: 0.5em;
    padding-top: 0.2em;
    color: #CCC;
    font-size: 1.5em;
    pointer-events: none;
}

div.attribute_list .shopmenu_li_buttoned_ajax > ul > li {
    text-decoration: none;
    text-align: left;
    text-indent: 0;
    list-style-type: none;
    background-repeat: repeat;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #D8D8D1;
    border-right-color: #D8D8D1;
    border-bottom-color: #D8D8D1;
    border-left-color: #D8D8D1;
    margin-top: 3px;
    margin-right: 1px;
    margin-bottom: 3px;
    margin-left: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;

}
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > a,
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > a:link,
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > a:visited {
    text-decoration: none;
    color: #000;
    line-height: 1.2em;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0.5em;
    display: block;
    padding: 0.5em 1em 0.5em 0.5em;
    text-transform: uppercase;
    font-weight: bold;
}
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul {
    overflow: auto;
    margin: 0px;
    padding: 0px;
    max-height: 260px;
    border: 5px solid var(--skin-colorW);
    display:flex;
    flex-direction: column;
}
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li {
    margin: 1px;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    text-indent: 0;
    padding: 0px;
    color: #333;
    list-style-type: none;
    background-repeat: repeat;
    list-style-type: none;
}
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li > a,
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li > a:link,
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li > a:visited {
    color: #333;
    text-decoration: none;
    margin: 0px;
    padding: 0.5em 1em;
    display: block;
}

div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #00CCFF;
}

div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li > button {
    color: var(--skin-colorB);
    background: transparent;
    background-color: transparent;
    border: none;
    text-decoration: none;
    margin: 0;
    padding: calc(0.25 * var(--skin-gap));
    display: block;
    width: 100%;
    text-align: left;
    box-shadow: none;
    text-shadow: none;
	font-size:1em;
}
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li:not(:last-child) > button {
    border-bottom: 1px dashed var(--skin-colorG3);
}
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li > button:hover {
    color: var(--skin-colorP2);
    text-decoration: none;
}
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li.disabled {
    order: 9999;
}
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li.disabled button {
    color: var(--skin-colorG3);
    text-decoration: line-through;
}
    
div.attribute_list .shopmenu_li_buttoned_ajax .selected button {
    color: #eee;
}
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li > button:disabled:hover,
div.attribute_list .shopmenu_li_buttoned_ajax > ul > li > ul > li > button:disabled {
    color: #999;
    background-color: #eee;
    cursor: default;
}
div.attribute_list .shopmenu_li_buttoned_ajax .selected {
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    text-indent: 0;
    color: var(--skin-colorW) !important;
    background-color: var(--skin-colorP2) !important;
    list-style-type: none;
    border: 1px solid #999;
    order: -1;
}
div.attribute_list .shopmenu_li_buttoned_ajax .selected a {
    color: var(--skin-colorW) !important;
    font-weight: bold !important;
}
div.attribute_list .shopmenu_li_buttoned_ajax .selected button:hover {
    color: var(--skin-colorW) !important;
}
div.attribute_list .shopmenu_li_buttoned_ajax .selected button:after {
    content: "N ";
    font-family: "ElegantIcons";
    float: right;
    color: #FFF;
}

/* SHOP PATH COMMON 2021 */
div.PATH {
    padding: calc(1.5 * var(--skin-gap));
    margin: 0em 0em;
    text-transform: uppercase;
    background-color: var(--skin-colorG4);
    color: var(--skin-colorB);
    clear: both;
    text-align: center;
}
div.PATH a,
div.PATH a:visited {
    color: var(--skin-colorP1);
    text-decoration: none;
}
div.PATH a:hover {
    color: var(--skin-colorP2);
    text-decoration: underline;
}

/* PROD LIST VIEW CHANGE */
div.webshop_prodlistchanger {
    float: right;
}

/* PROD LIST VIEW ORDER BY */
div.webshop_prodOrderByChanger {
    float: left;
}
div.webshop_prodOrderByChanger form {
	display: flex;
}

/* details button grid */
.buttons a {
    font-size: 0.75em;
    -webkit-border-radius: var(--skin-radius);
    -moz-border-radius: var(--skin-radius);
    border-radius: var(--skin-radius);
    padding: 0.5em 1em;
    margin: 0.3em;

    background-color: var(--skin-colorG3) !important;
    color: var(--skin-colorB) !important;

    position: relative;
    text-decoration: none;	
    align-self: center;
}
.buttons a:hover {
    background-color: var(--skin-colorP1) !important;
    color: var(--skin-colorW) !important;
    text-decoration: none;
}
.buttons a span {
    -webkit-border-radius: var(--skin-radius);
    -moz-border-radius: var(--skin-radius);
    border-radius: var(--skin-radius);    
    padding: 0.7em 0.5em;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: var(--skin-colorP2) !important;
    color: var(--skin-colorP3);    

}
.buttons a:hover span {
    background-color: var(--skin-colorG3);
    color: var(--skin-colorW);

}

/* PRODUCT LIST 2021 */    
/* PRODUCT LIST 2021 */
/* PRODUCT LIST 2021 */
ul.product_list {
   font-family: var(--skin-fontfamily-readable);
    display: grid;
    grid-gap: var(--atdcg_grid_gap);
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
}
ul.product_list.list {
    grid-template-columns: 1fr;
}
ul.product_list:after {
    content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}
/* list */
ul.product_list.list li div.item {
    background-color: #FFF;
    margin: 2px;
    position: relative;
    padding: 0.25em 0;
    overflow: hidden;
    align-items: center;
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
ul.product_list.list li div.item > *:not(:empty) {

}

ul.product_list.list li div.item div.pic {
    align-self: center;
    position: relative;
    height: 100px;
    overflow: hidden;
    flex-basis: 100px;
}
ul.product_list.list li div.item div.pic .discount {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: red;
    padding: 0.5em;
    font-size: 1.3em;
    background-color: rgba(255,255,255,0.5);
}    
ul.product_list.list li div.item div.pic img {
    max-height: 80px;
}
ul.product_list.list li div.item div.name {
   
}
ul.product_list.list li div.item div.name a,
ul.product_list.list li div.item div.name a:visited {
    color: var(--skin-colorP2);
    text-decoration: none;
    font-weight: bold;
}
    
ul.product_list.list li div.item div.itemno {
    text-align: left;
}
/*
ul.product_list.list li div.item div.desc_short {
    flex-basis: calc(70% - 31em);
    height: 4.5em;
    overflow: hidden;
}
*/
ul.product_list.list li div.item div.price {
    flex-basis: 14em;    
}
ul.product_list.list li div.item div.stock {

}   
ul.product_list.list li div.item .buttons {
    flex-basis: 30em;
    display: flex;    
}   
ul.product_list.list li div.item .buttons > a {
    flex-grow: 1;
}

ul.product_list.list li div.item > div.eCommWsProdAdminWidget {
    position: absolute;
}
ul.product_list.list li div.item > div.warning {
	position: absolute;
}
    
ul.product_list.list li div.item > div.passivestopsign {
    order:20;
}
ul.product_list.list li.sale div.item:after,
ul.product_list.list li.new div.item:before {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em;
    display: inline-block;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    position: absolute;
    margin: 0.3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    font-size: 0.8em;
    border: 1px solid rgba(0,0,0,0.2);	
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;
}
ul.product_list.list li.new div.item:before {
    background-color: #4682CA;
    content: attr(data-new);
    top: 15px;
    left: 1px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}
ul.product_list.list li.sale div.item:after {
    background-color: #F00;
    content: attr(data-sale);
    top: 1px;
    left: 1px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}








/* grid */
ul.product_list.grid li {
    position: relative;
}
ul.product_list.grid li.sale div.item:after,
ul.product_list.grid li.new div.item:before {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em;
    display: inline-block;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    position: absolute;
    margin: 0.3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    font-size: 0.8em;
    /*
-webkit-box-shadow: 3px 3px 20px 2px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 20px 2px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 20px 2px rgba(50, 50, 50, 0.75);
    */
    border: 1px solid rgba(0,0,0,0.2);	

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;
}
ul.product_list.grid li.new div.item:before {
    background-color: #4682CA;
    /*
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg); 
            transform: rotate(45deg);
    */
    content: attr(data-new);
    top: 1px;
    right: 1px;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}
ul.product_list.grid li.sale div.item:after {
    background-color: #F00;
    /*
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    */
    content: attr(data-sale);
    top: 1px;
    left: 1px;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}

ul.product_list.grid li div.item {
    background-color: #FFF;
    margin: 2px;
    position: relative;

    padding: 1em;
}
ul.product_list.grid li div.item:hover {
    -webkit-box-shadow: 0px 0px 4px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 4px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 4px 5px rgba(50, 50, 50, 0.4);
    z-index: 2;
}

ul.product_list.grid li div.item div.pic {
    position: relative;
    text-align: center;
    vertical-align: top;
    margin: 1px;
    overflow: hidden;
    border-radius: var(--skin-radius);
    -webkit-border-radius: var(--skin-radius);
    -moz-border-radius: var(--skin-radius);
    
    background-image: url(/system/images/wheel.svg);
    background-repeat: no-repeat;
    background-position: center center;

    width: 100%;
    padding-bottom: 100%;		
}
ul.product_list.grid li div.item div.pic .discount {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: red;
    padding: 0.5em;
    font-size: 1.3em;
}

ul.product_list.grid li div.item div.pic img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;

    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}
ul.product_list.grid li div.item div.name {
    overflow: hidden;
    padding: 0.5em 0;
    margin: 0;
    height: 5em;
    line-height: 1.2em;
    overflow:hidden;
}
ul.product_list.grid li div.item div.itemno {
    text-align: left;
}
ul.product_list.grid li div.item div.desc_short {
    display: none;
}
ul.product_list.grid li div.item .buttons {
    display: flex;    
}   
ul.product_list.grid li div.item .buttons > * {
    flex-grow: 1;
}
ul.product_list.grid li div.item .buttons .instantcart {
    display: none;
}
ul.product_list.grid li div.item .buttons a {
	cursor: pointer;
}

ul.product_list.grid li div.item div.name a,
ul.product_list.grid li div.item div.name a:visited {
    color: #888;
    text-decoration: none;
    text-transform: none;	
}
ul.product_list.grid li div.item div.name a:hover {
    text-decoration: underline;
}
ul.product_list.grid li div.item div.price {
    font-weight: bold;
    font-size: 0.8em;
    margin: 1px;
    padding: 0%;
    overflow: hidden;
}
div.price .old:not(:empty),
div.price .old:not(:empty) {
    color: #F00;
    text-decoration: line-through;
    background-color: #CCC;
    padding: 3px;
}
div.price .sale:not(:empty),
div.price .sale:not(:empty) {
    color: #F00;
    padding: 3px;
}

.sale div.price .current .value:not(:empty),
.sale div.price .current .value:not(:empty) {

}


ul.product_list.grid li div.item div.price .current {
    color: #20446e;
    font-weight: bold;
    font-size: 1.0em;
    padding: 5px;
}
div.price .value {
	white-space: nowrap;
}


div.price .currency {
    margin-left: 0.3em;
}
@media screen
and (max-width: 360px) {
    ul.product_list.grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1ft));
        font-size: 0.9em;
    } 
    ul.product_list.grid li div.item div.price .current {
        display:block;
    }   
	ul.product_list.list li div.item {
	  flex-wrap: wrap;
	}
    ul.product_list.grid li div.item .buttons {
		padding-bottom: 1em;
	  border-bottom: 1px solid var(--skin-colorG3);
	}
}
@media screen
and (min-width: 361px)
and (max-width: 768px) {
    ul.product_list.grid {
        grid-template-columns: repeat(auto-fit, 50%);
        font-size: 0.9em;
    } 
    ul.product_list.grid li div.item div.price .current {
        display:block;
    }  
	ul.product_list.list li div.item {
	  flex-wrap: wrap;
	}
    ul.product_list.grid li div.item .buttons {
		padding-bottom: 1em;
	  border-bottom: 1px solid var(--skin-colorG3);
	}
}
/* desktop small */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {
    ul.product_list.grid {
        grid-template-columns: repeat(auto-fit, 50%);
        font-size: 1.4em;
    } 
	ul.product_list.list li div.item {
	  flex-wrap: wrap;
	}
}
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
    ul.product_list.grid {
        grid-template-columns: repeat(auto-fit, 33.3%);
    }   
}
@media only screen
and (min-width : 1170px)
and (max-width : 1699px) {
    ul.product_list.grid {
        grid-template-columns: repeat(auto-fit, 25%);
    }  
    ul.product_list.grid.suggest {
    /*    grid-template-columns: repeat(auto-fit, 16.6%); */
	grid-template-columns: repeat(6,1fr);
    }    
}
@media only screen
and (min-width : 1700px) {
    ul.product_list.grid {
        grid-template-columns: repeat(auto-fit, 20%);
    }    
    ul.product_list.grid.suggest {
    /*    grid-template-columns: repeat(auto-fit, 16.6%); */
	grid-template-columns: repeat(6,1fr);
    }
}




/* grid DNSE */
ul.product_list.grid_dense li {
    position: relative;
}
ul.product_list.grid_dense li.sale div.item:after,
ul.product_list.grid_dense li.new div.item:before {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em;
    display: inline-block;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    position: absolute;
    margin: 0.3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    font-size: 0.8em;
    /*
-webkit-box-shadow: 3px 3px 20px 2px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 20px 2px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 20px 2px rgba(50, 50, 50, 0.75);
    */
    border: 1px solid rgba(0,0,0,0.2);	

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;
}
ul.product_list.grid_dense li.new div.item:before {
    background-color: #4682CA;
    /*
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg); 
            transform: rotate(45deg);
    */
    content: attr(data-new);
    top: 1px;
    right: 1px;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}
ul.product_list.grid_dense li.sale div.item:after {
    background-color: #F00;
    /*
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    */
    content: attr(data-sale);
    top: 1px;
    left: 1px;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    pointer-events: none;	
}

ul.product_list.grid li div.item .detwis {
	display: flex;
	gap: 1em;
}
ul.product_list.grid li div.item .detwis > *{
	flex-grow: 1;
}

ul.product_list.grid_dense li div.item {
    background-color: #FFF;
    margin: 2px;
    position: relative;

    padding: 1em;
}
ul.product_list.grid_dense li div.item:hover {
    -webkit-box-shadow: 0px 0px 4px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 4px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 4px 5px rgba(50, 50, 50, 0.4);
    z-index: 2;
}

ul.product_list.grid_dense li div.item div.pic {
    position: relative;
    text-align: center;
    vertical-align: top;
    margin: 1px;
    overflow: hidden;
    border-radius: var(--skin-radius);
    -webkit-border-radius: var(--skin-radius);
    -moz-border-radius: var(--skin-radius);
    
    background-image: url(/system/images/wheel.svg);
    background-repeat: no-repeat;
    background-position: center center;

    width: 100%;
    padding-bottom: 100%;		
}
ul.product_list.grid_dense li div.item div.pic .discount {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: red;
    padding: 0.5em;
    font-size: 1.3em;
}

ul.product_list.grid_dense li div.item div.pic img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;

    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}
ul.product_list.grid_dense li div.item div.name {
    overflow: hidden;
    padding: 0.5em 0;
    margin: 0;
    height: 5em;
    line-height: 1.2em;
    overflow:hidden;
}
ul.product_list.grid_dense li div.item div.desc_short {
    display: none;
}
    


ul.product_list.grid_dense li div.item div.name a,
ul.product_list.grid_dense li div.item div.name a:visited {
    color: #888;
    text-decoration: none;
    text-transform: uppercase;	
}
ul.product_list.grid_dense li div.item div.name a:hover {
    text-decoration: underline;
}
ul.product_list.grid_dense li div.item div.price {
    font-weight: bold;
    font-size: 0.8em;
    margin: 1px;
    padding: 0%;
    overflow: hidden;
}
ul.product_list.grid_dense li div.item div.price .old:not(:empty) {
    color: #F00;
    text-decoration: line-through;
    background-color: #CCC;
    padding: 3px;
}
ul.product_list.grid_dense li div.item div.price .current {
    color: #20446e;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px;
}



@media screen
and (max-width: 360px) {
    ul.product_list.grid_dense {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1ft));
        font-size: 1em;
    } 
    ul.product_list.grid_dense li div.item div.price .current {
        display:block;
    }   
}
@media screen
and (min-width: 361px)
and (max-width: 768px) {
    ul.product_list.grid_dense {
        grid-template-columns: repeat(auto-fit, 50%);
        font-size: 0.9em;
    } 
    ul.product_list.grid_dense li div.item div.price .current {
        display:block;
    }  
}
/* desktop small */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {
    ul.product_list.grid_dense {
        grid-template-columns: repeat(auto-fit, 50%);
        font-size: 1.4em;
    } 
}
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
    ul.product_list.grid_dense {
        grid-template-columns: repeat(auto-fit, minmax(180px, 0.4fr));
        font-size: 1.2em;
    }   
}
@media only screen
and (min-width : 1170px)
and (max-width : 1699px) {
    ul.product_list.grid_dense {
        grid-template-columns: repeat(auto-fit, minmax(180px, 0.4fr));
        font-size: 1.1em;
    }  
}
@media only screen
and (min-width : 1700px) {
    ul.product_list.grid_dense {
        grid-template-columns: repeat(auto-fit, minmax(180px, 0.4fr));
        font-size: 1.2em;
    }    
}

/* common */
ul.product_list.list li div.item div.itemno {

}
ul.product_list li div.item div.itemno {
    font-size: 0.95em;
    font-style: italic;
   color: var(--skin-colorG2);
}
.productbuttons {
    text-align: right;
}
div.product_details_simple div.price .dgprice,
ul.product_list li div.item div.price .dgprice {
    color: var(--atdshop-color-sale);
    font-size: 1em;
}
ul.product_list li div.item div.price .dgprice div:first-child {

}
div.stock {
    text-align: center;
}
div.stock .text {
    color: var(--skin-colorG2);
    font-size: 0.9em;
}
    
div.price {
    text-align: right;
}
div.price .currency {
    margin-left: 0.3em;
}
div.price .current > span  {
    display: block;
}
ul.product_list li div.item .buttons .instantcart {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
}
ul.product_list li div.item .buttons .instantcart input {
    width: 6em;
}
ul.product_list.list li div.item .buttons .detwis  {
	flex-grow: 1;
}
ul.product_list.list li div.item .buttons .detwis  > * {
	display: block;
}
ul.product_list.list li div.item .nait  {
	flex-grow: 1;
	flex-basis: 40%;
}

ul.product_list li div.item  .ardstatus  {
	flex-basis: 130px;
}
 
 
.webshoppricefilter {
    margin: 1em;
}
