/**
* 2003 - 2023
* ATDSHOP common.css
*/
:root {
    --atdshop-color-sale: var(--skin-colorS);   
    --atdshop-color-new: var(--skin-colorN);   
}
/*
skibe át 2023-03-15
.amountInput {
    position: relative;
}
.amountInput span:last-child {
    position: absolute;
    display: flex;
    align-items: center;
    right: 2em;
    top: 0;
    bottom: 0;
}
.amountInput input {
    text-align: left;
}
*/
/* 2022 autocomplete */
form.wsProdSearch {
    position: relative;
}
form.wsProdSearch div.autocompleteresult {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 100%;
    z-index: 50;
    padding: 1em;
    border-radius: var(--skin-radius);
}
form.wsProdSearch div.autocompleteresult:not(:empty) {
    background-color: var(--skin-colorW);
    border: 1px solid var(--skin-colorP2);
}
form.wsProdSearch div.autocompleteresult a {
    display: flex;
    white-space: nowrap;
    color: var(--skin-colorP2);
    align-items: center;
}
form.wsProdSearch div.autocompleteresult a img {
    height: 2em;
    width: auto;
    display: block;
    padding: 0 1em 0 0;
}


.unique_price {
    /*    background-color: rgba(150,150,150,0.07) !important; */
    border-top: 4px solid var(--skin-colorP2);
}

/* 2019 */
.glyph-icon:before {
    font-family: woothemes_ecommerce;
}
#wtacoudiv {
    max-width: 800px !important;
}
/*
* cart tabs
*/
div.wsCartTabs {
    clear: none;
    text-align: center;
    padding: 0px;
    margin: 10px;
    position: relative;
}
div.cart button {
    text-transform: uppercase;
}
div.wsCartTabs h2:first-letter,
div.wsCartTabs h3:first-letter {
    text-transform: uppercase;
}

div.wsCartTabs:after {
    content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}
div.wsCartTabs > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;

    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: center;
}
/* cart tab fejlécek */
/* módosítva 2016-10-08 */
div.wsCartTabs > ul li {
    padding: 5px;
    margin: 0;	
    text-align: center;
    position: relative;
}
div.wsCartTabs > ul li a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
div.wsCartTabs > ul li:after {
    font-family: 'ElegantIcons';	
    color: #333;
    padding: 0px;
    font-weight: normal;
    font-size: 2em;
    position: absolute;
    left: calc(100% - 10px);
    top: -25%;
    z-index: 1;
    pointer-events:none;
}
div.wsCartTabs > ul li:nth-child(1):after {
    content: "E";
}
div.wsCartTabs > ul li:nth-child(2):after {
    content: "E";
}
div.wsCartTabs > ul li:nth-child(3):after {
    content: "E";
}
div.wsCartTabs > ul li:nth-child(4):after {
    content: "E";
}
div.wsCartTabs > ul li:nth-child(5):after {
    display: none;
}
/* scvg cart icons */
div.wsCartTabs > ul li a:before {
    font-size: 1.1em;
}
div.wsCartTabs > ul li:nth-child(1) a:before {
    content: " ";
    font-family: "Ionicons";
    font-weight: normal;}
