/**
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 */
@keyframes loadingwheel {
    from {
        background-image: url(/system/images/wheel.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 2em;
    }
    to {
        background-image: url(/system/images/wheel.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 0;
    }
}
/* 2021-2022 */
@media screen
and (max-width: 768px) {
    .eCommWebshopDetailsPicture div.prev,
    .eCommWebshopDetailsPicture div.next {
        display: none;
    }
}
@media screen
and (min-width: 769px) {
    .eCommWebshopDetailsPicture div.prev,
    .eCommWebshopDetailsPicture div.next {
        z-index: 10;
        display: none;
        background-color: rgba(200,200,200,0.35);
    }
    .eCommWebshopDetailsPicture:hover div.prev,
    .eCommWebshopDetailsPicture:hover  div.next {
        cursor: pointer;
        display: block;
    }    
}

.eCommWebshopDetailsPicture div.prev,
.eCommWebshopDetailsPicture div.next {
    position: absolute;
    color: #f7f7f7;
    z-index: 3;
    text-align:center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.eCommWebshopDetailsPicture div.prev:hover,
.eCommWebshopDetailsPicture div.next:hover {
    background-color: rgba(200,200,200,0.35);
}
.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 {
    inset: 0 90% 0 0 ;
}
.eCommWebshopDetailsPicture div.next {
    inset: 0 0 0 90%;
}
.eCommWebshopDetailsPicture div.prev:before {
    content: "4";
    left: calc(50% - 0.5em);
}
.eCommWebshopDetailsPicture div.next:before {
    content: "5";
    right: calc(50% - 0.45em);
}

/* 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;
}

div.cart div.preview table.items tbody tr td {
    margin: 0px;
    padding: 2px 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: var(--atdshop-color-new);
    /*
            -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: var(--atdshop-color-sale);
    /*
            -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:first-letter {
    text-transform: capitalize;
}


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 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;
}
div.cart div.preview table.items tbody tr td .price > span.current > span {
    display: block;   
}
div.cart div.preview table.items tbody tr td .price > span.current > span:first-letter {
    text-transform: capitalize;
}
div.cart div.preview table.items tbody tr td .price > span.current > span.dgbrutto {
    color:red;
}
div.cart div.preview table.items tbody tr td .price span.value {
    font-size: 1.1em;
    font-weight: bold;
}

td span.itemdiscount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em 1em;
    background-color: #F00;
    color: #FFF;
}
tr td span.itemdiscount.disabled {
    background-color: #999;
    color: #eee;
    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.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.fixtotal td {
    font-size: 0.75em;
    color: #eee;
}
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: 5px;
    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 h2:first-letter {
    text-transform: capitalize;
}

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 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 div.process .cassa .paytotal {
    font-size: 1.5em;
}
div.cart fieldset {
    background-color: #f4f4f4;
}

/* 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 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 {
    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: var(--skin-colorP1);
    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-colorP1);
    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;
}
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-colorB);
    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;
}

/* common */

.productbuttons {
    text-align: right;
}
div.price .dgprice {
    color: var(--atdshop-color-sale);
    font-size: 1.35em;
}
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;
}



.webshoppricefilter {
    margin: 1em;
}