div.wsCartTabs > ul li:nth-child(2) a:before {
    content: " ";
    font-family: "Ionicons";
    font-weight: normal;
}
div.wsCartTabs > ul li:nth-child(3) a:before {
    content: " ";
    font-family: "WooThemes_ecommerce";
    font-weight: normal;
}
div.wsCartTabs > ul li:nth-child(4) a:before {
    content: " ";
    font-family: "WooThemes_ecommerce";
    font-weight: normal;
}
div.wsCartTabs > ul li:nth-child(5) a:before {
    content: " ";
    font-family: "WooThemes_ecommerce";
    font-weight: normal;
}
div.wsCartTabs > ul li a {
    background-color: #E4E4E4;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #333;
    background-repeat: no-repeat;
    background-position: 5px center;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.58);
    border-radius: 3px;
}
div.wsCartTabs > ul li a.selected {
    background-color: #333;
    color: #fff !important;
    background-position: 5px center;
}
div.wsCartTabs > ul li a:not(.selected):hover {
    background-color: #999;
    color: #fff !important;
    background-position: 5px center;
}
div.wsCartTabs > ul li a:focus {
    outline: 0;
}
/*
* RESPONSIVE 2015
*/
@media screen
and (max-width: 360px) {
    div.wsCartTabs > div {
        padding: 5px;
    }
    div.cart .shipping_method ul li {

    }
    div.cart .payment_method ul li {
        display: block;
    }		
    div.cart .payment_method ul li {
        display: block;
        margin: auto;
    }
    div.cart .shipping_method ul li {
        display: block;
        margin: auto;
    }		
    div.wsCartTabs > ul li {
        font-size: 0.9em;
        float: left;
        display: none;
        width:100%;
    }
    div.wsCartTabs > ul li.selected {
        display: inline;	
    }
    div.wsCartTabs > ul li a {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    div.eCommWsProdAdminWidget {
        left: 0;
        right: 0;
        text-align: center;
        background-color: #FFF !important;
        opacity: 0.9 !important;
        filter: alpha(opacity=90) !important; /* For IE8 and earlier */
    }
    div.eCommWsProdAdminWidget img {
        width: 32px !important;
    }
}

@media screen
and (min-width: 361px)
and (max-width: 768px) {
    div.wsCartTabs > div {
        padding: 10px;
    }
    div.cart .shipping_method ul li {

    }
    div.cart .payment_method ul li {

    }		

    div.wsCartTabs > ul li {
        font-size: 0.9em;
        float: left;
        display: none;
        width:100%;
    }
    div.wsCartTabs > ul li.selected {
        display: inline;	
    }
    div.wsCartTabs > ul li a {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen
and (min-width : 769px) 
and (max-width : 973px) {
    div.wsCartTabs > div {
        padding: 20px;
    }
    div.cart .shipping_method ul li {

    }
    div.cart .payment_method ul li {

    }		

    div.wsCartTabs > ul li {
        padding: 0px;
    }
}

@media only screen
and (min-width : 974px) 
and (max-width : 1169px) {
    div.wsCartTabs > div {
        padding: 20px;
    }
    div.cart .shipping_method ul li {

    }
    div.cart .payment_method ul li {

    }		
    div.wsCartTabs > ul li {
        padding: 0px;
    }
}
@media only screen
and (min-width : 1170px) {
    div.wsCartTabs > div {
        padding: 20px;
    }
    div.cart .shipping_method ul li {

    }
    div.cart .payment_method ul li {

    }		
    div.wsCartTabs > ul li {
        padding: 0px;
    }
}

/* AJAX CART BASIC */
div.ajax_cart {
    position: relative;
}
div.ajax_cart button[type=button] {
    text-align: center;
    cursor: pointer;
    width: 100%;
    border: none;	
}
div.ajax_cart div.counter {
    pointer-events:none;
    position: absolute;
    overflow: hidden;
    right: 1em;
    top: 1em;
}
div.ajax_cart div.cart_total {
    pointer-events:none;
    display: none;
}
div.ajax_cart div.items {
    position: absolute;
    display: none;
    z-index: 10;
}
div.ajax_cart div.items div.product_incart_ajax{
    overflow: hidden;

}
div.ajax_cart div.items div.product_incart_ajax .pic {
    float: left;
    width: 30%;
}
div.ajax_cart div.items div.product_incart_ajax .pic img {
    width: 100%;
}
div.ajax_cart div.items div.product_incart_ajax .amount {
    float: left;
    width: 30%;
}
div.ajax_cart div.items div.product_incart_ajax .price {
    float: left;
    width: 30%;
}

/* --- */

div.grid {
    position: relative;
}

/* cart */
@media only screen
and (max-width : 768px) {
    div.cart .myform label {
        display: block;
    }
    div.cart .myform label {
        flex-basis: 100%;
        display: block;
    }
    div.cart .myform p > select,
    div.cart .myform p > input[type=text] {
        width: 100%;
    }
    div.cart .myform p > input[type=checkbox] {
        float: left;
    }    
    div.cart .myform p.phone input[type=text] {
        width: calc(100% - 54px);
    }
    div.cart .myform p {
        flex-wrap: wrap;
    }    
    div.cart .payment_method ul,
    div.cart .shipping_method ul {
        flex-direction: column;
    }
    div.cart .payment_method ul li,
    div.cart .shipping_method ul li {
        flex-grow: 1;
    }
    div.cart .payment_method ul li .text,
    div.cart .shipping_method ul li .text {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
        justify-content: space-between;
    }
    div.cart .payment_method ul li .text strong ,
    div.cart .shipping_method ul li .text strong {
        flex-basis: calc(60% - 90px);
    }

    div.cart .payment_method ul li .text .fee ,
    div.cart .shipping_method ul li .text .fee {
        flex-basis: 20%;
    }
    div.cart .myform label {
        padding: 2px;
    }
    div.wsCartTabs div li label img {
        max-width: 50px;
    }

}
@media only screen
and (min-width : 769px) {
    div.cart .myform label {
        /*        flex-basis: 25%; */
        display: inline-block;
        min-width: 150px;
    }
    div.cart .myform p.phone label {

    }
    div.cart .myform p > select.country:last-child {
        flex-grow: 1;
    }
    div.cart .myform p > input[type=text] {

    }
    div.cart .myform p {
        flex-wrap: nowrap;
    }
    div.cart .payment_method ul li,
    div.cart .shipping_method ul li {
        flex-basis: 13%;
    }
    div.cart .payment_method ul li .text,
    div.cart .shipping_method ul li .text {
        padding: 0.5em; 
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: center;
    }    
    div.cart .myform p > select {
        width: auto;
    }
    div.cart .myform.user > fieldset > p {
        flex-basis: 49%;
    }
    div.cart .myform label {
        padding: 1em;
    }
    div.wsCartTabs div li label img {
        max-width: 80px;
    }

}
div.cart {

}
div.cart * {
    box-sizing: border-box;
}
div.cart ul.header {
    color: #CCC;
    overflow: hidden;
    list-style-type: none;

}


div.cart .shipping_method,
div.cart .payment_method {
    font-size: 1.2em;
}
/* payment method */
div.cart .payment_method {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    overflow: hidden;
}
div.cart .payment_method .header { 
    font-size: 14px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 5px 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    background-image: url(../images/icons/fizetesimod.png);
    margin: 5px;
    height: 20px;
    text-align: left;
}
div.cart .payment_method ul li {
    box-sizing: border-box;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}
div.cart .shipping_method ul li:not(.notavaible):hover,
div.cart .payment_method ul li:not(.notavaible):hover {
    color: white;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.6) 100%); 
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.6) 100%); 
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.6) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#777',GradientType=1 );
}
/*
div.cart .shipping_method ul li:not(.notavaible):hover div.text,
div.cart .payment_method ul li:not(.notavaible):hover div.text {
    background-image: url(../images/check.png);
    background-position: 1em 1em;
    background-repeat: no-repeat;
}
*/

div.cart .payment_method ul li input,
div.cart .shipping_method ul li input {
    display: none;
}
div.cart .shipping_method ul li.selected,
div.cart .payment_method ul li.selected {
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
}
div.cart .shipping_method ul li.selected div.text,
div.cart .payment_method ul li.selected div.text {
    background-image: url(../images/check.png);
    background-position: 1em 1em;
    background-repeat: no-repeat;
}
div.cart .payment_method ul li img {
    text-align: left;
    vertical-align: middle;
    margin: 0.2em;
    padding: 0.2em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
}

/* shipping method */
div.cart .shipping_method {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    overflow: hidden;
}
div.cart .shipping_method .header {
    font-size: 14px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 5px 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    background-image: url(../images/icons/fizetesimod.png);
    margin: 5px;
    height: 20px;
    text-align: left;
}
div.cart .payment_method ul,
div.cart .shipping_method ul {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;

    list-style: none;

    /*    display: flex; */
    gap: var(--skin-gap);

    flex-wrap: wrap;

    justify-content: center;
}
div.cart .shipping_method ul li {
    padding: 0;
    text-align: center;
}
div.cart .shipping_method ul li.notavaible label {
    cursor: not-allowed;
    opacity: 0.5;
    background-image:  url(/system/images/transparentstripes-2.png);
}

div.cart .shipping_method ul li.notavaible img {
    filter: grayscale(100%);
}
div.cart .shipping_method ul li div.text span.fee.sum {
    font-size: 1.1em;
    font-weight: bolder;
}
div.cart .shipping_method ul li:not(.notavaible) div.text span.fee.sum {
    color: blue;
}
    
div.cart .shipping_method ul li div.text span.fee.base {
    font-size: 0.9em;
    font-style: italic;
    filter: opacity(0.7);
}
div.cart .shipping_method ul li div.text span.netto {
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
    filter: opacity(0.7);
}




/*
div.cart select,
div.cart input[type=text] {
    margin: 1px;
    padding: 0.5em 0.75em;
}
*/
div.cart fieldset.shipping.editable {

}
div.cart fieldset.shipping.noteditable {
    background-image: url("/system/images/transparentstripes-2.png");
    color: #999;
    pointer-events: none; 
}

div.cart fieldset.shipping.personal_takeover.noteditable:not(.undefined) > div {
    display: none !important;
}

div.cart fieldset.shipping:not(.delivery_to_my_address):not(.personal_takeover):not(.undefined) > p {
    display: none;
}



div.cart fieldset.shipping.noteditable select + div.chosen-container a,
div.cart fieldset.shipping.noteditable select + div.chosen-container,
div.cart fieldset.shipping.noteditable select,
div.cart fieldset.shipping.noteditable input[type=text] {
    background-image: url("/system/images/transparentstripes-2.png");
    color: #333;
    pointer-events: none;
}

div.cart ul.header li {
    float: left;
    width: 50px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
}

div.cart ul.values {
    color: #CCC;
    overflow: hidden;
    list-style-type: none;

}
div.cart .user {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: left;
}
div.cart .customer {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: left;
}

div.cart .myform p {
    display:flex;
    gap: 2px;
    align-items: stretch;
    flex-basis: 100%;    
}

div.cart .myform p a.chosen-single {
    height: 100%;
    display: block;
    align-content: center;
}



div.cart .myform p > * {

}
div.cart input[type=checkbox] {
    display: none;
}

div.cart input[type=checkbox] + label:before {
    content: "☐";
    padding-right: 0.5em;
    font-size: 2em;
    margin: -1em 0;
}
div.cart input[type=checkbox]:checked + label:before {
    content: "☑";
}

div.cart .myform label {
    margin: 2px;
    text-align: left;
    text-transform: lowercase;
    display: flex;
    align-items: center;
}
div.cart .myform label:first-letter {
    text-transform: uppercase;
}
div.cart .myform p.phone label {

}
div.cart .myform p.phone select.countrycode {
    flex-basis: 200px;
    width: 200px;
}
div.cart .myform p.phone select.countrycode + div li {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px;
}
div.cart .myform p.phone select.countrycode + input {

}

div.cart .myform p > select {
    flex-grow: 1;
}
div.cart .myform p > input[type=text] {
    flex-grow: 1;
    width: auto; 
}
div.cart .myform p > textarea {
    width: auto;
}
div.cart .myform select option span {
    float: right;

}
div.cart .myform table:nth-child(1),
div.cart .myform table:nth-child(1) tbody {
    width: 100%;
}
div.cart .myform table:nth-child(1) td {
    text-align: center;
}
div.cart .myform table:nth-child(1) td p {
    text-align: left;
}

div.cart .myform table:nth-child(1) td p.copy {
    text-align: right;
    margin-right: 2em;
}
div.cart .myform table:nth-child(1) td {
    padding: 0.5em;
}
div.cart .myform.user > fieldset {
    display: flex;
    flex-wrap: wrap;
}
div.cart .myform.user > fieldset > p {

}

/* */
div.webshop_nav_title {
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    color: #999999;
    text-decoration: none;
    vertical-align: bottom;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin: 0px;
    text-transform: lowercase;
}
div.webshop_nav_title a:link,
div.webshop_nav_title a:visited {
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    color: #D3D0C5;
    padding: 2px;
}
div.webshop_nav_title a:hover {
    color: #333333;
    text-decoration: underline;
}
div.webshop_nav_title .attribute {
}
div.webshop_nav_title .attribute:hover {
    color: #FF0000;
    text-decoration: line-through;
}
div.webshop_orderby select {
    margin: 0px;
    padding: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

div.box_search_products {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}
div.box_search_products .title {
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
div.box_search_products .input {
    width: 70%;
    color: #000000;
    background-color: #F0EEEC;
    border: 1px solid #FF9900;
}

div.box_cart_side {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    clear: both;
    float: left;
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    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: dotted;
    border-left-style: none;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
div.shopmenuside {
    text-align: left;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.side_sale {
    border: 2px solid #99CCFF;
}
#side_sale_container {
    width: 100%;
    background-image: url(images/akciostermekel-hatter.jpg);
    background-repeat: repeat-y;
    background-position: top;
}

/**/
.suggest_b {
    margin: 0px;
    padding: 0px;
    clear: none;
    width: 192px;
    height: 140px;
    overflow: hidden;
    text-align: center;
    float: left;
}
.suggest_b_cut {
    margin: 8px;
    padding: 0px;
    clear: both;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 2px solid #0099FF;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}
.suggest_b_productpic {

}
.shop_keret {
    border: 1px dashed #800000;
}
.piros {
    color: #FF0000;
    text-decoration: none;
}
.kek {
    color: #00CCFF;
}

div.cart_page
{
    border: 1px dashed #999999;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
    text-decoration: none;
    margin: 0.5em;
    padding: 1em;
}


div.wsCartTabs div.coupon ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/* minden választható LI köré keret */
/* A NOT A CHOOSEN MIATT KERÜLT BELE */
div.wsCartTabs > div > div > ul li:not(.active-result) {
    margin: 0;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: var(--skin-radius);
    position: relative;
    vertical-align:top;
}
div.wsCartTabs div li label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    height: 100%;
    justify-content: flex-end;
}

div.wsCartTabs div li label div.text {
    font-size: 0.9em;
}

div.wsCartTabs > div:not(.accounts) {
    border: 1px solid #ddd;
    background-color: #FAFAFA;
    clear: both;
}

div.wsCartTabs > div div .wsCartNav {
    display: flex;
    background-color: #fafafa;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}
div.wsCartTabs > div div .wsCartNav > p {
    flex-grow: 1;
}

.ws_signup_missing_input {
    color: #FFF;
    background-color: #F00;
}
.ws_signup_missing_input span {
    color: #FFF;

}

.ws_missing_input {
    background-color: rgba(255,0,0,0.25);
    border: 1px solid red;
    color: #111;
    position: relative;
}
.ws_missing_input:before {
    font-family: "ElegantIcons";
    content: "s";
    display: block;
    padding: 0em;
    color: #ff1c11;
    position: absolute;
    right: 1em;
    top: 20%;
    font-size: 1em;
    z-index: 1;
}

